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


/*******************************/
/********* General CSS *********/
/*******************************/
body {
    color: #797979;
    background: #ffffff;
    font-family: 'Nunito', sans-serif;
    font-size: 17px;
    color: #333333;
    }

h1,
h2, 
h3, 
h4,
h5, 
h6 {
    color: #000000;
}

a {
    color: #313131;
    transition: .3s;
}

a:hover,
a:active,
a:focus {
    color: #EF233C;
    outline: none;
    text-decoration: none;
}


.hero__btn .btn:focus,
.form-control:focus {color: #ffffff!important; outline: none;
    text-decoration: none;box-shadow: none; }

.container-fluid {
    max-width: 1366px;
}

#contactbtn .btn {
  padding: 9px 55px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #ffffff;
  background: #08C8BF;
  border: 2px solid transparent;
  border-radius: 5px;
  box-shadow: inset 0 0 0 50px #08C8BF;
  transition: ease-out 0.3s;
  -webkit-transition: ease-out 0.3s;
  -moz-transition: ease-out 0.3s;
}
.btn {
    padding: 9px 12px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ffffff;
    background-color:#08C8BF;
    border: 2px solid transparent;
    border-radius: 5px;
    /* box-shadow: inset 0 0 0 50px #08C8BF; */
    transition: ease-out 0.3s;
    -webkit-transition: ease-out 0.3s;
    -moz-transition: ease-out 0.3s;
}
.btn1 {
    padding: 9px 12px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ffffff;
    /* background: #08C8BF; */
    border: 2px solid transparent;
    border-radius: 5px;
    /* box-shadow: inset 0 0 0 50px #08C8BF; */
    transition: ease-out 0.3s;
    -webkit-transition: ease-out 0.3s;
    -moz-transition: ease-out 0.3s;
}
.btn:hover {
    color: #009386;
    background: transparent;
    /* box-shadow: inset 0 0 0 0 #08C8BF; */
    border-color: #009386;
}

@media (max-width: 768px) {
  .btn {
    font-size: 14px;
    padding: 8px 16px;
  }
}
/* ----------------preloader------------------- */

.preloader {
  background-color: #f7f7f7;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  margin: 0 auto;
}

.preloader .preloader-circle {
  width: 100px;
  height: 100px;
  position: relative;
  border-style: solid;
  border-width: 1px;
  border-top-color: #08C8BF;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  z-index: 10;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
  box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
  background-color: #fff;
  -webkit-animation: zoom 2000ms infinite ease;
  animation: zoom 2000ms infinite ease;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
}


.preloader .preloader-circle2 {
  border-top-color: #0078ff;
}


.preloader .preloader-img {
  position: absolute;
  top: 50%;
  z-index: 200;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 6px;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
}

.preloader .preloader-img img {
  max-width: 55px;
}

.preloader .pere-text strong {
  font-weight: 800;
  color: #dca73a;
  text-transform: uppercase;
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
  }
}


.back-to-top {
    position: fixed;
    display: none;
    width: 44px;
    height: 44px;
    padding: 8px 0;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    right: 15px;
    bottom: 15px;
    z-index: 9;
}

.back-to-top i {
    color: #ffffff;
}

.back-to-top:hover i {
    color: #414141;
}


/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/
.navbar {
    position: relative;
    transition: .5s;
    z-index: 999;
}

.navbar-toggler-icon {   
    width: 2em;
}

.navbar-light .navbar-toggler{
    background-color: transparent;
    /* border: 2px solid #f2f2f2;    */
    padding: 12px;    
}

.navbar-light .navbar-toggler-icon {
    background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFIAAAAyCAYAAADP2IzBAAAABHNCSVQICAgIfAhkiAAAAgFJREFUeF7t28FNAkEUBuD/LVH2JnagFagXWE8yNCBWoFYgHdgCdgAVSAUMnkAvYAdYgXjb1cCYWQElxhCW5wX+PZJ9fzLfvgCZtyMAEHZt2QluAJQFKPjPeC0V6EDQiEum6e+U3UdbDRzul5bxhr8EGnFkriXfs30Bjum0hoDDoeR77ZFA9taIYamDkbBrGxBcUiObgIN7S6JKQdC3hTB2LYicZYva4irnXsY5qX4UzUBmDDtP9jg3RnWLWVZa+iTA4L1kWrOiOeRKKbz5lwAhlZqCkIRUElCKYUcSUklAKYYdSUglAaUYdiQhlQSUYtiRhFQSUIphRxJSSUApZnEbzeEIwIFS9mbHiOvExcrD9zaa39hN0uFXebNX/i+rG44DXKQbu/merQvSUSyvDAIOGCWR2feQr5xlZxD8WeKHX/leeyAQ/93IK6uAH8fyBYGsetM6h2Z8aq7SX+3pKys1Ac7XjN2acgf3DEgjiUzdL5p/yJUePSEJqSSgFMOOJKSSgFIMO5KQSgJKMexIQioJKMWwIwmpJKAUw44kpJKAUgw7kpBKAkoxaUf6F/GDCW6nB5c4RVyC6+c0AgwWjtD5TV0IrNKD2boYB9wlkanxCJ3Go+cROg1FAF9TRNvirCY7KI/QZbebV3rESSDlhSN06Y8OX1tZhXcYh2jhxIx80SctEoinbAAxxgAAAABJRU5ErkJggg==')!important;
}

.navbar.nav-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}

.navbar .navbar-brand {
    margin: 0;
    font-size: 45px;
    line-height: 0px;
    font-weight: 700;
    letter-spacing: 2px;
    transition: .5s;
    
}

.navbar .navbar-brand img {
    max-width: 80%;
    max-height: 100%;
}

.navbar .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #f8f9fa;
}

@media (min-width: 992px) {
    .navbar {
        width: 100%;
        background: white !important;
        border-bottom: transparent !important;
        /* z-index: 9; */
    }
    
    .navbar.nav-sticky {
        padding: 10px 60px;
 
    }
    
    .navbar .navbar-brand {
        color: #ffffff;
    }
    
    .navbar.nav-sticky .navbar-brand {
        color: #08C8BF;
    }

    .navbar-light .navbar-nav .nav-link,
    .navbar-light .navbar-nav .nav-link:focus {
        padding: 10px 10px 8px 10px;
        color: #000000;
        font-size:100%;
        font-weight: 700;
    }
    
   .navbar-light .navbar-nav .nav-link.active{
        color: #f00!important;
    }
 
    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active {
        color: #08C8BF;
    }
    
    .navbar-light.nav-sticky .navbar-nav .nav-link:hover,
    .navbar-light.nav-sticky .navbar-nav .nav-link.active {
        color: #08C8BF;
    }
    
    .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #08C8BF!important;
}
}

@media (max-width: 991.98px) {   
    .navbar {
        padding: 15px;
        /* background: rgba(255, 255, 255, 0.7)!important; */
    }
    
    .navbar .navbar-brand {
        color: #08C8BF;
    }
    
    .navbar .navbar-nav {
        margin-top: 15px;
    }
    
    .navbar a.nav-link {
        padding: 5px;
    }
    
    .navbar .dropdown-menu {
        box-shadow: none;
    }
    
    .navbar-light .navbar-nav .nav-link {
    color: #000000;
}
}
/* For devices up to 598px */
@media (max-width: 598px) {
  .navbar-brand {
      width: 50%;
    }

}

/* new .active color  */

/* active nav bar  */

