@import url(https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext);
.container{
  max-width: 1440px;
} 
@media screen and (max-width: 1600px){
  .container {
    max-width: 1350px;
  }  
}
@media screen and (max-width: 1400px){
  .container{
    max-width: 1240px;
  }
}
@media screen and (max-width: 1300px){
  .container{
    max-width: 1150px;
  }
}
@media screen and (max-width: 1199px){
  .container{
    max-width: 960px;
  }
}
a {
  color: #000;
}
body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #212112;
  background-color: #fff;
  overflow-x: hidden;
  transition: all 200ms linear;

}

html{
  scroll-behavior: smooth;
}


p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #383838;
  margin-bottom:10px;
  text-align: left;
  margin-top: 0;

}




.navigation-wrap {
  position: absolute;
  width: 70%;
  top: 136px;
  left: 0;
  z-index: 1000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  overflow-x: clip;
  margin-left: 15%;
}

.navbar {
  padding: 0
}

.navbar-brand img {
  height: 80px;
  width: auto;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out
}

.navbar-toggler {
  float: right;
  border: none;
  padding-right: 0
}

.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none
}

.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #000;
  transition: all 300ms linear
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #000;
  top: 0;
  left: 0;
  content: '';
  z-index: 2;
  transition: all 300ms linear
}

.navbar-light .navbar-toggler-icon:after {
  top: 8px
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg)
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg)
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: #fff0
}

.nav-link {
  color: #fff !important;
  font-weight: 500;
  transition: all 200ms linear;
  font-size: 18px
}

.nav-item:hover .nav-link {
  color: #fff !important
}

.nav-link {
  position: relative;
  padding: 3px 0 14px !important;
  display: inline-block
}

.icon-box h4 a {
  font-family: "Cormorant", serif;
  color: #000;
  margin-top: 0;
  line-height: 1.3;
  margin-bottom: 0;
  font-weight: 700
}

.nav-item:after {
  position: absolute;
  bottom: -5px;
  left: 0%;
  width: 100%;
  height: 2px;
  content: '';
  background: #fff;
  opacity: 0;
  transition: all 200ms linear
}

.nav-item:hover:after {
  bottom: 0;
  opacity: 1
}

.nav-item.active:hover:after {
  opacity: 0
}
.carousel-indicators .active{
  background-color: #083b6a;
}
.nav-item {
position: relative;
  transition: all 200ms linear;
  padding-top: 10px;
}

.bg-light {
background-color: #083b6a !important;
  transition: all 200ms linear;
  box-shadow: 0 3px 6px rgba(69, 140, 204, 0.04), 0 3px 6px rgba(69, 140, 204, 0.29);
  padding: 10px 0;
  
}

.section {
  position: relative;
  width: 100%;
  display: block
}

.full-height {
  height: 100vh
}

.over-hide {
  overflow: hidden
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: 40px;
  transform: translateY(-50%);
  z-index: 20
}


.nav-item .dropdown-menu {
  transform: translate3d(0, 10px, 0);
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  display: block;
  padding: 0;
  margin: 0;
  transition: all 200ms linear
}

.nav-item.show .dropdown-menu {
  opacity: 1;
  visibility: visible;
  max-height: 999px;
  transform: translate3d(0, 0, 0)
}

.dropdown-menu {
  top: 100%;
  font-size: 13px;
  letter-spacing: 1px;
  background-color: #fcfaff;
  border:
  none;
  border-radius:
  3px;
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, .15);
}

.dropdown-toggle::after {
  display: none
}

.dropdown-item {
  padding:
  8px 30px;
  border-bottom:
  1px solid #083b6a;
  font-size: 16px;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #fff;
  background-color: #083b6a
}

@media (max-width:767px) {

  .nav-item:after {
    display: none
  }

  .nav-item::before {
    position: absolute;
    display: block;
    top: 15px;
    left: 0;
    width: 11px;
    height: 1px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0
  }

  .dropdown-toggle::after {
    position: absolute;
    display: block;
    top: 10px;
    left: -23px;
    width: 1px;
    height: 11px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0;
    transition: all 200ms linear
  }

  .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(90deg);
    opacity: 0
  }

  .dropdown-menu {
    padding: 0 !important;
    background-color: #fff0;
    box-shadow: none;
    transition: all 200ms linear
  }

  .dropdown-toggle[aria-expanded="true"]+.dropdown-menu {
    margin-top: 10px !important;
    margin-bottom: 20px !important
  }

}

.topbar {
  background: #fff;
  padding: 8px 0;

  position: relative;
  z-index: 3;
}

.topbar ul li {
  display: inline-block;
  color: #fff;
  margin-right: 20px
}

.topbar ul li a {
  font-size: 14px;
  padding-left: 5px;
  transition: 0.5s ease;
  color: #fff;
  
}
.topbar ul li i{
  color: #fff;
}
.topbar ul li a:hover{
  color: #010101;
  transition: 0.5s ease;
}
ul {
  padding: 0;
  margin: 0
}

.social {
  float: right
}

.carousel-control-next {
  right: 20px;
   width: 60px;
  height: 60px;
  top: 46%;
  background: #0000003b;
  border-radius: 30px;
   border: 1px solid #fff;
}

.carousel-control-prev {
  left: 20px;
  width: 60px;
  height: 60px;
  top: 46%;
  background: #0000003b;
  border-radius: 30px;
  border: 1px solid #fff;
}

.carousel-control-prev-icon {
  margin-right: 3px
}

.navbar-light .navbar-brand {
  padding-left: 25px;
  
}

.topbar ul {
  float: right
}

.pbl-0 {
  padding: 0
}

.hero-slider .slide-inner::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #00000059, #000000ed);
  display: none;
}

.navbar {
  padding-right: 35px
}

.social {
  padding-right: 25px
}

a {
  text-decoration: none !important
}

.start-header.scroll-on .navbar-light .navbar-brand {
  padding: 10px 40px;
  background: #fff;
  margin-top: 0
}
@media screen and (max-width:1450px){
  .ml-md-4, .mx-md-4 {
    margin-left: 1rem !important;
  }
}


@media screen and (max-width: 1500px){
  .bg-light{
    padding: 6px 0;
  }
}


@media screen and (max-width: 1300px){
  .navigation-wrap{
    width: 84%;
    margin-left: 8%;
  }
}




/*Menu End*/
 .logo-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 367px;
  height: 114px;
  z-index: -1;
  background-color: #fff;
}


@media screen and (max-width: 1199px){
.logo-bg {
 width: 350px;
  height: 100px;
  margin-left: -150px;
}
  .navbar-brand img {
    height: 70px;
  }
.navbar-light .navbar-brand{
  padding: 9px 20px;
}
}

@media screen and (max-width: 991px)
{
    .logo-bg {
    width: 337px;
    height: 68px;
    margin-left: -125px;
  }
}

@media screen and (max-width: 767px)
{
      .logo-bg {
    width: 350px;
    height: 100px;
    margin-left: -125px;
  }
    .navbar-brand img {
    height: 80px;
  }
    .nav-link {
    font-size: 17px;
  }
  .dropdown-item{
    font-size: 15px;
  }
   .dropdown-item:hover, .dropdown-item:focus {
    color: #083b6a;
    background-color: transparent;
  }
  .nav-item{
    margin: 2px 0;
  }
}



/*Slider Start*/


.hero-slider .slide-inner::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #0000008a, #000000ba);
}

.navbar {
  padding-right: 35px
}

.social {
  padding-right: 25px
}

a {
  text-decoration: none !important
}

.start-header.scroll-on .navbar-light .navbar-brand {
  padding: 10px 40px;
  background: #fff;
  margin-top: 0
}













.header-mid-one-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 0;
}
.header-right {
  display: flex;
  align-items: center;
  gap: 50px;
}
.single-component {
  display: flex;
  align-items: center;
}

.single-component .icon i {
  display: block;
  width: 38px;
  height: 38px;
  background: #083b6a;
  box-shadow: 0px 4px 24px #0000003b;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-weight: 500;
  font-size: 17px;
  margin-right: 10px;
}
.single-component .info span {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #083b6a;
  margin-bottom: -3px;
}
.single-component .info a {
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #0C0A0A;
  transition: 0.3s;
}
.logo-area img{
  height:120px;
}

.navbar-brand img{
  display: none;
}
















@media screen and (max-width:1450px){
  .ml-md-4, .mx-md-4 {
    margin-left: 1rem !important;
  }
  .navigation-wrap{
    width: 85%;margin-left: 7.5%;
  }
}
@media screen and (max-width:1199px){
  .ml-md-4, .mx-md-4 {
    margin-left: 0.5rem !important;
  }
  .nav-link{
    font-size: 15px;
  }
  .navbar-brand img {
    height: 70px;
  }.topbar::after {
    width: calc(30%);
  }
  .navbar-light .navbar-brand {
    padding: 15px 20px;
  }
}

@media screen and (max-width:991px){
  .ml-md-4, .mx-md-4 {
    margin-left: 0.4rem !important;
  }
  .nav-link{
    font-size: 15px;
  }  .logo-bg {
   width: 338px;
    height: 85px;
    margin-left: -185px;
  }
  .navbar-brand img {
    height: 55px;
  }
  .navbar-light .navbar-brand {
    padding: 15px 10px;
  }
  .topbar ul li a {
    font-size: 12px;
  }
  .social {
    padding-right: 0;
  }
  .topbar ul li {
    margin-right: 10px;
  }
  .navbar {
    padding-right: 18px;
  }
  .headerbtn{
    display: none;
  }#dnn {
    display: block !important;
  }
}


