/* @import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&display=swap); */



@font-face {
    font-family: 'Poppins';
    src: url("assets/fonts/Poppins-Regular.ttf");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Poppins';
    src: url("assets/fonts/Poppins-Light.ttf");
    font-style: normal;
    font-weight: 200;
}

@font-face {
    font-family: 'Poppins';
    src: url("./assets/fonts/Poppins-Bold.ttf");
    font-style: normal;
    font-weight: 700;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
html {
    font-family: "Poppins", sans-serif
}

a,
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0 !important;
    font-family: "Poppins", sans-serif
}

.text-md-left {
    text-align: left
}

.full-width-header .mobile-navbar-menu li:hover>ul>li,
.full-width-header .mobile-navbar-menu ul ul li,
img {
    height: auto
}

.home-6 a,
a:active,
a:hover {
    text-decoration: none
}

body,
html {
    font-size: 15px;
    color: #454545;
    vertical-align: baseline;
    line-height: 1.7;
    font-weight: 400;
    overflow-x: hidden;
    font-family: "Poppins", sans-serif
}

h1,
h2,
h3,
h4 {
    font-weight: 700;
    font-family: "Poppins", sans-serif
}

img {
    max-width: 100%
}

p {
    margin: 0 0 26px;
    line-height: 1.8;
    font-family: "Poppins", sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0a0a0a;
    margin: 0 0 26px;
    font-family: "Poppins", sans-serif
}

h1 {
    font-size: 52px;
    line-height: 62px;
    font-family: "Poppins", sans-serif
}

h2 {
    font-size: 40px;
    line-height: 50px;
    font-family: "Poppins", sans-serif
}

h3 {
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    line-height: 42px
}

h4 {
    font-family: "Poppins", sans-serif;

    font-size: 26px;
    line-height: 36px
}

h5 {
    font-family: "Poppins", sans-serif;

    font-size: 24px;
    line-height: 32px;
    font-weight: 600
}

h6 {
    font-family: "Poppins", sans-serif;

    font-size: 20px
}

h6 {
    font-family: "Poppins", sans-serif;

    line-height: 28px;
    font-weight: 500
}

.text-md-right,
.text-right {
    text-align: right
}

.no-border {
    border: none !important
}

.gray-bg {
    background: #ebebeb
}

.gray-bg2 {
    background: #ededed
}

.gray-bg3 {
    background: #f6f7f9
}

.gray-bg4 {
    background: #f6f6f6
}

.gray-bg5 {
    background: #f9f9f9
}

.gray-bg6 {
    background: #f7f7f7
}

.gray-bg7 {
    background: #fcfcfc
}

.white-color {
    color: #fff !important
}

.title-color {
    color: #0a0a0a !important
}

.body-color {
    color: #454545 !important
}


.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot2,
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot3,
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot4,
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot5,
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot6,
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot7,
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot8,
.home-6 #scrollUp i,
.home-6 .full-width-header .right_menu_togle .canvas-contact .social li a i:hover,
.home-6 .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span,
.home-6 .full-width-header .rs-header.style2 .topbar-area,
.white-bg {
    background: #fff;
}

.home-6 .full-width-header .rs-header .menu-area .main-menu .rs-menu ul li a:hover,
.home-6 .full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item>a,
.home-6 .full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item>a::before {
    color: #e94d65 !important
}

.float,
.float2 {
    color: #fff;
    width: 60px;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 4px 2px 4px #929292;
    z-index: 200;
    position: fixed;
    right: 30px;
    height: 60px
}

