@charset "UTF-8";


@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

body{
    font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 16px;
	color: #757676;
	font-weight:600;
  overflow-x:hidden;

}

header{
    border-bottom:3px solid #225378;
}

.menu{
    height:90px;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #7C7878;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}


.logo{
    top:0;
    padding-right: 40px;
}

.logo:after{
    content:"";
    position: absolute;
        right: 0;
        bottom: 0;
        height: 300px;
        width: 500%;
        background: #225378;
        z-index: -1;
        transform: skew(25deg);
}
.logo:before{
    position: absolute;
        right: -15px;
        bottom: 0;
        content: "";
        height: 300px;
        width: 100%;
        background: rgba(34,83,120,0.7);
        z-index: -1;
        transform: skew(25deg);
    
}


.hero_area {
    background: url(../images/hero_3_bg.jpg);
    /*height: 612px;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
    margin-top:90px;
}
.hero-thumb {
    position: relative;
    z-index: 1;
    top: 18px;
    right:0;
}
.hero-thumb img{
    width:95%;
}
.hero_thumb_shape {
    position: absolute;
    top: 14%;
    /*right: -10%;*/
    z-index: -1;
}

.hero_thumb_circle{
    position: absolute;
    bottom: 0;
   margin-left:-110px;
    z-index: -1;
}

.hero_thumb_shape img{
    width:100%;
}
.hero_shape {
    position: absolute;
    top: 14%;
    left: 45%;
    transform: translateX(-50%);
}
.hero_content{
    margin-top:150px;
    margin-bottom: 100px;
}
.hero_content h1:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -19px;
    background: url(../images/hero-border.png);
    height: 12px;
    width: 100%;
    background-repeat: no-repeat;
}

.hero_content h4{
  font-weight: 800;
    font-size: 13px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #225378;
    background: #dcf0ff;
    border-radius: 50px;
    display: inline-block;
    padding: 4px 13px;
    margin-bottom: 15px ;
  
}

.hero_content h1 {
    font-size: 50px;
    font-weight: 800;
    line-height: 60px;
    position: relative;
    color: #225378;
    
}
.hero_content p {
    margin: 40px 0 33px;
    color: #707070;
  
   
}

.banner-in .slick-slide .hero_content h4, .banner-in .slick-slide .hero_content h1, .banner-in .slick-slide .hero_content p{
      opacity: 0;
      top:45px;
         transition: all 0.6s cubic-bezier(0.5, 2.2, 0.7, 0.7);
         position:relative;
      
}

.banner-in .slick-active .hero_content h4{
    top:0;
     opacity: 1;
   
     transition-delay: 0.4s;
}
.banner-in .slick-active .hero_content h1{
      top:0;
     opacity: 1;
    
     transition-delay: 0.5s;
     
}
.banner-in .slick-active .hero_content p{
      top:0;
     opacity: 1;
  
     transition-delay: 0.6s;
}
.draggable {
    cursor: url(../images/drag.png) 16 9, ew-resize !important;
}
.btn{
    user-select: none;
    -moz-user-select: none;
    background: #f7a400;
    border-radius: 30px;
    color: var(--tg-white);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1;
    margin-bottom: 0;
    padding: 18px 18px 18px 22px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all .3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    border: 0;
    position: relative;
    z-index: 1;
    color:#fff;

}

.btn:hover{
    color:#fff;
}
.btn:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background:#225378;
    border-radius: 30px;
    z-index: -1;
    transition: all .3s ease 0s;
}

.btn:hover::before {
    width: 100%;
}

.btn:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    margin-left: 45px;
    color: #fff;
}

.about{
    padding:60px 0;
}

.head{
    font-size: 44px;
    font-weight: 800;
    line-height: 55px;
   
    color: #225378;
}


.service-available{
    background-color:#225378;
    color:#fff;
    padding:40px 0 23px;
}

.service-available-in{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

}

.service-available h3{
    color:#fff;
    font-size:26px;
    font-weight:400;
    margin-bottom:25px;
}
.item span{
    font-size:35px;
}


.head-tag{
     font-weight: 800;
    font-size: 13px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #225378;
    background: #dcf0ff;
    border-radius: 50px;
    display: inline-block;
    padding: 4px 13px;
    margin-bottom: 15px  
}