@media screen and (max-width:767px){
    .navbar-brand img {
    height: 70px;
  }
  .social{
    display: block !important;
  }
  
  .navbar-light .navbar-brand {
    padding: 7px 25px;
  }
  .navbar-nav {
    overflow: hidden;
    padding-left: 30px !important;
  } .nav-link {
    font-size: 15px;
  }
  .dropdown-item {
    padding:
    8px 0px;
  }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #000;
    background-color: #fff;
  }
  .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
    margin-top: -6px !important;
    margin-bottom: 10px !important;
  }
    .logo-bg {
    width: 362px;
    height: 85px;
    margin-left: -120px;
  }
}




/*Menu End*/



.headerbtn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 17px;
  line-height: 100%;
  color: #fff;
  padding: 12px 25px 12px 25px;
  background: #083b6a;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border: 1px solid #083b6a;
  margin-right: 20px;
}
.floatright{
  float: right;
  position: relative;
  display: block;
  text-align: right;
  margin-left: 60px;
  margin-top: 3px;
}
.headerbtn::before {
  content: "";
  position: absolute;
  left: -110%;
  top: 50%;
  width: 200%;
  height: 200%;
  background: #418253;
  z-index: -1;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 200px;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.headerbtn .icon-wrap {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  background: #083b6a;
  color: #fff;
  border-radius: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  margin-left: 10px;
}
.headerbtn:hover {
  color: #fff;
}
.headerbtn:hover::before {
  left: -10%;
  transform: translateX(0%) translateY(-50%);
}
.headerbtn:hover .icon-wrap {
  background: #fff;
  color: #083b6a;
}

@media screen and (max-width:1199px){
  .ml-md-4, .mx-md-4 {
    margin-left: 0.5rem !important;
  }
  .nav-link{
    font-size: 15px;
  }
  .navbar-brand img {
    height: 80px;
  }.topbar::after {
    width: calc(30%);
  }
  .navbar-light .navbar-brand {
    padding: 15px 20px;
  }
  .logo-area img {
  height: 100px;
}
.single-component .info a {
  font-weight: 600;
  font-size: 14px;
}
.navigation-wrap{
  top: 117px;
}
.bg-light {
    padding: 3px 0;
  }
    .ml-md-4, .mx-md-4 {
    margin-left: 1rem !important;
  }
  .single-component .info span{
font-size: 12px;
  line-height: 18px;
  }
    .single-component .info a {
     line-height: 20px;
  }
  .headerbtn{
    padding: 10px 20px 10px 20px;
    font-size: 16px;
  }
  .carousel-control-prev, .carousel-control-next{
width: 45px;
  height: 45px;
  }
  .header-right{
    gap: 30px;
  }
}

@media screen and (max-width:991px){
  .ml-md-4, .mx-md-4 {
    margin-left: 0.4rem !important;
  }
    .navigation-wrap {
    top: 96px;
  }
    .nav-link {
    font-size: 14px;
  }
  .dropdown-item{
    font-size: 14px;
  }
  .navbar-brand img {
    height: 50px;
  }
  .navbar-light .navbar-brand {
    padding: 15px 10px;
  }
  .topbar ul li a {
    font-size: 12px;
  }
  .social {
    padding-right: 0;
  }
  .topbar ul li {
    margin-right: 10px;
  }
  .navbar {
    padding-right: 18px;
  }
  .headerbtn{
    display: none;
  }#dnn {
    display: block !important;
  }
  .logo-area img {
    height: 80px;
  }
  .header-right{
    gap: 0px;
  }
  .single-component{
    margin-left: 20px;
  }
}


@media screen and (max-width:767px){
.topbar ul {
  float: left;
}.bg-light {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
}

  .social{
    display: block !important;
  }
  
  .navbar-light .navbar-brand {
    padding: 7px 25px;
  }
  .navbar-nav {
    overflow: hidden;
    padding-left: 30px !important;
  } .nav-link {
    font-size: 15px;
  }
  .dropdown-item {
    padding:
    8px 0px;
  }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #000;
    background-color: #fff;
  }
  .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
    margin-top: -6px !important;
    margin-bottom: 10px !important;
  }
  .logo-area{
    display: none;
  }
    .navbar-brand img {
    height: 90px;
    display: block;
  }
  .mailno{
    display: none;
  }
    .navigation-wrap {
    top: 55px;
  }
  .topbar{
    display: none;
  }
  .navigation-wrap{
    position: relative;
    top: 0;
    width: 100%;
    margin-left: 0;
    clip-path: none;
  }
  .bg-light{
    background: #fff;background-color: #fff !important;
  }
  .nav-link {
  color: #222 !important;
}
.nav-item:hover .nav-link {
  color: #083b6a !important;
}
  .nav-item::before{
    display: none;
  }
  .nav-link {
  padding: 5px 0 8px !important;font-size: 16px;
}
.nav-item {
  padding-top: 0;
}
  .navbar-nav {
    overflow: hidden;
    padding-left: 0px !important;
  }  .nav-item {
    padding-top: 0;
    border-bottom: 1px solid #00000036;
  } .navbar-nav {
    overflow: hidden;
    padding-left: 0px !important;
    padding-bottom: 0 !important;
    margin-bottom: 0;
  }
}










/*About us Start*/

.abt-we-recommend {
  background-color: #fff;
  padding: 50px 0 60px;
}
.abt-head-title {
  margin-bottom: 14px;
}
.abt-head-title {
  font-family: "Cinzel", serif;
  color: #083b6a;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}
.section-head.abt-head-title-wrap.left-position .abt-head-discription {
  margin-bottom: 50px;
}
.section-head.abt-head-title-wrap .abt-head-discription {
  font-size: 16px;
}
.abt-we-recommend-content .abt-head-discription {
  padding-right: 35px;
}
.site-text-yellow {
  color:#083b6a;
}
.abt-we-recommend-content .abt-we-rec-mid-section {
  margin-bottom: 20px;
  display: flex;
}
.abt-we-recommend-content .abt-24-7-bx {
  width: 140px;
  height: 204px;
  padding: 9px;
  background-color: #fff;
  border-radius: 30px;
  display: flex;
  display: flex;
  min-width: 140px;
  margin-right: 30px;
}
.abt-we-recommend-content .abt-24-7-bx .abt-24-7-info {
  background-color: #083b6a;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 10px;
  border-radius: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}.abt-we-recommend-content .abt-24-7-bx .abt-24-7-info .nbr {
  color: #fff;
  font-size: 38px;
  font-weight: 900;
  margin-bottom: 20px;
}
.abt-we-recommend-content .abt-24-7-bx .abt-24-7-info span {
  display: block;
}.abt-we-recommend-content .abt-24-7-bx .abt-24-7-info .info {
  color: #fff;
  font-size: 22px;
  font-family: ;
  line-height: 1.2;
  font-weight: 500;
}
.abt-we-recommend-content .abt-24-7-bx .abt-24-7-info span {
  display: block;
}.abt-icon-bx-st1 {
  display: flex;
}
.m-b30 {
  margin-bottom: 30px;
}.abt-icon-bx-st1 .abt-icon-bx-media {
  background-image: url(../images/Icon-Bg.png);
  background-repeat: no-repeat;
  width: 85px;
  height: 85px;
  min-width: 85px;
  background-size: 100%;
  margin-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}.abt-icon-bx-st1 .abt-icon-bx-media img {
  max-width: 48px;filter: brightness(0) invert(1);
}.abt-year-section {
  position: absolute;
  z-index: 1;
  top: 30px;
  right: -145px;
  animation: slide-top 8s linear infinite alternate-reverse;
}.abt-year-section .abt-year-media {
  position: absolute;
  left: -110px;
  bottom: 5px;
}.abt-year-section .abt-year-info {
  background-color: #fff;
  border-radius: 20px;
  padding: 4px 20px 4px 55px;
  display: inline-flex;
  align-items: center;
  width: 340px;
}.abt-year-section .abt-year-info .numbr {
  font-family: "Figtree", sans-serif;
  font-weight: 900;
  font-size: 60px;
  line-height: 1.2;
  color: #083b6a;
  margin-bottom: 0px;
  text-shadow: 0px 4px 0px #1a1a1a;
  margin-right: 15px;
}.abt-year-section .abt-year-info span {
  font-weight: 900;
  font-size: 22px;
  line-height: 1.2;
  color: #083b6a;
}.abt-year-section {
  position: absolute;
  z-index: 1;
  top: 150px;
  right: -145px;
  animation: slide-top 8s linear infinite alternate-reverse;
}@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}.trc-we-rec3-l-bx img {
  width: 100%;
}.trc-we-rec3-circle-bx1 {
  margin-top: 12px;
  width: 390px;
  height: 390px;
  border: 20px solid #fff;
  border-radius: 50%;
  position: absolute;
  right: 0px;
  bottom: 70px;
  z-index: 1;
}.trc-we-rec3-circle-bx1 img {
  width: 100%;
  border-radius: 50%;
}.trc-we-rec3-circle-bx2 {
  margin-top: 12px;
  width: 200px;
  height: 200px;
  border: 10px solid #fff;
  border-radius: 50%;
  box-shadow: 0px 27px 35.9px rgba(41, 137, 145, 0.2);
  position: absolute;
  left: 350px;
  top: 13px;
  z-index: 1;
}.trc-we-rec3-circle-bx2 img {
  width: 100%;
  border-radius: 50%;
}.abt-we-rec3-media-main-wrap {
  position: relative;
  margin-right: 24px;
}.trc-we-rec3-l-bx {
  max-width: 376px;
  position: relative;
  z-index: 1;
}

