/**
* Template Name: SoftLand
* Updated: Jan 29 2024 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/softland-bootstrap-app-landing-page-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html {
  overflow-x: hidden;
}

body {
  font-family: "Roboto", sans-serif;
  color: #9fa1a4;
  line-height: 1.5;
}

a {
  color: #777;
  text-decoration: none;
  transition: 0.3s all ease;
}

a:hover {
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-heading {
  font-family: "Poppins", sans-serif;
}

.container {
  z-index: 2;
  position: relative;
}

.text-black {
  color: #000 !important;
}

.text-primary {
  color: #2d71a1 !important;
}

.border-top {
  border-top: 1px solid #f2f2f2 !important;
}

.border-bottom {
  border-bottom: 1px solid #f2f2f2 !important;
}

figure figcaption {
  margin-top: 0.5rem;
  font-style: italic;
  font-size: 0.8rem;
}

section {
  overflow: hidden;
}

.section {
  padding: 7rem 0;
}

.section-heading {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    background: linear-gradient(-45deg, #3db3c5, #274685);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #2d71a1;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}


.acelebx {
    width: 100%;
    padding: 21px 25px 17px 25px;
    float: left;
    min-height: 326px;
    background-color: #fff;
    border-radius: 22px;
    margin-bottom: 33px;
}

.abtbox {
    width: 41%;
    position: absolute;
    top: 25%;
    left: 9%;
}


.newsbox {
    width: 44%;
    position: absolute;
    top: 17%;
    right: 6%;
}

.serviceBox{
        margin-bottom: 23px;
    background-color: #f2f2f2;
    color: #000 !important;
    text-align: center;
    padding: 18px 18px;
    border-radius:20px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 49px 0px -40px rgba(0, 0, 0, 0.28);
    -webkit-box-shadow: 0px 41px 0px -40px rgb(1 158 203);
    -moz-box-shadow: 0px 49px 0px -40px rgba(0, 0, 0, 0.28);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.serviceBox:hover{
    background-color: #019eca;
    color: #fff !important;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;

}


.newsarea {
    width: 100%;
    float: left;
    /* min-height: 518px; 
    background-color: #ddd;*/
    padding-top: 30px;
    padding-bottom: 18px;
    border-radius: 13px;
    padding-left: 25px;
    margin-top: 20px;
    padding-right: 25px;
}

.newsarea h3 {
    width: 100%;
    color: #000;
    float: left;
}

.newsbx {
    margin-top: 10px;
    width: 100%;
    padding: 15px 15px;
    min-height: 129px;
    background-color: #998b8b5c;
    border-radius: 10px;
}

.newsbx img{
   border-radius: 10px;
    
}

.newsbx h4{
     color: #fff;
    
}

.newsbx p{
      color: #fff;
    
}

.morenews {
    width: auto;
    margin-top: 10px;
    float: right;
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #3F51B5;
    font-size: 18px;
}



.serviceBox .service-icon {
    color: var(--white);
    /* background: var(--main-color); */
    font-size: 40px;
    line-height: 80px;
    /* height: 80px; */
    /* width: 80px; */
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto 20px;
}
.txtgreen {
    color: #66c21d;
}
.abt {
    width: 100%;
    padding-bottom: 41px;
    padding-top: 27px;
    margin-bottom: 32px;
    background-color: #02143b;
}

.serviceBox .service-icon i{line-height:inherit}
.serviceBox .title{
    font-size: 20px;
    font-weight: 600;
        min-height: 50px;
    text-transform: uppercase;
    margin: 0 0 12px;
}
#joincare{}

.bt_btn {
    width: 46%;
    float: left;
    background-color: #0393bf;
    text-align: center;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 21px;
    font-weight: 600;
    margin-left: 3%;
}

.bt_btn:hover {
 
    background-color: #fff;
    color: #0393bf;
 
}