.services{
    padding:60px 0;
    background: url(../images/ser-bg.jpg);
    height: 1000px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
}
.service-in{
    margin-top:30px;
}
.services .card{
    border:0;
    margin-bottom:60px;
    border-radius:15px;
    filter: drop-shadow(0px 7px 7px rgba(189, 202, 202, 0.35))
}

.services .card-img,
.services .card-img-top {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.card-title h3{
    font-weight:800;
    font-size:24px;
    color:#225378;
    margin:0 0 7px 0;
}

.card-text p{
  font-weight:400;
    font-size:16px;
    color:#757676; 
    line-height:24px;
    margin-bottom:20px;
}
.services a.btn{
    margin-bottom:20px;
}
.services .slick-slide {
	transform: scale(0.9);
	transition: all 0.4s ease-in-out;
	padding: 40px 0;
}

.services .slick-center {
	transform: scale(1.1);
}



.jobs-open{
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center;
        background-image: url(../images/jobs-open-bg.jpg);
    padding-top: 120px;
    padding-bottom: 120px;
}


.jobs-open:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background:#f7a400;
    mix-blend-mode: multiply;
    z-index: -1;
}

.head-jobs{
    font-size:63px;
    color:white;
    font-weight:800;
    margin-bottom: 40px;
}

.jobs-open .btn{
    color:#272727;
    
}
.jobs-open .btn:hover{
    color:#fff;
    
}
.current-opening{
    display: inline-block;
    border-left: 1px solid rgba(255, 255, 255, .3);
    padding-left: 30px;
}
.current-opening li{
    display: flex;
    color: white;
    margin-bottom: 15px;
    font-weight: 800;
    align-items: baseline;
   
}

.current-opening li i{
 margin-right:15px;
}

.current-opening h4{
    font-size:44px;
    color:white;
    font-weight:800;
    margin-bottom:30px;
}

.current-opening p span{
    font-weight:100;
}
.current-opening ul{
    padding-left:0; 
}



.call-do-action-info {
    border-radius: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    border: 2px solid #ffffff45;
    position: absolute;
    bottom: 10%;
    padding: 18px 40px 20px 0;
    left: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.call-do-social_icon {
    position: relative;
    z-index: 1;
    margin-right: 30px;
}
.call-do-social_icon:after {
    position: absolute;
    top: -88%;
    left: -61%;
    width: 103px;
    height: 103px;
    border-radius: 50%;
    border: 2px solid #f7a400;
    content: "";
    z-index: -1;
}
.call-do-social_icon:before {
    position: absolute;
    top: -60%;
    left: -39%;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #f7a400;
    content: "";
    z-index: -1;
}




.call-do-social_icon i {
    cursor: pointer; 
    height: 35px;
    width: 35px;
    line-height: 35px;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
     font-size: 13px;
   
    color: #fff;
    margin-right: 20px;
}
 .call_info h3 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 800;
    margin: 0;
}

.contact_thumb_shape {
    position: absolute;
        bottom: 21%;
    left: 6%;
}

.contact-form-box {
    background: #fff;
    filter: drop-shadow(0px 5px 40px rgba(189, 202, 202, 0.35));
    padding: 44px 40px 60px;
    position: relative;
    top: 100px;
}


.contact-form-box .form-control, .contact-form-box .form-select {
    line-height:2.30;
}
.contact_area{
       padding: 118px 0 217px;
    position: relative;
    overflow: hidden;

}


.contact_shape2 {
    position: absolute;
    right: 9%;
    bottom: 3%;
    z-index: -1;
}

.contact_shape1 {
    position: absolute;
    bottom: 4%;
    left: 7%;
    z-index: -1;
}
.contact_title .head{
    font-size:30px;
}
.contact_shape {
    position: absolute;
    top: -11%;
    left: 21%;
}

.foot{
    background-color:#225378;
}
.foot1{
     background-color:#f7a400;
     
}
.foot li{
    margin-right:20px;
    font-weight:400; 
}



/*------back-to-top------------*/
.prgoress_indicator {
    position: fixed;
    right: 26px;
    bottom: 35px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(22, 93, 245, 0.2);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transform: translateY(15px) !important;
    transition: all 200ms linear !important;
    background-color: #fff;
}