/*About us end*/


/*Footer start*/

@media screen and (max-width: 767px){
  iframe{
    margin-top: 20px;
  }
}

.copyright {
    background: #083b6a !important;
    padding: 10px 0;
    text-align: center
}
.copyright a, .copyright p{
  color: #fff !important;
}
.copyright br{
  display: none;
}
.footer-section.footer_section2 .footer_section__link a:hover {
  text-decoration: underline;
  color: #3b7d4d;
}
.copyright-text {
    margin-bottom: 0;
    font-size: 15px;
    color: #fff;
    text-align: center
}

.footer-section.footer_section2 {
    padding-top: 60px;
    padding-bottom: 45px;
    background: #212121;
    background-image: url('../images/footer.webp');
}

.footer-section.footer_section2 .footer_section__title h2 {
    font-size: 26px
}

.footer-section.footer_section2 .footer_section__title h2::before {
    position: absolute;
    content: "";
    bottom: -5px;
    left: -17px;
    background: #083b6a;
    width: 2px;
    height: 31px
}

.footer-section.footer_section2 .footer_section__link a {
    margin-bottom: 10px;
    line-height: 2
}

.footer-section.footer_section2 .footer_section__link a:hover {
    text-decoration: underline
}

.footer_section__grid ul li {
    display: inline
}

.footer_section__grid ul li img {
    margin: 5px
}

.st-footer-copyright-area {
    padding: 32px;
    position: relative;
    overflow: hidden
}

.footer__scroll {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center
}

.right__all__content {
    margin-left: 41px
}

.footer_section__copyright__link ul li {
    display: inline;
    margin-left: 27px;
    color: #083b6a
}

.footer_section__copyright__link ul li a:hover,
.footer_section__link a i,
.footer_section__link a:hover {
    color: #fff
}

.footer_section__copyright__link ul li a {
    display: inline-block;
    color: #cacaca;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.footer-section {
    overflow: hidden
}

.ft_borer {
    border-bottom: 1px dashed #010101;
    padding-bottom: 121px
}

.footer_section__text p {
    color: #fff;
    width: 80%;
    margin: 24px 0 0
}

.st__social__icon h2 {
    opacity: 1;
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    margin: 25px 0 0 18px;
    position: relative
}

.st__social__icon h2::before {
    position: absolute;
    content: "";
    top: -3px;
    left: -18px;
    width: 3px;
    height: 30px;
    background: #010101
}

.st__social__icon a {
    display: inline-block;
    color: #fff;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border: 1px dashed rgba(255, 255, 255, .2);
    text-align: center;
    margin-top: 22px;
    margin-right: 10px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.st__social__icon a:hover {
    background: #083b6a;
    border: 1px dashed #083b6a
}

.footer_section__title h2 {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    position: relative;
    margin-bottom: 23px
}

.footer_section__title h2::before {
    position: absolute;
    content: "";
    bottom: -17px;
    left: 0;
    background: #010101;
    width: 100px;
    height: 1px
}

.footer_section__link a {
    display: block;
    color: #fff;
    margin-bottom: 7px;
    font-size: 16px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.footer_section__link a i {
    margin-right: 7px
}

.footer_section__title p {
    color: #fff;
    opacity: .8
}

.footer_section__subscribe__form input {
    font-size: 16px;
    color: #939393;
    font-weight: 400;
    border: none;
    padding: 18px 17px;
    width: 89%
}

.footer_section__subscribe__form input::placeholder {
    font-size: 16px;
    color: #939393;
    font-weight: 400
}

.footer_section__subscribe__form button {
    border: none;
    background: #010101;
    color: #fff;
    padding: 12px 19px;
    position: absolute;
    top: 6px;
    right: 42px
}

.footer_section__copyright span {
    color: #fff;
    font-size: 18px;
    margin-top: 32px;
    display: inline-block
}

.footer_section__copyright span a {
    display: inline-block;
    color: #010101;
    text-decoration: underline
}

.footer__scroll a {
    display: inline-block;
    background: #e5ffeb;
    width: 55px;
    height: 55px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 25px
}

@media screen and (max-width: 767px){
  .footer-section.footer_section2 {
  padding-top: 18px;
  padding-bottom: 40px;
}
.footer-section.footer_section2 .footer_section__title h2 {
  font-size: 21px;
  margin-bottom: 10px;
  margin-top: 20px;
}
  .dropdown-item:hover, .dropdown-item:focus {
    color: #000;
    background-color: transparent;
  }  .dropdown-item {
    font-size: 13px;padding: 5px 0px;
  }
}


/*Footer end*/

.abt-icon-bx-title{
  font-size: 20px;
  color: #083b6a;
}
.about-image {
  max-width: 375px;
  position: relative;
  z-index: 9;
}
.about-image img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    animation-name: img-anim-left;
  opacity: 0;
}
@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}.about-image-2 {
  position: absolute;
  bottom: -60px;
  right: -238px;
}.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    animation-name: img-anim-right;
  opacity: 0;
}@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}.about-image .bg-shape {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
}.about-image .bg-shape img {
  width: initial;
  height: initial;
}.about-image .plane-shape {
  position: absolute;
  left: -38px;
  bottom: -163px;
  z-index: -1;
}.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
} @keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
  .about-image .top-shape {
  position: absolute;
  right: -200px;
  top: 0;
}.about-image .top-shape img {
  width: initial;
  height: initial;
}

@media screen and (max-width: 1199px){
  .about-image{
    display: none;
  }
}




@media screen and (max-width: 767px){
  .abt-we-recommend {

  padding: 35px 0 6px;
}
  .abt-head-title {
    font-size: 29px;
  }
  .section-head.abt-head-title-wrap .abt-head-discription {
  font-size: 15px;padding-right: 0;font-weight: 400;
  line-height: 26px;
  color: #383838;
  margin-bottom: 10px;
  text-align: left;
  margin-top: 0;
}
p {
  font-size: 15px;
}.section-head.abt-head-title-wrap.left-position .abt-head-discription {
  margin-bottom: 19px;
}.m-b30 {
  margin-bottom: 6px;
}
.abt-we-recommend-content .abt-24-7-bx{
  display: none;
}
 .abt-icon-bx-title {
    font-size: 19px;
  }
  .trc-we-rec3-circle-bx1, .trc-we-rec3-circle-bx2{
    display: none;
  }
    .trc-we-rec3-l-bx {
    max-width: 200px;margin-left: -20px;
  }
    .abt-year-section {
    right: 3px;
    top: 214px;
  }
  .abt-year-media img{
    width: 100%;
  }
  .abt-year-section .abt-year-info{
    width: 210px;
  }  .abt-year-section .abt-year-info .numbr {
    font-size: 33px;
  }  .abt-year-section .abt-year-info span {
    font-size: 13px;
  }.abt-year-section .abt-year-info{
    padding: 1px 11px 4px 28px;
  }
}



















/*Whu Us*/

