@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&family=Ubuntu:wght@400;500;700&display=swap');
@import url('logo.css');
@import url('book-writing.css');
@import url('video-animation.css');
@import url('web-design.css');
@import url('printing.css');
@import url('seo.css');
@import url('smm.css');
@import url('mobile-app.css');
@import url('ppc.css');
@import url('contact.css');
@import url('about.css');
@import url('pricing.css');
@import url('influencer-marketing.css');
@import url('content-writing.css');
@import url('portfolio.css');
html{scroll-behavior: smooth;}
body{overflow-x:hidden;font-family: 'Poppins', sans-serif; }p{font-family:Raleway,sans-serif;margin:0}a:hover{text-decoration:none} h1,h2,h3,h4,h5,h6,p,ul{margin: 0;padding: 0;} li{list-style: none;}
h4{font-family: 'Ubuntu', sans-serif;}
@media(min-width:1280px){.container{width:1170px;}}


:root {
    /*Theme Color Variable */
    --theme-red-color: #bf0b30;
    --theme-grey-color: #b1b1b1;
    --theme-black-color: #2e2e2e;
    --theme-white-color: #fff;
    /*Theme Color Variable */

    /* Font Size Variable */
    --FontSize16: 16px;
    --FontSize18: 18px;
    /* Font Size Variable */

    /* Font Weight Variable */
    --BoldFont: 700;
    --SemiFont: 600;

    /* Line Height Variable */
    --lineHeight24: 24px;
    /* Line Height Variable */


    /* Hover Button Color */
    --hvr-bg: -webkit-linear-gradient(#e4064a, #a60139);
    /* Hover Button Color */
}

/* Main Header */
#main-header .nav-item a.nav-link {
    font-size: var(--FontSize18);
    font-weight: var(--SemiFont);
    color: var(--theme-black-color);
    padding: 0 27px;
    text-transform: capitalize;
    transition: all 0.5s ease;
}
#main-header .nav-item a.nav-link:hover{
    color: var(--theme-red-color);
}
#main-header nav.navbar {
    padding: 0 2%;
}
header#main-header {
    padding: 30px 0;
}

#main-header i.fas.fa-bars {
    color: #fff;
}

#main-header span.navbar-toggler-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_lft {
    position: relative;
    background: url('../images/rgd.png');
    background-size: 100%;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner_lft canvas {
    width: 460px !important;
    height: 440px !important;
}

.main-sid-nv li a:hover span {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transform-origin: 0% 0%;
}
.main-sid-nv li a span::before {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    content: attr(data-hover);
    font-family: 'Font Awesome 5 Brands';
}
.main-sid-nv li a span {
    position: relative;
    display: block;
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transform-origin: 100% 0%;
}
ul.sid-btm-menu {
    display: flex;
    width: 27%;
    justify-content: space-between;
}
.detil-btm-menu {
    display: flex;
    justify-content: center;
}
ul.sid-btm-menu li a {
    font-size: 18px;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 1px;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    background: #ac0226;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align:center;
    padding-top: 0;
}
.detail-menu-wrap {
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    position: relative;
}
.detail-menu-left{
    padding: 0px 0 0 200px;
}
.detail-menu-left ul li a:before {
    content: attr(data-num);
    position: absolute;
    left: -42px;
    font-size: 17px;
    top: 12px;
}
.detail-menu-left ul li a {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    display: block;
    overflow-y: hidden;
    transition: all 0.5s;
    transition-delay: 0s;
}
.detail-menu-left ul li {
    padding-bottom: 11px;
    position: relative;
}

.detail-menu-left ul li:last-child {
    padding-bottom: 0;
}
.detail-menu-right{
    position: absolute;
    top: 50%;
    right: 15%;
    transform: translateY(-50%) rotate(3deg);
    overflow: hidden;
}
.detail-menu-img{
    width: 424px;
    height: 565px;
    background-image: url('../images/menu-img.jpg');
}

.detail-menu-img img.img-fluid {
    transform: rotate(-30deg) translate(14%, 103%);
    position: absolute;
    transition: all ease-in-out .5s;
}

.detail-menu-img img.img-fluid.active {
    transform: rotate(0deg) translate(0, 0);
    z-index: 2;
}

/* .detail-menu-img img.img-1.img-fluid {
    transform: rotate(0deg) translate(0, 0) !important;
    z-index: 1;
} */

