<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/********** Template CSS **********/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');
:root {
    --primary: #03a1d6;
    --secondary: #017ea4;
    --light: #ffffff;
    --dark: #000000;
}

  @media (-webkit-device-pixel-ratio: 1.25) {
    .header-shape-1 {
        width: 8% !important;
    }
  }  
.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.fw-medium {
    font-weight: 600;
}

.fw-bold {
    font-weight: 700;
}

.fw-black {
    font-weight: 900;
}

p{
    color: #686868;
    font-size: 16px;
}
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
    
}
.text-blue{
    color:var(--primary) !important;
}
.pad-100{
    padding: 100px 0;
}
.font-poppins{
    font-family: 'Poppins', sans-serif;
}
.font-montserrat{
    font-family: 'Montserrat', sans-serif;
}
/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--dark);
}

.btn-square {
    width: 38px;
    height: 38px;
}
.btn-primary {
    background-color: #03a1d6 !important;
    border-color: #03a1d6 !important;
}
.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.sticky-top {
    top: -150px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
    margin-left: 35px;
    padding: 25px 0;
    color: var(--dark);
    font-weight: 600;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}
.blue-strip{
    background-color: var(--primary);
    color: #fff;
}
.mb-menu{
    background-color: #017ea4;
}
.blue-strip .social-icons a {
    background-color: transparent;
    color: #fff;
}
.blue-strip .social-icons a:hover {
    color: #78dbf2;
}
.blue-strip .address a {
    color: #fff;
    margin-left: 10px;
}
.blue-strip .address a:hover {
    text-decoration: underline;
}
.blue-strip .register {
    background-color: #017ea4;
}
.blue-strip .register a{
    color: #fff;
    margin-left: 3px;
}
.blue-strip .register a:hover{
    color: #78dbf2;
    transition: .5s;
}
.header{
    background: url('../img/header-bg.jpg') no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
   
}
.header-icon-bx {
    position: relative;
    top: -140px;
}
.header-content h6 {
    font-weight: 400;
    font-size: 1.4rem;
}
.header-content h1 {
    text-transform: uppercase;
    font-size: 3.2rem;
    margin: 20px 0;
}
.logo-text {
    text-transform: lowercase;
    color: var(--primary);
}
.light {
    font-weight: 100;
    font-family: 'MinionPro';
}
.play-btn a {
    background-color: var(--primary);
    border-radius: 50%;
    display: flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
}
.play-btn a i {
    font-size: 20px;
    color: #fff;
    margin-left: 5px;
}
.play-btn a:hover {
    background-color: #78dbf2;
    transition: .5s;
}
.play-btn a:hover i{
    color: var(--dark);
}
.header-shape-1{
    top: 0;
    left: 0;
    z-index: 1050;
    width: 12%;
}
.header-shape-2{
    top: 50%;
    left: -4%;
    animation: MoveUpDown 3s linear infinite;
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #000;
    background-color: #9abf69;
    border-color: #94bc60;
    box-shadow: 0 0 0 0.25rem rgb(3 161 214 / 48%)!important;
}
@media (max-width: 991.98px) {

    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        margin-left: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 20px;
        border-top: 1px solid #EEEEEE;
    }
    
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
    
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: rgba(136, 180, 78, .7);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 3.5rem;
    background-color: var(--dark);
    border: 15px solid var(--dark);
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background: linear-gradient(rgba(136, 180, 78, .7), rgba(136, 180, 78, .7)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    position: relative;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
}

.section-title::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: var(--primary);
}

.section-title::after {
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    bottom: -13px;
    left: calc(25% - 13px);
    background: var(--dark);
    border: 10px solid #FFFFFF;
    border-radius: 28px;
}

.section-title.text-center::before {
    left: 25%;
}