/*******************************/
/********** Hero CSS ***********/
/*******************************/
.card {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s; /* Add a transition for a smooth effect */
}
.card p{
    margin: 0px !important;
}
.card:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); /* Change the box-shadow on hover for the hover effect */
}
  
  .chip {
    display: inline-block;
    padding: 0 25px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    border-radius: 25px;
  }
  
  .chip img {
    float: left;
    margin: 0 10px 0 -25px;
    height:70px;
    width: 70px;
    border-radius: 50%;
  }


.hero .container-fluid {
    padding: 0;
}

.hero .hero-image {
    position: relative;
    text-align: right;
    right: -2em;
    top: 0em;
}

.hero .hero-image img {
    max-width: 100%;
    max-height: 80%;
}

.hero .hero-content {
    position: relative;
    padding-left:0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.hero .hero-text p {
    color: #333333;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
}

.hero .hero-text h1 {
    color: #333333;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 15px;
}

.hero .hero-text h2 {
    display: inline-block;
    margin: 0;
    height: 35px;
    color: #333333;
    font-size: 35px;
    font-weight: 600;
}

.hero .hero-text .typed-text {
    display: none;
}

.hero .hero-text .typed-cursor {
    font-size: 35px;
    font-weight: 300;
    color: #ffffff;
}

.hero .hero-btn .btn {
    margin-top: 35px;
    color: #EF233C;
    background: #ffffff;
    box-shadow: inset 0 0 0 50px #ffffff;
}

.hero .hero-btn .btn:hover {
    color: #ffffff;
    background: transparent;
    box-shadow: inset 0 0 0 0 #ffffff;
    border-color: #ffffff;
}

.hero .hero-btn .btn:first-child {
    margin-right: 10px;
}

/*******************************/
/******* Section Header ********/
/*******************************/
.section-header {
    position: relative;
    margin-bottom: 45px;
    margin-top: 5%;
}
@media (max-width:767px) {
    .section-header {
        position: relative;
        margin-bottom: 45px;
        margin-top: 5%;
        text-align: center !important;
    }
}

.hero .section-header span.line::before {
  top: -11px;  
}

.section-header span.line {
    display: inline-block;
    margin: 0 30px;
    margin-bottom: 20px;
    padding-left: 15px;  
    position: relative;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #ffffff;
}

.section-header span.line::before {
    position: absolute;
    content: "";
    height: 6px;
    width: 100px;
    border-radius: 50px;
    top: 0;
    right: 0;
    left: -30px;
    background: #08C8BF;
    z-index: 1;
}

.section-header h1 {   
    font-size: 38px;
    line-height: 1.2em;
    font-weight: 700;
    color: #f2f2f2;
}

.section-header h3 {   
    font-size: 35px;
    line-height: 1.2em;
    font-weight: 700;
    color: #f2f2f2;
}

.section-header h4 {   
    font-size: 35px;
    line-height: 1.2em;
    font-weight: 700;
    color: #ffffff;
}


.section-header h2 {
    margin: 0;
    padding-top: 30px;
    position: relative;
    font-size: 42px;
    font-weight: 700;
    color: #333333;
}

.section-header p{
    font-size: 17px;
    color: #454645;
}

.section-header-2 span.line {
    display: inline-block;
    margin: 0 30px;
    margin-bottom: 10px;
    padding-left: 15px;  
    position: relative;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #ffffff;
}

.section-header-2 span.line::before {
    position: absolute;
    content: "";
    height: 6px;
    width: 100px;
    border-radius: 50px;
    top: 0;
    right: 0;
    left: -30px;
    background: #ffffff;
    z-index:1;
}

.section-header-2 h2 {
    margin: 0;
    position: relative;
    font-size: 45px;
    font-weight: 700;
    color: #ffffff;
}

/*******************************/
/********** Aboutus CSS **********/
/*******************************/
.about {
    position: relative;
    width: 100%;
    margin: 0px 0 45px 0;
}

.about .col-lg-6 {
    padding: 0;
}

.about .section-header {
    margin-bottom: 30px;
}
#aboutus {
  width: 230px;
  height: 350px;
  padding: 20px;
  border: 1px solid #00938791;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
#aboutus:hover {
  box-shadow: 0 8px 16px 0 rgba(203, 254, 244, 0.864);
}
#aboutus .icon {
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  line-height: 25px;
}

#aboutus h2 {
  margin: 10px 0;
}

#aboutus p {
  margin: 10px 0;
}

#aboutus img {
  width: 100%; /* To make sure the image fills the container */
}
#aboutus h2 {
margin: 10px 0;
}




/*******************************/
/********* Service CSS *********/
/*******************************/
.service {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.service .service-item {
    position: relative;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    box-shadow: inset 0 0 0 0 transparent;
    transition: ease-out 0.5s;
}

.service .service-item:hover {
    box-shadow: inset 800px 0 0 0 #EF233C;
}

.service .service-icon {
    position: relative;
    width: 150px;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #EF233C;
    background: #ffffff;
}

.service .service-icon i {
    position: relative;
    font-size: 60px;
    color: #EF233C;
    transition: .3s;
}

.service .service-item:hover i {
    font-size: 75px;
}

.service .service-text {
    position: relative;
    width: calc(100% - 120px);
    padding: 0 30px;
}

.service .service-text h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    transition: 1s;
}

.service .service-text p {
    margin: 0;
    font-size: 16px;
    transition: 1s;
}

.service .service-item:hover .service-text h3,
.service .service-item:hover .service-text p {
    color: #ffffff;
}

@media (max-width: 575.98px) {
    .service .service-text h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    
    .service .service-text p {
        font-size: 14px;
    }
}




/* bannersocialicons  */
.social-icons {
  display: flex;
  /* justify-content: center; */
  align-items: center;
}

.social-icons a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  /* border: 2px solid #ffffff;  */
  /* border-radius: 50%;  */
  text-decoration: none;
  transition: border-color 0.3s;
  margin-right: 10px;
  color: white;
}

.social-icons a:hover {
  border-color: #0a66c2; /* LinkedIn border color on hover */
  background-color: #0a66c2;
}

.social-icons a.circle-facebook:hover {
  border-color: #3b5998; /* Facebook border color on hover */
  background-color: #3b5998;

}
.social-icons a i {
  font-size:35px; /* Adjust the size as needed */
}


/*--------------My Style----------------*/
/*--------------------------------------*/

.feature__item {
    background: transparent;
    text-align: center;
    padding: 40px 10px 35px;
    margin-bottom: 30px;
}

.feature__item p {
    text-transform: inherit;
    color: #333333;
    font-size: 17px;
    margin: 25px auto;
    width: 500px;
    text-align: center;
}

.box_main {
    width: 100%;
    float: left;     
    padding: 30px 0px;
}

.lorem_text{
    width: 100%;
    float: left;
    font-size: 17px;
    color: #ffffff;
    text-align: left;
    margin-left: 0px;
    margin-top: 5em;
}

.lorem_text-2{
    width: 100%;
    float: left;
    font-size: 17px;
    color: #ffffff;
    text-align: left;
    margin-left: 0px;
    margin-top: 1em;
}


.ftco-section {
    padding: 6em 0;
    position: relative;
}
.ftco-section-2 {
    padding: 18em 0 5em;
    position: relative;
}
.intro.color-2 {
   background: #ffffff;
    position: absolute;
    bottom: -12em;
    left: 25em;
    padding: 30px;
    border: 1px solid #27CFC7;
    border-radius: 20px;
    box-shadow: 0px 0px 61px 0px rgb(0 0 0 / 8%);
}
.intro .text p{
    color: #333333;
    font-size: 20px;
    line-height: 2em;
    font-weight: 600;
}