.serviceBox .description{
    color: #444;
    font-size: 15px;
    line-height: 22px;
}
.serviceBox.blue{ --main-color: #359BC8; }
.serviceBox.yellow{ --main-color: #f37f12; }
.serviceBox.purple{ --main-color: #5557B4; }
@media only screen and (max-width: 990px){
   .serviceBox{ margin: 0 10px 30px; }
}


.admsion_gif {
    width: 100px;
    position: absolute;
    z-index: 9999;
    top: 11px;
    left: 35%;
}



.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}


.gallery .fancybox {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.txt_round{width: 100%;
float: left;
    margin-top: 39px;}
.txt_round h4 {
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: 500;
    color: #007ef6;
       text-align: center;
}
.serrv_head {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 33px;
    color: #000;
    font-weight: 800;
    margin-bottom: 50px;
}

.serrv_head span {
    color: #0094fb;
}
.txt_round p {
    width: 100%;
    /* float: left; */
    font-size: 13px;
    color: #6a6969;
    text-align: center;
    border-bottom: 1px dotted #009efb;
    min-height: 65px;
    line-height: 21px;
}

.back-to-top:hover {
  background: #3687c1;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/* Default btn sre-tyling */
.btn {
  border: none;
  padding: 15px 30px !important;
}

.clrclebox{width: 100%;
}

.clrclebox {
    margin-top: 44px;
    padding-bottom: 50px;
    z-index: 99;
    position: relative;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.hovered-item.circle {
    position: relative;
    width: 192px;
    height: 192px;
    border-radius: 50%;
    margin:0 auto;"
}
.hovered-item a {
    color: #333;
}
.hovered-item.circle.effect1 .spinner {
    width: 202px;
    height: 202px;
 border: 10px solid #00b8f9;
    border-right-color: #007ef6;
    border-bottom-color: #0064eb;
    border-radius: 50%;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.blog-content p {
    font-size: 20px;
    font-weight: 300;
    line-height: 36px;
    color: #1b467a;
}


.baner_bt{width: 100%;
  margin-top: 40px;
}

.baner_bt h2 {
    width: 100%;
    color: #fff;
    font-weight: 600;
    margin-bottom: 24px;
    margin-top: 56px;
}

.baner_bt h4 {
    width: 100%;
 
    text-align: center;
}

.hero-text-image{margin-top: 97px;}


.banerbtbgbox {
    width: 100%;
    float: left;
      min-height: 518px;
        background-image: url(../img/baner.jpg);
        background-color: #011133;
    background-repeat: no-repeat;
    margin-top: 0px;
    padding-top: 88px;
    padding-left: 49px;
        margin-bottom: 34px;
     padding-right: 30px;
    padding-bottom: 40px;
    
    background-size: 100%;

   
}

.joinpont ul {
    /* padding: 6px; */
    padding-left: 4px;
    margin: 0;
}

.joinpont i {
    font-size: 9px;
    padding-right: 9px;
    margin-top: 4px;
    float: left;
    color: red;
}

.joinpont ul li {
    color: #fff;
    list-style: none;
    margin-bottom: 14px;
}

.joincare img {
    margin-top: -1px;
        border-radius: 50%;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.bgaccele {
    background-color: #48dbe5;
    background-image: url(../img/accel_bg.jpg);
    padding-top: 40px;
    margin-bottom: 43px;
}

.joinpont{margin-top: 10px;}

.joinpont p {
    margin-bottom: 6px;
    line-height: 29px;
    color: #ffec46;
}

.joinpont h4 {
    font-size: 20px;
    margin-bottom: 19px;
    line-height: 30px;
    color: #fff;
    text-align: left;
}

.abtbox h2 {
    margin-bottom: 19px;
    line-height: 30px;
    color: #fff!important;
}

.border_r_dest {
    border-right: 0px solid #d3ac96;
}

.map {
    width: 100%;
    float: left;
    padding: 12px;
    margin-bottom: 57px;
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 20%);
}

.pricing p {
    font-size: 14px;
    min-height: 148px;
}
.abtread {
    width: 100%;
    float: left;
    font-size: 14px;
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #0066ec;
    color: #fff;
}

.hovered-item.circle.effect1 .spinner1 {
    width: 202px;
    height: 202px;
border: 10px solid #e87232;
    border-right-color: #e9b99e;
    border-bottom-color: #c34907;
    border-radius: 50%;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.hovered-item.circle.effect1 a:hover .spinner1 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}










.hovered-item.circle.effect1 .spinner2 {
    width: 202px;
    height: 202px;
    border: 10px solid #cac11e;
    border-right-color: #ede88e;
    border-bottom-color: #afa60a;
    border-radius: 50%;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.hovered-item.circle.effect1 a:hover .spinner2 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

#owl-partner img{width: 94%;}




.hovered-item.circle.effect1 .spinner3 {
    width: 202px;
    height: 202px;
        border: 10px solid #57991d;
    border-right-color: #95cb65;
    border-bottom-color: #377204;
    border-radius: 50%;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.hovered-item.circle.effect1 a:hover .spinner3 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}




.hovered-item.circle.effect1 .spinner4 {
    width: 202px;
    height: 202px;
        border: 10px solid #0165ec;
    border-right-color: #0091fb;
    border-bottom-color: #00b9fa;
    border-radius: 50%;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.hovered-item.circle.effect1 a:hover .spinner4 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}















.hovered-item.circle .img {
    position: relative;
    width: 220px;
    height: 220px;
    border-radius: 50%;
}
.hovered-item.circle.effect1 .img {
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 10px;
    right: 0;
    width: auto;
    height: auto;
}
.hovered-item img {
    width: 100%;
    height: 100%;
}
.hovered-item.circle .img img {
    border-radius: 50%;
}
.hovered-item.circle .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.memb {
    width: 100%;
    min-height: 300px;
        padding-top: 10%;
    border-radius: 22px;
      background-image: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #03be6f);

}

.memb h2 {
    width: 100%;
    color: #fff;
    font-size: 49px;
    float: left;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    margin-top: 25px;
}

.memb h4 {
    width: 100%;
    color: #fff;
    float: left;
    text-align: center;
    margin-bottom: 0;
    margin-top: 0px;
}
.memb h3 {
    width: 100%;
    color: #fff;
    float: left;
    text-align: center;
    font-size: 30px;
    margin-top: 20px;
}

.hovered-item.circle.effect1 .info {
    top: 10px;
    bottom: 0;
    left: 10px;
    right: 0;
    background: #333333;
   background: rgb(0 138 249);
    opacity: 0;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.hovered-item.circle.effect1 .info h3 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-size: 18px;
    margin: 0 26px;
    padding: 54px 0 0 0;
    height: 110px;
    text-shadow: 0 0 1px white, 0 1px 2px rgb(0 0 0 / 30%);
}
.partner {
    background: #fafbf9;
    margin-bottom: 39px;
}

#owl-domain .item {
    padding: 0px 10px;
}


.hovered-item.circle.effect1 .info p {
    color: #fff;
    padding: 10px 5px;
    font-style: italic;
    margin: 0 30px;
    font-size: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.hovered-item.circle.effect1 a:hover .spinner {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.hovered-item.circle.effect1 a:hover .info {
    opacity: 1;
}

.redbg{background-color: #c34907!important;}
.yelowgreen{background-color: #afa60a!important;}
.green{background-color: #377204!important;}

.btn.btn-outline-white {
     background-image: linear-gradient(to right, #0162eb, #007cf6, #0092fb, #00a7fb, #00baf9);
  color: #fff;
}

.btn.btn-outline-white:hover {
  background: #fff;
  color: #2d71a1;
}

.btn.btn-primary {
  background: #2d71a1;
  background: linear-gradient(-45deg, #1391a5, #274685);
  color: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}

/* Feature 1 */
.feature-1 .wrap-icon {
  margin: 0 auto;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.feature-1 .wrap-icon.icon-1 {
  background: linear-gradient(-45deg, #3b87bd, #2d71a2);
}

.feature-1 .wrap-icon i {
  font-size: 40px;
  line-height: 0;
  color: #fff;
}

.feature-1 h3 {
  font-size: 20px;
}

.accele h4 {
    font-size: 17px;
    color: #272626;
    text-align: center;
    line-height: 22px;
    margin-top: 19px;
}

.accele h5 {
    font-size: 15px;
    color: #000;
    text-align: center;
}


.accele a {
    width: 100%;
    font-size: 19px;
    float: left;
    color: #3F51B5;
    text-align: center !important;
}

.feature-1 p {
  color: #b1b1b1;
}

/* Step */
.step {
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 40px;
}

.step .number {
  background: linear-gradient(-45deg, #1391a5, #274685);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  letter-spacing: 0.2rem;
  margin-bottom: 10px;
  display: block;
}

.step p:last-child {
  margin-bottom: 0px;
}

/* Review */
.review h3 {
  font-size: 20px;
}

.review p {
  line-height: 1.8;
  font-style: italic;
  color: #333333;
}

.review .stars span {
  color: #FF8803;
}
.certi img {
    width: 72%;
    float: right;
}

.review .stars .muted {
  color: #ccc;
}

.review .review-user img {
  width: 70px;
  margin: 0 auto;
}

/* Testimonial Carousel */
.testimonials-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #2d71a1;
}

.testimonials-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2d71a1;
}

/* Pricing */
.pricing {
    padding: 14px;
    background: linear-gradient(-45deg, #1391a5, #274685);
    color: #fff;
    padding-bottom: 1rem !important;
    position: relative;
    color: #525151;
    min-height: 293px;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 20%);
}
.list-styled a {color: #67bc23 !important;}

.pricing h3 {
    color: #016def;
    font-size: 15px;
    font-weight: 700;
}
.pricing .price-cta {
  text-decoration: none;
  bottom: 50px;
  width: 100%;
  left: 0;
}

.module p {
    color: #000;
    margin-bottom: 5px;
}

.module h4 {
    color: #000;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
}

.btn_freereg {
   background-image: linear-gradient(to right, #0162eb, #007cf6, #0092fb, #00a7fb, #00baf9);
    float: left;
    margin-top: 40px;
    padding: 15px 20px;
    color: #fff;
}

.modulpanelone {
    width: 100%;
   background-color: rgb(220 237 245 / 73%);
    padding: 35px 20px;
}

.modulpaneltwo {
    width: 100%;
    background-color: #eff6f9;
    padding: 35px 20px;
}


.module span {
    color: #00a3f5;
    margin-right: 10px;
    font-size: 13px;
}
.sec_module{margin-top: 40px;}
.syllabus p {
    color: #484444;
    line-height: 33px;
    font-size: 18px;
    font-weight: 200;
}

.pricing .price-cta .price {
    display: block;
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 300;
    margin-top: 21px;
}
.pricing .popularity {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.2rem;
  display: block;
  margin-bottom: 20px;
}

.pricing h3{}

.pricing h5 {
    font-size: 13px;
    font-weight: 400;
}

.pricing ul {
    /* padding-top: 40px; */
    margin-bottom: 10px;
}
.pricing ul li {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 23px;
}

.pricing .btn-white {
  background: #fff;
  border: 2px solid rgb(241, 241, 241);
  border-radius: 4px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}

.pricing .btn-white:hover {
  color: #2d71a1;
}

.pricing.popular {
  background: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  color: #000000;
      background: linear-gradient(-45deg, #009bfb, #0169ee);
  color: #fff;
  box-shadow: none;
}

.pricing.popular .popularity {
  color: #b3b3b3;
}

.pricing.popular h3 {
  color: #fff;
  background: none;
}

.pricing.popular .btn-white {
  border: 2px solid #2d71a1;
}

/* CTA Section */
.cta-section {
  background: linear-gradient(to right, rgb(39, 70, 133) 0%, rgb(61, 179, 197) 100%);
  color: #fff;
}

.cta-section h2 {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .cta-section h2 {
    font-size: 2rem;
  }
}

.cta-section .btn {
  background: #000000;
  color: #fff;
}

.cta-section .btn i {
  margin-right: 5px;
  font-size: 24px;
  line-height: 0;
}

/* Contact Form */
.form-control {
  height: 48px;
  border-radius: 0;
  border: 1px solid #dae0e5;
}

.form-control:active,
.form-control:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #2d71a1;
}

.php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .error-message br+br {
  margin-top: 25px;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.form-group{width: 100%;
margin-bottom: 3px;}

label {
    display: inline-block;
    color: #737474;
}
.inner_header {
    width: 100%;
    /* float: left; */
    height: 342px;
    margin-bottom: 50px;
    background-position: center;
    background-size: 100%;
    background-color: #00a3f5;
}

.innertitle {
    position: relative;
    color: #fff;
    z-index: 999;
    /* bottom: 10%; */
    top: 65%;
    text-align: center;
    width: 100%;
}

.gal_title {
    font-size: 19px;
    padding: 10px;
    text-align: center;
    color: #fff;
    background-image: linear-gradient(to right, #0162eb, #007cf6, #0092fb, #00a7fb, #00baf9);
}

.gallery img {
    max-height: 197px;
    width: 100%;
}

.post-entry img{
  max-height: 198px;
width: 100%;}

.php-email-form textarea {
  min-height: 80px;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Blog */
.post-entry {
  margin-bottom: 60px;
}

.post-entry .post-text .post-meta {
  text-decoration: none;
  color: #ccc;
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}

.post-entry .post-text h3 {
  font-size: 20px;
  color: #000000;
}

.post-entry .post-text h3 a {
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 17px;
  background-image: linear-gradient(to right, #0162eb, #007cf6, #0092fb, #00a7fb, #00baf9);
    width: 100%;
    float: left;
    padding: 14px 20px;
}
.post-entry .post-text h3 a:hover {
  text-decoration: none;
  color: #fff;
}

.post-entry .post-text .readmore {
  color: #2d71a1;
}

.sidebar-box {
  margin-bottom: 30px;
  padding: 25px;
  font-size: 15px;
  width: 100%;
  float: left;
  background: #fff;
}

.sidebar-box *:last-child {
  margin-bottom: 0;
}

.sidebar-box h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.categories li,
.sidelink li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted gray("300");
  list-style: none;
}

.categories li:last-child,
.sidelink li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.categories li a,
.sidelink li a {
  text-decoration: none;
  display: block;
}

.categories li a span,
.sidelink li a span {
  position: absolute;
  right: 0;
  top: 0;
  color: #ccc;
}

.categories li.active a,
.sidelink li.active a {
  text-decoration: none;
  color: #000000;
  font-style: italic;
}

.comment-form-wrap {
  clear: both;
}

.comment-list {
  padding: 0;
  margin: 0;
}

.comment-list .children {
  padding: 50px 0 0 40px;
  margin: 0;
  float: left;
  width: 100%;
}

.comment-list li {
  padding: 0;
  margin: 0 0 30px 0;
  float: left;
  width: 100%;
  clear: both;
  list-style: none;
}

.comment-list li .vcard {
  width: 80px;
  float: left;
}

.comment-list li .vcard img {
  width: 50px;
  border-radius: 50%;
}

.comment-list li .comment-body {
  float: right;
  width: calc(100% - 80px);
}

.comment-list li .comment-body h3 {
  font-size: 20px;
}

.comment-list li .comment-body .meta {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #ccc;
}

.comment-list li .comment-body .reply {
  padding: 5px 10px;
  background: #e6e6e6;
  color: #000000;
  text-transform: uppercase;
  font-size: 14px;
}

.comment-list li .comment-body .reply:hover {
  color: #000000;
  background: #e3e3e3;
}

.search-form {
  background: #f7f7f7;
  padding: 10px;
}

.search-form .form-group {
  position: relative;
}

.search-form .form-group input {
  padding-right: 50px;
}

.search-form .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
}

#header.header-scrolled {
background-color: #040351;
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 4px 0;
  line-height: 1;
  font-weight: 500;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height:63px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 14px;
  font-weight: 400;
  color:#fff;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fff;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  color: #101c36;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #2d71a1;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }


  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(27, 49, 94, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #101c36;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #2d71a1;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #2d71a1;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero-section {
background-image: linear-gradient(to right, #0162eb, #007cf6, #0092fb, #00a7fb, #00baf9);    position: relative;
}

.hero-section .wave {
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  bottom: -214px;
      z-index: 88;
}

@media screen and (max-width: 992px) {
  .hero-section .wave {
    bottom: -180px;
  }
}

.hero-section .wave svg {
  width: 100%;
}

.hero-section, .hero-section>.container>.row {
    /* height: 67vh; */
    min-height: 343px;
}

.hero-section.inner-page {
  height: 60vh;
  min-height: 0;
}

.hero-section.inner-page .hero-text {
  transform: translateY(-150px);
  margin-top: -120px;
}

@media screen and (max-width: 992px) {
  .hero-section.inner-page .hero-text {
    margin-top: -80px;
  }
}

.hero-section h1 {
    font-size: 25px;
    color: #fff;
    font-weight: 200;
    margin-bottom: 30px;
    line-height: 36px;
    text-align: center;
}
@media screen and (max-width: 992px) {
  .hero-section h1 {
    font-size: 2.5rem;
    text-align: center;
    margin-top: 40px;
  }
}

@media screen and (max-width: 992px) {
  .hero-section .hero-text-image {
    margin-top: 4rem;
  }
}

.hero-section p {
  font-size: 18px;
  color: #fff;
}

.hero-section .iphone-wrap {
  position: relative;
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap {
    text-align: center;
  }
}

.hero-section .iphone-wrap .phone-2, .hero-section .iphone-wrap .phone-1 {
    position: absolute;
    top: -33%;
    overflow: hidden;
    /* right: 24px; */
    left: -6px;
}
@media screen and (max-width: 992px) {

  .hero-section .iphone-wrap .phone-2,
  .hero-section .iphone-wrap .phone-1 {
    position: relative;
    top: 0;
    max-width: 100%;
  }
}

.hero-section .iphone-wrap .phone-2,
.hero-section .iphone-wrap .phone-1 {
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap .phone-1 {
    margin-left: -150px;
  }
}

.hero-section .iphone-wrap .phone-2 {
  margin-top: 50px;
  margin-left: 100px;
  width: 250px;
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap .phone-2 {
    width: 250px;
    position: absolute;
    margin-top: 0px;
    margin-left: 100px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    padding: 5rem 0 2.5rem 0;
    background-color: #000;
    margin-top: 46px;
}
.footer h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

.footer ul li {
  margin-bottom: 10px;
}

.footer a {
  color: #fff;
}

.footer .copyright {
  margin-bottom: 0px;
}

.footer .copyright,
.footer .credits {
  font-size: 14px;
}

.social a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f8f9fa;
  position: relative;
  text-align: center;
  transition: 0.3s background ease;
  color: #0d1e2d;
  line-height: 0;
}

.social a span {
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.social a:hover {
  color: #fff;
  background: #2d71a1;
}

.social a i {
  line-height: 0;
}












:root{ 
    --white:#fff;
  --background: linear-gradient(130deg, #67bc23, #009fc9, #026aef);
}

#joincare .btn {
    color: var(--white);
    background: var(--background);
    font-family: "Lilita One", sans-serif;
    font-size: 15px;
    /* margin-top: 12px; */
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0px;
    padding: 8px 16px !important;
    border-radius: 50px 50px;
    border: 2px solid var(--white);
    position: relative;
    overflow: hidden;
    float: left;
    margin: 0 10px;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}
#joincare .btn:hover,
#joincare .btn:focus{ 
    color: var(--white);
    background-color: var(--color);
    transform: translateY(-3px);
}
#joincare .btn:before,
#joincare .btn:after {
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.3;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}
#joincare .btn:before {
    background: var(--background);
    left: 100%;
}
#joincare .btn:hover:before {
    transform: translateX(-50%);
    opacity: 1;
}
#joincare .btn:after {
    background: var(--background);
    right: 100%;
}
#joincare .btn:hover:after {
    transform: translateX(50%);
    opacity: 1;
}
@media only screen and (max-width: 767px){
   #joincare .btn{ margin-bottom: 30px; }
}
