@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700&display=swap');
html,
body {
  overflow-x: hidden;
  width: 100%;
}

.container{
    max-width: 1320px;
}

.bg-1 {
    background-color: #fff9f7;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    margin-bottom: 0px;
    font-family: 'Montserrat', sans-serif, Arial, Helvetica, sans-serif;
}

p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 0rem;
    font-family: 'Montserrat', sans-serif, Arial, Helvetica, sans-serif;
}

ul, ol{
    font-family: 'Montserrat', sans-serif, Arial, Helvetica, sans-serif;
}

.com-padd{
    padding: 60px 0px;
}

.btn-learn-more {
    font-family: 'Montserrat', sans-serif, Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    text-transform: uppercase;
    border-radius: 50px;
    transition: 0.3s;
    line-height: 1;
    color: #21d0b3;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    margin-top: 6px;
    border: 2px solid #21d0b3;
  }
  
.btn-learn-more:hover {
    background: #21d0b3;
    color: #fff;
    text-decoration: none;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF !important;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}

.my-float {
  margin-top: 16px;
}

.mobile-quick {
  display: none;
}


/* nav */
nav{
  /* position: fixed;
  top: 0;
  left: 0; */
  position: relative;
  width: 100%;
  height: 100%;
  height: 70px;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 99;
}