.section-title.text-center::after {
    left: calc(50% - 13px);
}
/***************Four Block ************/
.card1 {
    height: 100%;
    display: block;
    position: relative;
    background-color: var(--light);
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .15);
  }
  .card1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    background: #78dbf2;
    height: 3px;
    width: 100%;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.5s ease-out;
}
.card1 img{
    background-color: #fff;
}
.card1 h4{
    font-size: 22px;
    color: #050a1e;
    font-family: 'Montserrat', sans-serif;

}
 .card1 p{
    color: #686868;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
 }
  .card1:hover:before {
    transform: scale(300);
  }
  .card1:hover img {
    transition: all 0.3s ease-out;
    
  }
  .card1:hover p {
    transition: all 0.3s ease-out;
    color: rgba(255, 255, 255);
  }
  .card1:hover h4 {
    transition: all 0.3s ease-out;
    color: #ffffff;
  }
  
 /**************actuary*********************/ 
 .actuary-section {
    padding-bottom: 100px;
}
 .shape-1{
    position: absolute;
    
 }
 .actuary-shape1 {
    left: -17%;
    top: 40%;
    z-index: -1;
    animation: MoveUpDown2 3s linear infinite;
}
.actuary-shape3 {
    left: 3%;
    bottom: 0;
    animation: MoveUpDown3 4s linear infinite;
}
.actuary-shape2 {
    right: 12%;
    top: 11%;
    animation: MoveUpDown4 5s linear infinite;
}
.discover-actuary-shape2{
    left:-2%;
    top: -2%;
    animation: MoveUpDown4 5s linear infinite;
}
.actuary-content h2{
    text-transform: uppercase;
    font-size: 2.3em;
    font-weight: 700;
    color: var(--primary);

}
.actuary-content h3{
    color: #000000;
    font-size: 1.75em;
}
.actuary-content p{
    text-align: justify;
    font-weight: 400;
}
.btn-style-1 i{
    font-size: 20px;
    margin-left: 10px;
}
.btn-style-1 {
    background-color: var(--primary);
    color: var(--light);
    border-radius: 0;
    width: 185px;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-style-1:hover{
    transition: all 0.3s ease-out;
    background-color: #78dbf2;
}
.call-icon i{
    color: var(--primary);
    border-radius: 50%;
    padding: 13px;
    font-size: 30px;
    border: 2px solid var(--primary);
}
/************categories***************/
.categories-section{
    background: url('../img/categories-bg.jpg') no-repeat center;
    background-size: cover;
}
.categories-title h2, .about-title h2, .courses-title h2, .practice-title h2, .blog-title h2{
    text-transform: capitalize;
    font-size: 2.5em;
    font-weight: 600;
    color: var(--dark);
}
.categories-title h6, .about-title h6, .courses-title h6, .blog-title h6{
    text-transform: uppercase;
    font-weight: 700;
    color: var(--primary);
}
.categories-bx{
    border: 1px solid #000;
    border-radius: 15px;
    cursor: pointer;
    height: 100%;
}
.categories-bx:hover{
    transition: all 0.3s ease-out;
    background-color: #fff;
}
.categories-bx h6{
    line-height: 20px;
}
.categories-bx p{
    font-weight: 500;
}
.about-box {
    cursor: pointer;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .15);
}
.about-section{
    background-color: #dbf2f8;
}
.about-box-cnt {
    background-color: #fff;
    padding: 30px 0;
    text-align: center;
}
.about-box-cnt h5 {
    text-transform: uppercase;
    font-size: 1.1rem;
}
.about-box-cnt p{
    color: #121212;
}
.about-box-img {
    position: relative;
    overflow: hidden;
}
.about-box:hover{
    box-shadow: 10px 10px #03a1d6;
    transition: all 0.3s ease-out;
   
}
/************courses*************/
.courses-section{
    background-color: #ecf9fc;
}
.courses-cnt ul{
    position: relative;
}
.courses-cnt ul li, .modal-listing  li{
    list-style-type: none;
    padding-bottom: 10px;
}
.courses-cnt ul li::before, .modal-listing  li::before{
    content: '';
    position: absolute;
    background: url('../img/tick.png') no-repeat ;
    background-size: contain;
    width: 18px;
    height: 16px;
    left: 0;
    margin-top: 3px;
}
.text-justify {
    text-align: justify;
}
.space-100{
    height: 100px;
}

