@charset "utf-8";
 * {
     outline: none;
     margin: 0px;
     padding: 0px;
     border: none;
     text-decoration: none;
      font-family: 'Poppins-Regular';
     font-weight: normal;
     box-sizing:border-box;
}
 body {
     text-decoration: none;
     font-family: 'Poppins-Regular';
     font-weight: normal;
     font-size:18px;
     color:#505050;
     
}
 .c1 {
     background-color:#fff !important;
     color:#333 !important;
}
 .fa-rotate-90 {
     -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
     transform: rotate(90deg);
}


@font-face {
    font-family: 'Oswald-bold';
    src: url('../fonts/Oswald-Bold.eot');
    src: url('../fonts/Oswald-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Oswald-Bold.woff2') format('woff2'),
        url('../fonts/Oswald-Bold.woff') format('woff'),
        url('../fonts/Oswald-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald-semibold';
    src: url('../fonts/Oswald-SemiBold.eot');
    src: url('../fonts/Oswald-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Oswald-SemiBold.woff2') format('woff2'),
        url('../fonts/Oswald-SemiBold.woff') format('woff'),
        url('../fonts/Oswald-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Oswald-light';
    src: url('../fonts/Oswald-Light.eot');
    src: url('../fonts/Oswald-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Oswald-Light.woff2') format('woff2'),
        url('../fonts/Oswald-Light.woff') format('woff'),
        url('../fonts/Oswald-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'DancingScript';
    src: url('../fonts/DancingScript-Regular.eot');
    src: url('../fonts/DancingScript-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DancingScript-Regular.woff2') format('woff2'),
        url('../fonts/DancingScript-Regular.woff') format('woff'),
        url('../fonts/DancingScript-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Bahnschrift';
    src: url('../fonts/Bahnschrift.eot');
    src: url('../fonts/Bahnschrift.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Bahnschrift.woff2') format('woff2'),
        url('../fonts/Bahnschrift.woff') format('woff'),
        url('../fonts/Bahnschrift.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'MarckScript';
    src: url('../fonts/MarckScript-Regular.eot');
    src: url('../fonts/MarckScript-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MarckScript-Regular.woff2') format('woff2'),
        url('../fonts/MarckScript-Regular.woff') format('woff'),
        url('../fonts/MarckScript-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



 @font-face {
     font-family: 'Poppins-semibold';
     src: url('../fonts/Poppins-SemiBold.eot');
     src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype');
     font-weight: 600;
     font-style: normal;
}


 @font-face {
     font-family: 'Poppins-Regular';
     src: url('../fonts/Poppins-Regular.eot');
     src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
     font-weight: normal;
     font-style: normal;
}
 @font-face {
     font-family: 'Poppins-Medium';
     src: url('../fonts/Poppins-Medium.eot');
     src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype');
     font-weight: 500;
     font-style: normal;
}
@font-face {
    font-family: 'Poppins-light';
    src: url('../fonts/Poppins-Light.eot');
    src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Light.woff') format('woff'),
        url('../fonts/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins-bold';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

 .clear {
     clear: both 
}
 audio, ::selection {
     background:#8cc248;
     color: #fff;
}
 .effect-shine:hover {
     -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,0.8) 30%, #000 50%, rgba(0,0,0,.6) 70%);
     -webkit-mask-size: 200%;
     -webkit-animation: shine 2s infinite;
     animation: shine 2s infinite;
}
 .grecaptcha-badge{
     display:none !important;
}
 .whats-app{
     position:fixed;
     bottom:15vh;
     right:0px;
     margin-right:45px;
     width:30px;
     z-index:120000;
}
 .whats-app img {
     animation-name: floating;
     animation-duration: 3s;
     animation-iteration-count: infinite;
     animation-timing-function: ease-in-out;
     margin-left: 0px;
     margin-top: 5px;
     opacity:1;
     max-width:41px;
}


/* Certificate Section */

.certificate-section {
    position: relative;
    padding: 120px 0 90px;
}

.certificate-block {
    position: relative;    margin-top: 30px;
}

.certificate-block .inner-box {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    margin-right: 20px;
}

.certificate-block .inner-box:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 10px;
    top: 50%;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}



.certificate-block .image {
    position: relative;
    display: inline-block;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    z-index: 9;
}

.certificate-block .image:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 4px solid transparent;
    transition: .5s;
}

.certificate-block .content {
    position: relative;
    padding-top: 10px;
    padding-bottom: 25px;
    z-index: 9;
}

.certificate-block h4 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.certificate-block .text {
    margin-bottom: 0;
}
.f-contact-form h4 {
    font-size: 2.222em;
    color: #fff;
        margin-bottom: 15px;
}
/*about*/

.about-sec{
    max-width: 1000px;
    margin:0 auto;
}
.slide-image-wrap {
    overflow: hidden;
    transform: translate(0);
    position: relative;
}
.project-item__img-link {
    display: block;
    
}
.bg-light2{
    background: #f5f5f5;
}
.bg-light3{
    background: #f1f0f5;
}
.alert2{
  padding-bottom: 50px;
      padding-top: 50px;
}
.project-item__img {
    width: 100%;
    transition: opacity .3s;
}

.project-item__img-link:hover .project-item__img {
    opacity: .8;background: radial-gradient(1453.82px at 0 100%,#333 0,#2b2b2b 100%);
}
.process-effects-layer {
  background-image: url(../images/steps.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1140px auto;
  margin-top: -80px;
  margin-bottom: 0px;
  padding: 60px 0px 0px 0px;
}
.process-effects-layer .rs-addon-number .number-part .number-image {
  background: #fff;
  padding: 50px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  width: 160px;    text-align: center;
    justify-content: center;
    display: flex;
}
.process-effects-layer .rs-addon-number .number-part .number-image img {
  width: 60px;
  display: block;
}
.process-effects-layer .rs-addon-number .number-part .number-text {
  position: relative;
  text-align: center;
}
.process-effects-layer .rs-addon-number .number-part .number-text .number-area {
  position: relative;
  transition: all .3s ease 0s;
  text-align: center;
  width: 50px;
  height: 50px;
  left: -50px;
  top: -36px;
  margin: -13px 0px 0px 0px;
  display: inline-block;
  border-radius: 50px 50px 50px 50px;
  background: #186db8;
}
.process-effects-layer .rs-addon-number .number-part .number-text .number-area .number-prefix {
  font-size: 18px;
  line-height: 50px;
  color: #ffffff;
}
.process-effects-layer .rs-addon-number .number-part .number-text .number-title .title {
  font-size: 1em;
    font-weight: normal;
    font-family: 'Poppins-Regular';
  color: #333;
  margin: 0 0 10px;
  text-transform: capitalize;
}
.process-effects-layer .rs-addon-number .number-part .number-text .number-txt {
  margin: 0 24px 0 24px;
  color: #FFFFFF;
}
.rs-process.style1.careers-style .process-effects-layer {
  background-image: unset;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1050px auto;
  margin-top: -110px;
  margin-bottom: 0px;
  padding: 160px 0px 0px 0px;
}
.rs-process.style1.careers-style .process-effects-layer .rs-addon-number .number-part .number-image {
  background: #0a0a0a;
}
.rs-process.style1.careers-style .process-effects-layer .rs-addon-number .number-part .number-text .number-title .title {
  color: #0a0a0a;
}
.rs-process.style1.careers-style .process-effects-layer .rs-addon-number .number-part .number-text .number-txt {
  margin: 0 17px 0 17px;
  color: #454545;
}
.rs-addon-number .number-part {
  padding: 70px 45px 40px 30px;
  /*background-color: #FFFFFF;*/
  margin: 0 3px 0 3px;
}
.about-p{
    margin-top: 20px;
}
.test-title2 {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 1.5em;
    font-weight: normal;
    color: #104777;
    line-height: 1.2;
    margin-top: 20px;
    text-transform: capitalize;
}
.ser-content {
    margin-left: 35px;
    width: 100%;
    height: auto;
    text-align: justify;
    box-shadow: 5px 3px 30px rgb(0 0 0 / 10%);
    padding: 30px;
        display: flex;
}
ul#grid .image {
    margin: 10px;
}
.ser-wrapper{
  padding-top: 60px;
    padding-bottom: 90px;
}
.about-content{
        padding: 30px;
    border: 1px solid rgba(45,45,45,.1);
}
.about-wrapper{
      background: #fff;
    padding-top: 90px;
}
.rs-addon-number .number-part .number-area .number-prefix {
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  color: #00000021;
  display: block;
  margin-bottom: 22px;
}
.rs-addon-number .number-part .number-txt {
  margin-bottom: 27px;
}
.rs-addon-number .number-part .number-txt .loac-text {
  padding-top: 12px;
}
.rs-addon-number .number-part .number-txt .loac-text strong {
  font-weight: 700;
}

/*......................*/
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    justify-content: center;
    display: flex;
    margin: 0 auto;
}
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
 .whats-app:hover img {
     opacity:1 
}
 @keyframes floating {
     from {
         transform: translate(0, 0px);
    }
     65% {
         transform: translate(0, 15px);
    }
     to {
         transform: translate(0, -0px);
    }
}
 .img-full{
     width: 100%;
     height:auto;
     display: block 
}
 .img-responsive {
     max-width: 100%;
     height:auto;
}
 .container{
     width:100%;
     padding-left:5%;
     padding-right:5% 
}
.img-wrapper.cert img.img-responsive{
    max-width: 100%;
    height: 460px;
}
.img-wrapper.cert
{
    margin-bottom: 50px;
}

 .logo1{
     display:none 
}
 .banner-wraper{
     width:100%;
     height:auto;
     z-index:1;
     position:relative;
}
.mt--40 {
    margin-top: -40px;
    }

    /*loader*/
    #loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -27px;
    margin-left: -27px;
    z-index: 100
}

#loading:before {
    content: "";
    display: block;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-image: var(--icon_loading);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px #00000029, 0 2px 10px #0000001f
}


.bodyPreLoading {
    opacity: 0;
    filter: alpha(opacity=0)
}

#velaPreLoading {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: #fff
}

#velaPreLoading>span {
    position: absolute;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #77523d
}

.velaLoading {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 200px;
    width: 200px;
    margin-top: -100px;
    margin-left: -100px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.velaLoadingIcon {
    position: absolute;
    border-top: 5px solid #429542;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #429542;
    border-right: 5px solid transparent;
    border-radius: 50%;
    -webkit-animation: velaLoading 2s infinite;
    -o-animation: velaLoading 2s infinite;
    animation: velaLoading 2s infinite
}

.velaLoadingIcon.one {
    left: 75px;
    top: 75px;
    width: 50px;
    height: 50px
}

.velaLoadingIcon.two {
    left: 65px;
    top: 65px;
    width: 70px;
    height: 70px;
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.velaLoadingIcon.three {
    left: 55px;
    top: 55px;
    width: 90px;
    height: 90px;
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.velaLoadingIcon.four {
    left: 45px;
    top: 45px;
    width: 110px;
    height: 110px;
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

@-webkit-keyframes velaLoading {
    50% {
        -webkit-transform: rotate(360deg) scale(.8);
        -moz-transform: rotate(360deg) scale(.8);
        -ms-transform: rotate(360deg) scale(.8);
        -o-transform: rotate(360deg) scale(.8)
    }
}

@-moz-keyframes velaLoading {
    50% {
        -webkit-transform: rotate(360deg) scale(.8);
        -moz-transform: rotate(360deg) scale(.8);
        -ms-transform: rotate(360deg) scale(.8);
        -o-transform: rotate(360deg) scale(.8)
    }
}

@-ms-keyframes velaLoading {
    50% {
        -webkit-transform: rotate(360deg) scale(.8);
        -moz-transform: rotate(360deg) scale(.8);
        -ms-transform: rotate(360deg) scale(.8);
        -o-transform: rotate(360deg) scale(.8)
    }
}

@keyframes velaLoading {
    50% {
        -webkit-transform: rotate(360deg) scale(.8);
        -moz-transform: rotate(360deg) scale(.8);
        -ms-transform: rotate(360deg) scale(.8);
        -o-transform: rotate(360deg) scale(.8)
    }
}
.swiper-slide-caption.inner-page {
    bottom: 25%;
}

 .swiper-slide-caption {
    position: absolute;
    z-index: 1;
    display: inline-block;
    max-height: 100%;
    white-space: normal;
    bottom:10em;
    left: 94px;
}


 .caption {
     font-size:6.091em;
     color: #104777;
   font-family: 'Oswald-bold';
     text-align:left;
     text-transform: uppercase;
     line-height: 90px;
     letter-spacing: -2px;
}

 .caption-head{
      font-size:3.202em;
     color:#f3901b;
      font-family: 'Oswald-bold';
     font-weight: normal;
     text-align:left;
     line-height:90px;letter-spacing: -2px;
}

.swiper-slide-caption.innerpage .caption {
    font-size: 5em;
    line-height: 70px;

    letter-spacing: -1px;
}
.swiper-slide-caption.innerpage .caption-head {
    font-size: 2em;
    line-height: 70px;

    letter-spacing: -1px;
    }
    .swiper-slide-caption.innerpage{

        bottom: 18%;
    }
.icon-banner {
    position: absolute;
    right: 6%;
    display: flex;
    bottom: 10%;
}
.icon-banner .icon-h img{
    border-radius: 100%; 
    align-items: center;
    padding: 10px;
    justify-content: center;
    display: flex;
        margin: 0 3px;

}
.icon-banner .icon-h:nth-child(2n+1) img{
    background: #68d0ec;
}

.icon-banner .icon-h:nth-child(2n) img{
    background: #0e4877;
}
/*.icon-banner .icon-h:nth-child(2n+1) img:hover{
    background: #0e4877;
}

.icon-banner .icon-h:nth-child(2n) img:hover{
    background: #68d0ec;
}*/
.icon-banner .icon-h img:hover{
    background: #333;
}
.swiper-slide-caption.change {
    bottom: 15%;
}
.caption.size-change {
    font-size: 39px;
    line-height: 20px;
}
.caption-bottom.size-change {
    font-size: 24px;margin-bottom: 30px;
}
 .top-wraper{
     width:100%;
     height: auto;
}
 .top-container{
     width:100%;
     padding-left:5%;
     padding-right:5%;
}
 .tophead{
     width:100%;
     height:40px;
     position:relative;
     padding-top:1.5em;
}
 .top-header{
     width:100%;
     height:auto;
     position:relative;
     
     z-index:99 
}
 .top-contact{
     width: auto;
     height:40px;
     float:right;
     clear: both;
     padding-top:10px;
}
 .logo-container{
     width:auto;
     height:auto;
     position:absolute;
     left:0;
     top:0;
     padding-top:10px;
}
 .menu-container{
     width: auto;
     height: auto;
     float:right;
     margin-top:1em 
}
 .logo{
     width:auto;
     height:auto;
     float:left;
}
 .effect-shine:hover {
     -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,0.8) 30%, #000 50%, rgba(0,0,0,.6) 70%);
     -webkit-mask-size: 200%;
     -webkit-animation: shine 2s infinite;
     animation: shine 2s infinite;
}
 @-webkit-keyframes shine {
     from {
         -webkit-mask-position: 150%;
    }
     to {
         -webkit-mask-position: -50%;
    }
}
 .effect-shine1:hover {
     -webkit-mask-image: linear-gradient(-75deg, rgba(255,172,0,1) 30%, #000 50%, rgba(255,172,0,.6) 70%);
     -webkit-mask-size: 200%;
     -webkit-animation: shine 2s infinite;
     animation: shine 2s infinite;
}
 @-webkit-keyframes shine1 {
     from {
         -webkit-mask-position: 150%;
    }
     to {
         -webkit-mask-position: -50%;
    }
}
 .top-quickwraper{
     width:100%;
     height:auto;
}
 .header-contact{
     width:auto;
     height:auto;
     float:right;
     padding-bottom: 5px;
         
}
/*.nav-menu
{
    border-top: 1px solid #3d3d3c;
}*/
.sexy-menu.detached .nav-menu{
    border: none;
}

 .header-call{
     width:auto;
     height:auto;
     float:left;
     line-height:40px;
     font-family: inherit;
     font-size:1em;
     font-weight:400;
     margin-left:1em;
     color:#fff;
}
 .header-call a:nth-child(1){
    padding: 0px;
     margin: 0px;
     border: none
}
 .header-call a:nth-child(2){
  border-left:none;
 }
 .header-call a{
        transition: .3s;
     line-height:1.7;
     font-family: 'Poppins-Regular';
     font-weight: normal;
     font-size:0.889em;
     color:#000;
     margin-left:8px;
     padding-left: 8px;
     border-left: 1px solid #fff;
}
span.num {
  font-family: 'Poppins-Regular';
   color: #fff;
  font-size: 0.95em;
      display: inline-block;
    align-items: center;

}
.header-call span.num {
  display: flex;font-size: 0.95em;
}
span.num img {
    height: 25px;
    filter: brightness(5);
    margin-right: 3px;
}
#more,#more2,#more3 {display: none;}
#myBtn,#myBtn2,#myBtn3{
  cursor: pointer;
  color: #02989f;
  background: transparent;
  font-size: 1em;
  font-family: 'Poppins-Regular';
}
 .header-call a:hover{
     /*font-family: inherit;*/
     /*font-weight:400;*/
     color:#f3901b;
}
 .header-call a:hover span{
     color:#f3901b;
 }
 .desk-view{
     display:block ;
     width: 100%;
}
 .mob-view{
     display:none 
}
 .nav-menu > li:nth-last-child(1) a{
     padding-right:0%;
}
 .banner-caption{
     width:auto;
     height:auto;
    /* background: radial-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.2), rgba(0,0,0,0.3),rgba(0,0,0,0.4),rgba(0,0,0,0.5),rgba(0,0,0,0.5));
    */
}
.services-pad {
    background: #e7edf2;
    border: 1px solid #fff;
    padding: 30px;
}
.serv-con {
    padding-top: 20%;
}
.service-title h4 {
    font-size: 1.944em;
     font-weight: normal;
   font-family: 'Poppins-Regular';
   float: right;
   letter-spacing: -1px;
}
.service-wraper{
    background: #fff;
    padding: 100px 0;
}
.quick li {
    margin-bottom: 2px;
    font-size: 1em;
}
 .footer-bottom-wrap{
     width:100%;
     height:auto;
     background-color:#0a315c;
}
 .copy-right{
     width: auto;
     height: auto;
     line-height:60px;
     float: left;
      font-family: 'Poppins-light';
     font-size:1em;
     font-weight:300;
     color:#fff;
}
 .designed {
     width: auto;
     height: auto;
     float: right;
}
 .designed p {
     width: auto;
     height: auto;
     float: right;
     font-family: 'Poppins-light';
     font-size:1em;
     font-weight:300;
     color:#fff;
     line-height:60px;
    /* color:#00a8e8;
    */
}
 .designed p a {
     text-decoration: none;
     font-family: inherit;
     font-size:1em;
     font-weight:300;
     color:#fff;
     margin-left:5px;
}
 .designed p a:hover {
     text-decoration: none;
     color:#fff;
     border-bottom:1px solid #333;
}
 .designed-ido {
     float: right;
     height: auto;
     padding-left: 8px;
     width: auto;
     line-height:46px;
}
 .footer-wraper{
     width:100%;
     height:auto;
}
.footer-content-title.wh {
    align-items: center;
    display: flex;
}

.arrow-left:before{

    content: "\2190";
    position:absolute;
}
.arrow-right:before{

    content: "\2192";
    position:absolute;
}
img.wh  {
    margin-left: 20px;
    height: 41px;
}
 .footer-top-wraper{
     width:100%;
     height:auto;
     padding-top:60px;
         display: flex;
     padding-bottom:50px;
         justify-content: center;
    /*border-top: 1px solid #ccc;*/
}
 .footer-content{
    margin-right: 80px;
     /*width:28%;*/
     height:auto;
     margin-top:60px;
     float:left;
}


a.btn1.login_btn {
    padding: 0 1px;
    position: relative;
    top: -90px;
    left: 221px;
    padding: 3px 21px;
}

.position_relative
{
    position: relative !important;
}

 .footer-content:nth-child(1){
     /*margin-top:75px;*/
}
.footer-logo img {
    /*height: 68px;*/
}

 
 .footer-content:nth-child(4){
     margin-right: 0 !important;
         margin-left: 80px;
}
 .footer-social{
     width:100%;
     height:auto;
}
 .footer-logo{
     width:100%;
     height:auto;
     text-align:left;
     margin-bottom:1em;
}
 .footer-address-wrap{
     width:100%;
     height:auto;
}
 .footer-content ul{
     margin:0px;
     padding:0px;
     list-style-type:none;
}
 .footer-content ul li{
     font-family: 'Poppins-Regular';
     font-size:1em;
     line-height:1.7;
     width:100%;
}
 .footer-content ul li a{
    line-height: 2;
      font-family: 'Poppins-Regular';
     font-size:1em;
     color:#333;
     -webkit-transition: padding .2s;
     -moz-transition: padding .2s;
     -o-transition: padding .2s;
     transition: padding .2s;
         font-weight: normal;
}
 .footer-content ul li a:hover{
     color:#104777;
     padding-left:3px;
     font-weight: normal 
}
 .footer-content-title{
     width:100%;
     height:auto;
     font-size:1em;
      font-family: 'Poppins-semibold';
     font-weight: 600;
     color:#0a325e;
     margin-bottom:40px;
     text-transform: uppercase;

}
 .footer-address{
     width:100%;
     height:auto;
     margin-top:1em;
}
 .footer-address:nth-child(1){
     margin-top:0px;
}
 .footer-icon{
     width:13%;
     height:auto;
     float:left;
     text-align:right;
}
.address img {
    margin-right: 20px;
}
 .address{
     height:auto;
     font-size:1em;
     color:#333;
     font-weight: 300;
    font-family: 'Poppins-Regular';
     line-height:1.7;
     display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
.address span{
    color: #333;
    font-family: 'Poppins-Regular';
}
 .footer-address-container {
     width: 100%;
     height: auto;
     padding-bottom:5px;
     padding-top:5px;
}
 .footer-details-icon{
     width:auto;
     height:auto;
     float:left;
     display:table-cell;
     text-align:left;
     color:#05431b;
     font-size:1.75em;
     margin-right:10px;
     margin-top:-3px;
}
 .footer-details {
     width:100%;
     height: auto;
     float: left;
     font-size:1em;
}
 .footer-details p {
     width: 100%;
     height: auto;
    font-family: 'Poppins-Regular';
     font-weight: normal;
     font-size: 1em;
     color:#333;
     line-height:1.9;
    font-weight: normal;
     padding-right:0% 
}
.footer-top-wraper li
{
  font-size: 1em;
     color:#333;
     line-height:1.9;
}

 .footer-quick-contact{
     width:100%;
     height:auto;
}
 .footer-social-links {
}
 .footer-social-links ul {
     margin:0px;
     padding:0px;
     list-style-type:none;
     width:auto;
}
 .footer-social-links ul li {
     list-style:none;
     height:50px;
     width:38px !important;
     float:left;
}
 .footer-social-links ul li a {
     height:50px;
     width:50px;
     display:block;
     text-align:left;
     font-size:1.3em;
     color:#f3901b;
     line-height:50px;
}
.footer-content:nth-child(1) {
    margin-top: 0px !important;
    align-items: center;
    display: flex;
}

 .footer-social-links ul li a:hover {
     color:#000;
}
.specialist.certificate-content img {
    margin: -26px;
}
 .partnerd-wrap{
     width: 100%;
     height: auto;
     
   /*  padding-top: 2em;
     padding-bottom: 2em;*/
}

.quick,.soc,.whats{
    margin-top: 40px;
}
.bg-slides{
        background-color: #eff0f1;
}
.b-0{
    border: 0 !important
}

.customer-logos .slick-slide img,.customer-logos1 .slick-slide img{
}

.customer-logos .slick-slide {
    padding: 0px 0px;
}
.customer-logos .slick-slide{
    width: 240px;
   }
.trigger.section {
    background-color: #eff0f1;
    /*min-height: 260px;*/
    align-items: center;
        border-left: 2px solid #fff;

}
img.abtimg {
    /*margin-top: -50px;position: relative;*/
}
img.abtimg
{
        z-index: -1;
}
section.service-wrapper
{
    padding: 100px 0
}
.mission-wrapper{
    padding-top: 100px;
        padding-bottom: 25px;
}
.serv-img {
    margin-bottom: 30px;
    position: absolute;
    right: -100px;
        background: #fff;
    border-radius: 100%;
    border: 5px solid #104777;
    box-shadow: 3px 4px 20px hsl(0deg 0% 53% / 23%);
    height: 150px;
    width: 150px;
    line-height: 150px;
    align-items: center;
    justify-content: center;
    display: flex;
}

 .abt-content
{
       padding-right: 50px;
    width: 100%;
    height: auto;
    text-align: justify;
   
}
.service-div {
    box-shadow: 3px 4px 20px hsl(0deg 0% 53% / 23%);
    text-align: center;
       padding: 30px 90px;
   background:#104777;
   position: relative;
    margin-right: 120px;
}
.service-div:before {
    /* padding: 30px 90px; */
    content: "";
    width: 10px;
    height: 100%;
    background: #104777;
    position: absolute;
    left: -25px;
    top: 0;
    bottom: auto;
}

.service-div:after {
    /* padding: 30px 90px; */
    content: "";
    width: 10px;
    height: 100%;
    background: #104777;
    position: absolute;
    right: -25px;
    top: 0;
    bottom: auto;
    z-index: -1;
}

.service-div.orange {
    background: #f3901b;
    margin-left: 120px;
    margin-right: 0;
}
.service-div.orange:before {
background: #f3901b;
}

.service-div.orange:after {
  background: #f3901b;
}
.service-div.orange .serv-img{
      left: -100px;
      border: 5px solid #20bbe8;
      border-radius: 200px;
    border: 5px solid #20bbe8;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    -webkit-transform: rotate(-45deg);
}

.service-div.orange .serv-img img {
    -webkit-transform: rotate(45deg);
}
/*.service-div:hover {
    border: 1px solid #104777;
     transition: transform .6s ease 0s;
}*/
.service-div:hover .serv-img{
    transition: 0.6s linear;
    transform: rotateY(180deg);
}

.service-div.orange:hover .serv-img img{
  -webkit-transform:none;
}
.service-div h3{
  color: #fff;
   font-family: 'Poppins-Medium';
    font-weight: 500;
  font-size: 1.333em;

}
.service-div p{
   font-family: 'Poppins-light';
    font-weight: 300;
 color: #fff;
}

section.benefit-wrapper,section.blog{
    background-image: url(../images/bg.png);
    background-size: cover;
}

.abt{
         padding: 120px 0 65px;  
    background-color: #fff;
}
.blg{
         padding-top: 30px;  
    background-color: #fff;
}


 .welcome-wraper{
     width: 100%;
     height: auto;
     background:#fff;
     background-size: cover;
}
 .welcome-container{
     width: 60%;
     height: auto;
     float: left;
}
 .welcome-container p{
        text-align: justify;
     width: 100%;
     height: auto;
     font-family: 'Poppins-Regular';
     line-height: 1.7;
     font-size: 1em;
     color: #333;
     margin-bottom: 10px;
    font-weight: normal;
}
h4.course-title a,a.cource-btn {
    font-family: 'Poppins-Regular';
}

.welcome-title span {
    display: block;
    color: #f3901b;
    font-family: 'Poppins-Regular';
    font-size: .6em;
    text-transform: unset;
}
.abt-content .line {
    width: 60px;
    height: 5px;
    display: block;
    background: #f3901b;
    margin-top: 10px;
    margin-bottom: 20px;
    position: relative;

}
.abt-content .line:before {
    width: 20px;
    height: 5px;
    content: "";
    background: #333333;
    position: absolute;
    right: 0;
}

.datruck-title
    {
         width: 100%;
     height: auto;
     float: left;
     text-align: left;
     font-size: 4em;
     color:#104777;
     letter-spacing: -4px;
     line-height: 72px;
      font-weight: 200;
     font-family: 'geomanist-light';

    }
    .datruck-title span {
    font-family: 'geomanist-medium';
    }
    .datruck-title.sub-title {
    line-height: 60px;
    font-size: 2.667em;
    letter-spacing: -3px;
}

.cta-contents h2{
     font-family: 'Poppins-Medium';
      font-weight: 500;
      font-size: 2.778em;
      color: #e8b70d;
}
.grid-images> .images {
    width: auto;
    height: auto;
    float: left;
    margin-left: 30px;
    margin-top: 0px;
}
.grid-images {
    float: right;
    display: flex;
        margin-top: 50px;
}
.images:nth-child(2) {
    margin-top: -85px;
}
.features h3 a{
    color: #fff;
    font-size: 1em;
        font-weight: normal;
    font-family: 'PlusJakartaSans-regular';
}
.features
{
    display: flex;
    justify-content: center;
    margin: -20px auto;
    position: relative;
}
.feature:hover
{

}

.feature {
       min-width: 170px;
    padding: 12px 36px;

    background: #104777;
    cursor: pointer;
    text-align: center;
}

.feature:nth-child(2),.feature:nth-child(4),.feature:nth-child(6){
        background: #e5e5e5;
}
.feature:nth-child(2) h3 a,.feature:nth-child(4) h3 a,.feature:nth-child(2) h3 a,
.feature:nth-child(6) h3 a,.feature:nth-child(8) h3 a{
    color: #333;

}
.feature:nth-child(6),.feature:nth-child(8) {
    background: #fff;
}

.reportbg {
    /*background: linear-gradient(90deg, #ffffff 50%, #eff0f2 50%);*/
    background-color: #ededed;
    background-size: cover;
    background-image: url(../images/bg.png);
}


.bg2 {
    background: #f9f5e9;
}
img.report-icon {
    float: right;
    position: relative;
    right: -36px;
    bottom: -54px;

}
.product-wrapper .col-md-4{
        padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 4px;
}
.product-wrapper{
    background: #fff;
    padding: 50px;
}
span.qty {
    font-size: 0.778em;
    color: #333;
    position: relative;
  bottom: 14px;
}


.box {
    padding: 100px 24px;
    position: relative;
    color: #fff;
    height: 100%;
    display: flex;
    cursor: pointer;
        text-align: center;
}
.box .content{
    position: relative;
        width: 80%;
}
.img-part {
    width: 20%;
}
.box p {
    font-family: 'Poppins-Regular';
    color: #333;
    font-size: 1em;
    margin-top: 10px;
}
.box h3 {
    font-family: 'Poppins-light';
    color: #666;
    font-size: 1.333em;
        margin-top: 20px;
    font-weight: 300;
}
.view-btn {
    -webkit-transition: all 300ms ease;
    float: left;
    text-align: center;
    font-size: 1em;
    color: #ec4544;
    font-family: 'Poppins-Regular';
    position: relative;
        margin-left: 20px;
        top:25%;
}

.view-btn:before{
    position: absolute;
    padding: 0;
    margin: 0;
    top: 9px;
    left: -20px;
    width: 0;
    height: 0;
    content: "";
    display: inline-block;
    width: 0.3em;
    height: 0.3em;
    border-right: 0.2em solid #429542;
    border-top: 0.2em solid #429542;
    transform: rotate(45deg);
    margin-right: 0.5em;
}

/*footer*/
.footer-images{
    position: relative;
}
.f-img1{
    position: absolute;
    bottom: 0
}
.f-img2{
    position: absolute;
    bottom: 0;
    right: 0

}
/*...........*/

.benefit-images{
    position: relative;
}
.b-img1{
    position: absolute;
    bottom: -215px;
    left: 0
}
ul.points li img {
    height: 30px;
}
ul.points li:before{
position: absolute;
    content: '*';
    left: 0;
    top: -3px;
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    color: #68d0ec;
    font-size: 1.5em;
}

a.btn1 img {
    height: 20px;
}


.b-img2{
    position: absolute;
    bottom: -160px;
    right: 0

}

.bg1{
    background: #e6f6e6;

}
.bg3{
    background: #f7ede9;
}
.leaf-part {
    position: absolute;
   top: 0;
    left: 0;
}
.box ul{
    width: 100% !important;;
}
.box li,.box li i{
    color: #fff !important;
    border-color: #fff !important
}
.datruck-title.sub-title.text-center:before{
left: 50%;
}
.datruck-title.sub-title.text-center:after{
left: 47%;
}
.datruck-title:after {
    content: "";
    display: inline-block;
    width: 1em;
    height: 6px;
    background-color: #0057a5;
    margin: 0;
    position: absolute;
    bottom: -23px;
    left: 0;
}

.datruck-title:before {
    content: "";
    display: inline-block;
    width: 2.5em;
    height: 1px;
    background-color: #9e9e9e;
    margin: 0;
    position: absolute;
    bottom: -24px;
    left: 51px;
}


 .welcome-title{
     width: 100%;
     height: auto;
     /*float: left;*/
     text-align: left;
     font-size: 2.444em;
     margin-bottom: 10px;
     color:#104777;
     line-height: 64px;
         font-weight: normal;
    font-family: 'Poppins-Regular';
}
.welcome-title2 span{
     color:#429542;
     font-family: 'geomanist-medium';
    font-size: 2.833em;
}
.welcome-title2 h4.sub-title
{
    font-size:1.722em;

}
/*testimonial*/

.owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel{display:none;position:relative;width:100%;-ms-touch-action:pan-y}.owl-carousel .owl-wrapper{display:none;position:relative;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%}.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel .owl-item{float:left}.owl-controls .owl-page,.owl-controls .owl-buttons div{cursor:pointer}.owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.grabbing{cursor:url(grabbing.png) 8 8,move}.owl-carousel .owl-wrapper,.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}


.owl-theme .owl-controls{margin-top:10px;text-align:center}.owl-theme .owl-controls .owl-buttons div{color:#FFF;display:inline-block;zoom:1;*display:inline;margin:5px;padding:3px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;background:#869791;filter:Alpha(Opacity=50);opacity:.5}.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter:Alpha(Opacity=100);opacity:1;text-decoration:none}.owl-theme .owl-controls .owl-page{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-controls .owl-page span{display:block;width:12px;height:12px;margin:5px 7px;filter:Alpha(Opacity=50);opacity:.5;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background:#186db8}.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{filter:Alpha(Opacity=100);opacity:1}.owl-theme .owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#FFF;padding:2px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-item.loading{min-height:150px;background:url(AjaxLoader.gif) no-repeat center center}
 

.testimonial {
    /* background: #fff; */
    /*margin: 0 15px 10px 15px;*/
    position: relative;
    margin-bottom: 15px;
    padding-top: 0px;
    /*padding-bottom: 1em;*/
}
.testimonial .pic img {
   /* width: 100%;
    height: auto;*/
    position: absolute;
    width: 85px;
    height: 95px;
    border-radius: 50%;
    margin: 0 auto;
}
img.right-q {
    right: 0;
    position: absolute;
        bottom:50px;
        right: 0;
}
img.left-q {
        top: 0px;
        left: 0px;
    position: absolute;
}
.testimonial .post {
    color: #555;
    line-height: 24px;
}
.testimonial .name{
    color: #000;
    margin-bottom: 0px;
}
 .customer-thumb {
   
}
.testimonial-content .content.customer-info {
    padding: 30px;
    box-shadow: 3px 4px 15px hsl(0deg 0% 53% / 25%) ;
    position: relative;
    text-align: justify;
    border-bottom: 2px solid #104777;
}
.testimonial-content .content.customer-info.mt-2 {
    border: 10px solid #f8f8f8;
    padding: 23px;
}
.customer-header {
    display: flex;
    color: #484848;
        width: 100%;
    margin-bottom: 25px;
}
.testimonial-content .author-thumb {
    position: relative;
    z-index: 9;

}
 .customer-header .customer-thumb {
    float: left;
    margin-right: 20px;
}
.testimonial-content .author-thumb img {
   position: absolute;
    width: 110px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto;
}
.customer-det{
        margin: auto 0;
    align-items: center;
}
.home-testimonial .testimonial-content {
    box-shadow: none;padding: 15px 30px 7px;
        z-index: 1;
}
.testimonial-content .quote {
    position: absolute;
    right: 30px;
    top: -25px;
    background-color: #104777;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
        align-items: center;
    display: flex;
    justify-content: center;
}
.testimonial-content .testi2-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.testimonial .pic {
    display: inline-block;
    float: left;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-right: 15px;
    overflow: hidden;
}
.home-testimonial .testimonial .content{ 
text-align: center;
}
.home-testimonial p {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
        margin-bottom: 20px;
}
.testimonial .description {
    font-size: 1em;
    color: #333;
    line-height: 1.7;
    margin-top: .3em;display: inline-block;
    }

.testimonial .content {
    margin: 10px 0;
}

/*............*/
.cta-contents p {
    line-height: 1.889;
}

.login-img{
    border: 7px solid #fff;
    transform: translate(0, -24%);
}

.home-login .shape-1 {
    width: 401px;
    height: 391px;
    background: #076e9eba;
    position: absolute;
    left: -45px;
    top: -44px;
    z-index: -1;
}

.home-login{
        z-index: 1;
}

a.btn1.login {
     position: absolute;
    top: 58%;
    right: 20px;
    padding: 5px 20px;
    left: unset;
    webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
  0% { background-color: #1d9432; -webkit- }
  50% { background-color: #069de9;  }
  100% { background-color: #1d9432; -webkit- }
}

@-moz-keyframes glowing {
  0% { background-color: #1d9432; -moz- }
  50% { background-color: #069de9; -moz- }
  100% { background-color: #1d9432; -moz- }
}

@-o-keyframes glowing {
  0% { background-color: #1d9432;  }
  50% { background-color: #069de9;  }
  100% { background-color: #1d9432;  }
}

@keyframes glowing {
  0% { background-color: #1d9432;  }
  50% { background-color: #069de9; }
  100% { background-color: #1d9432;  }
}
.section-padding2
{
    padding: 230px 0px;
}
.section-padding {
    padding: 80px 100px 60px;
}
.bg-overlay::before {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .2;
    background-color: #1f425d;
    z-index: -1;
}
.cta-contents h1 {
    font-size: 2.167em;
    letter-spacing: -1px;
    font-weight: normal;
    font-family: 'Poppins-Regular';

}
.cta-contents.pricing h1 {
    font-size: 2em;
}
.cta-contents a:hover{
    color: #fff;
}

.cta-wrapper {
  padding: 200px 0;
    background-position: center;    background-size: cover;
}
.text-capitalize{
    text-transform: capitalize;
}
 .promise-title {
    font-size: 1.389em;
    font-family: 'League Spartan', sans-serif;
   
}
.pr-8{
    padding-right:8%;
}
h4.sub-title {
    color: #104777;
        letter-spacing: 0;
    font-size: 0.838em;
    font-weight: normal;
    font-family: 'geomanistregular';
}
h4.sub-title2 {
    color: #000;
    font-size: 1.444em;
    font-weight: 100;
    font-family: 'geomanistregular';
}
 .welcome-pic{
     width: 35%;
     height: auto;
     float: left;
}
 .home-service{
     width: 100%;
     height: auto;
     padding-top: 100px;
     position: relative;
}
 .title-wraper {
     width: 100%;
     height: auto;
     display: flex;
     justify-content: center;
}
 .title {
     width: auto;
     height: auto;
     font-size: 1.389em;
     font-family: 'geomanistregular';
     font-weight: normal;
     /*color:#868686;*/
     color: #186db8 ;
}
 .title span{
    font-size: 1em;
     color:#e8b70d;
}
.tech {
    margin-top: -110px;
    justify-content: center;
}
.tech img {

    margin: 20px auto;
    display: flex;
}
section.client-wrapper {
    padding: 60px 0 60px;
}
/* .title::after {
     content: "";
     display: inline-block;
     width: 1em;
     height: 1px;
     background-color:#e8b70d;
     margin: 0px 0px 10px 20px;
}
 */

 .title-wrap h2 {
    text-align: center;
    font-size: 45px;
    color: #fff;
        font-weight: 100;
}
 .title-wrap{
     width:100%;
     padding: 20px;
     background-color:#211248;
}

/*blog*/


 .blog-title {
    width: 100%;
    height: 100%;
    font-size: 2.667em;
   font-family: 'Poppins-Medium';
    font-weight: 500;
    /* color: #868686; */
    color: #104777;
    letter-spacing: -1px;
    justify-content: center;
    text-align: center;
    line-height: 36px;
    margin-bottom: 40px;
    z-index: 9
}
.blog-title span {
   color: #f3901b;
    font-family: 'MarckScript';
    font-weight: normal;
        display: block;
}

.test-title span {
    color: #104777;
   font-family: 'Poppins-Regular';
     font-weight: normal;
}

.view-all-blog {
    text-align: left;
    font-family: 'Poppins-Regular';
    font-weight: normal;
    color: #e8b70d;
    letter-spacing: 0px;
    line-height: 26px;
    float: right;
    font-size: 1.056em;
    position: relative;
    margin-right: 10px;
    top: 53px;
}
.single-blog-item {
    margin-top: 20px;
}

/*..............*/
 .service-content-wraper{
     width: 100%;
     height: auto;
     padding-top: 1em;
     padding: 80px 50px 80px 110px;
     margin-bottom: 50px;
     background: #fff;
}
.home-service:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0%;
    width: 100%;
    height: 500px;
    display: block;
    background-color: #104777;
    z-index: -1;
}

.home-service:after {
        position: absolute;
    content: '';
    left: 40px;
    bottom: -115px;
    width: 97%;
    height: 510px;
    display: block;
    background-color: #104777;
    z-index: -1;
}
.w_31{
     width:31.9% !important;
}
.w_75{
     width: 75%;
}
.mr-15{
     margin-right: 15px !important;
}

.mr-25{
     margin-right: 25px !important;
}
 .service-content{
     width:31.9%;
     margin-right:0.59%;
     float: left;
     margin-bottom: 1.5em;
}
 .service-content:nth-child(5){
    margin-right: 0%;
}
 .service-content:nth-child(1){
     width:49.68%;
     margin-right: 0.625% 
}
 .service-content:nth-child(2){
    margin-right: 0%;
     width:49.68%;
}
 .box-link{
     overflow: hidden;
    /*box-shadow: 0 0 3px rgba(0,0,0,0.3);
    */
     position: relative;
}
 .box-link img{
     width: 100%;
     height: auto;
     display:block;
     transform: scale(1);
     transition: all 0.5s ease 0s;
}
 .box-link:hover img{
     transform: scale(1.1);
}
 .box-link .box-content{
     width: 100%;
     height: 100%;
     background:rgba(0,0,0,0.6);
     text-align: center;
     position: absolute;
     top: 0;
     left: 0;
     opacity: 0;
     transform: rotateY(180deg) scale(0.5);
     transition: all 0.45s ease-out 0s;
     display:flex;
     align-items:center;
     justify-content:center;
}
 .box-link:hover .box-content{
     opacity: 1;
     transform: rotateY(0deg) scale(1);
}
 .box-link .box-content:before{
     content: "";
     width: 90%;
     height: 90%;
    /*border: 1px solid #fff;
    */
     position: absolute;
     top: 5%;
     left: 5%;
}
 .box-link .icon{
     display: inline-block;
     padding: 0;
     margin: 0;
     list-style: none;
     position: relative;
    /*top: 40%;
    */
}
 .box-link .icon li{
     display: inline-block;
}
 a .box-link .icon li i{
     display: block;
     width: 50px;
     height: 50px;
     line-height: 50px;
     border-radius: 50%;
     font-size: 18px;
     transition: all 0.5s ease 0s;
     background:#fff;
     color:#264d92;
}
 a:hover .box-link .icon li i{
     background:#fff;
     color:#264d92;
}
 .box-link .content{
     padding: 10px;
     text-align: left;
     position: absolute;
     bottom: 5%;
     left: 5%;
}
 .box-link .title{
     font-size: 20px;
     font-weight: bold;
     color: #fff;
     text-transform: uppercase;
     margin: 0 0 5px;
}
 .box-link .post{
     display: block;
     font-size: 14px;
     color: #fff;
}
 .box-title {
     font-size:1.15em;
     font-family: inherit;
     font-weight:normal;
     width:100%;
     text-align: center;
     z-index:2;
     color:#333;
     padding-top:0.5em;
}
 a:hover .box-title{
     color:#4545c4;
}
a.view-all.client-view {
    right: 100px;
}
 .view-all{
     text-align:left;
     font-family: 'Poppins-Regular';
     font-weight: normal;
     color:#e8b70d;
     letter-spacing:0px;
     line-height:26px;
     float:right;
     font-size:1.056em;
     position: relative;
     margin-top:20px;
         margin-right: 10px;
}
 .view-all a{
     font-family: inherit;
     font-weight: normal;
     font-size:1em;
     color:#333;
     -webkit-transition: padding .4s;
     -moz-transition: padding .4s;
     -o-transition: padding .4s;
     transition: padding .4s;
}
 .view-all a:hover{
     padding-right:8px;
     color:#4545c4;
     border-bottom:0px solid #666;
}
 .subtitle{
     width: 100%;
     height: auto;
     font-family: inherit;
     font-size: 1.15em;
     color: #333;
     line-height: 1.7;
     font-weight: 500;
}
 .subtitle a{
     height: auto;
     font-family: inherit;
     font-size: 1em;
     color: #333;
     line-height: 1.7;
     font-weight: 500;
}
 .home-page-project{
     width: 100%;
     height: auto;
     margin-top: 3em;
     margin-bottom: 3em;
     display: flex;
     justify-content: center;
}
.course {
    width: 33%;
    height: auto;
    float: left;
    text-align: center;
    position: relative;
}
.course img {
        height: 100%;
    margin-right: 10px;
   /* float: left;
    margin: auto;*/
}    
.count-up:after {
    top: 15px;
    content: '';
    position: absolute;
    border-left: 1px solid #ccc;
    right: -10px;
    height: 73%;
}
ul.course_details {
    margin-bottom: 15px;
}

 .course-items {
    text-align: left;
  width: 100%;
  font-weight: 500;
    height: auto;
    float: left;
    font-size: 18px;
    color: #333333;
    font-family: 'Poppins-Regular';
    line-height: 1.7;
    display: flex;
    align-items: center;
    margin-bottom: 0px;

}
.border{ 
    padding-top: 30px;
border-bottom: 1px solid #e6e6e6;
}

 .count-up {
     width: 30%;
     height: auto;
     float: left;
     padding: 10px 0px;
     text-align: center;
     position: relative;
}
 .count-icons {
     text-align: center;
     justify-content: center;
     display: inline-flex;
     font-family: 'geomanist-book';
}
.count-up img {
    float: left;
    margin: 27px 0px;
}
 .count-items {
    
    font-family: 'geomanistregular';
  font-weight: 500;
  font-size: 25px;
  color: #1f0449;
  line-height: 28px;
  text-align: center;
  justify-content: center;
  letter-spacing: -1px;
  display: block;
}
 .count-no {
     font-size: 24px;
     padding-left: 5px;
     display: table;
     font-size:3em;
     color:#104777;
     font-family: inherit;
     font-weight:600;
}
 .count-percentage {
     font-size: 24px;
     /*padding-left: 30px;*/
     display: table;
     font-size:3em;
     color:#104777;
     font-family: inherit;
     font-weight:600;

}
 .experience{
     width: auto;
     height: auto;
     position: absolute;
     right: 78px;
     top: -130px;
}
/************************************************** START LOCATION **************************************************/
 .inner-wraper-main{
     width:100%;
     height:auto;
     background-color:#ebede5;
     padding-bottom:90px;
}
 .inner-banner-caption-wrap{
     width:100%;
     height:auto;
     position:absolute;
     bottom:25%;
     right:0;
     left:0;
     display:flex;
     align-items:center;
}
 .inner-banner{
     width:100%;
     height:auto;
}
 .inner-banner-wrap{
     width:100%;
     height:auto;
     position:relative;
}
 .inner-caption{
     width:100%;
     height:auto;
     position:absolute;
     left:0;
     bottom:25%;
     font-size:14px 
}
 .bredcum-wraper{
     width:100%;
     height:auto;
     padding-top:20px;
     z-index: 1;
     position: relative;
}
 .bred-home{
     width:auto;
     height:auto;
     float:left;
     font-family: inherit;
     font-weight: normal;
     font-size:1em;
     color:#333;
     line-height:30px;
}
 .bred-home a{
     width:auto;
     height:auto;
     float:left;
     font-family: inherit;
     font-weight: normal;
     font-size:1em;
     color:#333;
     line-height:30px;
}
 .bred-home a:hover{
     width:auto;
     height:auto;
     float:left;
     font-family: inherit;
     font-weight: normal;
     font-size:1em;
     color:#333;
     line-height:30px;
}
 .bred-arrow{
     width:auto;
     height:auto;
     float:left;
     font-family: inherit;
     font-weight: normal;
     font-size:1em;
     color:#333;
     line-height:30px;
     padding-left:10px;
     padding-right:10px;
}
 .bred-next{
     width:auto;
     height:auto;
     float:left;
     font-family: inherit;
     font-weight: normal;
     font-size:1em;
     color:#333;
     line-height:32px;
}
 .inner-wrap{
     width:100%;
     height:auto;
     background-color:#e0d4bd;
     position:relative;
}
.sexy-menu.detached .top-header .top-container .logo img {
    overflow: hidden;
        width: 55% !important;
        margin-top: 0px !important;
}




 @media (min-width: 1023px) and (max-width: 1279px) {
.footer-wraper li{
  font-size: 1em !important
}
.quick-links ul+ul{
  margin-left: 30px !important;
}
  body.home .banner-slider
  {
        top: 1% !important;
  }
.ttm-processbox-wrapper .featured-content{
 width: 220px!important;
    height: 220px!important;
        padding: 50px 13px 55px 13px !important;
}
.ttm-processbox-wrapper .ttm-processbox{
  width: 220px!important;
    height: 220px !important;
}
.ttm-processbox.s-red .featured-content:before,
.ttm-processbox.s-blue .featured-content:before,
.ttm-processbox.s-yellow .featured-content:before{
      right: 10px!important;
    top: 41px!important;
}
.ttm-processbox-wrapper .ttm-processbox{
  padding: 0 !important
}
.ttm-processbox-wrapper .ttm-processbox:after{
      left: -11% !important;
}
section.abt-wrapper{
    margin-top: 50px;
}

     ul.order-list.primary-color{
            padding: 26px 15px !important
        }
        img.gps {
    width: 100%;
}
.det-image:before{
                border-bottom: 300px solid #069de9!important;
        }
    .services-two__single{
            padding: 20px 20px 38px !important;
        }

    .box {
    padding: 15px !important;

}
.text-quote h4{
      font-size: 2.5em !important;
}
.shadow-wrapper {
    padding: 50px 0  !important;
}
.twm-explore-content-outer-3{
  margin-bottom: 30px !important
}
.ft-about-img-3-wrapper {
    width: 400px!important;
    height: 400px !important;
}
.ft-about-img-3 img {
    width: 300px!important;
    height: 300px !important;
}

.ft-about-feature-list-item .ft-about-feature-icon img {
    height: 50px !important;
}

.ft-thx-why-choose-item-box .ft-thx-why-choose-item{
    padding: 16px 15px 18px 39px !important
}
.portfolio__wrapper::before{
    width: 800px !important
}
.high-padding {
    padding: 60px 50px !important;
}
.testimonial-img-circle:before{
    right: 29px!important;
}
.testimonial-img-circle:after{
    right: 29px!important;
}
.wifi-symbol [foo], .wifi-symbol{
    top: -17px !important;
    left: 63% !important;
}

ul.points li{
        margin-bottom: 3px !important;
        font-size: 1em !important
}
.view-btn{
        top: 8%;
}
.cta-contents .col-md-3 {
    /* max-width: 55% !important; */
    flex: 0 0 22.333333%!important;
    max-width: 22.333333%!important;
}
ul.points li:before{
        width: 10px!important;
    height: 10px!important;
    left: -1px !important
}
.customer-logos1 img, .customer-logos img {
    width: 100%;
}
.trigger.section{
    min-height: 160px !important
}
img.position_relative.mt-2 {
    width: 100%;
}
a.btn1.login_btn {
    padding: 0 1px!important;
    position: relative;
    top: -50px!important;
    left: 106px!important;
    padding: 1px 15px!important;
}
img.img-mob {
    height: 360px !important;
    top: 130px !important;
}
  

    .cta-contents .col-md-3 {
    /* max-width: 55% !important; */
    flex: 0 0 28.333333%!important;
    max-width: 28.333333%!important;
}
    .desk-view {
    width: 100%;
}
    .fees::after{
        width: 55% !important;
}

      .img-anim.pic2:before {
    bottom: 41px !important;
    }
    .img-anim.pic2:after {
    bottom: 27px !important;
}
.img-anim:before{
    bottom: 53px !important
}
.img-anim:after{
        bottom: 40px !important;
}

.service-content-wraper{
    padding-bottom: 10px !important
}

    .footer-content {
    margin-right: 60px !important;
    }
    .contact-div1{
        width: 560px !important;
    }
    .contact-form.contact-page{
        padding: 100px 0px 100px 466px !important
    }
    .nav-menu>li>a {
    padding: 4px 6px !important;
}
.certificates img {
    height: 350px !important;
}

.single-blog-item .content h3{
    font-size: 11px !important
}
.slick-slide {
    padding: 20px !important;
}
.footer-content {
    margin-right: 30px !important;
    }
.modal-body {
    position: relative;
    /* padding: 15px; */
    margin-bottom: 60px !important;
}
    .cart_media button.submit.btn-1{
                padding: 5px 20px;
                font-size: 16px;
    }
    .pb60 {
    padding-bottom: 40px !important;
}
    .wrap-form span.text-input {
    margin-bottom: 12px !important;
}
.sexy-menu.detached .nav-brand img {
    margin-top: 10px !important;
    }
    .sexy-menu.detached .nav-menu > li > a{
        padding: 18px 8px !important;
    }
.section-padding {
    padding: 30px 0px  !important;
}
.b-img1, .b-img2 {
    height: 100px;
    bottom: -45px;
}
ul.points li img {
    height: 30px;
}
    input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color: #333 !important;
    font-size: 13px !important;
}
#contact-form input::-webkit-input-placeholder,
#contact-form input::-moz-placeholder,
#contact-form input:-ms-input-placeholder,
#contact-form input:-moz-placeholder{
  color: #333 !important
}
    .mt--50 {
    margin-top: -64px;
}
button.submit.btn-1 {
    padding: 7px 29px !important;
    font-size: 16px !important;
    }
    .contact-form{
        padding: 10px 14px 0 !important;
    }
    .cart_top h3 {
    font-size: 20px;
}
.welcome-title{
        line-height: 30px;
            margin-bottom: 10px;
}
.images:nth-child(2) {
    margin-top: -40px;
}
.grid-images {
    margin-top: 80px;
}
   
    .caption {
}
.customer-logos .slick-slide {
    padding: 10px !important;
}
.slick-slide {
    height: 150px;
    object-fit: cover !important;
    min-height: 220px !important;
}
.caption-bottom {
        line-height: 15.01px;
    }
    .slick-initialized .slick-slide{
            display: flex !important;
    align-items: center !important;
    }
    .slick-slide{
            /*height: 150px;*/
    object-fit: cover !important;
    /*min-height: 302px  !important;*/
    }
    .title-wrap h2 {
            position: relative;
    left: 24px;
    text-align: center;
    font-size: 32px;
}
.contact-form span.c-yellow {
    letter-spacing: -1px;
    font-size: 17px !important;
}
.contact-form p {
    font-size: 16px !important;
}
.mt-5 {
    margin-top: 3rem !important;
}
.course-desc ul li {
    font-size: 12px !important;
    }
    .count-items{
        font-size: 18px !important;
    }
    .fa-quote-right.quote-icon{
            bottom: 92px !important;
            font-size: 19px !important;
    }
    .fa-quote-left.quote-icon{
            top: 96px !important;
            font-size: 19px !important;
    }
    .test-title{
        font-size: 32px !important;
    }
    .mySlides {
    display: none;
    padding: 25px 32px 15px !important;
    }
    .blog-item {
    width: 48%!important;
    }
    .blog-item:last-child{
        margin-right: 0px;
    }
    h4.sub-title {
    font-size: 20px;
}
.cta-wrapper {
    background-position: center !important;
    background-size: cover;
    padding: 100px 0;
}
.footer-content .quick-links ul+ul{
      margin-left: 20px !important;
}
.footer-content:nth-child(1){
    width: 15%;
}
.cta-contents h1 {
    font-size: 29px !important;
    }
    .request_qoute_form span.text-input input, .request_qoute_form span.text-input textarea {
    border-bottom: 1px solid #e6e6e6;
    padding: 8px 5px !important;
}
.cart_media .contact-form{
    padding: 8px 29px !important;
}
h4.course-title {
    margin-bottom: 15px;
    font-size: 13px !important;
}
     body {
         font-size:13px !important;
    }
     .container{
         width:100%;
         padding-left:3%;
         padding-right:3% 
    }
     .top-container {
         width: 100%;
         padding-left: 3%;
         padding-right:3%;
    }
     .lSAction > a{
         bottom:16em !important;
    }
     .nav-menu > li > a{
         font-size:.7em  !important ;
    }
     .nav-brand img {
         margin-top: -28px !important;
    }.banner-wraper.mt-100 {
    margin-top: 80px !important;
}
    .contact-title{
           font-size: 28px !important;
    }

    .welcome-pic img{
        width: 100%;
    }
    .mySlides img {
    width: unset;
}
    .nav-menu>li>a {
    padding: 4px 6px;
}

.faq-img img:nth-child(2){
            height: 200px !important;
    }
    .school-pic{
        padding-left: 8%;
    }
   
}

     @media (min-width: 1360px) and (max-width: 1600px) {
         .swiper-slide-caption{bottom:1em;}

      .col-md-2.quickl {
    padding-left: 80px;
}
      .twm-employee-pic {
    /*left: 30% !important;*/
}

        .footer-content {
    margin-right: 30px !important;
  }
        body{ 
            font-size: 17px !important;
        }
        .cta-text a.btn1{
            padding: 8px 45px!important;
        }
        .nav-menu>li>a{
                padding: 4px 10px!important;
        }
        .cta-wrapper {
        padding: 150px 0;
    }
    .jobs-title{
            width: 64% !important;
    }
        .nav-brand img
                {
                  width: 65% !important;
                }
      .service-div{
        padding:24px 60px 20px 71px;
      }
      .bg-c:before{
            top: 175px !important;
      }
      .quote-title .seperater{
            left: 45px !important;top: 22% !important;
      }
      .quote-section .form-column .inner-column
      {
        padding: 0px 70px 0px 33px !important;
      }

      .quote-tit {
    font-size: 1.6em !important;
  }
     .quote-section .inner-container .patern-layer{ height: 90%;}
      .quote-section {
    position: relative;
    padding: 75px 0 !important;
    margin-bottom: 0px !important;
  }
      .statement-section .content{
        padding: 30px !important;
    padding-left: 55px !important;
      }
      .statement-section .content1{
        padding: 30px !important;
    padding-right: 55px !important;
      }
        .f-contact-form{
            margin-left: 200px !important;
        }
        .pr-cor-about-img-wrap .pr-cor-about-img-area2{
            right: 60px !important;
        }
        .icon-banner .icon-h img{
            width: 80px;
        }
        .address img{
    left: 15px;
}
.service-title h4{
    float: right;font-size: 1.5em;
}
  .process-effects-layer{
        background-size: 1060px auto!important;
    }
        .certificate-block .image{
                width: 95%;
        }
        .certificate-block .inner-box:after{
            top: 70%;
        }
        .client-logos{
                height: 150px !important;
        }
       
        .footer-content-title.wh{
                padding-left: 40px;
        }
        img.wh {
        margin-left: 10px;
    }
        img.wh{
                height: 31px;
        }
       
     
.client-logos .slick-slide img {
    width: 50% !important;
}
        .sexy-menu.detached .nav-menu > li > a{
            padding: 18px 10px !important
        }
        .b-img1,.b-img2{
            height: 150px;
        }
        .box {
    padding: 30px !important;
}
.ft-about-feature-list-item .ft-about-feature-text{
    max-width: 530px !important;
}
ul.list-style-one li:before{
    font-size: 1.5em !important;
}
.grid-images{
    margin-top: 50px;
}


.ft-about-feature-list-item{
    width: 90% !important
}
        a.cart-btn{
                right: -36px !important;
            font-size: 1em !important
        }
        .order-list li span{

    padding-left: 1.2em !important;
        }
img.gps {
    width: 100%;
}
        ul.order-list.primary-color{
            padding: 26px 15px !important
        }
.features-box.color-secondary-style .icon img{
    height: 50px!important;
    width: 50px !important;
}

        .det-image:before{
                border-bottom: 300px solid #069de9!important;
        }
img.down{
    width: 100%;
}
        .services-two__single{
            padding: 30px 30px 45px !important;
        }
.high-padding {
    padding: 60px 150px !important;
}

ul.address-list li i {
    font-size: 1.3em !important;
}
       
.contact-us-info.overlay2{
        padding: 45px 26px 20px !important;
}
        .ft-thx-why-choose-item-box .ft-thx-why-choose-item{
 padding: 23px 10px 27px 43px !important;   
}
.portfolio__shape img.portfolio-s-1 {
    top: -136px!important;
    left: -66px!important;
    }
    .portfolio__wrapper::before {
    width: 1200px !important;
}
.ft-about-img-3 img {
    width: 400px!important;
    height: 400px !important;
}
.ft-about-img-3-wrapper {
    width: 460px!important;
    height: 460px !important;
}

     }



 @media (min-width: 992px) and (max-width: 1279px) {

.twm-media .twm-employee-pic img,.twm-explore-media-wrap .twm-media.mid img {
    width: 100%;
}
.footer-content {
    margin-right: 40px;
  }
  .caption-head,.caption{
        line-height: 60px;
        letter-spacing: 0;
    line-height: 46px;
  }
  .swiper-slide-caption{
        left: 61px !important;
  }
  .f-contact-form{
    margin-left: 201px !important;
  }
.service-div{
      padding: 30px 50px !important;
}
.mission-wrapper{
  padding-left: 20px;
  padding-right: 20px;
}
.nav-menu>li>a{
  padding: 4px 10px !important
}
.swiper-slide-caption.innerpage .caption-head,
.swiper-slide-caption.innerpage .caption{
  line-height: 35px !important
}
.banner-caption {
    font-size: 9px;
  }
.f-contact-form{
  margin-left: 84px !important
}
.twm-explore-content-outer-3 .twm-explore-content-3{
      padding: 5px 35px !important;
          margin-left: 0px !important;
          margin-bottom: 100px;
}
.ttm-processbox-wrapper .ttm-processbox .process-num{
      width: 70px!important;
    height: 70px!important;
}
.twm-explore-content-outer-3 .twm-explore-content-3 .twm-title-large h2{
  margin-bottom: 0 !important;
  font-size: 2.3em !important
}
.jobs-title{
  width: 100%!important;
}
.jobs-title h4{
      font-size: 1.8em!important;
line-height: 38px!important;
}

 }



 @media (min-width: 991px) and (max-width: 1023px) {
  .footer-wraper li{
  font-size: 1em !important
}


.quick-links ul+ul{
  margin-left: 20px !important;
}
  .shadow-wrapper {
    padding: 40px 0!important;
}
body.home .banner-slider
{
      top: 0% !important;
}

  .nav-menu>li>a {
    padding: 4px 5px !important;
    font-size: .7em !important;
}
.footer-logo img {
}
.footer-content .quick-links ul+ul{
      margin-left: 20px !important;
}
.f-contact-form{
      width: 470px !important;
}
section.service-wrapper{
  background-size: contain;
}
.footer-content:nth-child(4) {
    margin-right: 0 !important;
    width: 17%;
}
.footer-content:nth-child(1){
      width: 15%;
}
.text-quote h4{
  font-size: 2.6em!important;
}
.sexy-menu.detached .nav-menu > li > a {
    padding: 25px 6px !important;
    }
  .serv-img{
        height: 100px;
    width: 100px;
        top: 30%;    right: -84px;
  }
  .service-div.orange .serv-img {
    left: -86px;
  }
  .serv-img img{
    width: 80%;
  }
  .service-div{
    margin-right: 95px;
        padding: 21px 20px !important;
  }
  .service-div:before{
        left: -14px;
  }
  .service-div:after{
        right: -16px;
  }
  .process-num img {
    height: 85%;
}
.ttm-processbox-wrapper .ttm-processbox .process-num{
      width: 88px!important;
    height: 88px!important;
}
.jobs-title{
  width: 100%!important;
}
.swiper-slide-caption.innerpage .caption-head, .swiper-slide-caption.innerpage .caption {
    line-height: 35px !important;
}
.banner-caption {
    font-size: 9px;
}
    .f-contact-form{
      margin-left: 85px !important;
    }
    .ttm-processbox-wrapper .featured-content {
    width:190px!important;
    height: 190px!important;
    padding: 34px 13px 55px 13px !important;
}
.ttm-processbox-wrapper .ttm-processbox {
    width: 220px!important;
    height: 220px !important;
}
.ttm-processbox.s-yellow .featured-content:after,
.ttm-processbox.s-blue .featured-content:after,
.ttm-processbox.s-red .featured-content:after
{
  bottom: 25px;
}
.ttm-processbox.s-yellow .featured-content:before
.ttm-processbox.s-blue .featured-content:before,
.ttm-processbox.s-red .featured-content:before{
      top: 25px !important;
}
.cta-wrapper {
    padding: 100px 0;
    }
    .logo-div{
      display: none !important;
    }
 }
 @media (min-width:768px) and (max-width:991px){
.img-full.faq{
  display: none;
}
 .logo-div{
      display: none !important;
    }
.col-md-8.faq-8 {
    flex: 100%;
    max-width: 100%;
}
.row.mtop.videos{
  margin-top: 50px !important

}
  .twm-blog-post-1-outer .wt-post-info .wt-post-title .post-title a {
    font-size: 1.2em !important
  }
  .videos .testimonial-hots {
    margin: 0!important;
}
  .twm-blog-post-2-outer{
     margin: 0!important;
  }
.twm-blog-post-2-outer .wt-post-info{
   padding: 12px !important;
  }
.contact-us-info.overlay2{
  display: block!important;
}
.twm-blog-post-2-outer .wt-post-info .wt-post-title .post-title{
      font-size: 1.2em!important;
}
.twm-blog-post-2-outer .site-button-link{
  font-size: 1em !important
}
.twm-explore-content-outer-3 .twm-explore-content-3{
      padding: 5px 35px !important;
          margin-left: 0px !important;
          margin-bottom: 100px;
}
.twm-explore-content-outer-3 .twm-explore-content-3 .twm-title-large h2{
      font-size: 2em!important;
    line-height: 60px!important;    margin-bottom: 0px!important;
}
.about-wrapper{
      padding-top: 30px !important;
}
.footer-content .quick-links ul+ul{
      margin-left: 25px !important;
}
.ttm-processbox-wrapper .featured-content,
.ttm-processbox-wrapper .ttm-processbox
{
width: 180px !important;
    height: 180px !important;
    padding: 3px 35px 55px 2px !important;
}
.ttm-processbox-wrapper .ttm-processbox:after{
      right: 0!important ;
    top: -17px !important;
    padding: 20px !important;
    left: -7% !important;
}
.ttm-processbox-wrapper .ttm-processbox .process-num{
      right: -35px !important;
      top: 70px !important
}
.ttm-processbox-wrapper .ttm-processbox .featured-title h5
{
  margin-top: 32px;    margin-left: 30px;
}
.ttm-processbox-wrapper .ttm-processbox .process-num{
  width: 60px!important;
    height: 60px!important;
}
.ttm-processbox.s-red .featured-content:before,
.ttm-processbox.s-blue .featured-content:before,
.ttm-processbox.s-yellow .featured-content:before{
      top: 27px !important;
}
.ttm-processbox-wrapper .ttm-processbox .featured-title h5 {
    font-size: 1.4em!important;
    line-height: 30px!important;
  }
  .cta-wrapper{
    padding: 100px 0;
  }
.jobs-title{
  width: 100% !important
}
.jobs-title h4{
      font-size: 1.5em!important;
    line-height: 30px!important;
}
.shadow-wrapper,section.service-wrapper,.blog-wrapper{
      padding: 30px 0 !important;
}
.text-quote h4{
      font-size:2em !important;
}
.col-md-4{
  padding-right: 5px!important;
    padding-left: 5px!important;
}



  body.home .banner-slider {
    position: absolute;
    top: -22% !important;
}
.service-div{
      margin-bottom: 20px;
      padding: 15px 31px;
}
.serv-img{
      height: 80px;
    width: 80px;
    top: 30%;
        right: -58px;
}
.service-div.orange .serv-img {
    left: -70px !important;
    }
    .service-div.orange,.service-div{
          margin-left: 100px;
    margin-right: 100px;
    }
.serv-img img{
  width: 80%;
}
.mission-wrapper {
    padding-top: 50px;
    padding-bottom: 0;
}
.blog-title{
      margin-bottom: 20px;
}


.mob-view.home-img {
    width: 100vw;
    height: 88vh;
    object-position: center;
    object-fit: cover;
}
.mob-view {
    width: 100vw;
    height: 100vh !important;
    object-position: center;
    object-fit: cover;
}
.f-contact-form{
  width: 250px !important;
  margin-left: 150px !important
}
.caption-head,.caption{
       letter-spacing: -1px;
  line-height: 32px !important;
}
.testimonial{
    margin-bottom: 25px;
}
.ser-content{
    margin-left:5px;
}
.contact-us-info.overlay2{
    margin-top: 30px;
}
.contact-form.form-style-2 {
    padding-bottom: 10px !important;
    margin-top: 57px!important;margin-right: 20px;
}
.contact-us-info.overlay2{padding-bottom: 10px !important;}
ul.address-list li .tit {
    padding-left: 5px !important;
}


ul.address-list li .icon img{
    width: 25px!important;
    height: 25px!important;
}
.map-wrapper,.ser-wrapper {
    padding: 50px 0 0 !important;
}
.nav-menu>li{
    text-align: left !important;
}
    .caption-head{
        font-size: 1.5em;
    }

    .features h3 a{
        font-size: .8em;
    }
.feature{
    padding: 4px 6px;
    min-width: unset;
}
    img.abtimg {
    z-index: -1;
    width: 100%;
    display: none
}
.about-wrapper .col-md-8{
  max-width: 100%; 
  flex:100%;
}
.abt-content {
    padding: 0px 20px 0 0px;
    }
.product-wrapper .col-md-4 {
  width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;
}

    
   .blog .col-md-4{
        -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
   }
section.abt-wrapper .col-md-6{
    width: 100% !important;
    max-width: 100% !important;
    flex: 100% !important;
}
img.report-icon{
        height: 170px
}

    img.img-mob{
        display: none;
    }

     body {
         font-size:13px !important;
    }
     .container{
         width:100%;
         padding-left:3%;
         padding-right:3% 
    }
     .top-container{
         width:100%;
         padding-left:1%;
         padding-right:1%;
    }
     .desk-view{
         display: block 
    }
     .mob-view{
         display: none; 
    }
    .cta-contents .col-md-3,.cta-contents .col-md-4 {
        flex: 50% !important;
    max-width: 40% !important;
}
body.home .nav-brand img {
    width: 100% !important
}
a.cart-btn{
    font-size: 1em !important;
    right: -30px !important;
}
.process-effects-layer .rs-addon-number .number-part .number-image{
    width: 100px;
    padding: 20px;
}
.process-effects-layer .rs-addon-number .number-part .number-text .number-area{
    width: 40px;
    height: 40px;
}
.process-effects-layer .rs-addon-number .number-part .number-text .number-area .number-prefix {
    font-size: 16px;display: flex;
    align-items: center;
    justify-content: center;line-height: 40px;
    }
.rs-addon-number .number-part {
    padding: 61px 11px 24px 11px;}
.slick-slide{
    padding: 5px !important
}
.designed p,.copy-right {
    line-height: 39px;
}
.footer-bottom-wrap {
    padding-bottom: 68px;
}
.footer-logo img{
    display: none;
}
.col-md-2.whats {
    left: -28px;
    position: relative;
    top: -83px;
}
.col-md-2.soc{
    left:51px;
    position: relative;
}
.footer-quick-contact {
    width: 90%;
    position: relative;
    top: 50px;
}
.address img {
    height: 28px;
    margin-right: 10px;
}
img.wh {
    margin-left: 10px;
    height: 31px;
}


ul.points li:before{
    left: 0 !important;
    height: 8px!important;width: 8px!important
}
.slide-in-right.certificate-content {
    width: 200px;
}
.client-logos{
    height: 150px!important
}
ul.points li{
        margin-bottom: 4px!important;   font-size: 1em!important;
}
.section-padding {
    padding: 40px 0px !important;
}

     .copy-right{
         width:50%;
         text-align:center;
    }
     .designed{
         width:50%;
         display:flex;
         justify-content:center;
    }
    .footer-social-links ul li a {
    height: 35px;    line-height: 35px;
    font-size: 1em;
    width: 35px;
}
     .designed p{
    }
     .footer-content:nth-child(1){
         display:none
    }
     .footer-content:nth-child(2){
         width:25%;
    }
     .footer-content:nth-child(3){
         width:38%;
    }
    .footer-social-links ul li
    {
            width: 30px !important;
    }

     .footer-content:nth-child(4){
         width:26%;
    }
     .footer-top-wraper{
         padding-top:40px;
         padding-bottom:30px;
    }
     .footer-content{
         margin-bottom:1.5em;
    }
   
     .lSAction{
         display:none
    }
     .navigation-portrait{
         height:72px !important;
    }
     .welcome-container{
        width: 100%;
    }
     .welcome-pic{
        display: none
    }
     .view-all{
        display: none
    }
     .service-content:nth-child(1){
         width:100%;
         margin-right: 0px
    }
     .service-content:nth-child(2){
         width:100%;
         margin-right: 0px
    }
     .service-content{
         width:100%;
         margin-right: 0px
    }
     .home-page-project{
         display: inherit
    }
     .welcome-wraper{
        padding-top: 50px;
    }
     .news-scroller{
         width:100%;
    }
     .news-title{
         display: none;
    }
     .welcome-title{line-height: 28px;    margin-bottom: 10px;
         font-size: 1.5em;
    }
    .finishing-school{    padding: 20px 30px!important;}
        section.ser-wrapper img
            {
                display: none !important;
            }
             .col-md-6{
                flex: 100%!important;
                max-width: 100%!important;
            }


     .title{
         font-size: 1.9em;
    }
    .tech img {
    height: 40px;
}
     .home-service{
         padding-top: 40px;
    }
     .count-no{
         font-size: 2.5em;
    }
     .count-percentage{
         font-size: 2.5em;
    }
     .top-quickwraper{
         display: none
    }
     .sexy-menu.detached .nav-menu > li > a {
        color: #fff !important ;
    }
     .experience{
         display: none
    }
     .caption-bottom{
    }
     .caption{
        font-size:3em !important
    }
    

.col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%  !important;
    }
    .nav-menu>li>a
    {
        font-size: 1em !important;
        padding: 20px 5px !important;
    }
    .count-up {
    width: 24%;
    }
    .count-items{
            font-size: 18px;letter-spacing: -1px;
    }
     .nav-brand img{
         margin-top: 6px !important;
         width: 100% 
    }
   
     .logo{
         width: 110px !important;
         height: auto !important
    }
}

 @media (min-width: 1280px) and (max-width: 1300px) {
     .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -13px;
  margin-left: -13px;
}
  .caption-head {
    font-size: 3em;
}.caption {
    font-size: 5.5em;
}
.caption,.caption-head{
  line-height: 70px !important
}
.f-contact-form{
  margin-left: 160px !important
}
.swiper-slide-caption.innerpage .caption{
            font-size: 4.091em;line-height: 60px;
        }
        .swiper-slide-caption.innerpage .caption-head{
            font-size: 2.5em;line-height: 60px;
        }
.nav-menu>li>a{
  padding: 4px 10px !important
}
.sexy-menu.detached .nav-menu > li > a{
      padding: 21px 10px !important
    }
.twm-media .twm-employee-pic{
      left: 26% !important;
}
.footer-content .quick-links ul+ul {
    float: right;
    margin-left: 60px!important;
    margin-right: 60px!important;
}
.service-title h4 {
    float: right;font-size: 1em;
}
.footer-content-title{
    font-size: 1.2em
}
.service-title h4{
        font-size: 1.5em;
        float: right;
}

    .process-effects-layer{
        background-size: 1060px auto!important;
    }
.feature {
    min-width: 100px;
    padding: 12px 24px;
}
.footer-content-title.wh {
    padding-left: 45px;
}
.col-md-2.quick {
    margin-left: 20px;
}
.col-md-2.soc {
    margin-left: 20px;
    max-width: 15.666667%;
}
img.wh {
    margin-left: 14px;
    height: 27px;
}
.col-md-2.enq {
    max-width: 14.666667%;
}
.welcome-title{
    line-height: 40px !important
}
    .col-md-2.quick {
    max-width: 10.666667%;
    margin-left: 40px;
}
    .footer-content{
        padding-bottom: 55px;
            margin-right: 25px !important;
    }
.video-column .image{
    padding-right: 25px!important;
}
.b-img1, .b-img2 {
    height: 150px;
}
img.report-icon{
        height: 182px;
}
.view-btn{
    top: 8%;
}

h4.sub-title{
    font-size: 0.738em;
}
     .blog-title::after{
        width: 34%
    }
    .blog-title::before {
    width: 37%;
}
.grid-images {
    margin-top: 150px;
}
    .img-wrapper.cert img.img-responsive{
        height: 300px!important
    }
.pr-10 {
    padding-right: 7%;
}

    a.view-all.client-view {
    right: 46px !important;
}

.home-login .shape-1{
            width: 225px !important;
    height: 258px !important;
    left: -21px !important;
    top: -30px !important;
    }
   
    ul.order-list.primary-color h2{
        font-size: 1em !important
    }
 ul.order-list.primary-color{
            padding: 12px 15px !important
        }
    .wifi-symbol [foo], .wifi-symbol.banner{
     left: unset !important;
    right:18%!important;
    top: 5px!important;
}
img.down{
    width: 100%;
}
    .services-two__single{
            padding: 20px 20px 43px !important;
        }
    .high-padding {
    padding: 60px 150px !important;
}
.testimonial-img-circle:before{
    right: 29px!important;
}
.testimonial-img-circle:after{
    right: 29px!important;
}
    
.contact-us-info.overlay2{
        padding: 45px 26px 20px !important;
}

ul.address-list li i {
    font-size: 1.3em !important;
}
.ft-thx-why-choose-item-box .ft-thx-why-choose-item{
 padding: 23px 10px 27px 43px !important;   
}

    .ft-about-img-3 img {
    width: 370px!important;
    height: 370px !important;
}
.ft-about-img-3-wrapper {
    width: 430px!important;
    height: 430px !important;
}

    .ft-about-img-2-wrapper{
        left: -17px;
    }
    .portfolio__wrapper::before{
            width: 1060px !important;
    }
    .portfolio__shape img.portfolio-s-2{
    height: 300px!important;
}
    .box {
    padding: 30px !important;

}
.datruck-title{
    font-size: 3em!important;   
     line-height: 46px!important;
     letter-spacing: -2px!important;
}
.datruck-title.sub-title{
      font-size: 2em!important;   
     line-height: 36px!important;
     letter-spacing: 0px!important;
}
ul.list-style-one li{
        font-size: 14px!important;
        line-height: 28px!important;
}

        .datruck .image img{
   float: right;
    width: 67%;
}
.video-box{
    width: unset!important;
    height: unset!important;
    top: 200px !important;
    left: 0!important
}
.inner-column:before {
    left: 74px!important;
    top: 84px!important;
}
.video-box .video-image img{
    width: 60% !important
}
.video-column .image img{
    width: 100%;
}


    .footer-top-wraper{
        padding-top: 40px !important;
        padding-bottom: 0px !important
    }
    .customer-logos1 img, .customer-logos img {
    width: 100%;
}

    .trigger.section{
        overflow: hidden;
        min-height: 160px !important;
    }
    a.btn1.login_btn {
    padding: 0 1px!important;
    position: relative;
    top: -61px!important;
    left: 159px!important;
    padding: 1px 16px !important;
}
    img.position_relative.mt-2{
        width: 100%;
    }
    img.img-mob {
    height: 410px !important;
    top: 150px !important;
    }
   
    .desk-view {
    width: 100%;
}
.contact-form.form-style-2 {
    padding: 40px;
    }
    .bg-border-no{
      padding: 0 20px !important
    }
.contact-us-info.overlay2 {
    padding: 30px !important;
}
.blog-details{
        padding: 30px !important;
}
.service-content-wraper{
    padding-bottom: 20px !important
}
.caption-bottom {
    line-height: 31.01px;
}

.mission{
    margin-bottom: 60px !important
}
.home-service:after{
        left: 38px !important;
}

.faq-img img:nth-child(2){
            height: 270px !important;
    }
    .school-pic{
        padding-left: 8%;
    }
    .school-container
    {
            margin-right: 3%;
    }


     .img-anim.pic2:before {
    bottom: 103px !important;
    }
    
    .img-anim.pic2:after {
    bottom: 84px !important;
}
.img-anim:before{
    bottom: 151px !important
}
.img-anim:after{
        bottom: 140px !important;
}


    .blog-item {
    width: 48% !important;
}
    
    .cource-item2 {
    width: 100%;
}
     .sexy-menu.detached .nav-brand img{
        margin-top: 0px !important
    }
    .cart_media .contact-form {
}
     .box-title {
    font-size: 1em;
}
.title-wrap{
    overflow: hidden;
}
    .title-wrap h2
    {
        position: relative;
    left: 60px;
    }
    .contact-title {
    font-size: 35px !important;
}
.contact-form span.c-yellow{
    font-size: 20px;
}
.mySlides img{
    width: unset !important;
}
.welcome-pic img{
    width: 100%;
}
.request_qoute_form span.text-input input, .request_qoute_form span.text-input textarea {
    border-bottom: 1px solid #e6e6e6;
    padding: 10px !important;
}.contact-form p {
    font-family: 'Poppins-Regular';
    font-size: 17px;
}
.slick-initialized .slick-slide {
    display: flex !important;
    align-items: center !important;
}
.customer-logos .slick-slide {
    padding: 0px !important;
}
.slick-slide {
    height: 100px;
    object-fit: cover !important;
    min-height: 170px !important;
}
.mt-5 {
    margin-top: 3rem !important;
}
    h4.course-title {
    margin-bottom: 15px;
    font-size: 16px !important;
}

     body {
         font-size:15px !important;
    }
     .container{
         width:100%;
         padding-left:3%;
         padding-right:3% 
    }
     .top-container {
         width: 100%;
         padding-left: 3%;
         padding-right:3%;
    }
     .lSAction > a{
         bottom:15em !important;
    }
     .nav-menu > li > a{
         font-size:.8em !important;
    }
     .nav-brand img {
        margin-top: -35px !important;
    width: 80% !important
    }
    body.home .nav-brand img {
    width: 80% !important;
}
    .finishing-school {
    padding: 90px 80px!important;
    }
   .fees::after{
    width: 55% !important;
        margin-left: 10px !important;
}
   
.customer-logos1 img {
    width: 100%;
}

ul.points li{
    font-size: 1em !important;
        margin-bottom: 0px!important;
}
ul.points li:before{
        width: 10px!important;
    height: 10px!important;
    left: -1px !important
}
.cta-contents .col-md-3 {
    /* max-width: 55% !important; */
    flex: 0 0 27.333333%!important;
        max-width: 27.333333%!important;
    }

ul.list-style-one li i{
        font-size: 11px!important;   
    padding: 3px!important;
}
.fuel-padding {
    padding: 20px 100px!important;
}
.fuel-image img{
    width: 80% !important;
    right: -80px;
}

ul.list-style-two li {
    font-size: 14px!important;
    line-height: 38px!important;
}
h5.bottomtext{
    font-size: 1.5em !important
}
 img.abtimg {
    width: 100%;
}

}


 @media (min-width: 1300px) and (max-width: 1399px) {
  body.home .banner-slider{
        top: -23% !important;
  }
  .col-md-2.quickl {
    padding-left: 70px;
}
  .nav-menu>li>a {
    padding: 4px 10px !important;
}
body.home .nav-brand img {
    width: 68%;
}
  .footer-content {
    margin-right: 25px;
  }
  .swiper-slide-caption.innerpage {
    bottom: 9%;
}
.f-contact-form{
      margin-left: 150px !important;
}
.nav-menu>li>a{
      padding: 4px 12px !important;
}
.welcome-title{
  line-height: 50px;
}
.swiper-slide-caption.innerpage .caption{
            font-size: 4.091em;line-height: 60px;
        }
        .swiper-slide-caption.innerpage .caption-head{
            font-size: 2.5em;line-height: 60px;
        }
        .caption-head{
            font-size: 3em;
        }
        .caption {
       font-size: 5.5em;
           line-height: 60px;  
        }
    .client-logos{
        height: 200px !important
    }
.feature {
    min-width: 128px;
    padding: 10px 13px;
}
    img.abtimg {

        width: 100%;

}

    .blog-title::before{

            width: 37%;
    }
    .blog-title::after{
        width: 34%
    }
 .img-wrapper.cert img.img-responsive{
        height: 350px!important
    }
    .pr-10{
        padding-right: 7% !important
    }
.home-login .shape-1{
            width: 225px !important;
    height: 258px !important;
    left: -21px !important;
    top: -30px !important;
    }
    .high-padding {
    padding:60px 80px !important;
}
.testimonial-img-circle:before{
    right: 29px!important;
}
.testimonial-img-circle:after{
    right: 29px!important;
}

      .portfolio__wrapper::before{
            width: 1060px !important;
    }
    .portfolio__shape img.portfolio-s-2{
    height: 300px!important;
}

    .ft-about-img-3 img{
         width: 420px!important;
        height: 420px !important
    }
    .ft-about-img-3-wrapper{
        width: 460px!important;
        height: 460px !important
    }

    .portfolio__wrapper::before{
            width: 1060px !important;
    }
    .portfolio__shape img.portfolio-s-2{
        right: 0px !important
    }
    .ft-about-img-2-wrapper{
        left: 0;
    }

    .box {
    padding: 30px !important;

}
.fuel-image img{
    width: 80% !important;
    right: -80px;
}
.fuel .fuel-image:before {
    left: 56px!important;
    top: -23px!important;
    right: 94px!important;
    bottom: 100px !important;
    }
    .fuel .fuel-image:after {
    left: 172px!important;
    top: 123px!important;
    right: 0px!important;
    bottom: -20px!important;
}
ul.list-style-two li {
    font-size: 14px!important;
    line-height: 38px!important;
}
h5.bottomtext{
    font-size: 1.3em !important
}
    .fuel-padding {
    padding: 30px 100px!important;
}
    .datruck-title.sub-title{
      font-size: 2em!important;   
     line-height: 36px!important;
     letter-spacing: 0px!important;
}
ul.list-style-one li{
}
    .datruck .image img{
   float: right;
    width: 67%;
}
.datruck-title{
    font-size: 3em!important;   
     line-height: 46px!important;
     letter-spacing: -2px!important;
}
.video-box{
    width: unset!important;
    height: unset!important;
    top: 200px !important;
    left: 0!important
}
.inner-column:before {
    left: 74px!important;
    top: 84px!important;
}
.video-box .video-image img{
    width: 60% !important
}
.video-column .image img{
    width: 100%;
}


   .customer-logos .slick-slide img, .customer-logos1 .slick-slide img
   {
   }
   .customer-logos .slick-slide{
    width: 200px;
   }

    img.position_relative{
        width: 100%;
    }
  
    a.btn1.login_btn {
    padding: 0 1px;
    position: relative;
    top: -69px!important;
    left: 150px!important;
    padding: 3px 15px !important;
}
    .wifi-symbol [foo], .wifi-symbol{
        height: 50px!important;
        width: 50px !important;
    }
    .wifi-symbol .wifi-circle{
        border-width: 3px 3px 0 0 !important
    }
    .wifi-symbol .wifi-circle.third{
         width: 3em!important;
    height: 3em!important;
    }
    .wifi-symbol .wifi-circle.second {
    width: 2em!important;
    height: 2em!important;
        }
        .wifi-symbol .wifi-circle.first {
    width: 4.5em!important;
    height: 4.5em!important;
}

.wifi-symbol [foo], .wifi-symbol{
    right: 18% !important
}
    .swiper-slide-caption.inner-page {
    bottom: 20%;
}
.welcome-container.pl-4 {
    padding-left: 2% !important;
}
.cta-contents .col-md-3 {
    /* max-width: 55% !important; */
    flex: 0 0 30.333333%!important;
    max-width: 30.333333%!important;
}
.caption{
    }
    .img-anim.pic2:before {
    bottom: 144px !important;
    }
    .img-anim.pic2:after {
    bottom: 123px !important;
}
.img-anim:before{
    bottom: 189px !important
}
.img-anim:after{
        bottom: 174px !important;
}

    .desk-view{
            width: 100%;
    }
    
  
    .banner-caption span{
    }
    .caption-head{
        line-height: 70px;
    }
     ol.b_crumb > li.breadcrumb-item{
        font-size: 14px !important;
    }
    ol.b_crumb > li.breadcrumb-item{
        left: 30% !important;
    }
    .mb-2 {
    margin-bottom: 1rem!important;
}
.mt-2 {
    margin-top: 1rem!important;
}
    .course img {
    height: 32px !important;
}
.course-title h2{
    font-size: 40px !important
}
.pt-80 {
    padding-top: 30px !important;
}
.pt-0{
    padding-top: 0;
}
.course-title h3{
    font-size: 30px !important
}

   .slideshow-container {
    height: 390px;
}
     body {
         font-size:15px !important;
    }
     .container{
         width:100%;
         padding-left:6%;
         padding-right:6% 
    }
     .top-container {
         width: 100%;
         padding-left: 3%;
         padding-right:3%;
    }
     .lSAction > a{
         bottom:14em !important;
    }
     .nav-menu > li > a{
         font-size:16px !important;
    }
    .sexy-menu.detached .nav-brand img
    {
         margin-top: 8px !important;
    }

    
    .cource-item2 {
    width: 100% !important;
}

.faq-img img:nth-child(2){
            height: 270px !important;
    }
    .school-pic{
        padding-left: 8%;
    }
    .finishing-school {
    padding: 30px 100px!important;
    }
    .section-padding2 {
    padding: 140px 0px;
}
.fees::after{
    width: 55% !important;
        margin-left: 10px !important;
}
    .welcome-pic img {
}
.col-md-2.soc {
   margin-left: 25px;
}
.col-md-2.quick{
    max-width: 12.666667%;
     margin-left: 25px;
}
.col-md-2.enq{
    max-width: 14.666667%;
}
.footer-top-wraper li{
    font-size: 1em;
}

}

 @media (min-width: 1400px) and (max-width: 1600px) {
  body.home .banner-slider {
    top: 0 !important;
}
.swiper-slide-caption {
  bottom: 8em;
}
 
  .swiper-slide-caption.innerpage .caption{
            font-size: 4.091em;line-height: 55px;
        }
        .swiper-slide-caption.innerpage {
    bottom: 9%;
}
        .swiper-slide-caption.innerpage .caption-head{
           line-height: 55px;
        }
        .caption-head{
            font-size: 3em;
        }
        .caption {
       font-size: 5.8em;
           line-height: 60px;  
        }
       .feature {
    min-width: 150px;
    padding: 12px 19px;
}
    .blog-title::before{
       width: 37%; 
    }
   .blog-title::after{
        width: 33%;
   }
    .testimonial-img-circle:before{
    right: 29px!important;
}
.testimonial-img-circle:after{
    right: 29px!important;
}

    body.home .nav-brand img {
    width: 65% !important;
}
.datruck .image img{
   float: right;
    width: 67%;
}
.datruck-title{
    font-size: 3em!important;   
     line-height: 46px!important;
     letter-spacing: -2px!important;
}
.video-box{
    width: unset!important;
    height: unset!important;
    top: 200px !important;
    left: 0!important
}
.inner-column:before {
    left: 74px!important;
    top: 84px!important;
}
.video-box .video-image img{
    width: 60% !important
}
.video-column .image img{
    width: 100%;
}


    .fuel-image img{
    width: 80% !important;
    right: -80px;
}
.fuel .fuel-image:before {
    left: 56px!important;
    top: -23px!important;
    right: 94px!important;
    bottom: 100px !important;
    }
    .fuel .fuel-image:after {
    left: 172px!important;
    top: 123px!important;
    right: 0px!important;
    bottom: -20px!important;
}

h5.bottomtext{
    font-size: 1.5em !important
}
    .fuel-padding {
    padding: 40px 100px!important;
}

.wifi-symbol [foo], .wifi-symbol{
    top: 21px !important
}
    .customer-logos1 img, .customer-logos img {
    width: 100%;
}

.slick-slide {
    height: 100px;
    object-fit: cover !important;
    min-height: 220px !important;
}
     .trigger.section{
        display: block !important;
        min-height: unset !important;
    }
    img.img-mob {
    height: 510px !important;
    }
.contact-us-info .heading-title {
    margin-bottom: 26px;
    font-size: 1.8em !important;
}
.welcome-pic img{
    width: 100%;
}
.cta-wrapper {
    min-height: 500px !important;
}
.padding2 {
    padding: 30px 0px 0 90px !important;
}
    .fees::after{
    width: 58% !important;
}
     .caption{
        /*font-size: 2em;*/
    }
    .desk-view{
            width: 100%;
    }
    ul.points li{
            font-size: 1.2em!important;
                margin-bottom: 5px!important;
    }

    .banner-caption span
    {
    }
    .nav-menu>li>a {
    padding: 4px 10px !important;
}

           .slick-initialized .slick-slide {
    align-items: center !important;
}
.slick-slide {
    height: 150px;
    object-fit: cover !important;
    min-height: 200px !important;
}
.title-wrap h2{
    position: relative !important;
    left: 26px !important;
}
    h4.course-title {
    margin-bottom: 15px;
    font-size: 19px !important;
}

     body {
         font-size:16px !important;
    }
     .container{
         width:100%;
         padding-left:5%;
         padding-right:5% 
    }
     .nav a {
         margin: 0px 12px !important;
    }
     .lSAction > a{
         bottom:14em !important;
    }
  
img.position_relative {
    width: 100%;
}
a.btn1.login_btn {
    position: relative;
    top: -69px!important;
    left: 150px!important;
}
.footer-content {
    margin-right: 60px  !important;
    }
    .finishing-school{
        padding: 115px 100px !important;
    }

}

 @media (min-width:1600px) and (max-width:1680px) {

    .footer-content-title.wh{
            padding-left: 56px;
    }
    .blog-title::before{
        width: 40%;
}
.home-login .shape-1{
         width: 351px !important;
    height: 360px !important;
    left: -45px !important;
    top: -63px !important;
    }
    .customer-logos .slick-slide {
}

.testimonial-img-circle:before{
    right: 29px!important;
}
.testimonial-img-circle:after{
    right: 29px!important;
}
    .fuel-image img{
    width: 80% !important;
    right: -80px;
}
.fuel .fuel-image:before {
    left: 56px!important;
    top: -23px!important;
    right: 94px!important;
    bottom: 100px !important;
    }
    .fuel .fuel-image:after {
    left: 172px!important;
    top: 123px!important;
    right: 0px!important;
    bottom: -20px!important;
}

h5.bottomtext{
    font-size: 1.5em !important
}
    .fuel-padding {
    padding: 40px 100px!important;
}
  

    .datruck .image img{
   float: right;
    width: 67%;
}
.datruck-title{
    font-size: 3em!important;   
     line-height: 46px!important;
     letter-spacing: -2px!important;
}
.video-box{
    width: unset!important;
    height: unset!important;
    top: 200px !important;
    left: 0!important
}
.inner-column:before {
    left: 74px!important;
    top: 84px!important;
}
.video-box .video-image img{
    width: 60% !important
}
.video-column .image img{
    width: 100%;
}


      ul.points li{
            font-size: 1.2em!important;
                margin-bottom: 5px!important;
    }

 
.welcome-pic img {
    width: 100%;
}
.fees::after{
        width: 59% !important;
}
    .finishing-school{
        padding: 115px 100px !important;
    }
    .welcome_right {
    padding-left: 30px;
}
.faq-img img:nth-child(2){
    height: 300px !important;
}
   
.footer-content {
    margin-right: 40px;
}
    .caption{
        /*font-size: 2em;*/
    }
    .desk-view{
            width: 100%;
    }
    .banner-caption span
    {
        
    }
     h4.resume:before{
      left: 5% !important
    }
    .slick-initialized .slick-slide {
    display: flex !important;
    align-items: center !important;
}
.slick-slide {
    object-fit: cover !important;
}
.sexy-menu.detached .nav-brand img {
    margin-top: 5px !important;
    }
     body {
         font-size:17px !important;
    }
     .container{
         width:100%;
         padding-left:5%;
         padding-right:5% 
    }
     .nav a {
         margin: 0px 12px !important;
    }
     .lSAction > a{
         bottom:13.5em !important;
    }
}  @media (min-width:1680px) and (max-width:1800px) {
    .feature {
    min-width: 170px;
    padding: 10px 19px;
}
}

 @media (min-width:1681px){
    .footer-content:nth-child(2) {
    width: 22% !important;
}
    .fees::after{
        width: 59% !important;
}
    .school-pic
    {
            padding-left: 8% !important;
    }
    .img-box2 {
    position: absolute;
    right: 70px !important;
}
.img-box1{
    right: 70px !important;
}
     body {
         font-size:18px !important;
    }
     .container{
         width:100%;
         padding-left:6%;
         padding-right:6% 
    }
     .nav a {
         margin: 0px 12px !important;
    }
}
 @media only screen and  (min-width:490px) and (max-width:768px) {
  .footer-wraper li {
    font-size: 1em !important;
}
.footer-top-wraper.row .col-md-3 {
    max-width: 50% !important;
}
.footer-top-wraper.row .col-md-4{
  max-width: 50% !important;
      flex: 50% !important;
}
#triangle-right,#triangle-left{
    display: none;
}
.row.cform{
  display: block !important;
}
.contact-form.form-style-2{
        margin-top: 10px !important;
}
.csection-title .ctitle {
    font-size: 2.5em!important;
    line-height: 40px!important;
    }
iframe {
    margin-top: 60px;
}
.contact-form
{
      padding: 50px !important;
}

 .nav-toggle{
   display: flex!important;
    align-items: center;
    width: 25px;
    height: 20px;
    cursor: pointer;
    /* border-top: 3px solid #000; */
    border-bottom: 3px solid #000;
    text-align: center;
    justify-content: center;
    position: absolute;
    bottom: 26px;
    right: 23px !important;
}
.hide-menu img {
    display: block;
    justify-content: center;
    margin: 0 auto;
    width: 38px;
}
 .nav-toggle:before{
   position: absolute;
    content: "";
    width: 40px;
    border-bottom: 3px solid #000;
    right: 0;
}
.nav-toggle:after {
    content: "";
    width: 33px;
    border-bottom: 3px solid #000;
    position: absolute;
    top: -2px;
    right: 0;
}
    .hide-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 99;
    height: 75px;
    padding: 10px 20px;
    display: block !important;
}
.hide-menu a {
    width: 27%;
    line-height: 1;
    font-size: .9em;
    display: inline-block;
    float: left;
    text-align: center;
}

    img.img-mob{
        display: none;
    }
    #gallery{
        clear: both;
    }

    .sliderr .col-md-9{
        padding: 0;
    }
    .row.clnt .col-md-2 {
    margin-bottom: 10px;
}
 
.pl-4 {
    padding-left: 0;
}
.email,.edu-cta-box .inner .content .ctitle a{
    font-size: 1em !important
}
.contact-form.form-style-2 .form-group input, 
.contact-form.form-style-2 .form-group textarea{
    font-size: 14px !important;
    padding: 10px 20px 10px !important;
margin-bottom: 10px !important;
}
a.edu-btn, button.edu-btn,.features-box{
           font-size: 14px!important;
}

button.submit.btn-2{
     font-size: 1em!important;
    padding: 5px 14px !important;
}
.footer-quick-contact {
    width: 90%;
}
h3.dtitle{
    font-size: 1em !important
}

.features-box
{
    padding: 10px 17px !important;
margin:10px  0!important
}
.features-box.color-secondary-style .icon img{
    margin: 0 !important;
    height: 30px!important;
    width: 30px!important;
}
.features-box .content {

    margin-left: 10px !important;
    }
img.down,.datruck img,.video-column .image img,.da-box .da-image img,
.video-column .image:before,.video-column:before,.fuel-image, .fuel, .fuel-image img{
    display: none;
}

h5.bottomtext{
    font-size:1.4em !important
}
.box.first,.box.third,.bg2.box{
        padding: 20px !important;
    margin-bottom: 10px;
    position: unset !important;
}
ul.list-style-one li i{
        font-size: 7px !important;
    margin-right: 5px!important;
}
ul.list-style-one li,ul.list-style-two li{
    line-height: 35px!important;
}
.fuel-padding{
    padding: 20px 15px !important;
}
.event-date{
    height: 50px!important;
    width: 50px!important;
        right: 11px !important;
}
.sec-title-two h2{
    font-size: 1.8em !important;
}
.about-blocks-outer {
    padding: 30px 0px 0px!important;
}
.about-block .inner-box .content-column .content-inner{
    padding: 0 !important
}
.about-block img, img.gps{
    display: none;

}
.datruck-title.sub-title.text-center:after {
    left: 43% !important;
    height: 3px !important; 
}
.order-list li span{
    padding-bottom: 0!important
}
.about-section-two{
    z-index: 2 !important;
}
.pb150 {
    padding-bottom: 50px !important;
}
.pl-3{
    padding: unset !important;
}
ul.order-list.primary-color{
        margin-left: 3%;
}
ul.order-list.primary-color.br2{
    transform: unset !important;
}
.sec-title-four h2{
        padding-top: 9px!important;  
          font-size: 1.2em!important;
}
.about-section-two{
    padding: 40px 18px 12px !important;
}
.banner-wraper.mt-100 {
    margin-top: 0px!important;
}
.footer-bottom-wrap {
    padding-bottom: 0px;
}
    .customer-logos .slick-slide {
    width: 140px;
}

    .col-md-9{
        width: 100%;    flex: 0 0 100% !important;
    max-width: 100% !important;
    }
    .blog-details h3,.widget-area .widget .widget-title,
    ol.breadcrumb > li.breadcrumb-item{
        font-size: 1em !important
    }
    .blog-details{
        padding: 0px!important
    }
    .blog-sidebar{
        margin-top: 20px !important
    }
    .add_to_cart.right{
    }
    .section-padding2 {
    padding: 30px 0px !important;
}
    .row{
        display: block !important;
        margin: 0 !important
    }
    .pl-8{
        padding-left: 1% !important
    }
    .digital-card-contant{
        margin: 0 13px !important;
    }
    .mission-head{
        margin-top: 20px;
    }

   
    .col-lg-6{
        width: 100% !important
    }
    .service-img{
        display: none;
    }
    .faq-img img:nth-child(2){
        display :none;     
    }
    .school-pic{
        width: 100% !important
    }
    .faq-img {
    display: none;
}
    .mission{
        display: block !important;
    }
    .home-service:before{
        height: 100px;
    }
    p.side-border:after{
        display: none;
    }
    .home-service:after{
        height: 50px;
        width: 85% !important;
        bottom: 0;
    }
    .welcome-container{
        float: none;
    }
    .service-content-wraper{
        padding: 30px !important;
        padding-right: 0px !important
    }
    .about-pic{
        width: 100% !important
    }
    .about-container{
            margin-top: 70px;
    }
    .video-box{
              width: 142px !important;
    height: 111px !important;
    }
    .year-box span{
        font-size: 14px;    line-height: 15px;
    }
    .footer-wraper{
        padding-bottom: 0px;
        clear: both;
    }
    .edu-cta-box .inner,.content.text-md-end{
        text-align: center;
        display: block !important;
    }
    body.about p,body.datrack p {
}
    .edu-cta-box .inner .sparator {
    margin: 0 auto;
    justify-content: center;
    display: flex;
}
.edu-cta-box .inner .content .subtitle,.ft-thx-why-choose-item-box .ft-thx-why-choose-item h3{
    font-size: 1em !important
}
    .edu-cta-box{
        padding: 30px 20px !important;
    }
    .ft-thx-why-choose-item-box .ft-thx-why-choose-item span,
    ul.address-list li .icon{
        height: 40px!important;
        width: 40px!important;
        line-height: 40px!important;
    }
    .ft-thx-why-choose-item-box .ft-thx-why-choose-item{
            padding: 17px 15px 17px 34px !important;
    }
    .img-wrapper.cert img.img-responsive{
        height: unset !important;
            top: -27px !important;
            border-radius: 40px 0!important;
                border: 5px solid #ded8d8!important;
    }
    ul.address-list li i {
    font-size: 1.2em !important;
}


    section.pt-80.cert-slider {
    clear: both;
}

.footer-content-title,form.mt-2.contact-form-footer.clearfix {
        margin-bottom: 0;
        margin-top: 5px !important
}
    .f-contact-form {
    padding: 0px 0px !important;
}
h4.sub-title{
    letter-spacing: 0px !important
}

    .title-wrap h2
    {
            font-size: 22px;
    }
    .add_to_cart.right.open-side {
    right: -10px;
    }

     .sexy-menu.detached {
    padding: 0 !important;
}
     body {
         font-size:13px !important
    }
    .single-blog-item .content h3
    { font-size:12px !important

    }
    ul.address-list li .tit {
    padding-left: 15px !important;
}

     .container{
         width:100%;
         padding-left:3%;
         padding-right:3% 
    }
     .top-container{
         width:100%;
         padding-left:1%;
         padding-right:1%;
    }
     .desk-view{
         display: none 
    }
     .mob-view{
            width: 100%;
         display: block;
         width: 100vw;
    height: 50vh;
    object-position: bottom;
    object-fit: cover;
            
    }
    .whats-app{
        bottom: 18vh !important;
            margin-right: 17px !important;
    }
    .nav-brand img {
    margin-top: 45px !important;
    width:100% !important;
}
    .sexy-menu.detached {
    opacity: 1 !important;
}
    
     .copy-right{
         width:100%;
         text-align:center;
    }
    .navigation-portrait .nav-menu>li>a
    {

    padding:15px 12px !important
    }

     .designed{
         width:100%;
         display:flex;
         justify-content:center;
    }
     .designed p{
         line-height:20px;
    }
   
     
     .footer-top-wraper{
         padding-top:40px;
         padding-bottom:0px;
         display: block;
    }
     
     .footer-content ul li{
         width:100%;

         float: left
    }

    .footer-social-links ul li {width: 29px !important;}
     .lSAction{
         display:none
    }

    .pt-100 {
    padding-top: 50px;
     }
    h4.resume {
    font-size: 13px;
     }
         .w_50 {
         width: 100% !important;
     }
     .welcome-container{
        width: 100%;
            padding: 18px;
    }
     .welcome-pic img{
        display: none;
        width: 100%
    }
    .mt--50 {
    margin-top: 0px;
}
     .view-all{
        display: none
    }
     .service-content:nth-child(1){
         width:100%;
         margin-right: 0px
    }
     .service-content:nth-child(2){
         width:100%;
         margin-right: 0px
    }
     .service-content{
         width:100%;
         margin-right: 0px
    }
     .home-page-project{
         display: inherit
    }
     .count-up{
         width: 50%;
    }
     .welcome-wraper{
        padding-top: 50px;
    }
     .news-scroller{
         width:100%;
    }
     .news-title{
         display: none;
    }
     .welcome-title{
         font-size: 1.5em;
             line-height: 35px;

    }
     .title{
         font-size: 1.5em;
    }
    .mb-10 {
    margin-bottom: 5rem !important;
}
.single-blog-item {
    margin-bottom: 20px;
}
     .home-service{
         padding-top: 40px;
    }
     .count-no{
         font-size: 2.5em;
    }
     .count-percentage{
         font-size: 2.5em;
    }
     .top-quickwraper{
         display: none
    }
     .sexy-menu.detached .nav-menu > li > a {
        color: #fff !important ;
    }
     .experience{
         display: none
    }
     .caption-bottom{
             font-size: 1em;
    }
    .caption {
    font-size: 2.278em;
    letter-spacing: 0;
        line-height: 7px;

}
.swiper-slide-caption.change {
    bottom:-32px !important;
}
.add_to_cart .cart-inner .cart_top h3 {
    font-size: 20px !important;
    }
.caption.size-change {
    font-size: 17px;
    line-height: 1.1;
}
.caption-bottom.size-change {
    font-size: 17px;margin-bottom: 30px;
}
.contact-form span.c-yellow {
    letter-spacing: 0px;    font-size: 16px;
}
.contact-form p {
    font-family: 'Poppins-Regular';
    font-size: 14px !important;
}
.swiper-slide-caption.inner-page
{
    top: 18px
}
.swiper-slide-caption{
    overflow: unset;
}
.swiper-slide-caption .btn1{
    display: none;
}
.banner-caption a{
    display: none;
}
.single-blog-item .post-featured-thumb{
    border: 2px solid #fff !important
}
.col-md-3.col-6.p0.image {
    padding: 0 !important;
}
.col-md-3.col-6.p0.image:last-child {
    margin-bottom: 30px;
}
.about-block .inner-box{
    padding: 10px !important}
.logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
  .sexy-menu.detached .top-header .top-container .logo img{
         margin-top: 15px !important;
         width:100% !important

    }
     .logo{
         width: 110px !important;
         height: auto !important
    }
     .nav-menu > li > a{
        color: #fff !important 
    }
}
 @media (max-width:767px) {
  .logo-div{
      display: none !important;
    }
    .quick-links ul+ul{
      margin-left: 20px !important;
    }
 .blog-details .blog-content h3{
  font-size: 1.5em !important
}
.col-md-2.quickl {
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 10px;
}
  .cta-wrapper.bg-overlay.bg-cover{
    background-position: left 
  }
   .job-f{
     background-position: center !important;
  }
 .twm-explore-content-outer-3 .twm-explore-content-3 .twm-title-large h2 {
    font-size: 1.8em!important;
    line-height: 60px!important;
    margin-bottom: 0px!important;
}
.twm-explore-content-outer-3 .twm-explore-content-3 {
    padding: 5px 35px !important;
    margin-left: 0px !important;
        margin-top: 20px !important;
}
.twm-explore-content-outer-3{
   margin-bottom: 40px!important;
}
.twm-explore-media-wrap .twm-media img,img.alert2,
.widget-img {
  display: none;
}
    .add_to_cart .cart-inner .cart_top{
        padding: 5px 22px 9px 21px !important 
    }
    form#contact-form {
    margin-top: 0 !important;
}
.map-wrapper,section.client-wrapper,.ser-wrapper {
    padding: 40px 0 0 !important;
}
.blog-wrapper {
    padding: 40px 0 40px !important;
}
.footer-logo img {
    height: 40px;
}
.ser-content{
    margin-left: 0px !important
}
img.left-q,img.right-q{
    height: 25px;
}
.process-effects-layer{
    background-image: none;
}
.contact-wrapper {
    padding: 40px 0 !important;
}
.testimonial-content .content.customer-info{
    margin-bottom: 35px;
}
.process-effects-layer .rs-addon-number .number-part .number-image img {
    width: 50px;
    }
.process-effects-layer .rs-addon-number .number-part .number-text .number-area{
    width: 30px;
    height: 30px;
}
.process-effects-layer .rs-addon-number .number-part .number-text .number-area .number-prefix {
    font-size: 14px;
    line-height: 30px;
}
.test-title2{
        display: flex;
            font-size: 1.2em;

}
.rs-addon-number .number-part{
        padding: 40px 5px 0px 0px;
}
.process-effects-layer .col-md-3 {
    width: 50%;
    float: left;
}

.process-effects-layer .rs-addon-number .number-part .number-image{
        width: 100px;
        padding: 25px;
}
.tech img{width: 30%;}
.address img {
    height: 25px;
    margin-right: 10px;
    display: none;
}
.about-wrapper{
        padding-top: 40px;
    padding-bottom: 40px;
}
img.wh {
    margin-left: 10px;
    height: 25px;
}
.tech{
    margin-top: 0px !important
}
.client-logos .slick-slide img {
    /*width: 35%!important;*/
}
.client-logos{
    height: unset !important
}
    .abt-content{
        padding: 15px;
    }
    img.abtimg,.features{
        display: none;
    }

    .single-blog-item h3 a,.single-blog-item .content h3{
            font-size: 1em !important;
    }
    ul.list-style-one{
        width: 100%!important;
    }
.box {
    padding: 20px!important;
}
.box .content{
    width: 100%;
}
.box h3{
        font-size: 1.1em;
    margin-top: 5px;
}
.whats-app img{

    max-width: 46px;
}
.product-wrapper .btn2 {
    margin-top: 12px !important;
}
.welcome-title2 h4.sub-title {
    font-size: 1em;
}
.abt-wrapper {
    padding: 30px 0!important;
}
.welcome-title2 span{
    font-size: 1.7em;
}
.cta-contents h2{
        font-size: 1.778em;
}
.img-part,.b-img1, .b-img2{
    display: none;
}

 .col-md-4,.col-md-8,.col-md-7,.col-md-6{
        width: 100% !important;
         flex: 100% !important;
        max-width: 100% !important;
    }
    .inner-abt .abt-content{
      padding: 0 !important
    }

    .home-login{
        display: none;
    }

 .nav-toggle{
   display: flex!important;
    align-items: center;
    width: 25px;
    height: 20px;
    cursor: pointer;
    /* border-top: 3px solid #000; */
    border-bottom: 3px solid #000;
    text-align: center;
    justify-content: center;
    position: absolute;
    bottom: 26px;
    right: 23px !important;
}
.hide-menu img {
    display: block;
    justify-content: center;
    margin: 0 auto;
    width: 38px;
}
 .nav-toggle:before{
   position: absolute;
    content: "";
    width: 40px;
    border-bottom: 3px solid #000;
    right: 0;
}
.nav-toggle:after {
    content: "";
    width: 33px;
    border-bottom: 3px solid #000;
    position: absolute;
    top: -2px;
    right: 0;
}
    .hide-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 99999;
    height: 75px;
    padding: 10px 20px;
    display: block !important;
}
.hide-menu a {
    width: 27%;
    line-height: 1;
    font-size: .9em;
    display: inline-block;
    float: left;
    text-align: center;
}

    img.img-mob{
        display: none;
    }
    #gallery{
        clear: both;
    }

    .sliderr .col-md-9{
        padding: 0;
    }
    .row.clnt .col-md-2 {
    margin-bottom: 10px;
}
   img.report-icon{
    display: none;
   }
.pl-4 {
    padding-left: 0;
}
.email,.edu-cta-box .inner .content .ctitle a{
    font-size: 1em !important
}
.contact-form.form-style-2 .form-group input, 
.contact-form.form-style-2 .form-group textarea{
    font-size: 14px !important;
    padding: 10px 20px 10px !important;
margin-bottom: 10px !important;
}
a.edu-btn, button.edu-btn,.features-box{
           font-size: 14px!important;
}

button.submit.btn-2{
     font-size: 1em!important;
    padding: 5px 14px !important;
}
h3.dtitle{
    font-size: 1em !important
}

.features-box
{
    padding: 10px 17px !important;
margin:10px  0!important
}
.features-box.color-secondary-style .icon img{
    margin: 0 !important;
    height: 30px!important;
    width: 30px!important;
}
.features-box .content {

    margin-left: 10px !important;
    }
img.down,.datruck img,.video-column .image img,.da-box .da-image img,
.video-column .image:before,.video-column:before,.fuel-image, .fuel, .fuel-image img{
    display: none;
}

h5.bottomtext{
    font-size:1.4em !important
}
.box.first,.box.third,.bg2.box{
        padding: 20px !important;
    margin-bottom: 10px;
    position: unset !important;
}
ul.list-style-one li i{
        font-size: 7px !important;
    margin-right: 5px!important;
}
ul.list-style-one li,ul.list-style-two li{
    line-height: 30px!important;
}
body.home .blog .col-md-4:nth-child(1n + 2) {
    display: none;
}
.blog-title::after{
        margin: 0 45px 10px 0!important;
}
.blog-title::after {
    width: 15%!important;
}
.blog-title::before {
    width: 19%!important;
}
.fuel-padding{
    padding: 20px 15px !important;
}
.event-date{
    height: 50px!important;
    width: 50px!important;
        right: 11px !important;
}
.sec-title-two h2{
    font-size: 1.8em !important;
}
.about-blocks-outer {
    padding: 30px 0px 0px!important;
}
.about-block .inner-box .content-column .content-inner{
    padding: 0 !important
}
.about-block img, img.gps{
    display: none;

}
.datruck-title.sub-title.text-center:after {
    left: 43% !important;
    height: 3px !important; 
}
.order-list li span{
    padding-bottom: 0!important
}
.about-section-two{
    z-index: 2 !important;
}
.pb150 {
    padding-bottom: 50px !important;
}
.pl-3{
    padding: unset !important;
}
ul.order-list.primary-color{
        margin-left: 3%;
}
ul.order-list.primary-color.br2{
    transform: unset !important;
}
.sec-title-four h2{
        padding-top: 9px!important;  
          font-size: 1.2em!important;
}
.about-section-two{
    padding: 40px 18px 12px !important;
}
.banner-wraper.mt-100 {
    margin-top: 0px!important;
}
.footer-bottom-wrap {
    padding-bottom: 75px;
}

    .col-md-9{
        width: 100%;    flex: 0 0 100% !important;
    max-width: 100% !important;
    }
    .blog-details h3,.widget-area .widget .widget-title,
    ol.breadcrumb > li.breadcrumb-item{
        font-size: 1em !important
    }
    .blog-details{
        padding: 10px!important
    }
    .blog-sidebar{
        margin-top: 20px !important
    }
    .add_to_cart.right{
    }
    .section-padding2 {
    padding: 30px 0px !important;
}
    .row{
        display: block !important;
        margin: 0 !important
    }
    .pl-8{
        padding-left: 1% !important
    }
    .digital-card-contant{
        margin: 0 13px !important;
    }
    .mission-head{
        margin-top: 20px;
    }

    .col-md-4,.col-md-8,.col-md-7,.col-md-6{
        width: 100% !important;
        max-width: 100% !important
    }

    .services{
    }
    .col-lg-6{
        width: 100% !important
    }
    .service-img{
        display: none;
    }
    .faq-img img:nth-child(2){
        display :none;     
    }
    .school-pic{
        width: 100% !important
    }
    .faq-img {
    display: none;
}
    .mission{
        display: block !important;
    }
    .home-service:before{
        height: 100px;
    }
    p.side-border:after{
        display: none;
    }
    .home-service:after{
        height: 50px;
        width: 85% !important;
        bottom: 0;
    }
    .welcome-container{
        float: none;
    }
    .service-content-wraper{
        padding: 30px !important;
        padding-right: 0px !important
    }
    .about-pic{
        width: 100% !important
    }
    .about-container{
            margin-top: 70px;
    }
    .video-box{
              width: 142px !important;
    height: 111px !important;
    }
    .year-box span{
        font-size: 14px;    line-height: 15px;
    }
    .footer-wraper{
        padding-bottom: 0px;
        clear: both;
    }
    .edu-cta-box .inner,.content.text-md-end{
        text-align: center;
        display: block !important;
    }
    body.about p,body.datrack p {
}
    .edu-cta-box .inner .sparator {
    margin: 0 auto;
    justify-content: center;
    display: flex;
}
.edu-cta-box .inner .content .subtitle,.ft-thx-why-choose-item-box .ft-thx-why-choose-item h3{
    font-size: 1em !important
}
    .edu-cta-box{
        padding: 30px 20px !important;
    }
    .ft-thx-why-choose-item-box .ft-thx-why-choose-item span,
    ul.address-list li .icon{
        height: 40px!important;
        width: 40px!important;
        line-height: 40px!important;
    }
    .ft-thx-why-choose-item-box .ft-thx-why-choose-item{
            padding: 17px 15px 17px 34px !important;
    }
    .img-wrapper.cert img.img-responsive{
        height: unset !important;
            top: -27px !important;
            border-radius: 40px 0!important;
                border: 5px solid #ded8d8!important;
    }
    ul.address-list li i {
    font-size: 1.2em !important;
}

ul.address-list li{
    /*padding-left: 40px !important;*/
    }
    section.pt-80.cert-slider {
    clear: both;
}

.footer-content-title,form.mt-2.contact-form-footer.clearfix {
        margin-bottom: 0;
        margin-top: 5px !important
}
    .f-contact-form {
    padding: 0px 0px !important;
}
h4.sub-title{
    letter-spacing: 0px !important
}

    .title-wrap h2
    {
            font-size: 22px;
    }
    .add_to_cart.right.open-side {
    right: -10px;
    }

     .sexy-menu.detached {
    padding: 0 0px 15px !important;
}
     body {
         font-size:14px !important
    }
    .single-blog-item .content h3
    {

    }
    ul.address-list li .tit {
    padding-left: 15px !important;
}

     .container{
         width:100%;
         padding-left:3%;
         padding-right:3% 
    }
     .top-container{
         width:100%;
         padding-left:1%;
         padding-right:1%;
    }
     .desk-view{
         display: none 
    }
     .mob-view{
            width: 100%;
         display: block;
         width: 100vw;
    /*height: 50vh;*/
    object-position: right;
    object-fit: cover;
            
    }
    .whats-app{
        bottom: 18vh !important;
            margin-right: 45px !important;
    }
    .product-wrapper{
        padding: 30px;

    margin-bottom: 20px;
    }
    .nav-brand img {
    margin-top: 45px !important;
    width:100% !important;
}
    .sexy-menu.detached {
    opacity: 1 !important;
}
    .mob-view.home-img

    {
         width: 100vw;
    height: 88vh;
    object-position: center;
    object-fit: cover;
    }

    
     .copy-right{
         width:100%;
         text-align:center;
             margin-bottom: -8px;
         line-height:28px;
    }
    .navigation-portrait .nav-menu>li>a
    {

    padding:15px 12px !important
    }

     .designed{
         width:100%;
         display:flex;
         justify-content:center;
    }
     .designed p{
         line-height:28px;
    }
    .footer-bottom-container {
        padding: 10px 0;
}
     .footer-content:nth-child(1){
         display:none
    }
     .footer-content:nth-child(2){
         width:100%;
    }
     .footer-content:nth-child(3){
         width:100%;
    }
     .footer-content:nth-child(4){
         width:100%;
    }
     .footer-top-wraper{
         padding-top:40px;
         padding-bottom:0px;
         display: block;
    }
     .footer-content{
        width: 100% !important;
         margin-bottom:1.5em;
         margin-right: 10px !important
    }
     .footer-content ul li{
         width:100%;
         float: left
    }
     .lSAction{
         display:none
    }

    .pt-100 {
    padding-top: 50px;
     }
    h4.resume {
    font-size: 13px;
     }
         .w_50 {
         width: 100% !important;
     }
     .welcome-container{
        width: 100%;
            padding: 18px;
    }
     .welcome-pic img{
        display: none;
        width: 100%
    }
    .mt--50 {
    margin-top: 0px;
}
     .view-all{
        display: none
    }
     .service-content:nth-child(1){
         width:100%;
         margin-right: 0px
    }
     .service-content:nth-child(2){
         width:100%;
         margin-right: 0px
    }
     .service-content{
         width:100%;
         margin-right: 0px
    }
     .home-page-project{
         display: inherit
    }
     .count-up{
         width: 50%;
    }
     .welcome-wraper{
        padding-top: 30px;
    }
     .news-scroller{
         width:100%;
    }
     .news-title{
         display: none;
    }
     .welcome-title{
         font-size: 1.5em;
             line-height: 30px;

    }
     .title{
         font-size: 1.5em;
    }
    .mb-10 {
    margin-bottom: 5rem !important;
}
.single-blog-item {
    margin-bottom: 20px;
}
     .home-service{
         padding-top: 40px;
    }
     .count-no{
         font-size: 2.5em;
    }
     .count-percentage{
         font-size: 2.5em;
    }
     .top-quickwraper{
         display: none
    }
     .sexy-menu.detached .nav-menu > li > a {
        color: #fff !important ;
    }
     .experience{
         display: none
    }
     .caption-bottom{
             font-size: 1em;
    }
    .caption {
    font-size: 3em;
    letter-spacing: 0;
        line-height: 15px;
text-align: center;
}
.swiper-slide-caption.change {
    bottom:-32px !important;
}
.add_to_cart .cart-inner .cart_top h3 {
    font-size: 20px !important;
    }
.caption.size-change {
    font-size: 17px;
    line-height: 1.1;
}
.caption-bottom.size-change {
    font-size: 17px;margin-bottom: 30px;
}
.contact-form span.c-yellow {
    letter-spacing: 0px;    font-size: 16px;
}
.contact-form p {
    font-family: 'Poppins-Regular';
    font-size: 14px !important;
}
.swiper-slide-caption.inner-page
{
    top: 18px
}



.swiper-slide-caption .btn1{
    display: none;
}
.banner-caption a{
    display: none;
}
.single-blog-item .post-featured-thumb{
    border: 2px solid #fff !important
}
.col-md-3.col-6.p0.image {
    padding: 0 !important;
}
.col-md-3.col-6.p0.image:last-child {
    margin-bottom: 30px;
}
.about-block .inner-box{
    padding: 10px !important}
.logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
  .sexy-menu.detached .top-header .top-container .logo img{
         margin-top: 0px !important;
         justify-content: center;
    margin: 0 auto;
    display: flex;
    width: 70% !important;

    }
    span.fair
    {
      top: -14px !important;
    }

     .logo{
         width: 110px !important;
         height: auto !important;

    }
     .nav-menu > li > a{
        color: #fff !important 
    }
}


 @media (min-width:320px) and (max-width:767px){
  .twm-blog-post-1-outer{
        margin-bottom: 30px !important;
  }
.contact-form-footer{
  width: 250px;
 }
 .rnt-contact-form{
  width: 100% !important
 }
 .csection-title .ctitle{
      font-size: 2em!important;
    line-height: 40px!important;
    margin-bottom: 20px;
 }
 .address{
  margin-bottom: 6px;
 }
.ttm-processbox-wrapper{
      justify-content: center;
    margin: 0 auto !important;
    display: flex !important;
}
  .blog-title{
    line-height: 23px;
    margin-bottom: 10px !important;
  }
  .mission-wrapper{
    padding-top:0px !important
  }
  .ttm-processbox-wrapper .ttm-processbox .featured-title h5 {
    font-size: 1.4em!important;
    line-height: 30px!important;
  }
.service-div{
  margin-right: 70px !important;
  padding: 15px !important;
}
.service-div.orange{
  margin-right: 0px !important;
  margin-left: 90px !important;
  margin-top: 20px;
}
.cta-text a.btn1{left: 0!important;}
.service-div.orange .serv-img {
    left: -71px;

}
.footer-content .quick-links ul+ul{
      margin-left: 18px !important;
}
.service-div:before,.service-div:after{display: none;}
body.home .banner-slider{
      font-size: 12px!important;
      top: -20%!important;
}
.ttm-processbox-wrapper .featured-content, .ttm-processbox-wrapper .ttm-processbox {
    width: 160px !important;
    height: 160px !important;
    padding: 3px 35px 55px 2px !important;
}
.ttm-processbox-wrapper .ttm-processbox:after {
    right: 0!important;
    top: -17px !important;
    padding: 20px !important;
    left: -7% !important;
}
.ttm-processbox-wrapper .ttm-processbox .featured-title h5 {
    margin-top: 24px;
    margin-left: 25px;
}
.ttm-processbox-wrapper .col-lg-4{
  margin-bottom: 38px !important
}
.ttm-processbox-wrapper .ttm-processbox .process-num {
    width: 60px!important;
        right: -45px !important;
    height: 60px!important;
}
.ttm-processbox.s-red .featured-content:before, .ttm-processbox.s-blue .featured-content:before, .ttm-processbox.s-yellow .featured-content:before {
    top: 18px !important;
}
.ttm-processbox.s-red .featured-content:after, 
.ttm-processbox.s-blue .featured-content:after, 
.ttm-processbox.s-yellow .featured-content:after {
    right: 12px!important;
    bottom: 20px!important;
}
.serv-img img {
    width: 80%;
}
.serv-img {
    height: 80px;
    width: 80px;
    top: 30%;
    right: -58px;
}
section.service-wrapper,.shadow-wrapper{
  padding: 30px 0 !important
}
.cta-text {
    font-size: 9px;
}
.text-quote h4{
      font-size: 2em !important;
}
.cta-wrapper {
      padding: 100px 0;
}
.box.first, .box.second{
  background-image:unset !important;
}
  .f-contact-form{
    margin-left: 10px!important;
    width: 100% !important;
  }
  .text-quote h5{color: #fff !important;font-size: 2em !important;margin-bottom: 20px;}
    .add_to_cart.right {
    width: 320px !important;
}

.jobs-title {
    width: 100% !important;
}
.jobs-title h4 {
    font-size: 1.5em!important;
    line-height: 30px!important;
}
    .swiper-slide-caption{
      left: 50px !important;
      bottom: 54px !important;
    }
     body {
         font-size:14px !important;
    }
     .container{
         width:100%;
         padding-left:3%;
         padding-right:3% 
    }
     .top-container{
         width:100%;
         padding-left:1%;
         padding-right:1%;
    }
     .desk-view{
         display: none 
    }
     .mob-view{
         display: block 
    }
     .copy-right{
         width:100%;
         text-align:center;
         line-height:28px;
    }
     .designed{
         width:100%;
         display:flex;
         justify-content:center;
    }
     .designed p{
         line-height:28px;
    }
     .footer-content:nth-child(1){
         display:none
    }
     .footer-content:nth-child(2){
         width:100%;
    }
     .footer-content:nth-child(3){
         width:100%;
    }
     .footer-content:nth-child(4){
         width:100%;
    }
     .footer-top-wraper{
         padding-top:40px;
         padding-bottom:30px;
    }
     .footer-content{
         margin-bottom:1.5em;
    }
     .footer-content ul li{
         width:100%;
         float: left
    }
     .lSAction{
         display:none
    }
     .navigation-portrait{
         height:72px !important;
    }
     .welcome-container{
        width: 100%;
    }
     .welcome-pic{
        display: none
    }
     .view-all{
        display: none
    }
     .service-content:nth-child(1){
         width:100%;
         margin-right: 0px
    }
     .service-content:nth-child(2){
         width:100%;
         margin-right: 0px
    }
     .service-content{
         width:100%;
         margin-right: 0px
    }
     .home-page-project{
         display: inherit
    }
     .count-up{
         width: 100%;
    }
     .welcome-wraper{
        padding-top: 50px;
    }
     .news-scroller{
         width:100%;
    }
     .news-title{
         display: none;
    }
     .welcome-title{
    }
     .title{
         font-size: 2em;
    }
     .home-service{
         padding-top: 40px;
    }
     .count-no{
         font-size: 2.5em;
    }
     .count-percentage{
         font-size: 2.5em;
    }
     .top-quickwraper{
         display: none
    }
     .sexy-menu.detached .nav-menu > li > a {
        color: #fff !important ;
    }
     .experience{
         display: none
    }
     
     .swiper-slide-caption.innerpage .caption-head,
     .swiper-slide-caption.innerpage .caption{
        font-size:2em !important;
        line-height: 28px !important;

    }
    .swiper-slide-caption {
}
     .nav-brand img{
         margin-top: 40px !important;
         width: 100% 
    }
     .logo{
         width: 160px !important;
         height: auto !important
    }
}

 @media (min-width:561px) and (max-width:680px){
 form#contact-form{
  width: 300px;
 }


     body {
         font-size:14px !important;
    }
     .container{
         width:100%;
         padding-left:3%;
         padding-right:3% 
    }
     .top-container{
         width:100%;
         padding-left:1%;
         padding-right:1%;
    }
     .desk-view{
         display: none 
    }
     .mob-view{
         display: block 
    }
     .copy-right{
         width:50%;
         text-align:center;
         line-height:28px;
    }
     .designed{
         width:50%;
         display:flex;
         justify-content:center;
    }
     .designed p{
         line-height:28px;
    }
     .footer-content:nth-child(1){
         display:none
    }
     .footer-content:nth-child(2){
         width:55%;
    }
     .footer-content:nth-child(3){
         width:45%;
    }
    .footer-content:nth-child(4) {
    width: 26%!important;
}
     .footer-top-wraper{
         padding-top:40px;
         padding-bottom:30px;
    }
     .footer-content{
         margin-bottom:1.5em;
    } 
     .footer-content {
    width: 34%!important;
  }
     .lSAction{
         display:none
    }
     .navigation-portrait{
         height:72px !important;
    }
     .welcome-container{
        width: 100%;
    }
     .welcome-pic{
        display: none
    }
     .view-all{
        display: none
    }
     .service-content:nth-child(1){
         width:100%;
         margin-right: 0px
    }
     .service-content:nth-child(2){
         width:100%;
         margin-right: 0px
    }
     .service-content{
         width:100%;
         margin-right: 0px
    }
     .home-page-project{
         display: inherit
    }
     .count-up{
         width: 50%;
    }
    
     .welcome-wraper{
        padding-top: 50px;
    }
     .news-scroller{
         width:100%;
    }
     .news-title{
         display: none;
    }
     .welcome-title{
         font-size: 2em;
    }
     .title{
         font-size: 2em;
    }
     .home-service{
         padding-top: 40px;
    }
     .count-no{
         font-size: 2.5em;
    }
     .count-percentage{
         font-size: 2.5em;
    }
     .top-quickwraper{
         display: none
    }
     .sexy-menu.detached .nav-menu > li > a {
        color: #fff !important ;
    }
     .experience{
         display: none
    }
     .caption-bottom{
         display: none
    }
    .swiper-slide-caption{
            bottom: 16%;
    }
    .title-wrap h2 {
    text-align: center;
    font-size: 40px;
}
.w_50 {
    width: 100% !important;
}
     .caption{
        font-size:2.25em;
        line-height: 2px;
    }
     .nav-brand img{
         margin-top: 12px !important;
         width: 100% 
    }
     .logo{
         width: 110px !important;
         height: auto !important
    }
}


 @media (min-width:560px) and (max-width: 768px){
    
    .abt-wrapper .col-md-6{
        width: 100%;
        flex: 0 0 100%;
    max-width: 100%;
    }
    .blog .col-md-4{
        -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
   }
.row{
    display: flex !important;
}
    .desk-view {
    width: 100%;
}
     body {
         font-size:14px !important;
    }
     .container{
         width:100%;
         padding-left:3%;
         padding-right:3% 
    }
     .top-container{
         width:100%;
         padding-left:1%;
         padding-right:1%;
    }
     .desk-view{
         display: none 
    }
     .mob-view{
         display: block 
    }
     .copy-right{
         width:55%;
         text-align:center;
    }
     .designed{
         width:44%;
         display:flex;
         justify-content:center;
    }
     .designed p{
         line-height:38px;
    }
    
     .footer-top-wraper{
         padding-bottom:30px;
    }
   
    .footer-content {
    margin-bottom: 1.5em;
    width: 39% !important;
}
.footer-content:nth-child(4) {
    width: 18% !important;
}
     
     .lSAction{
         display:none
    }
     .navigation-portrait{
         height:72px !important;
    }
     .welcome-container{
        width: 100%;
    }
     .welcome-pic{
        display: none
    }
     .view-all{
        display: none
    }
     .service-content:nth-child(1){
         width:100%;
         margin-right: 0px
    }
     .service-content:nth-child(2){
         width:100%;
         margin-right: 0px
    }
     .service-content{
         width:100%;
         margin-right: 0px
    }
     .home-page-project{
         display: inherit
    }
     .welcome-wraper{
        padding-top: 50px;
    }
     .news-scroller{
         width:100%;
    }
     .news-title{
         display: none;
    }
     .welcome-title{
         font-size: 2em;
    }
     .title{
         font-size: 2em;
    }
     .home-service{
         padding-top: 40px;
    }
     .count-no{
         font-size: 2.5em;
    }
     .count-percentage{
         font-size: 2.5em;
    }
     .top-quickwraper{
         display: none
    }
     .sexy-menu.detached .nav-menu > li > a {
        color: #fff !important ;
    }
     .experience{
         display: none
    }
    .caption-head{
       font-size:2.5em;
      line-height: 40px !important
    }
    .shadow-wrapper .col-md-4
    {
              flex: 0 0 33.333333%!important;
    max-width: 33.333333%!important;
    padding: 0 !important
    }
    .box .content {
    width: 100%;
    margin-right: 20px;
}

     .caption{
        font-size:4em;
        line-height: 40px !important
    }
     .nav-brand img{
         margin-top: 35px !important;
         width: 100% 
    }
     .logo{
         width: 110px !important;
         height: auto !important
    }
}

 @media (min-width:992px) and (max-width:1199px){
    body{
        font-size: 15px !important;
    }
    .contact-us-info.overlay2{
        padding: 43px 14px 10px !important;
    }
    .feature {
    min-width: unset;
    padding: 12px 9px;
}
img.abtimg{
   width: 100%;
}
.welcome-title{
    line-height: 40px;
}
section.abt-wrapper {
    margin-top: 50px;
}
.abt-content {
    padding: 0px 20px 0 0px;
    }

.certificate-content{
    width: 200px;
}

    .footer-content-title.wh{
            padding-left: 33px;
    }
    .finishing-school{
            padding: 20px 70px!important;
    }
    img.wh {
    margin-left: 7px;
    height: 24px;
}
.footer-content-title{
        font-size: 1em;
}
    .desk-view{
        width: 100%;
    }
    .caption {
}
.banner-caption span {
}
    img.large {
    width: 55% !important
}
  body.home .nav-brand img {
    width: 50% !important;
}
.header-contact{
  padding-bottom: 0
}
}
 
 
/* Slick Slider 

.slick-prev, .slick-next {
  position: absolute;
  top: 135%;
  font-size: 1.8rem;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 70px;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;   
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
        display: flex;
    align-items: center;
    margin: 0px !important
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slide {
    transition: filter .4s;
}

.slick-prev {
    left: 0;
}
.slick-prev, .slick-next {
    cursor: pointer;
    position: absolute;
    top: -34px;
    font-size: 1.3rem;
    color: #8e8e8e;
}
.slick-prev {
    left: unset !important;
   right: 75px !important;
    top: -42px !important;
}.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out, -o-transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin-left:12px;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    /*padding: 15px;*/
    margin-bottom: 30px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        width: 100%;
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

@media (max-width: 576px) {
  .contact-form.form-style-2.bg-border-no,
  .twm-explore-content-3.emp-reg{
    padding:10px 0 !important
  }
.twm-explore-content-outer-3 .twm-explore-content-3 .twm-title-large h2{
      font-size: 1.3em!important;
    line-height: 30px!important;
    margin-bottom: 10px!important;
}
.accordion-button span{
  font-size: 1em !important
}
.testimonial-hots .author-wrapper .single-bio-thumb:before{
  width: 50px!important;
    height: 70px!important;
    top: -20px!important;
    left: -16px!important;
}
.testimonial-hots .author-wrapper .single-bio-thumb{
  margin-right: 10px !important
}
.icon img {
    height: 30px;
}
.testimonial-hots .author-wrapper .single-bio-thumb img{
  height: 50px;
}
.testimonial-hots{
  margin: 10px !important;
  padding: 20px 20px 0 20px !important;
}
.videos .title-wraper {
    margin-top: 50px;
}
.twm-blog-post-1-outer .wt-post-info .wt-post-title .post-title a,
.twm-blog-post-2-outer .wt-post-info .wt-post-title .post-title{
   font-size: 1.2em!important;
}
    .add_to_cart.right.open-side {
    right: -9px;
}
.twm-blog-post-2-outer .wt-post-info .wt-post-meta{
  margin-bottom: 0px !important
}

.twm-blog-post-2-outer .wt-post-info{
 padding: 15px !important;
}
}
@media (min-width: 576px) {
    
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }
    .modal-dialog {
        margin: 1.75rem auto;
    }
    .modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}

  }

  .hide-menu{
    display: none;
  }

  .abt-wrapper{
    padding: 40px 0 90px;
  }
  .bottom-space{
    padding-bottom: 250px;
  }

.pr-cor-about-img-wrap {
  z-index: 1;
      position: relative;
}
.pr-cor-about-img-wrap .pr-cor-about-img-area,
.pr-cor-about-img-wrap .pr-cor-about-img-area2 {
  overflow: hidden;
  border-radius: 5px;
      position: absolute;
}
.pr-cor-about-img-wrap .pr-cor-about-img-shape {
 top: 70px;
    left: 19%;
  z-index: -1;
  -webkit-animation: zoominoutsinglefeatured 10s infinite;
          animation: zoominoutsinglefeatured 10s infinite;
}
.pr-cor-about-img-wrap .pr-cor-about-img-area2 {
 right: 220px;
    top: 130px;
}
.abotu-page-content {
    padding-top: 10%;
}
.pr-sx-about-section-2 {
  padding: 95px 0px;
  overflow: hidden;
  background-color: #f5f8fd;
}@-webkit-keyframes zoominoutsinglefeatured {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes zoominoutsinglefeatured {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

  .about-shape,.about-shape2 {
    position: relative;
    overflow: hidden;
}
.about-shape:before{
    content: "";
    position: absolute;
        bottom: 25rem;
    right: 66rem;
    width: 90rem;
    height: 35rem;
    border-radius: 17rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #ffffff;
}
.about-shape2:before{
    content: "";
    position: absolute;
    bottom: 25rem;
    right: 60rem;
    width: 90rem;
    height: 35rem;
    border-radius: 17rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #f5f5f5;
}

.abt-content h4 {
    margin-top: 40px;
    padding: 5px 28px;
    margin-bottom: 15px;
    border-left: 4px solid #68d0ec;
     font-family: 'Poppins-Medium';
      font-weight: 500;
          line-height: 38px;
}
 .multi-img img {
    position: absolute;
    right: -30px;
    bottom: -141px;
    width: 60%;
    background-color: #fff;
    box-shadow: 0px 0px 18px 0px rgb(0 0 0 / 5%);
    padding: 20px;
}
.widget-img{
  padding-right: 50px;
  position: relative;
}
.statement-section .content {
    position: relative;
    /*margin: 60px 0 0;*/
    /*margin-left: -200px;*/
    background: #fff;
    padding: 60px;
    padding-left: 90px;
    height: 100%;
   
}
.statement-section .content1 {
    position: relative;
    height: 100%;
    /*margin: 60px 0 0;*/
    /*margin-right: -200px;*/
    background: #fff;
    padding: 60px;
}
.text-block .text li{
  font-size: 1em;
}
/*.statement-section .content1 {
    position: relative;
    margin: 60px 0 0;
    margin-right: -200px;
    background: #fff;
    padding: 60px;
    padding-left: 90px;
}*/

.statement-section .badge {
    position: absolute;
    left: -67px;
    top: 60px;
}
.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.badge.pos1{
  right: -67px;
  left: unset;
}
.values {
    /*padding: 0px 250px;*/
}
.text-block .sec-title{
  margin-bottom: 10px;
}
.text-block .text{
   font-family: 'Poppins-Regular';
   font-weight: normal;
   margin-bottom: 20px;
       line-height: 36px;
           text-align: justify;
}
ul.list2 li{
  font-family: 'Poppins-Regular';
   font-weight: normal;
    line-height: 36px;
    font-size: 1em;
}
.values img{
  height: 100%;
}
.products-bg h2{
   font-family: 'PlayfairDisplay-bold';
   margin-bottom: 20px;
}
.product-space{
  padding-right: 40px;
}
.products-bg p{
}

.container.values .image{
   position: absolute;
  height:100%;
}
 .ft-thx-work-process-shape {
    top: 0;
    right: 0;
}
.work-process{
  position: relative;
  padding-bottom: 40px;
}
.bg-white{
  background-color: #fff;
}
.pr-cor-service-innerbox {
    padding: 15px;
    border-radius: 7px;
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    -webkit-box-shadow: 0px 0px 45px 0px rgb(87 87 87 / 20%);
    box-shadow: 0px 0px 45px 0px rgb(87 87 87 / 20%);
    position: relative;
        margin-right: 20px;
        height: 96%;
}
.work-process .pr-cor-service-innerbox:nth-child(3){
  margin-right: 0
}
.pr-cor-service-innerbox .pr-cor-service-inner-img {
    overflow: hidden;
    border-radius: 6px;
    overflow: hidden;
}
.pr-cor-service-innerbox .pr-cor-service-inner-img img {
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}
.pr-cor-service-innerbox .pr-cor-service-inner-text {
    padding: 28px 6px 20px;
}
.pr-cor-service-innerbox .pr-cor-service-inner-text .pr-cor-service-icon {
   right: 40px;
    top: 46%;
    width: 55px;
    height: 55px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    -webkit-box-shadow: 0px 15px 30px 0px rgb(255 72 78 / 20%);
    box-shadow: 0px 15px 30px 0px rgb(255 72 78 / 20%);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
        padding: 4px;
}
.pr-cor-service-innerbox .pr-cor-service-inner-text h3{
  font-size: 1.5em;
    font-family: 'PlayfairDisplay-bold';
     font-weight: bold;
    color: #000d51;
    padding-bottom: 15px;
}
.products-li li {
    font-family: 'Poppins-Regular';
    font-weight: normal;
    text-transform: capitalize;
    margin-bottom: 5px;
        position: relative;
            padding-left: 25px;
}
.products-li li:before{
         position: absolute;
    content: '*';
    left: 0;
    top: -3px;
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    color: #68d0ec;
    font-size: 1.5em;
}
.pr-cor-service-innerbox:hover {
    -webkit-box-shadow: 0px 0px 45px 0px rgb(87 87 87 / 20%);
    box-shadow: 0px 0px 45px 0px rgb(87 87 87 / 20%);
}
.pr-cor-service-innerbox:hover .pr-cor-service-inner-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.pr-cor-service-innerbox:hover .pr-cor-service-icon {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.bg-c:before{
  position: absolute;
    content: '';
    background: url(../images/mapbg.png);
    width: 596px;
    height: 392px;
    right: 0px;
    top: 50px;
    background-repeat: no-repeat;
}
.quote-section {
    position: relative;
    padding: 100px 0;
    margin: 60px 0;
}
.quote-section .inner-container .patern-layer {
    position: absolute;
    left: 270px;
    top: 0px;
    right: 150px;
    bottom: 0px;
    display: block;
    border-radius: 15px;
    background-size: cover;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
    background-color: #f5f5f5;
        background-size: contain;
}
.quote-section .image-column .inner-column {
    position: relative;
    margin-top: 0px;
    margin-right: -30px;
}
.quote-section .image-column .inner-column .image img {
    position: relative;
    width: 100%;
    display: block;
}
.quote-section .image-column .inner-column .image {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
.quote-section .form-column .inner-column {
    position: relative;
    padding: 0px 60px 0px 100px;
}
.quote-tit{
  font-size: 2em;
  margin-bottom: 50px;
  text-align: left;    position: relative;
}
.quote-title .seperater {
    position: absolute;
    top: 26%;
    width: 100px;
    left: 60px;
}
.quote-title  .seperater:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 2px;
    background-color: #222222;
}
.quote-title .seperater.style-two:after {
    border-color: #f5f5f5;
}

.quote-title  .seperater:after {
    position: absolute;
    content: '';
    left: 50%;
    top: -6px;
    width: 15px;
    height: 15px;
    margin-left: -6px;
    border-radius: 50%;
    border: 4px solid #ffffff;
    background-color: #68d0ec;
}
.qt-btn{
      position: relative;
  border-radius: 0px 0px 25px 0px !important;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-md-15 {
    width: 18%;
    float: left;
}

.products .image {
    padding: 12px;
    border-radius: 7px;
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    -webkit-box-shadow: 0px 0px 45px 0px rgb(87 87 87 / 20%);
    box-shadow: 0px 0px 45px 0px rgb(87 87 87 / 20%);
    position: relative;
    margin: 0 10px;
    margin-bottom: 20px;

}
.products .img-wrapper{
    border: 1px solid #ccc;
  }

 .bottom-content-services {
  border: 1px solid #ccc;
  border-top: 0;
    padding: 11px;
}
.featured-title a:hover{
  color: #104777;
}
section.welcome-wraper.abt-wrapper.products{
  padding-top: 80px;
}

.sexy-menu{
  /*background: -webkit-linear-gradient(left, transparent, #f8f8f8) !important;*/
  /*background:linear-gradient(      to top right,       transparent, #104777 ) !important;*/
}
.sexy-menu.detached{
      background: rgba(255,255,255,1) !important;
}
.nav-brand img {
    width: 80%;
}
body.home .sexy-menu{
 background:transparent !important;
}
.color-white{
  color: #fff;
}
.ttm-processbox-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-top: 100px;
}
.ttm-processbox-wrapper .ttm-processbox {
    position: relative;
    display: block;
    text-align: center;
    width: 300px;
    height: 300px;
    background: #fff;
    padding: 14px;
    border-radius: 50%;
    margin: 0 50px;
    box-shadow: 0 10px 50px 0 rgb(29 79 206 / 10%);
    -webkit-box-shadow: 0 10px 50px 0 rgb(29 79 206 / 10%);
    -moz-box-shadow: 0 10px 50px 0 rgba(29,79,206,.1);
    transition: all 500ms ease;
}
.ttm-processbox-wrapper .ttm-processbox .process-num{
  background-color: #f71735;
  transition: all 0.3s ease-in-out 0s !important;
}

.ttm-processbox-wrapper .ttm-processbox .process-num {
    margin-right: 5px;
    font-size: 20px;
    color: #fff;
    width: 100px;
    height: 100px;
    line-height: 100px;
        border: 5px solid #ffff;
    border-radius: 100%;
    box-shadow: 0 10px 50px 0 rgb(29 79 206 / 10%);
    display: block;
    text-align: center;
    position: absolute;
    left: auto;
        right: -60px;
    top: 30%;
    z-index: 10;
    justify-content: center;
    display: flex;
}
.ttm-processbox.s-yellow .featured-title h5{
color: #f3901b;
} 
.ttm-processbox.s-red .featured-title h5{
  color: #e84b4b;
} 

.ttm-processbox.s-blue .featured-title h5{
  color: #104777;
} 

.ttm-processbox.s-blue .process-num {
background:#104777;
}
.ttm-processbox.s-red .process-num {
background:#e84b4b;
}
.ttm-processbox.s-yellow .process-num {
background: #f3901b;
}
.ttm-processbox-wrapper .featured-content {
    position: relative;
    border-radius: 50%;
    padding: 85px 15px 60px 15px;
    width: 270px;
    height: 270px;
    border: 6px solid #e8ecef;
    transition: all 0.3s ease-in-out 0s !important
}
 .ttm-processbox.s-red .featured-content{
  border: 2px solid #e84b4b;
    border-right: 1px solid white;
}
.ttm-processbox.s-blue .featured-content{
  border: 2px solid #104777;
  border-right: 1px solid white;
}
 .ttm-processbox.s-yellow .featured-content{
  border: 2px solid #f3901b;
  border-right: 1px solid white;
}
.ttm-processbox.s-blue .featured-content:after{
     content: "\A";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #104777;
    display: inline-block;
    position: absolute;
    right: 18px;
}

.ttm-processbox.s-yellow .featured-content:after{
     content: "\A";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #f3901b;
    display: inline-block;
    position: absolute;
    right: 18px;
}
.ttm-processbox.s-red .featured-content:after{
     content: "\A";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #b83b3b;
    display: inline-block;
    position: absolute;
    right: 18px;
}

.ttm-processbox.s-blue .featured-content:before{
     content: "\A";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #104777;
    display: inline-block;
    position: absolute;
       right: 15px;
    top: 50px;
}

.ttm-processbox.s-yellow .featured-content:before{
     content: "\A";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #f3901b;
    display: inline-block;
    position: absolute;
       right: 15px;
    top: 50px;
}
.ttm-processbox.s-red .featured-content:before{
     content: "\A";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #b83b3b;
    display: inline-block;
    position: absolute;
       right: 15px;
    top: 50px;
}

.ttm-processbox-wrapper .ttm-processbox .featured-title h5 {
       font-size: 1.696em;
    line-height: 34.88px;
    margin-bottom: 15px;
    font-family: 'Oswald-semibold';
    text-transform: uppercase;
}
.ttm-processbox-wrapper .ttm-processbox:after {
        content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/circle.png);
    background-size: contain;
    background-repeat: no-repeat;
    /* border: 2px dashed #333; */
    position: absolute;
    right: 0;
    top: -33px;
    bottom: auto;
    z-index: -1;
    /* border-radius: 100%; */
    padding: 35px;
    left: -8%;
}
.cta-text h4 {
    color: #f3901b;
    font-size: 4.756em;
    font-family: 'Bahnschrift';
     line-height: 24px;
}

.cta-text h4 span{
  font-size: 1.269em;
   font-family: 'Bahnschrift';
   color: #fff;

}

span.fair {
    color: #f3901b !important;
    font-size: 3.819em !important;
    font-family: 'Bahnschrift';
        position: relative;
    top: -24px;
}


.job span {
    font-size: 6.037em;
    font-family: 'Bahnschrift';
    color: #fff;
}
.cta-text a.btn1 {
    float: right;
        left: 10px;
            padding: 12px 45px;
            text-transform: uppercase;
            font-family: 'Bahnschrift';
}
.jobs-title h4 {
    color: #104777;
    text-align: center;
    font-size: 2.000em;
    line-height: 48px;
     font-family: 'Poppins-Medium';
       font-weight: 500;
}
.jobs-title h4 span {
    color: #f3901b;
}
.box .content h6 {
    text-align: center;
    font-size: 1.667em;
    color: #ff0000;
    font-family: 'Poppins-Medium';
      font-weight: 500;
}
.jobs-title {
   
    border-bottom: 1px solid #c4c4b9;
    padding-bottom: 10px;
        width: 56%;
    justify-content: center;
    display: flex;
    margin: 0 auto;
     margin-bottom: 20px;
}
.shadow-wrapper {
    padding: 100px 0;
}

.box.first,.box.second {
    background-image: url(../images/shadow.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}
.text-quote h4 {
    font-family: 'DancingScript';
    color: #fff;
    font-size: 3.333em;
}
.text-quote h5 {
    font-family: 'DancingScript';
    color: #ffc000;
    font-size: 2.986em;
        float: right;
}
.f-contact-form {
    width: 500px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-left: 401px;
}
 .quick-links ul+ul {
    float: right;
        margin-left: 60px;
}
.d-flex{
  display: flex;
}
.quick-links {
    display: flex;
}
.abt-title{
    text-transform: uppercase !important;
}
/*.widget-img:after {
    position: absolute;
    content: "";
    height: -webkit-calc(100% - 100px);
    height: -moz-calc(100% - 100px);
    height: calc(100% - 100px);
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #0a325e;
    z-index: -1;
}*/
.widget-img {
    position: relative;
    z-index: 1;
    /*margin-right: 60px;*/
}
.inner-abt .abt-content{
        padding-left: 50px;
            padding-right: 0px;
}

.apply-shape {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.apply-shape:after{
    position: absolute;
    content: "";
    height: 400px;
    width: 400px;
    background-image: url(../images/round-lg-border.png);
    z-index: -1;
    right: -200px;
    top: 25%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
}
.apply-shape::before {
    position: absolute;
    content: "";
    height: 80px;
    width: 80px;
    background-image: url(../images/round-sm-circle.png);
    z-index: -1;
    left: -30px;
    top: 25%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
}
.twm-blog-post-1-outer {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 0px 25px rgb(180 205 237 / 70%);
    margin-bottom: 30px;
    margin-top: 20px;
    margin: 10px;
}
.twm-blog-post-1-outer .wt-post-media {
    margin-top: -40px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 10px 25px rgb(56 152 226 / 30%);
    margin-bottom: 30px;
}
.twm-blog-post-1-outer .wt-post-info .wt-post-meta ul li.post-date {
    background-color: #7a98bf;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    padding: 5px 15px 5px 0px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-right: 10px;
    position: relative;
    z-index: 1;

    width: fit-content;
}

.twm-blog-post-1-outer .wt-post-info .wt-post-meta ul li.post-date:before {
    content: "";
    position: absolute;
    left: -29px;
    bottom: -8px;
    z-index: -1;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 0px solid transparent;
    border-top: 8px solid #6881a2;
}
.twm-blog-post-1-outer .wt-post-info .wt-post-meta ul li.post-date:after {
    content: "";
    background-color: #7a98bf;
    position: absolute;
    top: 0px;
    left: -30px;
    bottom: 0px;
    width: 30px;
    z-index: -1;
}
.twm-blog-post-1-outer .wt-post-info .wt-post-meta {
    position: relative;
    margin-bottom: 20px;
}
.twm-blog-post-1-outer .wt-post-info .wt-post-title .post-title a {
    font-size: 1.5em;
    margin-bottom: 15px;font-family: 'Poppins-semibold';
}
.site-button-link {
    position: relative;
    color: #1967d2;
    font-size: 1em;
    font-weight: 500;
    z-index: 1;
    transition: 0.5s all ease;
    overflow: hidden;
}
.blog-wrapper{
    padding: 90px 0
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem
}

.card-title {
    margin-bottom: .5rem
}

.card-subtitle {
    margin-top: -.25rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1rem
}

.card-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
    padding: .5rem 1rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.5rem;
    margin-bottom: -.5rem;
    margin-left: -.5rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.5rem;
    margin-left: -.5rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom,
.card-img-top {
    width: 100%
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-group>.card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }
    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }
    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }
    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }
    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }
    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }
    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.accordion-button span {
    padding-right: 200px;
    font-size: 1.2em;
    color: #0c203b;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem;
    font-size: 1em;
    color: #0d203a;
    text-align: left;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
    border-bottom: 1px solid rgba(0,0,0,.125);
    cursor: pointer;
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button {
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    /*background-color: #e7f1ff;*/
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125)
}

.accordion-button:not(.collapsed)::after {
    font-family: Font Awesome\ 5 Free;
    right: 20px;
    top: 16px;
    content: "\f062";
    font-size: 16px;
     color: #0c203b;
      font-weight: 900;
}

.accordion-button::after {
   
    margin-left: auto;
    content: "\f063";
    font-family: Font Awesome\ 5 Free;
        font-weight: 900;
    transition: transform .2s ease-in-out;
      color: #0c203b;
    padding: 10px;
    background-position: center;
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button::after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.accordion-header {
    margin-bottom: 0;

}

.accordion-item {
    /*background-color: #fff;*/
    border: 1px solid rgba(0, 0, 0, .125)
}

.accordion-item:first-of-type {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.accordion-item:not(:first-of-type) {
    border-top: 0
}

.accordion-item:last-of-type {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.accordion-body {
    padding: 1rem 1.25rem
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.accordion-flush .accordion-item:first-child {
    border-top: 0
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0
}
.faq-div{
    margin-left: 50px;
}
.img-wrapper:before{
      content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: rgba(245, 246, 247, 0.5);
    opacity: 0;
    visibility: hidden;
}
.img-wrapper:after{
content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: rgba(245, 246, 247, 0.5);
    opacity: 0;
    visibility: hidden;
    right: 0;
    left: auto;
  }
.sale-item:hover .img-wrapper:before, 
.sale-item:hover .img-wrapper:after {
    opacity: 1;
    transition: all 0.4s ease-in 0s;
    visibility: visible;
    width: 0;
}
#image-gallery .col-md-3{
  padding-right: 5px;
    padding-left: 5px;
}


/*Blog post 2*/
.twm-blog-post-2-outer {
  position: relative;    margin: 10px;
}
.twm-blog-post-2-outer .wt-post-media {
  border-radius: 10px;
  overflow: hidden;
}
.twm-blog-post-2-outer .wt-post-media img {
  width: 100%;
}
.twm-blog-post-2-outer .wt-post-info {
  background-color: #104777;
  border-radius: 10px;
  padding: 30px;
  margin: -50px 10px 0px 10px;
  position: relative;
}
.twm-blog-post-2-outer .wt-post-info .wt-post-meta {
  position: relative;
  margin-bottom: 20px;
}
.twm-blog-post-2-outer .wt-post-info .wt-post-meta ul {
  list-style: none;
  margin-bottom: 0px;
}
.twm-blog-post-2-outer .wt-post-info .wt-post-meta ul li {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.twm-blog-post-2-outer .wt-post-info .wt-post-meta ul li.post-date {
  background-color: #f3901b;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  padding: 5px 30px;
  border-radius: 10px;
  position: absolute;
  z-index: 1;
  top: -48px;
  left: 0px;
}
.twm-blog-post-2-outer .wt-post-info .wt-post-title .post-title {
  margin-bottom: 15px;font-size: 1.4em;
}
.twm-blog-post-2-outer .wt-post-info .wt-post-title .post-title a {
  color: #fff;
}
.twm-blog-post-2-outer  .wt-post-text p{
  color: #fff;
}
.twm-blog-post-2-outer .site-button-link{
  color: #f3901b;
} 
img.emp-reg-img {
    width: 100%;
}
.csection-title .ctitle {
    font-size: 3em;
    line-height: 80px;
    font-family: 'Oswald-semibold';
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 5px 11px 1px #d4d4d4;
    color: #0a0c1c;
}
form#contact-form {
    margin-top: 40px;
}
.cform{
  margin-top: 90px;
}
.testimonial-hots {
  text-align: center;
  margin: 0 auto;
  padding: 60px 60px 0 60px;
  position: relative;
  border-top: 2px solid #f0f0f0;
  border-left: 2px solid #f0f0f0;
  border-right: 2px solid #f0f0f0;
  background: #fff;
      margin: 30px;
}

.testimonial-hots:before, .testimonial-hots:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 28%;
  background: #f0f0f0;
}
.testimonial-hots:before {
  left: 0;
  bottom: 0;
}

.testimonial-hots:after {
  right: 0;
  bottom: 0;
}

.testimonial-hots * {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.testimonial-hots .testimonial-content {
  max-width: 670px;
  margin: 0 auto;
}

.testimonial-hots .testimonial-content p {
  font-size: 1em;
  line-height: 36px;
}
.testimonial-hots .bottom-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  margin-left: 55px;
}
.testimonial-hots .author-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.testimonial-hots .author-wrapper .single-bio-thumb {
  border-radius: 4px;
  margin-right: 35px;
  position: relative;
}
.testimonial-hots .author-wrapper .single-bio-thumb img {
  border-radius: 4px;
  position: relative;
  z-index: 2;
      transform: translateY(0);
}

.testimonial-hots .author-wrapper .single-bio-thumb:before {
  content: "";
  position: absolute;
  border-radius: 4px;
  width: 130px;
  height: 170px;
  border: 2px solid #d7d7d7;
  top: -20px;
  left: -60px;
}

.testimonial-hots .author-wrapper .bio-info .name {
  font-size: 1em;
  color: #2c234d;
  margin: 0;
  -webkit-transform: translateY(0);
  font-family: 'Oswald-semibold';
    font-weight: 600;
}
span.job {
  font-family: 'Oswald-light';
}
.mtop{
  margin-top: 90px;
}
.videos .testimonial-hots{
      margin: 20px;
          padding: 30px 30px 0 30px;
}
.videos .testimonial-hots .bottom-info {
    transform: translateY(20px);
    text-align: center;
    margin-left: 0;
}
.videos  .testimonial-hots .author-wrapper{
  text-align: center;
}

.twm-explore-media-wrap .twm-media.mid{
margin-left: 85px;
margin-right: 0px;
}
.twm-explore-media-wrap .twm-media {
    position: relative;
    z-index: 2;
    margin-right: -85px;
        width: 90%;
}
.twm-explore-media-wrap .twm-media img
{
  width: 100%;
}

 .twm-media .twm-bg-circle {
    z-index: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0%;
    width: 70.5%;
}
.twm-media .twm-employee-pic {
    position: relative;
    z-index: 1;
    /*width: 61.6%;*/
    left: 50%;
    transform: translateX(-50%);
}
.twm-explore-content-outer-3 {
    position: relative;
    z-index: 1;
    margin-bottom: 130px;
}
.twm-explore-content-outer-3 .twm-explore-content-3 {
    background-color: #fff;
    box-shadow: 0px 0px 40px rgb(56 152 226 / 30%);
    border-radius: 10px;
    padding: 55px 70px;
    position: relative;
    margin-top: 70px;
    margin-left: 30px;
    z-index: 1;
}
.twm-explore-content-outer-3 .twm-explore-content-3 .twm-title-small {
    margin-bottom: 10px;
    color: #17171d;
    font-size: 18px;
    line-height: 40px;
    font-weight: 500;
}
.twm-explore-content-outer-3 .twm-explore-content-3 .twm-title-large {
    margin-bottom: 40px;
}
.twm-explore-content-outer-3 .twm-explore-content-3 .twm-title-large h2 {
        margin-bottom: 15px;
    font-size: 2.5em;
    line-height: 80px;
    font-family: 'Oswald-semibold';
    font-weight: 600;
    text-transform: uppercase;
    /*text-shadow: 5px 11px 1px #d4d4d4;*/
    color: #0a0c1c;
}
.twm-explore-content-outer-3 .twm-l-line-1 {
    width: 73px;
    height: 270px;
    position: absolute;
    background-color: #eac87c;
    border-radius: 50px;
    left: -30px;
    bottom: -140px;
    z-index: -1;
    opacity: 0.2;
}
.twm-explore-content-outer-3 .twm-l-line-2 {
    width: 73px;
    height: 270px;
    position: absolute;
    background-color: #cea7d9;
    border-radius: 50px;
    left: 55px;
    bottom: -120px;
    z-index: -1;
    opacity: 0.2;
}.twm-explore-content-outer-3 .twm-explore-content-3:after {
    content: "";
    right: -40px;
    top: 40px;
    position: absolute;
    width: 100%;
    height: 93%;
    border-right: 40px solid #b9bec54a;
    border-bottom: 40px solid #b9bec54a;
    border-radius: 10px;
    z-index: -1;
}
.bg-border-no{
  background-color: transparent !important;
  border:none !important;
  box-shadow:none !important;
  padding: 0 20px !important;
}
.twm-explore-content-3.emp-reg{
   background:transparent;
   box-shadow: none;
}
.twm-explore-content-outer-3 .twm-explore-content-3.emp-reg:after
{
  display: none;
}
.checkbox-btn{
  display: flex;
  margin-bottom: 20px;
}
.checkbox-btn input{
      margin-right: 15px;
  width: 25px !important;
}
.radio-btn{
  display: flex;
  margin-bottom: 20px;
}
.radio-btn input{
  width: 25px !important;    margin-bottom: 0 !important;
}
.radio-btn label{
  margin-right: 20px;
}
.form-title{
  font-family: 'Oswald-semibold';
    font-weight: 600;
  margin-bottom: 20px;
}
.twm-explore-content-3.emp-reg {
    padding-bottom: 0;
}
.events-photos {
    padding: 0 30px;
    border-top: 1px solid #bfbfbf;
    margin-top: 40px;
}
.events-photos .col-md-2{
    padding: 5px;
    }

.f-contact-form span.text-input input::placeholder {
  color: #fff !important;
}

/*slding content*/
body.home  .banner-wraper .item {
  height: 100vh;
  position: relative;
}
body.home .banner-wraper .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.home  .banner-wraper .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}
body.home  .banner-wraper .item .cover .banner-caption {
  position: relative;
  padding: 56px;
  overflow: hidden;
}
body.home .banner-wraper .owl-item .btn1{
  width: max-content;
  display: block;
}
body.home .banner-wraper .owl-item.active .caption-bottom {
   -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}

body.home .banner-wraper .owl-item.active .banner-caption span {
 webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
body.home .banner-wraper .owl-item.active .caption {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
body.home .banner-wraper .owl-item.active a {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.animate-out {
  -webkit-animation-delay : 0ms  ;
  animation-delay : 0ms  ;
}
.banner-wraper .owl-nav{

  display: none;
}
body.home .banner-slider{
   position: absolute;
    top: 0;
    height:100%;
}
.owl-carousel .owl-stage-outer{ height:100% !important;}
.owl-carousel .owl-stage{ height:100% !important;display:flex;}
body.home .banner-wraper .item {
    height: 100%;
    position: relative;
}
ul.list-style-one {
    position: relative;
    text-align: left;
    margin-top: 20px;
}
ul.list-style-one li a:hover {
    color: #f3901b;
}
.playbtn {
   position: absolute;
   display: block;
   background: url(../images/playbtn.png) no-repeat center;
    background-size:contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
      height: 50px;
    width: 50px;
   
}
.videos img {
    width: 100%;
}
.videos {
    position: relative;
}

/*........*/