.top-bar {
  background-color: #2f455c;
  padding: 3px 0px;
  color: #ffffff;
}
.top-bar .top-info {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.top-bar .top-info .contact-info ul {
    padding: 0px;
    margin: 0px;
}

.top-bar .top-info .contact-info ul li {
   list-style: none;
   display: inline-block;
    position: relative;
    padding-left: 20px;
}

.top-bar .top-info .contact-info ul li.mobile::before{
  content: "\eaf1";
  font-family: 'boxicons' !important;
  position: absolute;
  left: 0px;
}

.top-bar .top-info .contact-info ul li.mailid::before {
  content: "\ecf4";
  font-family: 'boxicons' !important;
  position: absolute;
  left: 0px;
}

.top-bar .top-info .contact-info ul li a{
  color: #ffffff;
}

.top-bar .top-info .contact-info ul li a:hover {
  text-decoration: none;
}


.nav-fixed{
  position: fixed;
  top: 0px;
}

nav .navbar a.logo-img{
    position: absolute;
    left: 0px;
    background-color: #ffffff;
    padding: 10px;
    top: 0;
}
nav .navbar .logo img{
  width: 90px;
  height: auto;
}
nav .navbar{
  height: 100%;
  max-width: 1320px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  /* background: red; */
/*  padding: 0 50px;*/
}
.navbar .logo a{
  font-size: 30px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
nav .navbar .nav-links{
  line-height: 55px;
  height: 100%;
}
nav .navbar .links{
  display: flex;
}
nav .navbar .links li{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0 14px;
}
nav .navbar .links li a{
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  color: #2f455c;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}
nav .navbar .links li a.active {
  color: #21d0b3;
}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow{
  transform: rotate(180deg);
  }

nav .navbar .links li .arrow{
  /* background: red; */
  height: 100%;
  width: 22px;
  line-height: 55px;
  text-align: center;
  display: inline-block;
  color: #2f455c;
  transition: all 0.3s ease;
}
nav .navbar .links li .sub-menu{
  position: absolute;
  top: 55px;
  left: 0;
  line-height: 40px;
  background: #2f455c;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 4px 4px;
  display: none;
  z-index: 2;
  padding: 0px;
  margin: 0px;
}
nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu{
  display: block;
}
.navbar .links li .sub-menu li{
  padding: 0 22px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.navbar .links li .sub-menu a{
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
.navbar .links li .sub-menu .more-arrow{
  line-height: 40px;
}
.navbar .links li .htmlCss-more-sub-menu {
  /* line-height: 40px; */
}
.navbar .links li .sub-menu .more-sub-menu{
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 0 4px 4px 4px;
  z-index: 1;
  display: none;
}
.links li .sub-menu .more:hover .more-sub-menu{
  display: block;
}
.navbar .search-box{
  position: relative;
   height: 40px;
  width: 40px;
}
.navbar .search-box i{
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.navbar .search-box .input-box{
  position: absolute;
  right: calc(100% - 40px);
  top: 80px;
  height: 60px;
  width: 300px;
  background: #3E8DA8;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
.navbar.showInput .search-box .input-box{
  top: 65px;
  opacity: 1;
  pointer-events: auto;
  background: #3E8DA8;
}
.search-box .input-box::before{
  content: '';
  position: absolute;
  height: 20px;
  width: 20px;
  background: #3E8DA8;
  right: 10px;
  top: -6px;
  transform: rotate(45deg);
}
.search-box .input-box input{
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  height: 35px;
  width: 280px;
  outline: none;
  padding: 0 15px;
  font-size: 16px;
  border: none;
}
.navbar .nav-links .sidebar-logo{
  display: none;
}
.navbar .bx-menu{
  display: none;
}
/* nav end */

/* main-heading */
.section-title {
    text-align: center;
    padding-bottom: 30px;
  }
  
  .section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    color: #2f455c;
  }
  
  .section-title h2::before,
  .section-title h2::after {
    content: "";
    width: 50px;
    height: 2px;
    background: #21d0b3;
    display: inline-block;
  }
  
  .section-title h2::before {
    margin: 0 15px 10px 0;
  }
  
  .section-title h2::after {
    margin: 0 0 10px 15px;
  }
  
  .section-title p {
    margin: 15px 0 0 0;
  }
/* main-heading end */

/* banner-form */

.banner-sec {
  background-color: #2f455c;
}

.banner-sec .carousel-indicators {
  bottom: 10px;
}

.banner-form {
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 0px;
}

.banner-form h3 {
  font-size: 30px;
  color: #ffffff;
  font-weight: 600;
  font-family: Ubuntu, sans-serif;
}

.banner-form p {
  color: #ffffff;
  margin-bottom: 0px;
}

.banner-form input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  width: 100%;
  margin-bottom: 10px;
}

.banner-form .form-control {
  display: block;
  width: 100%;
  /* height: calc(2em + 0.75rem + 2px); */
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6c757d;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.banner-form .form-control:focus {
  color: #000000;
  background-color: #fff;
  border-color: #ffffff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(33 208 179 / 60%);
}

.banner-form .button {
  border: 2px solid #000000;
  color: #000000;
  padding: 0px 20px;
  width: 190px;
  background-color: transparent;
}

.banner-form .button:hover {
  background-color: #21d0b3;
  color: #ffffff;
}

/* banner-form end */

/* banner-title */
.banner-title {
    background-image: url(../img/bg.jpg);
    padding: 90px 0px;
    text-align: center;
    background-position: bottom;
    background-size: cover;
    position: relative;
    z-index: -1;
}

.banner-title::after {
    content: "";
    background-color: rgb(0 0 0 / 42%);
    height: 100%;
    z-index: 999;
    z-index: -11;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.banner-title h1{
    color: #ffffff;
    z-index: 999;
}

/* banner-title */

/* services */

.services-card {
    position: relative;
    overflow: hidden;
}

.services-card img{
  max-width: 100%;
    transition: all 0.3s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}

.services-card:hover img {
  transform: scale(1.1);
}

.services-text {
    position: absolute;
    bottom: 0px;
    background-color: #2f455c;
    width: 100%;
    padding: 10px 0px;
}

.services-text h3{
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
}


/* services end */

/* services-inner */
.services-inner h3 {
    color: #2f455c;
    font-weight: 700;
    font-size: 24px;
}

.services-inner li{
    margin-bottom: 10px;
    font-size: 16px;
}

.ser-form {
  border-top: 1px solid #dddddd;
  background-color: #eaeaea;
}


/* services-inner end */

/* contact */
.contact-bg{
    background-color: #21d0b3;
}

.contact-inner h3{
    font-size: 25px;
    font-weight: 600;
    color: #2f455c;
    margin-bottom: 20px;
}

ul.contact-info{
    padding: 20px 10px;
    margin: 0px;
}

ul.contact-info li{
    list-style: none;
    color: #ffffff;
    padding-bottom: 20px;
}

ul.contact-info li:last-child{
    padding-bottom: 0px;
}

ul.contact-info li a{
    color: #ffffff;
}

/* contact end */

/* Faqs */
.faq-accordion {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

.faq-accordion .card,
.faq-accordion .card:last-child .card-header {
  border: none;
}

.faq-accordion .card-header {
  border-bottom-color: #EDEFF0;
  background: #fafafa;
}

.faq-accordion .card-body {
  background-color: #f8f4f4;
}

.faq-accordion .fa-stack {
  font-size: 18px;
  color: #2f455c;
}

.faq-accordion .collapsed .fa-stack .fa-plus {
  display: block
}

.faq-accordion .fa-stack .fa-plus {
  display: none;
}

.faq-accordion .btn {
  width: 100%;
  font-weight: 600;
  color: #000000;
  padding: 0;
  border: none;
  text-align: left;
  white-space: normal;
}

.faq-accordion .btn-link:hover,
.faq-accordion .btn-link:focus {
  text-decoration: none;
  box-shadow: none;
}

.faq-accordion li+li {
  margin-top: 10px;
}

.why-choose img{
  width: 80px;
  height: auto;
}

/* Faqs end */

/* footer */
footer{
    background-color: #2f455c;
}

footer h3{
    color: #ffffff;
    font-weight: 900;
    margin-bottom: 20px;
    font-size: 20px;
}

footer p{
    color: #ffffff;
}

ul.footer-nav{
    padding: 0px;
    margin: 0px;
}

ul.footer-nav li{
   list-style: none;
   padding-bottom: 10px;
   position: relative;
   padding-left: 20px;
}
ul.footer-nav li:before {
    content: "\ec90";
    font-family: 'boxicons' !important;
    left: 0px;
    position: absolute;
    color: #ffffff;
}
ul.footer-nav li a{ 
    color: #ffffff;
}
ul.footer-nav li a:hover {
  text-decoration: none;
}

.rounded-social-buttons .social-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 2.3rem;
  height: 2.3rem;
  border: 0.125rem solid transparent;
  padding: 0;
  text-decoration: none;
  text-align: center;
  color: #fefefe;
  font-weight: normal;
  line-height: 2.2;
  border-radius: 1.6875rem;
  transition: all 0.5s ease;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
}

.rounded-social-buttons .social-button:hover, .rounded-social-buttons .social-button:focus {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

.rounded-social-buttons .fa-twitter, .fa-facebook-f, .fa-linkedin, .fa-youtube, .fa-instagram {
  font-size: 20px;
}

.rounded-social-buttons .social-button.facebook {
  background: #3b5998;
}

.rounded-social-buttons .social-button.facebook:hover, .rounded-social-buttons .social-button.facebook:focus {
  color: #3b5998;
  background: #fefefe;
  border-color: #3b5998;
}

.rounded-social-buttons .social-button.twitter {
  background: #55acee;
}

.rounded-social-buttons .social-button.twitter:hover, .rounded-social-buttons .social-button.twitter:focus {
  color: #55acee;
  background: #fefefe;
  border-color: #55acee;
}

.rounded-social-buttons .social-button.linkedin {
  background: #007bb5;
}

.rounded-social-buttons .social-button.linkedin:hover, .rounded-social-buttons .social-button.linkedin:focus {
  color: #007bb5;
  background: #fefefe;
  border-color: #007bb5;
}

.rounded-social-buttons .social-button.youtube {
  background: #bb0000;
}

.rounded-social-buttons .social-button.youtube:hover, .rounded-social-buttons .social-button.youtube:focus {
  color: #bb0000;
  background: #fefefe;
  border-color: #bb0000;
}

.rounded-social-buttons .social-button.instagram {
  background: #125688;
}

.rounded-social-buttons .social-button.instagram:hover, .rounded-social-buttons .social-button.instagram:focus {
  color: #125688;
  background: #fefefe;
  border-color: #125688;
}

.copyright-sec{
      background-color: #2f455c;
        font-size: 15px;
        font-weight: 500;
        border-top: 5px solid #24d1b5;
        padding: 10px 0px;
}

/* footer end*/

@media (max-width:920px) {
  nav .navbar{
    max-width: 100%;
    padding: 0 25px;
  }

  nav .navbar .logo a{
    font-size: 27px;
  }
  nav .navbar .links li{
    padding: 0 10px;
    white-space: nowrap;
  }
  nav .navbar .links li a{
    font-size: 15px;
    color: #ffffff;
  }
}
@media (max-width:800px){
  .section-title h2 {
    font-size: 24px;
  }
  .float {
    display: none;
  }
  
  .mobile-quick {
    display: block;
  }
  
  .mobile-quick ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    width: 100%;
    position: fixed;
    bottom: 0px;
  }
  
  .mobile-quick li {
    width: 50%;
    color: #ffffff;
    padding: 6px;
    font-size: 18px;
    list-style: none;
    text-align: center;
  }
  
  .mobile-quick li:first-child {
    background-color: #34B7F1;
  }
  
  .mobile-quick li:last-child {
    background-color: #25d366;
  }
  
  .mobile-quick li a {
    color: #ffffff;
    text-decoration: none;
  }
    .section-title h2::before,
    .section-title h2::after{
      width: 8%;
    }
     .banner-form {
       padding: 20px 15px;
     }
  nav{
    /* position: relative; */
  }
  .navbar .bx-menu{
    display: block;
  }
  nav .navbar .nav-links{
    position: fixed;
    top: 0;
    left: -100%;
    display: block;
    max-width: 270px;
    width: 100%;
    background: #2f455c;
    line-height: 40px;
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    z-index: 1000;
  }
  .navbar .nav-links .sidebar-logo{
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .sidebar-logo .logo-name{
    font-size: 25px;
    color: #fff;
  }
    .sidebar-logo  i,
    .navbar .bx-menu{
      font-size: 25px;
      color: #2f455c;
      order: 1;
    }
        .sidebar-logo i,
        .navbar .bx-menu .bx-x{
          color: #ffffff;
          border: 1px solid;
        }
  nav .navbar .links{
    display: block;
    margin-top: 20px;
    padding: 0px;
  }
  nav .navbar .links li .arrow{
    line-height: 40px;
    color: #ffffff;
  }
nav .navbar .links li{
    display: block;
  }
nav .navbar .links li .sub-menu{
  position: relative;
  top: 0;
  box-shadow: none;
  display: none;
}
nav .navbar .links li .sub-menu li{
  border-bottom: none;

}
.navbar .links li .sub-menu .more-sub-menu{
  display: none;
  position: relative;
  left: 0;
}
.navbar .links li .sub-menu .more-sub-menu li{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow{
  transform: rotate(0deg);
  }
  .navbar .links li .sub-menu .more-sub-menu{
    display: none;
  }
  .navbar .links li .sub-menu .more span{
    /* background: red; */
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
  }

  .links li .sub-menu .more:hover .more-sub-menu{
    display: none;
  }
  nav .navbar .links li:hover .htmlCss-sub-menu,
  nav .navbar .links li:hover .js-sub-menu{
    display: none;
  }
.navbar .nav-links.show1 .links .htmlCss-sub-menu,
  .navbar .nav-links.show3 .links .js-sub-menu,
  .navbar .nav-links.show2 .links .more .more-sub-menu{
      display: block;
    }
    .navbar .nav-links.show1 .links .htmlcss-arrow,
    .navbar .nav-links.show3 .links .js-arrow{
        transform: rotate(180deg);
}
    .navbar .nav-links.show2 .links .more-arrow{
      transform: rotate(90deg);
    }
    .copyright-sec{
      text-align: center;
    }
}
@media (max-width:500px){
  nav .navbar .nav-links{
  max-width: 100%;
} 
.top-bar .top-info .contact-info ul{
  text-align: center;
}
.top-bar .top-info .contact-info ul li{
  text-align: center;
}
}