.actuary-shape4 {
    left: 100%;
    top: 65%;
    animation: MoveUpDown5 3s linear infinite;
    
}

/*************practice**************/
.practice-title h6{
    text-transform: capitalize;
    font-weight: 700;
    color: #0a5769;
}
.practice-left, .testimonial-left{
    width: 650px;
    margin-left: auto;
}
.practice-cnt {
    padding-right: 15%;
}
.testimonial-title h6{
    text-transform: capitalize;
    font-weight: 700;
    color: #203942;
}
.testimonial-cnt{
    padding-left: 15%;
}
.testimonial-right{
    width: 650px;
    margin-right: auto;
}
.testimonial-img{
    background: url(../img/testimonial-bg.jpg) no-repeat center;
    background-size: cover;
    height: 100%;
}
.testimonial-cnt p{
    font-style: italic;
    font-weight: 500;
    line-height: 35px;
    color: #000;
    font-size: 17px;
}
/*** Blog ***/
.blog-section{
    background-color: #ecf9fc;
}
.date{
    color: #929292;
}
.blog-box{
    display: block;
    background-color: #fff;
    cursor: pointer;
    
}
.blog-box a h5{
    color: #000;
}
.read-btn{
    color: var(--primary);
}
.read-btn:hover{
    color: var(--secondary);
    transition: all 0.3s ease-out;
}
.blog-box:hover h5{
    color: var(--primary);
    transition: all 0.3s ease-out;
}
.blog-box:hover{
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .15);
    transition: all 0.3s ease-out;
}


.blog1 .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #B0B9AE;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}
/*** About ***/
.video {
    background: linear-gradient(rgba(136, 180, 78, .85), rgba(136, 180, 78, .85)), url(../img/video-bg.jpg) center center no-repeat;
    background-size: cover;
}

.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 65px;
    height: 75px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 28px 30px 30px 38px;
    background: #FFFFFF;
}

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

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 120px;
    height: 120px;
    background: #FFFFFF;
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: 13px;
    border-left: 40px solid var(--primary);
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

.modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

.modal-video .modal-body {
    position: relative;
    padding: 0px;
}

.modal-video .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;
}


/*** Store ***/
.store-item .store-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(138, 180, 78, .3);
    opacity: 0;
    transition: .5s;
}

.store-item:hover .store-overlay {
    opacity: 1;
}


/*** Contact ***/
.contact .btn-square {
    width: 100px;
    height: 100px;
    border: 20px solid var(--light);
    background: var(--primary);
    border-radius: 50px;
}


/*** Testimonial ***/
.testimonial {
    background: linear-gradient(rgba(136, 180, 78, .85), rgba(136, 180, 78, .85)), url(../img/testimonial-bg.jpg) center center no-repeat;
    background-size: cover;
}

.testimonial-item {
    margin: 0 auto;
    max-width: 600px;
    text-align: center;
    background: #FFFFFF;
    border: 30px solid var(--primary);
}

.testimonial-item img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 60px;
}

.testimonial-carousel .owl-dots {
    margin-top: 35px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--primary);
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--dark);
}


