@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&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&display=swap');


body {
    margin: 0 !important;
    padding: 0 !important;
}

a {
    text-decoration: none !important;
}

.text-theme {
    color: #05508d !important;
}.bg-theme{
    background-color: #05508d !important;
}

.btn-theme {
    background-color: #05508d !important;
    color: white !important;
}

.track-order-btn {
    border-radius: 6px !important;
    font-size: 14px !important;
    padding-block: 8px !important;
}

.navbar {
    background-color: transparent !important;
}

#sub-nav {
    /* position: absolute; */
    /* top: 0; */
    /* width: 100%; */
    color: white;
}

.sub-nav {

    padding-block: 10px;
}

.navbar {
    position: fixed;
    width: 100%;
    top: 3%;
    z-index: 50;
}

.divider {

    border-bottom: 1px solid white;
}

#sub-nav a {
    color: white !important;
}

.navbar-expand-lg {
    display: block;
    flex: unset !important;
}.overlay{
    background: linear-gradient(180deg, black 0%, transparent 200%);
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0 !important;
    z-index: 2 !important;
}#home{
    height: 100vh !important;
    z-index: 1 !important;
    position: relative;
}.home-background{
    object-fit: cover !important;
    width: 100%;
    height: 100%;
    z-index: 1;
}.navbar .nav-link{
    color: white !important;
}.home-content{
    position: absolute;
    z-index: 4;
    bottom: 0%;
    color: white !important;
    font-weight: bold;
    /* left: 6%; */
}.home-content h3{
    font-size: 55px !important;
    font-family: "Poppins", serif;
    line-height: 71px;

    /* font-weight: bold; */
}.home-content p{
    font-size: 18px !important;
    font-weight: normal;
    line-height: 20px;
}.d-padding{
    padding-inline: 120px !important;
    padding-block: 100px !important;
}

