@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

.poppins-thin {
  font-family: "Poppins", serif;
  font-weight: 100;
  font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  html {
    font-size: 10px;
    scroll-behavior: smooth;
  }
  
  body {
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
    font-size: 17px;
  }
  
  ::-moz-selection {
    color: #fff;
    background: #333;
  }
  
  ::selection {
    color: #fff;
    background: #333;
  }
  
  ::-webkit-scrollbar-track {
    background-color: #ffffff;
  }
  
  ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
  }
  
  ::-webkit-scrollbar-thumb {
    background-color: #666;
    border-radius: 10px;
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background: #666;
  }
  .light-bg{
  background-color: #F4F7FD;
}
.p-100{
  padding: 0 100px !important;
}
  /*===============*/
  #preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #123555;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }
  /*===============*/

  .green{
    color: #A2CC3D !important;
  }
  .b-color{
    color: #123555;
  }
  button{
    font-size: 16px !important;
  }
  .w-100{
    width: 100% !important;
  }
  p{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #797979;
  }
  .m-color{
    color: #BF9947 !important;
  }
  a {
    text-decoration: none;
    outline: none;
    color: #333333;
  }
  
  li {
    list-style: none;
  }
  .p-0{
    padding: 0;
  }
  .sp{
    padding: 6em 0;
  }
  .drak-bg{
    background-color: #06020C;
  }
  .h-83{
    min-height: 83vh;
  }
  .h-54{
    min-height: 55vh;
  }
  h4{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 145%;
    letter-spacing: 0.04em;
    color: #01294D;
    margin-bottom: 15px;
    letter-spacing: 0px;
    transition: all 0.6s ease;
  }
  .head-t{
    line-height: 1.3;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 123%;
    color: #4B3407;
    position: relative;
  }
  .head-t::before{
    content: "";
    position: absolute;
    left: -22px ;
    top: 0;
    height: 100%;
    width: 5px;
    background-color: #4B3407;
  }

  .head-main{
    font-family: 'Poppins';
    font-size: 37px;
    font-weight: 200;
    line-height: 1.2;
    /* margin-bottom: 30px; */
    text-align: left;
    text-transform: uppercase;
    color: #000000 ;
  }
  .head-main span{
    font-weight: 800;
    font-size: 37px;
    color: #A2CC3D;
    /* text-transform: uppercase; */
  }
  .head-main-box{
    display: flex;
    align-items: center;
  }

  .button{
    position: relative;
    border-radius: 10px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    padding: 20px 29px 20px 40px;
    border: 2px solid #A2CC3D;
    border-radius: 50px;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    z-index: 1;
    transition: all 0.6s ease;
  }

  .button::before{
    content: "";
    top: 0;
    right:0;
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #A2CC3D;
    z-index: -1;
    transition: all 0.6s ease;
  }
  .button:hover::before{
    width: 100%;
    border-radius: 5%;
  }


  .button-c{
    position: relative;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 400;
    padding: 20px 29px 20px 40px;
    border: 2px solid #01294D;
    border-radius: 50px;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    z-index: 1;
    transition: all 0.6s ease;
    color: #01294D ;
  }
  .button-c i{
    color: #fff;
  }
  .button-c::before {
    content: "";
    top: 0;
    right:0;
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #01294D;
    color: #fff;
    z-index: -1;
    transition: all 0.6s ease;
  }
  .button-c:hover::before{
    width: 100%;
    border-radius: 5%;
  }

  .button-c:hover{
    color: #fff;
  }
  .line-button{ 
    font-weight: 600;
    font-size: 16px;
    color: #01294D;
    display: flex;
    align-items: center;
    transition: all 0.6s ease;
  }
  .wor-main:hover .line-button{ 
    color: #A2CC3D;
  }
  .line-button span{ 
    width: 30px;
    height: 2px;
    display: block;
    margin-right: 15px;
    background-color:#01294D; 
    transition: all 0.6s ease;
  }
  .wor-main:hover .line-button span{
    width: 50px;
    background-color: #A2CC3D;
  }
  .inner-btn{
    font-size: 16px;
    padding: 15px 35px;
    position: relative;
    border-radius: 10px;
    color: #ffffff;
    border: 2px solid #A2CC3D;
    border-radius: 30px;
    text-align: center;
    transition: all 0.6sease;
  }
  .inner-btn:hover{
    background-color:#A2CC3D ;
  }

  .terms{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #0283BD;
    text-decoration: none;
  }
  .carousel-indicators .active{
    height: 6px;
  }

  /* Header */
  
  header.sticky{
    background-color: #0d2b47 !important;
  }


  /* Header Close*/