.prgoress_indicator.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) !important;
}

.prgoress_indicator::after {
    position: absolute;
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #0c6e6d;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    font-weight: 900;
    z-index: 1;
    transition: all 200ms linear !important;
}

.prgoress_indicator::before {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  font-weight: 900;
  opacity: 0;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear !important;
}
.prgoress_indicator:hover ::after {
  color: #225378;
}
.prgoress_indicator:hover ::before {
  opacity: 1;
}
.prgoress_indicator svg path {
  fill: none;
}
.prgoress_indicator svg.progress-circle path {
  stroke:#225378;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear !important;
}

.sticky{
    transition: .5s;
}
.sticky .menu{
    height:50px;
      transition: .5s;
}

.sticky .logo img{
    height:96px;
    width:150px;
      transition: .5s;
}




/* ================ All Animation CSS ===================*/

.rotate {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background-position: center center;
}
@keyframes rotateme {
from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}

.bounce-animate {
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
.bounce-animate2 {
    animation-name: float-bob2;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob2;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob2;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob2;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
.bounce-animate3 {
    animation-name: float-bob3;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob3;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob3;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob3;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate4 {
    animation-name: float-bob4;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob4;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob4;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob4;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
.bounce-animate5 {
    animation-name: float-bob5;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob5;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob5;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob5;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
.bounce-animate-slow {
    animation-name: float-bob5;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob5;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob5;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob5;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
.bounce-animate-3 {
    animation-name: float-bob6;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob6;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob6;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob6;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@keyframes float-bob {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}
@keyframes float-bob2 {
    0% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }
}
@keyframes float-bob3 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}
@keyframes float-bob4 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}
@keyframes float-bob5 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}
@keyframes float-bob6 {
    0% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}
@keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}


.moveleftbounce{
    -webkit-animation: moveleftbounce 4s alternate infinite;
    animation: moveleftbounce 4s alternate infinite;
}
/*--==============================================->
  <!-- Consen Animation Dance -->
 ==================================================-*/
 .dance3 {
    -webkit-animation: dance3 8s alternate infinite;
    animation: dance3 8s alternate infinite;
}

@keyframes dance3 {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

.dance {
    -webkit-animation: dance 2s alternate infinite;
    animation: dance 2s alternate infinite;
}

@keyframes dance {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1.2);
    }
}

.dance2 {
    -webkit-animation: dance2 4s alternate infinite;
    animation: dance2 4s alternate infinite;
}

@keyframes dance2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(25px, -25px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -25px, 25px);
    }
}



 /*===========================
<-- Loader Css -->
=============================*/
.loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s 1s ease;
    z-index: 100000;
  }
  
  .loader {
    position: relative;
    display: block;
    z-index: 201;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
    transition: all 1s 1s ease;
   
    
    
    width: 130px;
  height: 130px;
  
  padding: 30px;
  border-radius: 50%;
    
  }
  
  .loader:before,
  .loader:after {
    content: '';
    border-width: 3px;
    border-style: solid;
    border-radius: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    margin-left: -65px;
    margin-top: -65px;
  }
  .loader:before {
     border-color: #fff;
    opacity: 0.2;
  }
  .loader:after {
    border-color: transparent;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    z-index: 2;
  }
  
 @keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
  
  .loader-wrapper .loder-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #f7a400;
    z-index: 2;
  }
  
  .loader-wrapper .loder-section.left-section {
    left: 0;
    transition: 1s 1.4s ease;
  }
  
  .loader-wrapper .loder-section.right-section {
    right: 0;
    transition: 1s 1.4s ease;
  }
  
  /*/ When page loaded /*/
  .loaded .loder-section.left-section {
    left: -100%;
  }
  
  .loaded .loder-section.right-section {
    right: -100%;
  }
  
  .loaded .loader-wrapper {
    visibility: hidden;
  }
  
  .loaded .loader {
    top: -100%;
    opacity: 0;
  } 









