/* header start here code 
serach bar code
*/

.blg{
    margin-top:30px;
}

.blg-img {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.nav-link{
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 14px;
}
.openBtn {
  border: none;
  padding: 10px 15px;
  font-size: 20px;
  cursor: pointer;

}
.btn-outline-secondary{
    border-color: #3F6AC2;
    color: #fff;
    font-size: 14px;
    border-radius: 30px;
    background: #3F6AC2;
}
.openBtn:hover {
  background: #bbb;
}

.prc:hover{
    background:transparent !important;
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
}

.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.overlay .closebtn:hover {
  color: #ccc;
}

.overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
}

.overlay input[type=text]:hover {
  background: #f1f1f1;
}

.overlay button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.overlay button:hover {
  background: #bbb;
}

.banner-slider {
  background-image: url('../images/banner2.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

}
.h3, h3{
  font-size: 30px;
}
/* BANNER CSS START HERE  */
button.pxx5.btn.btn-light {
  font-weight: 500;
}
button.pxx5.btn.btn-light:hover{
  background-color: #3F6AC2;
  color: white;
}
.tagbtn {
  background: #52ADD9;
  padding: 3px 20px;
  border-radius:4px;
  color: white;
  font-size: 12px;
  font-weight: 500;
}

.heading {
  font-size: 40px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}
.head-title{
  font-size: 40px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .heading {
    font-size: 30px;
  }
  .head-title{
    font-size: 50px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
  }

  .contact-form {
   padding: 0px 30px 30px !important;
  }
}

.btn-primary {
  background-color: #3F6AC2;
  border-color: #3F6AC2;
  border-radius: 30px;
}

.contact-form {
  background: white;
  border-radius: 12px;
  padding: 20px;
}

::placeholder {
  font-size: 14px;
}


/* counter start here css  */

.counter-right {
  border-right: 2px dotted white;
}

.mt5 {
  margin-top: -80px;
}

.count-title {
  font-size: 40px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
}

.count-text {
  font-size: 13px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
}

.fa-2x {
  margin: 0 auto;
  float: none;
  display: table;
  color: #4ad1e5;
}

.counter {
  background-color: #3F6AC2;
  margin: 20px 0;
}

.counter-bg {
  background-color:#3F6AC2;
  ;
  border-radius: 30px;
}

/* trackmiter start here css  */

.trackmiter {
  background-color: #3F6AC2;
}

/* FOR MOBILE SECTION CSS  */

@media only screen and (max-width: 900px) {

.mobile-view{
    font-size: 14px !important;
}
.mobile-new{
    margin-bottom: 25px;
}

.tric-hidden{
  height:150px !important;
}
.d-grid-mobile{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.whyus-bg {
    background-position: bottom !important;
    background-size: 250% !important;
}
button.pxx5 {
    width: 150px !important;
    background: white;
    text-align: center;
    border: 1px solid #415E9A;
    font-size: 13px;
}
.imgfluid{
    margin-top: -8rem;
}
.head-title {
    font-size: 24px !important;
}
  .ps-5 {
    padding-left: 0px !important;
  }
 .mt5{
  padding-left: 20px;
  padding-right:20px;
  margin-top:-8rem !important;
  }
  .pt5 {
    padding-top: 0px !important;
  }
  .ms5{
margin-left:0px !important;
margin-top: 5px !important;
  }

  .py5 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }

  .trackmiter {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }

  .my5 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }

  .pb5 {
    padding-bottom: 0px !important;
  }

  .about-us {
    padding-top: 2rem;
  }

  /* WHY CHOOSE USFOR MOBILE  */

  .themed-left {
    text-align: center !important;
  }

  .themed-right {
    text-align: center !important;
  }

  .heading {
    font-size: 20px !important;
  }

  p {
    font-size: 12px !important;
  }

  /*.gridco {*/
  /*  --bs-columns: 7 !important;*/
  /*  width:237pc !important;*/

  /*}*/
  
.gridco .text-center {
  width: 100px !important;
}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 900px) {
  .imgfirst {
    position: relative
  }

  .imgfluid {
    position: absolute;
    top: -10pc;
    right: -60px;
  }

}



.grid {
  display: grid;
  grid-template-rows: repeat(var(--bs-rows, 1), 1fr);
  grid-template-columns: repeat(23, 1fr);
  gap: var(--bs-gap, 1.5rem);
}

.trackcol {
  overflow-x: scroll;
}

.gridco .text-center {
  width: 240px;
}