.call-to-actions {
    position: fixed;
      right: 3%;
      z-index: 10;
      bottom: 5%;
      /* transform: translateY(-20%); */
  }
  
  .call-to-actions .call {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #05508d;
    border-radius: 50%;
    margin-top: 10px;
    transition: .5s;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;
  }
  
  .call-to-actions .wp {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #05508d;
    border-radius: 50%;
    margin-top: 10px;
    transition: .5s;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;
  }
  
  .call-to-actions .call i {
    font-size: 25px;
    color: #fff;
  }
  .call-to-actions .wp i {
    font-size: 25px;
    color: #fff;
  }
  
  .call-to-actions a:hover {
    transform: scale(1.1);
  }.social-sub{
    font-size: 20px;
  }
  #about{
    /* height: 75vh; */
    color: white;
    position: relative;
    font-family: "Bebas Neue", serif;
  }.about-section img{
    position: absolute;
    right: 10%;
    top: 20%;
    width: 30%;
  }
  .about-section h2{
    font-size: 55px !important;
  }
  .about-section p{
    font-family: "Poppins", serif;
    font-size: 14px;
    width: 90%;
  }.bar-line{
    width: 100px;
    height: 5px;
    background: white;

  }.about-section button{
    color: #05508d;
    background-color: white;
    font-family: "Poppins", serif;
  }.navbar-active{
    background: white !important;
    border-radius: 8px !important;
    padding-block: 7px;
    position: relative;
    top: 10%;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;
    z-index: 50;
  }#sub-nav{
    transition: 0.3s ease-in-out;
  }.navbar-active .nav-link{
    color: #05508d !important;
  }.navbar{
    padding-inline: 120px !important;
  }.service-section{
    background-color: #eff6fc;
    font-family: "Poppins", serif;
  }.service-section p{
    font-size: 14px !important;
  }.service-section h3{
    font-size: 30px;
  }.card-service{
    padding: 15px;
  }
  .card-service img{
    width: 20%;
  }.service-section .card{
    margin-top: 20px;
    height: 250px;
  }.service-section .card-line{
    width: 20%;
    height: 2px;
    background-color: #05508d;
  }.service-section .card-title{
    margin-top: 15px !important;
  }.service-section .card-title h5{
    font-size: 16px !important;
    color: #05508d;
  }.service-section .card-description{
    font-size: 14px !important;
  }
  .locations h3{
     font-size: 30px;
  }
  .locations p{
    font-size: 14px ;
  }
  .locations .card-title{
    margin-top: 25px !important;
    margin-bottom: 0px !important;
    font-size: 30px !important;
    z-index: 10;
  }
  .locations .card{
    background-color: #eff6fc;
    height: 350px !important;
  }.countries {
    border: 1px solid #cfcfcf;
    padding: 5px 10px 5px 5px;
    display: flex !important;
    align-items: center;
    border-radius: 30px;
    width: fit-content !important;
    color: #000;
    background: #fff;
    z-index: 10;
}.countries img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #dbdbdb;
    margin-right: 8px;
}.locations .card-body{
    padding-block: 40px !important;
    padding-inline: 40px !important;
    margin-bottom: 40px !important;
}.location-cards{
    margin-top: 50px !important;
}.card-location{
    
    border-radius: 16px !important;
}.africa-img img{
  width: 240px  !important;
}.get-in-touch {
  position: relative;
  height: auto;
  text-align: center;
  width: 100%;
  background-image: url(https://cochindavinci.com//assets/img/c1-img-1.webp);
  background-size: cover;
}
.get-in-touch img{
  width: 100%;
  height:100% ;
  object-fit: cover;
}.overlay2{
  background: linear-gradient(360deg, #05508d 0%, transparent 150%);
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0 !important;
  z-index: 1 !important;
}.get-in-touch-content{
  position: relative;
  width: 100%;
  top: 0;
  z-index: 2;
}.get-btn{
  padding-inline: 14px;
  font-size: 13px !important;
}.get h3{
  font-size: 33px !important;
  font-weight: 400;
}.get p{
  font-size: 14px !important;
  color: white;
}.form .card{
  padding: 25px !important;
  border-radius: 16px !important;
}.form .card h3{
  font-size: 25px !important;
}.bar-line-form{
  width: 6%;
  height: 2px;
  background-color: #05508d;
}.request{
  padding-block: 8px;
    padding-inline: 20px;
    font-weight: 200;
}.get-hr{
  border-bottom: 2px solid white;
}.addresses h6{
  font-size: 22px;
  margin-bottom: 20px;
}.addresses{
  border-right: 1px solid white;
}.facts{
  background-color: #eff6fc;
}.fact-icon{
  width: 70px;
  background: #05508c;
  text-align: center;
  border-radius: 50%;
  height: 70px;
  display: flex
;
  align-items: center;
  justify-content: center;
}.facts img{
  width: 45px;
  filter: invert(1);
}.fact-items p{
  font-size: 14px;
}.facts .card-body{
  padding-block: 40px;
}.verticle-line {
  border-right: 1px solid #bdbdbd;
  height: 50px;
  width: 1%;
}.horizontal-line{
  width: 83%;
  border-bottom: 1px solid #c1c1c1;
  height: 20px;
}footer{
  position: relative;
  height: auto;
}footer .bg-img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}footer .logo-img{
  width: 170px;
}footer .card{
  border-radius: 16px;
  padding: 10px;
}footer p{
  font-size: 14px;
}.quick h3{
  font-size: 20px;
}.quick a{
  text-decoration: none;
  color: black;
  font-size: 13px;
}.quick-social i{
  font-size: 18px;
  color: white;
  text-align: center;
}.quick-social a{
  border-radius: 50%;
    background: black;
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
}
@media only screen and (max-width:767px) {
  .navbar{
    padding-inline: 10px !important;
  }#sub-nav{
    display: none;
  }.navbar img{
    width: 140px !important;
  }.d-padding {
    padding-inline: 25px !important;
    padding-block: 50px !important;
}.home-content h3 {
  font-size: 30px !important;
  font-family: "Poppins", serif;
  line-height: 35px;
  /* font-weight: bold; */
  text-align: center;
}.home-content p {
  font-size: 14px !important;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
}.home-content {
  position: absolute;
  z-index: 4;
  bottom: 11%;
  color: white !important;
  font-weight: bold;
  /* left: 6%; */
  text-align: center;
}.about-section h2 {
  font-size: 30px !important;
  text-align: center;
}.bar-line {
  width: 150px;
  height: 5px;
  background: white;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}.about-section p {
  font-family: "Poppins", serif;
  font-size: 14px;
  width: 100%;
  text-align: center;
}.about-section img {
  position: relative;
  right: 0%;
  top: 0%;
  width: 100%;
}.service-section h3 {
  font-size: 24px;
  text-align: center;
}.service-section p {
  font-size: 13px !important;
  text-align: center;
}.locations h3 {
  font-size: 19px;
}.locations p {
  font-size: 13px;
}.countries {
  border: 1px solid #cfcfcf;
  padding: 5px 10px 5px 5px;
  display: flex !important
;
  align-items: center;
  border-radius: 30px;
  width: fit-content !important;
  color: #000;
  background: #fff;
  z-index: 10;
}.countries img {
  width: 26px;
  height: 26px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid #dbdbdb;
  margin-right: 8px;
}.locations .card {
  background-color: #eff6fc;
  height: 375px !important;
}.africa-img img {
  width: 190px !important;
}.locations .card-body {
  padding-block: 25px !important;
  padding-inline: 25px !important;
  margin-bottom: 0px !important;
}    .locations .card {
  background-color: #eff6fc;
  height: 330px !important;
}    .countries {
  border: 1px solid #cfcfcf;
  padding: 5px 10px 5px 5px;
  display: flex !important
;
  align-items: center;
  border-radius: 30px;
  width: fit-content !important;
  color: #000;
  background: #fff;
  z-index: 5;
}.get-in-touch {
  position: relative;
  height: 100vh;
  text-align: center;
}.get h3 {
  font-size: 25px !important;
  font-weight: 400;
}.get p {
  font-size: 12px !important;
  color: white;
}.form .card h3 {
  font-size: 18px !important;
}.request {
  padding-block: 8px;
  /* padding-inline: 40px; */
  font-weight: 200;
  width: 100%;
}.bar-line-form {
  display: none;
}input::placeholder {
  font-size: 14px !important; /* Adjust the font-size as needed */
}.overlay2 {
  background: linear-gradient(360deg, #05508d 0%, transparent 150%);
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0 !important;
  z-index: 1 !important;
}    .get-in-touch {
  position: relative;
  height: auto;
  text-align: center;
  width: 100%;
  background-image: url(https://cochindavinci.com//assets/img/c1-img-1.webp);
  background-size: cover;
}.get-in-touch img{
  display: none;
}.get-in-touch .get-in-touch-content{
  position: relative;
}.addresses {
  border:none !important;
  border-bottom: 1px solid white !important;
  text-align: center !important;
}.addresses .d-flex{
  justify-content: center;
}.addresses h6 {
  font-size: 18px !important;
  margin-bottom: 20px;
}.addresses p{
  font-size: 13px;
}.addresses i{
  font-size: 14px;
}.fact-items h5{
  font-size: 20px;
    text-align: center;
}.fact-icon {
  width: 70px;
  background: #05508c;
  text-align: center;
  border-radius: 50%;
  height: 70px;
  display: flex
;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}.fact-items p {
  font-size: 13px;
  text-align: center;
}.horizontal-line {
  width: 83%;
  border-bottom: 1px solid #c1c1c1;
  height: 20px;
  margin-bottom: 10px;
}.verticle-line{
  display: none;
}footer p {
  font-size: 13px;
  text-align: center;
}footer .card img{
  text-align: center !important;
}.quick{
  text-align: center !important;
  margin-bottom: 10px;
}
.quick-social{
  justify-content: center;
}footer {
  position: relative;
  height: auto;
}.navbar{
  text-align: center;
}footer .card .text-start{
text-align: center !important;
}
  
}
@media only screen and (min-width:768px) and (max-width:1023px) {
  .navbar {
    padding-inline: 60px !important;
}.d-padding {
  padding-inline: 60px !important;
  padding-block: 60px !important;
}.home-content h3 {
  font-size: 35px !important;
  font-family: "Poppins", serif;
  line-height: 45px;
  /* font-weight: bold; */
}.home-content {
  text-align: center !important;
}.about-section h2 {
  font-size: 35px !important;
}    .about-section h2 {
  font-size: 35px !important;
  text-align: center;
}.about-section p {
  font-family: "Poppins", serif;
  font-size: 14px;
  width: 100%;
} .bar-line {
  width: 44%;
  height: 5px;
  background: white;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}.about-section img {
  display: none !important;
}  .get-in-touch {
  position: relative;
  height: auto;
  text-align: center;
  width: 100%;
  background-image: url(https://cochindavinci.com//assets/img/c1-img-1.webp);
  background-size: cover;
}.get-in-touch img{
  display: none;
}.get-in-touch .get-in-touch-content{
  position: relative;
}.bar-line-form {
  display: none;
}.addresses{
  /* border-bottom: 1px solid white; */
}
.middle{
 border: none !important;
 border-top: 1px solid white !important;
}.middle h6{
  margin-top: 10px;
}
.get-in-touch-content .loc{
  justify-content: center !important;
}.fact-items h5{
  font-size: 20px;
    text-align: center;
}.fact-icon {
  width: 70px;
  background: #05508c;
  text-align: center;
  border-radius: 50%;
  height: 70px;
  display: flex
;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}.fact-items p {
  font-size: 13px;
  text-align: center;
}.horizontal-line {
  width: 83%;
  border-bottom: 1px solid #c1c1c1;
  height: 20px;
  margin-bottom: 10px;
}.verticle-line{
  display: none;
}.navbar{
  text-align: center;
}footer .card .text-start{
text-align: center !important;
}footer p {
  font-size: 14px;
  text-align: center;
}.quick{
  text-align: center !important;
  margin-bottom: 10px;
}
.quick-social{
  justify-content: center;
}footer {
  position: relative;
  height: auto;
}
}

@media only screen and (min-width:1024px) and (max-width:1400px) {
  .navbar {
    padding-inline: 60px !important;
}.d-padding {
  padding-inline: 60px !important;
  padding-block: 60px !important;
}.home-content h3 {
  font-size: 50px !important;
  font-family: "Poppins", serif;
  line-height: 65px;
  /* font-weight: bold; */
}.about-section h2 {
  font-size: 42px !important;
}.about-section img {
  position: absolute;
  right: 10%;
  top: 30%;
  width: 30%;
}.service-section .card {
  margin-top: 20px;
  height: 260px;
}.service-section .row{
  justify-content: center;
}.quick-social{
  margin-top: 20px;
}.footer-other{
  justify-content: center !important;
}.quick-social h3{
  display: none;
}
}
@media only screen and (min-width:1440px){

}

.track{
  background-color: #05508c;
  height: 100vh;
  overflow: hidden;
  overflow-y: scroll;
}.track-input{
  padding-block: 13px;
}
.track-line{
  height: 50px;
  width: 5px;
  background: #ebebeb;
  position: relative;
  top: 50%;
  left: 50%;
}.track-table td{
  padding-block: 15px !important;
}.track-table .customer{
  height: 180px;

}