/*=========================
 Breadcrumb
===========================*/
.breadcrumb_bg {
    
        background-image: url("../images/breadcrumb_bg.jpg");
        background-size: cover;
        background-position: 79%;
        padding: 105px 0 110px;
        position: relative;
        z-index: 1;
        margin-top:108px;
       
    }
    .breadcrumb__content .title {
      color:#225378;
            margin-bottom: 10px;
            font-size: 48px;
           
        }
        .breadcrumb {
            margin-bottom: 0;
        }
           .breadcrumb .breadcrumb-item {
                font-size: 16px;
                color: #f7a400;
           }
                .breadcrumb .breadcrumb-item a {
                    color: #225378;
                    text-decoration: none;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
                }
                 .breadcrumb .breadcrumb-item a:hover {
                        color: #f7a400;
                    }
               
               
    .breadcrumb__shape img {
            position: absolute;
            z-index: -1;
            
    }
            .breadcrumb__shape img:nth-child(1) {
                left:  50%;
                top: 14%;
                
            }
            .breadcrumb__shape img:nth-child(2) {
                left: 8%;
                bottom: 20%;
                animation: moveleftbounce 4s infinite linear;
                display:none;
                
            }
           .breadcrumb__shape img:nth-child(3) {
                right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
            }
            .breadcrumb__shape img:nth-child(4) {
                right: 42%;
                top: 0;
               
            }
            .breadcrumb__shape img:nth-child(5) {
                right: 25%;
                top: 15%;
                
            }
      
.breadcrumb-item+.breadcrumb-item {
    padding-left: 10px;
}
    .breadcrumb-item+.breadcrumb-item::before {
        padding-right: 10px;
        color: #f7a400;
        content: "\f054";
         font-family: "Font Awesome 5 Free";
        font-weight: 700;
        font-size: 14px;
        line-height: 1;
        margin-top: 6px;
    }
.about-area {
    position:relative; 
     
}

.about-img-wrap {
    position: relative;
    text-align: left;
    padding-bottom: 90px;
}
.about-img-wrap img:nth-child(2) {
   
    position: absolute;
    right: 60px;
    bottom: 25px; 
    z-index: 2;
}

.about-list .list-wrap {
    display: flex;
    align-items: center;
    margin: 0px -15px 25px;
    gap: 30px 0px;
        padding-left: 0;
    margin-top: 20px;
    flex-direction:column;
}

.about-list .list-wrap li {
    /*width: 50%;*/
    display: flex;
    align-items: flex-start;
    padding: 0px 15px;
    flex: 0 0 auto;
    gap: 15px;
}

.about-list .list-wrap li .icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
   
    line-height: 0;
    background: #fef6e6;
    border-radius: 8px;
    flex: 0 0 auto;
}

.about-list .list-wrap li .content .title {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 600;
}

.about-list .list-wrap li .content p {
    margin-bottom: 0px;
}
.about-content h5{
    background-color:#f7a400;
    padding:5px 10px;
    margin-bottom:8px;
    margin-right:8px;
    color:#1c1e1f;
    display:inline-block;
    font-weight:800;
}

.about-shape-wrap img, .about-shape-wrap1 img {
    position: absolute;
    z-index: -1;
}
.about-shape-wrap1 img:first-child {
    right: 0;
    bottom: 0; 
}