/*** Footer ***/
.footer {
    background-color: #9dd2e2;
}
.footer h4{
    color: #2875b9;
    font-size: 1.25rem;
    font-weight: 600;
}
.footer ul li{
    list-style-type: none;
}
.footer ul li::before{
    content: '';
    position: absolute;
    background: url(../img/tick-2.png) no-repeat;
    background-size: contain;
    width: 13px;
    height: 9px;
    left: 0;
    margin-top: 8px;
}
.social-icons a{
    background-color: #fff;
}
.social-icons a:hover{
    background-color: var(--primary);
    color:#fff;
}
.footer .btn.btn-link {
    display: block;
    margin-bottom: 15px;
    padding: 0;
    text-align: left;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
    transition: .3s;
}
.address a{
    color: #000;
    margin-left: 10px;
}
.address i{
    font-size: 16px;
}
.address a:hover{
    color: #fff;
    transition: .5s;
}
.services {
    padding-left: 35%;
}
.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright, .copyright a {
    color: #fff;
}
.copyright a:hover{
    text-decoration: underline;
}
.copyright {
    background: #01a3d4;
}
.arroe-btn {
    background-color: var(--primary);
    border: 2px solid #fff;
}
.arroe-btn i{
    color: #fff;
}
/*about css*/
.abt-bg{
    background: url('../img/bg-abt.png');
    padding:50px 0;
    }
    .header1 {
        background: url(../img/header-bg.jpg) no-repeat center;
        background-size: cover;
        width: 100%;
        height: 100%;
     
    }
    
    .about-box1 {
        cursor: pointer;
      
    }
    .blog-box1 {
        display: block;
        background-color: #fff;
        cursor: pointer;
        border: 1px solid #eaeaea;
         cursor: pointer;
    }
    
    .social-icons1.d-flex.pt-3 {
        margin: auto;
        width: fit-content !important;
    }
    .social-icons1 a:hover {
        background-color: var(--primary);
        color: #fff;
    }
    .cnt-style{
        color:#000;
        font-size:20px; 
        padding:0 10px;
        font-weight: 600;
    }
    .abt-bg h1 {
        color: #03a1d6;
    }
    .about-teachers{
        background-color: #f7f7f7;
        padding: 100px 0;
    }
    .about-teachers .about-box-img img {
        width: 100%;
    }
.course-table-section{
    background-color: #f7f7f7;
}
.course-table thead{
    background-color: var(--secondary);
    color: #fff;
    text-align: center;
    
}
.course-table thead th{
    padding: 15px 0;
}
.course-table p{
    font-weight: 700;
}    
/**************Inner Price********************/
.pricing-table{
    background-color: #f7f7f7;
}
.plan-inner {
    background: #fff;
    position:relative;
    border-radius: 20px;
    overflow: hidden;
  }
  
  .entry-title {
    background: #53CFE9;
    position: relative;
    text-align: center;
    color: #fff;
  }
  .entry-title h4 {
    background: #20BADA;
    font-size: 20px;
    padding: 5px 0;
    font-weight: 700;
    margin: 0;
}
.selected .entry-title h4{
    background-color: #44CBC6;
}
.selected .entry-title{
    background-color: #75DDD9;
}
.two-selected .entry-title h4{
    background-color: #3772aa;
}
.two-selected .entry-title{
    background-color: #4484c1;
}
.four-selected .entry-title h4{
    background-color: #DD4B5E;
}
.four-selected .entry-title{
    background-color: #F75C70;
}
  .entry-title h3{
    font-weight: 400;
    font-size: 1rem;
    padding: 20px 0;
  }
  .entry-title h3 span {
    font-size: 3rem;
    font-weight: 700;
}
 

  
  .entry-content {
    color: #323232;
  }
  
  .entry-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
  }
  
  .entry-content li {
    border-bottom: 1px solid #E5E5E5;
    padding: 10px 0;
  }
  
 /* .entry-content li:last-child {
    border: none;
  }*/
  
  
  .btn a {
    background: #323232;
    padding: 10px 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    border-radius: 25px;
  }
  .btn a:hover{
    background-color: #03a1d6;
    transition: .5s;
  }
  .hot {
      position: absolute;
      top: -7px;
      background: #F80;
      color: #fff;
      text-transform: uppercase;
      z-index: 2;
      padding: 2px 5px;
      font-size: 9px;
      border-radius: 2px;
      right: 10px;
      font-weight: 700;
  }
  .basic .entry-title {
    background: #75DDD9;
  }
  
  .basic .entry-title &gt; h3 {
    background: #44CBC6;
  }
  
  .basic .price {
    background: #44CBC6;
  }
  
  .standard .entry-title {
    background: #4484c1;
  }
  
  .standard .entry-title &gt; h3 {
    background: #3772aa;
  }
  
  .standard .price {
    background: #3772aa;
  }
  
  .ultimite .entry-title &gt; h3 {
    background: #DD4B5E;
  }
  
  .ultimite .entry-title {
    background: #F75C70;
  }
  
  .ultimite .price {
    background: #DD4B5E;
  }