.why-choose-two {
  position: relative;
  background-color: #CFCFCF;
  counter-reset: count;
}
.why-choose-two .col-xl-6{
padding: 0;
}
.why-choose-two .sec-title {
  padding-bottom: 20px;
}
.why-choose-two .container {
  z-index: 2;
  position: relative;
}
.why-choose-two__content {
  padding-top: 60px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .why-choose-two__content {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}
.why-choose-two__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #636363;
  margin-bottom: 25px;
}
.why-choose-two__list {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.why-choose-two__item {
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 10px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  transition: all 500ms ease;
  counter-increment: count;
}
.why-choose-two__item:last-child {
  margin-bottom: 0;
}
.why-choose-two__item__content {
  padding-left: 20px;
}
.why-choose-two__item__title {
  font-size: 22px;
  font-weight: 500;
  line-height: 26.4px;
  color: #222222;
  margin-bottom: 6px;
}
.why-choose-two__item__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #636363;
  margin-bottom: 0;
}
.why-choose-two__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 63px;
  height: 100%;
  background-color: #083b6a;
  clip-path: polygon(100% 0%, 48% 50%, 100% 100%, 0% 100%, 0 48%, 0% 0%);
  transition: all 500ms ease;
}
.why-choose-two__item:hover {
  padding-left: 130px;
  background-color: #222222;
}
.why-choose-two__item:hover::before {
  opacity: 0;
  visibility: hidden;
  left: -200px;
}
@media (max-width: 767px) {
  .why-choose-two__item:hover {
    padding-left: 0px;
  }
}
.why-choose-two__item:hover .why-choose-two__item__title {
  color: #fff;
}
.why-choose-two__item:hover .why-choose-two__item__text {
  color: #fff;
}
.why-choose-two__item:hover .why-choose-two__count {
  left: 0;
}
.why-choose-two__item:hover .why-choose-two__icon {
  transform: translateX(-30px);
  background-color: #083b6a;
}
@media (max-width: 767px) {
  .why-choose-two__item:hover .why-choose-two__icon {
    transform: translateX(10px);
  }
}
.why-choose-two__item:hover .why-choose-two__item__content {
  padding-left: 0;
}
@media (max-width: 767px) {
  .why-choose-two__item:hover .why-choose-two__item__content {
    padding-left: 20px;
  }
}
.why-choose-two__count {
  transition: all 500ms ease;
  transition-delay: 200ms;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  color: #fff;
  background-color: #fff;
  font-family: var(--pelocis-heading-font, "Solway", serif);
  -webkit-text-stroke: 1px #222222;
  position: absolute;
  left: -200px;
  height: 100%;
  width: 160px;
  display: flex;
  padding-left: 30px;
  align-items: center;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg  viewBox="0 0 160 108" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H160L112.298 54L160 108H0V0Z" fill="currentColor"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg  viewBox="0 0 160 108" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H160L112.298 54L160 108H0V0Z" fill="currentColor"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top right;
  mask-position: top right;
  -webkit-mask-size: auto;
  mask-size: auto;
}
.why-choose-two__count:before {
  content: counters(count, ".", decimal-leading-zero);
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .why-choose-two__count {
    display: none;
  }
}
.why-choose-two__icon {
  width: 90px;
  height: 88px;
  border: 3px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #222222;
  border-radius: 10px;
  z-index: 1;
  flex-shrink: 0;
  font-size: 44px;
  color: #fff;
  transition: all 500ms ease;
}
.why-choose-two .pelocis-stretch-element-inside-column {
  position: relative;
  height: 100%;
}
.why-choose-two__shape-one {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 957 869" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M118.658 0H959V869H0.0976562C0.0976562 869 181.143 791.001 69.4579 434.5C-42.2272 77.9998 118.658 0 118.658 0Z" fill="currentColor"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 957 869" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M118.658 0H959V869H0.0976562C0.0976562 869 181.143 791.001 69.4579 434.5C-42.2272 77.9998 118.658 0 118.658 0Z" fill="currentColor"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top left;
  mask-position: top left;
  -webkit-mask-size: cover;
  mask-size: cover;
  max-width: 987px;
  position: relative;
  z-index: 11;
}
@media (max-width: 1199px) {
  .why-choose-two__shape-one {
    mask: none;
    text-align: right;
  }
}
.why-choose-two__shape-one img {
  max-width: 100%;
  height: 100%;
  min-height: 780px;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .why-choose-two__shape-one img {
    min-height: auto;
  }
}
.why-choose-two__shape-two {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg  viewBox="0 0 985 869" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M272.035 10L987 0V869H0C0 869 164.5 817 83.3927 454.5C2.28532 92.0004 272.035 10 272.035 10Z" fill="currentColor"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg  viewBox="0 0 985 869" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M272.035 10L987 0V869H0C0 869 164.5 817 83.3927 454.5C2.28532 92.0004 272.035 10 272.035 10Z" fill="currentColor"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: bottom left;
  mask-position: bottom left;
  -webkit-mask-size: cover;
  mask-size: cover;
  max-width: 987px;
  height: 100%;
  width: 100%;
  background-color: #083b6a;
  position: absolute;
  top: 0;
  right: 25px;
}
@media (max-width: 1199px) {
  .why-choose-two__shape-two {
    display: none;
  }
}
.why-choose-two__shape-three {
  position: absolute;
  left: 0;
  bottom: 0;
}
.why-choose-two .pelocis-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled + .owl-dots {
  margin: 0;
}
.why-choose-two .animate-border::after{
  border-left: 10px solid #cfcfcf;
  border-right: 10px solid #cfcfcf;
}

@media screen and (max-width: 1199px){
  .why-choose-two .pelocis-stretch-element-inside-column{
    display: none;
  }.why-choose-two__content {
  padding-left: 30px;
  padding-right: 30px;
}
}
.why-choose-two__box{
  margin-top: 20px;
}
@media screen and (max-width: 767px){
  .whyus {
  padding: 35px 0 12px;
}
  .why-choose-two__content {
    padding-top: 40px;
    padding-bottom: 40px;
  }.why-choose-two {
  padding-left: 15px;
  padding-right: 15px;
}.why-choose-two__content {
  padding-left: 15px;
  padding-right: 15px;
}
.why-choose-two__item__text{
  display: none;
}
.why-choose-two__item__title{
  font-size: 18px;
}
.why-choose-two__icon {
  width: 70px;font-size: 32px;
  height: 70px;
}
}

.animate-border {
              position: relative;
              display: block;
              width: 115px;
              height: 3px;
              background:
              #083b6a;
              overflow:
              hidden;
              margin-bottom: 20px !important;
          }

          .animate-border::after {
              position: absolute;
              content: "";
              width: 35px;
              height: 3px;
              left: 15px;
              bottom: 0;
              border-left:
              10px solid #fff;
              border-right:
              10px solid #fff;
              -webkit-animation:
              animborder 2s linear infinite;
              animation:
              animborder 2s linear infinite;
          }


          @keyframes animborder {
              0% {
                -webkit-transform: translateX(0);
                transform: translateX(0);
            }

            100% {
                -webkit-transform: translateX(113px);
                transform: translateX(113px);
            }
        }



/*Our Services*/

.ourservices{
  padding: 60px 0;background: #a6b8c9;
}@media (max-width: 767px) {
  .service-card {
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.service-card--two .service-card__inner {
  padding: 20px;
}
.service-card--two .service-card__inner::after {
  width: 54px;
  height: 49px;
}
.service-card--two .service-card__content {
  margin-bottom: 23px;
}
.service-card--two .service-card__icon {
  width: 58px;
  height: 58px;
  font-size: 33px;
}
.service-card--two .service-card__content__title {
  font-size: 20px;
}

.service-card--two .service-card__thumb a {
  width: 40px;
  height: 40px;
  font-size: 14px;
}
.service-card__inner {
  background: #fff;
  position: relative;
  padding: 30px;
  box-shadow: 0 10px 20px rgba(194, 41, 47, 0.02), 0 6px 6px rgba(194, 41, 47, 0.19);
  overflow: hidden;
}
.ourservices .animate-border::after{
  border-left: 10px solid #a6b8c9;
  border-right: 10px solid #a6b8c9;
}
.service-card__inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: #000;
  width: 74px;
  height: 57px;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  transition: all 0.4s ease-in-out;
}
.service-card__icon {
  position: relative;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #EFE6E1;
  font-size: 50px;
  color: #083b6a;
  transition: all 0.4s ease-in-out;
  margin-bottom: 25px;
}
.service-card__content {
  margin-bottom: 33px;
}
.service-card__content__title {
  font-style: normal;
  font-size: 26px;
  line-height: normal;
  font-weight: 600;
  line-height: 26.4px;text-align: center;
  color: #222;
  margin-bottom: 6px;
}
.service-card__content__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.service-card__content__title a:hover {
  background-size: 100% 1px;
}
.service-card__content__title a:hover {
  color: #083b6a;
}
.service-card__content__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #383838;
  margin-bottom: 10px;
  text-align: center;
  margin-top: 0;
}
.service-card__thumb {
  position: relative;
  overflow: hidden;
}
.service-card__thumb__item {
  position: relative;
}
.service-card__thumb__item img {
  object-fit: cover;
  width: 100%;
  transition: all 0.4s ease-in-out;
}
.service-card__thumb a {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 58px;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #083b6a;
  color: #fff;
  font-size: 22px;
  z-index: 1;
  transition: all 0.4s ease-in-out;border: 1px solid #fff;
}
.service-card__thumb a i {
  color: #fff;
  transition: all 0.4s ease-in-out;
}
.service-card__thumb a:hover {
  background: #083b6a;
}
.service-card__thumb a:hover i {
  color: #fff;
  transform: scale(1.2) rotate(30deg);
}
.service-card__thumb::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(8, 59, 106, 0.53);
  transition: all 0.4s ease-in-out;
}
.service-card:hover .service-card__thumb::after {
  bottom: 0%;
  height: 100%;
}
.service-card:hover .service-card__thumb__item img {
  transform: scale(1.1) rotate(5deg);
}
.service-card:hover .service-card__icon {
  background: #083b6a;
  color: #fff;
}
.service-card:hover .service-card__inner::after {
  background: #083b6a;
}

.post-slide{
  margin:10px;
}

@media screen and (max-width: 1199px){
  .service-card--two .service-card__inner {
  padding: 20px 23px;
}
}

@media screen and (max-width: 767px){
  .ourservices {
  padding: 30px 0;
}
 .service-card--two .service-card__inner {
    padding: 20px 37px;
  }
}


.nobg{
  background: #fff;
}
.nobg .animate-border::after {
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
}