.about-shape-wrap img:first-child {
   left: 70px;
    bottom: 0;
    
}.experience-year {
  position: relative;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7a400;
  border: 4px solid white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  right: -7px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 37%;
    z-index: 2;
}
.experience-year .icon {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #225378;
  color: white;
  line-height: 0;
  font-size: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.experience-year .content .circle {
  position: absolute;
  margin-bottom: 0;
  font-size: 15px;
  text-transform: uppercase;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  font-weight:800; 
}
.experience-year .content .circle span {
  position: absolute;
  top: -64px;
  display: inline-block;
  transform-origin: 0 64px;
}



.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

.about-page-main figure{
   width: 700px;
    float: right;
    padding-bottom: 0;
    margin-bottom: 10px;
    margin-top: 0;
}
.about-page-main figure img{
    width:100%;
        border-radius: 5px;
}
.about-page-main p{
    text-align:justify;
}
 
.fig-abt{
    float: right;
    margin-left: 30px;
   
} 

.ser-left .fig-abt{
    
     float: left;
    margin-left: 0;
    margin-right:30px;
}



.services-page-main  figure{
   width: 400px; 
    float: right;
    padding-bottom: 0;
    margin-bottom: 10px;
    margin-top: 0;
}
.services-page-main figure img{ 
    width:100%;
        border-radius: 5px;
}

.services-page-main .ser-left  figure{
   width: 400px; 
    float: left;
    padding-bottom: 0;
    margin-bottom: 10px;
    margin-top: 0;
}
.service-inner{
   display:block;
   padding: 60px 0;
    border-bottom: 1px dashed #686868;
}
.service-inner:last-child{
    border-bottom: 0;
    padding-bottom:30px
}
.service-inner h2{
  margin-bottom:20px;  
}
.service-inner p{
  text-align:justify;
}
.service-form{
    background-color: #f7a400;
    padding:30px 0;
}
.ser-form .btn{
 background-color: #fff;
    border-radius: 0;
    color: #225378;
    padding: 8px;
    margin-top: 23px
}
.service-form-in input[type="text"], .service-form-in select, .service-form-in input[type="email"]{
        background-color: transparent;
    border: 2px solid #FFF;
    COLOR: #fff;
}
.change::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #fff;
}
.change:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: 1;
}
.change::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 1;
}
.change:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}
.service-form-in select option{
    color:#000;
    
}
.service-form .btn:before{
    display:none;
}
.service-form .btn:after{
    display:none;
}
.ser-form {
    text-align:center;
}
.service-form .btn:hover::before{
    width:50px;
} 
.service-form .btn:after{
   margin-left: -28px;
}

.current-opening-jobs-open{ 
   background-color:#225378; 
}
.jobs-open-page .current-opening{
    display:block;
    padding-left:0;
    border-bottom:1px solid #fff;
}

.jobs{
background: linear-gradient(107.98deg, rgba(255, 255, 255, 0.1) 37.75%, rgba(255, 255, 255, 0) 190.53%);
    border-radius: 20px;
    height: 100%;
    padding: 20px;
    display:flex;
    align-items:baseline;
    transition: all 0.2s ease
}
.jobs:hover {
    background-color: #fff;
}
.jobs:hover p , .jobs:hover i {
    color: rgba(23, 23, 23, 1);
}
.yellow{
   color:#f7a400; 
}
.jobs:hover p span.yellow{
   color:#000; 
}
.career li h3{
    font-size: 24px;
    font-weight: 700;
    color: #225378;
}

.career li{
    margin-bottom:20px;
    position:relative;
    display:block;  
    
     
}
.career li:before{
     color: #225378;
    content:"\f0da";
    position:absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
   
       margin-left: -22px;
    margin-top: -1px;
    font-size: 20px;
    
}
.enquires p a{
    color:#757676;
}
.contact-page-contact{
    padding-top:0;
}

.leadership-inner{
   display:block;
   padding: 20px 0;
    border-bottom: 1px dashed #686868;
}
.leadership-inner h2{
 
  font-size:30px;
}
.leadership-inner p{
  text-align:justify;
}
.leadership-inner:last-child{
    border-bottom:0;
}

.fixed-bottom{
    z-index: 1029;
}


/*RESPONSIVE*/


@media (min-width: 1200px) and (max-width :1400px){
.logo img{
        width: 250px;
    height: 160px;
}

  }
  


