/*headerrrr*/
*{
    outline-color: red !important;
    outline-width: 2px !important;
    
}

body{
}
    
    a{
        text-decoration: none;
    }

    .btn:focus{
        outline: none;
        box-shadow: none;
    }

    /* .arrow-container .btn{
        border-radius: 0px;
    
    } */

    .arrow-container .btn-custom{
        border-radius: 5px;
        padding: 10px;
        -webkit-transition: all 500ms;
        transition: all 500ms;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .arrow-container .btn-custom span{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .arrow-container .btn-custom img{
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }

    @media (max-width: 767.98px){
        .arrow-container .btn-custom img{
            width: 15px;
            height: 15px;
            /* margin-right: 10px; */
        }
}
    .arrow-container .btn-custom:hover{
        box-shadow: 0 15px 30px rgb(0 0 0 / 20%);
        
        -webkit-transition: all 500ms;
        transition: all 500ms;

    }


    figcaption a.btn{
        font-size: 12px;
    }

    .arrow-container .btn:focus,
    .arrow-container .btn:active{
        box-shadow: none;
    }
    .make-appointment-form .form-control:focus{
    box-shadow: none;
    border-color: #343a40 ;
    }
    .services{
        background-color: #fff;
    }


    .services-item{
    /* box-shadow: 0 0 25px 0 rgb(29 25 0 / 25%); */
    /* background: #181818; */
    background: #f2f2f2;
    /* box-shadow: 0 10px 20px rgb(0 0 0 / 10%) */
    }

    .services-item {
        transition: all 0.4s ease;
    }
    
    .services-item:hover {
        /* background: #0cb8b6; */
        /* color: #fff; */
        /* transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px); */
        /* box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%); */
            /* box-shadow: 0 0 25px 0 rgb(29 25 0 / 25%); */

            box-shadow: 0 10px 20px rgb(0 0 0 / 8%);

        transition: all 0.4s ease;
        }

    .services-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #000000 ;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 90px;
    position: relative;
    transition: all 0.5s;
    opacity: .8;
    }

    .services-icon::before {
    content: '';
    width: 96px;
    height: 96px;
    border-radius: 50%;
    position: absolute;
    top: -8px;
    left: -8px;
    display: block;
    border: 2px solid rgba(0, 5, 5, 0.5);
    transition: all 0.5s;
    }

    .services-item-heading{
        color: #333333;
        font-weight: 700;
        /* color: #fff; */
    }

    .services-item-text{
        /* color:#848484 ; */
        color:#333333;
    }
    

    #ftco-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    }

    .heading h2.lined {
    /* font-size: 12px; */
    display: inline-block;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.3);
    letter-spacing: 8px;
    /* font-weight: 600; */
    position: relative;
    }

    .heading h2.lined:before{
    position: absolute;
    top: 49%;
    right: -170px;
    content: '';
    width: 150px;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    }
    .heading h2.lined:after{
    position: absolute;
    top: 49%;
    left: -170px;
    content: '';
    width: 150px;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    }
    @media (max-width: 991.98px) {
    .heading h2.lined:after,
    .heading h2.lined:before {
    display: none;
    }


    }
    @media (max-width: 767.98px) {
    .arrow-container .btn{
    font-size: 11px;    
    }


    }
        /* ==== Scroll To Top ==== */

    .dominion-scrolltop:hover > i {
    color: #ffffff;
    }
    .dominion-scrolltop > i {
    font-size: 1.3rem;
    color: #ffffff;
    }

    .dominion--on .dominion-scrolltop:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
    text-decoration: none;
    }
    .dominion--on .dominion-scrolltop {
    /* opacity: 0.5; */
    -webkit-animation: dominion-scrolltop-show-animation 0.4s ease-out 1;
    animation: dominion-scrolltop-show-animation 0.4s ease-out 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    }


    @-webkit-keyframes dominion-scrolltop-show-animation {
    from {
    margin-bottom: -15px; }
    to {
    margin-bottom: 0; } }

    @keyframes dominion-scrolltop-show-animation {
    from {
    margin-bottom: -15px; }
    to {
    margin-bottom: 0; } }


    .dominion-scrolltop {
    /*    display: none;*/
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 40px;
    right: 20px;
    cursor: pointer;
    z-index: 999;
    background: #1b1919;
    -webkit-box-shadow: 0 0 15px 1px rgba(69, 65, 78, 0.2);
    box-shadow: 0 0 15px 1px rgba(69, 65, 78, 0.2);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 4px;
    /* visibility: hidden; */
    text-decoration: none;
    }

    a.dominion-scrolltop {
    color: white;
    text-decoration: none;
    }

    #button.show {
    /* visibility: visible; */
    opacity: 0.7;
    
    }


    .social-links{
        /* background: #353232; */
        padding: 15px;
        margin-right: 0px;
        right: 0;
        transition: all 0.4s ease;
    }
    .social-links a i{
        font-size: 15px;
        /* color: rgba(255, 255, 255, 0.6); */
        color: #000;
        text-align: center;
        align-items: center;
        height: auto;
        line-height: 30px;
    }
    @media (max-width: 568px) {
    .social-links a i{
                font-size: 12px;
                /* color: rgba(255, 255, 255, 0.6); */
                color: #000;
                text-align: center;
                align-items: center;
                height: auto;
                /* line-height: 15px; */
            }
            .social-links li a {
                height: 20px;
                width: 20px;
            }

    }
    
    .social-links a i:nth-child(2){
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .social-links li a {
        height: 40px;
        width: 40px;
        display: block;
        /* float: left; */
        /* background: rgba(255, 255, 255, 0.1); */
        background: #e9ecef;
        border-radius: 50%;
        padding:5px; 
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);

        text-align: center;
                    align-items: center;
        /* position: relative; */

    }

    .hover-img{
        background-color: #000;
        color:#fff;
        display: inline-block;
        margin:8px;
        /* max-width: 320px;
        min-width: 240px; */
        overflow: hidden;
        position:relative;
        text-align: center;
        width:100%;
        box-shadow: 0 0 25px 0 rgb(29 25 0 / 25%)

    }

    /* .hover-img:hover img{
    } */
    @media (max-width: 767px) {

        .hover-img {
            margin: 8px 0px 8px 0px ;
        }
}

    .hover-img *{
        box-sizing: border-box;
        transition: all 0.45s ease;
    }

    .hover-img:before,
    .hover-img:after{
        background-color: rgba(0, 0, 0, 0.5);
        border-top:32px solid rgba(0, 0, 0, 0.5);
        border-bottom: 32px solid rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
        bottom:0;
        left: 0;
        right: 0;
        content: '';
        transition: all 0.3s ease;
        z-index: 1;
        opacity: 0;
        transform: scaleY(2);
    }

    .hover-img img{
        vertical-align: top;
        max-width: 100%;
        backface-visibility: hidden;
        object-fit: cover;
        height: 300px;
    }

    .hover-img figcaption{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        align-items: center;
        z-index: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        line-height: 1.1em;
        opacity: 0;
        z-index: 2;
        transition-delay: 0.1s;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 1px;
        text-transform: uppercase;
    }


    figcaption .btn-custom {
        border: 1px solid #003699;
        /* -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px; */
        /* border-radius: 5px; */
        /* color: #fff;
        font-size: 12px; */
        text-transform: uppercase;
        letter-spacing: 3px;
        background: #003699;

    }

    figcaption .btn-custom-outline{
        /* border: 1px solid #003699; */
        background: transparent;
        letter-spacing: 3px;


    }

    figcaption .btn-custom:hover {
        background: #052e7a;
        border: 1px solid #092c6d;
        text-decoration: none;

    }

    .hover-img:hover:before,
    .hover-img:hover:after{
        transform: scale(1);
        opacity: 1;
    
    }

    .hover-img:hover > img{
        opacity: 0.7;
        transform: scale(1.1); 

    }

    .hover-img:hover figcaption{
        opacity: 1;
    }








    
    