.ul-check {
    margin-bottom: 50px;
}

.ul-check li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    line-height: 1.5;
}

.ul-check.success li:before {
    color: #27CFC7;
}
.ul-check li:before {
    left: 0;
    font-size: 20px;
    top: -.3rem;
    font-family: "icomoon";
    content: "\e5ca";
    position: absolute;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}


/* Home Banner Area css
============================================================================================ */

/*---------------Take A Look Video Section--------------------*/

@media (max-width:767px){
.banner {
  padding: 5px 0 !important;
}
}
.banner {
  position: relative;
  width: 100%;
  padding: 90px 0;
  background: #08C8BF;
}
/* line 491, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_common.scss */
.mb-50 {
    margin-bottom: 50px;
  }
  
  /* line 1, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_services_section.scss */
  /* .video-area {
    background: #08C8BF;
  } */
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 3, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_services_section.scss */
    .video-area .single-video {
      margin-bottom: 30px;
    }
  }
  
  @media (max-width: 575px) {
    /* line 3, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_services_section.scss */
    .video-area .single-video {
      margin-bottom: 30px;
    }
  }
  

   */
  /* line 15, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_services_section.scss */
  .video-area .single-video .video-caption {
    position: relative;
    background: #ffffff;
    box-shadow: 0px 0px 50px 4px rgb(0 0 0 / 6%);    
    width: 85%;
    padding: 33px 46px 16px 32px;
    margin-top: -50px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 15, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_services_section.scss */
    .video-area .single-video .video-caption {
      width: 95%;
    }
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 15, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_services_section.scss */
    .video-area .single-video .video-caption {
      width: 100%;
      padding: 33px 16px 16px 26px;
      margin-top: 0px;
    }
  }
  
  @media (max-width: 575px) {
    /* line 15, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_services_section.scss */
    .video-area .single-video .video-caption {
      width: 100%;
      padding: 33px 16px 16px 26px;
      margin-top: 0px;
    }
  }
  
  /* line 34, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_services_section.scss */
  .video-area .single-video .video-caption span {
    margin-bottom: 15px;
    line-height: 13px;
    font-family: inherit;
    position: relative;
    color: #e94d65;
    font-weight: 300;
    font-size: 14px;
    display: block;
    padding-left: 60px;
  }
  
  /* line 44, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_services_section.scss */
  .video-area .single-video .video-caption span::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 2px;
    top: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #e94d65;
  }
  
  /* line 56, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_services_section.scss */
  .video-area .single-video .video-caption p {
    margin-bottom: 15px;
    line-height: 1.5;
    font-family:inherit;
  }
  
  /* line 60, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_services_section.scss */
  .video-area .single-video .video-caption p a {
    color: #0e132a;
    font-weight: 400;
    font-size: 0.9em;
    display: block;
  }
  
  /* line 65, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_services_section.scss */
  .video-area .single-video .video-caption p a:hover {
    color: #14435c;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 60, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_services_section.scss */
    .video-area .single-video .video-caption p a {
      font-size: 18px;
    }
  }
  
  @media (max-width: 575px) {
    /* line 60, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_services_section.scss */
    .video-area .single-video .video-caption p a {
      font-size: 18px;
    }
  }
  
  /* line 797, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_common.scss */
  .section-padding30 {
    padding-top: 195px;
    padding-bottom: 170px;
  }
  
  @media only screen and (min-width: 1200px) and (max-width: 1600px) {
    /* line 797, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_common.scss */
    .section-padding30 {
      padding-top: 195px;
      padding-bottom: 170px;
    }
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 797, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_common.scss */
    .section-padding30 {
      padding-top: 150px;
      padding-bottom: 110px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 797, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_common.scss */
    .section-padding30 {
      padding-top: 100px;
      padding-bottom: 70px;
    }
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 797, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_common.scss */
    .section-padding30 {
      padding-top: 65px;
      padding-bottom: 30px;
    }
  }
  
  @media (max-width: 575px) {
    /* line 797, C:/Users/HP/Desktop/264.Business_HTML/HTML/assets/scss/_common.scss */
    .section-padding30 {
      padding-top: 65px;
      padding-bottom: 30px;
    }
  }
  
  .video-area .single-video .video-img {
      position: relative;
  }
  
  .video-img .btn-play {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    margin-left: -15px;
}

.video-img .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: #000000;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-area .btn-play span {
   display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 15px solid #ffffff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: 10px;
}

.video-img .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #000000;
    border-radius: 50%;
    transition: all 200ms;
}
  #video .section-header {
    position: relative;
    margin-bottom: 45px;
    margin-top:23%;
}
  
  @keyframes pulse-border {
    0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
    }
    100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      opacity: 0;
    }
  }
  
  #videoModal {
      padding-left: 17px; 
      margin-top: 5em;
  }
  
  #videoModal .modal-dialog {
      position: relative;
      max-width: 800px;
      margin: 60px auto 0 auto;
  }
  
  #videoModal .modal-body {
      position: relative;
      padding: 0px;
      z-index: 999;
  }
  
  #videoModal .close {
      position: absolute;
      width: 30px;
      height: 30px;
      right: 0px;
      top: -30px;
      z-index: 999;
      font-size: 30px;
      font-weight: normal;
      color: #ffffff;
      background: #000000;
      opacity: 1;
  }
  
  
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/


@media (max-width: 775px) {
  .IUL{
    width: 100% !important;
  }
}
@media (max-width: 575px) {
  .IUL{
    width: 70% !important;
  }
}

@media (max-width: 775px) {
  .expanding{
    width:93% !important;
  }
}
@media (max-width: 575px) {
  .expanding{
    width: 69% !important;
  }
}

.hover-effect img {
  transition: opacity 0.3s ease-in-out;
}

.hover-effect:hover img {
  opacity: 0.7; 
}


/*-------Privacy Policy-------*/
@media (min-width:992px) and (max-width: 1115px) {
  .expanding{
    padding: 15% !important;
  }
}
/* line 113, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_h1-hero.scss */
.slider-area2 {
  /*background-image: url(../img/hero/hero2.png);*/
  background-color: #f2f2f2; 
  background-size: cover;
margin-top: 2em;    
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 117, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_h1-hero.scss */
  .slider-area2 .hero-cap {
    padding-top: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 117, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_h1-hero.scss */
  .slider-area2 .hero-cap {
    padding-top: 50px;
  }
}

@media (max-width: 575px) {
  /* line 117, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_h1-hero.scss */
  .slider-area2 .hero-cap {
    padding-top: 50px;
  }
}

/* line 127, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_h1-hero.scss */
.slider-area2 .hero-cap h2 {
  color: #333333;
  font-size: 42px;
  font-weight: 800;
  text-transform: capitalize;
  line-height: 1;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 127, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_h1-hero.scss */
  .slider-area2 .hero-cap h2 {
    font-size: 42px;
  }
}

@media (max-width: 575px) {
  /* line 127, C:/Users/HP/Desktop/jun-2020/277.Charity _Non-profit/assets/scss/_h1-hero.scss */
  .slider-area2 .hero-cap h2 {
    font-size: 35px;
  }
}

#privacy a{
    color: #007bff;
}

#privacy span{
   color: #009386;
}

#privacy ol li {
    list-style-type: upper-alpha;
    padding-bottom: 10px;
    font-family: 'Nunito', sans-serif;
    color: #333333;
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: normal;
}  

#privacy .single-defination h4{
    color: #08C8BF;
    font-size: 27px;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 15px; 
}