@media (min-width: 992px) and (max-width :1200px){
.logo img{
        width: 180px;
    height: 117px;
}

.navbar-nav li{
    font-size:15px; 
}

.hero_content h1{
font-size: 40px;
    font-weight: 800;
    line-height: 54px;
  }
  
.about-page-main figure {
    width: 500px;
}
 .head {
    font-size: 34px;
    line-height: 45px;
  
} 



}
@media (max-width: 992px){
       .hero_shape {
    position: absolute;
    top: 34%;
}
.hero_thumb_circle {
   
   
    margin-left: 0;
    
}
.hero_area{
    margin-top:60px;
}
.hero_content {
    margin-top:80px;
    margin-bottom: 0;
}
    .breadcrumb__shape img:nth-child(3){
    left:auto;
}
    .breadcrumb_bg {
        margin-top: 58px;
    }
 .current-opening{ 
        display: inline-block;
    border-top: 1px solid rgba(255, 255, 255, .3);
    margin-top: 30px; 
    padding-top: 30px;  
    padding-left:0;
    border-left:0;

}   
.logo img{
        width: 180px;
    height: 117px;
}
    
  .navbar-collapse {
	 width: 100%;
	 background: white;
	 position: fixed;
	 z-index: 9;
	 display: block;
	 visibility: hidden;
	 opacity: 0;
	 z-index: -1;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 transition: all 0.4s;
}
 .navbar-collapse ul.navbar-nav {
	 position: absolute;
	 top: 30px;
	 display: flex;
	 align-items: end;
	 justify-content: center;
	 width: 100%;
	 margin-top:60px;
}
 .navbar-collapse ul.navbar-nav li {
	 opacity: 0;
	 transition: opacity 0.4s cubic-bezier(0.58, 0.3, 0.005, 1);
	 padding: 0;
	 margin-bottom: 30px;
}
 .navbar-collapse ul.navbar-nav li a {
	color: rgba(0, 0, 0, 1);


font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 100% */
letter-spacing: 0.24px;
}
 .navbar-collapse.show {
	 min-height: 100vh;
	 visibility: visible;
	 opacity: 1;
	 z-index: 1099;
}
 .navbar-collapse.show ul li {
	 opacity: 1;
}
.navbar-light .active .navbar-toggler-icon{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%280, 0, 0, 0.55%29'  stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M8 8 L24 24 M8 24 L24 8'/%3E%3C/svg%3E");
}
.navbar-toggler:focus{
    box-shadow:none;
}
.navbar-light .navbar-toggler{
    z-index:10000;
}
}
@media (min-width: 768px) and (max-width: 992px){

.head{
    font-size:33px;
        line-height: 45px;  
} 
.card-title h3{
    font-size:23px;
}

.contact-form-box{
    top:0; 
}

.contact_thumb img{
    width:100%;
}
 .foot li.nav-item{
    margin-right:8px; 
}


.about-page-main .fig-abt{
    margin-left:0;
}
.about-img-wrap{
    text-align:center;
}
.about-shape-wrap img:first-child {
    left: 29%;
    bottom: 3%;
}

}
@media (max-width:768px){
 
 .hero_content h1{
     font-size:40px;
     line-height: 50px;
 }
 
 
    .about-page-main figure{
       
        width:100%;
    }
.about-page-main .fig-abt{
        margin-left:0;
   } 
   
   .services-page-main .ser-left figure,  .services-page-main figure{
        width:100%;
   }
 .services-page-main  .fig-abt{
     margin-left:0;
 } 
  
  .ser-left .fig-abt{
       margin-right:0;
  }
  .service-inner{
      padding:30px 0;
  }
.service-form-in{
            width: 100%;
        margin-bottom: 10px;
    
}

   
}
@media (min-width:320px) and (max-width:350px){
  .logo {
    top: 0;
    padding-right: 170px;
} 
.logo:after {
   
    transform: skew(0deg);
}
.navbar-light .navbar-toggler {
    color: rgba(255,255,255);
    border-color: rgba(255,255,255);

}
.navbar-light .navbar-toggler-icon {
    filter: invert(1);
}
}
@media (min-width:320px) and (max-width:482px){
 .about img{
        width:100%;
        height:auto;
    }
}
@media (max-width: 576px){
    
    .banner-in .slick-dots{
        bottom:auto;
    }
    .contact_thumb_shape{
        bottom: 41%;
    }
    .about-list .list-wrap li{
        display:block;
    }
    .about-list .list-wrap li .icon{
        margin-bottom:10px;
    }
 
 
 .about-img-wrap{
     position: relative;
    text-align: left;
     padding-bottom: 0; 
    display: flex;
    flex-direction: column;
 }
 .about-content{
         margin-top: -70px;
 }
 .about-img-wrap img:first-child{
     width:100%;
 }   
 
 .about-shape-wrap1 img{
     display:none;
 }
 
.experience-year{
    top:55%;
        right: -8px;
}

.about-img-wrap img:nth-child(2) {
    position: relative;
    right: 0;
    bottom: 125px;
    z-index: 2;
    left: 0;
    margin: auto;
}
 .hero_content h1{
     font-size:25px;
     line-height: 35px;
 }
     .hero_shape {
        position: absolute;
        top: 37%;
        left:75%;
    }
.jobs{
    justify-content:center;
}
.jobs-open-page .current-opening li{
    display:block;
}
 .about-shape-wrap img:first-child{
     display:none;
 }  
.breadcrumb_bg{
        background-position: 60%;
} 
 
body{
    overflow-x:hidden;
}    
 main{
 overflow-x:hidden;
     
 } 
    .call-do-action-info {
        padding: 0;
        background: transparent;
        border: none;
    }
 
     .call-do-action-info {
        display: block;
    }
    .call-do-social_icon:before {
   
    top: -47%;
    
    width: 70px;
    height: 70px;
   
} 
   .call-do-social_icon:before {
        left: -12%;
    }  
    
   .contact-form-box {
   
    padding: 44px 28px 60px;
   
} 

.foot1{
    
     font-size: small;
}

.foot li.nav-item{
    margin-right:0; 
}

.foot li.nav-item a.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #7C7878;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    font-size: 14px;
    padding-bottom: 0;
}

  .call_info h3 {
        font-size: 22px;
        margin-top: 24px;
        display: inline-block;
    } 
    
    .call-do-social_icon:after{
        display:none;
    }
 .navbar-collapse {
	 width: 100%;
	 background: white;
	 position: fixed;
	 z-index: 9;
	 display: block;
	 visibility: hidden;
	 opacity: 0;
	 z-index: -1;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 transition: all 0.4s;
}
 .navbar-collapse ul.navbar-nav {
	 position: absolute;
	 top: 30px;
	 display: flex;
	 align-items: center;
	 justify-content: center; 
	 width: 100%;
}
 .navbar-collapse ul.navbar-nav li {
	 opacity: 0;
	 transition: opacity 0.4s cubic-bezier(0.58, 0.3, 0.005, 1);
	 padding: 0;
	 margin-bottom: 18px;
}
 .navbar-collapse ul.navbar-nav li a {
	color: #7C7878;


font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 100% */
letter-spacing: 0.24px;
}
 .navbar-collapse.show {
	 min-height: 100vh;
	 visibility: visible;
	 opacity: 1;
	 z-index: 1099;
}
 .navbar-collapse.show ul li {
	 opacity: 1;
}
.navbar-light .active .navbar-toggler-icon{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%280, 0, 0, 0.55%29'  stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M8 8 L24 24 M8 24 L24 8'/%3E%3C/svg%3E");
}
.navbar-toggler:focus{
    box-shadow:none;
}