.ftco-animate {
    opacity: 0;
    visibility: hidden;
  }

  
.ftco-animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
    .appointment .container .header{
        margin-bottom: 10px;
    }

    .copyrights {
        background: rgb(235, 238, 241);
    }
    .copyrights p {
        color: #343a40 ;
    }

    .footer {
        background: rgb(235, 238, 241);
        /* margin-top: 20.5rem; */
        bottom: 0;

    }

    .arrow-link{ 
        letter-spacing: .1em;
    }

    .arrow-link:hover span i {
      left: 10px;
      opacity: .7;
      }
    
    .arrow-link span i {
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
      position: relative;
      left: 0; 
      font-size: 12px;
      opacity: 0;
      /* justify-items:; */
      }
    
    
    /* .css-xeuo4n */
    .css-xeuo4n {
        overflow: hidden;
        padding-bottom: 0px;
    }

    .css-xeuo4n .wrap {
        max-width: 580px;
        text-align: center;
        margin: 0px auto;
    }

    .css-xeuo4n h2 {
        font-size: 1.5rem;
        line-height: 1.5;
    }

    .css-xeuo4n img {
        width: 25%;
        margin: auto;
        padding-top: 1rem;
    }



    /* css-rt4iim */
    .css-rt4iim {
        position: relative;
        padding-bottom: 2rem;
    }

    /* .css-rt4iim::before {
        content: "";
        display: block;
        width: 100%;
        height: 150px;
        background-color: rgb(235, 238, 241);
        position: absolute;
        left: 0px;
        bottom: 0px;
    } */

    .css-rt4iim .wrapper {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }

    .css-rt4iim .section__top {
        text-align: center;
        margin-bottom: 3rem;
    }

    .section__top h2 {
        font-weight: 500;
        margin-bottom: .5rem;
    }

    .css-rt4iim .section__content {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 4rem;
    }

    .css-51lnu8:first-child {
        margin-top: 0px;
    }

    .css-51lnu8 {
        border: 1px solid var(--c-lightgrey);
        padding: 2rem;
    }

    .css-51lnu8 h4 {
        font-size: 1.125rem;
        font-family: var(--f-secondary);
        color: rgb(92, 72, 215);
        line-height: 1.5;
        margin-bottom: 0.25rem;
    }



    

    
    @media screen and (max-width: 768px) and (max-width: 1023px){
        .css-ebbcak .container {
            column-gap: 1.5rem;
        }
    }

    @media screen and (max-width: 767px){
        .css-ebbcak .container {
            grid-template-columns: 100%;
        }
    }

    @media screen and (max-width: 767px){
        .css-ebbcak .mentor__left {
            margin-bottom: 1.5rem;
        }
    }

    @media screen and (max-width: 1199px){
        .css-ebbcak .mentor__right h2 {
            font-size: 2rem;
        }
    }



    /* css-ebbcak */
    .css-ebbcak {
        background-color: rgb(235, 238, 241);
        color: rgb(0, 0, 0);
        background-image: url(/images/scribble.svg);
        background-position: left bottom;
        background-repeat: no-repeat;
        position: relative;
    }

    .css-ebbcak .container {
        max-width: 1000px;
        display: grid;
        grid-template-columns: minmax(0px, 304px) minmax(0px, 552px);
        column-gap: 6rem;
        -webkit-box-pack: justify;
        justify-content: space-between;
        position: relative;
        z-index: 3;
    }

    .css-ebbcak .container h2 {
        grid-column: 1 / -1;
        margin-top: 0px;
        margin-bottom: 2.5rem;
        font-weight: 500;
        font-family: var(--f-secondary);
    }

    .css-ebbcak .mentor__right h2 {
        margin-top: 0px;
        margin-bottom: 1rem;
        font-weight: 500;
        font-family: var(--f-secondary);
        font-size: 3.5rem;
        line-height: 1;
    }

    .css-ebbcak .mentor__right p {
        margin-bottom: 1.5em;
    }

    @media screen and (max-width: 768px) and (max-width: 1023px){
        .css-ebbcak .container {
            column-gap: 1.5rem;
        }
    }

    @media screen and (max-width: 767px){
        .css-ebbcak .container {
            grid-template-columns: 100%;
        }
    }

    @media screen and (max-width: 767px){
        .css-ebbcak .mentor__left {
            margin-bottom: 1.5rem;
        }
    }

    @media screen and (max-width: 1199px){
        .css-ebbcak .mentor__right h2 {
            font-size: 2rem;
        }
    }

    @media screen and (min-width: 768px) and (max-width: 1199px){
        .css-ebbcak .container {
            column-gap: 2rem;
            -webkit-box-pack: start;
            justify-content: start;
        }
    }

    @media screen and (max-width: 1199px){
        .css-ebbcak .mentor__right h2 {
            font-size: 2rem;
        }
    }





    /* css-q37fpn */
    .css-q37fpn {
        background-color: rgb(247, 248, 249);
        padding: 1.5rem 0px;
        display: none;
    }

    .css-q37fpn .container {
        max-width: 1000px;
    }

    .css-q37fpn .container h2 {
        font-size: 1.5rem;
        font-weight: 500;
    }





    /* css-xeuo4n */
    .css-xeuo4n .container {
        position: relative;
    }



    /* css-59r5ta */
    /* .css-59r5ta .container {
        max-width: 1200px;
        position: relative;
    } */

    /* .css-59r5ta .benefits__detail {
        display: flex;
        flex-flow: column wrap;
        align-items: flex-end;
    } */

    .css-59r5ta .section__top {
        width: 100%;
        /* max-width: 490px; */
        margin-bottom: 1rem;
    }

    .css-59r5ta .section__top h2:not(:last-child) {
        margin-bottom: 0px;
    }

    .css-59r5ta h2 {
        margin-bottom: 0.5rem;
        width: 100%;
        /* max-width: 515px; */
        font-weight: 500;
    }

    .css-59r5ta .section__top h2 + * {
        font-size: 1rem;
    }

    /* .css-59r5ta .benefits__detail__content {
        display: flex;
        -webkit-box-pack: end;
        justify-content: flex-end;
    } */

    /* .css-59r5ta .benefits__detail__image img {
        position: absolute;
        left: -250px;
    } */

    .css-59r5ta .benefits__detail__text {
        /* max-width: 490px; */
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

    .css-1lnncoo {
        padding: 1rem 0px;
        /* cursor: pointer; */
        width: 100%;
        position: relative;
        /* display: flex; */
        align-items: center;
        justify-content: center;
    }

    .css-1lnncoo .div-img img{
        object-fit: contain;
    }
    .css-1lnncoo .div-img{
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 100px;
        margin: auto;
    }

    .css-1lnncoo img{
        display: inline-block;
        text-align: center;
        /* display: flex; */
        
        object-fit: cover;
        height: 70px;
        position: relative;
        transition: all 0.3s ease;

    }
    .css-1lnncoo:hover img{
        transform: scale(1.2);
        transition: all 0.3s ease;
    }

    .css-1lnncoo h4 {
        font-size: 1.25rem;
        font-family: var(--f-secondary);
        /* color: rgb(92, 72, 215); */
        font-weight: 500;
        line-height: 1.5;
        margin-bottom: 4px;
        text-align: center;


    }

    .css-59r5ta .container .benefitSlide {
        position: relative;
        padding-bottom: 3rem;
    }


    @media screen and (max-width: 1023px){
        .css-59r5ta .container {
            min-height: 0px;
        }
    }

    @media screen and (max-width: 1023px){
        .css-59r5ta .section__top {
            margin: 0px auto 2rem;
        }
    }

    @media screen and (max-width: 1023px){
        .css-59r5ta .section__top h2:not(:last-child) {
            margin-bottom: 0px;
        }
    }
    @media screen and (max-width: 1023px){
        .css-59r5ta h2 {
            text-align: center;
            margin: 0px auto;
        }
    }

    @media screen and (max-width: 1023px){
        .css-59r5ta .section__top h2 + * {
            text-align: center;
        }
    }

    @media screen and (max-width: 1023px){
        .css-59r5ta h2 + p {
            text-align: center;
        }
    }

    /* @media screen and (min-width: 768px) and (max-width: 1023px){
            .css-59r5ta .benefits__detail__content--mobile {
            display: flex;
            margin-top: 2rem;
            align-items: flex-start;
        }
    } */

    /* @media screen and (min-width: 768px) and (max-width: 1023px){
        .css-59r5ta .benefits__detail__content--mobile > * {
            width: 50%;
        }
    } */

    /* @media screen and (min-width: 768px) and (max-width: 1023px){
        .css-59r5ta .container .benefitSlide .swiper-pagination {
            text-align: left;
        }
    }

    @media screen and (min-width: 768px) and (max-width: 1023px){
        .css-59r5ta .container .benefitSlide .swiper-slide {
            display: flex;
            -webkit-box-align: center;
            align-items: center;
        }
    } */


    /* css-t3cypr */
    .css-t3cypr {
        padding-bottom: 5rem;
    }

    .css-t3cypr .container {
        max-width: 1000px;
    }

    .css-t3cypr h2 {
        margin-bottom: 2.5rem;
    }

    .css-t3cypr .testimonial__wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem 2rem;
    }

    @media screen and (max-width: 767px){
        .css-t3cypr .testimonial__wrapper {
            grid-template-columns: repeat(1, 1fr);
            gap: 2rem;
        }
    }
    .css-19v9164 {
        display: grid;
        position: relative;
    }

    .css-19v9164 .testimonial {
        display: flex;
        margin-left: 1rem;
    }

    .css-19v9164 img {
        display: block;
        width: 86px;
        height: 86px;
        margin-right: 1rem;
        border-radius: 100%;
    }

    .css-19v9164 h4 {
        font-size: 1rem;
        font-weight: 400;
        margin-bottom: 1rem;
    }

    .css-19v9164 p {
        font-size: 0.875rem;
    }

    .css-19v9164 .iconQuote {
        width: 2rem;
        height: 2rem;
        background-image: url(/images/quote.svg);
        background-size: 100%;
        background-repeat: no-repeat;
        position: absolute;
        top: 0px;
        left: 0rem;
    }




    /* css-1qvcdg8 */
    .css-1qvcdg8 .container {
        max-width: 700px;
    }

    .css-1qvcdg8 .section__top {
        margin-bottom: 2.5rem;
    }

    .css-1qvcdg8 .accordion {
        counter-reset: item 0;
    }

    .css-1dxwrwk {
        padding-bottom: 1.5rem;
        padding-left: 3rem;
        padding-right: 2rem;
        position: relative;
    }

    .css-1dxwrwk::before {
        content: counter(item, decimal-leading-zero) " ";
        counter-increment: item 1;
        display: block;
        font-size: 2rem;
        background-color: rgb(255, 255, 255);
        line-height: 1.5;
        position: absolute;
        top: -0.5rem;
        left: -0.5rem;
        z-index: 9;
        font-weight: 600;
    }

    .css-1dxwrwk h4 {
        font-size: 1.25rem;
        font-weight: 500;
        font-family: var(--f-secondary);
        margin-bottom: 0.25rem;
        line-height: 1.5;
    }

    .css-1dxwrwk h4 + p {
        color: var(--c-darkgrey);
        margin-bottom: 0px;
    }

    .css-1dxwrwk p {
        margin-bottom: 1rem;
    }

    .css-1dxwrwk hr {
        border-top: none;
        border-right: none;
        border-left: none;
        border-image: initial;
        border-bottom: 1px solid var(--c-lightgrey);
        margin-bottom: 0px;
        margin-top: 1.5rem;
    }

    .css-1dxwrwk::after {
        content: "";
        display: block;
        height: calc(100% - 1rem);
        width: 1px;
        border-left: 2px dashed var(--c-lightgrey);
        position: absolute;
        top: 1.5rem;
        left: 0.45rem;
    }




    /* css-vboslx */
    .css-vboslx {
        background-color: rgb(235, 238, 241);
        background-image: url(/images/scribble.svg);
        background-position: center bottom;
        background-repeat: no-repeat;
        color: rgb(0, 0, 0);
    }

    .css-vboslx .container h2 {
        max-width: 700px;
        font-size: 2.5rem;
        line-height: 1.2;
        font-weight: 400;
        font-family: var(--f-secondary);
        margin: 0px auto 3rem;
        text-align: center;
    }



    /* css-qod0ht */
    .css-qod0ht .container {
        max-width: 800px;
    }

    .css-qod0ht .container h2 {
        font-size: 2rem;
        margin-bottom: 3.5rem;
    }

    .css-qod0ht .faq__item {
        margin-bottom: 3.5rem;
    }

    .css-qod0ht .faq__item .question {
        font-size: 1.25rem;
        font-family: var(--f-secondary);
        margin-bottom: 1rem;
    }

    .css-qod0ht .faq__item .answer {
        color: var(--c-darkgrey);
    }




    
    
    .visible {
        visibility: visible !important;
    }
    
    .invisible {
        visibility: hidden !important;
    }

    .opacity-30{
        opacity: .3;
    }

    .transition-header a {
        text-decoration: none;
        color:#000000;
        outline: none;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }

    .transition-header a:hover {
        text-decoration: none;
        opacity: .6;
        outline: none;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }

    
    @media (max-width: 1199.98px) {
        .transition-header.scrolled ul li a, .transition-header ul li a{
        font-size: 15px
        }
    }

    .transition-header.scrolled {
        position: fixed;
        right: 0;
        left: 0;
        top: 0;
        margin-top: -130px;
        background: #fff !important;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        padding: 0 15px;
    }
    @media (max-width: 991.98px) {
        .transition-header.scrolled .nav-item > .nav-link {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 20px !important;
        }
    }
    .transition-header.scrolled a {
        opacity: .6;
        text-decoration: none;
        outline: none;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }




    .transition-header.scrolled a.active {
        opacity: 1;
        text-decoration: none;
        outline: none;
    }

    .transition-header.scrolled a:hover {
        opacity: 1;
        color: #000000;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }
    .transition-header.scrolled .nav-item.cta > a {
        color: #fff !important;
        background: #003699;
        border: none !important;
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        margin-top: 5px !important;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
    }
    
    
    @media (max-width: 991.98px) {
        .transition-header.scrolled .navbar-nav {
        background: none;
        border-radius: 0px;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        }
    }
    .transition-header.scrolled .navbar-toggler {
        border: none;
        color: rgba(0, 0, 0, 0.5) !important;
        border-color: rgba(0, 0, 0, 0.5) !important;
        cursor: pointer;
        text-transform: uppercase;
        font-size: 16px;
        letter-spacing: 0.1em;
    }
    .transition-header.scrolled ul li a:active {
        opacity: 1 !important;
    }
    
    .transition-header.scrolled.awake {
        margin-top: 0px;
        -webkit-transition: 0.3s all ease-out;
        -o-transition: 0.3s all ease-out;
        transition: 0.3s all ease-out;
    }

   .awake {
        margin-top: 0px;
        -webkit-transition: 0.3s all ease-in-out;
        -o-transition: 0.3s all ease-in-out;
        transition: 0.3s all ease-in-out;
    }

    .transition-header.scrolled.sleep {
        -webkit-transition: 0.3s all ease-out;
        -o-transition: 0.3s all ease-out;
        transition: 0.3s all ease-out;
    }




    /*toggle swith */
    .theme-switch {
        display: flex;
        justify-content: flex-start;
        position: relative;
        z-index: 0;
        /* padding: 1rem; */
    }
    .theme-switch_toggle {
        display: none;
    }
    .theme-dark .theme-switch .theme-switch_label {
        border-color: #68d9ae;
        background-color: #566376;
    }
    .theme-dark .theme-switch .theme-switch_label::after {
        left: 50%;
        background-color: #68d9ae;
    }
    .theme-switch_label {
        outline: 0;
        display: block;
        width: 3em;
        height: 1.5em;
        position: relative;
        cursor: pointer;
        -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        padding: 1px;
        background-color: #8996a9;
        border: 1px solid #dcdfe5;
        border-radius: 2em;
        transition: all 0.2s ease;
    }
    .theme-switch_label::after {
        content: "";
        display: block;
        position: relative;
        width: 50%;
        height: 100%;
        background-color: #dcdfe5;
        border-radius: 1em;
        transition: all 0.2s ease;
    }

    @media only screen and (max-width: 991px){
        .theme-switch {
            justify-content: center;
        }
    }
    


    .theme-dark,
.theme-dark body{
  background-color: #070a0d !important;
  color: #eeece8;
}

    .theme-dark .navbar-toggler {
        background-color: #fff;
}
    .theme-dark,
.theme-dark body .bg-heroGray{
  background-color: #070a0d !important;
}
.theme-dark body .transition-header a{
  color: #ffffff !important;
}
.theme-dark body .hero-slides-content h1, 
.theme-dark body .hero-slides-content p{
  color: #fff !important;
}


.theme-dark .arrow-container .btn-custom.btn-outline-dark {
    color: #fff;
}
.theme-dark section.services {
    background-color: #111 !important;
}
.theme-dark .heading h2.lined {
    color: #fff !important;
}
.theme-dark .css-ebbcak {
    background-color: #000 !important;
}
.theme-dark .css-ebbcak h2 {
    color: #fff !important;
}
.theme-dark .mentor__right h2,
.theme-dark .mentor__right p {
    color: #fff !important;
}

.theme-dark #skills h2 span,
.theme-dark #services h2 span,
.theme-dark #contact h2 span{
    color: #6c757d !important;
}


.theme-dark .css-vboslx {
    background-color: #000;
}
.theme-dark .css-vboslx h2{
    color: #fff;
}

.theme-dark .services-item{
    background-color: #000;
}
.theme-dark .services-item-heading{
    color: #fff;
}
.theme-dark .services-item-text{
    color: #fff;
}

.theme-dark .services-icon {
    background: #111111;
}
.theme-dark .services-icon::before {
    border: 2px solid #343a40 ;
}

.theme-dark #contact .card{
    background-color: transparent;
}
.theme-dark #contact .card .border-primary {
        border-color: #343a40 !important;
    
}

.theme-dark #contact .card form .form-control{
    background-color: transparent;
    border-color: #343a40;
    color: #fff;
}


.theme-dark .footer .copyrights{
    background-color: #000;
}
.theme-dark .footer .copyrights p{
    color: #fff;
}