.team_section_2 .ml-minus-05{
    margin-left: -0.5em;
}

/*-----------------404 Page------------------------*/

.error-page .btn {
  z-index: 1;
  overflow: hidden;
  background: transparent;
  position: relative;
  padding: 8px 50px;
  border-radius: 30px;
  cursor: pointer;
  font-size: 1em;
  letter-spacing: 2px;
  transition: 0.2s ease;
  font-weight: bold;
  margin: 5px 0px;
}
.error-page .btn.green {
  background: #08C8BF;
  color: #ffffff;
}
.error-page .btn.green:hover {
  background: #08C8BF;
  color: #ffffff;
  transition: 0.2s ease;
}

/* apurva  */
/* procuct  */
.card {
    width: 250px;
    height: 280px;
    background: #ffffff; /* Top color */
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #000; /* Text color on the card (changed to black for better visibility) */
}

/* Style for the bottom portion with a different color */
.card-bottom {
    background: #4CC6BB; /* Bottom color */
    border-radius: 0 0 10px 10px;
    height: 76px; /* Adjust the height as needed */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Style for the title */
.card h1 {
    font-size: 18px;
    color: #ffffff; /* Text color for the title */
    margin: 0;
}

/* Style for the content (p tag) */
.card p {
    font-size: 14px;
    margin: 0 15px;
}

.card:hover {
    box-shadow: 0 8px 16px 0 0 8px 16px 0 rgb(187 255 241 / 86%);
  }


/* product media query 1200  */
@media (max-width:1200px){
    .card{
        margin-right: 10% !important;
      }
}
@media (max-width:1200px){
.card {
    width: 225px;
    height: 320px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #000; 
} 
}
/* product media query 768  */

@media (max-width:768px){
    .card{
        margin-right: 10% !important;
      }
}
@media (max-width:768px){
.card {
    width: 225px;
    height: 320px;
    background: #ffffff; /* Top color */
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #000; /* Text color on the card (changed to black for better visibility) */
} 
}

/* product media query 991  */

@media (max-width:991px){
    .card{
        margin-right: 10% !important;
      }
}
@media (max-width:991px){
.card {
    width: 176px;
    height: 260px;
    background: #ffffff; /* Top color */
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #000; /* Text color on the card (changed to black for better visibility) */
} 
}



/* HOW DO WE DO THIS?  */
#wedo {
    width: 90%;
    /* height: 350px; */
    padding: 9px;
    border: 1px solid #00938791;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
#wedow {
    width: 90%;
    /* height: 350px; */
    padding: 12px;
    border:1px solid #dedfdf91;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
#wedo:hover {
    box-shadow: 0 8px 16px 0 rgba(203, 254, 244, 0.864);
  }



#wedo p {
    margin: 10px 0;
}

#wedo img {
    width: 100%; /* To make sure the image fills the container */
}
 
@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1377px;
}
}
/* 3010  */
@media (max-width: 1199px) {
.HeaderText{
    font-size: 37px !important;
  }   
}
@media (max-width: 769px){
    .HeaderText {
        font-size:25px !important;
    }
}
@media (max-width: 469px){
  .subtext{
      font-size:18px !important;
  }
}
@media (max-width: 769px){
  .section-header p {
    font-size: 15px;
    color: #454645;
}
}

@media (max-width: 769px){
    .gifsize {
    width: 54% !important;
  }
}
@media (max-width: 769px){
  .gifsize3 {
  width: 95% !important;
}
}
@media (max-width: 769px){
    .giftext {
    font-size: 20px !important;
  }
}

 /* Default styles for larger screens */
 .team_section {
    padding: 5% 0;
}

.team_section_2 {
    padding-top: 5%;
}

.gif-image {
    text-align: center;
}

.gifsize {
    width: 25%;
    margin-top: 10px;
}
.gifsize3 {
  width: 25%;
  margin-top: 10px;
}
.benefittext {
    font-size: 23px;
}
.gif-image:hover {
  transform: scale(1.1); 
  transition: transform 0.3s ease; 
}

 .gif-image3:hover {
  transform: scale(1.1);  
  transition: transform 0.3s ease; 
}
@media (max-width:450px) {
.kollab svg {
  max-width: 40%;
  height: auto;
  transition: transform 0.2s ease-in-out;
}
}
.kollab svg {
  max-width: 100%;
  height: auto;
  transition: transform 0.2s ease-in-out;
}
.kollab svg:hover {
  animation: bounce 0.6s ease ;
}

@media (max-width: 1208px) {
.benefitHead{
font-size: 1.2rem !important;
  }
}
@media (max-width: 1208px) {
  .benefitsub{
  font-size: 16px !important;
  }
}
@media (max-width: 951px) {
  .benefit-img{
   width: 70% !important;
  }
}
@media (max-width:767px) {
  .benefit-img{
   width: 50% !important;
  }
}
@media (max-width: 575px) {
  .benefit-img{
   width:40% !important;
  }
}
/* Media query for small screens (up to 540px) */
@media (max-width: 439px) {
    .team_section {
        padding: 3% 0;
    }

    .team_section_2 {
        padding-top: 3%;
    }

    .gif-image {
        width: 55%; /* Make the images span the full width */
        margin-bottom: 5%;
    }

    .gifsize {
        width: 50%; /* Adjust the image size for smaller screens */
        margin-top: 5px;
    }

    .gif-image3 {
      width: 55%; /* Make the images span the full width */
      margin-bottom: 5%;
  }

  .gifsize3 {
      width: 50%; /* Adjust the image size for smaller screens */
      margin-top: 5px;
  }
    .benefittext {
        font-size: 18px; /* Adjust the text size for smaller screens */
    }
}
/* Media query for small screens (up to 540px) */
@media (min-width: 440px) and (max-width: 540px) {
    .team_section {
        padding: 3% 0;
    }

    .team_section_2 {
        padding-top: 3%;
    }

    .gif-image {
        width: 40%; /* Make the images span the full width */
        margin-bottom: 5%;
    }

    .gifsize {
        width: 50%; /* Adjust the image size for smaller screens */
        margin-top: 5px;
    }
    .gif-image3 {
      width: 40%; /* Make the images span the full width */
      margin-bottom: 5%;
  }

  .gifsize3 {
      width: 50%; /* Adjust the image size for smaller screens */
      margin-top: 5px;
  }
    .benefittext {
        font-size: 18px; /* Adjust the text size for smaller screens */
    }
}

/* Media query for small screens (up to 768px) */
@media (min-width: 541px) and (max-width: 768px) {
    .team_section {
        padding: 3% 0;
    }

    .team_section_2 {
        padding-top: 3%;
    }

    .gif-image {
        width: 40%; /* Make the images span the full width */
        margin-bottom: 5%;
    }

    .gifsize {
        width: 50%; /* Adjust the image size for smaller screens */
        margin-top: 5px;
    }
    .gif-image3 {
      width: 40%; /* Make the images span the full width */
      margin-bottom: 5%;
  }

  .gifsize3 {
      width: 50%; /* Adjust the image size for smaller screens */
      margin-top: 5px;
  }
    .benefittext {
        font-size: 18px; /* Adjust the text size for smaller screens */
    }
}
/* Media query for small screens (up to 768px) */
@media (min-width: 769px) and (max-width: 991px) {
    .team_section {
        padding: 3% 0;
    }

    .team_section_2 {
        padding-top: 3%;
    }

    .gif-image {
        width: 40% !important; /* Make the images span the full width */
        margin-bottom: 5%;
    }

    .gifsize {
        width: 53% !important; /* Adjust the image size for smaller screens */
        margin-top: 5px;
    }
    .gif-image3 {
      width: 40% !important; /* Make the images span the full width */
      margin-bottom: 5%;
  }

  .gifsize3 {
      width: 95% !important; /* Adjust the image size for smaller screens */
      margin-top: 5px;
  }
    .benefittext {
        font-size: 18px !important; /* Adjust the text size for smaller screens */
    }
}

