@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;600;700&display=swap');
    
    
    /* width */
    
     ::-webkit-scrollbar {
        width: 4px;
    }
    /* Track */
    
     ::-webkit-scrollbar-track {
        background: #f1f1f1;
    }
    /* Handle */
    
     ::-webkit-scrollbar-thumb {
        background: #888;
    }
    /* Handle on hover */
    
     ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
    *,*::before,*::after{
        box-sizing: border-box;
    }
    body{
        font-family: 'Poppins', sans-serif;
        padding: 0;
        margin: 0;
        width: 100%;
        overflow-x: hidden;
    }
    .fixed-top {
        position: sticky;
        top: 0;
        background: #fff;
        z-index: 1;
        box-shadow: 0 7px 6px -8px #2d2d2d;
        border-bottom: 1px solid #d1d1d1;
    }
    .head-logo{
        width: 200px;
    }
    .herobanner-img{
        height: calc(100vh - 94px);
        width: 100%;
    }
    .black-layer{
        background-color: rgba(0,0,0,0.5);
        text-align:center;
        padding: 20px;
    }
    .black-layer h3{
        font-size: 30px;
        font-weight: 500;
    }
    .black-layer p{
        font-size: 15px;
    }
    .black-layer h5{
        font-size: 25px;
        font-weight: 500;
    }
    .travel-sec{
        background-color: #f1f2f8;
        padding: 80px 0;
    }
    .home-sec-head{
        background-image: -webkit-linear-gradient(0deg,#ef393d  0%,#001d38 100%);
        background-image: -ms-linear-gradient(0deg,#ef393d  0%,#001d38 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-align: center;
        font-weight: bold;
        font-size: 40px;
        text-transform: capitalize;
    }
    .home-sec-head1{
        background-image: -webkit-linear-gradient(0deg,#001d38 0%,#ef393d 100%);
        background-image: -ms-linear-gradient(0deg,#001d38 0%,#ef393d 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-align: center;
        font-weight: bold;
        font-size: 40px;
        text-transform: capitalize;
        padding-bottom: 50px;
    }
    .home-sec-para{
        color: #555;
        text-align: center;
        font-weight: 500;
        font-size: 20px;
        padding-bottom: 50px;
    }
    .card{
        padding: 30px 20px;
        box-shadow: -1px 1px 6px -1px rgb(0 0 0 / 20%);
        height: 100%;
    }  
    .card-img {
        width: 100%;
        height: 230px;
        margin: 0 auto;
        display: block;
    }  
    .card-title {
        margin: 15px 0;
        text-align: center;
        font-weight: bold;
        color: #001d38;
        opacity: 0.9;
    }
    .card-text {
        text-align: justify;
        color: #555;
    }
    .card:hover {
        box-shadow: 0 0 20px #555;
    }
    .card:hover .card-img {
        transform: scale(0.9);
    }
    .sec-para {
        text-align: justify;
        font-size: 18px;
        color: #555;
        line-height: 27px;
        margin-bottom: 25px;
    }
    .essence-sec{
        background-color: #fff;
        padding: 80px 0;
    }
    .essence-img{
        width: 90%;
        margin: 0 auto;
        display: block;
    }
    .essence-content{
        padding-left: 50px;
    }
    .essence-content h4{
        background-image: -webkit-linear-gradient(0deg,#9a52fd 0%,#ef393d 100%);
        background-image: -ms-linear-gradient(0deg,#9a52fd 0%,#ef393d 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 35px;
        font-weight: 600;
    }
    .essence-content h4{
        text-align: justify;
        padding: 20px 0 15px;
        color: #555;
    }
    .btn-blue{
        border: 2px solid #fff;
        color: #fff;
        display: inline-block;
        border-radius: 30px;
        padding: 10px 20px;
        background-color: #001d38;
        margin-top: 30px;
    }
    .btn-blue:hover{
        background-color: #ef393d;
        color:#fff;
    }
    .benefits-sec{
        padding: 80px 0;
        background-color: #f1f2f8;
    }
    .benefits-sec .left i{
        font-size: 60px;
        color: #001d38;
    }
    .benefits-sec .right {
        padding-left: 20px;
    }
    .benefits-sec .right h4 {
        font-weight: 600;
        color: #001d38;
        opacity: .9;
        font-size: 25px;
    }  
    .benefits-sec .right p {
        color: #555;
        text-align: justify;
        line-height: 22px;
        padding: 10px 50px 0 0;
}

.orange-sec {
    background-color: #f05a25; 
    padding: 80px 0 60px;
}
.orange-sec .orange-icon {
    margin: 20px auto;
    display: block;
}
.orange-sec .orange-number {
    text-align: center;
    color: #fff;
    margin: 15px 0 20px;
    font-size: 55px;
}
.orange-sec .orange-text {
    text-align: center;
    color: #fff;
    font-size: 25px;
}


.orange-banner{
    background-image: url('../images/orange-banner.webp');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0 60px;
    text-align: center;
    background-position: bottom;

}
.orange-banner h2{
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
}

.orange-banner p{
    color: #fff;
    text-align: center;
}

a{
    text-decoration:none;
}
  .places{
      padding: 80px 0;
  }

  .content {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
  }
  
  .content .content-overlay {
    background: rgba(0,0,0,0.7);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
  }
  
  .content:hover .content-overlay{
    opacity: 1;
  }
  
  .content-image{
    width: 100%;
  }
  
  .content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  
  .content:hover .content-details{
    top: 50%;
    left: 50%;
    opacity: 1;
  }
  
  .content-details h3{
    color:#ef393d ;
    font-weight: 600;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    font-size: 18px;
  }
  
  .content-details p{
    color: #fff;
  }
  .content-box{
   background-color: #f1f2f8;
   padding:20px 15px;
  }
  .content-box p i{
      color:#fecc03 ;
  }
  .content-box h3{
    color:#ef393d ;
    font-size: 20px;
    font-weight: 600;
}
.content-box p{
    color:#001d38 ;
    font-weight: 600;
}
.fadeIn-bottom{
    top: 80%;
  }
  
  .fadeIn-top{
    top: 20%;
  }
  
  .fadeIn-left{
    left: 20%;
  }
  
  .fadeIn-right{
    left: 80%;
  }
.client{
    padding: 80px 0;
    background-color:#f1f2f8;
}

 .testimonial .description{
     font-weight:400;
     color: #848484;
     padding: 0 100px 25px;
     margin-bottom: 15px;
     text-align: center;
     position: relative;
 }
 .testimonial .description:before{
     content: "";
     width: 75%;
     border-top: 1px solid #ef393d;
     margin: 0 auto;
     position: absolute;
     bottom: 0;
     left: 0;
     right: 0;
 }
 .testimonial .description:after{
     content: "";
     width: 20px;
     height: 20px;
     background: #ef393d;
     position: absolute;
     bottom: -10px;
     left: 50%;
     border-bottom: 1px solid #ef393d;
     border-right: 1px solid #ef393d;
     transform: translateX(-50%) rotate(45deg);
 }
 .testimonial .pic{
     width: 100px;
     height: 100px;
     border-radius: 50%;
     margin: 40px auto;
     overflow: hidden;
     border:1px solid #ef393d;
 }
 .testimonial .pic img{
     width: 100%;
     height: auto;
 }
 .testimonial .title{
     display: inline-block;
     font-size: 24px;
     font-weight: 700;
     color: #ef393d;
     text-transform: capitalize;
     margin: 0;
 }
 .testimonial .post{
     display: inline-block;
     font-size: 20px;
     color: #848484;
 }
 
 .slick-prev:before, .slick-next:before {
    color: #ef393d;
 }
 .slick-dots {
     display: none !important;
 }
 .text-white{
     color:#001d38 !important;
 }
 .text-dark{
    color:#fff !important;
 }
 a.link {
    color: #fff;
}
a.link:hover {
    color: #ef393d !important;
}
.foot-para{
    padding-right: 30px;
    text-align: justify;
}
.inner-pad{
    padding:80px 0 100px ;
}
.sec-head{
    background-image: -webkit-linear-gradient(0deg,#ef393d  0%,#001d38 100%);
    background-image: -ms-linear-gradient(0deg,#ef393d  0%,#001d38 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    text-transform: capitalize;
}



.team-bg {
	background-color: #f8f9fa;
	overflow: hidden;
}
.team .section-title {
	padding-bottom: 40px;
}
.team .section-title .main-team-subheading {
	font-size: 14px;
	font-weight: 500;
	padding: 0;
	line-height: 1px;
	margin: 0 0 5px 0;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #aaaaaa;
}
.team .section-title .main-team-subheading::after {
	content: "";
	width: 120px;
	height: 1px;
	display: inline-block;
	background: #556270;
	margin: 4px 10px;
}
.team .main-team-heading {
	margin: 0;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	color: #556270;
}
.team .member {
	position: relative;
	box-shadow: 0px 2px 15px rgba(85, 98, 112, 0.08);
	padding: 30px;
	border-radius: 4px;
	background: #fff;
}
.team .member .pic {
	overflow: hidden;
	width: 170px;
	border-radius: 4px;
}
.team .member .pic img {
	transition: ease-in-out 0.3s;
    margin: 30px auto;
    display: block;
}
.team .member:hover img {
transform: scale(1.1);
}
.team .member .member-info {
	padding-left: 50px;
}
.team .member .member-heading {
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 20px;
	color: #556270;
	line-height: 1.2;
}
.team .member span {
	display: block;
	font-size: 15px;
	padding-bottom: 10px;
	position: relative;
	font-weight: 500;
    color: #555;

}
.team .member span::after {
	content: '';
	position: absolute;
	display: block;
	width: 50px;
	height: 1px;
	background: #dee2e6;
	bottom: 0;
	left: 0;
}
.team .member .member-para {
	margin: 15px 0 0 0;
	font-size: 17px;
    text-align: justify;
    color: #555;
    font-weight: 400;
    line-height: 28px;
}
.team .member .social {
	margin-top: 12px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.team .member .social a {
	transition: ease-in-out 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	width: 32px;
	height: 32px;
	background: #8795a4;
}
.team .member .social a + a {
margin-left: 8px;
}
.team .member .social a:hover {
	background: #001d38;
}
.team .member .social a .team-icon {
	color: #fff;
	font-size: 16px;
	margin: 0 2px;
}
.sec-sub-para{
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 30px;
    color: #001d38;
    opacity: 0.9;
}
.card-img1{
    width: 180px;
    height:150px
}
p {
    margin-top: 0;
    margin-bottom: 5px;
}
.container-block {
    max-width: 95%;
    margin: 0 auto;
}
.card-text1{
    font-size: 15px !important;
}
.why-us{
    padding:80px 0;
}
@media only screen and (max-width:767px) {
    .black-layer h3 {
        font-size: 20px;
    }
    .black-layer p {
        font-size: 12px;
    }
    .black-layer h5 {
        font-size: 15px;
    }
    .home-sec-head1 {
        font-size: 35px;
        line-height: 40px;
    }
    .home-sec-head {
        font-size: 35px;
        line-height: 40px;
    }
    .essence-reverse{
        display: flex;
        flex-direction: column-reverse;
    }
    .essence-content h4 {
        text-align: center;
        font-size: 25px;
    }
    .essence-content h4 br {
       display: none;
    }
    .essence-content {
        padding:20px 15px 0;
    }
    .benefits-sec .right p {
        padding: 10px 5px 0 0;
    }
    .testimonial .description {
        padding: 0 20px 25px;
        text-align: center;
    }
    .slick-next {
        right: -8px;
    }
    .slick-prev {
        left: -8px;
    }
    .orange-banner h2 {
        font-size: 30px;
    }
    .foot-para {
        padding-right: 0px; 
    }
    .herobanner-img {
        height: 600px;
    }



    .team .member .member-info {
         padding-left: 0px; 
    }
}


@media only screen and (min-width:768px) and (max-width:1024px) {
    .herobanner-img {
        height: 750px;
    }
    .essence-content h4 {
          font-size: 25px;
          text-align:left;
    }
    .essence-content h4 br {
       display: none;
    }
    .essence-content {
        padding:0;
    }
    .card {
        padding: 35px 10px 10px;
    }
    .card-img {
        height: 160px;
    }
    .card-text {
        font-size: 15px;
    }
    .orange-sec .orange-number {
        margin: 15px 0 20px;
        font-size: 40px;
    }
    .orange-sec .orange-text {
           font-size: 18px;
    }
    .content-box h3 {
        font-size: 18px;
    }
    .orange-banner h2 {
        font-size: 30px;
    }
    .foot-para {
        padding-right: 15px;
        font-size: 15px;
    }
    a.link {
        color: #fff;
        font-size: 15px;
    }




}

@media only screen and (min-width:768px) and (max-width:991px) {
    .team .member .member-info {
        padding-left: 0px; 
    }
}