.y-bottom {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.y-middle {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

a {
    color: #bb0b0b;
    transition: .3s;
    text-decoration: none !important
}

a:active,
a:hover {
    outline: 0;
    color: #bb0b0b
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

::-moz-selection {
    background: #bb0b0b;
    text-shadow: none;
    color: #fff
}

::selection {
    background: #bb0b0b;
    text-shadow: none;
    color: #fff
}

.bg1 {
    background: url(http://keenqatar.pages.dev/assets/images/bg/about-bg.png) top center/cover no-repeat
}

.bg2 {
    background: url(http://keenqatar.pages.dev/assets/images/bg/ser-bg.png) center center/cover no-repeat
}

.bg3 {
    background: url(http://keenqatar.pages.dev/assets/images/bg/portfolio-bg.png) top center/cover no-repeat
}

.bg4 {
    background-image: url(http://keenqatar.pages.dev/assets/images/bg/team-bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover
}

.bg5,
.bg6 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.bg5 {
    background-image: url(http://keenqatar.pages.dev/assets/images/bg/choose-bg.jpg)
}

.bg6 {
    background-image: url(http://keenqatar.pages.dev/assets/images/bg/testi-bg.png)
}

.bg7 {
    background-color: #ebebeb;
    background-image: url(http://keenqatar.pages.dev/assets/images/bg/blog-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

.bg8 {
    background-image: url(http://keenqatar.pages.dev/assets/images/bg/contact-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover
}

.bg9 {
    background-image: url(http://keenqatar.pages.dev/assets/images/bg/contact-bg-3.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

.bg10 {
    background-image: url(http://keenqatar.pages.dev/assets/images/bg/testi-bg2.jpg);
    background-color: #000;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover
}

.bg11,
.bg12 {
    background-position: top center;
    background-repeat: no-repeat
}

.bg11 {
    background-image: url(http://keenqatar.pages.dev/assets/images/bg/contact-bg-2.jpg);
    background-size: cover
}

.bg12 {
    background-image: url(https://www.bcms.com/wp-content/uploads/2021/09/Blog-Impartial-Advisor-1920x260-1.jpg)
}

.bg13 {
    background-image: url(http://keenqatar.pages.dev/assets/images/bg/cta-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}


.bg19 {
    background-color: #3b94d0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

.bg18,
.bg20 {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.float {
    bottom: 80px;
    background-color: #25d366
}

.float2 {
    bottom: 150px;
    background-color: #16b5ff
}

.float3 {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 220px;
    right: 30px;
    background-color: #fff;
    color: #000;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 4px 2px 4px #929292;
    z-index: 200
}

@media only screen and (max-width:991px) {
    .bottom-float a img {
        height: 45px;
        margin: auto
    }

    .bottom-float-container {
        width: 98%;
        color: #3b94d0;
        text-align: center;
        height: 100px;
        font-size: 10px;
        position: fixed;
        bottom: 0;
        margin-left: 5px;
        margin-right: 5px;
        background-color: #fff;
        border: 2px solid #fff;
        border-radius: 20px 20px 0 0;
        box-shadow: 0 1px 1px rgba(0, 0, 0, .11), 0 2px 2px rgba(0, 0, 0, .11), 0 4px 4px rgba(0, 0, 0, .11), 0 8px 8px rgba(0, 0, 0, .11), 0 16px 16px rgba(0, 0, 0, .11), 0 32px 32px rgba(0, 0, 0, .11), 0 -1px 1px rgba(0, 0, 0, .11), 0 -2px 2px rgba(0, 0, 0, .11), 0 -4px 4px rgba(0, 0, 0, .11);
        z-index: 200
    }
}

@media only screen and (min-width:991px) {
    .bottom-float a img {
        height: 40px;
        margin: auto
    }

    .bottom-float-container {
        width: 45%;
        color: #3b94d0;
        text-align: center;
        height: 100px;
        font-size: 12px;
        left: 0;
        right: 0;
        margin: auto;
        position: fixed;
        bottom: 0;
        border: 2px solid #fff;
        border-radius: 20px 20px 0 0;
        background-color: #fff;
        box-shadow: 0 1px 1px rgba(0, 0, 0, .11), 0 2px 2px rgba(0, 0, 0, .11), 0 4px 4px rgba(0, 0, 0, .11), 0 8px 8px rgba(0, 0, 0, .11), 0 16px 16px rgba(0, 0, 0, .11), 0 32px 32px rgba(0, 0, 0, .11), 0 -1px 1px rgba(0, 0, 0, .11), 0 -2px 2px rgba(0, 0, 0, .11), 0 -4px 4px rgba(0, 0, 0, .11), 0 -8px 8px rgba(0, 0, 0, .11);
        z-index: 200;
        -webkit-animation: .5s fadein;
        -moz-animation: .5s fadein;
        -ms-animation: fadein .5s;
        -o-animation: .5s fadein;
        animation: .5s fadein
    }
}

.bg16,
.bg18,
.sywh-services {
    background-color: #3b94d0
}

@keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-ms-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-o-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.bottom-float {
    margin: auto
}

.bottom-float a p {
    color: #3b5998
}

.sywh-services,
.sywh-services a i {
    color: #fff;
    line-height: 55px;
    cursor: pointer;
    box-shadow: 2px 2px 8px -3px #000;
    text-align: center;
    width: 55px;
    height: 55px
}

.bottom-float div {
    text-align: center;
    margin: 5px
}

.sywh-services {
    right: 25px;
    bottom: 210px;
    z-index: 9999;
    margin-top: 5px;
    position: fixed;
    border: none;
    font-size: 23px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    display: inline-block
}

.sywh-services a {
    display: block;
    position: relative
}

.sywh-services a i {
    background-color: #129bf4;
    margin-bottom: 10px;
    border: none;
    font-size: 28px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px
}

.sywh-services a.email i {
    background-color: #b92b27
}

.sywh-services a.instagram i {
    background-color: #e4405f
}

.sywh-services a.messenger i {
    background-color: #0084ff
}

.sywh-services a.whatsapp i {
    background-color: #25d366
}

.sywh-services a.call i {
    background-color: #f60
}

.bg100 {
    background-image: url(http://keenqatar.pages.dev/assets/images/banner/specific_serivesbg1.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

.bg15 {
    background-image: url(http://keenqatar.pages.dev/assets/images/bg/choose-bg3.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

.bg16 {
    background-repeat: no-repeat;
    background-size: cover
}

.bg17 {
    background-image: url(http://keenqatar.pages.dev/assets/images/bg/team-bg3.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

.bg20 {
    background-image: url(http://keenqatar.pages.dev/assets/images/bg/service-bg4.jpg)
}

.bg21 {
    background-image: url(http://keenqatar.pages.dev/assets/images/bg/about-bg4.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto
}

.bg22,
.bg23,
.bg24,
.bg25,
.bg26 {
    background-repeat: no-repeat;
    background-size: cover
}

.bg22 {
    background-image: url(http://keenqatar.pages.dev/assets/images/bg/testi-bg4.jpg);
    background-position: center center
}

.bg23 {
    background-image: url(http://keenqatar.pages.dev/assets/images/bg/project-single-bg.jpg);
    padding: 40px 0 45px 30px
}

.bg24 {
    background-image: url(http://keenqatar.pages.dev/assets/images/bg/project-single-bg2.jpg);
    padding: 40px 35px
}

.bg25 {
    background-image: url(http://keenqatar.pages.dev/assets/images/bg/count-bg5.jpg)
}

.bg26 {
    background-image: url(http://keenqatar.pages.dev/assets/images/bg/project-bg5.jpg);
    background-position: top center
}

.offwrap {
    cursor: url(http://keenqatar.pages.dev/assets/images/close.png), auto;
    width: 100%;
    left: 100%;
    transition: .8s ease-out;
    position: fixed;
    background: #fff;
    height: 100vh;
    top: 0;
    bottom: 0;
    opacity: .6;
    z-index: 222
}

.readon,
button {
    cursor: pointer
}

body.nav-expanded .offwrap {
    left: 0;
    transition: .8s ease-out
}

.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .sticky .box-layout,
.full-width-header .rs-header.style3 .sticky .box-layout {
    background: unset !important
}

.rs-menu-toggle {
    color: #bb0b0b;
    text-align: right
}

video::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
}

video {
    pointer-events: none;
}

.rs-slider .thumbnail img {
    object-fit: fill;
    width: 100%;
    height: 100%;
}


.full-width-header .right_menu_togle .canvas-contact .social li:last-child,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li:last-child,
.full-width-header .rs-header .topbar-area.style1 .toolbar-sl-share ul li:last-child,
.rs-blog.style2 .blog-item .blog-content p,
.rs-contact.home3-contact-style .icon-box-wraper .icon-box-item .icon-content p,
.rs-footer .bg-wrap .footer-content .widget ul li:last-child,
.rs-footer.style1 .footer-top .footer-social li:last-child,
.rs-footer.style1 .footer-top .widget-desc,
.rs-services.style3 .services-item .services-content .services-txt,
.rs-slider.slider3 .content-part .slider-bottom ul li:last-child,
[class*=" flaticon-"]:after,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class^=flaticon-]:before {
    margin: 0
}

ul.services-list li a {
    display: block;
    border: 1px solid #e8e8e8;
    padding: 16px 18px;
    transition: .5s;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #0a0a0a;
    margin-bottom: 15px
}

ul.services-list li a:before {
    content: "\f113";
    position: absolute;
    right: 12px;
    top: 16px;
    font-family: Flaticon;
    color: #1c1b1b
}

.full-width-header .right_menu_togle .canvas-contact .social li a i:hover,
ul.services-list li a:hover {
    background: #bb0b0b;
    color: #fff
}

.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em a,
.full-width-header .rs-header.style2 .topbar-area.style1 .topbar-contact li a:hover,
.full-width-header .rs-header.style3 .box-layout .row-table .rightbar-menu .expand-btn-inner .search-parent a i:before,
.full-width-header .rs-header.style3 .box-layout .row-table .rightbar-menu .expand-btn-inner .toolbar-sl-share li a i,
.rs-counter.style1.counter-home5-style .counter-area .counter-list .counter-number .prefix,
.rs-counter.style1.counter-home5-style .counter-area .counter-list .counter-number .rs-count,
.rs-footer .bg-wrap .footer-content .about-widget,
.rs-footer.style1 .footer-top .address-widget li .desc,
.rs-footer.style1 .footer-top .address-widget li .desc a,
.rs-services.main-home .services-item .services-text .title a,
.rs-services.style5 .flip-box-inner .flip-box-wrap .back-part .back-front-content .back-title-part .back-title a,
.rs-services.style5 .flip-box-inner:hover .flip-box-wrap .back-part .back-front-content .back-desc-part .back-desc,
.rs-services.style5 .flip-box-inner:hover .flip-box-wrap .back-part .back-front-content .back-title-part .back-title,
.rs-services.style8 .flip-box-inner .flip-box-wrap .back-front .back-front-content .back-title-part .back-title a,
.rs-services.style8 .flip-box-inner:hover .flip-box-wrap .back-front .back-front-content .back-desc-part .back-desc,
.rs-services.style8 .flip-box-inner:hover .flip-box-wrap .back-front .back-front-content .back-title-part .back-title,
ul.services-list li a:hover:before {
    font-family: "Poppins", sans-serif;
    color: #fff
}

.icon-item li {
    display: flex;
    padding-bottom: 10px
}

.full-width-header .right_menu_togle .canvas-contact .social li,
.rs-carousel.nav-style2 .owl-nav .owl-next,
.rs-partner .item a,
.rs-slider.slider3 .content-part .slider-bottom {
    display: inline-block
}

.icon-item li .list-icon i {
    font-size: 14px;
    width: 1.25em
}

.icon-item li .list-text {
    align-self: center;
    padding-left: 5px
}

.icon-item li:last-child {
    padding-bottom: 0
}

.rs-contact.home3-contact-style .icon-box-wraper .icon-box-item .icon-content a {
    color: #454545
}

.full-width-header .mobile-navbar-menu .nav-menu li a:hover,
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em a:hover,
.full-width-header .rs-header .expand-btn-inner ul li>a:hover,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a:hover,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item>a,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a:hover,
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .search-parent a i:hover,
.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu>li.current-menu-item>a,
.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu>li>a:hover,
.full-width-header .rs-header .topbar-area.style1 .toolbar-sl-share ul li a:hover,
.full-width-header .rs-header .topbar-area.style1 .topbar-contact li a:hover,
.full-width-header .rs-header.style2 .expand-btn-inner ul li>a:hover,
.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul li a:hover,
.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul li.current-menu-item>a,
.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.sub-menu li a:hover,
.full-width-header .rs-header.style2.header-home4-style .expand-btn-inner ul li>a:hover,
.full-width-header .rs-header.style2.header-home4-style .menu-area .main-menu .rs-menu ul li a:hover,
.full-width-header .rs-header.style2.header-home4-style .menu-area .main-menu .rs-menu ul li.current-menu-item>a,
.full-width-header .rs-header.style2.header-home4-style .menu-area .main-menu .rs-menu ul.sub-menu li a:hover,
.rs-blog.style2 .blog-item .blog-content .blog-title a:hover,
.rs-carousel.nav-style2 .owl-nav .owl-next:hover i,
.rs-contact.contact-style2 .contact-address .address-item .address-text a:hover,
.rs-contact.faq-style .contact-item .content-text a:hover,
.rs-footer.style1 .footer-top .address-widget li .desc a:hover,
.rs-inner-blog .blog-item .blog-content .blog-title a:hover,
.rs-inner-blog .widget-area .search-widget .search-wrap button:hover,
.rs-services.home-style2 .services-item .services-text .title a:hover,
.rs-services.main-home .services-item .services-text .title a:hover,
.rs-services.main-home.services-style1 .services-item .services-text .title a:hover,
.rs-services.style3 .services-item .services-content .services-title a:hover {
    color: #bb0b0b;
    font-family: "Poppins", sans-serif;
}

.dots {
    list-style: disc;
    margin: 0 0 1.5em 3em
}

.full-width-header,
.full-width-header .mobile-navbar-menu .nav-menu li,
.rs-about.style1 .about-img,
.rs-about.style2,
.rs-carousel.nav-style1,
.rs-carousel.nav-style2,
.rs-inner-blog .blog-item .blog-img,
.rs-inner-blog .widget-area .search-widget .search-wrap,
.rs-services.main-home.services-style1 .services-item,
.rs-slider.slider3,
body .search-modal .search-block form {
    position: relative
}

.full-width-header .rs-header.style3 .sticky .box-layout .row-table .header-logo,
.rs-carousel.nav-style1 .owl-nav {
    display: block
}

.rs-carousel.nav-style1 .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    background: #bb0b0b;
    text-align: center;
    color: #fff;
    transition: .5s .7s;
    opacity: 0;
    visibility: hidden
}

.rs-carousel.nav-style1 .owl-nav .owl-next i:before {
    content: "\f138";
    font-family: Flaticon
}

.rs-carousel.nav-style1 .owl-nav .owl-next {
    right: 30px;
    left: unset
}

.rs-carousel.nav-style1 .owl-nav .owl-next i:before {
    content: "\f137"
}

.rs-carousel.nav-style1:hover .owl-nav .owl-next {
    left: -50px;
    transition-delay: 0s;
    visibility: visible;
    opacity: 1
}

.rs-carousel.nav-style1:hover .owl-nav .owl-next {
    right: -50px;
    left: unset
}

.rs-carousel.nav-style2 .owl-nav {
    display: block;
    position: absolute;
    top: -80px;
    right: 0
}

.rs-carousel.nav-style2 .owl-nav .owl-next i {
    transition: .3s
}

.rs-carousel.nav-style2 .owl-nav .owl-next i:before {
    font-family: Flaticon;
    font-size: 22px
}

.rs-carousel.nav-style2 .owl-nav .owl-next i:before {
    content: "\f133"
}

.rs-carousel .owl-dots {
    text-align: center;
    margin-top: 50px
}

.rs-carousel .owl-dots .owl-dot {
    width: 25px;
    height: 8px;
    display: inline-block;
    margin: 0 6px;
    padding: 3px 0;
    border-radius: 0;
    border: none;
    transition: .3s;
    background: #bb0b0b;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .25)
}

.rs-carousel .owl-dots .owl-dot:hover {
    width: 40px;
    background: #bb0b0b;
    opacity: .5
}

.display-table {
    display: table;
    height: 100%;
    width: 100%
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle
}

.readon {
    color: #fff;
    font-size: 17px;
    line-height: 26px;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
    position: relative;
    transition: .4s;
    z-index: 1;
    background-color: transparent
}

.rs-footer.style1.footer-home4-style .footer-top .footer-social li a i:hover,
.rs-footer.style1.footer-home4-style .footer-top .footer-title:after,
.rs-footer.style1.footer-home4-style .footer-top p input[type=submit],
.rs-services.main-home.services-style1.home-4-style .services-item:after {
    background: #fd4a36;
    font-family: "Poppins", sans-serif;
}

.readon.submit,
.submit-btn {
    border: none;
    position: relative;
    cursor: pointer
}

.readon.blue-slide {
    background-color: #3b94d0;
    color: #fff;
    padding: 17px 35px;
    display: inline-block !important
}

#scrollUp i:hover,
#scrollUp.blue-color i:hover,
.readon.blue-slide:hover {
    opacity: .8
}

.readon.submit {
    background-color: #bb0b0b;
    padding: 18px 35px;
    transition: .4s cubic-bezier(.215, .61, .355, 1);
    display: block;
    z-index: 2;
    border: 0px solid white;
    border-radius: 10px;
}

.readon.submit:hover {
    color: #fff;
    opacity: .99
}

.readon.submit.blue-small {
    background-color: #3b94d0;
    padding: 17px 30px;
    font-size: 16px;
    border: 0px solid white;
    border-radius: 10px;
}

.readon.post {
    padding: 14px 25px;
    border-radius: 0;
    line-height: normal;
    font-size: 14px;
    font-weight: 500;
    background: #bb0b0b;
    border: none
}

.readon.view-more {
    padding: 7px 8px;
    font-size: 10px;
    font-weight: 500;
    color: #111;
    background-color: #fff;
    border-radius: 5px;
}

.readon.view-more.small {
    padding: 7px 25px;
    border-radius: 4px
}

.readon2 {
    padding: 12px 35px 10px;
    border-radius: 30px;
    color: #fff !important;
    position: relative;
    display: inline-flex;
    align-items: center;
    background: #e94d65;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    outline: 0;
    transition: .3s !important
}

.blog-button a,
.sub-text,
.submit-btn {
    display: inline-block
}

.readon2:hover div:after {
    right: 1px
}

.readon2:hover {
    color: #fff;
    background: #043d72
}

.readon2:hover div:before {
    right: -20px
}

.left-line-v {
    position: relative;
    padding-left: 20px
}

.blog-button a {
    text-align: center;
    color: #bb0b0b;
    padding-right: 25px;
    position: relative;
    z-index: 1;
    font-weight: 700;
    font-size: 15px
}

body .search-modal {
    padding: 0 !important
}

.blog-button a:after {
    content: "\f114";
    position: absolute;
    font-family: flaticon;
    font-size: 15px;
    top: 1px;
    right: 0;
    opacity: 1;
    transition: .3s
}

.blog-button a:hover:after {
    right: -5px;
    opacity: 1
}

.blog-button.services a {
    font-size: 16px;
    font-weight: 600;
    color: #bb0b0b;
    padding-right: 12px
}

.blog-button.services a:after {
    content: "\f113";
    position: absolute;
    font-family: flaticon;
    font-size: 10px;
    top: 1px;
    right: 0;
    opacity: 1;
    transition: .3s;
    color: #bb0b0b
}

.blog-button.services a:hover:after {
    right: -2px;
    opacity: 1;
    transform: unset
}

.submit-btn {
    box-shadow: 0 28px 50px 0 rgba(0, 0, 0, .05);
    outline: 0;
    padding: 18px;
    border-radius: 3px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: #4caf50;
    transition: .3s;
    overflow: hidden;
    width: 100%
}

.rs-contact.home3-contact-style .contact-wrap input[type=submit]:hover,
.rs-contact.main-home .contact-wrap input[type=submit]:hover,
.rs-contact.main-home.home5-contact-style input[type=submit]:hover,
.rs-footer.style1 .footer-top p input[type=submit]:hover,
.submit-btn:hover {
    opacity: .9
}

.sec-title .sub-text,
.sub-text {
    font-size: 15px;
    line-height: 28px;
    font-weight: 600;
    margin: 0 0 10px;
    font-family: "Poppins", sans-serif;
}

.sub-text {
    color: #bb0b0b;
    text-transform: uppercase
}

.desc {
    font-weight: 500
}

.sec-title .sub-text {
    color: #191821;
    text-transform: capitalize;
    display: block
}


.sec-title .title,
.sec-title .title2 {
    line-height: 46px;
    font-weight: 700;
    margin: 0;
    padding-top: 28px;
    position: relative;
    font-family: "Poppins", sans-serif;
}

.sec-title .sub-text.small {
    font-size: 15px;
    color: #3b94d0;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}

.sec-title .title {
    font-size: 36px;
    color: #0a0a0a;
    font-family: "Poppins", sans-serif;
}

.sec-title .title2 {
    font-size: 24px;
    color: #0a0a0a;
    font-family: "Poppins", sans-serif;
}

.sec-title h2 {
    font-size: 28px;
    color: #3b94d0;
    font-family: "Poppins", sans-serif;
}

.sec-title h4 {
    font-size: 28px;
    color: #3b94d0;
    font-family: "Poppins", sans-serif;
}

.sec-title h3 {
    font-size: 28px;
    color: #3b94d0;
    font-family: "Poppins", sans-serif;
}

.sec-title h5 {
    font-size: 28px;
    color: #3b94d0;
    font-family: "Poppins", sans-serif;
}

.sec-title .title span {
    font-style: oblique;
    color: #bb0b0b;
    font-family: "Poppins", sans-serif;
}

.sec-title .title span.new-text {
    font-style: unset;
    font-family: "Poppins", sans-serif;
}

.sec-title .title:after {
    content: "";
    position: absolute;
    border: 0;
    width: 65px;
    height: 5px;
    background: #bb0b0b;
    z-index: 1;
    margin-left: 0;
    left: 0;
    top: 0
}

.sec-title .title.title2:after {
    left: 50%;
    transform: translateX(-50%)
}

.sec-title .title.title2.contact {
    max-width: 530px;
    margin: 0 auto;
    color: #fff
}

.rs-partner .owl-carousel,
.sec-title .title.title3 {
    padding-top: 0
}

.full-width-header .mobile-menu,
.full-width-header .rs-header .menu-area .logo-area a .sticky-logo,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li.menu-item-has-children a:before,
.full-width-header .rs-header.header-home5-style .expand-btn-inner ul .humburger,
.full-width-header .rs-header.style2.header-home4-style .expand-btn-inner ul .humburger,
.full-width-header .rs-header.style3 .box-layout .row-table .header-logo,
.full-width-header .rs-header.style3 .box-layout .row-table .rightbar-menu .expand-btn-inner .humburger,
.full-width-header .rs-header.style3 .sticky .box-layout .row-table .rightbar-menu .expand-btn-inner .toolbar-sl-share,
.rs-counter.style1.counter-home5-style .counter-area .content-part .title:before,
.sec-title .title.title3:after {
    font-family: "Poppins", sans-serif;
    display: none
}

.sec-title .title.title3.small {
    font-size: 28px;
    font-family: "Poppins", sans-serif;
}

.sec-title .title.title4 {
    font-size: 28px;
    line-height: 36px;
    font-family: "Poppins", sans-serif;
}

.sec-title .title-inner .title-small {
    font-size: 17px;
    line-height: 26px;
    font-weight: 600;
    margin: 0 0 6px;
    color: #0a0a0a;
    font-family: "Poppins", sans-serif;

}

.full-width-header .rs-header {
    position: relative;
    margin: auto
}

.full-width-header .rs-header .topbar-area.style1 {
    background: 0 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.full-width-header .rs-header .topbar-area.style1 .topbar-contact li {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    line-height: 50px;
    font-weight: 500;
    border-right: 1px solid rgba(255, 255, 255, .2);
    margin-right: 20px;
    padding-right: 20px;
    font-family: "Poppins", sans-serif;
}

.full-width-header .rs-header .topbar-area.style1 .topbar-contact li i {
    margin-right: 5px
}

.full-width-header .rs-header .topbar-area.style1 .topbar-contact li i:before {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

.full-width-header .rs-header .topbar-area.style1 .topbar-contact li a {
    color: #fff;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
}

.full-width-header .rs-header .topbar-area.style1 .topbar-contact li:last-child {
    margin: 0;
    border: none
}

.full-width-header .rs-header .topbar-area.style1 .toolbar-sl-share ul li {
    display: inline-block;
    font-size: 14px;
    line-height: 50px;
    margin-right: 12px
}

.full-width-header .rs-header .topbar-area.style1 .toolbar-sl-share ul li a {
    font-size: 14px;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

.full-width-header .rs-header .topbar-area.style2 {
    background-color: unset !important;
    padding-bottom: 0
}

.full-width-header .rs-header .menu-area .row-table,
.full-width-header .rs-header .topbar-area.style2 .row-table {
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: space-between
}

.full-width-header .rs-header .menu-area .row-table .col-cell.header-logo,
.full-width-header .rs-header .topbar-area.style2 .row-table .header-logo {
    display: flex;
    flex: 1
}

.full-width-header .rs-header .topbar-area.style2 .row-table .header-logo .logo-area a .normal-logo {
    display: block;
    max-height: 70px
}

.full-width-header .rs-header .topbar-area.style2 .row-table .header-logo .logo-area a .sticky-logo {
    display: none;

    max-height: 70px
}

.full-width-header .rs-header .expand-btn-inner,
.full-width-header .rs-header .menu-area .row-table .col-cell,
.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote .rs-address-area {
    margin-right: 100px
}

.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote .rs-address-area .address-list {
    display: inline-block;
    padding-right: 25px;
    padding-left: 25px;
    border-right: 1px solid #eee;
    font-size: 14px
}

.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote .rs-address-area .address-list .info-icon {
    float: left;
    margin-right: 15px;
    line-height: 35px
}

.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote .rs-address-area .address-list .info-icon i:before {
    font-size: 26px;
    color: #3b94d0;

}

.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote .rs-address-area .address-list .info-content {
    float: left;
    text-align: left;
    display: block;
    font-family: "Poppins", sans-serif;
}

.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote .rs-address-area .address-list .info-content .info-title {
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote .rs-address-area .address-list .info-content .info-title a,
.full-width-header .rs-header.style2 .expand-btn-inner ul li>a,
.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.nav-menu li a,
.full-width-header .rs-header.style2.header-home4-style .expand-btn-inner ul li>a,
.full-width-header .rs-header.style3 .sticky .box-layout .row-table .rightbar-menu .expand-btn-inner .search-parent a i:before,
.rs-blog.style2 .blog-item .blog-content .blog-title a,
.rs-blog.style2.home3-blog-style .blog-item .blog-content .blog-title a,
.rs-contact.home3-contact-style .icon-box-wraper .icon-box-item .icon-content .title a,
.rs-inner-blog .blog-item .blog-content .blog-title a,
.rs-services.home-style2 .services-item .services-text .title a,
.rs-services.main-home.services-style1 .services-item .services-text .title a,
.rs-services.style2 .service-wrap .content-part .title a,
.rs-services.style3 .services-item .services-content .services-title a,
.rs-services.style4 .services-item .services-content .title a,

.rs-services.style6 .services-box-area .services-item .services-content .title a {
    font-family: "Poppins", sans-serif;
    color: #0a0a0a
}

.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote .rs-address-area .address-list .info-content .info-des a:hover,
.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote .rs-address-area .address-list .info-content .info-title a:hover,
.full-width-header .rs-header.style3 .sticky .box-layout .row-table .rightbar-menu .expand-btn-inner .search-parent a i:hover,
.rs-blog.style2.home3-blog-style .blog-item .blog-content .blog-meta .date i,
.rs-blog.style2.home3-blog-style .blog-item .blog-content .blog-title a:hover,
.rs-contact.home3-contact-style .icon-box-wraper .icon-box-item .icon-content .title a:hover,
.rs-contact.home3-contact-style .icon-box-wraper .icon-box-item .icon-content a:hover,
.rs-footer.style1.footer-home3-style .footer-top .address-widget li .desc a:hover,
.rs-footer.style1.footer-home3-style .footer-top .address-widget li i,
.rs-services.style2 .service-wrap .content-part .title a:hover,
.rs-services.style4 .services-item .services-content .title a:hover,
.rs-services.style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title a:hover,
.rs-services.style8 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title a:hover {
    color: #3b94d0;

}

/* -----------------------
    03. Header Section CSS
--------------------------*/
.full-width-header {
    position: relative;
}

.full-width-header .rs-header {
    position: relative;
    margin: auto;
}

.full-width-header .rs-header .topbar-area.style1 {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.full-width-header .rs-header .topbar-area.style1 .topbar-contact li {
    display: inline-block;
    color: #ffffff;
    font-size: 13px;
    line-height: 50px;
    font-weight: 500;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    margin-right: 20px;
    padding-right: 20px;

}

.full-width-header .rs-header .topbar-area.style1 .topbar-contact li i {
    margin-right: 5px;
}

.full-width-header .rs-header .topbar-area.style1 .topbar-contact li i:before {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}

.full-width-header .rs-header .topbar-area.style1 .topbar-contact li a {
    color: #ffffff;
    font-size: 14px;
}

.full-width-header .rs-header .topbar-area.style1 .topbar-contact li a:hover {
    color: #bb0b0b;
}

.full-width-header .rs-header .topbar-area.style1 .topbar-contact li:last-child {
    margin: 0;
    border: none;
}

.full-width-header .rs-header .topbar-area.style1 .toolbar-sl-share ul .opening {
    color: #ffffff;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    margin-right: 15px;
    padding-right: 40px;
}

.full-width-header .rs-header .topbar-area.style1 .toolbar-sl-share ul .opening em {
    font-size: 13px;
    font-style: normal;
}

.full-width-header .rs-header .topbar-area.style1 .toolbar-sl-share ul .opening em i {
    margin-right: 8px;
}

.full-width-header .rs-header .topbar-area.style1 .toolbar-sl-share ul .opening em i:before {
    font-size: 13px;
    color: #ffffff;
}

.full-width-header .rs-header .topbar-area.style1 .toolbar-sl-share ul li {
    display: inline-block;
    font-size: 14px;
    line-height: 50px;
    margin-right: 12px;
}

.full-width-header .rs-header .topbar-area.style1 .toolbar-sl-share ul li a {
    font-size: 14px;
    color: #ffffff;
}

.full-width-header .rs-header .topbar-area.style1 .toolbar-sl-share ul li a:hover {
    color: #bb0b0b;
}

.full-width-header .rs-header .topbar-area.style1 .toolbar-sl-share ul li:last-child {
    margin: 0;
}

.full-width-header .rs-header .topbar-area.style2 {
    background-color: unset !important;
    padding-bottom: 0px;
}

.full-width-header .rs-header .topbar-area.style2 .row-table {
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: space-between;
}

.full-width-header .rs-header .topbar-area.style2 .row-table .header-logo {
    display: flex;
    flex: 1;
}

.full-width-header .rs-header .topbar-area.style2 .row-table .header-logo .logo-area a .normal-logo {
    display: block;
    max-height: 70px;
}

.full-width-header .rs-header .topbar-area.style2 .row-table .header-logo .logo-area a .sticky-logo {
    display: none;
    max-height: 70px;
}

.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote .rs-address-area {
    margin-right: 100px;
}

.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote .rs-address-area .address-list {
    display: inline-block;
    padding-right: 25px;
    padding-left: 25px;
    border-right: 1px solid #eee;
    font-size: 14px;
}

.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote .rs-address-area .address-list .info-icon {
    float: left;
    margin-right: 15px;
    line-height: 35px;
}

.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote .rs-address-area .address-list .info-icon i:before {
    font-size: 26px;
    color: #3b94d0;
}

.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote .rs-address-area .address-list .info-content {
    float: left;
    text-align: left;
    display: block;
}

.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote .rs-address-area .address-list .info-content .info-title {
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
}

.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote .rs-address-area .address-list .info-content .info-title a {
    color: #0a0a0a;
}

.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote .rs-address-area .address-list .info-content .info-title a:hover {
    color: #3b94d0;
}

.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote .rs-address-area .address-list .info-content .info-des {
    font-size: 14px;
    color: #595858;
}

.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote .rs-address-area .address-list .info-content .info-des a {
    color: #595858;
}

.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote .rs-address-area .address-list .info-content .info-des a:hover {
    color: #3b94d0;
}

.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote .rs-address-area .address-list:last-child {
    border: none;
}

.full-width-header .rs-header .menu-area {
    transition: all 0.3s ease 0s;
    background: transparent;
}

.full-width-header .rs-header .menu-area .row-table {
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: space-between;
}

.full-width-header .rs-header .menu-area .row-table .col-cell {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.full-width-header .rs-header .menu-area .row-table .col-cell.header-logo {
    display: flex;
    flex: 1;
}

.full-width-header .rs-header .menu-area .logo-area a .sticky-logo {
    display: none;
}

.full-width-header .rs-header .menu-area .logo-area img {
    transition: 0.4s;
    -webkit-transition: 0.4s;
    max-height: 50px;
}

.full-width-header .rs-header .menu-area .logo-area .dark {
    display: none;
}

.full-width-header .rs-header .menu-area .logo-area .light {
    display: inherit;
}

.full-width-header .rs-header .menu-area .rs-menu-area {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.full-width-header .rs-header .menu-area .main-menu {
    position: unset;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
    display: inline-block;
    margin-right: 5px;
    padding: 0;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
    transition: all 0.3s ease;
    font-size: 15px;
    font-weight: 600;
    margin-right: 10px;
    height: 95px;
    line-height: 95px;
    padding: 0;
    color: #ffffff;
    position: relative;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
    color: #bb0b0b;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children>a {
    padding-right: 17px;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children>a:before {
    content: "+";
    position: absolute;
    left: auto;
    right: 0;
    top: 50%;
    text-align: center;
    z-index: 9999;
    font-size: 16px;
    display: block;
    cursor: pointer;
    transform: translateY(-50%);
    font-weight: 400;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children:hover>a:before {
    content: "-";
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item>a {
    color: #bb0b0b;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu {
    background: #ffffff;
    margin: 0;
    padding: 5px 0;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li {
    margin: 0 !important;
    border: none;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
    font-size: 12px;
    color: #101010;
    font-weight: 500;
    height: unset;
    line-height: 10px;
    text-transform: capitalize;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
    color: #bb0b0b;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li.menu-item-has-children a:before {
    display: none;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li:last-child {
    margin: 0;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu.right {
    left: auto;
    right: 100%;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.onepage-menu li.current-menu-item>a {
    color: #bb0b0b;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li a:hover,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.active a,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item>a,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item>a:before {
    color: #bb0b0b !important;
}

.full-width-header .rs-header .menu-area.sticky {
    height: 80px;
    background: #fff;
}

.full-width-header .rs-header .menu-area.sticky .logo-area a .sticky-logo {
    display: block;
    height: 80px;
}

.full-width-header .rs-header .menu-area.sticky .logo-area a .normal-logo {
    display: none;
    height: 80px;
}

.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu>li>a {
    color: #101010;
}

.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu>li>a:hover {
    color: #bb0b0b;
}

.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu>li.current-menu-item>a {
    color: #bb0b0b;
}

.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .rsphone a {
    color: #101010;
}

.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .rsphone a:hover {
    color: #bb0b0b;
}

.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .icon-bar .cart-icon i {
    color: #0a0a0a;
}

.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .search-parent a i {
    color: #101010;
}

.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .search-parent a i:hover {
    color: #bb0b0b;
}

.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .nav-link .nav-expander .bar span {
    background: #101010;
}

.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .nav-link .nav-expander:hover .bar span {
    background: #bb0b0b;
}

.full-width-header .rs-header .expand-btn-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.full-width-header .rs-header .expand-btn-inner ul {
    display: flex;
    align-items: center;
}

.full-width-header .rs-header .expand-btn-inner ul li {
    display: inline-block;
    margin-right: 22px;
}

.full-width-header .rs-header .expand-btn-inner ul li>a {
    color: #ffffff;
    display: inline-block;
    cursor: pointer;
}

.full-width-header .rs-header .expand-btn-inner ul li>a i:before {
    font-size: 18px;
    font-weight: 600;
}

.full-width-header .rs-header .expand-btn-inner ul li>a i.flaticon-shopping-bag-1:before {
    font-weight: normal;
}

.full-width-header .rs-header .expand-btn-inner ul li>a:hover {
    color: #bb0b0b;
}

.full-width-header .rs-header .expand-btn-inner ul li:last-child {
    margin-right: 0;
}

.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar {
    padding: 16px 13px 16px;
    background: transparent;
    max-width: 50px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 2px;
    padding-right: 0;
    margin-right: -4px;
}

.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span {
    height: 5px;
    width: 5px;
    display: block;
    background: #fff;
    border-radius: 50%;
    transition: none;
    list-style: none;
    transition: all 0.3s ease;
    margin: 2px 3px;
}

.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot2,
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot3,
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot4,
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot5,
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot6,
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot7,
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot8 {
    background: #fff;
}

.full-width-header .rs-header.header-transparent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.full-width-header .rs-header.style2 {
    position: static;
}

.full-width-header .rs-header.style2 .topbar-area {
    background-color: #bb0b0b;
}

.full-width-header .rs-header.style2 .topbar-area.style1 .topbar-contact li a:hover {
    color: #fff;
}

.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.nav-menu li a {
    color: #0a0a0a;
}

.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.sub-menu li {
    margin: 0 !important;
    border: none;
}

.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
    color: #bb0b0b;
}

.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul li a:hover,
.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul li.active a,
.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul li.current-menu-item>a {
    color: #bb0b0b;
}

.full-width-header .rs-header.style2 .expand-btn-inner ul li>a {
    color: #0a0a0a;
}

.full-width-header .rs-header.style2 .expand-btn-inner ul li>a:hover {
    color: #bb0b0b;
}

.full-width-header .rs-header.style2 .expand-btn-inner ul li:last-child {
    margin-right: 0;
}

.full-width-header .rs-header.style2.header-home4-style .menu-area .main-menu .rs-menu ul.nav-menu li a {
    color: #0a0a0a;
    height: 80px;
    line-height: 80px;
}

.full-width-header .rs-header.style2.header-home4-style .menu-area .main-menu .rs-menu ul.sub-menu li {
    margin: 0 !important;
    border: none;
}

.full-width-header .rs-header.style2.header-home4-style .menu-area .main-menu .rs-menu ul.sub-menu li a {
    height: unset;
    line-height: unset;
}

.full-width-header .rs-header.style2.header-home4-style .menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
    color: #bb0b0b;
}

.full-width-header .rs-header.style2.header-home4-style .menu-area .main-menu .rs-menu ul li a:hover,
.full-width-header .rs-header.style2.header-home4-style .menu-area .main-menu .rs-menu ul li.active a,
.full-width-header .rs-header.style2.header-home4-style .menu-area .main-menu .rs-menu ul li.current-menu-item>a {
    color: #bb0b0b;
}

.full-width-header .rs-header.style2.header-home4-style .expand-btn-inner ul li>a {
    color: #0a0a0a;
}

.full-width-header .rs-header.style2.header-home4-style .expand-btn-inner ul li>a:hover {
    color: #bb0b0b;
}

.full-width-header .rs-header.style2.header-home4-style .expand-btn-inner ul li:last-child {
    margin-right: 0;
}

.full-width-header .rs-header.style2.header-home4-style .expand-btn-inner ul .humburger {
    display: none;
}





.full-width-header .rs-header.style3 .box-layout .row-table .header-logo {
    display: none;
}

.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .main-menu .rs-menu ul.nav-menu li a {
    color: #ffffff;
    height: 65px;
    line-height: 65px;
}

.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .main-menu .rs-menu ul.nav-menu li a:hover {
    color: #bbb !important;
}

.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .main-menu .rs-menu ul.nav-menu.menu-item-has-children>a {
    padding-right: 17px;
}

.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .main-menu .rs-menu ul.nav-menu.menu-item-has-children>a:before {
    content: "+";
    position: absolute;
    left: auto;
    right: 0;
    top: 50%;
    text-align: center;
    z-index: 9999;
    font-size: 16px;
    display: block;
    cursor: pointer;
    transform: translateY(-50%);
    font-weight: 400;
}

.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .main-menu .rs-menu ul.nav-menu.menu-item-has-children:hover>a:before {
    content: "-";
}

.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .main-menu .rs-menu ul.nav-menu.current-menu-item>a {
    color: #7abf44 !important;
}

.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .main-menu .rs-menu ul.sub-menu li a {
    color: #101010;
    line-height: 20px;
    height: unset;
}

.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .main-menu .rs-menu ul.sub-menu li a:hover {
    color: #3b94d0 !important;
}

.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .main-menu .rs-menu ul li a:hover,
.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .main-menu .rs-menu ul li.active a,
.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .main-menu .rs-menu ul li.current-menu-item>a {
    color: #7abf44 !important;
}

.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .sticky {
    background: transparent;
}

.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .sticky .box-layout {
    background: unset !important;
}

.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .sticky .logo-area a .sticky-logo {
    display: block;
    height: 60px;
}

.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .sticky .logo-area a .normal-logo {
    display: none;
    height: 60px;
}

.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .sticky .main-menu .rs-menu ul.nav-menu>li>a {
    color: #101010 !important;
}

.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .sticky .main-menu .rs-menu ul.nav-menu>li>a:hover {
    color: #3b94d0 !important;
}

.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .sticky .main-menu .rs-menu ul.nav-menu>li.current-menu-item>a {
    color: #7abf44 !important;
}

.full-width-header .rs-header.style3 .box-layout .row-table .rightbar-menu {
    display: flex;
    align-items: center;
}

.full-width-header .rs-header.style3 .box-layout .row-table .rightbar-menu .expand-btn-inner .search-parent {
    margin-right: 24px;
}

.full-width-header .rs-header.style3 .box-layout .row-table .rightbar-menu .expand-btn-inner .search-parent a i:before {
    color: #ffffff;
}

.full-width-header .rs-header.style3 .box-layout .row-table .rightbar-menu .expand-btn-inner .humburger {
    display: none;
}

.full-width-header .rs-header.style3 .box-layout .row-table .rightbar-menu .expand-btn-inner .toolbar-sl-share {
    border-left: 1px solid rgba(255, 255, 255, 0.42);
    padding-left: 22px;
    border-color: #fff;
}

.full-width-header .rs-header.style3 .box-layout .row-table .rightbar-menu .expand-btn-inner .toolbar-sl-share li {
    display: inline-block;
    margin-right: 22px;
}

.full-width-header .rs-header.style3 .box-layout .row-table .rightbar-menu .expand-btn-inner .toolbar-sl-share li a i {
    color: #ffffff;
}

.full-width-header .rs-header.style3 .box-layout .row-table .rightbar-menu .expand-btn-inner .toolbar-sl-share li a i:before {
    font-size: 14px;
}

.full-width-header .rs-header.style3 .box-layout .row-table .rightbar-menu .expand-btn-inner .toolbar-sl-share li a i:hover {
    color: #ccc;
}

.full-width-header .rs-header.style3 .box-layout .row-table .rightbar-menu .expand-btn-inner .toolbar-sl-share li:last-child {
    margin-right: 0;
}

.full-width-header .rs-header.style3 .sticky {
    height: 80px;
    background: transparent;
}

.full-width-header .rs-header.style3 .sticky .box-layout {
    background: unset !important;
}

.full-width-header .rs-header.style3 .sticky .box-layout .row-table .header-logo {

    display: block;
}

.full-width-header .rs-header.style3 .sticky .box-layout .row-table .header-logo .logo-area a img {
    max-height: 60px;
}

.full-width-header .rs-header.style3 .sticky .box-layout .row-table .menu-responsive .main-menu .rs-menu ul.nav-menu li a {
    color: #101010;
}

.full-width-header .rs-header.style3 .sticky .box-layout .row-table .menu-responsive .main-menu .rs-menu ul.nav-menu li a:hover {
    color: #3b94d0 !important;
}

.full-width-header .rs-header.style3 .sticky .box-layout .row-table .menu-responsive .main-menu .rs-menu ul.nav-menu.menu-item-has-children>a {
    padding-right: 17px;
}

.full-width-header .rs-header.style3 .sticky .box-layout .row-table .menu-responsive .main-menu .rs-menu ul.nav-menu.menu-item-has-children:hover>a:before {
    content: "-";
}

.full-width-header .rs-header.style3 .sticky .box-layout .row-table .menu-responsive .main-menu .rs-menu ul.nav-menu.current-menu-item>a {
    color: #bbb !important;
}

.full-width-header .rs-header.style3 .sticky .box-layout .row-table .rightbar-menu {
    display: flex;
    align-items: center;
}

.full-width-header .rs-header.style3 .sticky .box-layout .row-table .rightbar-menu .expand-btn-inner .search-parent {
    margin-right: 24px;
}

.full-width-header .rs-header.style3 .sticky .box-layout .row-table .rightbar-menu .expand-btn-inner .search-parent a i:before {
    color: #0a0a0a;
}

.full-width-header .rs-header.style3 .sticky .box-layout .row-table .rightbar-menu .expand-btn-inner .search-parent a i:hover {
    color: #3b94d0;
}

.full-width-header .rs-header.style3 .sticky .box-layout .row-table .rightbar-menu .expand-btn-inner .toolbar-sl-share {
    display: none;
}

.full-width-header .rs-header.header-home5-style .menu-area {
    padding-top: 10px;
}

.full-width-header .rs-header.header-home5-style .expand-btn-inner ul li>a:hover,
.full-width-header .rs-header.header-home5-style .menu-area .main-menu .rs-menu ul li.active a,
.full-width-header .rs-header.header-home5-style .menu-area .main-menu .rs-menu ul.nav-menu li a:hover,
.full-width-header .rs-header.header-home5-style .menu-area .main-menu .rs-menu ul li.current-menu-item>a:before,
.full-width-header .rs-header.header-home5-style .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item>a {
    color: #4caf50 !important;
}

.full-width-header .rs-header.header-home5-style .menu-area.sticky {
    padding-top: unset;
}

.full-width-header .rs-header.header-home5-style .menu-area.sticky .expand-btn-inner ul .search-parent a i:hover {
    color: #4caf50;
}

.full-width-header .rs-header.header-home5-style .expand-btn-inner ul .humburger {
    display: none;
}

.full-width-header .mobile-menu {
    display: none;
}

.full-width-header .mobile-menu .mobile-logo {
    float: left;
}

.full-width-header .mobile-menu .mobile-logo img {
    max-height: 30px;
}

.full-width-header .mobile-menu .rs-menu-toggle {
    color: #ffffff;
    float: right;
}

.full-width-header .mobile-menu .rs-menu-toggle.primary {
    color: #bb0b0b;
}

.full-width-header .mobile-menu .rs-menu-toggle.secondary {
    color: #191821;
}

.full-width-header .mobile-menu .rs-menu-toggle .nav-dots {
    position: absolute;
    right: 0;
    width: 25px;
    height: 2px;
    background: #fff;
    z-index: 11;
    top: 23px;
}

#menu-button-mobile {
    display: none;
    color: #000;
}

@media only screen and (max-width: 991px) {
    #menu-button-mobile {
        display: block;
    }
}

#nivoSlider {
    width: 100%;
}

#nivoSlider img {
    height: 82vh !important;
}


@media only screen and (max-width: 991px) {

    #nivoSlider,
    #nivoSlider img {
        height: 30vh !important;
        width: 100%;
    }

}

.card-body li,
.rs-about li {
    list-style: disc;
    color: #3b94d0;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
}

.card-body li span {
    font-weight: normal;
    color: #000;
    font-family: "Poppins", sans-serif;
}

.card-body li span,
.rs-about li span {
    font-weight: normal;
    color: #000;
    font-family: "Poppins", sans-serif;
}


.full-width-header .mobile-menu .rs-menu-toggle .dot1,
.full-width-header .mobile-menu .rs-menu-toggle .dot3 {
    width: 15px;
}

.full-width-header .mobile-menu .rs-menu-toggle .dot2 {
    top: 28px;
}

.full-width-header .mobile-menu .rs-menu-toggle .dot3 {
    top: 34px;
}

.full-width-header .mobile-menu .rs-menu-toggle .dot4 {
    top: 40px;
}

.full-width-header .right_menu_togle {
    background: #000000;
    padding: 46px 40px 50px 50px;
    font-size: 1.15em;
    max-width: 480px;
    width: 100%;
    right: -500px;
    z-index: 999999;
    transition: all 0.3s ease;
    position: fixed;
    overflow-y: auto;
}

.full-width-header .right_menu_togle .close-btn {
    overflow: visible;
}

.full-width-header .right_menu_togle .close-btn .nav-close {
    position: absolute;
    top: 25px;
    display: block;
    z-index: 99;
    right: 35px;
    cursor: pointer;
    transition: all .3s ease;
}

.full-width-header .right_menu_togle .close-btn .nav-close .line {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.full-width-header .right_menu_togle .close-btn .nav-close .line span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 2px !important;
    height: 25px !important;
    background: #ffffff;
    border: none !important;
    transition: all 0.3s ease;
}

.full-width-header .right_menu_togle .close-btn .nav-close .line span.line2 {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.full-width-header .right_menu_togle .close-btn:hover .nav-close .line span {
    background: #bb0b0b;
}

.full-width-header .right_menu_togle .canvas-logo {
    padding-left: 0;
    padding-bottom: 25px;
}

.full-width-header .right_menu_togle .canvas-logo img {
    max-height: 28px;
}

.full-width-header .right_menu_togle .offcanvas-text p {
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    margin: 5px 0 45px;
}

.full-width-header .right_menu_togle .canvas-contact {
    padding: 30px 0 0;
}

.full-width-header .right_menu_togle .canvas-contact .address-area .address-list {
    display: flex;
    margin-top: 18px;
}

.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-icon i:before {
    margin: 0 20px 0 0;
    font-size: 25px;
    color: #bb0b0b;
}

.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content .title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 5px;
}

.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em {
    display: block;
    font-style: normal;
    line-height: 22px;
    font-size: 15px;
    color: #ffffff;
}

.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em a {
    color: #ffffff;
}

.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em a:hover {
    color: #bb0b0b;
}

.full-width-header .right_menu_togle .canvas-contact .social {
    margin: 40px 0 0;
}

.full-width-header .right_menu_togle .canvas-contact .social li {
    display: inline-block;
}

.full-width-header .right_menu_togle .canvas-contact .social li a i {
    font-size: 15px;
    color: #fff;
    margin: 0 8px 0 0;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 0px;
}

.full-width-header .right_menu_togle .canvas-contact .social li a i:hover {
    background: #bb0b0b;
    color: #ffffff;
}

.full-width-header .right_menu_togle .canvas-contact .social li:last-child {
    margin: 0;
}

.full-width-header .mobile-navbar-menu .sub-menu {
    display: none;
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    font-size: 11px;
    text-align: left;

}

.full-width-header .mobile-navbar-menu .nav-menu li {
    position: relative;
}

.full-width-header .mobile-navbar-menu .nav-menu li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    display: block;
    color: #fff;
    padding: 8px 0;
    line-height: 18px;
    width: 100%;
}

.full-width-header .mobile-navbar-menu .nav-menu li li a {
    padding-left: 0px;
}

.full-width-header .mobile-navbar-menu .nav-menu li li li a {
    padding-left: 10px;
}

.full-width-header .mobile-navbar-menu span.submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 5px;
    display: block;
    height: 40px;
    width: 40px;
    cursor: pointer;
}

.full-width-header .mobile-navbar-menu span.submenu-button:before,
.full-width-header .mobile-navbar-menu span.submenu-button:after {
    position: absolute;
    top: 24px;
    right: 10px;
    width: 20px;
    height: 1px;
    display: block;
    background: #fff;
    z-index: 2;
    content: '';
    right: 12px;
    width: 12px;
}

.full-width-header .mobile-navbar-menu span.submenu-button:before {
    width: 1px;
    height: 12px;
    right: 17px;
    top: 18px;
}

.full-width-header .mobile-navbar-menu span.submenu-button em {
    display: block;
    position: absolute;
    right: 0;
    border-radius: 4px;
    top: 50%;
    transform: translateY(-50%);
}

.full-width-header .mobile-navbar-menu .hash-has-sub span.submenu-button {
    width: 100%;
    cursor: pointer;
    top: 0;
    height: 50px;
}

.full-width-header .mobile-navbar-menu .submenu-button.submenu-opened:before {
    display: none;
}

.full-width-header .mobile-navbar-menu ul ul li,
.full-width-header .mobile-navbar-menu li:hover>ul>li {
    height: auto;
}

.full-width-header .mobile-navbar-menu ul.nav-menu>li:first-child>span.submenu-button:after {
    top: 19px;
}

.full-width-header .mobile-navbar-menu ul.nav-menu>li:first-child>span.submenu-button:before {
    top: 13px;
}

.full-width-header .mobile-navbar-menu .nav-menu li.active-menu a,
.full-width-header .mobile-navbar-menu .nav-menu li a:hover {
    color: #3b94d0;
}

body.modal-open {
    padding: 0 !important;
}

body .modal.show .modal-dialog {
    width: 100%;
    max-width: 900px;
}

body .search-modal {
    padding: 0 !important;
    background: #000;
}

body .search-modal .modal-content {
    position: initial;
    border: 0;
    background: unset;
}

body .search-modal .search-block form {
    position: relative;
}

body .search-modal .search-block form input {
    background: none;
    border: none;
    color: #fff;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    outline: none;
    font-size: 35px;
    font-family: "Poppins", sans-serif;
}

body .search-modal .search-block form button {
    background: #000;
    border: none;
    padding: 5px 20px;
    color: #ffffff;
    border-radius: 0 5px 5px 0;
    font-size: 16px;
    position: absolute;
    content: '';
    right: 0;
    top: 11px;
}

body .search-modal .search-block form button i:before {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
}

body .search-modal .search-block ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */

    color: #fff;
    opacity: 1;
    font-family: "Poppins", sans-serif;
}

body .search-modal .search-block ::-moz-placeholder {
    /* Firefox 19+ */

    color: #fff;
    opacity: 0.3;
}

body .search-modal .search-block :-ms-input-placeholder {
    /* IE 10+ */

    color: #fff;
    opacity: 1;
    font-family: "Poppins", sans-serif;
}

body .search-modal .search-block :-moz-placeholder {
    /* Firefox 18- */

    color: #fff;
    opacity: 1;
}

body .search-modal .close {
    position: fixed;
    right: 50px;
    top: 50px;
    background: #ffffff;
    color: #0a0a0a;
    width: 55px;
    height: 55px;
    line-height: 58px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    transition: all .5s ease;
    opacity: unset;
    box-shadow: unset;
    border: none;
}

body .search-modal .close span:before {
    font-size: 14px;
    position: relative;
    top: -2px;
    left: 0px;
    font-weight: 700;
}

body .search-modal .close:hover {
    opacity: 0.8 !important;
}

/*------------------------------------
      04. Sticky Menu CSS
  --------------------------------------*/
.menu-sticky {
    background: #fff;
    margin: 0;
    z-index: 999;
    width: 100%;
    top: 0;
    position: relative;
}

.solidblockmenu {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    overflow: hidden;
    top: 20px;
    position: sticky;
    margin-bottom: 1em;
    border: 1px solid #625e00;
    background: black;
    border-width: 1px 0;
}


.meu-sticky {
    position: absolute;
    right: 0;
    width: 400px;
    /*   background: red; */
}

.meu-sticky .card {
    position: sticky;
    top: calc(100vh - 7rem);
    background: #fff;
    padding: 3rem;
    color: blueviolet;
    text-align: center;
    font-weight: bold;
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    z-index: 999;
    width: 92%;
    transform: translateY(-2em);
    border-radius: 1em;
}

.menu-sticky-bottom {
    background: #fff;
    margin: 0;

    z-index: 999;
    width: 100%;
    bottom: 0;
    position: relative;
}

@-webkit-keyframes sticky-animation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes sticky-animation {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.rs-about.style3 .accordion {

    margin-bottom: 5px;
    margin-top: 5px;
    border-width: 12px
}

.rs-about.style3 .accordion .card {
    margin-bottom: 3px;
    border: 1px solid #fff;
    border-radius: 15px
}

.rs-about.style3 .accordion .card:last-child,
.rs-about.style5 .services li:last-child,
.rs-faq .faq-content .accordion .card:last-child {
    margin-bottom: 0
}


.rs-about.style3 .accordion .card .card-header .card-link {
    color: #1273eb;
    font-weight: 700;
    position: relative;
    padding-left: 44px !important;
    font-family: "Poppins", sans-serif;
}



@media screen and (min-width :991px) {
    .rs-about.style3 .accordion .card .card-header .card-link:after {
        content: "\f078";
        font-family: FontAwesome;
        position: absolute;
        left: 20px;
        color: #3b94d0;
        font-size: 15px;
        font-weight: 200;
        top: 50%;
        transform: translateY(-50%)
    }
}

@media screen and (max-width :991px) {
    .rs-about.style3 .accordion .card .card-header .card-link:after {
        content: "\f078";
        font-family: FontAwesome;
        position: absolute;
        left: 20px;
        color: #3b94d0;
        font-size: 15px;
        font-weight: 200;
        top: 50%;
        transform: translateY(-50%)
    }
}

.rs-about.style3 .accordion .card .card-header .card-link.collapsed.card-link {
    color: #7d7d7d !important
}

.rs-about.style3 .accordion .card .card-header .card-link.collapsed:after {
    content: "\f054";
    font-family: FontAwesome;
    color: #454545
}

.rs-about.style3 .about-content {
    position: relative;
    z-index: 111
}

.rs-about.style4 .about-img {
    position: relative;
    z-index: 11
}

.rs-about.style5 .services li {
    font-weight: 500;
    color: #454545;
    margin-bottom: 18px;
    transition: .3s;
    display: inline-block;
    font-family: "Poppins", sans-serif;
}

.rs-about.style5 .services li i {
    margin-right: 10px
}

.rs-about.style5 .services li i:before {
    color: #043d72;
    font-size: 16px;
    font-weight: 700
}

.rs-about.style5 .services li:hover {
    padding-left: 5px
}

.rs-partner .item {
    text-align: center
}

.rs-contact.contact-style2 .contact-wrap textarea,
.rs-contact.home3-contact-style .contact-wrap textarea,
.rs-contact.main-home .contact-wrap textarea {
    height: 120px;
    font-family: "Poppins", sans-serif;
}

.rs-footer-contact .contact-wrap textarea {
    height: 120px;
    width: 100%;
    font-family: "Poppins", sans-serif;
}

.rs-footer-contact .contact-wrap .from-control {
    padding: 17px;
    color: #fff;
    border: 1px solid #0d0d0d;
    background-color: #fff;
    color: #000000;
    width: 100%;
    max-width: 100%;
    opacity: 1;
    font-family: "Poppins", sans-serif;
}

.home-6 a {
    color: #043d72
}

.rs-slider {
    position: relative;
    overflow: hidden;
    text-align: left
}

.rs-slider.slider3 .desc {
    font-size: 17px;
    color: #0a0a0a;
    max-width: 500px;
    margin: 25px 0 45px;
    font-family: "Poppins", sans-serif;
}

/* .rs-slider.slider3 .sl-subtitle{
    -webkit-animation:1.7s ease-in-out fadeInDown;
    animation:1.7s ease-in-out fadeInDown
}
.rs-slider.slider3 .sl-title{
    -webkit-animation:1.2s ease-in-out fadeInUp;
    animation:1.2s ease-in-out fadeInUp
}
.rs-slider.slider3 .slider-bottom{
    display:block;
    overflow:hidden;
    -webkit-animation:1.8s ease-in-out fadeInUp;
    animation:1.8s ease-in-out fadeInUp
} */
.rs-slider.slider3 .content-part {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

.rs-slider.slider3 .content-part .sl-subtitle {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 12px;
    color: #3b94d0;
    font-family: "Poppins", sans-serif;
}

.rs-slider.slider3 .content-part .sl-title {
    font-size: 80px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 36px;
    font-family: "Poppins", sans-serif;
}

.rs-slider.slider3 .content-part .slider-bottom .readon {
    display: block !important;
    font-size: 15px;
    font-weight: 500;
    padding: 15px 32px;
    font-family: "Poppins", sans-serif;

}

.rs-slider.slider3 .content-part .slider-bottom ul li {
    display: inline-block;
    margin-right: 15px
}

.rs-slider .sl-wrap {
    padding: 50px 0
}



.rs-slider.rs-slider-style3.slider3 .content-part .sl-subtitle {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #3b94d0;
    font-family: "Poppins", sans-serif;

}

.rs-slider.rs-slider-style3.slider3 .content-part .sl-title {
    font-size: 55px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 36px;
    font-family: "Poppins", sans-serif;

}

.rs-slider.rs-slider-style4 {
    position: relative;
    z-index: 2;
    font-family: "Poppins", sans-serif;
}

.rs-slider.rs-slider-style4.slider3 .content-part .sl-subtitle {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #3b94d0;
    margin-bottom: 6px;
    font-family: "Poppins", sans-serif;
}

.rs-slider.rs-slider-style4.slider3 .content-part .sl-title {
    font-size: 80px;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
    margin-bottom: 38px;
    font-family: "Poppins", sans-serif;
}

.rs-slider.rs-slider-style4.slider3 .content-part .slider-bottom {
    display: inline-block;
    overflow: unset;
    position: relative;
    left: -4%
}

.rs-slider.rs-slider-style4.slider3 .content-part .slider-bottom .readon {
    display: block !important;
    font-size: 17px;
    font-weight: 600;
    padding: 17px 42px;
    font-family: "Poppins", sans-serif;
}

.rs-blog.style2.home3-blog-style.home4-blog-style .blog-item .blog-content .blog-meta .date i,
.rs-blog.style2.home3-blog-style.home4-blog-style .blog-item .blog-content .blog-title a:hover,
.rs-footer.style1.footer-home4-style .footer-top .address-widget li .desc a:hover,
.rs-footer.style1.footer-home4-style .footer-top .address-widget li i,
.rs-services.main-home.services-style1.home-4-style .services-item .services-text .title a:hover,
.rs-services.style6 .services-box-area .services-item .services-content .title a:hover {
    color: #fd4a36
}

.rs-slider.style4 .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    font-size: 25px;
    text-align: center;
    color: #fff
}

.rs-slider.style4 .owl-nav .owl-next i:before {
    content: "\f112";
    font-family: Flaticon
}

.rs-slider.style4 .owl-nav .owl-next {
    right: 10px;
    left: unset
}

.rs-slider.style4 .owl-nav .owl-next i:before {
    content: "\f113"
}

.rs-blog.style2 .blog-item .blog-content .blog-meta,
.rs-contact.home3-contact-style .icon-box-wraper .icon-box-item,
.rs-services.home-style2 .services-item,
.rs-services.main-home .services-item {
    display: flex
}

.rs-services.home-style2 .services-item .services-icon img,
.rs-services.main-home .services-item .services-icon img {
    height: 70px;
    width: 70px;
    max-width: unset
}

.rs-services.main-home .services-item .services-text {
    padding: 0 0 0 30px
}

.rs-services.main-home .services-item .services-text .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 13px
}

.rs-services.main-home .services-item .services-text .services-txt {
    color: #f5f5f5;
    margin: 0
}

.rs-services.main-home.services-style1 .services-item .services-text .services-txt {
    color: #454545;
    margin-bottom: 26px
}

.rs-services.main-home.services-style1 .services-item:after {
    display: block;
    width: 47px;
    left: 124px;
    background: #c12a2a;
    content: "";
    height: 4px;
    position: absolute;
    transition: .3s;
    bottom: 0;
    z-index: 9;
    transform: translateX(-50%)
}

.rs-services.home-style2 .services-item .services-text {
    padding: 0 0 0 25px;
    font-family: "Poppins", sans-serif;
}

.rs-services.home-style2 .services-item .services-text .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin: 0 0 6px;
    font-family: "Poppins", sans-serif;
}

.rs-services.home-style2 .services-item .services-text .services-txt {
    margin: 0;
    color: #454545
}

.rs-services.style2 .service-wrap {
    padding: 15px 15px 30px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(0, 0, 0, .07)
}

.rs-services.style2 .service-wrap .image-part {
    overflow: hidden;
    margin-bottom: 20px
}

.rs-services.style2 .service-wrap .image-part img {
    transform: scale(1);
    transition: .9s
}

.rs-services.style2 .service-wrap .content-part {
    padding: 10px 20px 5px
}

.rs-services.style2 .service-wrap .content-part .title {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 10px
}

.rs-blog.style2 .blog-item:hover .image-wrap img,
.rs-services.style2 .service-wrap:hover .image-part img {
    transform: scale(1.1)
}

.rs-services.style2.rs-services-style2 .service-wrap {
    box-shadow: unset
}

.rs-services.style2.rs-services-style2 .service-wrap .image-part img,
.rs-services.style2.rs-services-style2 .service-wrap:hover .image-part img {
    transform: unset
}

.rs-services.style3 .services-item {
    position: relative;
    transition: .5s
}

.rs-services.style3 .services-item .services-icon {
    margin-bottom: 35px
}

.rs-services.style3 .services-item .services-icon img {
    width: 80px;
    height: 80px;
    max-width: unset
}

.rs-services.style3 .services-item .services-content .services-title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 17px
}

.rs-blog.style2 .blog-item:hover,
.rs-services.style3 .services-item:hover {
    transform: translateY(-10px)
}



.rs-services.style4 .services-item .services-icon,
.rs-services.style6 .services-box-area .services-item .services-icon {
    margin-bottom: 17px
}

.rs-services.style4 .services-item .services-icon img,
.rs-services.style6 .services-box-area .services-item .services-icon img {
    width: 54px;
    padding: 8px 0 0
}


.rs-services.style6 .services-box-area .services-item .services-content .title {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 10px
}


.rs-services.style6 .services-box-area .services-item .services-content p {
    font-size: 15px
}

.rs-services.style5 .flip-box-inner {
    position: relative;
    z-index: 1;
    margin: 0;
    backface-visibility: hidden
}

.rs-services.style5 .flip-box-inner .flip-box-wrap {
    position: relative;
    -webkit-transform: translateZ(0);
    perspective: 1e3px
}





.rs-services.style5 .flip-box-inner .flip-box-wrap .back-part,
.rs-services.style8 .flip-box-inner .flip-box-wrap .front-part {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
    text-align: center;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .6s cubic-bezier(.2, .85, .4, 1.275);
    border: 0px solid #3b94d0;
    border-radius: 15px;
}

.rs-services.style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-icon-part,
.rs-services.style8 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-icon-part {
    margin-bottom: 10px
}



.rs-services.style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title,
.rs-services.style8 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px
}

.rs-services.style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-desc-part p {
    color: #444;
    margin: 0
}



.rs-services.style8 .flip-box-inner .flip-box-wrap .back-front,
.rs-services.style8 .flip-box-inner .flip-box-wrap .front-part {
    height: 200px;
    background-position: center;
    background-clip: padding-box;
    background-size: cover;
    background-repeat: no-repeat;
    border: 0px solid #3b94d0;
    border-radius: 15px;
    top: 0;
    left: 0;
    right: 0
}

.rs-services.style5 .flip-box-inner .flip-box-wrap .back-part .back-front-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    border: 0px solid #3b94d0;
    border-radius: 15px;

    transition: .9s
}

.rs-services.style5 .flip-box-inner .flip-box-wrap .back-part .back-front-content .back-btn-part {
    border: 0px solid #3b94d0;
    border-radius: 15px;

}


.rs-services.style5 .flip-box-inner .flip-box-wrap .back-part .back-front-content .back-title-part .back-title,
.rs-services.style8 .flip-box-inner .flip-box-wrap .back-front .back-front-content .back-title-part .back-title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 15px
}

.rs-services.style5 .flip-box-inner .flip-box-wrap .back-part:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -9;
    width: 100%;
    height: 100%;
    background-color: #3b94d0;
    border: 0px solid #3b94d0;
    border-radius: 15px;
    content: ""
}

.rs-services.style5 .flip-box-inner:hover .flip-box-wrap .front-part,
.rs-services.style8 .flip-box-inner:hover .flip-box-wrap .front-part {
    transform: rotateY(180deg)
}

.rs-services.style5 .flip-box-inner:hover .flip-box-wrap .back-part,
.rs-services.style8 .flip-box-inner:hover .flip-box-wrap .back-front {
    transform: rotateY(0);
    z-index: 1
}

.rs-services.style5 .flip-box-inner:hover .flip-box-wrap .back-part .back-front-content {
    right: 0
}

.rs-services.style6 {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: relative;
    margin-top: -140px;
    margin-bottom: 0;
    padding: 0;
    z-index: 2
}

.rs-services.style6 .services-box-area {
    border-style: solid;
    border-width: 0 0 5px;
    border-color: #fd4a36;
    box-shadow: 0 11px 35px 0 #e9d1cf
}

.rs-services.style6 .services-box-area .services-item {
    border-style: dashed;
    border-width: 0 1px 0 0;
    border-color: #fd4A363D;
    margin: 0 8px;
    padding: 40px 35px
}

.rs-services.style7 .services-item .services-icon img {
    height: 50px;
    width: 50px;
    max-width: unset
}

.rs-services.style7 .services-item .services-content {
    padding: 0 20px 0 26px
}

.rs-services.style7 .services-item .services-content .title {
    font-size: 20px;
    line-height: 34px;
    font-weight: 700;
    color: #fff;
    margin: 0
}

.rs-services.style7 .services-item .services-content .services-txt {
    color: #fff;
    margin: 0
}

.rs-services.style8 .flip-box-inner {
    position: relative;
    z-index: 1;
    padding: 0;
    backface-visibility: hidden
}

.rs-services.style8 .flip-box-inner .flip-box-wrap {
    position: relative;
    -webkit-transform: translateZ(0);
    perspective: 1000px
}

.rs-services.style8 .flip-box-inner .flip-box-wrap .front-part {
    position: relative;
    bottom: 0;
    z-index: 10;
    border-style: solid;
    border-width: 0;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    background-color: transparent;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    transition: transform .6s cubic-bezier(.2, .85, .4, 1.275);
    transition: transform .6s cubic-bezier(.2, .85, .4, 1.275), -webkit-transform .6s cubic-bezier(.2, .85, .4, 1.275)
}

.rs-services.style8 .flip-box-inner .flip-box-wrap .front-part .front-content-part {
    background-color: #fff;
    text-align: left;
    padding: 38px;
    margin: 0 6px;
    border-style: solid;
    border-width: 0;
    border-radius: 4px;
    box-shadow: 3px 7px 25px 0 rgba(0, 0, 0, .05)
}

.rs-services.style8 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-desc-part p {
    font-size: 15px;
    color: #444;
    margin-bottom: 0
}

.rs-services.style8 .flip-box-inner .flip-box-wrap .back-front {
    transform: rotateY(-180deg);
    position: absolute;
    z-index: -1;
    padding: 15px;
    margin: 0 6px;
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    background-color: transparent;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transition: -webkit-transform .6s cubic-bezier(.2, .85, .4, 1.275);
    transition: transform .6s cubic-bezier(.2, .85, .4, 1.275);
    transition: transform .6s cubic-bezier(.2, .85, .4, 1.275), -webkit-transform .6s cubic-bezier(.2, .85, .4, 1.275)
}

.rs-services.style8 .flip-box-inner .flip-box-wrap .back-front:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -9;
    width: 100%;
    height: 100%;
    background-color: transparent;
    content: ""
}

.rs-services.style8 .flip-box-inner:hover .flip-box-wrap .back-front:before {
    background-color: transparent;
    background-image: linear-gradient(90deg, #4caf50 0, #4caf50 58%);
    border-radius: 4px
}

.rs-services.style1 {
    margin-top: -120px
}

.rs-services.style1 .service-wrap {
    box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .08);
    z-index: 9;
    position: relative;
    border-radius: 0 100px 0 0
}


/* Specific Services */




.rs-footer.style1 .footer-top .footer-social li {
    display: inline;
    margin-right: 5px
}

.rs-faq .faq-content .accordion {
    border-width: 12px;
    font-family: "Poppins", sans-serif;
}

.rs-faq .faq-content .accordion .card {
    margin-bottom: 15px;
    border: 1px solid #fff;
    border-radius: 15px;
    background-color: #fff;
    font-family: "Poppins", sans-serif;
}

.rs-faq .faq-content .accordion .card .card-header {
    display: flex;
    align-items: center;
    padding: 0 !important;
    border: 1px solid #fff;
    border-radius: 15px;
    background: #fff;
    font-family: "Poppins", sans-serif;
}



.rs-faq .faq-content .accordion .card .card-header .card-link:after {
    border: 1px solid #fff;
    position: absolute;
    font-family: FontAwesome;
    content: "\f078";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-size: 12px;
    color: #000;
    width: 35px;
    height: 35px;
    line-height: 35px
}

.btn-part {
    width: max-content;
    margin: auto;
}

.rs-faq .faq-content .accordion .card .card-header .card-link.collapsed:after {
    border: 1px solid #fff;
    border-radius: 50px;
    color: #000;
    content: "\f054"
}

.rs-faq .faq-content .accordion .card .card-body {
    color: #0a0a0a;
    padding: 0 20px 10px;
    border: 1px solid #fff;
    border-radius: 15px;
    width: 100%;
    background: #fff;
    font-family: "Poppins", sans-serif;
    text-align-last: center;
    text-align: justify;
}

.rs-faq .faq-content .accordion .card .card-body ul {
    text-align-last: left;
    text-align: left;
}

.rs-faq.faq-home-style5 .faq-content .accordion .card .card-header .card-link:after {
    left: 13px;
    font-size: 12px;
    color: #0a0a0a;
    border: 1px solid #fff;
    border-radius: 15px;
    box-shadow: unset;
    background: unset
}

.rs-faq.faq-home-style5 .faq-content .accordion .card .card-header {
    box-shadow: unset;
    border: 1px solid #fff;
    border-radius: 15px;
    font-family: "Poppins", sans-serif;
}

.rs-faq.faq-home-style5 .faq-content .accordion .card .card-header .card-link {
    padding: 22px 36px 30px 60px;
    font-size: 16px;
    font-weight: 600;
    background: #fff;
    box-shadow: unset
}

.rs-faq.faq-home-style5 .faq-content .accordion .card .card-body {
    background: #fff;
    box-shadow: unset;
    font-family: "Poppins", sans-serif;
}

.rs-counter.style1 .counter-border-top {
    border-style: solid;
    border-width: 4px 0 0;
    border-color: #bb0B0B08;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    margin-top: 80px;
    margin-bottom: 0;
    padding: 50px 0 0
}

.rs-counter.style1 .counter-area .counter-list .counter-icon img {
    width: 80px;
    display: inline-block;
    padding-right: 15px
}

.rs-counter.style1 .counter-area .counter-list .counter-number .rs-count {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    color: #0a0a0a
}

.rs-counter.style1 .counter-area .counter-list .counter-number .prefix {
    font-size: 30px;
    font-weight: 500;
    color: #0a0a0a
}

.rs-counter.style1 .counter-area .content-part .title {
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    color: #363636;
    margin: 0 54px 0 0;
    position: relative;
    padding-bottom: 20px
}

.rs-counter.style1.counter-home5-style .counter-area .content-part .title {
    color: #fff;
    margin: unset;
    position: relative;
    padding: 0 0 0 82px
}

.rs-blog.style2 .blog-item .image-wrap,
.rs-blog.style2 .blog-item:hover .image-wrap {
    position: relative;
    overflow: hidden
}

.rs-footer.style1.footer-home5-style .footer-top .footer-social li a i:hover,
.rs-footer.style1.footer-home5-style .footer-top .footer-title:after,
.rs-footer.style1.footer-home5-style .footer-top p input[type=submit] {
    background: #4caf50
}

.rs-blog.style2 .blog-item,
.rs-blog.style2 .blog-item .image-wrap img,
.rs-blog.style2.home3-blog-style .blog-item .image-wrap img {
    transition: .5s
}

.rs-blog.style2 .blog-item .blog-content {
    padding: 40px 24px 40px 42px;
    background: #fff;
    box-shadow: 0 6px 25px #eee
}

.rs-blog.style2 .blog-item .blog-content .blog-meta .date i {
    margin-right: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #bb0b0b
}

.rs-blog.style2 .blog-item .blog-content .blog-meta .date {
    font-size: 14px;
    font-weight: 500
}

.rs-blog.style2 .blog-item .blog-content .blog-title {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin: 0 0 18px
}

.rs-blog.style2.home3-blog-style .blog-item {
    box-shadow: 0 6px 25px rgba(12, 89, 219, .09);
    margin-top: 15px;
    padding: 15px;
    background: #fff
}

.rs-blog.style2.home3-blog-style .blog-item .blog-content {
    padding: 25px 30px 30px;
    box-shadow: unset
}

.rs-inner-blog .blog-item {
    background: #fff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .08);
    padding: 15px;
    transition: .3s
}

.rs-inner-blog .blog-item .blog-content {
    padding: 25px 15px;
    overflow: hidden
}

.rs-inner-blog .blog-item .blog-content .blog-title {
    margin: 4px 0 10px;
    font-size: 26px;
    line-height: 35px;
    font-weight: 700
}

.rs-inner-blog .blog-item .blog-content .blog-desc {
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
    color: #454545;
    margin-bottom: 20px
}

.rs-inner-blog .widget-area .widget-title .title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #0a0a0a;
    position: relative;
    z-index: 1;
    padding-bottom: 12px;
    margin: 0
}

.rs-inner-blog .widget-area .widget-title .title:after {
    content: "";
    position: absolute;
    border: 0;
    width: 50px;
    height: 2px;
    background: #bb0b0b;
    z-index: 1;
    margin-left: 0;
    bottom: 0;
    left: 0
}

.rs-inner-blog .widget-area .search-widget {
    background: #fff;
    padding: 40px 30px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, .07)
}

.rs-inner-blog .widget-area .search-widget .search-wrap [type=search] {
    color: #444;
    padding: 12px 17px;
    width: 100%;
    border: none;
    border-radius: 5px;
    position: relative;
    background: #f6f7f9
}

.rs-inner-blog .widget-area .search-widget .search-wrap button {
    background: 0 0;
    border: none;
    color: #454545;
    padding: 11px 15px 12px;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    z-index: 10;
    font-size: 20px;
    border-radius: 0 5px 5px
}

.rs-inner-blog .widget-area .search-widget .search-wrap button i:before {
    font-weight: 600;
    font-size: 18px
}



.rs-about ul li {
    text-align: justify;
}



.rs-testimonial.style3 .testi-item:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .8)
}

.rs-testimonial.style3 .testi-item .testi-img img {
    width: 70px;
    height: 70px
}

.rs-testimonial.style3 .testi-item p {
    color: #000;
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 0;
    padding: 19px 5px 20px 19px
}

.rs-testimonial.style3 .testi-item .testi-content {
    display: flex;
    align-items: center;
    justify-content: center
}

.rs-testimonial.style3 .testi-item .testi-content .testi-img {
    padding-right: 15px
}

.rs-testimonial.style3 .testi-item .testi-content .testi-img img {
    width: 80px;
    height: 80px;
    border-radius: 50%
}




.rs-testimonial.style4 .testi-item .testi-wrap .image-wrap,
.rs-testimonial.style4 .testi-item .testi-wrap .image-wrap2 {
    justify-content: center;
    display: flex;
    flex-wrap: nowrap
}

.rs-testimonial.style4 .testi-item .testi-wrap .image-wrap img {
    margin: 0 auto 20px;
    height: 85px;
    width: 85px
}

.rs-testimonial.style4 .testi-item .testi-wrap .image-wrap2 img {
    height: 85px;
    width: 100px;
    margin: 0 auto 20px
}



.rs-testimonial.style4 .testi-item .testi-wrap .testi-information .testi-name {
    font-size: 17px;
    font-weight: 600;
    color: #000
}

.rs-testimonial.style4 .testi-item .testi-wrap .testi-information .testi-title {
    color: #000
}

.rs-testimonial.style4.home4-testi-style .testi-item .testi-wrap {
    background-color: #fffFFFB0
}

.rs-contact.faq-style .contact-item .content-text a,
.rs-testimonial.style4.home4-testi-style .testi-item .testi-wrap .item-contents p,
.rs-testimonial.style4.home4-testi-style .testi-item .testi-wrap .testi-information .testi-name,
.rs-testimonial.style4.home4-testi-style .testi-item .testi-wrap .testi-information .testi-title {
    color: #333
}

.rs-testimonial.home5-testi-style .testi-box-style {
    background: #fff;
    box-shadow: 0 6px 25px #eee;
    padding: 20px 43px 57px 58px
}

.rs-testimonial.home5-testi-style .testi-box-style .testi-item .item-content .icon-img {
    top: 36px;
    position: absolute;
    left: 0
}

.rs-testimonial.home5-testi-style .testi-box-style .testi-item .item-content .desc {
    color: #333;
    font-size: 17px;
    font-weight: 500;
    font-style: italic;
    padding: 124px 40px 15px 0
}

.rs-testimonial.home5-testi-style .testi-box-style .testi-item .testi-content {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.rs-testimonial.home5-testi-style .testi-box-style .testi-item .testi-content .image-wrap img {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    position: relative
}

.rs-testimonial.home5-testi-style .testi-box-style .testi-item .testi-content .testi-information .testi-name {
    font-size: 20px;
    font-weight: 500;
    color: #333
}

.rs-testimonial.home5-testi-style .testi-box-style .rs-carousel .owl-dots {
    margin-top: 40px;
    text-align: left
}

.rs-testimonial.style1 .item .testi-img {
    margin-bottom: 30px
}

.rs-testimonial.style1 .item .testi-img img {
    max-width: 80px;
    margin: 0 auto
}

.rs-testimonial.style1 .center .item {
    border-right: 1px solid;
    border-left: 1px solid;
    border-color: #1d507f
}

.rs-partner .item a img {
    max-width: 150px;
    margin: 0 auto;
    height: auto
}

.rs-partner .owl-carousel .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #043d72;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: .3s;
    outline: 0;
    border: none
}

.rs-partner .owl-carousel .owl-nav [class*=owl-] i {
    font-size: 0;
    position: relative
}

.rs-partner .owl-carousel .owl-nav [class*=owl-].owl-next {
    right: 15px
}

.rs-partner .owl-carousel .owl-nav [class*=owl-]:hover {
    background-color: #e94d65
}

.rs-partner .owl-carousel:hover [class*=owl-] {
    opacity: 1 !important;
    visibility: visible !important
}

.rs-partner .owl-carousel:hover [class*=owl-] .owl-next {
    right: -50px
}

.rs-contact.main-home .contact-wrap .from-control {
    padding: 17px;
    color: #fff;
    border: 1px solid #0d0d0d;
    background-color: #0d0d0d;
    width: 100%;
    max-width: 100%;
    opacity: 1
}

.rs-contact.main-home .contact-wrap ::-webkit-input-placeholder {
    color: #fff;
    opacity: 1
}

.rs-contact.main-home .contact-wrap ::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.rs-contact.main-home .contact-wrap :-ms-input-placeholder {
    color: #fff;
    opacity: 1
}

.rs-contact.main-home .contact-wrap :-moz-placeholder {
    color: #fff;
    opacity: 1
}

#scrollUp i,
.rs-footer .bg-wrap .footer-content .about-widget .logo-area a img,
.rs-footer.style1 .footer-top .footer-logo img {
    height: 40px;
}

.menu-area .logo-area {
    display: none;
}

.rs-contact.faq-style .contact-item .content-text .title a {
    color: #14171c
}

.rs-contact.contact-style2 .contact-address .address-item .address-text a {
    color: #444;
    font-weight: 500
}

.rs-contact.main-home.home5-contact-style .contact-wrap .from-control {
    color: #0a0a0a;
    border-color: #f1f1f1;
    background-color: #f1f1f1
}

.rs-contact.main-home.home5-contact-style ::-webkit-input-placeholder {
    color: #454545;
    opacity: .4
}

.rs-contact.main-home.home5-contact-style ::-moz-placeholder {
    color: #454545;
    opacity: .4
}

.rs-contact.main-home.home5-contact-style :-ms-input-placeholder {
    color: #454545;
    opacity: .4
}

.rs-contact.main-home.home5-contact-style :-moz-placeholder {
    color: #454545;
    opacity: .4
}

.rs-contact.contact-style2 .contact-address {
    background-color: #fff;
    padding: 70px 50px 60px 60px
}

.rs-contact.contact-style2 .contact-address .address-item {
    display: flex;
    position: relative;
    align-items: center;
    margin-bottom: 30px
}

.rs-contact.contact-style2 .contact-address .address-item .address-icon img {
    width: 35px;
    height: 35px;
    max-width: unset
}

.rs-contact.contact-style2 .contact-address .address-item .address-text {
    padding-left: 25px;
    color: #444;
    font-weight: 500
}

.rs-contact.contact-style2 .contact-wrap .from-control {
    padding: 17px;
    color: #000;
    border: 1px solid #ebebeb;
    background-color: #f1f1f1;
    width: 100%;
    max-width: 100%;
    opacity: 1
}

.rs-contact.contact-style2 .contact-wrap ::-webkit-input-placeholder {
    color: #454545;
    opacity: .55
}

.rs-contact.contact-style2 .contact-wrap ::-moz-placeholder {
    color: #454545;
    opacity: .55
}

.rs-contact.contact-style2 .contact-wrap :-ms-input-placeholder {
    color: #454545;
    opacity: 1
}

.rs-contact.contact-style2 .contact-wrap :-moz-placeholder {
    color: #454545;
    opacity: .55
}

.rs-contact.faq-style .contact-item {
    padding: 35px;
    background-color: #fff
}

.rs-contact.faq-style .contact-item .contact-icon img {
    width: 64px
}

.rs-contact.faq-style .contact-item .content-text .title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin: 25px 0 5px
}

.rs-contact.faq-style .contact-item .content-text .services-txt {
    color: #333;
    margin: 0
}

.rs-contact.home3-contact-style .contact-wrap {
    padding: 60px 60px 83px;
    border: 1px solid #fff;
    border-radius: 15px 0 0 15px;
    background: #fff
}

.rs-contact.home3-contact-style .contact-wrap .from-control {
    padding: 20px;
    border: 0 solid #fff;
    background-color: #f9f9f9;
    width: 100%;
    max-width: 100%;
    opacity: 1
}

.rs-contact.home3-contact-style .contact-wrap ::-webkit-input-placeholder {
    color: #454545;
    opacity: .55
}

.rs-contact.home3-contact-style .contact-wrap ::-moz-placeholder {
    color: #454545;
    opacity: .55
}

.rs-contact.home3-contact-style .contact-wrap :-ms-input-placeholder {
    color: #454545;
    opacity: .55
}

.rs-contact.home3-contact-style .contact-wrap :-moz-placeholder {
    color: #454545;
    opacity: .55
}

.rs-contact.home3-contact-style .icon-box-wraper {
    background-color: #fff;
    background-position: top left;
    background-size: cover;
    padding: 70px 50px 99px;
    border: 1px solid #fff;
    border-radius: 0 15px 15px 0
}

.rs-contact.home3-contact-style .icon-box-wraper .icon-box-item .icon-box {
    margin-right: 25px
}

.rs-contact.home3-contact-style .icon-box-wraper .icon-box-item .icon-box i {
    background-color: #3b94d0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    display: inline-block
}

.rs-contact.home3-contact-style .icon-box-wraper .icon-box-item .icon-box i:before {
    font-size: 23px
}

.rs-contact.home3-contact-style .icon-box-wraper .icon-box-item .icon-content .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 5px
}

.rs-footer.style1 {
    background: 0 0/cover #121212
}

.rs-footer.style1 .footer-top {
    padding: 50px 0 65px
}

.rs-footer.style1 .footer-top .footer-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0;
    position: relative;
    margin-bottom: 30px;
    text-transform: uppercase;
    padding-bottom: 14px
}


.rs-footer.style1 .footer-top .footer-social li a i {
    padding: 0;
    font-size: 15px;
    margin-right: 3px;
    transition: .8s;
    background: #1c2024;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 0;
    color: #fff;
    text-align: center
}

.rs-footer.style1 .footer-top .footer-social li a i:hover {
    color: #fff;
    background: #bb0b0b
}

.rs-footer.style1 .footer-top .address-widget li {
    padding: 0 0 16px 40px;
    position: relative
}

.rs-footer.style1 .footer-top .address-widget li i {
    color: #bb0b0b;
    position: absolute;
    left: 0
}

.rs-footer.style1 .footer-top .address-widget li i:before {
    font-size: 20px
}

.rs-footer.style1 .footer-top p {
    margin: 30px 0 0;
    position: relative
}

.rs-footer.style1 .footer-top p input[type=email] {
    border: none;
    width: 92%;
    font-size: 13px;
    padding: 20px 60px 20px 20px;
    margin: 0;
    color: #0a0a0a;
    overflow: hidden;
    border-radius: 0;
    background: #fff
}

.rs-footer.style1 .footer-top p input[type=submit] {
    border: none;
    padding: 17px 30px;
    font-size: 14px;
    background: #bb0b0b;
    color: #fff;
    border-radius: 0;
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: 600;
    transition: .5s
}

.rs-footer.style1 .footer-top p ::-webkit-input-placeholder {
    color: #0a0a0a;
    opacity: 1
}

.rs-footer.style1 .footer-top p ::-moz-placeholder {
    color: #0a0a0a;
    opacity: 1
}

.rs-footer.style1 .footer-top p :-ms-input-placeholder {
    color: #0a0a0a;
    opacity: 1
}

.rs-footer.style1 .footer-top p :-moz-placeholder {
    color: #0a0a0a;
    opacity: 1
}

.rs-footer.style1 .footer-bottom {
    padding: 20px 0;
    background: #000
}

.rs-footer.style1 .footer-bottom .copyright p {
    margin: 0;
    color: #fff
}


.home-blue-color .rs-carousel .owl-dots .owl-dot,
.home-blue-color .rs-carousel .owl-dots .owl-dot:hover,
.home-blue-color .search-modal,
.rs-footer.style1.footer-home3-style .footer-top .footer-social li a i:hover,
.rs-footer.style1.footer-home3-style .footer-top .footer-title:after,
.rs-footer.style1.footer-home3-style .footer-top p input[type=submit] {
    background: #3b94d0
}

#scrollUp.blue-color i {
    background: transparent;
}

.rs-footer .bg-wrap {
    border-radius: 70px 0 0
}

.rs-footer .bg-wrap .footer-content .about-widget .logo-area {
    margin-bottom: 26px
}

.rs-footer .bg-wrap .footer-content .about-widget a {
    color: #e2e2e2
}

.rs-footer .bg-wrap .footer-content .about-widget .footer-desc {
    color: #e2e2e2;
    margin-bottom: 12px
}

.rs-footer .bg-wrap .footer-content .widget .widget-title {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 26px
}

.rs-footer .bg-wrap .footer-content .widget ul li {
    margin-bottom: 10px
}

.rs-footer .bg-wrap .footer-content .widget ul li a {
    color: #e2e2e2;
    display: inline-block
}

.rs-footer .bg-wrap .footer-content .widget ul li a:hover {
    color: #e94d65;
    margin-left: 5px
}

.rs-footer .bg-wrap .footer-bottom {
    padding: 23px 0;
    border-top: 1px solid #13487a
}

.rs-footer .bg-wrap .footer-bottom .copyright {
    margin: 0;
    color: #dedede;
    font-size: 14px
}

.bottom-float {
    font-weight: bold;
}

#scrollUp {
    text-align: center;
    bottom: 20px;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 30px;
    z-index: 999;
}

#scrollUp i {
    font-size: 24px;
    width: 42px;
    font-weight: bold;
    color: #3b94d0;
    line-height: 36px;
    transition: .3s;
    margin-left: 2px;
}

.home-blue-color .search-modal .search-block form button {
    background: unset;
    border: none;
    padding: 0 20px;
    right: 0;
    top: 0
}

.home-6 .full-width-header .rs-header .topbar-area.style1 .toolbar-sl-share ul li a:hover {
    opacity: .85;
    color: #fff
}

.pl-30 {
    padding-left: 30px
}

.pr-30 {
    padding-right: 30px
}

#pre-load {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0;
    top: 0;
    z-index: 9999
}

.loader .loader-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border: 5px solid #fff;
    border-radius: 50%
}

.loader .loader-container:before {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border-top: 4px solid #f00c46;
    border-radius: 50%;
    animation: 1.8s ease-in-out infinite loaderspin;
    -webkit-animation: 1.8s ease-in-out infinite loaderspin
}

.loader .loader-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    text-align: center
}

.loader .loader-icon img {
    animation: .9s infinite alternate loaderpulse;
    width: 30px
}

@keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0)
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@-webkit-keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0)
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@keyframes loaderpulse {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.2)
    }
}

@-webkit-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
    }
}

@keyframes move-y {
    0% {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0)
    }

    100% {
        transform: translate3d(0, 10px, 0);
        -webkit-transform: translate3d(0, 10px, 0)
    }
}

.scale {
    animation: 2s infinite alternate scale
}

@keyframes scale {
    0% {
        transform: scale(.8);
        -webkit-transform: scale(.8)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes dance2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0)
    }

    50% {
        -webkit-transform: translate3d(15px, -15px, 0)
    }

    100% {
        -webkit-transform: translate3d(0, -15px, 15px)
    }
}

@keyframes up-down {
    0% {
        transform: translateY(20px);
        -webkit-transform: translateY(0)
    }

    50% {
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px)
    }

    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0)
    }
}

@-webkit-keyframes up-down {
    0% {
        transform: translateY(30px);
        -webkit-transform: translateY(0)
    }

    50% {
        transform: translateY(-50px);
        -webkit-transform: translateY(-50px)
    }

    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0)
    }
}

@keyframes spine {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0)
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes spine {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0)
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@keyframes horizontal {

    0%,
    100% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(100px)
    }
}

@keyframes vertical {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(100px)
    }
}

@keyframes mymove {
    0% {
        transform: rotateY(-50deg)
    }

    100% {
        transform: rotateY(50deg)
    }
}

@keyframes dance_hover {
    16.65% {
        transform: translateY(8px)
    }

    33.3% {
        transform: translateY(-6px)
    }

    49.95% {
        transform: translateY(4px)
    }

    66.6% {
        transform: translateY(-2px)
    }

    83.25% {
        transform: translateY(1px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes start-draw {
    to {
        height: 95%
    }
}

@keyframes rotate-anim {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg)
    }
}

@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
    }
}