.gif-image {
  box-shadow: 5px 5px 10px #d7d7d7; /* Define the box shadow properties you want */
  border-radius: 13px;
}

.gif-image3 {
  box-shadow: 5px 5px 10px #d7d7d7; /* Define the box shadow properties you want */
  border-radius: 13px;
}
.gif-image3 {
  text-align: center;
}

@media (max-width: 420px){
.gif-image {
  box-shadow: 5px 5px 10px #d7d7d7; /* Define the box shadow properties you want */
  border-radius: 13px;
  width: 68%;
  }
}
@media (max-width: 420px){
  .gif-image3 {
    box-shadow: 5px 5px 10px #d7d7d7; /* Define the box shadow properties you want */
    border-radius: 13px;
    width: 68%;
    }
  }


/* benefit gifs  */

/* carousel  */

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 11px;
  height: 11px;
  border-radius:50px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #08C8BF;
  background-clip: padding-box;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  /* z-index: 15; */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-control-prev-icon {
  background-image: url(images/prev.png) !important;
}



/* new  */
/*----------------------------------believethat ========================*/
.team_section {
  padding: 5% 0;
}

.team_section_2 {
  padding-top: 5%;
}
@media (max-width: 991px) {
.believe-text{
  text-align: center;
  }
}
@media (max-width: 991px) {
  .believe-subtext{
    width: 100% !important;
    }
}
@media (min-width:690px) and (max-width: 991px) {
.Communication-img{
  max-width: 50% !important;
  }
}
@media (min-width:690px) and (max-width: 991px) {
  .interaction-img{
    max-width: 40% !important;
    text-align: center !important;
    }
}
@media   (max-width: 691px) {
  .interaction-img{
    text-align: center !important;
    }
}



/* new  */
.believethat:hover {
  transform: scale(1.1); 
  transition: transform 0.3s ease ; 
}


@media (min-width: 991px){
  .believetextHeader{
    margin-top: 6%;
    padding-left: 5%;
  }
}
@media (min-width: 991px){
  .believethat-Relationships {
    margin-top: 8%;
  }
}
@media (min-width: 768px) and (max-width: 990px){
  .believetextHeader{
    margin-top: 8%;
    padding-left: 5%;
  }
}
@media (min-width: 768px) and (max-width: 990px){
  .believethat-Relationships {
    margin-top: 8%;
  }
}
@media (max-width: 767px){
  .believetextHeader{
   text-align: center;
   font-size: 45px !important;
  }
}
@media (max-width: 768px){
  .believethat-Relationships {
    margin-top: 8%;
  }
}
@media (max-width: 768px){
  .believethat-Comm {
    margin-bottom: 8%;
    margin-top: 5%;
  }
}
@media (max-width: 769px){
  .believethat{
      width: 80%;
  }
}
@media (max-width: 469px){
  .believethat{
     padding: 5% !important;
  }
}
@media (max-width: 670px){
  .benefittext {
  font-size: 17px !important;
}
}
@media (max-width: 670px){
  .believetextHeader{
   text-align: center;
   font-size: 45px !important;
  }
}
@media (max-width: 670px){
  .believethat-icon{
   width: 40%;
  }
}
@media (max-width: 470px){
  .believethat-icon{
   width: 30%;
  }
}
@media (max-width: 670px) {
  .heading-believe{
   font-size:40px !important;
  }
}
@media (max-width: 370px) {
  .heading-believe{
   font-size:37px !important;
  }
}
@media (max-width: 769px){
    .webelieve{
       text-align: center;
    }
}
@media (min-width: 770px) and (max-width: 991px){
    .believethat{
        width: 30%;
    }
}
@media (max-width: 469px){
  .believethat{
      width: 90%;
      padding-bottom: 5%;
  }
  }
@media (max-width: 769px){
  .believetext{
      font-size:18px !important;
  }
}
.team_section {
  padding: 5% 0;
}

.team_section_2 {
  padding-top: 5%;
}

.believethat-image {
  text-align: center;
}

.believethatsize {
  width: 55%;
  margin-top: 10px;
}
.believethatsize3 {
width: 25%;
margin-top: 10px;
}
.believethattext {
  font-size: 23px;
}

/*---------------------product-----------------------*/
.insurance-item {
  border: 1px solid #575757; 
  text-align: center; 
  padding: 2%; 
  border-radius: 6px;
  width: 100%;
  align-items: center;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  display: flex;
}
@media (max-width: 710px) {
.insurance-item {
   padding: 4%; 
  }
}
.box-sdw {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.Disability{
  padding-top: 19px;
}
.Dental{
  padding-top: 19px;
}
.ShortTerm{
  padding-top: 19px;
}
.Vision{
  padding-top: 19px;
}
.accident{
  padding-top: 19px;
}


 #products .container {
        padding: 0;
    }

    /* Responsive styles */ 
@media (max-width: 768px) {
  #products .team_section_2 .row {
    flex-wrap: wrap;
    justify-content: center;
}
}

/* .hover-effect  */
.insurance-item img {
  max-width: 100%;
  height: auto;
  transition: transform 0.3s ease-in-out;
}
.insurance-item img:hover {
  animation: bounce 0.6s ease ;
}

@keyframes bounce {
  0%, 100% {
      transform: translateY(0);
  }
  50% {
      transform: translateY(-10px);
  }
}


/* contatus */
.book_apointment_area-1  {
  background-color: rgba(224, 224, 224, 0.329);
}
.book_apointment_area  {
  background-image: url(../images/call-center.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 80px 0 80px;
  margin-top: -2em;    
}
.popup_box input {
        width: 100%;
        height: 60px;
        border: 1px solid #b7b7b7;
        padding: 15px;
        margin-bottom: 20px;
        border-radius: 5px;
        font-size: 16px;
}
.book_apointment_area  .popup_box {
        width: 100% !important;
}
    
.popup_box {
        background: rgb(255 255 255 / 95%);
        display: inline-block;
        z-index: 9;
        padding: 60px 40px;
}

@media (max-width: 768px) {
 .popup_box {
        background: rgb(255 255 255 / 95%);
        display: inline-block;
        z-index: 9;
        /* padding:0px 10px; */
    }
}
    .g-recaptcha {
        margin-bottom: 15px;
    }
    .popup_box input:focus {
        outline: none;
        border-color: #24c0f1;
    }
     

/* innovation */

.show-case .showcase-card .card-icon {
    width: 50px;
    height: 50px;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    box-shadow: 0 14px 14px 0 rgba(44, 20, 96, 0.12);
    border-radius: 50%;
}

@media screen and (min-width: 576px) and (max-width: 767px){
    .show-case .showcase-card h4 {
        margin-left: 16px;
    }
}

.show-case .showcase-card .card-icon-six img {
    height: 17.3px;
    width: 20px;
}
.show-case .showcase-card .card-icon-one img {
    height: 24px;
    width: 24px;
}
img {
    vertical-align: middle;
    border-style: none;
}
a, img {
    outline: none!important;
}
@media screen and (min-width: 576px) and (max-width: 767px){
    .show-case .showcase-card h4 {
    margin-left: 16px;
}}

.show-case .showcase-card h4 {
    font-size: 18px;
    color: #1f1f1f;
    margin-left: 20px;
    margin-top: 10px;
    font-family: 'Montserrat-Bold';
    text-transform: inherit;
}
.show-case .mb-130 {
    margin-bottom: 100px;
}
.mb-130 {
    margin-bottom: 47px;
}
@media (max-width: 767px){
.i-img{
    max-width: 65px !important;
}
}
@media (max-width: 767px){
    .mb-130 {
        margin-bottom: 10px;
    }
}
@media (max-width: 767px){
 #innovation h4 {
    font-size:15px;
}
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}