.sidenav a:hover{
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 2%;
    right: 4%;
    font-size: 35px;
    margin-left: 50px;
    z-index: 99;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}
a.responsive-nav {
    cursor: pointer;
    margin-left: 45px;
}
/* Main Header */



/* Banner */
.wraper{
    background-image: url(../images/main-banner.jpg);
    background-size: cover;
    animation: buildings 80s infinite;
}
@keyframes buildings {
    0%{background-position: 0% 0%;}
    100%{background-position: -1870px 0%;}
}
.banner_rght h1 {
    font-size: 86px;
    font-weight: var(--BoldFont);
}
.banner_rght h1 span {
    font-size: 82px;
    font-weight: 400;
}
.dfl-btn {
    border: 2px solid rgb(191, 11, 48);
    border-radius: 45px;
    font-size: var(--FontSize16);
    color: var(--theme-black-color);
    font-weight: var(--SemiFont);
    display: table;
    transition: all 0.5s ease;
}
.dfl-btn:hover {
    background-image: var(--hvr-bg);
    color: var(--theme-white-color);
}
.str-pro{
    padding: 18px 41px;
    margin: 32px 0 35px;
    position: relative;
}
.index section.banner_wraper {
    padding: 8% 11% 0;
    height: 87vh;
}
.banner_lft h1 {
    font-size: 340px;
    font-weight: var(--BoldFont);
    color: var(--theme-black-color);
    line-height: 330px;
    background: -webkit-linear-gradient(#e4064a, #a60139);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.banner-o {
    position: relative;
    top: -78px;
}
.banner_rght {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
}
/* Banner */
.see-wrap span{
    color: #000;
}
.hide-title .see-wrap span{
    color: #fff;
}

/* Services Area */
.serv_box_frst h2 {
    font-size: 39px;
    font-weight: var(--BoldFont);
    color: var(--theme-black-color);
    padding-bottom: 11px;
}
.serv_box:hover{
    background-image: var(--hvr-bg);
    cursor: pointer;
}
.serv_box img.serv-icon {
    width: auto;
}
.serv_box_frst h2 span{
    color: var(--theme-red-color);
}
.serv_box_frst p{
    color: var(--theme-grey-color);
    font-size: var(--FontSize16);
    color: var(--theme-grey-color);
    line-height: var(--lineHeight24);
}
.serv_box:hover h4,.serv_box:hover p{
    color: var(--theme-white-color);
    transition: all 0.5s ease;
}
.serv_box:hover img{
    filter: brightness(0) invert(1);
    transition: all 0.5s ease;
}
.servic_slider{
    margin: 0;
}

.serv_box h4 {
    font-size: var(--FontSize18);
    line-height: var(--lineHeight24);
    font-weight: var(--SemiFont);
    color: var(--theme-black-color);
    padding: 18px 0;
}
.serv_box p {
    font-size: var(--FontSize16);
    line-height: var(--lineHeight24);
    color: #9c9c9c;
}
.serv_box {
    background-color: rgb(249, 249, 249);
    padding: 36px 27px;
    height: 275px;
    transition: all 0.5s ease;
}
section.service_area {
    padding: 72px 0;
}
.get_start {
    padding: 16px 51px;
}
.ser_cont h2 {
    font-size: 24px;
    color: var(--theme-red-color);
    font-weight: 400;
}
.ser_cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 65px;
}
.ser_cont h2 a span{
    color: var(--theme-black-color);
}




/* Slider Caousel */
.Slider-Caousel .owl-item:nth-child(1) .sli-item {
    background: rgb(233, 3, 3);
}
.Slider-Caousel .owl-item:nth-child(2) .sli-item {
    background: #000;
}
.Slider-Caousel .owl-item:nth-child(3) .sli-item {
    background: rgb(254, 88, 14);
}
.Slider-Caousel .owl-item:nth-child(4) .sli-item {
    background: rgb(18, 35, 201);
}
.Slider-Caousel .owl-item:nth-child(5) .sli-item {
    background: #19b73e;
}
.Slider-Caousel .owl-item:nth-child(6) .sli-item {
    background: #035861;
}
.Slider-Caousel .owl-item:nth-child(7) .sli-item {
    background: #d5083c;
}
.Slider-Caousel .owl-item:nth-child(8) .sli-item {
    background: #3b0f70;
}
.Slider-Caousel .owl-item:nth-child(9) .sli-item {
    background: #91000e;
}
.Slider-Caousel .owl-item:nth-child(10) .sli-item {
    background: #23222b;
}
.Slider-Caousel .owl-item:nth-child(11) .sli-item {
    background: #0e2e2d;
}
.Slider-Caousel .owl-item:nth-child(12) .sli-item {
    background: #fe9900;
}
.Slider-Caousel .owl-item .sli-item .itm-img{
    height: 800px;
    width: 100% !important;
    background-position: center center;
    background-repeat: no-repeat !important;
    transition: ease-in all 0.8s;
}