/*  Banner Start   */
.banner{
    text-align: center;
}
.banner-text h1{
  font-family: 'Poppins';
  font-size: 57px;
  font-weight: 100;
  line-height: 1.4;
  text-align: left;
}
.banner-text h1 span{
  font-weight: 800;
  color: #A2CC3D;
  text-transform: uppercase;
}
.banner{
  height: 100vh;
  background-image: url(../images/banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
  background-color: #123555;
}

.banner-text{
    position: relative;
    z-index: 5;
    color: #fff;
}

.banner-text .ba-sub-text{
  width: fit-content;
  text-align: left;
  position: relative;
}
.banner-text .ba-sub-text p{
  text-align: left;
  font-size: 19px;
  margin-bottom: 40px;
  line-height: 2;
  color: #fff;
}

.ban-text{
  height: 100vh;
  display: flex;
  align-items: center;
}

.ban-img{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ban-img img{
  /* width: 90% !important; */
}
.banner .office-img{
  width: 100% !important;
}


.carousel-indicators{
  margin-left: 0;
  justify-content: flex-start;
  align-items: center;
  left: 150px;
}
.carousel-indicators [data-bs-target]{
  background-color: #A2CC3D;
}

.logo-cl .row{
  overflow: hidden;
}
.logo-cl .logos i{
  margin-right: 20px;
}

/* ======================== Banner End ====================================== */

.wor-outer{
  padding: 40px 10px;
}
.wor-main{
  background-color: #cccccc00;
  padding: 30px;
  border-radius: 20px;
  height: 40rem;
  /* max-height: 60rem; */
  transition: all 0.6s ease;
}
.wor-main:hover{
  background-color: #123555;
}
.img-icon{
  box-shadow: 0px 4px 20.8px rgba(41, 26, 121, 0.28);
  padding: 15px;
  border-radius: 20px;
  width: fit-content;
  transition: all 0.6s ease;
}
.img-icon img{
  width: 40px;
}
.wor-main:hover .img-icon{
  background-color: #A2CC3D;
}
.wor-main h4{
  color: #01294D;
  text-transform: capitalize;
  letter-spacing: 0px;
}
.wor-main:hover h4{
  color:#A2CC3D ;
}
.wor-main:hover p{
  color: #ffffff9c;
}

.wor-main:hover img{
  filter: brightness(0) saturate(100%) invert(99%) sepia(7%) saturate(29%) hue-rotate(216deg) brightness(105%) contrast(100%);
}

/* ============================================================================== */

.what{
  background-image: url('../images/banner.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.se-box{
  margin-top: 60px;
  padding: 15px;
}

.se-box-inner{
  padding: 30px 35px;
  border: 1px solid #ffffff5d;
  border-radius: 10px;
  position: relative;
  height: 19em;
  transition: all 0.6s ease;
}
.se-box:hover .se-box-inner{
  border: 1px solid #ffffff;
}
.se-box-inner h4{
  color: #fff;
  transition: all 0.6s ease;
}
.service .se-box:hover .se-box-inner h4{
  color: #BF9947;
}
.se-box-inner span {
  position: absolute;
  top: -50px;
  right: 15px;
  background-image: url('../images/banner.jpg');
  color: #ffffff54;
  font-size: 80px;
  line-height: 1;
  font-family: Impact;
  padding: 10px;
  transition: all 0.6s ease;
}
.se-box .se-box-inner:hover span{
  color: #A2CC3D;
} 
.se-box-inner img {
  margin-bottom: 20px;
  transition: all 0.6s ease;
}
.se-box:hover .se-box-inner img {
  filter: brightness(0) saturate(100%) invert(78%) sepia(7%) saturate(3086%) hue-rotate(35deg) brightness(91%) contrast(104%);
}
.se-box:hover .se-box-inner h4{
  color: #A2CC3D ;
}
.sucess-img{
  width: 200px !important;
}

/* ====================== Software Features ======================================================== */
.fe{
  background-color: #F4F7FD;
}
.fe-left{
  margin-top: 30px;
}
.fe-soft{
  margin-bottom: 40px;
}

.fe-ul li {
  position: relative;
  padding-left: 70px;
  color: #01294d;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 50px;
}
.fe-ul li::before {
  content: "\f101";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #01294d;
  padding: 10px 14px;
  background-color: #ccc;
  border-radius: 31px;
}
.fe .carousel-indicators [data-bs-target]{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #18113F;
}
.fe .carousel-item {
  margin-bottom: 20px;
}
.fe .carousel-indicators{
  justify-content: center;
}
.fe-right{
  display: flex  ;
  align-items: center;
}

/* ================================= Meet ======================= */

.meet-box{
  margin-top: 10px;
  padding: 15px;
  /* background-color: #ccc; */
}

.meet-box .meet-box-inner{
  padding: 30px 40px;
  border: 1px solid #00000029;
  border-radius: 10px;
  position: relative;
  height: 21em;
  transition: all 0.6s ease;
}
.meet-box .cu-height{
  height: 17em;
}

.meet-box:hover .meet-box-inner{
  border: 1px solid #00000069;
}
.meet-box-inner h4{
  color: #2F2F2F;
  transition: all 0.6s ease;
  text-transform: capitalize;
}
.meet-box-inner:hover h4{
  color: #A2CC3D;
}
.meet-box-inner:hover p{
  color: #ffffff;
}  
.service .meet-box:hover .meet-box-inner h4{
  color: #BF9947;
}

.meet-box .meet-box-inner:hover span{
  color: #A2CC3D;
} 
.meet-box-inner img {
  margin-bottom: 20px;
  transition: all 0.6s ease;
  width: 50px;
  filter: brightness(0) saturate(100%) invert(0%) sepia(7%) saturate(762%) hue-rotate(341deg) brightness(99%) contrast(90%);
}
.meet-box:hover .meet-box-inner img {
  filter: brightness(0) saturate(100%) invert(78%) sepia(7%) saturate(3086%) hue-rotate(35deg) brightness(91%) contrast(104%);
}
.meet-box-inner {
  transition: all 0.6s ease;
}
.meet-box-inner:hover{
  background-image: url("../images/banner.jpg");
}

/* ================================= Addresss ================================= */


.add-main {
  display: flex;
  align-items: center;
  background-color: #01294D;
  border-radius: 15px;
  font-size: 25px;
  font-weight: 600;
  overflow: hidden;
}
.add-left {
  display: flex;
  align-items: center;
  justify-content: center;
}
.add-left p{
  font-size: 25px;
  font-weight: 700;
  color: #fff;
}
.add-left span{
  font-size: 16px;
  font-weight: 400;
}
.add-right{
  padding: 40px 20px 40px 35px;
  background-color: #ffffffdb;
  border-radius: 20px 0 0 20px;
}
.add-right p{
  font-size: 16px;
  color: #01294D;
}
.add-right ul{
  padding-left: 0;
}
.add-right ul li{
  color: #01294D;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
.add-right ul li i{
  padding: 11px;
  background-color: #01294D;
  color: #fff;
  font-size: 14px;
  border-radius: 50%;
}


/* ======================== Footer ====================================== */

footer{
  background-color: #123555;
  position: relative;
}
footer::before{
  /* content: "";
  position: absolute;
  left: 0px;
  bottom: 0;
  height: 60%;
  width: 20%;
  background-image: url(../images/f-logo.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .1; */
}
.f-container{
  z-index: 1;
  position: relative;
}
footer p{
  color: #fff;
  font-size: 15px;
}
footer a{
  font-size: 15px;
}
.logo-f ul li{
  color: #fff;
  margin-bottom: 20px;
}
.logo-f ul li a{
  color: #fff;
}

.addr {
  margin-top: 20px;
}
.addr b{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #FFFFFF;
  margin-bottom: 10px;
  display: block;
}
.addr p{
  color: #fff;
}
.addr ul{
  padding: 0;
}
.addr ul li{
  margin-bottom: 10px;
}
.addr ul li a{
  font-weight: 300;
  font-size: 18px;
  color: #fff;
  transition: all 0.6s ease;
}


.f-line{
  height: 1px;
  width: 100%;
  background-color: #ffffff4f;
}

footer .f-ul li{
  margin-right: 10px;
  float: left;
  color: #0b1218;
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s ease;
}
footer .f-ul li a i{
  font-size: 20px;
}
footer .f-ul li:hover {
  background-color: #A2CC3D;
}

/**/

.f-menu{
  margin: 0px 0 0;
  display: inline-block;
}
.f-menu ul{
  display: inline-flex  ;
  width: 100%;
  color: #fff;
  padding: 20px 0;
  border-top: 1px solid #ffffffa6;
  border-bottom: 1px solid #ffffffa6;
  justify-content: space-between;
}
.f-menu ul li{
  float: left;
  font-size: 16px;
  padding: 0px 45px;
  border-right: 1px solid #ffffff57;
  width: 100%;
}
.f-menu ul li:last-child{
  border-right: none;
}
.f-menu ul li a{
  color: #fff;
}
.f-menu ul li a:hover{
  color: #A2CC3D;
}

/*======================== INNER Page ===================*/

.hr{
  background-image: url('../images/inner-banner-hr.jpg') !important;
}
.tbms{
  background-image: url('../images/inner-banner-tbms.jpg') !important;
}
.legal{
  background-image: url('../images/inner-legal.jpg') !important;
}
.office{
  background-image: url('../images/inner-banner-office.jpg') !important;
}
.yatch{
  background-image: url('../images/inner-banner-yatch.jpg') !important;  
}
.airtick{
  background-image: url('../images/inner-banner-airtick.jpg') !important;  
}
.careers{
  background-image: url('../images/inner-banner-careers.jpg') !important;  
}
.contact{
  background-image: url('../images/inner-banner-contact.jpg') !important;  
}

.inner-banner{
  height: 500px;
  background-image: url('../images/banner.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 10px 20px;
  margin-bottom: 35px;
  position: relative;
}
.inner-banner::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/banner.jpg'); 
  opacity: .8;
  z-index: 1;
}
.inner-banner .container{
  z-index: 5;
}
.inner-banner .inner-img{
  position: absolute;
  right: 100px;
  bottom: -60px;
}

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

.inner-banner-text h1{
  font-family: 'Poppins';
  font-size: 40px;
  font-weight: 200;
  line-height: 1.3;
  /* text-align: center; */
  margin: 20px 20px;
  margin-left: 0 !important;
  text-transform: uppercase;
}
.inner-banner-text h1 span{
  font-weight: 800;
  color: #A2CC3D;
  padding: 5px;
}

.inner-banner-text span{
  font-weight: 500;
  /* background-color: #ffffff2b; */
  padding: 10px 20px;
  border-radius: 20px;
}
.inner-banner-text .inner-ba-sub-text p {
  text-align: left;
  font-size: 20px;
  margin-bottom: 30px;
  color: #fff;
  line-height: 1.5;
}
.breadcrumb{
  font-size: 20px;
  color: #fff;
}
.breadcrumb li{
  font-size: 16px;
  text-align: left;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
  letter-spacing: .2px;
  color: #A5894A !important;
}
.breadcrumb li a{
  color: #606060;
}
.inner-main{
  padding: 50px 0;
}

.in-head-main{
  font-weight: 800;
  font-size: 30px;
  color: #BF9947;
  margin-bottom: 15px;
}
.in-head-small{
  font-weight: 600;
  font-size: 23px;
  color: #BF9947;
  margin-bottom: 15px;
}
.in-ul li{
  font-size: 18px;
  list-style:disc;
  line-height: 1.8;
}
.inner-right{
  padding-left: 40px;
}
.quick-menu{
  border: 1px solid #afafaf;
  border-radius: 15px;
  overflow: hidden;
  padding-bottom: 20px;
}
.quick-menu span{
  font-size: 25px;
  font-weight: 600 !important;
  padding: 17px 20px;
  display: block;
  color: #54411C;
  background-color: #FED275;
  margin-bottom: 20px;
}
.quick-menu ul li{
  font-size: 19px;
  line-height: 3;
  font-weight: 600;
  transition: all 0.6s ease;
  color: #747474;
}
.quick-menu ul li a{
  transition: all 0.6s ease;
}

.quick-menu ul li:hover{
  padding-left: 25px;
  color: #FED275;
}
.quick-menu ul li:hover a{
  color:#BF9947 ;
}

.cont-box{
  padding: 60px 25px;
  text-align: center;
  border: 1px solid #afafaf;
  border-radius: 15px;
}

.mail-box{
  text-align: center;
  background-color: #0B1218;
  padding: 40px;
  color: #fff !important;
  border-radius: 20px;
}
.mail-box .form-label{
 text-align: left;
 display: block;
}
.mail-box input{
  height: 40px;
}
.sub-button{
  width: 150px;
  height: 35px;
}

/*======================== INNER Page ===================*/

/*========================= Price =======================*/
.price{
  background-color: #F4F7FD;
}
.price-box-main{
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
  color: #01294D;
  transition: all 0.6s ease;
}
.price-box-main:hover{
  color: #fff;
  background-color: #01294D;
  box-shadow: 0px 23px 21.3px rgba(41, 26, 121, 0.21);
}
.price-box-main-active{
  color: #fff;
  background-color: #01294D;
  box-shadow: 0px 23px 21.3px rgba(41, 26, 121, 0.21);
}
.price-box-main-active h4{
  color: #fff;
}
.price-box-main-active .pr-head p{
  color: #fff;
}

.price-box-main:hover h4{
  color: #fff;
}
.price-box-main:hover p{
  color: #fff;
}
.price-box-main h4{
  font-size: 35px;
  font-weight: 700;
}
.cu-price-box-main{ 
  color: #fff;
  background-image: url("../images/banner.jpg");
}
.cu-price-box-main:hover{
  color: #fff;
  background-image: url("../images/banner.jpg");
} 
.cu-price-box-main h4{
  color: #fff;
}
.cu-price-box-main .pr-head p{
  color: #fff;
}

.cu-price-box-outer{
  display: flex;
  align-items: center;
}
.cu-price-box-outer .carousel-indicators{
  justify-content: center;
  left: 30%;
  bottom: -15%
}

.pr-head{
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
.pr-head p{
  color: #01294D;
}
.pr-cont{
  margin-bottom: 30px;
}
.pr-cont ul{
  padding: 0;
  
}
.pr-cont ul li{
  padding: 10px 0;
  display: flex;
}
.pr-cont ul li i {
  padding-right: 10px;
  font-size: 20px;
  font-weight: 600;
}
.pr-cont ul li:hover  {
  color: #A2CC3D;
}

/*======================== Service Page ==================*/
.ser-box{
  display: grid;
  align-items: center;
  align-content: center;
}
.ser-box .head-main{
  font-size: 35px;
}
.ser-box .head-main span{
  font-size: 35px;
}


/*========================= Contact =======================*/

.contact-box{
  padding: 20px;
} 
.contact-box .cont-box-inner{
  padding: 30px;
  border: 1px solid #012a4d25;
  border-radius: 10px;
  /* box-shadow: 0px 7px 21.3px rgba(41, 26, 121, 0.21); */
  
} 
.contact-box .cont-box-inner p{
  color: #001323;
}
 
.contact-box .cont-box-inner img{
  width: 40px;
  margin-bottom: 20px;
  filter: brightness(0) saturate(100%) invert(13%) sepia(28%) 
  saturate(4294%) hue-rotate(185deg) brightness(97%) contrast(107%);
}
.fom{
  min-height: 40vh;
  /* border: 1px solid #ccc; */
  border-radius: 10px;
  /* padding: 20px; */
}

.small-head{
  text-transform: uppercase;
  font-weight: 300;
  font-size: 26px;
  letter-spacing: 0px;
}
.small-head b{
  font-weight: 600;
}
.h-16{
  height: 16em !important;
}

/*================ Modal style =============*/

  .modal-content {
    text-align: center;
  }
  .cu-form{
    font-size: 16px;
    padding: 10px;
  }
  .modal-header {
    text-align: center;
    padding: 50px 30px;
    background-image: url(../images/banner.jpg);
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .modal-header h5{
    font-size: 25px;
  }
  .modal-header p{
    color: #ffffff9c;
  }
  .modal-body{
    padding: 35px 30px;
  }
  .modal-body button{
    display: block;
    width: fit-content !important;
    margin: 0 auto;
    padding: 10px 35px;
    border-radius: 30px;
    background-color: #123555;
    border: none;
    box-shadow: -1px 8px 34px 5px rgba(18,53,85,0.42);
    -webkit-box-shadow: -1px 8px 34px 5px rgba(18,53,85,0.42);
    -moz-box-shadow: -1px 8px 34px 5px rgba(18,53,85,0.42);
  }
  .modal-body button:hover{
    background-color: #A2CC3D;
    box-shadow: -1px 8px 34px 5px rgba(162,204,61,0.42);
    -webkit-box-shadow: -1px 8px 34px 5px rgba(162,204,61,0.42);
    -moz-box-shadow: -1px 8px 34px 5px rgba(162,204,61,0.42);
  }

  .text-success{
    font-size: 25px;
    margin-bottom: 30px !important;
    color: #123555 !important;
  }
  .modal-header .btn-close{
    position: absolute;
    right: 15px;
    top: 15px;
    background-image: url("../images/close-btn.svg");
  }
  
  /*================ Whatsapp style =============*/
  .whatsapp-float {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 999;
    width: 60px;
    height: 60px;
  }
  
  .whatsapp-float img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* border-radius: 50%; */
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
    transition: transform 0.3s ease;
  }
  
  .whatsapp-float img:hover {
    transform: scale(1.1);
  }
  /*======================= End =====================*/
.f-last{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
  .f-last-links{ }
  .f-last-links a{
    color: #fff;
    padding: 0px 10px;
  }
  .f-last-links a:hover{
    color: #A2CC3D;
  }
  .privacy-text h2{
    font-size: 30px;
    font-weight: 600;
    color: #01294D;
    margin-bottom: 20px;
  }
  .privacy-text h4{
    margin-bottom: 10px;
  }
  .privacy-text ul{
    padding-left: 30px;
  }
  .privacy-text ul li{
    list-style: disc;
  }
  .privacy-text ul li p{
    margin-bottom: 5px;
  }


  /*/*======================= Career =====================*/
  iframe body .container{
    /* border: none; */
  }
  #myFrame .container {
    border: none;
  }

@media only screen and (max-height: 768px) {
  .ban-img img {
    width: 60% !important;
  }
  .banner-text h1{
    font-size: 50px;
  }
  .banner-text .ba-sub-text p{
    font-size: 13px;
  }
  .banner-text {
    padding-top: 0;
  }
  

}

@media only screen and (max-height: 1100px) {
  .ba-list{
    margin-top: -43vh;
  }
}

@media only screen and (min-width: 1401px) {
  .p-100{
    padding: 0 150px !important;
  }
  .ban-img img {
    width: 90% !important;
  }
  .ban-img .f-img{
    width: 100% !important;
  }
}

@media only screen and (min-width: 1800px) {
  .inner-banner .width-img {
      width: 800px ;
  }
}

@media only screen and (max-width: 1400px) {
  .inner-banner .width-img{
    width: 700px ;
  }
}

@media only screen and (max-width: 1400px) {
  .inner-banner-text{
    padding-top: 15vh;
  }
  .wor-main{
    height: 26em;
  }
  .meet-box .meet-box-inner{
    height: 25em;
  }
  .meet-box .cu-height{
    height: 20em;
  }
  .ban-img img{
    width: 100% !important ;
  }

  .inner-banner{
    height: 600px;
  }
  .inner-banner-text h1{
    
  }
  .inner-banner-text p{
    
  }
  
}
@media only screen and (max-width: 1300px) {
  .banner-text h1{
    font-size: 45px;
  }
  
}


@media only screen and (max-width: 1200px) {
  .banner-text {
    padding-top: 25vh;
  }
  .inner-banner-text h1 {
    
    font-size: 35px;
  }
  
  .inner-banner .inner-img{
    right: 0;
  }
  .inner-banner-text p{
    
  }

  input[type="range"]{
    width: 136px;
  }

  .head-t-main{
    width: 100%;
    margin-bottom: 50px;
  }
  .meet-box .meet-box-inner{
    height: 28em;
  }
  .meet-box .cu-height{
    height: 23em;
  }
  .q-inner:hover .q-con-main{
    padding: 10px;
  }
  .q-con-main h4 {
    font-size: 20px;
  }
  .q-inner:hover .q-con-main {
    margin-top: -120%;
  }
  .q-con-main {
    margin-top: -98px;
  }
  .f-menu ul li {
    padding: 0px 25px;
  }
  .contact-box .cont-box-inner{
    height: 14em;
  }
  .wor-main{
    height: 35em;
  }
  .h-16{
    height:20em !important ;
  }
}

@media only screen and (max-width: 1024px) {
  .sp {
    padding: 4em 0;
  }
  .navbar-nav .nav-item {
    padding: 10px;
  }
  .banner-text {
    padding-top: 0;
  }
  .ba-list {
    margin-top: -17vh;
  }
  .banner-text h1{
    font-size: 60px;
  }
  .inner-banner-text h1 {
    width: 400px;
    font-size: 35px;
  }
  

  .ba-list{
    padding: 30px;
  }
  
  .price-head{
    margin-bottom: 2rem;  
  }
  .f-menu ul li {
    padding: 0px 25px;
  }
  .two-b{
    padding: 5vh 0;
  }
  .cli-con {
    justify-content: flex-start;
  }
  .head-t-main{
    width: 100%;
    margin-bottom: 40px;
  }
  .logo-cl {
    width: 100%;
  }
  h4{
    font-size: 18px;
  }
  .service .container {
    padding: 50px 30px;
  }
  .navbar-expand-lg .navbar-nav .nav-link{
    text-align: center;
  }
  .menu-item{
    padding: 0 !important;
  }
  /*============================================   New ==========================*/
  .fe-right{
    display: flex;
    align-items: center;
  }
  .fe .carousel-indicators{
    margin: 0;
  }
  .se-box-inner{
    height: 33vh;
  }
  .add-main-outer{
    width: 100%;
  }
  .contact-box .cont-box-inner{
    height: 14em;
  }

}

@media only screen and (max-width: 992px) {
  .sp {
    padding: 3em 0;
}

  .navbar-expand-lg .navbar-nav{
    background-color: #123555;
  }

  .f-menu ul li{
    padding: 0px 10px;
  }
  .navbar-nav .nav-item{
    display: grid;
  }

  .navbar-nav > li.open .dropdown-menu li{
    text-align: center;
  }
  .navbar-nav > li.open .dropdown-menu{
    width: 100%;
  }

  .navbar>.container-fluid{
    justify-content: flex-end;
  }
  .banner-text h1 {
    font-size: 50px;
  }
  .banner .carousel {
    height: 100vh;
  }
  .banner-text {
    padding-top: 0vh;
  }
  .banner-text h1{
    margin-bottom: 0vh;
  }
  .ban-img{
    order: 1;
    width: 100% !important;
    padding-top: 15vh;
    justify-content: center;

  }
  .ban-text{
    order: 2;
    width: 100%;
    height: 45vh;
  }
  
  .ban-img img{
    width: 50% !important;
  }
  .banner .office-img {
    width: 65% !important;
  }
  .ban-img{
    padding-top: 10vh;
  }
  .banner-text .ba-sub-text p {
    font-size: 18px;
  }
  .banner .carousel-indicators{
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 10;
  }
  .carousel.pointer-event{
    height: 100vh;
  }
  .p-100{
    padding: 0 50px !important;
  }
  .inner-banner {
    height: 600px;
  }
  .inner-banner-text {
    padding-top: 0;
    margin-top: -20vh;
  }
  .inner-banner-text h1 {
    width: 100%;
  }


  /*=================== New ======================*/

  .wor-outer{
    padding: 0;
  }
  .wor-main{
    padding: 30px;
    height: 40em;
  }
  .se-box-inner {
    padding: 30px 25px;
    height: 33vh;
  }
  .fe-right{
    display: none;
  }
  .fe-left{
    width: 100%;  
  }
  .fe .carousel-indicators{
    margin: 0;
  }
  .meet-box .meet-box-inner{
    padding: 30px 25px;
    height: 65vh;
  }
  .meet-box .cu-height{
    height: 27em;
  }
  .add-main-outer{
    width: 100%;
  }
  .contact-box .cont-box-inner{
    height: 17em;
  }
  .f-menu ul li{
    text-align: center;
  }

}


@media only screen and (max-width: 768px) {
  p{
    font-size: 16px;
  }
  .sp{
    padding: 5em 0;
  }
  .head-main{
    font-size: 35px !important;
  }
  .navbar>.container-fluid{
    justify-content: flex-end;
  }
  .banner-text h1 {
    font-size: 50px;
    margin-bottom: 0vh;
  }
  .banner-text {
    font-size: 50px;
    padding-top: 5vh;
  }
  .ban-img img{
    width: 70% !important;
  }
  .ban-text {
    height: 55vh;
  }
  .p-100{
    padding: 0 50px !important;
  }
  .inner-banner-text {
    margin-top: 5vh;
  }

  /*====================== New ============*/
  .wor-outer{
    padding: 0;
  }
  .wor-main{
    padding: 30px;
    /* height: 22em !important; */
    height: auto;
    margin-bottom: 10px;
  }
  .se-box-inner {
    padding: 30px 20px;
    height: 20em;
  }
  .fe-left{
    width: 100%;
  }
  .fe-right {
    display: none;
  }
  .fe .carousel-indicators{
    margin: 0;
  }
  .meet-box .meet-box-inner {
    padding: 30px 25px;
    height: 40vh;
  }
  .meet-box .cu-height{
    height: auto;
  }
  .add-main-outer{
    width: 100%;
    padding-top: 0 !important;
  }

  .f-last{
    display: block;
  }
  .f-last-links{
    text-align: center;
  }
  /*===================== Inner Page ======================*/
  .inner-banner-text h1{
    font-size: 35px;
  }
  .inner-banner-text{
    padding: 0;
  }
  .price-box-main h4{
    font-size: 25px;
  }
  .price-box-main{
    padding: 20px;
  }
  .price-box-outer{
    padding: 5px !important;
    margin: 20px 0;
  }
  .cu-price-box-outer{
    display: none;
  }
  .button{
    padding: 15px 20px;
  }
  .button-c{
    padding: 15px 20px;
  }
  .button-c::before{
    width: 60px;
    height: 60px;
  }
  .button::before{
    width: 60px;
    height: 60px;
  }
  .contact-box .cont-box-inner {
    height: 10em;
  }
  footer::before{
    height: 46%;
    width: 50%;
  }
  .h-16{
    height:auto !important ;
  }
}

@media only screen and (max-width: 576px) {
  p{
    font-size: 16px;
  }
  .sp{
    padding: 5em 15px;
  }
  .navbar-expand-lg .navbar-nav{
    width: 300px;
  }
  .banner{
    height: 100vh;
  }
  .ban-text{
    order: 2;
    height: auto;
    padding-bottom: 5vh;
  }
  .ban-img{
    padding-top: 12vh;
  }
  .ban-img img {
    width: 90% !important;
  }
  .banner-text{
    padding: 5vh 20px 20px 20px;
  }
  .banner-text .ba-sub-text p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  .banner-text h1{
    font-size: 29px;
    margin-bottom: 1vh;
  }
  .inner-banner .inner-img{
    right: 0;
  }
  .inner-banner-text{
    padding: 20px;
  }

  .carousel-indicators{
    justify-content: center;
    margin-right: 0;
  }

  .button{
    font-size: 16px;
    padding: 16px 25px 16px 30px;
  }
  .button::before {
    width: 60px;
    height: 59px;
  }

  .menu-main .navbar>.container-fluid{
    justify-content: flex-end;
  }
  .head-t-main{
    padding-left: 50px;
    margin-bottom: 15px;
  }

  .dropdown-block p{
    display: none;
  }
  .p-100{
    padding: 0 !important;
  }
  
  /*========================= WORK =================*/
  .head-main{
    font-size: 30px !important;
  }
  .head-main span{
    font-size: 30px !important;
  }
  .work {
    padding: 20px;
  }
  .wor-outer {
    padding: 10px 5px;
  }
  .wor-main {
    padding: 30px;
  }

  .meet-box{
    margin-top: 
    
    0px !important;
  }

  .meet-box .meet-box-inner{
    height: auto !important;
  }
  /*====================== Contact =======================*/
  .add-left{
    padding: 25px;
  }
  .add-left p{
    margin-bottom: 0;
  }
  .add-right{
    padding: 20px;
    border-radius: 20px 20px 0 0;
  }
  .add-right ul li i {
    padding: 6px;
  }
  footer::before{
    height: 25%;
    width: 88%;
  }

  footer{
    padding: 5em 35px !important;
  }

  .f-menu ul {
    display: block;
    padding: 0;
    border: none;
  }

  .f-menu ul li {
    text-align: left;
    float: none;
    padding: 20px;
    border-right: none;
    padding-bottom: 0;
    padding-left: 0;
  }
  .f-last{
    display: block;
  }
  .f-last-links{
    text-align: center;
  }
  /*====================== Inner Page ========================*/

  .inner-banner-text h1{
    font-size: 30px;
  }
  .inner-banner-text span{
    /* font-size: small; */
  }
  .ser-box-two{
    order:1 ;
  }
  .ser-box-one{
    order: 2;
  }

}