/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background: white;
    transition: all 0.5s;
    z-index: 997;
    padding: 10px 0 10px 0;
  }
 
  
  #header .logo img {
    max-width: 50%;
  }
 
  
  /*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/

  .nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .nav-menu > ul {
    display: flex;
  }
  
  .nav-menu > ul > li {
    position: relative;
    white-space: nowrap;
    padding: 10px 0 10px 28px;
  }
  
  .nav-menu a {
    display: block;
    position: relative;
    color: #000000;
    transition: 0.3s;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
  }
  
  .nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
    color: #e03a3c;
  }
  
  .nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #ffffff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
  }
  
  .nav-menu .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  
  .nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
  }
  
  .nav-menu .drop-down ul a {
    padding: 5px 20px;
    font-size: 14px;
    text-transform: none;
  }
  
  .nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
    color: #e03a3c;
  }
  
  .nav-menu .drop-down > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px;
  }
  
  .nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
  }
  
  .nav-menu .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
  }
  
  .nav-menu .drop-down .drop-down > a {
    padding-right: 35px;
  }
  
  .nav-menu .drop-down .drop-down > a:after {
    content: "\eaa0";
    font-family: IcoFont;
    position: absolute;
    right: 15px;
  }
  
  @media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
      left: -90%;
    }
    .nav-menu .drop-down .drop-down:hover > ul {
      left: -100%;
    }
    .nav-menu .drop-down .drop-down > a:after {
      content: "\ea9d";
    }
  }
  
  /* Get Startet Button */
  .get-started-btn {
    margin-left: 25px;
    background: #cd0f1b;
    color: #fff;
    border-radius: 4px;
    padding: 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
  }
  
  .get-started-btn:hover {
    background: #ffffff;
    color: #cd0f1b;
  }
  
  @media (max-width: 992px) {
    .get-started-btn {
      margin: 0 48px 0 0;
      padding: 6px 18px;
    }
  }
  
  /* Mobile Navigation */
  .mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
  }
  
  .mobile-nav-toggle i {
    color: #000000;
  }
  
  .mobile-nav {
    position: fixed;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: 9999;
    overflow-y: auto;
    background: #fff;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    padding: 10px 0;
  }
  
  .mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .mobile-nav a {
    display: block;
    position: relative;
    color: #111111;
    padding: 10px 20px;
    font-weight: 500;
    outline: none;
  }
  
  .mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
    color: #e03a3c;
    text-decoration: none;
  }
  
  .mobile-nav .drop-down > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 15px;
  }
  
  .mobile-nav .active.drop-down > a:after {
    content: "\eaa1";
  }
  
  .mobile-nav .drop-down > a {
    padding-right: 35px;
  }
  
  .mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
  }
  
  .mobile-nav .drop-down li {
    padding-left: 20px;
  }
  
  .mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
  }
  
  .mobile-nav-active {
    overflow: hidden;
  }
  
  .mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible;
  }
  
  .mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
  }


#box .center-image {
    text-align: center;
}
#box  .widthbox {
    max-width: 80%;
    padding: 5px;
}
/* tooltip  */
button[title]:hover::after {
    content: attr(title);
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    bottom: 20%; /* Position above the button */
    left: 15%;
    transform: translateX(-50%);
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.2s;
  }

  /* Tooltip animation on hover */
  button[title]:hover::after {
    opacity: 1;
  }

  #bannerbtn[title]:hover::after {
    content: attr(title);
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    top: 100%; /* Position above the button */
    left: 45%;
    transform: translateX(-50%);
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.2s;
  }

  /* Tooltip animation on hover */
  #bannerbtn[title]:hover::after {
    opacity: 1;
  }


  .popup_box select {
    width: 100%;
    height: 60px;
    border: 1px solid #b7b7b7;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
    font-size: 16px;
}
.stroke-button {
  background-color: transparent;
  border: 2px solid #08c8bf; /* Change color as needed */
  padding: 8px 16px; /* Adjust padding as needed */
  border-radius: 4px; /* Add border radius if desired */
  color: #000; /* Text color */
  font-size: 16px; /* Adjust font size */
  cursor: pointer;
  transition: color 0.3s, border-color 0.3s;
}

.stroke-button:hover {
  color: #fff !important; /* Text color on hover */
  background: #08C8BF;
  /* box-shadow: inset 0 0 0 0 #08C8BF; */
}
.btn-styl1:hover {
  color: #08C8BF;
   border: 2px solid #08C8BF;
}

.btn-styl1 {
     border: 2px solid #08C8BF;
    background-color: rgba(205, 15, 27, 0);
    border-radius: 4px;
    padding: 11px 26px 11px 26px;
    color: #08C8BF;
    font-size: 0.85em;
    font-weight: 600;
}
.btn-styl2:hover {
  color:#08C8BF;
   border: 2px solid #08C8BF;
}

.btn-styl2 {
     border: 2px solid #08C8BF;
    background-color: #08C8BF;
    border-radius: 4px;
    padding: 11px 26px 11px 26px;
    color: #ffffff;
    font-size: 0.85em;
    font-weight: 600;
}

/* Google Fonts - Poppins */

#cardC {
    display: flex;
    flex-wrap: nowrap; /* Display cards in a single row without wrapping */
    overflow-x: auto; /* Allow horizontal scrolling for small screens */
    max-width: 1120px;
    margin: 0 auto;
    padding: 40px 0;
  }
  
  #cardC .card {
    width: 300px; /* Adjust the card width as needed */
    margin-right: 20px; /* Add spacing between cards */

  }
  
#cardC  {
     .slide-container {
      max-width: 1120px;
      width: 100%;
      padding: 40px 0;
    }
  
    .slide-content {
      margin: 0 40px;
      overflow: hidden;
      border-radius: 25px;
    }
  
    .card {
      border-radius: 25px;
      background-color: #FFF;
    }
  
    .image-content,
    .card-content {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 10px 14px;
    }
  
    .image-content {
      position: relative;
      row-gap: 5px;
      /* padding: 25px 0; */
    }
  
    .overlay {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background-color: #4070F4;
      border-radius: 25px 25px 0 25px;
    }
  
   .overlay::before,
    .overlay::after {
      content: '';
      position: absolute;
      right: 0;
      bottom: -40px;
      height: 40px;
      width: 40px;
      background-color: #4070F4;
    } 
  
    .overlay::after {
      border-radius: 0 25px 0 0;
      background-color: #FFF;
    }
  
    .card-image {
      position: relative;
      /* height: 150px; */
      width: 150px;
      border-radius: 50%;
      /* background: #FFF;
      padding: 3px; */
    }
  
    .card-image .card-img {
      height: 100%;
    }
  
    .name {
      font-size: 18px;
      font-weight: 500;
      color: #333;
    }
  
    .description {
      font-size: 14px;
      color: #707070;
      text-align: center;
    }
  
    .button {
      border: none;
      font-size: 16px;
      color: #FFF;
      padding: 8px 16px;
      background-color: #4070F4;
      border-radius: 6px;
      margin: 14px;
      cursor: pointer;
      transition: all 0.3s ease;
    }
  
    .button:hover {
      background: #265DF2;
    }
  
    .swiper-navBtn {
      color: #6E93f7;
      transition: color 0.3s ease;
    }
  
    .swiper-navBtn:hover {
      color: #4070F4;
    }
  
    .swiper-navBtn::before,
    .swiper-navBtn::after {
      font-size: 35px;
    }
  
    .swiper-button-next {
      right: 0;
    }
  
    .swiper-button-prev {
      left: 0;
    }
  
    .swiper-pagination-bullet {
      background-color: #6E93f7;
      opacity: 1;
    }
  
    .swiper-pagination-bullet-active {
      background-color: #4070F4;
    }
  
    @media screen and (max-width: 768px) {
      .slide-content {
        margin: 0 10px;
      }
      .swiper-navBtn {
        display: none;
      }
    }
  
    body {
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #EFEFEF;
    }
  }