.Slider-Caousel .owl-item:nth-child(1) .sli-item .itm-img {
    background-image: url(../images/item1.png);
    background-position: 50px center;
}
.Slider-Caousel .owl-item:nth-child(2) .sli-item .itm-img {
    background-image: url(../images/item2.png);
}
.Slider-Caousel .owl-item:nth-child(3) .sli-item .itm-img {
    background-image: url(../images/item3.png);
    background-size: 490px;
}
.Slider-Caousel .owl-item:nth-child(4) .sli-item .itm-img {
    background-image: url(../images/item4.png);
    background-position: 50px center;
}
.Slider-Caousel .owl-item:nth-child(5) .sli-item .itm-img {
    background-image: url(../images/item5.png);
}
.Slider-Caousel .owl-item:nth-child(6) .sli-item .itm-img {
    background-image: url(../images/item6.png);
    background-position: -182px center;
}
.Slider-Caousel .owl-item:nth-child(7) .sli-item .itm-img {
    background-image: url(../images/item7.png);
}
.Slider-Caousel .owl-item:nth-child(8) .sli-item .itm-img {
    background-image: url(../images/item8.png);
}
.Slider-Caousel .owl-item:nth-child(9) .sli-item .itm-img {
    background-image: url(../images/item9.png);
}
.Slider-Caousel .owl-item:nth-child(10) .sli-item .itm-img {
    background-image: url(../images/item10.png);
}
.Slider-Caousel .owl-item:nth-child(11) .sli-item .itm-img {
    background-image: url(../images/item11.png);
}
.Slider-Caousel .owl-item:nth-child(12) .sli-item .itm-img {
    background-image: url(../images/item12.png);
    background-position: -182px center;
}

.sli-item {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: flex-end;
    cursor: url(../images/icon-move-light.png), auto;
    flex-direction: column;
    height: 100%;
}
/* .sli-item .itm-img {
    position: absolute;
    top: 15%;
} */

.sl-content h3 {
    font-size: 22px;
    color: var(--theme-white-color);
    margin-bottom: 23px;
    transition: all 0.3s ease 0s;
}
.center-main-slider .owl-dots {
    position: absolute;
    margin: -24px auto !important;
    width: 100%;
}
.sl-content p {
    color: var(--theme-white-color);
    font-size: 15px;
    transition: all 0.3s ease 0s;
    bottom: -40px;
    opacity: 0;
    position: relative;
}
span.sl-line {
    width: 64px;
    height: 2px;
    background: rgb(255, 255, 255);
    display: block;
    margin-bottom: 35px;
    opacity: 0.3;
    transition: all 0.3s ease 0s;
}
.sl-content {
    padding: 0 34px 85px;
}
.sli-item:hover .sl-content .sl-line {
    width: 134px;
    transition: all 0.3s ease 0s;
}
.sli-item:hover .sl-content h3 {
    margin-bottom: 33px;
    transition: all 0.3s ease 0s;
    opacity: 0.9;
}
.sli-item:hover .sl-content p {
    opacity: 1;
    bottom: 0;
    transition: all 0.3s ease 0s;
}
.opacity-medium {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    background-color: #000;
}
.sli-item:hover .opacity-medium{
    opacity: 0.50;
    transition: all 0.3s ease 0s;
}



