:root {
    --blue: #337CCF;
    --black: #040D12;
 }
 a{
     text-decoration: none !important;
 }
body , h1 , h2, h3, h4, h5, h6, p , ul li , ol li{
    font-family: 'Plus Jakarta Sans';
}
/*.row{*/
/*    overflow: hidden;*/
/*}*/

.bg-primary-blue{
    background-color: var(--blue);
}
.primary-font-family{
    font-family: 'Plus Jakarta Sans';
}

/* Header */
/* .fixed-header + #main {
    padding-top: 102px;
  } */

li.nav-item a{
    color:  #337CCF;
    font-family: 'Plus Jakarta Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    }
     .navbar-nav .nav-link {
        padding-right: 27px !important;
        padding-left: 27px !important;
        border-right: 1px solid var(--blue);
        line-height: 1px;
    }
    .header-row{
        padding: 10px 0px;

    }
    header{
        box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu{
        top: 20px;
    }
    .navbar-expand-lg .navbar-collapse{
        justify-content: flex-start;
    }
    .site-logo {
        height: 70px;
    }
    header{
        z-index: 999;
        position: relative;
    }
    .header-top-bar{
        background-color: var(--blue);
        padding: 15px 9%;

    }
    .top-bar-row{
        color: #fff;
    }
    .top-bar-row{
        color: #fff;
    }
    .top-bar-col-1 p {
        font-size: 12px;
       margin-bottom: 0px;
        border-right: 1px solid #aec0d9;
        padding: 0 10px;
        line-height: 1px;
    }
    .top-bar-col-1 p:nth-last-child(1) {
        border: none;
    }

    .top-social-icons i{
        font-size: 12px;
        padding: 0 15px;
        border-right: 1px solid #aec0d9;
        color: #fff;

    }
    .top-social-icons i:nth-last-child(1) {
        border: none;
    }
    .top-bar-col-1{
        display: flex;
        height: fit-content;
    }
    .top-bar-col-2{
        display: flex;
        height: fit-content;
        justify-content: flex-end;
        line-height: 1px;
    }
    .header-container{
        padding: 0 9%;
    }
    a.header-btn {
        padding: 10px;
        background-color: var(--blue);
        display: block;
        color: #fff;
        text-align: center;
        text-decoration: none;
        border: 1px solid var(--blue);
    }
    a.header-btn:hover{
        border: 1px solid var(--blue);
        background-color: #fff;
        color: var(--blue);
    }
    .header-button {
        float: right;
        padding: 15px 10px;
    }
    .container-fluid.main-banner{
        max-width: 100%;
        max-height: 100%;
        overflow-y: hidden;
    }

    .fixed-header
    {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        box-shadow: 0 0 3px 0 #0000004d;
        background-color: #fff;

    }


/* Footer */
.footer-top h2{
    color: #FFF;
    font-family: 'Plus Jakarta Sans';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}
ul.footer-list-links li a {
    text-decoration: none;
    color: #fff;
}
ul.footer-list-links li a:hover {
    text-decoration: none;
    color: var(--blue);
}
.footer-top{
    padding: 25px 0px;
}
.footer-top-button{
    background-color: #FFF;
    padding: 15px 20px;
    text-align: center;
    text-decoration: none;
    font-family:  'Plus Jakarta Sans';
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--blue);
    border-radius: 3px;
}
.main-footer{
    background-color: var(--black);
    padding: 48px 0px;
}
.footer-logo{
    color: var(--blue);
    font-family: 'Plus Jakarta Sans';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.footer-tagline{
    color: #FFF;
    font-family: 'Plus Jakarta Sans';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}
.footer-about-company{
    padding: 25px 0px 0px 0px;
}
.footer-about-company h3{
    color: var(--blue);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.footer-heading-title{
    color: var(--blue);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.footer-about-company p{
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    text-transform: capitalize;
}
.footer-list-links li{
    color:  #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 8px 0px;
    display: flex;
}
ul.footer-list-links{
    list-style: none;
    padding: 0px;
}
ul.footer-list-links li i{
    color: var(--blue) !important;
    padding: 0px 15px 0px 0px;
    font-size: 18px;
}
.copyright-secion{
    border-top: 0.5px solid #FFF;
    padding: 30px 0px 0px 0px;
}
.footer-social-icon{
    display: flex;
    justify-content: flex-end;
    padding: 0px;
}
.footer-social-icon span{
    /* padding: 18px 16px; */
    margin: 0px 10px;
    background-color: var(--blue);
    color: #FFF;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-social-icon span img{
    width: 30px;
    height: 30px;
}
/* .footer-social-icon i{
    margin: 0px 10px;
    background-color: var(--blue);
    color: #FFF;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
} */
.footer-social-icon i:hover{

    background-color: transparent;
    color: var(--blue);
}
.copyright-date{
    color:  #8C8C8C;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: right;
    margin-bottom: 0px;
}


 /* Home Page */
.social-icons-banner{
    display: grid;
}
.social-icons-banner i{
    color: var(--blue);
    padding: 7px 0px;
}
.main-banner{
    /* padding: 25px 0px ; */
    background-image: url('../img/Design.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.banner-content{
    margin-left: 30px;
}
.banner-content h1{
    color: var(--black);
    font-size: 105px;
    font-style: normal;
    font-weight: 800;
    line-height: 95px; /* 90.476% */
    letter-spacing: -4.2px;
    padding-bottom: 50px;
}
.banner-button{
    padding: 22px 50px;
    background-color: var(--blue);
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    font-family: 'Plus Jakarta Sans';
}
.banner-button:hover{
    background-color: #fff;
    color: #F5900D;
}
.banner-content-col{
    padding-top: 40px;
    padding-left: 9% !important;
}
.banner-phone p{
    color: var(--black);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.banner-phone {
    transform: rotate(90deg);
    position: relative;
    top: 350px;
    left: -54%;
}
.circle-text svg {
    fill: currentColor;
    height: auto;
    max-width: 40vmin;
    transform-origin: center;
    width: 30%;
  }
.circle-text{
    position: relative;
    right: -84%;
}
.content-title{
    padding-bottom: 50px;
}
.single-feature{
    background-image: url('../img/feature1.webp');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    margin: auto;
    position: relative;
    height: 300px;
}
.single-feature-2{
    background-image: url('../img/single-feature-2.png');

}
.single-feature-3{
    background-image: url('../img/single-feature-3.png');
}


.feature-container{
    margin-top: 150px;
}
.feature-heading h2{
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.feature-heading{
    background: rgba(16, 16, 16, 0.90);
    padding: 20px;
    position: absolute;
    bottom: 20px;
    left: 15px;
    right: 15px;
    height: 70px;
    transition: all 0.5s;
    overflow: hidden;
}
.feature-icon i{
    background-color: var(--blue);
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 15px;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;

}
.feature-icon{
    position: absolute;
    left: 330px;
    top: 180px;
    height: 0px;
    width: fit-content;
    right: 35px;
    width: fit-content;
    /* opacity: 1; */
    /* transition: all 5s ease-in-out; */
    /* right: -250px; */
}
.feature-paragraph p{
    color: #a3a3a3;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

}
.feature-paragraph{
    padding-top: 20px;
    padding-bottom: 50px;
    border-bottom: 1px solid #5D5D5D;
    margin-bottom: 20px;
    /* display: none; */
    transition-duration: 2s;
}
.single-feature:hover > .feature-heading  {
    height: 250px;

}
.single-feature:hover > .feature-icon{
    display: none;

}

.about-section{
    margin-top: 150px;
}
.about-content{
    padding: 50px 20px;
}
.about-content .sub-heading{
    color:  #5D5D5D;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.about-content h2 {
    color: var(--black);
    font-family: 'Plus Jakarta Sans';
    font-size: 50px;
    font-weight: 800;
}
.about-content h2>span{
color: var(--blue);
}
.about-content-1{
    color: var(--blue);
    font-family: 'Plus Jakarta Sans';
    font-size: 18px;
    font-weight: 600;
    padding-top: 20px;
}
.about-content-2{
    color: #5D5D5D;
    font-family: 'Plus Jakarta Sans';
    font-size: 15px;
    font-weight: 500;
    padding-top: 10px;
}
.about-button a{
    background-color: var(--blue);
    padding: 22px 50px;
    text-align: center;
    font-family: 'Plus Jakarta Sans';
    font-size: 16px;
    font-weight: 800;
    color: var(--black);
    text-decoration: none;
}
.about-button a:hover{
    background-color: #fff;
    color: #F5900D;
}
.about-button{
    display: flex;
    margin-top: 20px;
}
.about-image{
    padding: 0px 20px 0 0 !important;
}
.moving-text marquee {
    color: var(--black);
    text-align: center;
    font-family: 'Plus Jakarta Sans';
    font-size: 180px;
    font-weight: 800;
}
.moving-text{
    max-width: 100%;
    overflow: hidden;
}
.play-icon i {
    color: #D7D7D7;
    font-size: 30px;
    width: 120px;
    height: 120px;
    background-color: #FFF;
    padding: 45px;
    border-radius: 50%;
    text-align: center;

 }
.play-icon  {
    text-align: right;
    position: relative;
    top: 135px;
    right: 15%;
}
.video-section
{
    background-image: url('../img/Video-Image.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 223px 20px;
}
.video-container{
    background-color: #F1F1F1;
    padding: 80px 20px;
}
.services .row {
    gap: 20px 0px;
}

.single-service{
    background: transparent;
    padding: 40px;
    border: 1px solid #c3c3c3;
    background-size: 200% 200%;
    background-image: linear-gradient(to top, 50%, transparent 50%);
    -webkit-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
    -moz-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
    -ms-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
    -o-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
    transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
    margin: 15px 0;
        max-height: 100%;
    height: 100%;
}
a.single-service-link{
    text-decoration: none;
}
.single-service:hover{
    background-image: linear-gradient(to top, var(--blue) 10%, transparent 45%);
    background-position: 0 100%;
    color: #fff;
    transition: background-position 1s, color 1s ease, border-color 1s ease;
}
.service-container{
    padding: 80px 30px;
}
.service-heading p{
    color: var(--black);
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.service-heading h2{
    color: var(--black);
    font-size: 48px;
    font-weight: 700;
}
.service-heading h2 span{
    color: var(--blue);
}
.services{
    padding: 50px 0px;
}
.services{
    padding: 20px 0px 50px 0px;
}
.single-service i{
    font-size: 70px;
    color: #fff;
    transition: all 0.2s ease-in-out;
}
.service-content{
    padding-top: 30px;
}
.service-content h2{
    color: #000000;
    font-size: 18px;
    font-weight: 800;
    transition: 1s;
}
.service-content p{
    color: #5D5D5D;
    font-size: 14px;
    font-weight: 500;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #5d5d5d79;
    transition: 1s;
}
.single-service:hover  h2 , .single-service:hover  p{
    color: #fff;
}
 .single-service  svg{
    fill: var(--blue);
    transform: scale(0.9);
    transition: 2s;
    stroke: #347BCF;
}
 .single-service:hover  svg{
    fill: var(--blue);
    stroke: var(--blue) !important;
    transform: scale(0.9);
}
.testimonial-section{
    background-color: #F1F1F1;
    padding: 100px 20px;
    background-image: url(../img/Vector.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

}
.testimonial-row-1{
    padding-bottom: 10px;
}
.testimonial-card {
    padding: 30px 20px;
    border: 1px solid #d1d1d1;
    margin: 10px;
    border-radius: 10px
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--blue);
}
.testimonials-stars {
    display: flex;
    padding-top: 10px;
}
.testimonials-stars i{
    color: goldenrod;
    font-size: 12px;
    padding: 0 3px;
}
.testimonial-text p{
    color: #040404;
    font-size: 15px;
    font-weight: 300;
    /* line-height: 50px; */
    padding-top: 20px;
}
.client-name h3{
    color: var(--black);
    font-size: 24px;
    font-weight: 800;
}
.client-name p{
    color: var(--blue);
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-left: 0px;

}
.client-name{
    display: block;
    padding-left: 35px;
}
.blog-section{
    padding: 74px 0 60px 0px;
}
.blog-colomns{
    padding: 20px 0px;
}
.blog-content{
    padding: 25px 0px 0px 0px;

}
.blog-tag p {
    color: #5D5D5D;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
    padding-left: 20px;
}
.blog-tag{
    display: flex;
}
.blog-tag img{
    height: 100%;
    margin: auto 0px;
}
.blog-content h2 {
    color: var(--blue);
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    padding-left: 55px;
    padding-top: 30px ;
    padding-bottom: 40px ;
    border-bottom: 1px solid #5d5d5d75;
}
.single-blog:hover > .blog-content{
    background-color: #D7D7D7;
}
.blog-colomns{
    padding: 50px 0px;
}
.single-blog{
    margin: 15px 0px;
}
marquee i
{
    color: var(--blue);
}


/* About Us  */


.about-banner{
    padding: 170px;
    background-image: url('../img/Services-cover-photo.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /* margin-top: -75px; */
}
.blog-banner{
    padding: 180px 100px;
    background-image: url('../img/Blog-banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /* margin-top: -75px; */
}
.portfolio-banner{
    padding: 131px 100px;
    /*background-image: url('../img/Services-cover-photo.png');*/

     background-image: url('../img/Portfolio-Banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /* margin-top: -75px; */
}
.service-banner{
    padding: 50px 150px;
    background-color: #EAF3FF;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

}
.service-page-banner{
    padding: 130px 100px;
    background-image: url('../img/Services-cover-photo.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.contact-banner{
    padding: 131px 100px;
    background-image: url('../img/contact-us.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.contact-page-title{
    color: #fff;
    font-family: Plus Jakarta Sans;
    font-size: 55px;
    font-style: normal;
    font-weight: 800;
    line-height: 45px; /* 90.476% */
    /* letter-spacing: -3.2px; */
}
.service-page-title{
    color: var(--blue);
    font-family: Plus Jakarta Sans;
    font-size: 55px;
    font-style: normal;
    font-weight: 800;
    line-height: 95px; /* 90.476% */
    letter-spacing: -3.2px;
}
.blog-page-title{
    color: #fff;
    font-family: Plus Jakarta Sans;
    font-size: 105px;
    font-style: normal;
    font-weight: 800;
    line-height: 95px; /* 90.476% */
    letter-spacing: -3.2px;
}
.servicepage-title{
    color: var(--blue);
    font-family: Plus Jakarta Sans;
    font-size: 65px;
    font-style: normal;
    font-weight: 800;
    line-height: 75px; /* 90.476% */
    letter-spacing: -0.2px;
}
.service-avatar{
    width: 550px;
    height: 450px;
    overflow: hidden;
    transform: translatey(0px);
    animation: float 6s ease-in-out infinite;
}
@keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-20px);
    }
    100% {
        transform: translatey(0px);
    }
}

.bread-crumbs ul {
    display: inline-flex;
    list-style: none;
    padding: 0px;
}
.bread-crumbs ul li:nth-last-child(1) {
    margin: 0 10px;
    color: #fff;
    line-height: 15px;
}
.bread-crumbs ul li:nth-last-child(2) {
    color: #fff;
    border-right: 1px solid #fff;
    padding: 0 10px;
    line-height: 15px;
}
.page-title{
    color: #fff;
    font-family: Plus Jakarta Sans;
    font-size: 55px;
    font-style: normal;
    font-weight: 800;
    line-height: 45px; /* 90.476% */
    /*letter-spacing: -3.2px;*/
}
.about-page-section{
    margin-bottom: 150px;
}
.feature-list-heading{
    color: var(--black);
    font-size: 20px !important;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.why-choose-icon i{
    height: 70px;
    width: 70px;
    text-align: center;
    padding: 20px;
    font-size: 30px;
    background-color: #efefef;
    color: var(--blue);
    border-radius: 50%;
 }
 .feature-list {
    margin: 30px 0px;
}
/* Contact Page  */
.top-contact-section{
    padding: 59px 0 35px 0px;
}
.contact-section{
    padding: 30px 0 75px 0px;
}
.contact-section-row{
    padding: 0 8px;
}
.lastHeading{
    margin: 33px 0 0 0;
}
.contact-section-heading{
    color: var(--black);
    font-size: 45px;
    font-weight: 700;
    /* line-height: 24px;
    letter-spacing: 0.46px; */
}
.contact-section-heading span{
    color: var(--blue);
}
.contact-section-paragraph{
    color: var(--black);
    font-size: 15px;
    font-weight: 400;
}
.customContact {
    max-width: 100%;
    overflow: hidden;
    box-shadow: 0px 20px 25px -5px rgba(25, 58, 75, 0.2);
}
.customInput {
    border-bottom: 1px solid #737b7d;
    height: 3rem;
    top: -10px;
    width: 95%;
    z-index: -1111;
}
.cardOne {
    padding: 56px 65px 56px 90px !important;
}
  .cardTwo {
    min-height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.button-contact{
    background-color: var(--blue) !important;
    padding: 12px 0 !important;
}
iframe.map-contact {
    margin-right: 52px !important;
}
.cardContainer {
    min-height: 600px;
  }

.cardTwoBody {
    right: 0;
    background: var(--blue);
    height: 100%;
    width: 60%;
    padding: 3rem;
  }

  i {
    color: #337ccf;
  }
.form-row{
    padding: 10px 0 ;
}
.contact-icon-heading{
    font-size: 50px;
    font-weight: 800;
    text-align: center;
    color: var(--black);
    margin-bottom: 3px;
}
.row.main-heading{
    justify-content: center;
    padding-left: 8px;
    padding-right: 8px;
}
.main-heading{
    padding-top: 33px;
}
.top-main-heading{
    padding-top: 68px;
}
.contact-box-row.first{
    padding: 50px 0 35px 0 ;
}
.row.contact-box-row{
    padding: 35px 0;
}
.contact-image-content{
    color: var(--black);
    font-size: 15px;
    font-weight: 400;
    line-height: 25px; /* 166.667% */
    letter-spacing: 0.75px;
    text-align: justify;
}

.contact-icon-box.active{
    padding: 72px 27px 31px 27px;
    background-color: var(--blue);
    border-radius: 3px;
    position: relative;
}
.contact-icon-box{
    padding: 72px 27px 31px 27px;
    background-color: #F2F2F3;
    border-radius: 3px;
    position: relative;
    margin: 0 3px;
    max-height: 100%;
    height: 100%;
}
.contact-icon-box:hover{
    background-color: var(--blue);
}
.contact-icon-box:hover h3{
    color: #fff;
}
.contact-icon-box:hover p{
    color: #fff;
}
.contact-box-icon{
    background-color: #fff;
    width: fit-content;
    border-radius: 5px;
    box-shadow: 0px 4px 5px 1px rgba(0, 0, 0, 0.10);
    padding: 10px;
    position: absolute;
    top: -40px;
}
.contact-info-box-icon{
    background-color: #fff;
    width: fit-content;
    border-radius: 5px;
    box-shadow: 11px 5px 11px 5px rgba(0, 0, 0, 0.15);
    padding: 27.5px;
    position: absolute;
    top: -45px;
}
.contact-info-box-icon img{
    width: 35px;
    height: 35px;
}
.contact-icon-box.active h3{
    color:  #FFF;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 16px;
}
.contact-icon-box.active p{
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px; /* 133.333% */
    letter-spacing: 0.45px;
    margin-bottom: 10px;
}
.contact-icon-box h3{
    color:  var(--black);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 16px;
}
.contact-icon-box p{
    color: var(--black);
    font-size: 15px;
    font-weight: 400;
    line-height: 20px; /* 133.333% */
    letter-spacing: 0.45px;
    margin-bottom: 10px;
}
.contact-icon-heading span{
    color: var(--blue);
}
.contact-icon-section{
    padding: 50px 0;
}
.contact-icon-text{
    text-align: center;
    width: 550px;
    margin: auto;
}
.contact-icon{
    text-align: center;
}
.contact-icon i {
    width: 80px;
    height: 80px;
    background-color: var(--blue);
    color: #fff;
    font-size: 25px;
    padding: 27px;
    text-align: center;
    border-radius: 50%;
}
.icon-content{
    text-align: center;
    margin: 25px 0;
}
.icon-content h2{
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
}
.icon-content p{
    margin-bottom: 5px;
}
.icon-content a{
    text-decoration: none;
    color: var(--black);
}
.contact-icon-cols{
    padding-top: 40px;
}

.dropdown:hover>.dropdown-menu {
    display: block;
  }

  .dropdown>.dropdown-toggle:active {
    pointer-events: none;
  }
  ul.dropdown-menu {
    padding: 15px;
}
  ul.dropdown-menu li{
    padding: 5px 0;
}
.btn-theme {
    width: 200px;
    height: 70px;
    border: 1px solid var(--blue);
    font-size: 20px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 0;
    transition: 1s;
    background-color: #f9f9f9;
    text-decoration: none;

  }

  .btn-theme::before, .btn-theme::after {
    position: absolute;
    background: #f9f9f9;
    z-index: -1;
    transition: 1s;
    content: '';
  }

  .btn-theme::before {
    height: 70px;
    width: 150px;
  }

  .btn-theme::after {
    width: 200px;
    height: 50px;
  }
  .header-btn-theme{
    font-size: 17px;
  }
  .header-btn-theme::before {
    height: 50px;
    width: 100px;
  }

  .header-btn-theme::after {
    width: 150px;
    height: 30px;
  }

  .noselect {
    -webkit-touch-callout: none;
      -webkit-user-select: none;
       -khtml-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
  }

  .btn-theme:hover::before {
    width: 0px;
    background: #fff;
  }

  .btn-theme:hover::after {
    height: 0px;
    background: #fff;
  }

  .btn-theme:hover {
    background: #fff;
  }

  /* Play Button  */

  .video-play-button {
      position: absolute;
      z-index: 10;
      top: 50%;
      right: -2%;
      transform: translateX(-50%) translateY(-50%);
      box-sizing: content-box;
      display: block;
      width: 32px;
      height: 44px;
      border-radius: 50%;
      padding: 18px 20px 18px 28px;
  }

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

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

  .video-play-button:hover:after {
      background-color: darken(#fa183d, 10%);
  }

  .video-play-button img {
      position: relative;
      z-index: 3;
      max-width: 100%;
      width: auto;
      height: auto;
  }

  .video-play-button span {
      display: block;
      position: relative;
      z-index: 3;
      width: 0;
      height: 0;
      border-left: 32px solid #D7D7D7;
      border-top: 22px solid transparent;
      border-bottom: 22px 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(1.5);
          opacity: 0;
      }
  }


  .image-1{
    animation: bounceup auto linear 6 alternate;
    animation-timeline: scroll(root);
  }
  @keyframes bounceup {
    100% {
      transform: translateY(-50vh);
    }
  }

  .image-2{
    animation: bouncedown auto linear 6 alternate;
    animation-timeline: scroll(root);
  }
  @keyframes bouncedown {
    100% {
      transform: translateY(+50vh);
    }
  }







/* .owl-prev i, .owl-next i {transform : scale(2,5); color: #ccc;} */


.big-circle img {
    position: absolute;
    top: -20px;
    left: -70px;
    z-index: 0;
    animation: infiniteRotate 5s linear infinite;
}
.big-circle  {
    position: relative;
}
.small-circle img{
    animation: infiniteRotateops 5s linear infinite;
}
@keyframes infiniteRotate{
    0% {
        -webkit-transform: rotate(360deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
    }
@keyframes infiniteRotateops{
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
    }