/*-------------------------HEROSECTIOn banner------------------------------*/

@media (max-width:450px) {
  #herobanner .HeaderText{
      font-size: 32px !important;
      text-align: center;
      padding-top: 2% !important;
  }   
}
@media (max-width: 991px) {
  .imgH{
   max-width: 80% !important;
   text-align: center;
    }
}
@media (max-width:991px) {
    .imgH {
        display: none;
    }
}
@media (min-width: 451px) and (max-width: 991px) {
  #herobanner .container {
        display: flex;
        flex-direction: column;
        align-items: center;
}
@media (max-width: 991px) {
      #herobanner .HeaderText{
          font-size: 37px !important;
          text-align: center;
      }   
}
  #herobanner .BROKERAPP {
        margin-bottom: 20px; /* Optional: Adds space between boxes */
}
  #herobanner .LiveForms {
      margin-bottom: 20px; /* Optional: Adds space between boxes */
  }
}
@media (max-width:1200px){
  #herobanner.card{
        margin-right: 2% !important;
      }
}
@media (max-width:1200px){
  #herobanner.card {
    width:210px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #000; 
  } 
}
@media (max-width:991px){
  #herobanner.card {
    width:280px;
    height: 100%;

  } 
}
@media (max-width:768px){
  #herobanner.card {
    width:231px;
    height: 100%;
 
  } 
}
@media (max-width:536px){
  #herobanner.card {
    width:180px;
    height: 110%;
  } 
}
@media (max-width:433px){
  #herobanner.card {
    width:344px;
  } 
}
@media (max-width:433px){
  .herosection{
    padding-bottom: 40px;
  }
}
@media (max-width:393px){
  #herobanner.card {
    width:336px;
  } 
}
@media (max-width:393px){
  .herosection{
    padding-bottom: 5px;
  }
}
@media (max-width:377px){
  #herobanner.card {
    width: 314px;
  } 
}
@media (max-width:377px){
  .herosection{
    padding-bottom:10px;
  }
}
@media (max-width:371px){
  #herobanner.card {
    width: 310px;
  } 
}
@media (max-width:371px){
  .herosection{
    padding-bottom:10px;
  }
}

@media (max-width:350px){
  #herobanner.card {
    width:100%;
  } 
}
@media (max-width:350px){
  .hero350{
    padding-bottom:10px;
    width:100%;

  }
}

@media (max-width:350px){
  .herosection{
    padding-bottom:10px;
  }
}


/* herobtn  */
/* Normal state */
.button-read {
  color: black; /* Default text color */
  text-decoration: none; /* Remove underline */
}

/* Hover state */
.button-read:hover {
  color:#01AA63; /* Change text color on hover to red */
}
@media screen and (max-width:991px) {
.heropara{
  text-align: center;
}
}
@media screen and (max-width:391px) {
  .heropara{
font-size: 15px !important;    
  }
  }
  .hero-section {
    overflow: hidden;
}
@media (min-width:1204px) and (max-width:1365px) {
 .hero-img{
  padding: 28px 0 !important;
 }
}
@media (min-width:992px) and (max-width:1203px) {
  .hero-img{
   padding: 11px 0 !important;
  }
}

/* @media (min-width:1820px)  {
  .hero-img{
   padding: 95px 0 !important;
  }
} */
/*------------HEROSECTIOn end--------------------------*/


/* bookdemo */
@media screen and (max-width: 747px) {
  .headerM{
    font-size: 28px !important;
  }
}
@media screen and (max-width: 447px) {
  .headerM{
    font-size: 21px !important;
  }
}
/* title section  */
/* === HEADING STYLE #2 === */
/* * === BASE HEADING === */   

#aside  h1 {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 25px;
  color: #080808;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

h1 {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #080808;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

h1 span {
  display: block;
  font-size: 0.5em;
  line-height: 1.3;
}
h1 em {
  font-style: normal;
  font-weight: 600;
}
.two h1 {
  text-transform: capitalize;
}
.two h1:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  content: "";
  /* background-color: #009386; */
}

.two h1 span {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5em;
  padding-left: 0.25em;
  color: rgba(0, 0, 0, 0.75);
  padding-bottom: 10px;
}
.alt-two h1 {
  text-align:center;
}
.alt-two h1:before {
  left:50%; margin-left:-30px;
}


@media (max-width: 720px) {
  .BrokersAppHeight{
    height:150px !important 
   }
  }
@media (max-width: 720px) {
.BrokersAppHeader{
  font-size: 35px !important;
  }
}
@media (max-width: 420px) {
  .BrokersAppHeader{
    font-size: 27px !important;
    }
  }
@media (max-width: 720px) {
.two h1:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  content: "";
  /* background-color: #009386; */
}
}
@media (max-width:720px) {

.two h1 span {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5em;
  padding-left: 0.25em;
  color: rgba(0, 0, 0, 0.75);
  padding-bottom: 10px;
}
}
@media (max-width:420px) {

  .two h1 span {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5em;
    padding-left: 0.25em;
    color: rgba(0, 0, 0, 0.75);
    padding-bottom: 10px;
  }
  }
/* HOW DO WE DO THIS?  */
@media (max-width: 991px) {
 #howwedo .row.align-items-center {
    justify-content: center;
  }

  #howwedo  .col-md-12.col-lg-5.col-sm-12,
  #howwedo .col-md-12.offset-lg-1.col-lg-5.col-sm-12 {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .howtext{
    text-align: end !important;
  }
}
/* 991 */
@media (max-width: 991px) {
.howimg{
max-width: 70%;
margin-bottom: 5%;
  }
}
@media (max-width: 991px) {
  .howtext{
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .howTitle{
   font-size: 35px !important;
  }
}
@media (max-width: 991px) {
 .howsubTitle{
  font-size: 21px !important;

 }
}

@media (max-width: 420px) {
  .howimg{
  max-width: 80%;
  margin-bottom: 5%;
 }
}
@media (max-width: 420px) {
    .howtext{
      text-align: center !important;
  }
}
@media (max-width: 420px) {
    .howTitle{
     font-size: 25px !important;
  }
}
@media (max-width: 420px) {
   .howsubTitle{
    font-size:15px !important;
  
  }
}
@media (max-width: 470px) {
  .paragraph{
   font-size:15px !important;
  }
}
@media (max-width: 420px) {
  .centerText{
    margin-top: -51px;
    font-size: 13px;
    }
}
/* BUT MOST IMPORTANT  */
@media (max-width: 770px) {
  .IMPORTANTTEXT{
   font-size:15px !important;
  }
}
/* heading all  */
@media (max-width: 670px) {
  .heading{
   font-size:25px !important;
  }
}
@media (max-width: 670px) {
  .headingIMP{
   font-size:25px !important;
  }
}
/* For devices up to 575px */
@media (max-width: 575px) {
  .social-icons {
      text-align: center;
      margin: 0 auto; /* Center horizontally */
      display: flex;
      justify-content: center; /* Align icons within the container */
  }
}



/* hero animation  */
.context {
    width: 100%;
    position: absolute;
    top:50vh;
    
}
.context h1{
    text-align: center;
    color: #fff;
    font-size: 50px;
}
.area{
    /* background: #C3DBD1;  
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);   */
    width: 100%;
    height:100vh;
    
   
}
.circles{
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background:#83cf95;
    animation: animate 20s linear infinite;
    bottom: -150px;
    
}
.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}
.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}
.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}
.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}
.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}
.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}
.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}
.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}
.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration:25s;
}
.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}
.circles li:nth-child(8){
  left: 90%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}