/* CTA */
.cta-main{
    padding: 55px 0;
    position: relative;
    background:  url(../images/cta-bg.png) top center, linear-gradient(150deg, #092767,#bb0033);
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.cta-content h1{
    color: var(--theme-white-color);
    font-weight: 400;
    font-size: 36px;
    margin: 0 0 10px;
}
.cta-content h1 span{
    font-weight: var(--BoldFont);
}
.cta-content p{
    color: var(--theme-white-color);
    font-size: 20px;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}
.cta-btn a {
    padding: 11px 61px;
    color: var(--theme-white-color);
}
.cta-btn a:hover{
    box-shadow: 0 0 13px -4px #dfdddd;
}
.cta-btn .ct-lvt {
    margin-right: 15px;
}
.cta-btn {
    display: flex;
}
.cta-content {
    margin-bottom: 21px;
}
.cta-lef {
    position: absolute;
    left: 10%;
    bottom: 0;
}
.cta-rgth {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    translate: 0 -50%;
    width: 600px;
}
.cta-dots {
    position: absolute;
    top: 2px;
}
.cta-dots-on {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
}
/* CTA */



/* Portfolio */
.sec-head h2 {
    font-size: 40px;
    color: var(--theme-black-color);
    font-weight: var(--BoldFont);
    margin-bottom: 7px;
}
.sec-head h2 span{
    color: var(--theme-red-color);
}
.sec-head p {
    font-size: var(--FontSize16);
    font-family: 'Ubuntu', sans-serif;
    color: var(--theme-grey-color);
    line-height: 24px;

}
.port-nav-tab .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: var(--theme-red-color);
}
.port-nav-tab .nav-link {
    padding: 7px 44px;
    border-radius: 45px;
    background-color: rgb(244, 244, 244);
    color: #949494;
    margin: 24px 8px 40px;
    font-size: var(--FontSize16);
    font-family: 'Ubuntu', sans-serif;
}
.port_img {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
    border: 1px solid #bf0b30;
}
.port_img:hover {
    box-shadow: 0 0 7px 0px #000;
    transform: scale(1.05);
}
.portfolio-area {
    padding: 25px 0 53px;
}
.portfolio-area .ser_cont {
    padding-top: 26px;
}
.portfolio-area .ser_cont h2{
    color: #000;
}
.portfolio-area .ser_cont h2 a{
    font-weight: 600;
}
.portfolio-area .ser_cont h2 span a{
    color: var(--theme-red-color);
}
.port_img a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-image: -webkit-linear-gradient(rgba(228, 6, 74, 0.7), rgba(166, 1, 57, 0.7));
    position: absolute;
    top: 0;
    left: -100%;
    transition: all 0.5s ease;
}
.port_img:hover a {
    left: 0;
}
.port_img  a i {
    margin: 0 5px;
    font-size: 28px;
    border: 1px dotted #e4e3e3cc;
    padding: 23px 24px;
    border-radius: 50px;
    background: linear-gradient(to bottom, #ffa415 28%, #ed4835 72%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* Process */

@media(min-width:1355px){
    .par_box_sli .col-xl-6:nth-child(2), .par_box_sli .col-xl-6:nth-child(4) {
        margin-top: 154px;
        position: relative;
    }
    .center-main-slider .owl-item:hover span.itm-img {
        transform: scale(1.1);
    }
}
.pos_sticky{
    position: sticky;
    top: 5em;
}
section.process-area {
    padding: 59px 10% 55px;
}
.pros-box {
    background-image: url(../images/pr-shape.png);
    background-repeat: no-repeat;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background-size: 100%;
    height: 420px;
    align-items: flex-end;
    transition: all 0.5s ease;
    cursor: pointer;
}
.pros-box:hover{
    background-image: url(../images/pr-shape-hvr.png);
}
.pros-box:hover span.pr-num{
    color:#dfdddd;
}
.pros-box:hover .pr-con h4, .pros-box:hover .pr-con p{
    color:#fff;
}
.pr-con {
    width: 49%;
    margin-right: 9%;
}
.pros-box .pr-con h4 {
    font-size: 24px;
    color: var(--theme-black-color);
    font-weight: var(--SemiFont);
    margin-bottom: 10px;
}

.pros-box .pr-con p {
    font-size: var(--FontSize16);
    color: var(--theme-grey-color);
    font-family: 'Ubuntu', sans-serif;
    line-height: 24px;
}
span.pr-num {
    position: absolute;
    font-size: 186px;
    font-weight: var(--BoldFont);
    color: var(--theme-black-color);
    opacity: 0.2;
    top: 0;
}
.process-area .sec-head h1 {
    font-size: 85px;
    line-height: 80px;
}

.process-area .sec-head h1 span {
    font-size: 72px;
}

.process-area .sec-head p {
    font-size: 23px;
    line-height: 32px;
}
img.proc-img {
    position: absolute;
    top: 0;
    left: -80px;
}
.parralex_box .col-lg-6:nth-child(2) .pros-box img.proc-img {
    left: 76px;
}
.parralex_box .col-lg-6:nth-child(1) .pros-box img.proc-img {
    left: -11px;
    top: -50px;
}
.parralex_box .col-lg-6:nth-child(4) .pros-box img.proc-img {
    left: 40px;
    top: -26px;
}
.parralex_box .col-lg-6:nth-child(5) .pros-box img.proc-img {
    left: -6px;
    top: -30px;
}

.process-inne {
    display: flex;
    justify-content: space-between;
}

.process-area .sec-head {
    margin-bottom: 65px;
}
.parralex_box{
    margin: 0;
}

/* Process */


/* Footer */
.main-bottom {
    background: #171717;
    padding: 316px 0 0 0;
    position: relative;
}
.lets-talk h2 {
    font-size: 36px;
    color: var(--theme-white-color);
    font-weight: 300;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    margin-bottom: 12px;
}
.lets-talk h1 {
    font-size: 72px;
    font-weight: var(--BoldFont);
    color: var(--theme-white-color);
    text-align: center;
    margin-bottom: 21px;
}
.fot-list li a {
    color: #474747;
    font-size: var(--FontSize16);
    line-height: 30px;
    transition: all 0.5s;
    font-family: 'Ubuntu', sans-serif;
    transition: all 0.5s ease;
}
.fot-list li a:hover {
    color: var(--theme-white-color);
}
.fot-list li a:hover {
    color: var(--theme-white-color);
}
.footer-box.fot-last .fot-list li a {
    color: var(--theme-white-color);
    line-height: 38px;
}
.footer-box.fot-last .fot-list li a:hover{
    color: #474747;
}
.fot-list li a i {
    margin-right: 15px;
}
.social_lnks li a i {
    color: #fff;
    font-size: 20px;
}
.social_lnks li {
    display: inline;
    margin-right: 27px;
}
ul.social_lnks {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}
.pd-set{
    padding-bottom: 55px;
}
.cop-list li a {
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    color: #474747;
    position: relative;
    transition: all 0.5s ease;
}
.cop-list li a:hover{
    color: var(--theme-white-color);
}
.cop-list li {
    display: inline;
    margin-right: 48px;
}
.copy-write {
    border-top: 1px solid #474747;
    padding: 18px 0;
}
.cop-list li a:after {
    height: 17px;
    width: 1px;
    background: #474747;
    content: '';
    position: absolute;
    top: 0;
    right: -24px;
}
.cop-list li:last-child a:after{
    display: none;
}
.copy-footer {
    display: flex;
    justify-content: center;
}

/* Footer Image Animation */

a.ft-hvr-ef {
    width: 271px;
    height: 360px;
    position: relative;
    left: -20px;
    top: -20px;
    transition: all 0.5s ease;
}
.footer-hov-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 0;
    position: absolute;
    top: 0;
    z-index: 0;
    padding-top: 20px;
}

.footer-area {
    pointer-events: none;
    z-index: 1;
}
.ft-hvr-ef img {
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s ease;
}
.ft-hvr-ef:hover img{
    opacity: 1;
    transition: all 0.5s ease;
}

a.ft-hvr-ef:hover {
    left: 0px;
    top: 0px;
}
.footer-area .container .row.no-gutters.justify-content-center {
    pointer-events: auto;
}
.footer-area .pd-set .col-lg-3.col-sm-6 {
    pointer-events: auto;
}



/*FAQS Start*/

select.clients-answer-inner {
    padding: 15px;
    width: 320px;
    border-radius: 30px
}
section.freq_ques {
    padding: 25px 0;
    border-bottom: 1px solid #b1b1b17d;
}
.freq_lft {
    position: relative;
    height: 100%;
    border-right: 1px solid var(--theme-grey-color);
    padding-right: 25px;
}
.rght_freq_cont p{
    color: var(--theme-grey-color);
    font-size: var(--FontSize16);
    line-height: var(--lineHeight24);
}
.cs-select .cs-placeholder{
    font-size: 14px;
}
.faq-para-font p{
    font-size: 14px;
}
.rght_freq_cont h3 {
    font-size: var(--FontSize18);
    color: var(--theme-red-color);
    font-weight: var(--SemiFont);
    margin-bottom: 13px;
}
.freq_lft h3 {
    font-size: var(--FontSize18);
    color: var(--theme-red-color);
    font-weight: var(--SemiFont);
    padding-bottom: 23px;
}
.clients-answer-inner option {
    height: 35px;
    padding: 5px;
    line-height: 35px
}
.client-drop .cs-skin-elastic.cs-active .cs-options {
    width: 325px;
    margin-top: -21px;
}
.client-drop .cs-skin-elastic .cs-options span {
    color: var(--theme-grey-color);
    font-size: 14px;
}
.client-drop .cs-select>span::after {
    content: '\25BE';
    right: 7px;
    color: #fff;
    width: 34px;
    height: 34px;
    text-align: center;
    border-radius: 120px;
    padding: 0;
    font-size: 24px;
    text-indent: 0px;
    line-height: 36px;
    background-image: -moz-linear-gradient( 90deg, rgb(210 4 69) 0%, rgb(192 3 65) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(210 4 69) 0%, rgb(192 3 65) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(210 4 69) 0%, rgb(192 3 65) 100%);
}
.client-drop .cs-select ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.client-drop .cs-skin-elastic.cs-active .cs-options {
    pointer-events: auto;
    margin-top: 0px;
    overflow: hidden;
    border-top: none;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
}
.client-drop .cs-skin-elastic .cs-options .cs-selected span {
    color: #b0023c;
}
.client-drop .cs-skin-elastic .cs-options span:hover,
.client-drop .cs-skin-elastic .cs-options li.cs-focus span,
.client-drop .cs-skin-elastic .cs-options .cs-selected span {
    color: #b0023c;
    font-size: 14px;
}
.clients-sec .faq-sections {
    margin-top: 0
}
.clients-sec {
    margin-top: 0;
}
.clients-section h3 {
    font-style: normal
}


/* Default custom select styles */
div.cs-select {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: left;
    background: #fff;
    z-index: 1;
    width: 100%;
    max-width: 500px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 50px;
}

div.cs-select:focus {
    outline: none; /* For better accessibility add a style for this in your skin */
}

.cs-select select {
    display: none;
}

.cs-select span {
    display: block;
    position: relative;
    cursor: pointer;
    /* padding: 10px 20px; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cs-select .cs-placeholder{
    padding: 15px 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid rgb(226, 226, 226);
    height: 53px;
    border-radius: 45px;
    color: var(--theme-grey-color);
}
/* Placeholder and selected option */
.cs-select > span {
    padding-right: 3em;
}

.cs-select > span::after,
.cs-select .cs-selected span::after {
    speak: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cs-select > span::after {
    content: '\25BE';
    right: 1em;
}

.cs-select .cs-selected span::after {
    content: '\2713';
    margin-left: 1em;
}

.cs-select.cs-active > span::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

div.cs-active {
    z-index: 200;
}

/* Options */
.cs-select .cs-options {
    position: absolute;
    overflow: hidden;
    width: 100%;
    background: #fff;
    visibility: hidden;
}

.cs-select.cs-active .cs-options {
    visibility: visible;
}

.cs-select ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.cs-select ul span {
    padding: 1em;
}

.cs-select ul li.cs-focus span {
    background-color: #ddd;
}

/* Optgroup and optgroup label */
.cs-select li.cs-optgroup ul {
    padding-left: 1em;
}

.cs-select li.cs-optgroup > span {
    cursor: default;
}

div.cs-skin-elastic {
    background: transparent;

}

@media screen and (max-width: 30em) {
    div.cs-skin-elastic { font-size: 1em; }
}

.cs-skin-elastic > span::after {
    content: '\e005';
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cs-skin-elastic .cs-options {
    overflow: visible;
    background: transparent;
    opacity: 1;
    visibility: visible;
    padding-bottom: 1.25em;
    pointer-events: none;
}

.cs-skin-elastic.cs-active .cs-options {
    pointer-events: auto;
}

.cs-skin-elastic .cs-options > ul::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transform: scale3d(1,0,1);
    transform: scale3d(1,0,1);
    background: #f5f5f5;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.cs-skin-elastic.cs-active .cs-options > ul::before {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    -webkit-transition: none;
    transition: none;
    -webkit-animation: expand 0.6s ease-out;
    animation: expand 0.6s ease-out;
}

.cs-skin-elastic .cs-options ul li {
    opacity: 0;
    /* display: none;*/
    -webkit-transform: translate3d(0,-25px,0);
    transform: translate3d(0,-25px,0);
    -webkit-transition: opacity 0.15s, -webkit-transform 0.15s;
    transition: opacity 0.15s, transform 0.15s;
}

.cs-skin-elastic.cs-active .cs-options ul li {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
    /*display: inline-block;*/
    width: 100%;
    -webkit-transition: none;
    transition: none;
    -webkit-animation: bounce 0.6s ease-out;
    animation: bounce 0.6s ease-out;
    border-bottom: 1px solid #d9d9d9;
}
.cs-skin-elastic .cs-options span {
    background-repeat: no-repeat;
    background-position: 1.5em 50%;
    background-size: 2em auto;
}
.cs-skin-elastic .cs-options .cs-selected span::after {
    content: '';
}
.faq-sections div h3 {
    display: block !important;
}
.faq-sections div p {
    display: block !important;
    font-size: 14px;
    line-height: 20px;
}
/*FAQS End*/


/*POPUP CSS START*/

.popup_form .modal-dialog {
    max-width: 1170px;
    margin: 1.75rem auto;
}
.popup-box-wrap{
    position: relative;
    padding: 45px 0px 25px;
}
.popup-box-wrap:before{
    background-color: #ac0226;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 73%;
    height: 100%;
}
.popup-image {
    padding-left: 25px;
    padding-bottom: 30px;
}
.popup-images-wrap {
    display: flex;
    flex-wrap: wrap;
}


.popup-image-1, .popup-image-3 {
    padding-left: 40px;
}
.popup-image.popup-image-4 img {
    background: #082187;
}
.popup_form .modal-content button.close {
    position: absolute;
    z-index: 1;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    opacity: 1;
    font-weight: 400;
    font-size: 26px;
    color: #000;
    text-shadow: none;
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(203, 203, 203);
    top: -20px;
    right: -20px;
}
.popup_form .modal-content button.close:hover {
    background-color: #ac0226;
    color: #fff;
}
.popup-form-box-wrap {
    position: absolute;
    padding: 25px 0px;
    background-color: #fff;
    right: 0;
    top: 50%;
    box-shadow: 0 3px 18px rgb(0 0 0 / 50%);
    transform: translateY(-50%);
    padding-left: 26px;
}
.popup-form-box-wrap h3 {
    font-size: 38px;
    font-weight: 500;
    color: #272727;
    text-transform: uppercase;
    line-height: 58px;
}

.popup-form-box-wrap h3 span {
    color: #ac0226;
    font-size: 74px;
    font-weight: 900;
}

.popup-form-box-wrap p {
    color: #272727;
    font-size: 15;
    text-transform: uppercase;
    font-weight: 600;
}
#regForm .tab2 {
    display: none;
}

.popup-box-wrap .popup-form {
    padding-top: 25px;
}
.banner-frm-row {
    align-items: center;
    width: 100%;
}
.popup-form .side-form-group {
    margin-bottom: 0;
}
.popup-form .side-form-group input {
    height: 52px;
    color: #000;
    font-size: 15px;
    border: 1px solid #cbcbcb;
}
.popup-form button {
    height: 50px;
    border: none;
    background-color: #ac0226;
    color: #fff;
    width: 100%;
    font-size: 19px;
    font-weight: 600;
    margin-left: 1px;
}
.popup-form button:hover {
    background-color: #000;
    color: #fff;
}
.lets-talk h1 a {
    color: #fff;
}

.parralex_box .col-lg-12:nth-child(even) .pros-box {
    margin: auto 0 0 auto;
}


/* whatsApp */

.contact-whatsapp {position: fixed;z-index: 3;bottom: 100px; width: 200px; left: 25px;animation: scrollDownAnimation .5s ease infinite alternate;-webkit-animation: scrollDownAnimation .5s ease infinite alternate;}
.contact-whatsapp img {width: 100%;}

@keyframes scrollDownAnimation {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-10px);
    }
}
@-moz-keyframes scrollDownAnimation {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-10px);
    }
}
@-webkit-keyframes scrollDownAnimation {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-10px);
    }
}
