@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
* {
  padding: 0;
  margin: 0;
}
@font-face {
  font-family: caviardreams;
  src: url('../fonts/CaviarDreams_Bold.ttf');
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  background-color: #fff;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Bebas Neue', cursive;
  letter-spacing: 1px;
}

p {
  font-weight: 400;
}
.last-slide{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: row;
}
.last-slide h1{
  
  /* position: relative; */
}
.last-slide h1 span{
  font-family: 'Poppins', sans-serif;
  font-size: 26px;
  letter-spacing: -.5px;
}
.navbar {
  padding: 0px 1rem;
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #1a85a6;
}

.bnner {
  padding-top: 55px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-color: #1f82ab;
}

.hd h1 {
  font-weight: 700;
  font-size: 50px;
  font-family: gibsonbold, gibson, "Trebuchet MS", Helvetica, Arial, sans-serif;
  position: relative;
  top: 60px;
}
.hd h1 span{
  font-size: 36px;
}
@media (max-width: 1200px) {
  .hd h1 {
    font-weight: 700;
    font-size: 50px;
    font-family: gibsonbold, gibson, "Trebuchet MS", Helvetica, Arial, sans-serif;
    position: relative;
    left: 0px;
    top: 0px;
    text-align: center;
  }
}

.nv {
  /* background:#fff url('../img/border.png');
  background-repeat: repeat-x;
  background-position: center; */
  box-shadow: 0 7px 13px 0 rgb(0 0 0 / 10%);
  /* position: relative; */
  background-color: #fff;
}
/* .nv::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 33.333%;
  background-color: #50b7d9;
}
.nv::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 33.333%;
  background-color: #293c61;
  z-index: -1;
} */

#navbarSupportedContent ul li {
  padding-top: 0px;
  padding-bottom: 23px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
}

#navbarSupportedContent ul li::before {
  content: '';
  position: absolute;
  top: 0;
  left: calc(50% - 10px);
  right: auto;
  width: 21px;
  height: 18px;
  margin: 0 auto;
  background-image: url('../img/top.png');
  display: none;
}

#navbarSupportedContent ul li:hover::before {
  display: block;
}

#navbarSupportedContent ul li a {
  padding-top: 20px;
}


/* What Drive Us */

.sec-back {
  background: url(../img/whatdrives-bg.jpg);
  color: #fff;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: justify;
  position: relative;
}

.sec-back::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, .9);
}

.sec-back h3 {
  color: #ffe176;
}

@media (max-width: 767px) {
  #navbarSupportedContent ul li a {
    padding-top: 0px;
  }
  .hd h1 {
    font-weight: 700;
    font-size: 30px;
    font-family: gibsonbold, gibson, "Trebuchet MS", Helvetica, Arial, sans-serif;
    position: relative;
    left: 0px;
    top: 0px;
    text-align: center;
  }
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  cursor: pointer;
  padding: 0px 3px;
  background: #fff;
  outline: none;
  border: 1px solid #10ade0;
}

#myBtn img {
  width: 30px;
  height: auto;
}

.clientel {
  padding-top: 25px;
  /* padding-bottom: 70px; */
}

.clientel .section-heading h3 {
  font-size: 36px;
  font-weight: 400;
  margin: 15px 0 25px;
  line-height: 40px;
  color: #1784a8;
}

@media (min-width: 991px){
    .button-social{
    display:none;
}
}


@media (max-width: 991px) {
  .nvbtn3 a {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 28px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    transition: 0.5s;
    text-decoration: none;
    position: relative !important;
    top: -10px !important;
  }

.ftr_social{
    display:none;
    width:auto!important;
    position:inherit!important;
}

.button-social{
    display:inherit!important;
}

  .nvbtn3 h5 {
    padding-bottom: 15px;
  }
  /* .nvbtn a {
    margin-right: 40px;
    color: #fff;
    border-radius: 28px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    transition: 0.5s;
    text-decoration: none;
    background: #c5271c;
    border: 1px solid #c5271c;
    position: relative;
    top: -20px;
  } */
}