/* width */
::-webkit-scrollbar {
  height: 6px;
  overflow-y: hidden;
  width: 0px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: none;
  background: #FFFFFF;
  border-radius: 10px;

}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #52ADD9;
  border-radius: 10px;
}

/* whychoose us here code  */

button.pxx5 {
  /* padding-left: 60px; */
  /* padding-right: 60px; */
  width: 230px;
}

.themed-left {
  text-align: left
}

.themed-right {
  text-align: right
}

.whyus-bg {
  background-image: url('../images/lonely-road.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* TESTIMONAL SLIDER CSS START HERE 
 */


.tag {
  text-align: center;
  font-size: 1.1rem
}

.fa-heart {
  color: rgba(255, 230, 0, 0.959);
  font-size: 30px
}
.card:hover{
    border-top: 5px solid #415E9A;
}
.card {
  height: auto;
  padding: 40px 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-top: 5px solid #fff;
    border-radius: 20px;
}
.testimonial {
  font-size: 0.9rem;
  line-height: 1.4rem;
  font-weight: 500;
  text-align:center;
}

.active-star {
  color: #FBC02D;
  margin-bottom: 8px
}

.active-star:hover {
  color: #F9A825;
  cursor: pointer
}

.profile {
  padding-top: 10px;
  justify-content: center;
  .flex-column{
    margin-left: 20px;
  }
}

.name {
  font-weight: 700;
text-align:center;
}

.designation {
  font-size: 0.84rem;
  font-weight: 600;
text-align:center;
}

.owl-carousel {
  margin-bottom: 15px
}

.owl-carousel .owl-stage-outer {
  padding: 30px 10px;
  height: auto;
}

.testionial-bg .owl-carousel .owl-item img {
  width: 45px !important;
  height: 45px;
  border-radius: 50%;
  object-fit: cover
}

.owl-theme .owl-nav [class*='owl-'] {
  border-radius: 50% !important;
  background: inherit !important;
  border: 3px solid #bbb;
  color: #bbb !important
}

.owl-theme .owl-nav [class*='owl-']:hover {
  border: 3px solid #1010ca;
  color: #1010ca !important
}



.fa, .far, .fas {
  font-family: "FontAwesome";
}

.testionial-bg{
  background-image: url('../images/testionial.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.owl-prev{
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-4pc, -15pc);
}

.owl-next{
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(4pc, -15pc);
}
.owl-nav{
  position: relative;
}

.testionial-bg .owl-theme .owl-nav [class*='owl-']:hover {
  border: 0px solid #52ADD9;
  color: #fff !important;
  background: #52ADD9 !important;
  width: 50px;
  height: 50px;
}

.testionial-bg .owl-theme .owl-nav [class*='owl-'] {
  border: 0px solid #ffffff;
  color: #000000 !important;
  background: white !important;
  width: 50px;
  height: 50px;
}

/* LATEST BLOG CSS START HERE  */
.blogbtn{
  border-radius: 30px;
  color: #3f6ac2;
  border:0px;
}
.blogbtn:hover{
color:white !important;
  background:#52ADD9;
  border:0px;

}
.gridco img{
    border-radius: 12px;
}
.blogbtn1{
  border-radius: 30px;
  color: #3f6ac2;
  border:0px;
}
.blogbtn1:hover{
color:000 !important;
  background:#fff !important;
  border:0px;

}
.dis-blog{
  display: flex;
  align-items: flex-end;
}
.latest-blog{
  background-color:#3F6AC2;
}
.blog-span{
  background: #52ADD9;
  padding: 10px 30px;
  color: white;
  float: right;
  margin-top: -23px;
  z-index: 1;
  position: relative;
}
.blog-set{
  padding: 40px 20px;
}
.box-card{
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

    border-radius: 20px;
}
.title{
  color: #000;
}
.title:hover{
  color: #52ADD9;
}
.link{
  color: black;
    text-decoration: none;
}
.blog-slider{
  margin-top: -8rem;
}


.blog-slider .owl-theme .owl-nav [class*='owl-']:hover {
  border: 0px solid #84c7e9;
  color: #fff !important;
  background: #84c7e9 !important;
  width: 50px;
  height: 50px;
}

.blog-slider .owl-theme .owl-nav [class*='owl-'] {
  border: 0px solid #52ADD9;
  color: #fff !important;
  background: #52ADD9 !important;
  width: 50px;
  height: 50px;
}


/* FOOTER CSS START HERE  */
.img-fd{
width:220px;
}
.list-style-none{
  list-style: none;
    padding: 0px; 
}
footer{
  font-size: 14px;
  background-color: #F4F4F4;
}
.list-style-none li a{
    color: #4A4A4A;
    line-height: 30px;
}

.copyright{
  background-color: #415E9A;
}

.footer-top .inner{
background-color: #3F6AC2;
    padding: 15px 25px;
    border-radius: 30px;
    height: 239px;
    margin-bottom: -5rem;
}
.border-inner{
  border-radius: 30px;
    border: dotted;
    padding: 30px;
    border-color: white;
}

@media only screen and (max-width: 900px) {
.img-fd{
width:170px !important;
padding-bottom:15px;
}
    .pt05 {
        padding-top: 100px !important;
    }
  .image-poss{
    height: auto;
  }
  .footer-top .inner{
    height: auto;
  }
  .owl-prev{
transform: translate(-1pc, -15pc);
  }
  .owl-next{
    transform: translate(1pc, -15pc);
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 900px) {
  .image-pos{
    position: relative;
  }
  .video-tag{
        height: 600px;
        background: black;
}

  .image-poss{
    position: absolute;
    right: 0;
    left: 0;
    top: 0px;
    margin-top: -133px;
    transform: translate(45px, 0px);
    overflow: hidden;
    height: 325px;
  }
}


.fa {
  padding: 5px;
  font-size: 16px;
  width: 25px;
  text-align: center;
  text-decoration: none;
  margin: 2px 0px;
  border-radius: 30px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #415E9A;
  color: white;
}

.fa-twitter {
  /* background: #55ACEE; */
  color: #415E9A;
}


.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.faq ul.breadcrumb {
    padding: 0px;
    list-style: none;
    background-color: #52ADD9;
    display: block;
    width: 120px;
    border-radius: 6px;
    height: 28px;
}
.faq ul.breadcrumb li {
    display: inline;
    font-size: 14px;
}
.faq ul.breadcrumb li a{
   color:white;
    text-decoration: none;
}

.faq ul.breadcrumb li+li:before {
    padding: 0px;
    color: white;
    content: "/\00a0";
}
.btn:hover {
        background-color: #000;
        border-color: #000;
}

.counter-bg .col {
    padding: 0px;
}

.faq {
    background: linear-gradient(0deg, rgba(0, 22, 65, 0.7), rgba(0, 22, 65, 0.7)), url(../images/contact/banner.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.inner-image a{
    color: #1868b3;
    text-decoration: none;
}
.img-fluid {
  width: 100%;
}
.blog-it img{
border-radius: 12px;
}
.video-tag{
border-radius:20px;
}


.text-center {
  text-align: center !important;

}

.card-title{
	
font-size: 15px;
}

.checked {
  color: orange;
}


.d-mobile{
      display:none !important;
  }
@media only screen and (max-width:900px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
  .d-mobile{
      display:block !important;
  }
  .navtor{
      display: grid ; 
      grid-template-columns: 2fr 1fr;
  }
  .sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top:10px;
  text-align:center;
}

.sidenav a {
  padding: 8px 5px 8px 25px;
  text-decoration: none;
  font-size: 18px;
  color: #000;
  display: block;
  transition: 0.3s;
  text-align: left;
  border-bottom: 1px solid #ebebeb;

}

.sidenav a:hover{
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

}

/* Bottom Navigation Container */



.bottom-naav {
    display: none !important; /* Initially hidden */
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
justify-content: space-around;
    padding: 0px;
    border-top: 1px solid #3f6ac2;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    background: white;
    z-index: 999;
}

/* Individual Menu Item */
.naav-item {
    position: relative;
    text-align: center;
    color: #000000;
    font-size: 24px;
    cursor: pointer;
    transition: color 0.3s ease;
    border-left: 1px solid #e8e8e8;
    width: 100%;
}

/* Hover Effect */
.naav-item:hover {
    color: #f39c12; /* Highlight color when hovering */
}

/* Icon Styles */
.icon {
    font-size: 28px;
}

/* Tooltip Styles */
.tooltip {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    pointer-events: none; /* To make sure tooltip doesn't block clicks */
}

/* Show Tooltip on Hover */
.naav-item:hover .tooltip {
    opacity: 1;
    visibility: visible;
}

/* Media Query for Mobile Devices */
@media only screen and (max-width:900px) {
    .bottom-naav {
        display: flex !important; /* Show the bottom navigation on mobile */
        
    }
nav.navbar.navbar-expand-lg.navbar-light.bg-white.p-0 {
    position: sticky;
    top: 0;
    width: 100%;
    z-index:2;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
    .naav-item {
        font-size: 20px;
    }
}
a {
    color: black;
    text-decoration: unset;
}