.circles li:nth-child(11){
  left: 50%;
  width: 45px;
  height: 45px;
  animation-delay: 15s;
  animation-duration: 45s;
}
.circles li:nth-child(12){
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 15s;
  animation-duration: 45s;
}
.circles li:nth-child(13){
  left: 59%;
  width: 55px;
  height: 55px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles li:nth-child(14){
  left: 50%;
  width: 45px;
  height: 45px;
  animation-delay: 15s;
  animation-duration: 45s;
}
.circles li:nth-child(15){
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 15s;
}
.circles li:nth-child(16){
  left: 39%;
  width: 55px;
  height: 55px;
  animation-delay: 15s;
  animation-duration: 45s;
}
.circles li:nth-child(17){
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}
@keyframes animate {
    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }
    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}
/* hero animationend  */

/*------------Floating Button---------------------------*/


.ba-we-love-subscribers {
	width: 321px;
    background-color: #08C8BF;
    border-radius: 10px;
    box-shadow: 0px 25px 45px rgb(0 0 0 / 15%);
    text-align: left;
    font-family: 'Nunito', sans-serif;
    margin: 0 0 10px 0;
    overflow: hidden;
    opacity: 0;
}
.ba-we-love-subscribers.open {
  	height: 240px;
    padding: 0 15px;
    opacity: 1;
}

.ba-we-love-subscribers h1 {
	font-size: 20px;
    line-height: 2.2em;
   	color: #ffffff;	
	margin: 0;
    font-weight:700; 
    text-align: left;
    font-family: 'Nunito', sans-serif;
}

.ba-we-love-subscribers p {
	font-size: 15px;
    line-height: 2em;    
	color: #f2f2f2;	
	margin: 0;
    font-weight:400;
    font-family: 'Nunito', sans-serif;}

.ba-we-love-subscribers p a {
    text-decoration: underline;
    color: #ffffff;
    font-weight: 600;
}
 
.logo-ani {
	transition: 0.5s linear;
	-webkit-transition: 0.5s linear;
}

.ba-we-love-subscribers .img {
	background-image: url("../images/floating-btn.png");
}
.ba-we-love-subscribers-fab {
	    width: 65px;
    height: 65px;
    background-color: #ffffff;
    border-radius: 50px;
    float: right;
    box-shadow: 5px 12px 45px rgb(0 0 0 / 65%);
    z-index: 5;
    position: relative;
}
.ba-we-love-subscribers-fab .img-fab {
	height: 40px;
    width: 60px;
    margin: 15px auto;
    background-image: url(../images/floating-btn.png);
    background-position: 7px -43px;
}
.ba-we-love-subscribers-fab .wrap {
	transform: rotate(0deg);
	-webkit-transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
	transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
}
.ba-we-love-subscribers-fab .ani {
	transform: rotate(45deg);
	-webkit-transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
	transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
}
.ba-we-love-subscribers-fab .close {
	background-position: 15px 3px;
	transform: rotate(-45deg);
	float: none;
	/*Bootstrap Overide*/
	opacity: 1;
	/*Bootstrap Overide*/
}
.ba-we-love-subscribers-wrap {
	position: fixed;
	right: 25px;
	bottom:40px;
	z-index: 1000;
}

@media (min-width: 992px) and (max-width: 1200px) {
.ba-we-love-subscribers-wrap {
 
	bottom:129px;
 }
}

.ba-settings {
	position: absolute;
	top: -25px;
	right: 0px;
	padding: 10px 20px;
	background-color: #555;
	border-radius: 5px;
	color: #fff;
}

/*******************************/
/********* Footer CSS **********/
/*******************************/

.footer-logo{
  margin-top: 10%;
}
.footer {
  position: relative;
  margin-top: 45px;
  background: #ffffff;
  border-top: 3px solid #08C8BF; 
}

.footer .container-fluid {
  padding: 30px 20px 0 20px;
}

.footer .footer-info {
  position: relative;
  width: 100%;
  text-align: center;
}

.footer .footer-info h2 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
}

.footer .footer-info h3 {
  margin-bottom: 25px;
  font-size: 22px;
   color: #ffffff;
}

.footer .footer-menu {
  width: 100%;
  display: flex;
  justify-content: center;
}

.footer .footer-menu p {
  color: #ffffff;
  font-size: 22px;
   line-height: 20px;
  padding: 0 15px;
  border-right: 1px solid #ffffff;
}

.footer .footer-menu p:last-child {
  border: none;
}

.footer .footer-social {
  position: relative;
  margin-top: 15px;
}

.footer .footer-social a {
  display: inline-block;
}

.footer .footer-social a i {
  margin-right: 15px;
  font-size: 20px;
  color: #ffffff;
  transition: .3s;
}

.footer .footer-social a:last-child i {
  margin: 0;
}

.footer .footer-social a:hover i {
  color: #414141;
}

.footer .copyright {
  position: relative;
  text-align: center;
  margin-top: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
}
 

.footer .copyright p {
  margin: 0;
  color: #000000;
}

.footer .copyright .col-md-6:last-child p {
  text-align: right;
}

.footer .copyright p a {
  color: #333333;
  font-weight: 600;
}

.footer .copyright p a:hover {
  color: #414141;
}

.footer ul li{
color: #000000;
margin-bottom: 16px;
list-style-type: none;
}

.footer ul li a {
color: #000000;
font-weight: 600;
 }

@media (max-width: 575.98px) {
  .footer .footer-info h2 {
      margin-bottom: 20px;
      font-size: 20px;
      font-weight: 600;
  }

  .footer .footer-info h3 {
      margin-bottom: 20px;
      font-size: 16px;
  }

  .footer .footer-menu p {
      font-size: 16px;
      line-height: 16px;
      padding: 0 5px;
  }
}
@media (max-width: 575px) {
.center-text-footer{
text-align: center !important;
}
}

/* .communication-section {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); 
  padding: 3%;
  border-radius: 15px;
} */
/* fadeup  */
@media (max-width: 780px) {
  .fade-up {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 780px) {
.fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
  transition-delay: 50ms;
}
}
@media (max-width: 780px) {
.fade-up.fade-up-show {
  opacity: 1;
  transform: translateY(0);
}
}

/* policy  */
@media (max-width:480px) {
.fontsize{
  font-size: 20px !important;
}
.subfontsize{
  font-size: 12px !important;
}

}