.navbar-brand{
    width:54px;
}
.navbar-brand img{
    width:100%;
    height:auto;
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
}
.item span {
    font-size: 18px; 
}  
.head {
    font-size: 22px;
        line-height: 30px; 
    
}
.head-jobs {
    font-size: 34px;
    margin-bottom: 40px;
}
    .service-available-in img {
        width: 16px;
        height: 16px;
    }
    .item span {
        font-size: 13px;
    }
    
    
    .contact_thumb img{
    width:100%;
}
.contact-form-box{
    top:0; 
}    
.contact_area {
    /*padding: 118px 0 100px;*/
   
}
.current-opening h4 {
    font-size: 30px;
}
}

@media (min-width:576px) and (max-width:768px){
 
 .foot li.nav-item{
    margin-right:0; 
}

.foot li.nav-item a.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #7C7878;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    font-size: 14px;
    padding-bottom: 0;
}
    
    .contact_thumb img{
    width:100%;
}
.contact-form-box{
    top:0; 
}

    
     .service-available-in img{
     width:20px;
     height:20px;
 }
.item span {
    font-size: 18px; 
} 
.head {
    font-size: 30px;
   
    line-height: 38px; 
    
}
.head-jobs {
    font-size: 55px;
    margin-bottom: 40px;
}


}
@media (min-width: 1920px){
    .top-20 {
    top: 135px;
}

.banner-fleet p {
   
    width: 25%;
}
}