.work-section {
  position: relative;
  padding: 60px 0 40px;
  background-color: #f8f8f8;
}
.work-section .outer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: hidden;
}
@media only screen and (max-width: 1699px) {
  .work-section .outer-box {
    margin: 0 -50px;
    padding: 0 10px;
  }
}
@media (max-width: 1399.98px) {
  .work-section .outer-box {
    margin: 0;
  }
}
@media (max-width: 991.98px) {
  .work-section .outer-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
}
.work-section .work-block {
  min-height: 470px;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  will-change: flex;
}
.work-section .work-block:hover, .work-section .work-block.active {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
@media (max-width: 991.98px) {
  .work-section .work-block {
    width: 50%;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
            flex: 0 0 50% !important;
    padding: 0 15px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .work-section .work-block {
    width: 100%;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
@media (max-width: 575.98px) {
  .work-section .work-block {
    padding: 0;
  }
}

.work-block {
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: 0.8s cubic-bezier(0.29, 0, 0.2, 1);
  transition: 0.8s cubic-bezier(0.29, 0, 0.2, 1);
}
.work-block .active .image-box .image:before {
  opacity: 0.9;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.work-block .active .content-box .cat {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.work-block .active .content-box .title {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
.work-block .active .content-box .read-more {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}
.work-block .active .content-box-hover .title {
  opacity: 0;
  -webkit-transform: translateY(100);
          transform: translateY(100);
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.work-block .inner-box {
  position: relative;
  overflow: hidden;
}
.work-block .inner-box:hover .image-box .image:before {
  opacity: 0.9;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.work-block .inner-box:hover .content-box .cat {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.work-block .inner-box:hover .content-box .title {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
.work-block .inner-box:hover .content-box .title a, .work-block .inner-box:hover .content-box .cat{
  color: #fff !important;
}
.work-block .inner-box:hover .content-box .read-more {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}
.work-block .inner-box:hover .content-box-hover .title {
  opacity: 0;
  -webkit-transform: translateY(100);
          transform: translateY(100);
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.work-block .image-box {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.work-block .image-box .image {
  position: relative;
  display: block;
  margin-bottom: 0;
}
.work-block .image-box .image::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: rgba(29, 29, 29, 0.9);
  opacity: 0.3;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 2;
  border-radius: 10px;
}
.work-block .image-box .image img {
  width: 100%;
  height: 470px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.work-block .content-box-hover {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding: 30px 30px;
  z-index: 2;
}
.work-block .content-box-hover .title a{
  color: #fff !important;
}
.work-block .content-box-hover .title {
  position: relative;
  color: #111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 45px 15px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  border-radius: 10px;
  background: #083b6a;
  text-align: start;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;letter-spacing: 1px;
  font-weight: 600;
}
.work-block .content-box {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding: 30px 30px;
  z-index: 3;
}
.work-block .content-box .cat {
  position: relative;
  font-weight: 700;
  font-family: var(--text-font);
  color: var(--theme-color-light);
  display: inline-block;
  opacity: 0;
  font-size: 16px;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-bottom: 8px;
}
.work-block .content-box .title {
  position: relative;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 0;
  padding: 0px 18px;
  color: var(--theme-color-light);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  margin-bottom: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 991.98px) {
  .work-block .content-box .title {
    font-size: 30px;
  }
}
.work-block .content-box .read-more {
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  opacity: 0;
  border-radius: 50%;
  display: inline-block;
  color: #083b6a;
  background-color: #083b6a;
  text-align: center;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.work-block .content-box .read-more i {
  font-size: 16px;
  color: #fff;
}

/*Button Start*/

.th-btn {
  position:relative;
  z-index:2;
  overflow:hidden;
  vertical-align:middle;
  text-align:center;
  background-color:#083B6A;
  color:#fff;
  display:-webkit-inline-box;
  display:-webkit-inline-flex;
  display:-ms-inline-flexbox;
  display:inline-flex;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -webkit-align-items:center;
  -ms-flex-align:center;
  align-items:center;
  text-transform:capitalize;
  border:none;
  font-size:16px;
  font-weight:400;
  padding:18.8px 35px 18.8px 41px;
  border-radius:48px;
  -webkit-transition:all 0.3s 0s ease-out;
  transition:all 0.3s 0s ease-out;
  gap:8px
}
.th-btn.th-icon:after {
  content:'';
  position:relative;
  -webkit-mask-image:url(../images/arrow.webp);
  mask-image:url(../images/arrow.webp);
  background-repeat:no-repeat;
  background-size:cover;
  -webkit-mask-repeat:no-repeat;
  mask-repeat:no-repeat;
  -webkit-mask-position:center;
  mask-position:center;
  -webkit-mask-size:auto;
  mask-size:auto;
  background-color:#fff;
  width:24px;
  height:24px;
  display:block;
  -webkit-transition:0.4s;
  transition:0.4s
}
.th-btn:before {
  content:'';
  width:0;
  height:100%;
  border-radius:30em;
  position:absolute;
  top:0;
  left:-5%;
  background-color:#2e6316;
  -webkit-transition:.5s ease;
  transition:.5s ease;
  display:block;
  z-index:-1
}
.th-btn:hover,
.th-btn.active {
  color:#fff;
  box-shadow:none
}
.th-btn:hover.th-icon i,
.th-btn.active.th-icon i {
  -webkit-transform:rotate(0deg);
  -ms-transform:rotate(0deg);
  transform:rotate(0deg)
}
.th-btn:hover:before,
.th-btn.active:before {
  width:110%
}
.th-btn.style1:before,
.th-btn.style1:after {
  background-color:#fff
}
.th-btn.style1:hover {
  color:#2e6316
}
.th-btn.style1:hover.th-icon:after {
  background-color:#2e6316
}
.th-btn.style1:hover:before,
.th-btn.style1:hover:after {
  background-color:#fff
}

@media screen and (max-width: 991px){
  .th-btn{
    font-size: 14px;padding: 10.8px 11px 11.8px 21px;
  }
}

@media screen and (max-width: 767px){
  .work-section {
  position: relative;
  padding: 30px 0 16px;
}
}
.hero-slider .slide-inner::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #0000008a, #000000ba);
}
/*Slider Start*/

.hero-slider {
  width: 100%;
  height: 65vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

@media (max-width: 991px) {
  .hero-slider {
    height: 600px;
  }

  .start-header.scroll-on .navbar-brand img {
    height: 46px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 500px;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: top;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}
.hero-sub-title{
  font-size: 50px;font-family: "Poppins", serif;font-weight: 700;
  margin-bottom: 10px;line-height: 1.2;
}
.hero-title{
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 30px;font-family: "Poppins", serif;
  line-height: 1.5;
}
.hero-content{background: rgba(239, 239, 239, 0.88);
  width: fit-content;
  text-align: center;
  margin:auto;box-shadow: 0 19px 38px rgba(0, 0, 0, 0.11), 0 15px 12px rgba(0, 0, 0, 0.24);
}
.hero-sub-title, .hero-title, .hero-slider .headerbtn{
 margin-left: 20px;
 margin-right: 20px;
}
.hero-sub-title{
  padding-top: 20px;color: #083b6a;
}
.hero-slider .headerbtn{
  margin-bottom: 27px;
}
.hero-title{
  color: #000;
}
.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 2px solid #000;
  border-radius: 55px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}

.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}


@media screen and (max-width: 1600px){
  .hero-sub-title {
  font-size: 38px;
}
.hero-title{
  font-size: 17px;
}
}





@media (max-width: 767px) {

  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.hero-slider .swiper-button-prev {
  left: 25px;
  transform: translateX(50px);
}
.navbar {
  position: relative;
}

.navbar-bg {
  position: absolute;
  inset: 0;
  background: #000;
  clip-path: polygon(100% 0, 100% 42%, 98.5% 100%, 1.5% 100%, 0 42%, 0% 0%);
  z-index: 1;
}

.navbar-nav {
  position: relative;
  z-index: 2;
}
.bg-light{
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
.hero-slider .swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-size: 15px;
  color: #000;
  font-style: normal;
  display: inline-block vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform: translateX(-50px);
}

.hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 15px;
  color: #000;
  font-style: normal;
  display: inline-block vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
 width: 37px;
  height: 2px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #083b6a;
  opacity: 0.3;
  background: #000;
  transition: all .2s ease;
  border-radius: 0;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity: 1;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

@media screen and (max-width: 1199px){
  .hero-title{
    font-size: 50px;
  }
}

@media screen and (min-width: 992px) {

  .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
    /*     display: none; */
  }
 
}

.swiper-pagination {
  text-align: left;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 50px;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
}
}

@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 30px;
  }
}

@media screen and (max-width: 767px){
  .hero-sub-title{
    font-size:30px;
  }
    .hero-title {
    font-size: 24px;
    line-height: 1.5;
  }
}

.hero-slider .headerbtn{
  color: #fff;
  padding: 12px 25px 12px 25px;
  background: #3b7d4d;
}
.hero-slider .headerbtn::before{
  background: #083b6a;
}@media screen and (max-width: 1199px){
  .hero-sub-title{
    font-size: 30px;
  } .hero-title {
    font-size: 18px;
    padding-bottom: 20px;
  }
}


@media screen and (min-width: 1199px){
  .precision img{
    height: 100%;
  }
}

@media screen and (max-width: 767px){
   .hero-sub-title {
    font-size: 20px;
  }
   .hero-title {
    font-size: 14px;
  }.hero-content {
  width: 100%;
}  .hero-slider {
    height: 350px;
  }
}.nav-item .dropdown-menu {
  transform: translate3d(0, 10px, 0);
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  display: block;
  padding: 0;
  margin: 0;
  transition: all 200ms linear;
}






/*Banner*/
.bannersection{
  background:url('../images/banner.webp');
  background-size: cover;
  position: relative;
  background-size: cover;
  position: relative;
  padding-top: 110px;
  padding-bottom: 30px;
  margin-top: 0px;
  overflow: hidden;
  background-position: top center;
  }.breadcrumb {
      list-style: none;
      display: block;
      position: relative;
      text-align: center;
      background: transparent;
      color: #fff;
      text-transform: uppercase;
      font-size: 15px;
      font-weight: 600;
      border-radius: 10px;

      width: fit-content;font-family: "Marcellus", serif;
      text-align: center;
      padding: 0;
      margin-left: auto;
      margin-right: auto;
  }

  .breadcrumb ul {
      margin: 0;
      padding: 0;
      line-height: 30px
  }

  .breadcrumb ul li {
      display: inline-block
  }

  .breadcrumb ul li:after {
      content: "»";
      font-weight: 700;
      color: #fff;
      font-size: 16px;
      padding: 0 5px 0 10px
  }

  .breadcrumb ul li:last-child:after {
      content: none
  }
  .bannersection h1{
    text-align: center;font-size: 45px;
    color: #fff;
    margin-bottom: 5px;font-family: "Marcellus", serif;
}
.breadcrumb ul li a {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  font-family: "Marcellus", serif;
}
.bannersection::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background:rgba(74, 138, 93, 0.86);
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1199px){
    .bannersection h1 {
      font-size: 33px;
  }
  .breadcrumb ul li a {
      font-size: 16px;
  }
  .sectiontitle {
      font-size: 33px;
  }
}
@media screen and (max-width: 991px){
    .bannersection h1 {
      font-size: 27px;
  }
  .breadcrumb ul li a {
      font-size: 14px;
      }.sectiontitle {
          font-size: 30px;
      }
  }

  @media screen and (max-width: 767px){
    .bannersection {
      padding-top: 20px;
      padding-bottom: 19px;
      margin-top: 0;
  }
}




.services-sidebar .widget {
  background: #3C8355;
  padding: 40px 30px;
}
.widget {
  margin-bottom: 25px;
  padding: 40px 35px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
.widget-title {
  margin-bottom: 20px;
}
.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-contact p{
  color: #fff ;
}
.social-contact a{
  color: #fff ;
}
.widget ul li {
  margin-bottom: 15px;
  border: 2px solid #4a5d6c;
  background-color: #fff;
  padding: 10px 20px;
  text-align: right;
  cursor: pointer;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.widget ul li a {
  display: block;
  float: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #2d2d2d;
}
.services-sidebar .widget {
  background: #083B6A;
  padding: 20px 30px;
}
.single-service{
  padding: 60px 0 45px;
}
.widget-title {
  margin-bottom: 14px;
  font-size: 34px;
  color: #fff;
  font-weight: 700;
}
.widget ul li:hover {
  background: #083B6A;
  color: #fff;
  border: 2px solid #fff;
  transition: 0.5s ease;
}
.widget ul li:hover a{
  color: #fff;
  transition: 0.5s ease;
}
.actives {
  background: #083B6A !important;
  color: #fff !important;
  border: 2px solid #fff !important;
  transition: 0.5s ease;
}
.actives a{
  color: #fff !important;
}



.destination-item4 {
  position: relative;
  z-index: 2;
}
.th-ani {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}.destination-item4.style2 .destination-item4_img {
  border-radius: 24px;
}
.global-img {
  position: relative;
  overflow: hidden;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}.global-img::after {
  background: rgba(255,255,255,0.5);
  content: "";
  height: 0;
  left: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}.destination-item4 .destination-content {
  position: absolute;
  top: 30px;
  left: 30px;
  background: white;
    background-color: white;
  border-radius: 30px;
  padding: 8px 15px;
  display: block;
  color: #fff;
  background-color: #083B6A;
  text-align: center;
  padding: 20px;
  border-radius: 30px;
  position: absolute;
  left: 0px;
  right: 0px;
  transition: 0.5s all ease;
  bottom: 0;
  top: auto;
}.destination-item4 .destination-content .box-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}.destination-item4 .destination-content .box-title img {
  margin-right: 6px;
}a {
  color: #000;
}.style2 {
  margin-bottom: 30px;
}
.destination-item4.style2 .destination-item4_img img{
  border-radius: 24px;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
  border-bottom-left-radius: 44px;
  border-bottom-right-radius: 44px;
  height: 400px !important;
}
.destination-item4 .destination-content a{
  color: #fff !important;
  font-size: 22px;font-family: "Marcellus", serif;
}
.blog-sec__single{
  margin-bottom: 30px;
}

.service-thumb{
  margin-bottom: 20px;
  margin-top: 20px;
}
.single-service ul li{
  list-style: disclosure-closed;
  margin-left: 0px;
}
.single-service ul li::marker{
  color: #083B6A;
}
.single-service ul{
  margin-bottom: 10px;
}
.single-service h3{
  margin: 0px 0 16px;
  font-family: "Cinzel", serif;
}


.display-3{
  font-size: 40px;
  font-weight: 700;
  font-family: "Cinzel", serif;
}







.inoff{
  font-size: 30px;
  color: #083b6a;
}
.inoff2{
  font-size: 30px;
  color: #3b7b4d;
}
.process-style-one-item .icon img{
  height: 120px;
}

.process-style-one-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  position: relative;
  overflow: hidden;
}

.process-style-one-item .icon {
  background: #3b7b4d;
  height: 200px;
  width: 200px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  transition: all 0.35s ease-in-out;
  padding: 60px;
  clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
}

.process-style-one-item .info span {
  display: inline-block;
  height: 45px;
  width: 45px;
  background: var(--dark);
  line-height: 45px;
  color: #fff;
  border-radius: 50%;
  margin-bottom: 30px;
  transition: all 0.35s ease-in-out;
}

.process-style-one-item .info {
  margin-top: 30px;
  position: relative;
  z-index: 1;
}

.process-style-one-item .info .shape {
  position: absolute;
  left: 65%;
  width: 90%;
  top: 6px;
  z-index: -1;
}

.process-style-one-item:last-child .shape {
  display: none;
}

.process-style-one-item .info p {
  margin: 0;
  text-align: center;
}

.process-style-one-item.active .icon {
  background: #083B6A;
}

.process-style-one-item.active .info span {
  background: #083B6A;
}

.bg-dark .process-style-one-item .icon {
  background: #1a3e76;
}

.bg-dark .process-style-one-item.active .icon {
  background: #083B6A;
}

.bg-dark .process-style-one-item .info span {
  background: #1a3e76;
}

.bg-dark .process-style-one-item.active .info span {
  background: #083B6A;
}

.offer{
  padding: 40px 0 20px;
  background-color:#fff;
}
.offer .mainheading{
  text-align: center;
  margin-bottom: 0px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.offer p{
  text-align: center;
  margin-bottom:20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.offer .card
{
  background:transparent;
  border: none;
  text-align: center;
}
.offer .card img{
  width: 70px;
  height: auto;
}
.offerbox{
  text-align: center;
  margin-bottom: 40px;
  padding: 10px 0px 0 20px;
  min-height: 170px;
 /* 
 
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.09), 0 3px 6px rgba(0, 0, 0, 0.08);*/
}
.offerbox img{
  margin-bottom: 10px;
}
.offerbox img{
  height: 70px;
}
.border-left{
  border-left: 1px solid #939393 !important;
}
.border-left:before{
  content: "";
  transform-origin: bottom right;
  left: 14px;
  bottom: 40%;
  border-right: 3px solid #3b7e4f;
  border-bottom: 3px solid #3b7e4f;
  position: absolute;
  width: 3px;
  height: 100px;
  border-radius: 10px;
}
.mainheading2{
  font-size: 22px;
  color: #083b6a;
}
.process-style-one-area .animate-border::after{
  border-left: 10px solid #dfe5ec;
  border-right: 10px solid #dfe5ec;
}

.process-style-one-area{
  padding: 60px 0;
  background: #dfe5ec;
}

 .abt-we-recommend{
    overflow: hidden;
  }

@media screen and (max-width: 1500px){
  .process-style-one-item .icon{
    height: 150px;
  width: 150px;
  }.process-style-one-item .icon img {
  height: 86px;
}
}


@media screen and (max-width: 767px){
    .nav-item::before {
    position: absolute;
    display: block;
    top: 18px;
    left: 0;
    width: 11px;
    height: 1px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0;
  }
    .dropdown-toggle::after {
    position: absolute;
    display: block;
    top: 13px;
    left: -23px;
    width: 1px;
    height: 11px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0;
    transition: all 200ms linear;
  }  .bannersection {
    padding-top: 15px;
    padding-bottom: 0px;
    margin-top: 0;
  }  .bannersection h1 {
    font-size: 32px;margin-bottom: 0;
  }
  .process-style-one-area {
  padding: 35px 0;
  background: #dfe5ec;
}
.process-style-one-items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
  position: relative;
  overflow: hidden;
}
.process-style-one-item .info {
  margin-top: 16px;
}
  .process-style-one-item .icon {
    height: 100px;
    width: 100px;
  }
    .process-style-one-item .icon img {
    height: 60px;
  }
  .border-left::before{
    display: none;
  }
  .border-left {
  border-left: none !important;
}
.offerbox{
  min-height: auto;
}
  .offerbox {
    min-height: auto;
    margin-bottom: 10px;
    padding-left: 0;
    border-bottom: 1px solid #083b6a;
  }
  .offerbox2 {
  border-bottom: none;
}
}





.choose-us-style-one-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.choose-us-style-one-area::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 500px;
  width: 500px;
  background: linear-gradient(0deg, var(--color-primary)  0%, var(--color-secondary) 100%);
  z-index: -1;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.5;
}

.why-us-details-sec {
  padding: 30px 23px;
  background: #fff;
  box-shadow: 0px 15px 60px -10px rgba(109, 117, 143, 0.55);
  border-radius: 10px;
  height:auto;
  margin-top: 20px;
  margin-bottom: 30px;
  min-height: 250px;
}

.why-us-details-sec p {
  margin: 0;
}

.why-us-details-secs {
  padding-right: 50px;
}

.why-us-details-sec .icon {
  background: #083B6A;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 14px;
  height: 60px;
  width: 60px;
  max-width: 60px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.why-us-details-sec h4 {
  font-size: 18px;
}

.why-us-details-sec.active {
  background: #083B6A;
}

.why-us-details-sec.active h5 {
  color: #fff;
}

.call-card p {
  margin-bottom: 8px;
}



.why-us-details-sec .icon img{
  height: 40px;
}


@media screen and (max-width: 1400px){
  .why-us-details-sec{
    min-height: 270px;
  }
}

@media screen and (max-width: 1199px) {
  .why-us-details-sec {
    min-height: 258px;
  }
}
@media screen and (max-width: 767px) {
  .why-us-details-sec {
    min-height: auto;
  }
  .why-us-details-sec{
    margin-top: 0;
  margin-bottom: 30px;
  }.single-service {
  padding: 27px 0 17px;
}
.round{
  margin-bottom: 20px;
}
.services-sidebar .widget{
  margin-top: 10px;
}
.widget-title{
  font-size: 26px;
}
.widget ul li a{
  text-align: left;font-size: 15px;
}
.single-service ul li span{
  display: none;
}
.widget ul li a{
  float: none;
}
}

.mal{
  margin-left: 15px;
}

.h4serv{
  margin-top: 20px;
  color: #3e8050;
}
.mal li{
  margin-bottom: 10px;
  font-size: 17px;
}
.round22{
  border-radius: 20px;
}


@media screen and (max-width: 991px){
  .mal li {
  margin-bottom: 5px;
  font-size: 16px;
}
}
@media screen and (max-width: 767px){
  .mal li {
  margin-bottom: 5px;
  font-size: 15px;
}
.round22{
  margin-bottom: 0;
}
}










.indu-we-block {
  position: relative;
  padding: 20px 25px;
  margin-bottom: 0px;
}
.indu-we-block .inner-box {
  position: relative;
  padding-bottom: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.indu-we-block .inner-box:hover .image-box .image img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
          transform: translateX(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.indu-we-block .inner-box:hover .image-box .image img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
          transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.indu-we-block .inner-box:hover .content-box {
  background-color: #083b6a;
}
.indu-we-block .inner-box:hover .content-box::before {
  background-color: #083b6a;
}
.indu-we-block .inner-box:hover .content-box .post-meta li {
  color: #6e6e86;
}
.indu-we-block .inner-box:hover .content-box .title {
  color: #fff;
}
.indu-we-block .inner-box:hover .content-box .read-more {
  background-color: #083b6a;
}
.indu-we-block .inner-box .image-box {
  position: relative;
}
.indu-we-block .inner-box .image-box .image {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 0;
  height: 350px;
}
.indu-we-block .inner-box .image-box .image img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.indu-we-block .inner-box .image-box .image img:first-child {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
          transform: translateX(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.indu-we-block .inner-box .content-box {
  position: relative;
  padding: 15px 30px 30px;
  min-height: 210px;
  margin-right: 30px;
  margin-top: -55px;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 3;
}
@media (max-width: 1199.98px) {
  .indu-we-block .inner-box .content-box {
    margin-right: 0;
    margin-top: -30px;
  }
}
@media (max-width: 991.98px) {
  .indu-we-block .inner-box .content-box {
    margin-right: 0;
    margin-top: 0;
  }
}
.indu-we-block .inner-box .content-box:before {
  content: "";
  position: absolute;
  top: -49px;
  left: 0;
  width: 100%;
  height: 50px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
          clip-path: polygon(0 0, 0% 100%, 100% 100%);
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.indu-we-block .inner-box .content-box .date {
 position: absolute;
  top: -60px;
  left: 30px;
  display: inline-block;
  padding: 8px 4px;
  font-size: 29px;
  font-weight: 800;
  line-height: 1.2em;
  color: #fff;
  background-color: #083b6a;
  text-align: center;
  z-index: 3;
  line-height: 36px;
  border: 1px solid #fff;
}
.indu-we-block .inner-box .content-box .date span {
  position: relative;
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.indu-we-block .inner-box .content-box .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 5px;
}
.indu-we-block .inner-box .content-box .post-meta li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 500;
  margin-right: 18px;
  color: #083b6a;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.indu-we-block .inner-box .content-box .post-meta li i {
  font-size: 13px;
  margin-right: 4px;
  color: #083b6a;
}
.indu-we-block .inner-box .content-box .post-meta li a {
  color: #083b6a;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.indu-we-block .inner-box .content-box .post-meta li a:hover {
  color: #083b6a;
}
.indu-we-block .inner-box .content-box .title {
  position: relative;
  font-size: 25px;
  line-height: 30px;
  font-weight: 800;
  margin-bottom: 5px;
  margin-top: 10px;
}
.indu-we-block .inner-box .content-box .title a:hover {
  color: #fff;
}
.indu-we-block .inner-box:hover .content-box p{
  color: #fff;
}
.indu-we-block .inner-box:hover .content-box .title a{
  color: #fff;
}
.indu-we-block .inner-box .content-box .title a:hover {
  text-decoration: underline;
}
.indu-we-block .inner-box .content-box .read-more {
  position: absolute;
  bottom: -34px;
  left: 30px;
  right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 30px;
  letter-spacing: 0.6px;
  color: #fff;
  background-color: #083b6a;
  text-transform: uppercase;
}
.indu-we-block .inner-box .content-box .read-more:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1400px){
  .indu-we-block .inner-box .content-box{
    padding: 15px 23px 30px;
  }
  .indu-we-block .inner-box .content-box .title {
  position: relative;
  font-size: 23px;
}

}

@media screen and (max-width: 1300px){
  .indu-we-block .inner-box .content-box{
    padding: 3px 20px 20px;
  }
  .indu-we-block .inner-box .content-box .title {
  position: relative;
  font-size: 23px;
}
  .indu-we-block .inner-box .content-box .title {
    position: relative;
    font-size: 21px;
  }
}

@media screen and (max-width: 1199px){
 .indu-we-block .inner-box .content-box {
  min-height: 180px;
}
}

@media screen and (max-width: 767px){
  .indu-we-block .inner-box .content-box{
    padding: 15px 20px 14px;
    min-height: auto;
  }
  .indu-we-block .inner-box{
    padding-bottom: 10px;
  }
  .indu-we-block{
    padding-top: 0;
  }
}



.quality-section {
    padding: 60px 0;
    background: #f8f9fb;
}

.quality-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1c1c1c;
}


.quality-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.quality-item span {
    color: #083b6a;
    font-size: 18px;
    font-weight: bold;
    margin-top: 3px;
}

.quality-item p {
    margin: 0;
    font-size: 16px;
  margin-bottom: 8px;
}

.quality-image {
    text-align: center;box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.quality-image img {
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

/* Responsive */
@media (max-width: 768px) {
    .quality-title {
        font-size: 28px;
    }
    .quality-points {
        grid-template-columns: 1fr;
    }.quality-section {
  padding: 25px 0 35px;
  background: #fff;
}
.quality-image img{
  margin-top: 10px;
}
.quality-item p {
  font-size: 15px;
  margin-bottom: 6px;
}
}



.contactuspage{
  padding: 60px 0;
}
.contactuspage .card{
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
  padding: 20px 30px;
  border:none;
  min-height: 200px;
  transition: 0.5s ease;
}
.contactuspage a{
  color: #212121;
  font-size: 18px;
  text-align: center;
}
form .btn {
  padding: 9px 22px 8px 22px;
}
.form-control{
  height: 45px;
}
.mh{
  margin-top: 30px;
}
textarea{
  height: 100px !important;
}
.contactuspage i{
  padding: 0px;
  color: #fff;
}

.contactuspage .card:hover{
  box-shadow: 0 10px 25px rgba(8, 59, 106, 0.52);
  transition: 0.5s ease;
}

@media screen and (max-width:1500px){
  .contactuspage .card{
    padding: 20px 14px;
  }
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #083b6a;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(8, 59, 106, 0.24);
}

@media screen and (max-width: 1300px){
 .contactuspage a {
  color: #212121;
  font-size: 16px;
  text-align: center;
}
}

@media screen and (max-width: 1199px){
  .contactuspage .card{
    min-height: auto;
  }form .headerbtn{
  display: block;
}
}




.gallery-section{
  padding: 60px 0 30px;
}
.gallery-box {
  margin-bottom: 30px;height: 93%;padding-top: 10px;
  border-radius: 0;  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  border: 1px solid #083b6a;
}
.gallery-box img{
  border-radius: 10px;
  width: 99%;
}


@media screen and (max-width: 767px){
  .contactuspage {
  padding: 30px 0;
}
  .contactuspage .card {
    padding: 20px 14px;
    min-height: auto;
  }
.mh {
  margin-top: 0;
}

.contactuspage a{
  font-size: 16px;
}
.gallery-section{
  padding: 35px 0 10px;
}
}






.counter-section {
        padding: 80px 20px;
        background:#083b6a;
        text-align: center;
        color: #fff;
    }

    .counter-container {
        display: flex;
        justify-content: center;
        gap: 60px;
        flex-wrap: wrap;
    }

    .counter-box {
        background: rgba(255, 255, 255, 0.1);
        padding: 40px 60px;
        border-radius: 12px;
        backdrop-filter: blur(10px);
        transition: transform 0.3s ease;
    }

    .counter-box:hover {
        transform: translateY(-10px);
    }

    .counter {
        font-size: 48px;
        font-weight: bold;
    }

    .counter-text {
        font-size: 18px;
        margin-top: 10px;
        letter-spacing: 1px;
    }

    @media (max-width: 768px) {
        .counter-container {
            gap: 30px;        width: 90%;
        margin: auto;
        }
        .counter-box {
            width:100%;    padding: 29px 52px 19px;
        }
        .counter-section {
    padding: 35px 0px;
        }
    }
.abt-we-recommend-content ul li{
  font-size: 15px;
  margin-bottom: 10px;
  list-style: disclosure-closed;
  margin-left: 15px;
}
.abt-we-recommend-content ul{
  margin-top: 25px;
}
.abt-we-recommend-content ul li::marker{
  color: #417851;
}

@media screen and (min-width: 1650px){
  .single-component .info span{
    font-size: 17px;
  }
  .quality-item p{
      font-size: 18px;
  }
  .single-component .info a{
    font-size: 19px;
  }
  .headerbtn{
    font-size: 20px;
  }
  .nav-link{
    font-size: 20px;
  }
  .abt-head-title{
    font-size: 50px;
  }
  p, .why-choose-two__item__text{
    font-size: 19px;
    line-height: 1.5;
  }
  .abt-icon-bx-title{
    font-size: 23px;
  }.counter-text {
  font-size: 22px;
  margin-top: 20px;
}.counter {
  font-size: 54px;
}
.why-choose-two__item__title{
  font-size: 26px;
}
.service-card__content__title a{
  font-size: 23px;
}
.why-choose-two__item{
  padding: 15px 10px;
}
.service-card__content__text{
    font-size: 19px;
    line-height: 1.5;
} .service-card__content__title a {
    font-size: 25px;
  }
  .work-block .content-box .title, .work-block .content-box .title a{
    font-size: 26px;
  }
  .footer-section.footer_section2 .footer_section__title h2 {
  font-size: 30px;
}
.footer_section__link a{
  font-size: 19px;
}
.copyright-text{
  font-size: 18px;
}
.abt-we-recommend-content ul li{
  font-size: 18px;
  margin-bottom: 10px;
  list-style: disclosure-closed;
}
}


@media screen and (max-width: 767px){
  .abt-we-recommend-content ul {
  margin-top: 6px;
  margin-bottom: 20px;
}
.abt-we-recommend-content ul li {
  font-size: 15px;
  margin-bottom: 6px;
}
}.hero-slider .headerbtn{

}

.contactuspage .rowofcontact{
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  
}

.contactuspage .col-md-4{
  background: #083b6a;
  padding: 30px 40px;
}
.contactuspage h4, .contactuspage a{
  color: #fff;line-height: 1.5;
}
.space2{
  margin-bottom: 30px;
}
form{
  padding: 30px 40px;
}

@media screen and (max-width: 1199px){
  .contactuspage .col-md-4 {
  padding: 20px 23px;
}
form {
  padding: 20px 20px;
}


}

@media screen and (max-width: 991px){
  .contactuspage .rowofcontact {
    margin: 0 15px !important;
  }
  .contactuspage a{
    font-size: 14px;
  }
}
@media screen and (max-width: 767px){
  .contactuspage .rowofcontact {
    margin: 0 15px !important;
  }
  .contactuspage a{
    font-size: 15px;
  }
}

.swiper-slide .hero-content {
  opacity: 0;
  border-radius:20px;
  transform: translateY(100px);
}

/* Animate when slide becomes active */
.swiper-slide-active .hero-content {
  opacity: 1;
  transform: translateY(0);
  transition: all 1s ease;
}
/* Initial hidden state */
.hero-sub-title,
.hero-title,
.headerbtn {
  opacity: 0;
  transform: translateY(80px);
  transition: all 0.8s ease;
}

/* When active */
.animate-up {
  opacity: 1 !important;
  transform: translateY(0) !important;
}



.grating-accessories {
    background: #f7f7f7;
}

.accessory-box {
    background: #fff;
    border: 1px solid #ddd;
    padding: 30px 20px;
    margin-bottom: 40px;
    transition: 0.3s;
}

.accessory-box:hover {
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
}

.accessory-box h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 10px;
}

.line {
    display: block;
    width: 60px;
    height: 2px;
    background: #447b54;
    margin-bottom: 20px;
}

.accessory-box p {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
}

.accessory-img {
    max-height: 220px;
}

.headerbtn2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 17px;
    line-height: 100%;
    color: #fff;
    padding: 12px 25px 12px 25px;
    background: #083b6a;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition:0.5s ease;
    border: 1px solid #083b6a;
}
.headerbtn2:hover{
    background: #fff;
    color:#083b6a;
    transition:0.5s ease;
}

@media screen and (max-width:767px){
    .headerbtn2{
        font-size: 14px;
    }
}
.upload-box {
    width: 100%;
    border: 2px dashed #083b6a;
    border-radius: 12px;
    padding: 40px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    display: block;
}

.upload-box:hover {
    background: #f2f9ff;
}

.upload-inner h5 {
    color: #083b6a;
    font-weight: 600;
}

.file-support-text {
    font-size: 13px;
    text-align: center;
    margin-top: 10px;
    color: #666;
}

@media screen and (min-width:1650px){
    .accessory-box p {
    font-size: 19px;
    }
    .accessory-box h2 {
    font-size: 34px;
    }
}


.testimonial-section .abt-head-title{
    color:#fff;
}
.testimonial-section .animate-border{
    background:#fff;
}
.testimonial-section .animate-border::after{
        border-left: 10px solid #083b6a;
    border-right: 10px solid #083b6a;
}
/* SECTION */
.testimonial-section{
  background: #083b6a;
  padding:60px 60px;
  color:#fff;
  overflow:hidden;
}
.left p{
    color:#fff;
}

/* LAYOUT */
.wrapper{
  display:flex;
  justify-content:space-between;
  max-width:1300px;
  margin:auto;
  gap:60px;
}

/* LEFT CONTENT */
.left{
  width:40%;
}

.left h5{
  font-size:16px;
  opacity:0.9;
}

.left h2{
  font-size:42px;
  margin:15px 0;
}

.left p{
  font-size:18px;
  line-height:1.6;
  margin-bottom:30px;
}

.left button{
  padding:14px 28px;
  border:none;
  background:#fff;
  color:#083b6a;
  font-weight:600;
  border-radius:6px;
  cursor:pointer;
}
.user-avatar{
  width:45px;
  height:45px;
  border-radius:50%;
  background:#f2f2f2;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
}

.user{
  display:flex;
  align-items:center;
  gap:12px;
}
/* RIGHT SCROLL AREA */
.right{
  width:60%;
  display:flex;
  gap:30px;
  height:600px;
  overflow:hidden;
}

/* COLUMN */
.column{
  flex:1;
  display:flex;
  flex-direction:column;
  gap:30px;
}

/* CARD */
.card{
  background:#fff;
  color:#333;
  padding:25px;
  border-radius:10px;
  box-shadow:0 10px 30px rgba(0,0,0,0.15);
}

.stars{
  color:#ffbf00;
  margin-bottom:10px;
}

.card p{
  font-size:15px;
  line-height:1.6;
  margin-bottom:20px;
}

.user{
  display:flex;
  align-items:center;
  gap:12px;
}

.user img{
  width:45px;
  height:45px;
  border-radius:50%;
}

.user-info h4{
  margin:0;
  font-size:14px;
}

.user-info span{
  font-size:12px;
  color:#777;
}

/* ANIMATIONS */
@keyframes scrollDown {
  0% { transform: translateY(-50%); }
  100% { transform: translateY(0); }
}

@keyframes scrollUp {
  0% { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}

/* Apply animation */
.scroll-down{
  animation: scrollDown 20s linear infinite;
}

.scroll-up{
  animation: scrollUp 20s linear infinite;
}

/* Responsive */
@media(max-width: 768px){

  .wrapper{
    flex-direction: column;
  }

  .left{
    width:100%;
    margin-bottom:0px;
  }

  .right{
    width:100%;
    height: 600px;   /* smaller height for phone */
    flex-direction: column;
  }
.testimonial-section{
        padding: 40px 30px;
}
 
  /* Stop animation on mobile */


}