@media (max-width: 420px) {
  .navbar-brand img {
    width: 185px;
  }
  .navbar-brand {
    margin-right: 0px !important;
  }
  .navbar-toggler {
    padding: 4px 4px !important;
  }
}

.nvbtn1 a {
  border: 1px solid #353535;
  color: #353535;
  border-radius: 28px;
  padding: 12px 20px;
  transition: 0.5s;
  text-decoration: none;
  line-height: 18px;
  display: inline-block;
  overflow: hidden;
}

/* .nvbtn a {
  color: #fff;
  border-radius: 28px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  transition: 0.5s;
  text-decoration: none;
  background: #181e2e;
  border: 1px solid #171d2d;
}
.nvbtn a:hover {
  background: none;
  color: #353535;
} */

.nvbtn1 a:hover {
  background: #353535;
  color: #fff;
}

.nvbtn3 a {
  border: 1px solid #fff;
  color: #fff;
  border-radius: 28px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  transition: 0.5s;
  text-decoration: none;
  position: relative;
  top: 10px;
}

.nvbtn3 a {
  border: 1px solid #fff;
  color: #fff;
  border-radius: 28px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  transition: 0.5s;
  text-decoration: none;
  position: relative;
  top: 10px;
}

.nvbtn3 a:hover {
  background: #353535;
  color: #fff;
}

@media screen and (min-width: 992px) and (max-width: 1045px) {
  .nvbtn1 a {
    margin-right: 10px;
    border: 1px solid #353535;
    color: #353535;
    border-radius: 28px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    transition: 0.5s;
    text-decoration: none;
  }
  /* .nvbtn a {
    margin-right: 10px;
    color: #fff;
    border-radius: 28px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    transition: 0.5s;
    text-decoration: none;
  } */
}

.clientel img {
  max-width: 100%;
  height: auto;
}


/* hm_about */

.hm_about {
  margin: 50px auto;
}

.hm_about-img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.about_img {
  margin: 15px 0px;
}

.about_img img {
  max-width: 100%;
  object-fit: cover;
  box-shadow: 0px 10px 20px 0px rgb(130 136 147 / 15%);
}

.hm_about-img .col-md-6:first-child .about_img img {
  border-radius: 25px 0px 0px 0px;
}

.hm_about-img .col-md-6:nth-child(2) .about_img img {
  border-radius: 0px 20px 0px 0px;
}

.hm_about-img .col-md-6:nth-child(3) .about_img img {
  border-radius: 0px 0px 0px 25px;
}

.hm_about-img .col-md-6:last-child .about_img img {
  border-radius: 0px 0px 25px 0px;
}

.hm_about_text {
  padding: 50px 15px;
}

.hm_about_text h3 {
  font-size: 36px;
  font-weight: 400;
  margin: 15px 0 25px;
  line-height: 40px;
  color: #1784a8;
}

.custom_btn {
  text-decoration: none;
  display: inline-block;
  padding: 7px 15px;
  border-radius: 25px;
  border: 1px solid#22badd;
  color: #22badd;
  transition: 0.3s;
}

.custom_btn:hover {
  background-color: #22badd;
  color: #fff;
  text-decoration: none;
}
.our_journey{

}
.our_journey_content{

}
.our_journey_content h3{
  font-size: 36px;
  font-weight: 400;
  margin: 15px 0 25px;
  line-height: 40px;
  color: #1784a8;
}






/* core_values */
.sec_title {}

.sec_title h3 {
  font-size: 36px;
  font-weight: 400;
  margin: 15px 0 25px;
  line-height: 40px;
  color: #1784a8;
}

.sec_title p {}

