    /* =======================================================================
Template Name: Youtubers
Author:  SmartEye Technologies
Author URI: www.smarteyeapps.com
Version: 1.0
coder name:Prabin Raja
Description: This Template is created for Youtubers
======================================================================= */
    /* ===================================== Import Variables ================================== */
    
    @import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700);
    @import url(https://fonts.googleapis.com/css?family=Arimo:300,400,400italic,700,700italic);
    /* ===================================== Basic CSS ==================================== */
    
    * {
        margin: 0px;
        padding: 0px;
        list-style: none;
        scroll-behavior: smooth;
    }
    
    img {
        max-width: 100%;
    }
    
    a {
        text-decoration: none;
        outline: none;
        color: #d3d3d3;
    }
    
    a:hover {
        color: #444;
    }
    
    ul {
        margin-bottom: 0;
        padding-left: 0;
    }
    
    a:hover,
    a:focus,
    input,
    textarea {
        text-decoration: none;
        outline: none;
    }
    
    .center {
        text-align: center;
    }
    
    .left {
        text-align: left;
    }
    
    .right {
        text-align: right;
    }
    
    .cp {
        cursor: pointer;
    }
    
    html,
    body {
        height: 100%;
    }
    
    p {
        margin-bottom: 0px;
        width: 100%;
    }
    
    .no-padding {
        padding: 0px;
    }
    
    .no-margin {
        margin: 0px;
    }
    
    .hid {
        display: none;
    }
    
    .top-mar {
        margin-top: 15px;
    }
    
    .h-100 {
        height: 100%;
    }
    
     ::placeholder {
        color: #747f8a !important;
        font-size: 13px;
        opacity: .5 !important;
    }
    
    .container-fluid {
        padding: 0px;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        color: #145587;
    }
    
    body {
        background-color: #f1f1f145 !important;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-rendering: optimizeLegibility;
        color: #6A6A6A;
        overflow-x: hidden;
    }
    
    .session-title {
        padding: 30px;
        margin: 0px;
        margin-bottom: 20px;
    }
    
    @media screen and (max-width: 767px) {
        .session-title {
            padding: 5px;
        }
    }
    
    .session-title h2 {
        width: 100%;
        text-align: center;
        font-weight: 600;
        margin-bottom: 0px;
    }
    
    .session-title p {
        max-width: 850px;
        text-align: center;
        float: none;
        margin: auto;
        font-size: .9rem;
        margin-top: 6px;
    }
    
    .session-title span {
        float: right;
        font-style: italic;
    }
    
    .inner-title {
        padding: 20px;
        padding-left: 0px;
        margin: 0px;
        margin-bottom: 10px;
        padding-bottom: 0px;
        border-bottom: 1px solid #ccccccc4;
        display: block;
        padding-right: 0px;
    }
    
    .inner-title h2 {
        width: 100%;
        text-align: center;
        font-size: 1rem;
        font-weight: 600;
        text-align: left;
        border-bottom: 1px solid #863dd9;
        padding-bottom: 10px;
        margin-bottom: 0px;
        width: 300px;
    }
    
    .inner-title p {
        width: 100%;
        text-align: center;
    }
    
    .inner-title .btn {
        float: right;
        margin-top: -38px;
        font-weight: 600;
        font-size: .8rem;
    }
    
    .bannerimg img {
        width: 100%;
    }
    
    .page-nav {
        background-size: 100%;
        padding: 68px;
        text-align: center;
        background-color: #eaeaea;
    }
    
    .word {
        background-image: url("../images/words.jpg");
        height: 210px;
    }
    
    .info {
        background-image: url("../images/info.jpg");
        height: 210px;
    }
    
    .lens {
        background-image: url("../images/lens.jpg");
        height: 210px;
    }
    
    .picaso {
        background-image: url("../images/picasso.jpg");
        height: 210px;
    }
    
    .page-nav ul {
        float: none;
        margin: auto;
    }
    
    @media screen and (max-width: 992px) {
        .page-nav {
            background-size: auto;
        }
    }
    
    @media screen and (max-width: 767px) {
        .page-nav {
            padding-top: 200px;
            padding-bottom: 40px;
        }
    }
    
    @media screen and (max-width: 356px) {
        .page-nav {
            padding-top: 200px;
            padding-bottom: 40px;
        }
    }
    
    .page-nav h2 {
        font-size: 28px;
        width: 100%;
        font-weight: 700;
        color: #FFF;
    }
    
    @media screen and (max-width: 600px) {
        .page-nav h2 {
            font-size: 26px;
        }
    }
    
    .page-nav ul li {
        float: left;
        margin-right: 10px;
        margin-top: 10px;
        font-size: 16px;
        font-size: .93rem;
        font-weight: 600;
        color: #444;
    }
    
    .page-nav ul li i {
        width: 30px;
        text-align: center;
        color: #444;
    }
    
    .page-nav ul li a {
        color: #444;
        font-size: .93rem;
        font-weight: 600;
    }
    
    .btn-success {
        background-color: #51be78;
        border-color: #51be78;
    }
    
    .btn-success:hover {
        background-color: #51be78 !important;
        border-color: #51be78 !important;
    }
    
    .btn-success:active {
        background-color: #51be78 !important;
        border-color: #51be78 !important;
    }
    
    .btn-success:focus {
        background-color: #51be78 !important;
        border-color: #51be78 !important;
        box-shadow: none !important;
    }
    
    .btn-primary {
        background-color: #3cc88f;
        border-color: #3cc88f;
    }
    
    .btn-primary:hover {
        background-color: #3cc88f !important;
        border-color: #3cc88f !important;
    }
    
    .btn-primary:active {
        background-color: #3cc88f !important;
        border-color: #3cc88f !important;
    }
    
    .btn-primary:focus {
        background-color: #3cc88f !important;
        border-color: #3cc88f !important;
        box-shadow: none !important;
    }
    
    .btn {
        box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
        border-radius: 2px;
    }
    
    .form-control:focus {
        box-shadow: none !important;
        border: 1px solid #CCC;
    }
    
    .btn-light {
        background-color: #FFF;
        color: #3F3F3F;
    }
    
    .collapse.show {
        display: block !important;
    }
    
    .form-control:focus {
        box-shadow: none;
        border: 1px solid #CCC;
    }
    
    .form-control {
        background-color: #F8F8F8;
        margin-bottom: 20px;
    }
    
    .form-control:focus {
        background-color: #FFF;
        border-color: #CCC;
    }
    
    .container {
        max-width: 1170px;
    }
    
    @media screen and (max-width: 575px) {
        .container {
            padding: 10px 15px;
        }
    }
    /* =================== Header Style Starts Here =================== */
    
    header {
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
        background-color: #FFF;
        width: 100%;
        z-index: 99;
    }
    
    header .logo {
        padding-top: 6px;
    }
    
    header .header-top {
        background-color: #0f7ac5;
        border-bottom: 1px solid #d3d7cea6;
        padding: 7px;
    }
    
    header .header-top .col-det .ulleft li {
        float: left;
        padding: 12px;
        color: #FFFFFF;
        font-size: .9rem;
    }
    
    header .header-top .col-det .ulleft li i {
        margin-right: 5px;
        color: #FFFFFF;
    }
    
    header .header-top .col-det .ulleft li span {
        margin-left: 15px;
    }
    
    header .header-top .col-det .ulright {
        float: right;
    }
    
    header .header-top .col-det .ulright li {
        float: left;
        padding: 10px;
        color: #FFFFFF;
        font-size: 1rem;
        font-weight: 600;
    }
    
    header .header-top .col-det .ulright li i {
        margin-right: 5px;
        color: #FFFFFF;
    }
    
    header .header-top .col-det .ulright li small {
        color: #FFFFFF;
        font-weight: 600;
    }
    
    header .header-top .col-det .ulright li span {
        margin-left: 15px;
    }
    
    header .header-top .btn-bhed {
        padding-top: 7px;
        text-align: right;
    }
    
    header .header-top .btn-bhed .btn {
        padding: 5px 23px;
        border-radius: 50px;
        margin-left: 5px;
    }
    
    header .header-bottom {
        padding: 6px;
        background-color: #fff;
    }
    
    @media screen and (max-width: 991px) {
        header .header-bottom {
            padding: 0px;
        }
    }
    
    @media screen and (max-width: 991px) {
        header .header-bottom img {
            padding: 5px;
            margin-top: 0px;
            max-width: 230px;
        }
    }
    
    header .nav-col .navbad {
        display: block;
        float: right;
    }
    
    @media screen and (max-width: 991px) {
        header .nav-col .navbad {
            width: 100%;
        }
    }
    
    header .nav-col .navbad li {
        padding: 2px;
        font-weight: 700;
        font-size: .9rem;
        position: relative;
    }
    
    @media screen and (max-width: 1005px) {
        header .nav-col .navbad li {
            padding: 15px 12px;
        }
    }
    
    @media screen and (max-width: 991px) {
        header .nav-col .navbad li {
            float: none;
            width: 100%;
            padding: 2px;
        }
    }
    
    header .nav-col .navbad li a {
        color: #686968 !important;
        /*border: 1px solid #CCC;
        border-radius: 50px;*/
    }
    
    header .nav-col .navbad li a:hover {
        background-color: #0f7ac5;
        color: #fff !important;
    }
    
    header .nav-col .navbad .nav-btn {
        float: right;
    }
    
    .nav-link {
        border: 2px dotted #CCC;
        border-radius: 50px;
    }
    
    header .small-menu {
        float: right;
        color: #686968;
        font-size: 1.8rem;
        position: absolute;
        right: 13px;
        top: 19px;
    }
    
    @media screen and (max-width: 767px) {
        .navbar {
            padding: 0px;
        }
    }
    
    .navbar-toggler {
        position: absolute;
        right: 0px;
        top: -40px;
    }
    
    @media screen and (max-width: 767px) {
        .navbar-toggler {
            top: -50px;
        }
    }
    
    .scroll-to-fixed-fixed {
        background-color: #FFF;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    }
    
    .scroll-to-fixed-fixed {
        padding: 5px !important;
    }
    /* =================== Slider Style Starts Here =================== */
    
    .slider {
        position: relative;
    }
    
    .slider-captions {
        position: absolute;
        bottom: 132px;
        text-align: center;
    }
    
    @media screen and (max-width: 1050px) {
        .slider-captions {
            bottom: 100px !important;
        }
        width: 90%;
        text-align: center;
        float: none;
        margin: auto;
        .slider-captions .slider-title {
            font-size: 42px;
        }
    }
    
    @media screen and (max-width: 810px) {
        .slider-captions {
            bottom: 50px !important;
        }
        .slider-captions .slider-title {
            font-size: 32px;
        }
    }
    
    @media screen and (max-width: 572px) {
        .slider-captions {
            display: none;
        }
    }
    
    .slider-title {
        font-size: 66px;
        font-weight: 600;
        color: #fff;
        letter-spacing: -3px;
    }
    
    .slider-text {
        margin-bottom: 20px;
        color: #fff;
    }
    
    .slider-img {
        /*background: -moz-linear-gradient(top, rgba(45, 32, 44, 0.3) 0%, rgba(45, 32, 44, 0.1) 100%);
  background: -webkit-linear-gradient(top, rgba(45, 32, 44, 0.3) 0%, rgba(45, 32, 44, 0.1) 100%);
  background: linear-gradient(to bottom, rgba(45, 32, 44, 0.3) 0%, rgba(45, 32, 44, 0.1) 100%);*/
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#cc1b2429', endColorstr='#cc1b2429', GradientType=0);
        position: relative;
    }
    
    .slider-img img {
        position: relative;
        z-index: -1;
    }
    
    .slider .owl-nav .owl-prev,
    .slider .owl-nav .owl-next {
        color: #fff;
        display: inline-block;
        zoom: 1;
        margin: 5px;
        padding: 6px 12px;
        font-size: 22px;
        -webkit-border-radius: 23px;
        -moz-border-radius: 23px;
        border-radius: 23px;
        background: transparent;
        filter: Alpha(Opacity=50);
        line-height: 1;
        border: 2px solid #fff;
    }
    
    .owl-controls.clickable .owl-buttons div:hover {
        filter: Alpha(Opacity=100);
        opacity: 1;
        text-decoration: none;
        background-color: #fff;
    }
    
    .slider .owl-nav .owl-prev {
        position: absolute;
        top: 40%;
        left: 25px;
    }
    
    .slider .owl-nav .owl-next {
        position: absolute;
        top: 40%;
        right: 25px;
    }
    
    .slider .owl-dots .owl-dot {
        position: relative;
        text-align: center;
        bottom: 40px;
        max-width: 1140px;
        margin: 0 auto;
    }
    
    .slider .owl-dots .owl-dot span {
        display: block;
        width: 14px;
        height: 14px;
        margin: 0px 0px 10px 10px;
        filter: Alpha(Opacity=50);
        /*IE7 fix*/
        opacity: 0.8;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        border: 2px solid #fff;
        float: left;
    }
    
    .slider .owl-dots .owl-dot.active span {
        background-color: #fff;
    }
    
    .slider .owl-dots .owl-dot.active span,
    .slider .owl-controls.clickable .owl-page:hover span {
        background-color: #fff;
        filter: Alpha(Opacity=100);
        /*IE7 fix*/
        opacity: 1;
    }
    
    .slider .col-lg-offset-2 {
        float: none;
        margin: auto;
    }
    /* ===================================== About CSS ================================== */
    
    .about-us {
        background-color: #edf1f5;
        padding: 50px;
    }
    
    @media screen and (max-width: 940px) {
        .about-us {
            padding: 30px 10px;
        }
    }
    
    .about-us .natur-row {
        margin-top: 20px;
    }
    
    .about-us .text-part h2 {
        font-weight: 600;
        font-size: 1.8rem;
        margin-bottom: 20px;
    }
    
    .about-us .text-part p {
        text-indent: 20px;
        margin-bottom: 15px;
        line-height: 27px;
        font-weight: 500;
        text-align: justify;
        font-size: .9rem;
    }
    
    .about-us .image-part .about-quick-box .about-qcard {
        padding: 16px 30px;
        background-color: #FFF;
        box-shadow: 0 2px 3px 0 rgba(218, 218, 253, 0.35), 0 0px 3px 0 rgba(206, 206, 238, 0.35);
        border-radius: 15px;
        text-align: left;
        min-height: 250px;
        margin-bottom: 30px;
    }
    
    .about-us .image-part .about-quick-box .about-qcard1 {
        padding: 8px 10px;
        background-color: #FFF;
        box-shadow: 0 2px 3px 0 rgba(218, 218, 253, 0.35), 0 0px 3px 0 rgba(206, 206, 238, 0.35);
        border-radius: 15px;
        text-align: center;
        margin-bottom: 30px;
    }
    
    .about-us .image-part .about-quick-box .about-qcard p {
        font-weight: 600;
        font-size: 28px;
        color: #145587;
    }
    
    .about-us .image-part .about-quick-box .about-qcard i {
        font-size: 24px;
        margin-bottom: 30px;
        color: #3cc88f;
        padding-right: 5px;
    }
    
    .about-us .image-part .about-quick-box .about-qcard .red {
        color: #ff6b70;
    }
    
    .about-us .image-part .about-quick-box .about-qcard .yell {
        color: #f7a900;
    }
    
    .about-us .image-part .about-quick-box .about-qcard .blu {
        color: #21d7d9;
    }
    
    .news-item {
        padding: 4px 4px;
        margin: 0px;
        border-bottom: 1px dotted #555;
        color: #000000;
    }
    /* ===================================== Events Home CSS ================================== */
    
    .events {
        background-color: #efefef2e;
        padding: 50px;
    }
    
    @media screen and (max-width: 940px) {
        .events {
            padding: 30px 10px;
        }
    }
    
    .events .event-ro .event-box {
        text-align: center;
        margin-bottom: 20px;
    }
    
    .events .event-ro .event-box img {
        margin-bottom: 20px;
    }
    
    .events .event-ro .event-box h4 {
        font-size: 18px;
    }
    
    .events .event-ro .event-box .raises {
        margin-bottom: 10px;
    }
    
    .events .event-ro .event-box .raises span {
        color: #71b61b;
    }
    
    .events .event-ro .event-box .desic {
        font-size: 13px;
        margin-bottom: 15px;
    }
    /* ===================================== Mission Vision CSS ================================== */
    
    .mission-vision {
        background-color: #FFF;
    }
    
    .mission-vision .mission {
        padding: 50px;
    }
    
    @media screen and (max-width: 940px) {
        .mission-vision .mission {
            padding: 30px 10px;
        }
    }
    
    .mission-vision .vision {
        padding: 50px;
    }
    
    @media screen and (max-width: 940px) {
        .mission-vision .vision {
            padding: 30px 10px;
        }
    }
    
    .mission-vision .mv-det {
        margin: auto;
    }
    /* ============= Logo Slider ============= */
    
    .brands {
        width: 100%;
        padding-top: 90px;
        padding-bottom: 90px
    }
    
    .brands_slider_container {
        height: 130px;
        border: solid 1px #e8e8e8;
        box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
        padding-left: 97px;
        padding-right: 97px;
        background: #fff
    }
    
    .brands_slider {
        height: 100%;
        margin-top: 50px
    }
    
    .brands_item {
        height: 100%
    }
    
    .brands_item img {
        max-width: 100%
    }
    
    .brands_nav {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 5px;
        cursor: pointer
    }
    
    .brands_nav i {
        color: #e5e5e5;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease
    }
    
    .brands_nav:hover i {
        color: #676767
    }
    
    .brands_prev {
        left: 40px
    }
    
    .brands_next {
        right: 40px
    }
    /* ===================================== Charity Number CSS ================================== */
    
    .doctor-message {
        background-image: url("../images/slider/slider-3.jpg");
        background-attachment: fixed;
        background-size: cover;
    }
    
    .doctor-message .session-title h2 {
        color: #FFF;
    }
    
    .doctor-message .inner-lay {
        background-color: rgba(0, 0, 0, 0.8);
        padding: 50px;
        color: #FFF;
    }
    
    @media screen and (max-width: 940px) {
        .doctor-message .inner-lay {
            padding: 30px 10px;
        }
    }
    
    .doctor-message .inner-lay .numb {
        text-align: center;
        padding: 30px;
    }
    
    .doctor-message .inner-lay .numb h3 {
        font-size: 42px;
        padding-bottom: 10px;
        border-bottom: 1px solid #CCC;
        margin-bottom: 20px;
        color: #FFF;
    }
    /* ===================================== Our Blog CSS ================================== */
    
    .our-blog {
        background-color: #FDFDFD;
        padding: 40px;
    }
    
    @media screen and (max-width: 967px) {
        .our-blog {
            padding: 30px 0px;
        }
    }
    
    .our-blog .single-blog {
        margin-bottom: 20px;
        background-color: #FFF;
        box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65), 0 2px 6px 0 rgba(206, 206, 238, 0.54);
    }
    
    .our-blog .single-blog figure {
        margin-bottom: 5px;
    }
    
    .our-blog .single-blog .blog-detail {
        padding: 15px;
    }
    
    .our-blog .single-blog small {
        color: #db0000;
        font-size: 12px;
    }
    
    .our-blog .single-blog h4 {
        font-size: 1.2rem;
        margin-bottom: 10px;
        margin-top: 10px;
        color: #0072c1;
    }
    
    .our-blog .single-blog p {
        text-align: justify;
        text-indent: 20px;
    }
    
    .our-blog .single-blog .link a {
        font-size: 12px;
        color: #FFFFFF;
    }
    
    .our-blog .single-blog .link i {
        padding-top: 6px;
        margin-left: 5px;
        color: #FFFFFF;
    }
    /* ===================================== Fooer CSS ================================== */
    
    .footer {
        padding: 50px;
        padding-bottom: 50px;
        background-color: #1e2436;
        color: #FFF;
    }
    
    @media screen and (max-width: 940px) {
        .footer {
            padding: 30px 10px;
        }
    }
    
    .footer h2 {
        font-size: 26px;
        margin-top: 10px;
        color: #FFF;
        font-size: 1.2rem;
        margin-bottom: 15px;
    }
    
    .footer p {
        text-align: justify;
        text-indent: 20px;
        font-size: .9rem;
    }
    
    .footer .link-list li {
        padding: 10px;
        border-bottom: 1px solid #6C6C6C;
        font-size: .9rem;
    }
    
    .footer .link-list li a {
        color: #FFF;
    }
    
    .footer .link-list li i {
        float: right;
    }
    
    .footer .map-img {
        font-weight: 600;
        font-size: 17px;
        padding-left: 20px;
    }
    
    .footer address {
        font-weight: 300;
    }
    
    .footer address a {
        color: #FFF;
        font-size: 1rem;
        font-family: "mouse-300", Arial, Helvetica, sans-serif;
    }
    
    .copy {
        padding: 20px;
        background: #0072c1;
        color: #FFF;
    }
    
    .copy a {
        color: #FFF;
    }
    
    .copy span {
        float: right;
    }
    
    .copy span i {
        margin-right: 20px;
    }
    
    .kf-2 {
        background-color: #FCFCFC;
        padding: 50px;
    }
    
    @media screen and (max-width: 940px) {
        .kf-2 {
            padding: 30px 10px;
        }
    }
    
    .kf-2 .single-key {
        box-shadow: 0 2px 3px 0 rgba(218, 218, 253, 0.35), 0 0px 3px 0 rgba(206, 206, 238, 0.35);
    }
    /* ===================================== Our Team Starts Here ===================================== */
    
    .our-team {
        padding: 50px;
        background-color: #cccccc1c;
    }
    
    @media screen and (max-width: 940px) {
        .our-team {
            padding: 30px 10px;
        }
    }
    
    .our-team .team-row {
        margin-top: 20px;
    }
    
    .our-team .team-row .single-usr {
        box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65), 0 2px 6px 0 rgba(206, 206, 238, 0.54);
        margin-bottom: 20px;
        display: inline-block;
    }
    
    .our-team .team-row .single-usr img {
        width: 100%;
    }
    
    .our-team .team-row .single-usr .det-o {
        padding: 20px;
        background-color: #0b6bc7;
    }
    
    .our-team .team-row .single-usr .det-o h4 {
        color: #FFF;
        margin-bottom: 0px;
        font-size: 1.1rem;
        font-weight: 600;
    }
    
    .our-team .team-row .single-usr .det-o i {
        color: #FFF;
        font-size: .8rem;
    }
    
    .nav-box {
        margin-top: 50px;
        border-radius: 50px;
        border: 1px solid #ccc;
    }
    
    .nav-box ul li {
        float: left;
        padding: 15px;
    }
    
    .nav-box ul li a {
        color: #FFFF;
    }
    
    .nav-box .btn {
        margin-top: 7px;
        float: right;
        border-radius: 50px;
    }
    /* ===================================== Gallery Style  ================================== */
    
    .gallery-filter {
        width: 100%;
        text-align: center;
    }
    
    .gallery-filter .btn {
        background-color: #FFF;
    }
    
    .gallery {
        padding: 50px;
        padding: 30px;
        background-color: #FFF;
    }
    
    @media screen and (max-width: 940px) {
        .gallery {
            padding: 30px 10px;
        }
    }
    
    .gallery-title {
        font-size: 36px;
        color: #00ab9f;
        text-align: center;
        font-weight: 500;
        margin-bottom: 70px;
    }
    
    .gallery-title:after {
        content: "";
        position: absolute;
        width: 7.5%;
        left: 46.5%;
        height: 45px;
        border-bottom: 1px solid #3cc88f;
    }
    
    .filter-button {
        font-size: 18px;
        border: 1px solid #3cc88f;
        border-radius: 5px;
        text-align: center;
        color: #3cc88f;
        margin-bottom: 30px;
    }
    
    .filter-button:hover {
        font-size: 18px;
        border: 1px solid #3cc88f;
        border-radius: 5px;
        text-align: center;
        color: #ffffff;
        background-color: #3cc88f;
    }
    
    .btn-default:active .filter-button:active {
        background-color: #3cc88f;
        color: white;
    }
    
    .port-image {
        width: 100%;
    }
    
    .gallery_product {
        margin-bottom: 30px;
    }
    /*====== hover effect =============== */
    
    .hovereffect {
        width: 100%;
        height: 100%;
        float: left;
        overflow: hidden;
        position: relative;
        text-align: center;
        cursor: default;
    }
    
    .hovereffect .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        opacity: 0;
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
    }
    
    .hovereffect img {
        display: block;
        position: relative;
        -webkit-transition: all .4s linear;
        transition: all .4s linear;
    }
    
    .hovereffect h2 {
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        position: relative;
        font-size: 13px;
        background: rgba(0, 0, 0, 0.6);
        -webkit-transform: translatey(-100px);
        -ms-transform: translatey(-100px);
        transform: translatey(-100px);
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        padding: 10px;
    }
    
    .hovereffect a.info {
        text-decoration: none;
        text-transform: uppercase;
        color: #fff;
        border: 1px solid #fff;
        background-color: transparent;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        margin: 39px 0 0;
        padding: 7px 14px;
    }
    
    .hovereffect a.info:hover {
        box-shadow: 0 0 5px #fff;
    }
    
    .hovereffect:hover img {
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    
    .hovereffect:hover .overlay {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    
    .hovereffect:hover h2,
    .hovereffect:hover a.info {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-transform: translatey(0);
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }
    
    .hovereffect:hover a.info {
        -webkit-transition-delay: .2s;
        transition-delay: .2s;
    }
    
    .audio-inner {
        height: auto;
        border: 2px solid #8a1415;
        border-bottom: 1px solid #2bab99;
        padding: 0px 15px 40px;
        margin-top: 5px;
        margin-bottom: 10px;
        text-align: center;
        border-radius: 5px;
        transition: all ease-in-out .2s;
        -webkit-transition: all ease-in-out .2s;
        -o-transition: all ease-in-out .2s;
        -ms-transition: all ease-in-out .2s;
        -moz-transition: all ease-in-out .2s;
        border-color: #000;
        box-shadow: 0px 0px 10px #eb933c;
        background-image: linear-gradient(to top, #5ee7df 0%, #b490ca 100%)
    }
    
    .audio-inner h2 {
        text-align: justify;
        font-size: 16px;
        color: #000;
        margin: 10px 0px;
    }
    
    .audio-inner p {
        text-align: justify;
        font-size: 16px;
        color: #000;
        margin: 10px 0px;
    }
    
    .audio-inner p span {
        color: #993300;
        font-style: italic;
        font-weight: bold
    }
    
    .audio-inner a {
        color: #eb3238;
        text-decoration: none;
        border: 1px solid #ec3b35;
        padding: 8px 10px;
        transition: all ease-in-out .2s;
        -webkit-transition: all ease-in-out .2s;
        -o-transition: all ease-in-out .2s;
        -ms-transition: all ease-in-out .2s;
        -moz-transition: all ease-in-out .2s;
    }
    
    .audio-inner a:hover {
        background: #eb3238;
        color: #fff;
    }
    
    .about-inner {
        height: auto;
        border: 2px solid #8a1415;
        border-bottom: 1px solid #2bab99;
        padding: 0px 15px 40px;
        margin-top: 5px;
        margin-bottom: 10px;
        text-align: center;
        background: #fdfdfd;
        border-radius: 5px;
        transition: all ease-in-out .2s;
        -webkit-transition: all ease-in-out .2s;
        -o-transition: all ease-in-out .2s;
        -ms-transition: all ease-in-out .2s;
        -moz-transition: all ease-in-out .2s;
        border-color: #000;
        box-shadow: 0px 0px 10px #eb933c;
    }
    
    #movetop {
        position: fixed;
        bottom: 90px;
        right: 15px;
        z-index: 9;
        font-size: 16px;
        border: none;
        outline: none;
        cursor: pointer;
        color: #002045;
        width: 40px;
        height: 40px;
        background: #ff6c00;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -o-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        padding: 0;
    }
    
    #myBtn {
        display: none;
        /* Hidden by default */
        position: fixed;
        /* Fixed/sticky position */
        bottom: 20px;
        /* Place the button at the bottom of the page */
        right: 30px;
        /* Place the button 30px from the right */
        z-index: 99;
        /* Make sure it does not overlap */
        border: none;
        /* Remove borders */
        outline: none;
        /* Remove outline */
        background-color: red;
        /* Set a background color */
        color: white;
        /* Text color */
        cursor: pointer;
        /* Add a mouse pointer on hover */
        padding: 15px;
        /* Some padding */
        border-radius: 10px;
        /* Rounded corners */
        font-size: 18px;
        /* Increase font size */
    }
    
    #myBtn:hover {
        background-color: #555;
        /* Add a dark-grey background on hover */
    }
    
    .Collage {
        /*This is where you set the padding you want between the images*/
        padding: 5px;
    }
    
    .Collage img {
        margin: 0;
        padding: 0;
        display: inline-block;
        vertical-align: bottom;
        opacity: 1;
        /*This is where you set the border you want for the image*/
        border: 3px solid #FFF;
    }
    
    .Image_Wrapper {
        /* to get the fade in effect, set opacity to 0 on the first element within the gallery area */
        -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }
    
    .Caption {
        font-size: 14px;
        font-weight: normal;
        font-family: arial;
    }
    
    .Caption_Content {
        /* padding:10px; */
        color: #FFF;
        padding: 20px;
    }
    
    .watermark {
        background-image: url(../images/watermark.png);
        background-repeat: no-repeat, repeat;
        background-position: center;
    }
    /*.dropdown-menu{transform: translate3d(2px, 56px, 0px)!important;}*/
    /*------------- Form ---------------*/
    
    .nb-form {
        position: fixed;
        z-index: 9999;
        width: 300px;
        background: #FFF;
        right: 20px;
        bottom: -367px;
        transition: all .8s cubic-bezier(.22, .67, .43, 1.22) .2s;
        border-radius: 10px 10px 0 0;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    }
    
    .nb-form:hover {
        bottom: 0px;
    }
    /*-- User Icon --*/
    
    .nb-form .user-icon {
        position: absolute;
        top: -49px;
        right: 12px;
        display: block;
        width: 58px;
        margin: 20px auto 15px;
        border-radius: 100%;
    }
    /*-- Title --*/
    
    .nb-form .title {
        background: #03a9f4;
        font-size: 16px !important;
        padding: 20px 18px !important;
        color: #fff !important;
        border-radius: 10px 10px 0 0;
    }
    /*-- Text --*/
    
    .nb-form p {
        font-size: 13px;
        margin: 0;
        padding: 15px;
        color: #666;
    }
    
    .nb-form p.message {
        margin-left: 7px;
    }
    /*-- Form Elements --*/
    
    .nb-form form {
        padding: 0 15px 15px 15px;
    }
    
    .nb-form input,
    .nb-form textarea {
        font-family: Tahoma, Geneva, sans-serif;
        font-size: 12px;
        width: 254px;
        max-width: 254px;
        margin-bottom: 10px;
        margin-left: 7px;
        padding: 6px;
        border: none;
        border-radius: 4px;
        color: #999;
        border-bottom: 1px solid #f0f0f0;
    }
    
    .nb-form input:focus,
    .nb-form textarea:focus {
        outline: none;
        box-shadow: none;
    }
    
    .nb-form input[type='submit'] {
        display: block;
        width: 120px;
        margin: 0 auto;
        padding: 0 20px;
        height: 40px;
        line-height: 40px;
        border-radius: 20px;
        cursor: pointer;
        transition: all .4s ease;
        color: #fff !important;
        border: none;
    }
    
    .nb-form input[type='submit']:hover {
        box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.07), 0 1px 7px 0 rgba(0, 0, 0, 0.02), 0 3px 1px -1px rgba(0, 0, 0, 0.1);
    }
    
    .nb-form textarea {
        min-height: 110px;
    }
    
    .nb-form ::-webkit-input-placeholder {
        color: #ccb0b0;
    }
    
    .nb-form ::-moz-placeholder {
        color: #ccb0b0;
    }
    
    .nb-form :-ms-input-placeholder {
        color: #ccb0b0;
    }
    
    .nb-form :-moz-placeholder {
        color: #ccb0b0;
    }
    
    .nb-form input[type='submit'] {
        background: #03a9f4;
    }
    
    @media screen and (max-width: 676px) {
        .nb-form:hover .user-icon {
            display: none;
        }
        .nb-form .message {
            display: none;
        }
        .nb-form form {
            padding-top: 15px;
        }
        .nb-form {
            right: 50%;
            bottom: -320px;
            left: 50%;
            transform: translateX(-50%);
        }
    }
    
    .socialLinks {
        align-items: center;
        display: flex;
        flex-direction: column;
        height: 20%;
        justify-content: center;
        width: 100%;
    }
    
    .social {
        display: flex;
    }
    
    ul.social li a i {
        background-color: #0f7ac5;
        padding: 12px;
        margin: 10px;
        border-radius: 100%;
        font-size: 22px;
        height: 48px;
        width: 48px;
        display: inline-block;
        border: 1px solid #0f7ac5;
    }
    
    ul.social li:hover a i {
        background-color: #1e2436;
        color: #0f7ac5;
    }
    
    .footer-menu {
        align-items: center;
        display: flex;
        flex-direction: column;
        height: 20%;
        justify-content: center;
        width: 100%;
    }
    
    .footer-navmenu {
        display: flex;
    }
    
    .footer-navmenu li {
        padding: 0 20px;
        margin: 22px 0;
    }
    
    .footer-navmenu li a {
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
    }
    
    .footerAddress {
        width: 100%;
        text-align: center;
        margin: 15px 0;
    }
    
    .footerAddress {
        width: 100%;
        text-align: center;
        margin: 15px 0;
    }
    
    .footer-navmenu li:hover a {
        color: #0f7ac5;
    }
    
    .footerbottom {
        width: 100%;
        background-color: #0f7ac5;
    }
    
    .copyright-text {
        color: #fff;
        text-align: center;
    }
    
    .footerbottom {
        padding: 25px;
    }
    
    @media only screen and (max-width: 992px) {
        .footer-menu {
            display: block;
        }
        .footer-navmenu {
            display: block;
        }
        ul.footer-navmenu {
            margin: 0 auto;
            text-align: center;
        }
        .footer-navmenu li {
            display: inline-block;
            vertical-align: top;
        }
    }
    
    .homeAboutImage img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        border-radius: 10px;
    }
    
    .homeAboutContent p {
        padding: 0 10px 0 0;
    }
    
    .homeAboutBtnSec {
        width: 100%;
        text-align: center;
    }
    
    .homeAboutBtnSec a {
        background-color: #51be78;
        color: #fff !important;
        font-weight: 600;
        border: 1px solid #51be78;
    }
    
    .homeAboutBtnSec:hover a {
        background-color: #fff;
        color: #51be78 !important;
    }
    
    .our-team-class .card-body {
        height: 200px;
        overflow-y: scroll;
        scrollbar-color: #253e74 #6b9eb5;
        scrollbar-width: thin;
        margin-bottom: 25px;
    }
    
    .our-team-class .card,
    .our-team-class .card-body {
        border: none !important;
        border-radius: unset;
    }
    
    .our-team-class .card-footer a.btn-success:hover {
        background-color: #fff !important;
        color: #51be78 !important;
    }
    
    .our-team-class .card-footer {
        text-align: center;
        background-color: white;
        border: none;
    }
    
    .our-team-class .card-header.bg-primary.text-white {
        text-align: center;
        background-color: #fff !important;
        border: none;
        color: #0f7ac5 !important;
        font-size: 20px;
        font-weight: 700;
        height: 70px;
    }
    
    .our-team-class .card-footer a {
        font-size: 18px;
        font-weight: 700;
        padding: 10px 15px;
    }
    
    .our-team-class .card-footer .card {
        padding: 10px;
    }
    
    .our-team-class .card {
        padding-right: 15px;
    }
    
    .happinessActivity h2 {
        text-align: center;
        font-weight: 600;
        padding-bottom: 10px;
    }
    
    .happinessActivitybtn-sec {
        width: 100%;
        text-align: center;
    }
    
    .happinessActivitybtn-sec a {
        background-color: #51be78;
        color: #fff !important;
        font-weight: 600;
        border: 1px solid #51be78;
    }
    
    .happinessActivitybtn-sec a:hover {
        background-color: #fff !important;
        color: #51be78 !important;
    }
    
    .happinessActivityContent p {
        color: #253e74;
        float: left;
        padding: 12px;
        text-align: unset !important;
        font-size: 17px !important;
        text-indent: unset !important;
        font-weight: 600 !important;
        margin-bottom: 8px;
    }
    
    .happinessActivitySingle {
        border: 1px solid #253e74;
    }
    
    .happinessActivitySingle img {
        height: 250px;
        width: 100%;
        object-fit: cover;
    }
    
    .happinessActivityContent {
        margin: 10px 0;
    }
    
    .happinessActivityTitle {
        position: absolute;
        bottom: 150px;
        text-align: center;
        width: 100%;
        color: #fff;
        font-size: 28px;
        text-transform: uppercase;
        font-weight: 700;
    }
    
    @media only screen and (max-width: 992px) {
        .happinessActivityTitle {
            bottom: 170px;
        }
    }
    
    .homeGallery a img {
        height: 250px;
        width: 100%;
        margin: 20px 0;
    }
    
    .noticeTitle {
        background-color: red;
        width: 15%;
        padding: 20px 0;
    }
    
    .noticeTitle span {
        color: #fff;
        font-size: 25px;
        font-weight: 700;
        text-transform: uppercase;
        float: right;
        margin-right: 10px;
    }
    
    .news-demo-right-left-auto li.li {
        float: left;
        width: 80%;
        padding: 1%;
        margin: 1% 10%;
        height: 20px;
        border-radius: 0.5em;
        box-shadow: 0 0.1em 0.5em;
    }
    
    .notice {
        width: 100%;
        background-color: #0f7ac5;
    }
    
    .noticeScroll {
        width: 100%;
    }
    
    .nav-menu {
        font-weight: 500;
    }
    
     :is(.nav-menu,
    .nav-submenu) a {
        padding: 0.6rem 1rem;
        display: block;
    }
    
    @media (min-width: 1024px) {
         :is(.nav-menu,
        .nav-submenu) a {
            padding: 0.5rem 1rem;
        }
    }
    
    .nav-submenu {
        background: white;
        color: black;
        border-radius: 0.3rem;
        font-weight: 400;
        font-size: calc(15 / 16 * 1rem);
    }
    
    .nav-submenu:not(.ui-shown) {
        display: none;
    }
    
    .nav ul>li>a:not(:only-child)::after {
        content: "";
        background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJMYXllcl8yIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMi44OCAyMi43NiI+PHBhdGggZD0ibTEuNSwyMi43NmMtLjM4LDAtLjc3LS4xNS0xLjA2LS40NC0uNTktLjU5LS41OS0xLjU0LDAtMi4xMmw4LjgyLTguODJMLjQ0LDIuNTZDLS4xNSwxLjk4LS4xNSwxLjAyLjQ0LjQ0LDEuMDMtLjE1LDEuOTctLjE1LDIuNTYuNDRsOS44OCw5Ljg4Yy41OS41OS41OSwxLjU0LDAsMi4xMkwyLjU2LDIyLjMyYy0uMjkuMjktLjY4LjQ0LTEuMDYuNDRaIi8+PC9zdmc+");
        display: block;
        width: 0.7rem;
        background-size: contain;
        aspect-ratio: 1;
        background-position: center;
        background-repeat: no-repeat;
        opacity: 0.75;
    }
    
    @media (max-width: 1023px) {
        .nav a {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 0.5rem;
        }
        .nav ul>li>a:not(:only-child)::after {
            rotate: 90deg;
            transition: scale 0.2s;
        }
        .nav ul>li>a.ui-active:not(:only-child)::after {
            scale: -1 1;
        }
        .mob-nav {
            position: fixed;
            inset: 0;
            z-index: 20;
            display: block;
        }
        .mob-nav-backdrop {
            position: absolute;
            inset: 0;
            z-index: -1;
            background-color: rgba(0, 0, 0, 0.5);
            transition-duration: 0.2s;
            transition-property: opacity, translate;
            transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
            opacity: 0;
        }
        .mob-nav-backdrop.ui-active {
            opacity: 1;
        }
        .mob-nav-close {
            all: unset;
            position: absolute;
            top: 0.5rem;
            right: 0.5rem;
            /* translate: 100%; */
            padding: 0.6rem;
            cursor: pointer;
            /* background-color: rgb(35 39 50 / 0.1); */
        }
        .mob-nav-close svg {
            fill: none;
            width: 1.75rem;
            apsect-ratio: 1;
            stroke: rgb(35 39 50 / 1);
            display: block;
            cursor: pointer;
        }
        .mob-nav-content {
            background-color: #fff;
            width: fit-content;
            height: 100%;
            padding: 1.5rem 0.5rem;
            min-width: 14rem;
            position: relative;
            overflow: auto;
        }
        .mob-nav-content.ui-enter-active,
        .mob-nav-content.ui-leave-active {
            transition-duration: 0.2s;
            transition-property: opacity, translate;
            transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
        }
        .mob-nav-content.ui-enter-from,
        .mob-nav-content.ui-leave-to {
            opacity: 0;
            translate: -100% 0;
        }
        .mob-nav-content.ui-enter-to,
        .mob-nav-content.ui-leave-from {
            opacity: 1;
            translate: 0%;
        }
        .logo--mob {
            margin-bottom: 2rem;
            padding-left: 1rem;
        }
        .nav-submenu {
            padding-left: 0.5rem;
        }
        .nav-submenu::before,
        .nav-submenu::after {
            content: "";
            height: 0.25rem;
            display: block;
        }
        .nav-submenu::after {
            height: 0.5rem;
        }
        .nav-submenu.ui-enter-active,
        .nav-submenu.ui-leave-active {
            transition-duration: 0.2s;
            transition-property: opacity, height;
            transition-timing-function: ease-in-out;
            overflow: hidden;
        }
        .nav-submenu.ui-enter-from,
        .nav-submenu.ui-leave-to {
            opacity: 0;
            height: 0;
        }
        .nav-submenu.ui-enter-to,
        .nav-submenu.ui-leave-from {
            opacity: 1;
            height: var(--ui-transition-height);
        }
    }
    
    @media (min-width: 1024px) {
        .mob-nav-close,
        .logo--mob {
            display: none;
        }
        .nav-menu>li>a {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 0.5rem;
        }
        .nav-menu>li>a::after {
            width: 0.5rem;
            rotate: 90deg;
            filter: invert(1);
        }
        .nav-menu {
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .nav-submenu {
            --ui-dropdown-arrow-offset: 0rem;
            --ui-dropdown-arrow-padding: 0.8rem;
            --ui-dropdown-arrow-width: 0.4rem;
            --ui-dropdown-arrow-height: 0.4rem;
            --ui-dropdown-placement: bottom-start;
            padding: 0.5rem 0.25rem;
            box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
        }
        .nav-submenu>li {
            position: relative;
        }
        .nav-submenu>li>a {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 0.5rem;
            padding: 0.5rem 0.75rem 0.5rem 0.75rem;
            border-radius: 0.3rem;
            outline: none;
        }
        .nav-submenu>li>a:is(:hover,
         :focus-visible) {
            background-color: rgba(0, 0, 0, 0.05);
        }
        .nav-submenu>li>a::after {
            opacity: 0.75;
        }
        .nav-submenu .nav-submenu {
            --ui-dropdown-placement: right-start;
            --ui-dropdown-padding: -0.25rem;
            --ui-dropdown-offset: -0.25rem;
            --ui-dropdown-flip: false;
            --ui-dropdown-sticky: true;
        }
        .nav-submenu.ui-enter-active,
        .nav-submenu.ui-leave-active {
            transition-duration: 0.2s;
            transition-property: opacity, scale;
            transition-timing-function: ease-in-out;
            transform-origin: var(--ui-dropdown-transform-origin);
        }
        .nav-submenu.ui-enter-from,
        .nav-submenu.ui-leave-to {
            opacity: 0;
            scale: 0.95;
        }
        [data-ui-floating="dropdown"]::backdrop {
            transition: all 0.15s ease-in-out;
            background-color: rgb(17 24 38 / 0.05);
            opacity: 0;
        }
        [data-ui-floating="dropdown"]:has(>.ui-active)::backdrop {
            opacity: 1;
        }
    }
    /* .navbar-nav .nav-link {
        color: #fff;
    }
    
    .dropend .dropdown-toggle {
        color: #24d1ff;
    }
    
    .dropdown-item:hover {
        background-color: #47cf73;
        color: #fff;
    }
    
    .dropdown .dropdown-menu {
        display: none;
    }
    
    .dropdown:hover>.dropdown-menu,
    .dropend:hover>.dropdown-menu {
        display: block;
        margin-top: 0.125em;
        margin-left: 0.125em;
    }
    
    .dropdown-toggle::after {
        transform: rotate(-90deg);
        transition: all 0.3s ease-in 0s;
    }
    
    .dropdown-menu li a.nav-link {
        border: none;
    }
    
    .dropdown-item {
        font-weight: 700;
    }
    
    .dropdown-menu .dropend a.dropdown-toggle::after {
        transform: rotate(0deg);
    }
    
    .dropdown-menu .dropend a.dropdown-toggle:hover::after {
        transform: rotate(-90deg);
    }
    
    .navbar-dark .navbar-toggler {
        background: #0f7ac5;
    }
    
    @media screen and (max-width: 991px) {
        .dropend:hover>.dropdown-menu {
            display: block;
        }
        a.nav-link.dropdown-toggle:hover::after {
            transform: rotate(0deg);
        }
        .dropend .dropdown-toggle {
        margin-left: 0.5em;
    } 
        .collapse.show .navbar.navbad {
            background: #14558785;
            border-radius: 10px;
            padding: 20px 10px;
        }
        .collapse.show .navbar.navbad a.nav-link {
            border-radius: 0;
            color: #000;
            border: none;
            padding-left: 10px;
        }
        .dropend:hover>.dropdown-menu {
            position: absolute;
            top: 0;
            left: 100%;
        }
    } */
    
    .highlight-slider marquee {
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        line-height: 25px;
        padding: 20px 0;
    }
    
    .dropend .dropdown-toggle {
        color: #24d1ff;
    }
    
    .dropdown-item:hover {
        background-color: #47cf73;
        color: #fff;
    }
    
    .dropdown .dropdown-menu {
        display: none;
    }
    
    .dropdown:hover>.dropdown-menu,
    .dropend:hover>.dropdown-menu {
        display: block;
        margin-top: 0.125em;
        margin-left: 0.125em;
    }
    
    .dropdown-menu li a.nav-link {
        border: none;
    }
    
    li.nav-item.dropend {
        position: relative;
    }
    
    .dropdown-toggle::after {
        transform: rotate(-90deg);
        transition: all 0.3s ease-in 0s;
    }
    
    .dropdown-menu li a.nav-link {
        border: none;
    }
    
    .dropdown-item {
        font-weight: 700;
    }
    
    .dropdown-menu .dropend a.dropdown-toggle::after {
        transform: rotate(0deg);
    }
    
    .dropdown-menu .dropend a.dropdown-toggle:hover::after {
        transform: rotate(-90deg);
    }
    
    .navbar-dark .navbar-toggler {
        background: #0f7ac5;
        top: -64px;
    }
    
    .dropdown>ul.dropdown-menu li .dropdown-item {
        padding: 0.5rem;
        margin-left: 5px;
        /* display: inline-block; */
        width: auto;
        border-radius: 50px;
    }
    
    .header-bottom .nav-row {
        align-items: center;
    }
    
    @media screen and (min-width: 769px) {
        .dropend:hover>.dropdown-menu {
            position: absolute;
            top: 0;
            left: 100%;
        }
        a.nav-link.dropdown-toggle:hover::after {
            transform: rotate(0deg);
        }
        .dropend .dropdown-toggle {
            margin-left: 5px;
        }
    }
    /* Strip */
    
    .container-fluid.highligh_sec {
        /*margin-top: 10px;*/
        position: relative;
        background: #0f7ac5;
    }
    
    .container-fluid.highligh_sec .col-3 {
        position: absolute;
        top: 0;
        left: -15px;
        z-index: 9;
    }
    
    .owl-carousel.highlight-slider .item p {
        color: #fff;
        font-size: 22px;
        font-weight: 700;
        margin: 2px 105px;
        border-right: 2px solid #fff;
        display: inline-block;
    }
    
    .container-fluid.highligh_sec .col-12 {
        padding-right: 0;
    }
    
    .highligh_sec .high-tag {
        background: red;
        color: #fff;
        font-size: 24px;
        font-weight: 700;
        padding: 20px 30px;
        text-transform: uppercase;
        clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
        letter-spacing: 2px;
        line-height: 31px;
    }
    
    .owl-carousel.highlight-slider {
        background: #0f7ac5;
        padding: 17px 0;
    }
    /* Strip */
    
    .imageNew img {
        height: 300px;
        width: 100%;
        object-fit: cover;
    }
    
    @media screen and (max-width:1919px) {
        .owl-carousel.highlight-slider .item p {
            margin: 2px 90px;
        }
        .highligh_sec .high-tag {
            letter-spacing: 3px;
        }
    }
    
    @media screen and (max-width:1601px) {
        .owl-carousel.highlight-slider .item p {
            margin: 2px 110px;
        }
    }
    
    @media screen and (max-width:1400px) {
        .owl-carousel.highlight-slider .item p {
            margin: 2px 150px;
        }
    }
    
    @media screen and (max-width:1200px) {
        .owl-carousel.highlight-slider .item p {
            margin: 2px 180px;
            padding-right: 6px;
            width: max-content;
        }
        .highligh_sec .high-tag {
            font-size: 22px;
            padding: 20px 20px;
        }
    }
    
    @media screen and (max-width:991px) {
        .owl-carousel.highlight-slider .item p {
            margin: 2px 135px;
        }
        .container-fluid.highligh_sec .col-3 {
            max-width: 29%;
        }
        .owl-carousel.highlight-slider {
            padding: 12px 0;
        }
        .highligh_sec .high-tag {
            padding: 15px 20px;
        }
    }
    
    @media screen and (max-width:767px) {
        .owl-carousel.highlight-slider .item p {
            margin: 2px 130px;
            font-size: 18px;
        }
        .container-fluid.highligh_sec .col-3 {
            max-width: 36%;
        }
        .highligh_sec .high-tag {
            padding: 12px 20px;
            font-size: 20px;
        }
    }
    
    @media screen and (max-width:599px) {
        .owl-carousel.highlight-slider .item p {
            margin: 3px 0px;
            font-size: 16px;
            padding: 0 140px;
        }
        .highligh_sec .high-tag {
            padding: 12px 18px;
            font-size: 18px;
            line-height: 30px;
        }
        .container-fluid.highligh_sec .col-3 {
            max-width: 40%;
        }
    }
    
    @media screen and (max-width:479px) {
        .highligh_sec .high-tag {
            padding: 12px 18px;
            font-size: 16px;
            line-height: 26px;
            letter-spacing: 1;
        }
        .owl-carousel.highlight-slider .item p {
            margin: 2px 0px;
            font-size: 15px;
            padding: 0 90px;
        }
        .container-fluid.highligh_sec .col-3 {
            max-width: 48%;
        }
    }
    
    .marquee {
        overflow: hidden;
        mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #000 0%, #000 calc(100%), rgba(0, 0, 0, 0) 100%);
    }
    
    .marquee,
    .marquee>div {
        display: flex;
        white-space: nowrap;
        gap: 30px;
    }
    
    .marquee>div {
        animation: animate-marquee 40s infinite linear;
        transition: 0.7s margin-left ease-out;
        will-change: transform, margin-left;
    }
    
    .marquee:hover>div {
        animation-play-state: paused;
        margin-left: -50px;
    }
    
    @keyframes animate-marquee {
        0% {
            transform: translateX(0%) translateZ(0);
        }
        100% {
            transform: translateX(-100%) translateZ(0);
        }
    }


    .teamImage img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.teamTitle {
    font-size: 20px;
    font-weight: 700;
    color: #0f7ac5;
    margin: 15px 0 0 0;
}

.teamDesignation {
    font-size: 17px;
    margin: 4px 0 15px 0;
    font-weight: 700;
    color: #000000a3;
}