@media (max-width: 768px) {
    h1{
        font-size: 1.75rem !important;
    }
    h2 {
        font-size: 1.5em !important;
    }
    h3 {
        font-size: 1.3em !important; 
    }
    h6{
        font-size: 1rem !important;
    }
    .pad-100{
        padding: 50px 0;
    }
    .shape-1 {
        display: none;
    }
    .card1{
        margin-bottom: 20px;
    }
    .header-icon-bx {
        top: 0;
        margin-top: 50px;
    }
    .actuary-section{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .actuary-content, .courses-cnt {
        padding-top: 20px;
    }
    .btn-style-1{
        margin-bottom: 20px;
    }
    .about-box-img img {
        width: 100%;
    }
    .about-box, .blog-box{
        margin-bottom: 20px;
    }
    .space-100 {
        height: 30px;
    }
    .practice-left, .testimonial-left, .testimonial-right, .testimonial-cnt {
        width: auto;
        padding-right: calc(var(--bs-gutter-x)/2);
        padding-left: calc(var(--bs-gutter-x)/2);
    }
    .practice-cnt {
        padding-right: 0;
    }
    .testimonial-cnt {
        padding-left: 0;
    }
    .services {
        padding-left: 0;
        padding-top: 30px;
    } 
    .about-teachers   {
        padding: 50px 0;
    }
}.alert {  padding: 20px;  background-color: #04AA6D;  color: white;}.alert_red {  padding: 20px;  background-color: #FF0000;  color: white;}.closebtn {  margin-left: 15px;  color: white;  font-weight: bold;  float: right;  font-size: 22px;  line-height: 20px;  cursor: pointer;  transition: 0.3s;}.closebtn:hover {  color: black;}.mandatory{	color:#FF0000;	font-weight:bold;}

.registration .form-floating&gt;label {
    pointer-events: auto;
}
.registration .form-check-input:checked {
    background-color: #03a1d6;
    border-color: #03a1d6;
}
.registration .form-control:focus, .registration .form-select:focus {
    border-color: #03a1d6;
    box-shadow: 0 0 0 0.25rem rgb(3 161 214 / 20%);
}
.social-icons {
    position: relative;
    z-index: 99;
}
@media (max-width: 767px){
.registration .btn {
    margin-top: 50px;
}
.registration .form-check-input[type=checkbox] {
    border-radius: 0.25em;
    position: relative;
    z-index: 999;
    cursor: pointer;
}
}
.registration .form-check-input:focus {
    border-color: #c4daa7;
    outline: 0;
    box-shadow: none;
}
.form-floating {
    position: relative;
    background-color: #fff;
    z-index: 1;
}

.registration .form-control, .registration .form-select {
    position: relative;
    z-index: 10;
    background-color: transparent;
}
.registration .form-floating&gt;.form-select {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}
.registration .form-select{
   position: relative;
   z-index: 10;
}
.back-to-top{
    bottom:87px;
}
.whatsup-floating{
    bottom: 30px;
    background: none;
    border: 1px solid var(--primary);
    color: var(--primary);
    position: fixed;
    right: 30px;
    background:#ffffff;
}
.whatsup-floating i{
    color: var(--primary);
}

@media only screen and (max-width:991px) {
.blue-strip.d-none{
    display: block!important;
}
.blue-strip .justify-content-between{
    flex-direction:column;
}
.blue-strip .justify-content-between &gt; div{
    width:100%;
}
.blue-strip .justify-content-between .social-icons{
    padding-left: 8px;
    background: #0B87B0;
    width: 100%;
}
.blue-strip .container{
    padding: 0px !important;
    margin: 0px;
    max-width: 100%;
}
.blue-strip .justify-content-between &gt; div:last-child{
    flex-direction:column;
    width:100%;
}
.blue-strip .justify-content-between &gt; div:last-child .address{
    padding:8px 18px 10px;
    flex-direction:column;
}
.blue-strip .register{
    display: none!important;
}
}
.blue-strip.mb-menu{
    display:none!important;
}
@media only screen and (max-width: 991px) {
    .blue-strip .register{
        margin-left: 0px !important;
        display: flex !important;
    }
}</pre></body></html>