.core_values {
  padding: 50px 0px;
  background-image: url('../img/core-bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}

.core_values::before {
  content: '';
  position: absolute;
  top: 50px;
  right: 50px;
  height: 80px;
  width: 80px;
  background-color: rgb(34 186 221 / 20%);
  clip-path: polygon(50% 0%, 100% 40%, 100% 70%, 50% 30%, 50% 30%, 0 70%, 0 40%);
  animation: up-down 5s linear infinite;
}

@keyframes up-down {
  0% {
    transform: translateY(0px);
  }
  33% {
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0px);
  }
}

.core_services {
  color: rgba(0, 0, 0, .8);
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0px 3px 20px rgb(0 0 0 / 10%);
  margin: 20px 0px;
  transition: 0.4s;
  background-color: #fff;
  min-height: 275px;
}

.core_services:hover {
  transform: translateY(-10px);
  transition: 0.4s;
  background-color: #171e2c;
  color: #fff;
}

.core_icon {
  height: 100px;
  width: 100px;
  margin: 15px auto;
  background-color: aliceblue;
  line-height: 100px;
  text-align: center;
  display: block;
  border-radius: 5px;
  transition: 0.4s;
}

.core_icon img {
  width: 60px;
  line-height: 100px;
  color: #22badd;
}

.core_services:hover .core_icon {
  background-color: #fff;
  border-radius: 50%;
}

.core_services h5 {
  margin: 20px auto;
}

.core_services p {
  font-size: 14px;
  margin: 0;
}


/* kick_start */

.kick_start {
  background-color: aliceblue;
}

.kick_start_form {
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 3px 30px rgb(0 0 0 / 10%);
  border-radius: 5px;
  padding: 30px;
}

.kick_start_form h3 {
  text-align: center;
  color: #1784a8;
  margin-bottom: 30px;
}

.kick_start_form input[type='text'],
.kick_start_form input[type='time'],
.kick_start_form input[type='date'],
.kick_start_form textarea,
.kick_start_form select {
  width: 100%;
  border: none;
  background-color: aliceblue;
  padding: 15px;
  border-radius: 5px;
  color: rgba(0, 0, 0, .5);
}

.kick_start_form input[type='text']:focus,
.kick_start_form textarea:focus {
  border: 1px solid #1a8da8;
  background-color: #fff;
  outline: none;
}

.kick_start_form input[type='submit'] {
  width: 100%;
  background-color: #22badd;
  padding: 12px;
  color: #fff;
  outline: none;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 3px 20px rgb(26 141 168 / 30%);
}

.kick_start_form input[type='submit']:hover {
  background-color: #fff;
  color: #22badd;
}

.kick_start_text {
  padding: 30px;
  min-height: 500px;
  position: relative;
}

.kick_start_text h3 {
  color: #1784a8;
}

.kick_start_text img {
  position: absolute;
  bottom: -48px;
  max-width: 100%;
  left: 0;
  right: 0;
}


/* footer */
footer {
  padding: 50px 0px 20px;
  color: rgb(0 0 0 / 80%);
  background: url(../img/core-bg.png);
  background-position: center;
  background-attachment: fixed;
}

.line {
  width: 100%;
  height: 5px;
}

.line.one {
  background-color: #48b9d8;
}

.line.two {
  background-color: #2e68a3;
}

.line.three {
  background-color: #294062;
}

.ftr_about {
  margin: 10px 0px;
}

.ftr_about img {
  margin-bottom: 10px;
  border-radius: 10px;
  background-color: #fff;
  padding: 5px;
}

.ftr_about p {
  font-size: 14px;
}

.ftr_links {
  margin: 10px 0px;
}

.ftr_links h5 {
  color: #1784a8;
}

.ftr_links ul {
  margin: 0px;
}

.ftr_links ul li {
  list-style: none;
  margin: 20px 0px;
}

.ftr_links ul li a {
  font-size: 14px;
  color: rgb(0 0 0 / 80%);
}

.ftr_address {
  margin: 10px 0px;
}

.ftr_address h5 {
  color: #1784a8;
}

.ftr_text {
  display: flex;
  align-items: flex-start;
  margin: 20px 0px;
}

.ftr_text i {
  color: #22badd;
}

.ftr_text p {
  margin-left: 10px;
  font-size: 13px;
  margin-bottom: 0px;
}

.footer_bottom {}

.copyright,
.powered_by {
  margin: 20px 0px;
}

.copyright p,
.powered_by p {
  font-size: 12px;
  color: rgba(0, 0, 0, .5);
}

.powered_by p a {
  color: rgba(0, 0, 0, .5);
}
.ftr_social{
  text-align: center;
  position:absolute;
  text-align:center;
  justify-content:center;
  width:100%;
} 
.ftr_social ul{
  margin: 0px;
}
.ftr_social ul li{  
  list-style: none;  
  display: inline-block;  
  margin: 10px;
}
.ftr_social ul li a{
  display: inline-block;
  padding: 5px;
  background-color: #fff;
  text-align: center;
  height: 40px;
  width: 40px;
  box-shadow: 0px 3px 5px rgba(0,0,0,.2);
  transition: 0.3s;
}
.ftr_social ul li a:hover{
  box-shadow: 0px 0px 0px rgba(0,0,0,0); 
}
.ftr_social ul li a i{
  font-size: 35px;
  color: #22badd;
}







/* Counter_css */
.happy_customer {
  padding: 10px 0px 9px;
  color: #fff;
  background: url(../img/counter-bg.jpg) rgb(16 173 224);
  background-repeat: no-repeat;
  background-position-y: center;
}

.customer_hdng {
  text-align: center;
  padding: 50px 0px;
}

.customer_hdng h3 {
  font-size: 2rem;
  font-weight: 500;
}

.single-coutnerup {
  display: flex;
  align-items: center;
  min-height: 85px;
  justify-content: center;
}

.single-coutnerup img {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
}

.single-coutnerup .count-num {
  font-size: 3rem;
  /* line-height: 60px; */
  font-weight: 600;
  color: #fff;
  /* margin-bottom: 15px; */
  display: inline-block;
  /* margin: 0; */
}
.single-coutnerup .plus{font-size: 50px;}

.single-coutnerup h3 {
  font-size: 3rem !important;
  font-size: 25px;
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 0px;
}

/* About Page Css */
.about_bnr{
  /* background-image: url('../img/banner-bg.jpg'); */
  background: rgba(255, 255, 255, .5);
  background-image: url('../img/banner-bg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  min-height: 300px;
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.about_bnr .bg_map{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.about_bnr .bg_map img{
  text-align: center;
}
.img_slide {
  background-repeat: repeat;
  -webkit-animation: slide 30s linear infinite;
  animation: slide 15s linear infinite;
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}
@keyframes slide{
100%{
    background-position: 600px 0px;
  }
}
.main_about_img{
  text-align: center;
  padding: 50px 0px;
}
.main_about_img img{
  max-width: 100%;
  object-fit: cover;
  border: 5px solid #22badd;
  border-radius: 30px;
  box-shadow: 0px 10px 20px 0px rgb(130 136 147 / 15%);
}
.banner_content{
  width: 100%;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}
.banner_content h2{
  font-size: 4rem;
  color: #1784a8;
}
.banner_content h2 span{
  color: #171e2c;
}
.slogan{
  margin: 50px auto;
}
.slogan_msg{
  text-align: center;
}
.slogan_msg p{
  margin: 0px;
  font-size: 1.3rem;
  font-weight: 600;
}
.slogan_msg p span{
  color: #22badd;
}
.slogan_msg p span:first-child{
  padding-right: 10px;
  font-size: 36px;
}
.slogan_msg p span:last-child{
  padding-left: 10px;
}
.logo_story,.about_director{
  background-color: aliceblue;
}
.logo_img,.logo_content,
.director_img,.director_content{
  margin: 70px 0px;
}
.logo_img, .director_img{
  min-height: 300px;
  background-color: #fff;
  padding: 10px;
  text-align: center;
  line-height: 300px;
  border: 4px solid #22badd;
  border-radius: 30px;
  box-shadow: 0px 10px 20px 0px rgb(130 136 147 / 15%);
}
.logo_img img{
  line-height: 300px;
}
.logo_content{

}
.logo_content h3, .director_content h3{
  font-size: 2rem;
  color: #1784a8;
}
.logo_content p{
  
}
.logo_content ul{  
  margin: 0px;  
  margin-left: 20px;
}
.logo_content ul li{
  list-style-type: none;
  font-weight: 300;
  margin-bottom: 15px;
  position: relative;
  text-align: justify;
}
.logo_content ul li span{
  font-family: 'Bebas Neue', cursive;
  font-size: 26px;
}
.logo_content ul li::before{
  content: '';
  position: absolute;
  left: -20px;
  top: 7px;
  width: 10px;
  height: 10px;
  background: #22badd;
  margin-right: 10px;
  transform: rotate(45deg);
}
.director_content p{
  text-align: justify;
}

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #171e2c;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.timeline_container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.timeline_container::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  right: -10px;
  background-color: white;
  border: 4px solid #22badd;
  top: 15px;
  transform: rotate(45deg);
  z-index: 1;
}

/* Place the container to the left */
.left {
  left: 0;
}

/* Place the container to the right */
.right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid aliceblue;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent aliceblue;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid aliceblue;
  border-width: 10px 10px 10px 0;
  border-color: transparent aliceblue transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -10px;
}

/* The actual content */
.timeline_content {
  padding: 20px 30px;
  background-color: aliceblue;
  position: relative;
  border-radius: 6px;
  box-shadow: 7px 5px 20px 0 rgb(72 73 121 / 10%);
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
  left: 31px;
  }
  
  /* Full-width containers */
  .timeline_container {
  width: 100%;
  padding-left: 70px;
  padding-right: 25px;
  }
  
  /* Make sure that all arrows are pointing leftwards */
  .timeline_container::before {
  left: 60px;
  border: medium solid aliceblue;
  border-width: 10px 10px 10px 0;
  border-color: transparent aliceblue transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after, .right::after {
  left: 21px;
  }
  
  /* Make all right containers behave like the left ones */
  .right {
  left: 0%;
  }
}

.team_pillars{
  
}
.team_pillars_title{
  background-color: aliceblue;
  padding: 50px 0px 200px;
}
.team_pillars_title h3{
  font-size: 2.5rem;
  color: #1784a8;
}
.team_pillars_wrapper{
  margin-top: -180px;
  margin-bottom: 50px;
}
.pillars{
  margin: 30px auto;
}
.pillars_img{
  height: 300px;
  width: 300px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}
.pillars_img img{
  max-width: 100%;
  object-fit: cover;
}
.pillars_about{
  margin: 20px auto 0px;
}
.pillars_name{

}
.pillars_post{

}

/* Service Page Css */
.service_sec_one{
  padding: 50px 0px;
  background-color: aliceblue;
}
.sec_one_content{

}
.sec_one_content p{
  margin-bottom: 5px;
  line-height: initial;
  text-align: justify;
}
.sec_one_content p span{
  font-family: 'Bebas Neue', cursive;
  color: #1784a8;
  font-size: 22px;
  letter-spacing: 1px;
}

.cargo_services{
  padding: 0px 0px 50px 0px;
  background-color: aliceblue;
}
.cargo_services_content{

}
.cargo_services_content h3{
  font-size: 36px;
  line-height: 40px;
  color: #1784a8;
}
.cargo_services_content p{
  margin-bottom: 5px;
  text-align: justify;
}
.cargo_services_content h4{
  color: #1784a8;
}
.cargo_services_content h5{
  margin: 20px 0px;
}
.cargo_services_content ul{
  margin: 0px;
  margin-left: 20px;
}
.cargo_services_content ul li{
  list-style-type: none;
  font-weight: 400;
  position: relative;
  margin-bottom: 15px;
  text-align: justify;
}
.cargo_services_content ul li::before{
  content: '';
  position: absolute;
  left: -20px;
  top: 7px;
  width: 10px;
  height: 10px;
  background: #22badd;
  margin-right: 10px;
  transform: rotate(45deg);
}
.high_services{
  background-color: whitesmoke;
}
.high_services h3{
  font-size: 36px;
  line-height: 40px;
  color: #1784a8;
}
.high_service_box{
  text-align: center;
  border-radius: 5px;
  background-color: #fff;
  padding: 10px;
  margin: 10px 0px;
  min-height: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.high_service_box img{
  width: 60px;
  height: 80px;
  text-align: center;
}
.high_service_box.one img{
  width: 60px;
}
.high_service_box.two img{  
  height: 80px;  
  width: 50px;
}
.high_service_box.three img{  
  height: 80px;  
  width: 60px;
}
.high_service_box.four img{  
  width: 60px;  
  height: 80px;
}
.high_service_box.five img{  
  height: 80px;  
  width: 60px;
}
.high_service_box.six img{  
  height: 80px;  
  width: 60px;
}
.high_service_box.seven img{  
  width: 60px;  
  height: 80px;
}
.high_service_box.eight img{  
  width: 60px;  
  height: 80px;
}
.high_service_box.nine img{  
  width: 50px;  
  height: 80px;
}
.high_service_box.ten img{  
  height: 80px;  
  width: 50px;
}
.high_service_box h5{
  margin-top: 20px;
}

/* Terms Page Css */
.terms{
}
.terms ul{
  margin-left: 15px;
}
.terms ul li{
  margin-bottom: 15px;
  list-style-type: decimal;
  font-weight: 300;
  text-align: justify;
}


/* Contact Page Css */
.contact_bnr{
  position: relative;
  width: 100%; 
  height: 300px;
}
/* .contact_bnr .map_content{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.contact_bnr .map_content h2{
  position: absolute;  
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  color: #22badd;
  font-size: 4rem;
}
.contact_bnr .map_content h2 span{
  color: #000;
} */
.conBg{
  width: 100%;
  background-image: url('../images/contact-bg.jpg');
  background-size: cover;
  background-position: center;
  height: 300px;
}
.conSec{
  width: 100%;
}
.conSec .conWrapper{
  background-color: #fff;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, .2);
  box-sizing: border-box;
  padding: 50px 0px;
  width: 100%;
}
.conLeft{
  background-color: #22badd;
  padding: 20px 15px;
  height: 100%;
  margin-left: -100px;
  margin-right: 100px;
  box-shadow: 0px 5px 20px rgb(34 186 221 / 50%);
}
.conLeft h4{
  color: #fff;
  margin-bottom: 30px;
}
.conDetail_box{
  display: flex;
  align-items: baseline;
  margin-bottom: 50px;
  justify-content: start;
}
.conDetail_box i {
  width: 25px;
  font-size: 25px;
  margin-right: 10px;
  display: block;
  text-align: center;
  color: rgb(255 255 255 / 50%);
}
.conDetail_box .conDetail{
  word-break: break-word;
}
.conDetail_box .conDetail p {
  margin-bottom: 0px;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}
.conDetail_box .conDetail p a {
  color: #fff;
  font-size: 16px;
}
.conRight.kick_start_form{
  box-shadow: 0px 0px 0px;
  width: auto;
}
.conRight.kick_start_form label{
  font-size: 14px;
}
.conRight{
  padding: 20px 15px;
}
.conRight h4{
  margin-bottom: 30px;
}
.conSocial{
  display: flex;
  justify-content: center;
}
.conSocial a{
  width: 50px;
}
.conSocial a i{
  font-size: 25px;
  color: rgba(255, 255, 255, .5);
}
.conSocial a:hover i{
  color: #fff;
}

/* Clientele Css */
.clientele-logo{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  background-color: #fff;
  filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.1));
  width: 100%;
  height: 100px;
  padding: 10px;
}

/* Privacy Page Css */
.privacy{
}
.privacy ul{
  margin-left: 15px;
}
.privacy ul li{
  margin-bottom: 15px;
  list-style-type: decimal;
  font-weight: 300;
  text-align: justify;
}
/* thank_you page css */
.thank_you{
  display: flex;
  min-height: 80vh;
  align-items: center;
  justify-content: center;
  background-color: #fbffff;
}
.thank_msg{
  text-align: center;
}
.msg_sign i{
  font-size: 5rem;
  color: green;
}
.thank_msg h2{  
  font-size: 4rem;  
  margin: 30px auto;
}
.thank_msg p{
  
}










/* Media Query */
@media (max-width: 991px) {
  #navbarSupportedContent ul li:hover::before {
    display: none;
  }
  #navbarSupportedContent ul li a {
    padding: 0px;
  }
  .navbar-nav {
    margin-top: 20px;
  }
  .nv{
    background-position: top;
  }
  .conLeft{
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .about_img img {
    border-radius: 25px !important;
  }
  .happy_customer {
    background: rgb(34 186 221);
  }
  .hm_about {
    margin: 50px 0px 0px;
  }
  .kick_start_text{
    min-height: 400px;
  }
}
@media (max-width: 575px){
  .kick_start_text{
    min-height: 300px;
  }
  .nvbtn1 {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .conSec .conWrapper{
    margin: 0 auto;
    padding: 50px 15px;
  }
  .single-coutnerup h3 {
    font-size: 2.1rem !important;
    margin-right: 20px;
  }
}
.custom_btn {
  color: #fff !important;
  /* font-size: 13px; */
  z-index: 1;
  display: inline-block;
  line-height: 18px;
  transition: 0.5s all ease-in-out;
  font-weight: 400;
  padding: 12px 20px;
  position: relative;
  background: #22badd;
  overflow: hidden;
  cursor: pointer;
}
.custom_btn i{
  margin-left: 5px;
}
.custom_btn::before {
  background: #000;
  border: 0px solid #828283;
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  right: 0;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.custom_btn:hover::before {
  color: #fff;
  width: 100%;
  left: 0;
  -webkit-transition: all 0.65s ease;
  -moz-transition: all 0.65s ease;
  -o-transition: all 0.65s ease;
  transition: all 0.65s ease;
}

.ui-widget-content {
z-index: 999 !important;
background-color:#cce6ff;
border:none;
margin-right: 244px;
list-style: none;
width: 180px !important;
}

.packet-history table tr td{
  border: 1px solid #dee2e6;
}

.packet-history table tr th{
  border: 1px solid #dee2e6;
}

.ftr_social ul{
    padding-left:0px;
    margin-bottom:0px;
}

.ftr_social ul .top-social:before{
    display:none!important;
}

.ftr_social ul .top-social a{
    height:0px!important;
    width:0px!important;
    padding-top:0px!important;
    padding:0px!important;
}

.ftr_social ul .top-social{
    position:inherit!important;
    padding-bottom: 0px!important;
    padding-right: 0px!important;
    padding-left: 0px!important;
    margin:0px!important;
    margin-right:40px!important;
}

.top-social-div{
    position:relative;
    justify-content:center;
}

.ftr_social ul li a .fa-facebook-square{
    color:#3b5998;
}

.ftr_social ul li a .fa-instagram-square{
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
}

.ftr_social ul li a .fa-whatsapp-square{
    color:#3AC371;
}