    @import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700,800,900&display=swap');
    @import url('https://fonts.googleapis.com/css?family=Playfair+Display:300,400,500,600,700,800,900&display=swap');
    @charset "utf-8";
    /** 
* 
* -----------------------------------------------------------------------------
*
* Template : Konstruk - Construction & Building HTML Template
* Author : devsdesign
  Author URI : http://www.devsdesign.com/
*
* -----------------------------------------------------------------------------
* 
**/
    /* TABLE OF CONTENT
---------------------------------------------------------
01. General CSS
02. Global Class CSS
03. Header Section CSS
04. Sticky Menu CSS
05. About Section CSS
06. Breadcrumbs Section CSS
07. Banner Section CSS
08. Slider Section CSS
09. Choose Section CSS
10. Cta Section CSS
11. Counter Section CSS
12. Contact Section CSS
13. Gallery Section CSS
14. Video Section CSS
15. Progress Section CSS
16. Process Section CSS
17. Project Section CSS
18. Skill-bar Section CSS
19. Services Section CSS
20. Faq Section CSS	
21. Team Section CSS
22. Partner Section CSS
23. Pricing Section CSS
24. Blog Section CSS
25. Testimonial Section CSS
26. Shop Section CSS
27. Single Shop Section CSS
28. Cart Section CSS
29. Careers Single Section CSS
30. Checkout Section CSS
31. Account Section CSS
32. Footer Section CSS
33. Scroll Up CSS
34. Preloader CSS
35. Animation Part CSS

--------------------------------------------------------*/
    /* -----------------------------------
	01. General CSS
-------------------------------------*/
    
    html,
    body {
        font-size: 16px;
        color: #333333;
        font-family: Roboto;
        vertical-align: baseline;
        line-height: 1.7;
        font-weight: 400;
        overflow-x: hidden;
    }
    
    img {
        max-width: 100%;
        height: auto;
    }
    
    p {
        margin: 0 0 26px;
        line-height: 1.8;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: Playfair Display;
        color: #010d14;
        margin: 0 0 26px;
        line-height: 1.2;
    }
    
    h1 {
        font-size: 52px;
        line-height: 62px;
        font-weight: 700;
    }
    
    h2 {
        font-size: 40px;
        line-height: 50px;
        font-weight: 700;
    }
    
    h3 {
        font-size: 28px;
        line-height: 42px;
        font-weight: 700;
    }
    
    h4 {
        font-size: 26px;
        line-height: 36px;
        font-weight: 700;
    }
    
    h5 {
        font-size: 24px;
        line-height: 32px;
        font-weight: 600;
    }
    
    h6 {
        font-size: 20px;
        line-height: 28px;
        font-weight: 500;
    }
    
    .text-md-left {
        text-align: left;
    }
    
    .text-md-right {
        text-align: right;
    }
    
    .text-right {
        text-align: right;
    }
    
    .no-border {
        border: none !important;
    }
    
    .uppercase {
        text-transform: uppercase !important;
    }
    
    .capitalize {
        text-transform: capitalize !important;
    }
    
    .extra-bold {
        font-weight: 800 !important;
    }
    
    .gray-bg {
        background: #e8eaee;
    }
    
    .gray-bg2 {
        background: #eff3fa;
    }
    
    .gray-bg3 {
        background: #f4f8ff;
    }
    
    .gray-bg4 {
        background: #f6f5f3;
    }
    
    .gray-bg5 {
        background: #f8f8f8;
    }
    
    .gray-bg6 {
        background: #f6f7f9;
    }
    
    .black-bg {
        background: #031321;
    }
    
    .black-bg2 {
        background: #010D14;
    }
    
    .blue-bg3 {
        background: #183650;
    }
    
    .blue-bg4 {
        background: #183650F5;
    }
    
    .white-color {
        color: #ffffff !important;
    }
    
    .title-color {
        color: #000000 !important;
    }
    
    .body-color {
        color: #333333 !important;
    }
    
    .white-bg {
        background: #fff;
    }
    
    .pb-205 {
        padding-bottom: 205px;
    }
    
    a {
        color: #F58634;
        transition: all 0.3s ease;
        text-decoration: none !important;
        outline: none !important;
    }
    
    a:active,
    a:hover {
        text-decoration: none;
        outline: 0 none;
        color: #F58634;
    }
    
    ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
    }
    
    .clear {
        clear: both;
    }
    
     ::-moz-selection {
        background: #F58634;
        text-shadow: none;
        color: #ffffff;
    }
    
     ::selection {
        background: #F58634;
        text-shadow: none;
        color: #ffffff;
    }
    
    .bg1 {
        background: url(assets/images/bg/about-bg.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .bg2 {
        background: url(assets/images/bg/counter-bg.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .bg3 {
        background: url(assets/images/bg/contact-bg.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .bg4 {
        background-color: #010D14;
        background: url(assets/images/bg/cta-bg.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .bg5 {
        background-color: #010D14 !important;
        background: url(assets/images/bg/double-sec-bg.png) !important;
        background-position: bottom center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }
    
    .bg6 {
        background: url(assets/images/bg/counter-bg2.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .bg7 {
        background-color: #010D14;
        background: url(assets/images/bg/double-sec-bg.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .bg8 {
        background: url(assets/images/bg/about-bg2.jpg);
        background-position: bottom right;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .bg9 {
        background-color: #010D14;
        background: url(assets/images/bg/cta-bg2.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .bg10 {
        background-color: #000000;
        background: url(assets/images/bg/service-bg.jpg);
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .bg11 {
        background: url(assets/images/bg/team-bg.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .bg12 {
        background-color: #010D14;
        background: url(assets/images/bg/cta-bg3.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .bg13 {
        background-color: #051727;
        background: url(assets/images/bg/service-bg2.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
    
    .bg14 {
        background-color: #031321;
        background: url(assets/images/bg/testi-bg.jpg);
        background-repeat: no-repeat;
    }
    
    .bg15 {
        background: url(assets/images/bg/cta-bg4.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .bg16 {
        background: url(assets/images/bg/process-bg.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .bg17 {
        background-color: #010D14;
        background: url(assets/images/bg/cta-bg6.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .bg18 {
        background: url(assets/images/bg/cta-bg7.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .bg19 {
        background-color: #797979;
        background: url(assets/images/bg/count-bg.jpeg);
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .bg20 {
        background-color: #F8F8F8;
        background: url(assets/images/bg/testi-bg2.jpg);
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .bg21 {
        background-color: #000000;
        background: url(assets/images/bg/contact-bg3.jpg);
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .bg22 {
        background-color: #010D14;
        background: url(assets/images/bg/about-single-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .bg23 {
        background: url(assets/images/bg/konstruk-bg.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .bg24 {
        background: url(assets/images/bg/team-single-bg.jpg);
        background-repeat: no-repeat;
    }
    
    .offwrap {
        cursor: url(assets/images/close.png), auto;
        width: 100%;
        left: 100%;
        transition: all 0.8s ease-out 0s;
        position: fixed;
        background: #fff;
        height: 100vh;
        top: 0;
        bottom: 0;
        opacity: .8;
        z-index: 999;
    }
    
    .copyright p {
        font-size: 15px;
    }
    
    body.nav-expanded .offwrap {
        left: 0%;
        transition: all 0.8s ease-out 0s;
    }
    
    .bg-unset {
        background: unset !important;
    }
    
    .rs-menu-toggle {
        color: #F58634;
        text-align: right;
    }
    
    button {
        cursor: pointer;
    }
    
    .glyph-icon:before {
        margin: 0;
    }
    
    .z-index-1 {
        position: relative;
        z-index: 1;
    }
    
    .dots {
        list-style: disc;
        margin: 0 0 1.5em 3em;
    }
    
    .stylelisting {
        list-style-type: none;
        margin-left: 20px !important;
    }
    
    .stylelisting li {
        position: relative;
        padding-left: 22px !important;
        line-height: 34px;
        border: none !important;
    }
    
    .stylelisting li:before {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        content: "\f054";
        font-family: 'FontAwesome';
        color: #F58634;
        font-size: 12px;
    }
    
    .features-content {
        padding: 115px 150px 95px 100px;
    }
    
    .features-content ul.rs-features-list li {
        margin: 0px 0px 21px 0px;
        display: flex;
        align-items: center;
    }
    
    .features-content ul.rs-features-list li i {
        color: #000000;
        background-color: #F58634;
        padding: 15px 15px 15px 15px;
        margin: 0px 25px 0px 0px;
        border-radius: 50px 50px 50px 50px;
    }
    
    .features-content ul.rs-features-list li .feature-text {
        color: #000000;
        font-weight: 500;
    }
    
    .features-content.red-feature {
        padding: 0px 0px 0px 0px;
    }
    
    .features-content.red-feature ul.rs-features-list li i {
        color: #ffffff;
        background-color: #e8271e;
    }
    
    .features-content.red-feature ul.rs-features-list li .feature-text {
        color: #FAFAFA;
    }
    
    .features-content.red-feature ul.rs-features-list li {
        margin: 0px 0px 28px 0px;
    }
    
    ul.services-list li a {
        display: block;
        padding: 16px 18px;
        transition: all .5s ease;
        position: relative;
        background: #e8eaee;
        color: #010d14;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 15px;
    }
    
    ul.services-list li a:before {
        content: "\f113";
        position: absolute;
        right: 12px;
        top: 16px;
        font-family: Flaticon;
        color: #010d14;
    }
    
    ul.services-list li a:hover {
        background: #F58634;
        color: #010d14;
    }
    
    ul.services-list li a:hover:before {
        color: #010d14;
    }
    
    ul.services-list li a.active {
        background: #F58634;
        color: #010d14;
    }
    
    ul.services-list li a.active:before {
        color: #010d14;
    }
    
    ul.services-item-list li {
        padding-bottom: calc(16px);
    }
    
    ul.services-item-list li span img {
        margin-top: -12px;
    }
    
    ul.services-item-list li .list-text {
        font-size: 18px;
        color: #000000;
        font-family: Roboto, sans-serif;
        padding-left: 6px;
    }
    
    ul.services-item-list li:last-child {
        padding-bottom: 0;
    }
    
    ul.check-lists .list-item {
        padding-bottom: calc(6px);
    }
    
    ul.check-lists .list-item .icon-list-icon i {
        color: #F58634;
        font-size: 18px;
    }
    
    ul.check-lists .list-item .icon-list-icon i:before {
        font-weight: 900;
    }
    
    ul.check-lists .list-item .list-text {
        font-size: 18px;
        line-height: 29px;
        font-weight: 500;
        color: #010d14;
        padding-left: 5px;
    }
    
    ul.check-lists.paste-list-style2 .list-item {
        padding-bottom: calc(9px);
    }
    
    ul.check-lists.paste-list-style2 .list-item .icon-list-icon i {
        color: #70bf4a;
        font-size: 18px;
    }
    
    ul.check-lists.paste-list-style2 .list-item .list-text {
        font-weight: 700;
        padding-left: 8px;
    }
    
    ul.check-lists2 li {
        padding-left: 32px;
        position: relative;
        margin-top: 12px;
        margin-bottom: 15px;
    }
    
    ul.check-lists2 li:before {
        content: "\f160";
        font-size: 8px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        color: #010d14;
        background: #F58634;
        margin: 0;
        display: inline-block;
        font-family: uicons-regular-rounded !important;
        font-weight: 600;
        text-align: center;
        position: absolute;
        left: 0;
        top: 3px;
    }
    
    ul.check-lists3 li {
        padding-left: 35px;
        position: relative;
        margin-top: 12px;
        margin-bottom: 15px;
    }
    
    ul.check-lists3 li:before {
        content: "\f160";
        font-size: 18px;
        color: #F58634;
        margin: 0;
        display: inline-block;
        font-family: uicons-regular-rounded !important;
        font-weight: 600;
        text-align: center;
        position: absolute;
        left: 0;
        top: -2px;
    }
    
    ul.check-lists3.check-single {
        color: #7a7a7a;
    }
    
    input:focus,
    select:focus,
    textarea:focus,
    button:focus {
        outline: none !important;
    }
    
    .pagination-area {
        display: inline-block;
    }
    
    .pagination-area .nav-link {
        display: flex;
        align-items: center;
        padding: 15px 10px 15px 8px;
        border-radius: 0;
        background: #F58634;
    }
    
    .pagination-area .nav-link .page-number {
        padding: 2px 15px 0 20px;
        line-height: 12px;
        font-size: 18px;
        text-decoration: none;
        transition: all 0.4s ease-in-out 0s;
        text-align: center;
        background: 0 0;
        color: #eee;
        display: inline-block;
        vertical-align: top;
        border-right: 1px solid #e6e6e6;
    }
    
    .pagination-area .nav-link .page-number.border-none {
        border-right: unset;
    }
    
    .pagenav-link ul {
        border: 1px solid #f2f2f2;
        border-radius: 3px;
        display: inline-block;
        padding: 0 3px;
    }
    
    .pagenav-link ul li {
        display: inline-block;
        padding: 0 18px;
        margin: 10px 0;
        border-right: 1px solid #E6E6E6;
        color: #F58634;
        font-size: 18px;
    }
    
    .pagenav-link ul li a {
        font-size: 18px;
        font-weight: 500;
        color: #333333;
    }
    
    .pagenav-link ul li a i:before {
        position: relative;
        padding-left: 3px;
        font-family: uicons-regular-rounded !important;
        color: #010d14;
        font-size: 20px;
        top: 5px;
        display: inline-block;
        transition: all 0.3s ease;
    }
    
    .pagenav-link ul li a:hover {
        color: #F58634;
    }
    
    .pagenav-link ul li a:hover i:before {
        color: #F58634;
    }
    
    .pagenav-link ul li:last-child {
        border-right: none;
    }
    
    .gridFilter button {
        background: transparent;
        color: #010d14;
        padding: 5px 20px !important;
        border-radius: 0px 0px 0px 0px;
        font-size: 16px;
        font-weight: 500;
        text-transform: capitalize;
        display: inline-block;
        padding: 0;
        transition: 0.4s;
        outline: none;
        position: relative;
        border: 0;
    }
    
    .gridFilter button.active {
        color: #ffffff;
        background: #0052da;
    }
    
    .gridFilter button:hover {
        color: #ffffff;
        background: #0052da !important;
    }
    
    .gridFilter button+button {
        margin-left: 20px;
    }
    
    .gridFilter.gridfilter-style1 button.active {
        color: #ffffff;
        background: #e88e2e;
    }
    
    .gridFilter.gridfilter-style1 button:hover {
        color: #ffffff;
        background: #e88e2e !important;
    }
    
    .gridFilter.gridfilter-style2 button {
        font-size: 15px;
        padding: 15px 34px 15px 34px !important;
        color: #010d14;
        background: #FFFFFF;
        text-transform: uppercase;
    }
    
    .gridFilter.gridfilter-style2 button.active {
        color: #010d14;
        background: #F58634;
    }
    
    .gridFilter.gridfilter-style2 button:hover {
        color: #010d14;
        background: #F58634 !important;
    }
    
    .gridFilter.gridfilter-style2.yellow-gridfilter button {
        background: #E8EAEE !important;
        padding: 13px 30px 13px 30px !important;
    }
    
    .gridFilter.gridfilter-style2.yellow-gridfilter button.active {
        color: #010d14;
        background: #F58634;
    }
    
    .gridFilter.gridfilter-style2.yellow-gridfilter button:hover {
        color: #010d14;
        background: #F58634 !important;
    }
    
    blockquote {
        margin: 40px 0;
        padding: 30px 40px;
        color: #222;
        position: relative;
        background: #fbfbfb !important;
        font-weight: normal;
        font-style: italic;
        text-align: left;
        clear: both;
        font-weight: 400;
        border-left: 4px solid #F58634;
        border-color: #F58634;
    }
    
    blockquote p {
        font-size: 20px;
        margin: 0;
    }
    
    .rs-carousel.nav-style1 {
        position: relative;
    }
    
    .rs-carousel.nav-style1 .owl-nav {
        display: block;
    }
    
    .rs-carousel.nav-style1 .owl-nav .owl-next,
    .rs-carousel.nav-style1 .owl-nav .owl-prev {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 30px;
        width: 42px;
        height: 42px;
        line-height: 42px;
        border-radius: 50%;
        background: #F58634;
        text-align: center;
        color: #ffffff;
        transition: all 0.5s;
        transition-delay: 0.70s;
        opacity: 0;
        visibility: hidden;
    }
    
    .rs-carousel.nav-style1 .owl-nav .owl-next i:before,
    .rs-carousel.nav-style1 .owl-nav .owl-prev 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,
    .rs-carousel.nav-style1:hover .owl-nav .owl-prev {
        left: -50px;
        transition-delay: 0s;
        visibility: visible;
        opacity: 1;
    }
    
    .rs-carousel.nav-style1:hover .owl-nav .owl-next {
        right: -50px;
        left: unset;
    }
    
    .rs-carousel .owl-dots {
        text-align: center;
        margin-top: 40px;
    }
    
    .rs-carousel .owl-dots .owl-dot {
        width: 14px;
        height: 8px;
        display: inline-block;
        margin: 0 6px;
        padding: 3px 0;
        border: none;
        transition: all 0.3s ease;
        background: #F58634;
        box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
    }
    
    .rs-carousel .owl-dots .owl-dot:hover,
    .rs-carousel .owl-dots .owl-dot.active {
        width: 40px;
        background: #F58634;
        opacity: 1;
    }
    /* no-gutters Class Rules */
    
    .row.no-gutters {
        margin-right: 0;
        margin-left: 0;
    }
    
    .row.no-gutters>[class^="col-"],
    .row.no-gutters>[class*=" col-"] {
        padding-right: 0;
        padding-left: 0;
    }
    /* ------------------------------------
	02. Global Class CSS
---------------------------------------*/
    
    .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;
    }
    
    .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;
    }
    
    .project-item .vertical-middle {
        position: relative;
        z-index: 9;
    }
    
    .vertical-middle {
        display: table;
        height: 100%;
        width: 100%;
    }
    
    .vertical-middle-cell {
        display: table-cell;
        vertical-align: middle;
    }
    
    .readon {
        cursor: pointer;
        display: inline-block;
        position: relative;
        font-size: 17px;
        font-weight: 500;
        line-height: 26px;
        color: #ffffff;
        background: #F58634;
        padding: 16px 35px 16px 35px;
        z-index: 1;
        border-radius: 0px 0px 0px 0px;
        transition: all 0.4s ease-in-out 0s;
        overflow: hidden;
    }
    
    .readon.more {
        background: #F58634;
        padding: 17px 23px 17px 23px;
        color: #010d14;
        font-weight: 500;
        text-transform: uppercase;
    }
    
    .readon.more:hover {
        background-color: #010D14;
        color: #ffffff;
    }
    
    .readon.more.read2 {
        text-transform: capitalize;
        padding: 17px 36px 17px 36px;
    }
    
    .readon.more.know {
        padding: 16px 34px 16px 34px;
    }
    
    .readon.more.discover {
        padding: 15px 37px 15px 37px;
        text-transform: capitalize;
    }
    
    .readon.more.submit {
        padding: 15px 31px 15px 31px;
        color: #010d14;
        border: none;
    }
    
    .readon.more.submit:hover {
        background-color: #010D14;
        color: #ffffff;
    }
    
    .readon.more.submit.submit-new {
        text-transform: capitalize;
    }
    
    .readon.more.submit.sub-con:hover {
        background-color: #ffffff;
        color: #010d14;
    }
    
    .readon.more.submit.submit-red {
        background: #eb003d;
        color: #ffffff;
        text-transform: capitalize;
    }
    
    .readon.more.submit.submit-red:hover {
        background-color: #010d14;
        color: #ffffff;
    }
    
    .readon.more.submit.submit-blue {
        background: #0052da;
        color: #ffffff;
        text-transform: capitalize;
    }
    
    .readon.more.submit.submit-blue:hover {
        background-color: #010d14;
        color: #ffffff;
    }
    
    .readon.more.submit.submit-orange {
        padding: 15px 35px 15px 35px;
        background: #e88e2e;
        color: #ffffff;
        text-transform: capitalize;
        border-radius: 5px;
    }
    
    .readon.more.submit.submit-orange:hover {
        background-color: #010d14;
        color: #ffffff;
    }
    
    .readon.more.submit.submit-tan {
        padding: 15px 35px 15px 35px;
        background: #F58634;
        color: #ffffff;
        text-transform: capitalize;
        border-radius: 5px;
    }
    
    .readon.more.submit.submit-tan:hover {
        background-color: #010d14;
        color: #ffffff;
    }
    
    .readon.more.contact {
        padding: 16px 35px 16px 35px;
    }
    
    .readon.more.contact:hover {
        background-color: #fff;
        color: #010d14;
    }
    
    .readon.more.requset-services {
        padding: 15px 40px 15px 40px;
        background-color: #EB003D;
        color: #ffffff;
        border-radius: 30px 30px 30px 30px;
        text-transform: capitalize;
    }
    
    .readon.more.requset-services:hover {
        background-color: #010D14;
        color: #ffffff;
    }
    
    .readon.more.touch {
        padding: 16px 32px 16px 32px;
    }
    
    .readon.more.touch:hover {
        background-color: #fff;
        color: #010d14;
    }
    
    .readon.more.pricing {
        padding: 15px 35px 15px 35px;
        font-size: 15px;
    }
    
    .readon.more.comment {
        padding: 16px 26px 16px 26px;
        border: none;
    }
    
    .readon.red2-more {
        padding: 17px 23px 17px 23px;
        background-color: #E8271E;
        border-radius: 0px 0px 0px 0px;
        text-transform: uppercase;
    }
    
    .readon.red2-more:hover {
        color: #ffffff;
        background-color: #010D14;
    }
    
    .readon.red2-more.view {
        padding: 15px 39px 15px 39px;
        text-transform: capitalize;
    }
    
    .readon.red2-more.view:hover {
        color: #000000;
        background-color: #FFFFFF;
    }
    
    .readon.red-btn {
        padding: 16px 33px 16px 33px;
        background-color: #EB003D;
        border-radius: 30px 30px 30px 30px;
        text-transform: capitalize;
    }
    
    .readon.red-btn:hover {
        color: #010d14;
        background: #ffffff;
    }
    
    .readon.red-btn.know-radius {
        padding: 15px 37px 15px 37px;
    }
    
    .readon.red-btn.know-radius:hover {
        color: #ffffff;
        background-color: #010D14;
    }
    
    .readon.blue-btn {
        font-size: 16px;
        padding: 14px 35px 14px 35px;
        background-color: #0052DA;
        color: #ffffff;
        border-radius: 0px 0px 0px 0px;
    }
    
    .readon.blue-btn:hover {
        color: #ffffff;
        background: #010d14;
    }
    
    .readon.blue-btn.know-more {
        padding: 14px 43px 14px 43px;
    }
    
    .readon.paste-btn {
        padding: 14px 30px 14px 30px;
        font-size: 16px;
        background-color: #21c0f5;
        color: #ffffff;
        text-transform: uppercase;
    }
    
    .readon.paste-btn:hover {
        border-radius: 5px;
        color: #21c0f5;
        background: #ffffff;
    }
    
    .readon.paste-btn.dismore {
        padding: 14px 39px 14px 39px;
        text-transform: capitalize;
    }
    
    .readon.paste-btn.dismore:hover {
        border-radius: 0px;
        color: #010d14;
        background: #ffffff;
    }
    
    .readon.paste-btn.submit {
        padding: 14px 35px 14px 35px;
        background-color: #21C0F5;
        text-transform: capitalize;
        border: none;
    }
    
    .readon.paste-btn.submit:hover {
        border-radius: 0px;
        color: #010d14;
        background: #ffffff;
    }
    
    .readon.paste-btn.updates {
        padding: 14px 35px 14px 35px;
        text-transform: capitalize;
    }
    
    .readon.paste-btn.updates:hover {
        border-radius: 0px;
        color: #ffffff;
        background: #010d14;
    }
    
    .readon.paste-btn.started:hover {
        border-radius: 0px;
        color: #010d14;
        background: #ffffff;
    }
    
    .readon.orange-btn {
        padding: 14px 30px 14px 30px;
        font-size: 16px;
        background-color: #e88e2e;
        color: #ffffff;
        border-radius: 5px;
    }
    
    .readon.orange-btn:hover {
        color: #ffffff;
        background: #010d14;
    }
    
    .readon.orange-btn.know {
        padding: 14px 40px 14px 40px;
    }
    
    .readon.tan-btn {
        font-weight: 400;
        font-size: 16px;
        border-radius: 3px;
        padding: 15px 35px;
        background-color: #F58634;
        color: #ffffff;
    }
    
    .readon.tan-btn:hover {
        color: #ffffff;
        background-color: #bda290;
    }
    
    .readon.paste-btn2 {
        font-size: 16px;
        font-weight: 700;
        padding: 16px 33px 16px 33px;
        background-color: #70bf4a;
        border-radius: 30px 30px 30px 30px;
        text-transform: capitalize;
    }
    
    .readon.paste-btn2:hover {
        color: #010d14;
        background: #ffffff;
    }
    
    .readon.paste-btn2.know-more {
        font-weight: 500;
        padding: 15px 40px 15px 40px;
        background-color: #70BF4A;
        border-radius: 30px 30px 30px 30px;
    }
    
    .readon.paste-btn2.know-more:hover {
        color: #ffffff;
        background-color: #010d14;
    }
    /*-- Add Button CSS --*/
    
    .add-btn {
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: all 0.4s;
        padding: 8px 33px;
        font-size: 16px;
        font-weight: 500;
        background: #F58634;
        color: #010d14;
        text-transform: uppercase;
        border: none;
    }
    
    .add-btn:hover {
        color: #ffffff;
        background: #010d14;
    }
    
    .add-btn.cart {
        text-transform: capitalize;
    }
    /*-- Services Button CSS --*/
    
    .services-btn .btn-text {
        position: relative;
        display: inline-block;
        color: #010d14;
        transition: all ease .3s;
        padding: 7px 15px 7px 15px;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        background-color: #F58634;
    }
    
    .services-btn .btn-text:hover {
        background-color: #010D14;
        color: #ffffff;
    }
    
    .services-btn.btn-style2 .btn-text {
        padding: 10px 14px 10px 14px;
        font-size: 15px;
        text-transform: capitalize;
    }
    
    .services-btn.btn-style2 .btn-text i {
        transition: all .3s ease;
    }
    
    .services-btn.btn-style2 .btn-text i:before {
        font-weight: 500;
        position: relative;
        padding-left: 3px;
        font-family: uicons-regular-rounded !important;
        color: #010d14;
        font-size: 20px;
        top: 5px;
        display: inline-block;
        transition: all 0.3s ease;
    }
    
    .services-btn.btn-style2 .btn-text:hover {
        background-color: #010D14;
        color: #ffffff;
    }
    
    .services-btn.btn-style2 .btn-text:hover i {
        margin-left: 7px;
    }
    
    .services-btn.btn-style2 .btn-text:hover i:before {
        color: #fff;
    }
    
    .services-btn.btn-style3 .btn-text {
        padding: 7px 13px 7px 13px;
        font-size: 16px;
        font-weight: 400;
        background: #0052da;
        color: #ffffff;
        text-transform: capitalize;
    }
    
    .services-btn.btn-style3 .btn-text i:before {
        transition: all .3s ease;
        font-weight: 500;
        position: relative;
        padding-left: 6px;
        font-family: uicons-regular-rounded !important;
        color: #ffffff;
        font-size: 20px;
        top: 5px;
        display: inline-block;
        transition: all 0.3s ease;
    }
    
    .services-btn.btn-style3 .btn-text:hover i:before {
        transform: translateX(3px);
    }
    
    .services-btn.btn-style4 .btn-text {
        padding: 10px 0px 0px 0px;
        font-size: 15px;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 18px;
        color: #010d14;
        background: transparent;
    }
    
    .services-btn.btn-style4 .btn-text i:before {
        font-weight: 400;
        position: relative;
        padding-left: 6px;
        font-family: uicons-regular-rounded !important;
        color: #010d14;
        font-size: 18px;
        top: 3px;
        display: inline-block;
        transition: all 0.3s ease;
    }
    
    .services-btn.btn-style4 .btn-text:hover i:before {
        transform: translateX(3px);
    }
    
    .services-btn.btn-style4 a i {
        color: #858585;
    }
    
    .services-btn.btn-style4 a i:before {
        font-size: 16px;
    }
    
    .services-btn.btn-style4 a:hover i {
        color: #70bf4a;
    }
    
    .services-btn .learn-text {
        position: relative;
        display: inline-block;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        transition: all ease .4s;
    }
    
    .services-btn .learn-text:after {
        content: "\f113";
        font-family: Flaticon;
        font-size: 9px;
        position: relative;
        right: -1px;
        top: -2px;
        display: inline-block;
        margin-left: 8px;
        transition: all ease .4s;
        color: #fff;
    }
    
    .services-btn .learn-text:hover:after {
        transform: translateX(10px);
    }
    
    .services-btn .red-btn-text {
        padding: 10px 12px 7px 12px;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        border-radius: 40px 40px 40px 40px;
        background-color: #EB003D;
        transition: all ease .3s;
        display: inline-block;
    }
    
    .services-btn .red-btn-text i:before {
        font-size: 16px;
        color: #ffffff;
    }
    
    .services-btn .red-btn-text:hover {
        background: #010d14;
    }
    
    .services-btn .red-btn-text:hover i:before {
        color: #ffffff;
    }
    
    .services-btn .submit-btn {
        position: relative;
        margin: 0;
    }
    
    .services-btn .submit-btn input[type="submit"] {
        position: relative;
        display: inline-block;
        color: #FFFFFF;
        background-color: #EB003D;
        padding: 15px 30px 15px 0;
        transition: all .5s ease;
        font-size: 16px;
        font-weight: 400;
        width: 100%;
        border-radius: 30px 30px 30px 30px;
        border: none;
    }
    
    .services-btn .submit-btn:before {
        position: absolute;
        content: "\f121";
        z-index: 11;
        background: none;
        color: #fff;
        font-size: 24px;
        right: 18%;
        top: 8px;
        font-family: uicons-regular-rounded;
    }
    
    .services-btn .submit-btn:hover input[type="submit"] {
        background-color: #000000;
    }
    /*-- Blog Button CSS --*/
    
    .blog-button {
        display: inline-block;
    }
    
    .blog-button a {
        position: relative;
        display: inline-block;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        background-color: #FFCA46;
        padding: 14px 25px 12px 25px;
        color: #010D14;
        transition: all ease .3s;
    }
    
    .blog-button a:hover {
        color: #ffffff;
        background-color: #010D14;
    }
    
    .blog-button.blog-bnt2 a {
        font-size: 16px;
        text-transform: capitalize;
        background-color: unset;
        padding: 14px 0px 6px 0px;
    }
    
    .blog-button.blog-bnt2 a i:before {
        position: relative;
        color: #010d14;
        font-size: 20px;
        top: 5px;
        transition: all .3s ease;
        display: inline-block;
    }
    
    .blog-button.blog-bnt2 a:hover {
        color: unset;
        background-color: unset;
    }
    
    .blog-button.blog-bnt2 a:hover i:before {
        transform: translateX(8px);
    }
    
    .blog-button.blog-btn3 a {
        color: #ffffff;
        background-color: #EB003D;
        border-radius: 30px 30px 30px 30px;
        padding: 10px 30px 10px 30px;
    }
    
    .blog-button.blog-btn3 a:hover {
        color: #ffffff;
        background-color: #010D14;
    }
    
    .blog-button.blog-btn4 a {
        position: relative;
        display: inline-block;
        padding: 9px 28px 9px 25px;
        background: #e8271e;
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        text-transform: capitalize;
        transition: all ease .4s;
    }
    
    .blog-button.blog-btn4 a:after {
        content: "\f113";
        font-family: Flaticon;
        font-size: 10px;
        position: relative;
        right: 1px;
        top: -1px;
        display: inline-block;
        margin-left: 8px;
        transition: all ease .4s;
        color: #fff;
        font-weight: 700;
    }
    
    .blog-button.blog-btn4 a:hover:after {
        transform: translateX(10px);
    }
    
    .blog-button.blog-btn5 a {
        font-size: 16px;
        padding: 9px 31px 9px 31px;
        text-transform: capitalize;
        color: #ffffff;
        background-color: #0052DA;
    }
    
    .blog-button.blog-btn5 a:hover {
        color: #ffffff;
        background-color: #0052DA;
    }
    
    .blog-button.blog-btn6 a {
        font-size: 16px;
        padding: 9px 31px 9px 31px;
        text-transform: capitalize;
        color: #ffffff;
        background-color: #e88e2e;
    }
    
    .blog-button.blog-btn6 a:hover {
        color: #ffffff;
        background-color: #e88e2e;
    }
    
    .blog-button.blog-btn7 a {
        color: #ffffff;
        background-color: #F58634;
        border-radius: 3px 3px 3px 3px;
        padding: 10px 30px 10px 30px;
        text-transform: capitalize;
    }
    
    .blog-button.blog-btn7 a:hover {
        color: #ffffff;
        background-color: #F58634C4;
    }
    
    .blog-button.inner-btn a {
        background-color: unset;
        padding: 0 20px 0 0;
        font-size: 16px;
        font-weight: 600;
        line-height: 26px;
        text-transform: capitalize;
        color: #010d14;
        z-index: 1;
    }
    
    .blog-button.inner-btn a:before {
        content: "\f121";
        position: absolute;
        font-family: uicons-regular-rounded !important;
        font-size: 19px;
        top: 2px;
        right: -5px;
        opacity: 1;
        transition: all 0.3s;
    }
    
    .blog-button.inner-btn:hover a {
        color: #F58634;
    }
    
    .blog-button.inner-btn:hover a:before {
        right: -10px;
        opacity: 1;
    }
    /*-- Submit Button CSS --*/
    
    .form-button .submit-form {
        margin: 0;
        text-align: center;
    }
    
    .form-button .submit-form .submit {
        position: relative;
        display: inline-block;
        transition: all .5s ease;
        color: #fff;
        top: 18px;
        border: none;
        background-color: #0052DA;
        padding: 12px 51px 12px 51px;
        font-size: 18px;
        font-weight: 500;
        line-height: 32px;
        border-radius: 0px 0px 0px 0px;
        margin: 0px 0px -4px 0px;
    }
    
    .form-button .submit-form .submit:hover {
        background: #010d14;
        color: #ffffff;
    }
    
    .form-button.orange-submit .submit-form .submit {
        border-radius: 5px 5px 5px 5px;
        padding: 12px 51px 12px 51px;
        font-size: 17px;
        color: #E88E2E;
        background-color: #FFFFFF;
        top: 0;
    }
    
    .form-button.orange-submit .submit-form .submit:hover {
        background: #010d14;
        color: #ffffff;
    }
    
    .form-button.paste-submit .submit-form .submit {
        border-radius: 30px 30px 30px 30px;
        padding: 12px 51px 12px 51px;
        font-size: 17px;
        color: #ffffff;
        background-color: #70bf4a;
        top: 0;
        width: 100%;
    }
    
    .form-button.paste-submit .submit-form .submit:hover {
        background: #010d14;
        color: #ffffff;
    }
    
    .submit-btn {
        margin: 0;
        display: block;
        cursor: pointer;
        position: relative;
        transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        border-radius: 3px;
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        z-index: 2;
        border: none;
    }
    
    .submit-btn .arrow-btn {
        position: relative;
        z-index: 9;
    }
    
    .submit-btn .arrow-btn [type="submit"] {
        background-color: #AF0505E0;
        padding: 16px 34px 16px 34px;
        font-size: 16px;
        font-weight: 600;
        border-radius: 5px 5px 5px 5px;
        position: relative;
        z-index: 9;
        border: none;
    }
    
    .submit-btn .arrow-btn:before {
        content: "";
        position: absolute;
        width: 30px;
        height: 30px;
        border-radius: 30px;
        background: #f00;
        right: 15%;
        top: -8px;
        background: #930606;
        transition: 0.4s;
        z-index: 3;
    }
    
    .submit-btn .arrow-btn:hover:before {
        right: 68%;
    }
    
    .submit-btn.debitis {
        background: #F58634;
        padding: 9px 25px;
        display: inline-block;
    }
    
    .submit-btn.debitis input[type="submit"] {
        font-size: 14px;
        font-weight: 500;
        color: #ffffff;
        background: unset;
        border: none;
    }
    
    .address-wrap-item .icon-part {
        display: inline-block;
        position: relative;
        height: 70px;
        width: 70px;
        line-height: 70px;
        border-radius: 100%;
        text-align: center;
        background: #F58634;
    }
    
    .address-wrap-item .icon-part i {
        text-align: center;
        color: #010d14;
        border-radius: 100%;
        font-size: 30px;
        position: relative;
        line-height: 70px;
        z-index: 9;
        width: 100%;
        vertical-align: middle;
        margin-left: 0;
        height: auto;
    }
    
    .address-wrap-item .icon-part:before {
        content: "";
        position: absolute;
        z-index: 0;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        animation: pulse-border 1500ms ease-out infinite;
        background: #F58634;
    }
    
    .address-wrap {
        display: flex;
        align-items: center;
    }
    
    .address-wrap .address-icon {
        display: inline-block;
        position: relative;
        height: 55px;
        width: 55px;
        line-height: 55px;
        border-radius: 100%;
        text-align: center;
        background: #fff;
    }
    
    .address-wrap .address-icon i {
        text-align: center;
        color: #0052da;
        border-radius: 100%;
        font-size: 25px;
        position: relative;
        line-height: 70px;
        z-index: 9;
        width: 100%;
        vertical-align: middle;
        margin-left: 0;
        height: auto;
        line-height: 55px;
    }
    
    .address-wrap .address-icon:before {
        content: "";
        position: absolute;
        z-index: 0;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        animation: pulse-border 1500ms ease-out infinite;
        background: #fff;
    }
    
    .address-wrap .content-txt {
        padding-left: 30px;
    }
    
    .address-wrap .content-txt a {
        font-size: 30px;
        font-weight: 700;
        line-height: 40px;
        color: #FFFFFF;
    }
    
    .address-wrap.videos-icons-style2 .address-icon {
        background: #70bf4a;
        height: 70px;
        width: 70px;
        line-height: 70px;
    }
    
    .address-wrap.videos-icons-style2 .address-icon i {
        color: #ffffff;
    }
    
    .address-wrap.videos-icons-style2 .address-icon:before {
        background: #70bf4a;
    }
    
    .address-wrap.videos-icons-style2 .inner-txt {
        padding-left: 30px;
    }
    
    .address-wrap.videos-icons-style2 .inner-txt .sub-text {
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 3px;
        color: #FFFFFF;
    }
    
    .address-wrap.videos-icons-style2 .inner-txt .title {
        font-family: "Roboto", Sans-serif;
        font-size: 42px;
        font-weight: 700;
        line-height: 52px;
        margin: 0 0 0;
    }
    
    .address-wrap.videos-icons-style2 .inner-txt .title a {
        color: #FFFFFF;
    }
    /*Video Icon*/
    
    .rs-videos .animate-border .popup-border {
        position: absolute;
        transform: translateX(-50%) translateY(-50%);
        box-sizing: content-box;
        display: block;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        line-height: 90px;
        padding: 0;
        margin: 0 auto;
        left: 50%;
        top: 50%;
        z-index: 9;
        text-align: center;
        background-color: #F58634;
    }
    
    .rs-videos .animate-border .popup-border i {
        transition: 0.3s ease all;
        font-size: 30px;
        color: #010d14;
        position: relative;
    }
    
    .rs-videos .animate-border .popup-border:before {
        background-color: #F58634;
        content: "";
        position: absolute;
        z-index: 0;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        animation: pulse-border 1500ms ease-out infinite;
    }
    
    .rs-videos .animate-border .popup-border:after {
        content: "";
        position: absolute;
        z-index: 1;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        transition: all 200ms;
    }
    
    .rs-videos.red-videos .animate-border .popup-border {
        background-color: #eb003d;
    }
    
    .rs-videos.red-videos .animate-border .popup-border i {
        color: #ffffff;
    }
    
    .rs-videos.red-videos .animate-border .popup-border:before {
        background-color: #eb003d;
    }
    
    .rs-videos.blue-videos .animate-border .popup-border {
        background-color: #0052da;
    }
    
    .rs-videos.blue-videos .animate-border .popup-border i {
        color: #ffffff;
    }
    
    .rs-videos.blue-videos .animate-border .popup-border:before {
        background-color: #0052da;
    }
    
    .rs-videos.orange-videos .animate-border .popup-border {
        background-color: #e88e2e;
    }
    
    .rs-videos.orange-videos .animate-border .popup-border i {
        color: #ffffff;
    }
    
    .rs-videos.orange-videos .animate-border .popup-border:before {
        background-color: #e88e2e;
    }
    
    @keyframes zoomBig {
        0% {
            transform: translate(-50%, -50%) scale(0.5);
            opacity: 1;
            border-width: 3px;
        }
        40% {
            opacity: .5;
            border-width: 2px;
        }
        65% {
            border-width: 1px;
        }
        100% {
            transform: translate(-50%, -50%) scale(1);
            opacity: 0;
            border-width: 1px;
        }
    }
    
    @keyframes zoomBig {
        0% {
            transform: translate(-50%, -50%) scale(0.5);
            opacity: 1;
            border-width: 3px;
        }
        40% {
            opacity: .5;
            border-width: 2px;
        }
        65% {
            border-width: 1px;
        }
        100% {
            transform: translate(-50%, -50%) scale(1);
            opacity: 0;
            border-width: 1px;
        }
    }
    
    .margin-remove {
        margin: 0 !important;
    }
    
    .no-gutter {
        margin-left: 0;
        margin-right: 0;
    }
    
    .no-gutter [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }
    
    [class^="flaticon-"]:before,
    [class*=" flaticon-"]:before,
    [class^="flaticon-"]:after,
    [class*=" flaticon-"]:after {
        margin: 0;
    }
    
    .container-fluid {
        padding-left: 100px;
        padding-right: 100px;
    }
    
    .container-fluid2 {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .display-table {
        display: table;
        height: 100%;
        width: 100%;
    }
    
    .display-table-cell {
        display: table-cell;
        vertical-align: middle;
    }
    
    .relative {
        position: relative;
    }
    
    .pt-relative {
        position: relative !important;
    }
    
    .sec-title {
        position: relative;
    }
    
    .sec-title .sub-text {
        font-size: 16px;
        font-weight: 500;
        line-height: 1.3;
        color: #010d14;
        text-transform: uppercase;
        font-family: Roboto;
        margin: 0 0 10px;
        display: block;
    }
    
    .sec-title .sub-text img {
        position: relative;
        top: -2px;
        margin-right: 7px;
    }
    
    .sec-title .sub-text.yellow-color {
        color: #F58634;
    }
    
    .sec-title .sub-text.sub-text2 {
        position: relative;
        padding-left: 65px;
        display: inline-block;
    }
    
    .sec-title .sub-text.sub-text2:after {
        content: "";
        position: absolute;
        border: 0;
        width: 50px;
        height: 2px;
        background: #F58634;
        z-index: 1;
        margin-left: 0;
        left: 0;
        top: 8px;
    }
    
    .sec-title .sub-text.sub-text3 {
        font-size: 15px;
        color: #eb003d;
    }
    
    .sec-title .sub-text.sub-text3 img {
        width: 28px;
    }
    
    .sec-title .sub-text.sub-text4 {
        font-size: 15px;
        color: #e8271e;
    }
    
    .sec-title .sub-text.sub-text5 {
        margin: 0 0 5px;
        color: #0052da;
    }
    
    .sec-title .sub-text.sub-text6 {
        margin: 0 0 5px;
        color: #e88e2e;
    }
    
    .sec-title .sub-text.sub-text7 {
        margin: 0 0 5px;
        color: #F58634;
    }
    
    .sec-title .sub-text.sub-text8 {
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 3px;
        color: #333333;
        margin: 0 0 13px;
    }
    
    .sec-title .sub-text.sub-text8 img {
        width: 14px;
    }
    
    .sec-title .title {
        font-size: 42px;
        font-weight: 700;
        line-height: 53px;
        color: #010d14;
        margin: 0;
    }
    
    .sec-title .title.title2 {
        font-size: 36px;
        line-height: 1.3em;
    }
    
    .sec-title .title.title3 {
        color: #ffffff;
    }
    
    .sec-title .title.title3 span {
        color: #e8271e;
        font-style: italic;
    }
    
    .sec-title .title.title4 {
        position: relative;
        font-size: 42px;
        line-height: 1.3;
        font-weight: 700;
        color: #FFFFFF;
    }
    
    .sec-title .title.title4:before {
        content: "";
        position: absolute;
        border: 0;
        width: 65px;
        height: 5px;
        background: #F58634;
        z-index: 1;
        margin-left: 0;
        left: 0;
        top: -28px;
    }
    
    .sec-title .title.title4.ser-style1 {
        font-size: 42px;
    }
    
    .sec-title .title.title4.ser-style2 {
        font-size: 42px;
        color: #010d14;
    }
    
    .sec-title .title.title4.ser-style2:before {
        margin: 0 auto;
        left: 0;
        right: 0;
    }
    
    .sec-title .title.title4.ser-style2 span {
        color: #F58634;
    }
    
    .sec-title .title.title4.ser-style3 {
        font-size: 35px;
        color: #010d14;
    }
    
    .sec-title .title.title4.ser-style4 {
        font-size: 42px;
        color: #ffffff;
    }
    
    .sec-title .title.title4.ser-style5 {
        font-size: 33px;
        color: #010d14;
    }
    
    .sec-title .small-title {
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
        font-family: "Roboto", Sans-serif;
        margin: 0px 0px 0px 0px;
        color: #010d14;
    }
    
    .sec-title .desc {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        color: #333333;
        margin: 0;
    }
    
    .sec-title .desc.desc2 {
        color: #DADADA;
    }
    
    .sec-title .desc.desc3 {
        color: #ffffff;
    }
    
    .sec-title .desc.desc4 {
        color: #FAFAFA;
    }
    
    .sec-title .desc.desc5 {
        font-size: 18px;
        font-weight: 700;
        color: #333333;
    }
    
    .sec-title .desc.desc6 {
        font-size: 16px;
        font-weight: 400;
        color: #7a7a7a;
    }
    
    .sec-title .desc.desc7 {
        color: #FFFFFFC4;
    }
    
    .sec-title .desc.desc8 {
        color: #F7F7F7;
    }
    
    .sec-title .view-services {
        font-size: 16px;
        line-height: 16px;
        font-weight: 500;
        color: #333333;
        margin: 0;
    }
    
    .sec-title .view-services a {
        margin-left: 8px;
    }
    
    .sec-title .view-services a .btn-text {
        color: #FFFFFF;
        font-size: 12px;
        font-weight: 500;
        text-transform: capitalize;
        line-height: 22px;
        padding: 6px 28px 6px 28px;
        background-color: #0052DA;
        border-radius: 0px 0px 0px 0px;
    }
    
    .sec-title2 {
        position: relative;
    }
    
    .sec-title2 .sub-title {
        font-size: 15px;
        font-weight: 500;
        line-height: 28px;
        text-transform: uppercase;
        color: #F58634;
        display: block;
        margin: 0 0 5px;
    }
    
    .sec-title2 .sub-text {
        font-size: 15px;
        font-weight: 500;
        line-height: 28px;
        text-transform: uppercase;
        color: #F58634;
        margin: 0 0 0px;
        display: block;
        position: relative;
        padding-left: 107px;
    }
    
    .sec-title2 .sub-text:before {
        content: '';
        position: absolute;
        left: 0;
        top: 12px;
        height: 4px;
        width: 12px;
        border-radius: 2px;
        background-color: #F58634;
        transition: all .3s ease;
        z-index: 0;
    }
    
    .sec-title2 .sub-text:after {
        content: "";
        position: absolute;
        border: 0;
        height: 4px;
        width: 55px;
        z-index: 1;
        margin-left: 0;
        left: 24px;
        top: 12px;
        border-radius: 2px;
        background-color: #F58634;
        transition: all .3s ease;
        z-index: 0;
    }
    
    .sec-title2 .title {
        font-size: 42px;
        font-weight: 700;
        line-height: 46px;
        color: #010d14;
        margin: 0;
    }
    
    .sec-title2 .desc-big {
        font-size: 16px;
        font-weight: 500;
    }
    
    .sec-title2 .heading-border-line {
        position: relative;
    }
    
    .sec-title2 .heading-border-line:before {
        content: "";
        width: 12px;
        height: 4px;
        background: #F58634;
        position: absolute;
        bottom: -4px;
        left: 50%;
        margin-left: -35px;
        transform: translateX(-50%);
        border-radius: 2px;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        z-index: 1;
    }
    
    .sec-title2 .heading-border-line:after {
        content: "";
        width: 65px;
        height: 4px;
        background: #F58634;
        position: absolute;
        bottom: -4px;
        right: 0;
        left: 50%;
        margin-left: -20px;
        border-radius: 2px;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        z-index: 0;
    }
    
    .sec-title2 .heading-border-line.left-style {
        position: relative;
        margin-left: 44px;
    }
    
    .sec-title2 .heading-border-line.left-style:before {
        left: 0;
    }
    
    .sec-title2 .heading-border-line.left-style:after {
        left: 0;
    }
    
    .sec-title2:hover .sub-text:before {
        width: 65px;
        background: #F58634;
    }
    
    .sec-title2:hover .sub-text:after {
        margin-left: 46px;
        width: 12px;
        background: #F58634;
    }
    
    .sec-title2:hover .heading-border-line {
        position: relative;
    }
    
    .sec-title2:hover .heading-border-line:before {
        margin-left: -5px;
        width: 65px;
        background: #F58634;
    }
    
    .sec-title2:hover .heading-border-line:after {
        width: 12px;
        margin-left: 35px;
        background: #F58634;
    }
    
    .sec-title3 {
        position: relative;
    }
    
    .sec-title3 .sub-title {
        font-size: 15px;
        font-weight: 500;
        line-height: 28px;
        text-transform: uppercase;
        color: #21c0f5;
        display: block;
        margin: 0 0 5px;
    }
    
    .sec-title3 .sub-text {
        font-size: 15px;
        font-weight: 500;
        line-height: 28px;
        text-transform: uppercase;
        color: #21c0f5;
        margin: 0 0 3px;
        display: block;
        position: relative;
        padding-left: 107px;
    }
    
    .sec-title3 .sub-text:before {
        content: '';
        position: absolute;
        left: 0;
        top: 12px;
        height: 4px;
        width: 12px;
        border-radius: 2px;
        background-color: #21c0f5;
        transition: all .3s ease;
        z-index: 0;
    }
    
    .sec-title3 .sub-text:after {
        content: "";
        position: absolute;
        border: 0;
        height: 4px;
        width: 55px;
        z-index: 1;
        margin-left: 0;
        left: 24px;
        top: 12px;
        border-radius: 2px;
        background-color: #21c0f5;
        transition: all .3s ease;
        z-index: 0;
    }
    
    .sec-title3 .title {
        font-size: 42px;
        font-weight: 700;
        line-height: 46px;
        color: #010d14;
        margin: 0;
    }
    
    .sec-title3 .desc {
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
        color: #ffffff;
        margin: 0;
    }
    
    .sec-title3 .heading-border-line {
        position: relative;
    }
    
    .sec-title3 .heading-border-line:before {
        content: "";
        width: 12px;
        height: 4px;
        background: #21c0f5;
        position: absolute;
        bottom: -4px;
        left: 50%;
        margin-left: -35px;
        transform: translateX(-50%);
        border-radius: 2px;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        z-index: 1;
    }
    
    .sec-title3 .heading-border-line:after {
        content: "";
        width: 65px;
        height: 4px;
        background: #21c0f5;
        position: absolute;
        bottom: -4px;
        right: 0;
        left: 50%;
        margin-left: -20px;
        border-radius: 2px;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        z-index: 0;
    }
    
    .sec-title3 .heading-border-line.left-style {
        position: relative;
        margin-left: 44px;
    }
    
    .sec-title3 .heading-border-line.left-style:before {
        left: 0;
    }
    
    .sec-title3 .heading-border-line.left-style:after {
        left: 0;
    }
    
    .sec-title3:hover .sub-text:before {
        width: 65px;
        background: #21c0f5;
    }
    
    .sec-title3:hover .sub-text:after {
        margin-left: 46px;
        width: 12px;
        background: #21c0f5;
    }
    
    .sec-title3:hover .heading-border-line {
        position: relative;
    }
    
    .sec-title3:hover .heading-border-line:before {
        margin-left: -5px;
        width: 65px;
        background: #21c0f5;
    }
    
    .sec-title3:hover .heading-border-line:after {
        width: 12px;
        margin-left: 35px;
        background: #21c0f5;
    }
    /* -----------------------
	03. Header Section CSS
--------------------------*/
    
    .full-width-header {
        position: relative;
    }
    
    .full-width-header .rs-header {
        position: relative;
    }
    
    .full-width-header .rs-header .toolbar-area.topbar-style1 {
        padding: 0 20px;
        background: #010D14;
    }
    
    .full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-contact .rs-contact-info li {
        display: inline-block;
        line-height: 50px;
        font-size: 15px;
        color: #ffffff;
    }
    
    .full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-contact .rs-contact-info li:last-child {
        margin-right: 0;
    }
    
    .full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-contact .rs-contact-info li i {
        color: #F58634;
        margin-right: 6px;
    }
    
    .full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-contact .rs-contact-info li i:before {
        font-size: 18px;
        margin-left: 0;
        position: relative;
        top: 3px;
    }
    
    .full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-contact .rs-contact-info li a {
        border-right: 1px solid #514d4d;
        margin-right: 20px;
        padding-right: 20px;
        color: #ffffff;
    }
    
    .full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-contact .rs-contact-info li a:hover {
        color: #F58634;
    }
    
    .full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-contact .rs-contact-info li .desc {
        margin: 0;
    }
    
    .full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-contact .rs-contact-info li:last-child a {
        border: none;
    }
    
    .full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-sl-share .clearfix {
        text-align: right;
        margin: 0px;
        padding: 0;
    }
    
    .full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-sl-share .clearfix .opening em {
        border-right: 1px solid #514d4d;
        margin-right: 5px;
        padding-right: 20px;
        color: #ffffff;
        font-style: normal;
        font-size: 14px;
    }
    
    .full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-sl-share .clearfix .opening em i {
        color: #F58634;
    }
    
    .full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-sl-share .clearfix .opening em i:before {
        font-size: 18px;
        margin-right: 8px;
        line-height: 20px;
        position: relative;
        top: 3px;
    }
    
    .full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-sl-share .clearfix li {
        display: inline-block;
        line-height: 50px;
        margin-right: 13px;
    }
    
    .full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-sl-share .clearfix li:last-child {
        margin-right: 0;
    }
    
    .full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-sl-share .clearfix li a i {
        font-size: 15px;
        color: #ffffff;
    }
    
    .full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-sl-share .clearfix li a i:hover {
        color: #F58634;
    }
    
    .full-width-header .rs-header .toolbar-area.topbar-style1.topber-modify1 .toolbar-sl-share .clearfix li a i:hover,
    .full-width-header .rs-header .toolbar-area.topbar-style1.topber-modify1 .toolbar-contact .rs-contact-info li a:hover,
    .full-width-header .rs-header .toolbar-area.topbar-style1.topber-modify1 .toolbar-sl-share .clearfix .opening em i,
    .full-width-header .rs-header .toolbar-area.topbar-style1.topber-modify1 .toolbar-contact .rs-contact-info li i {
        color: #eb003d;
    }
    
    .full-width-header .rs-header .toolbar-area.topbar-style1.topber-modify2 {
        background: transparent;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    
    .full-width-header .rs-header .toolbar-area.topbar-style1.topber-modify2 .toolbar-sl-share .clearfix li a i:hover,
    .full-width-header .rs-header .toolbar-area.topbar-style1.topber-modify2 .toolbar-contact .rs-contact-info li a:hover,
    .full-width-header .rs-header .toolbar-area.topbar-style1.topber-modify2 .toolbar-sl-share .clearfix .opening em i,
    .full-width-header .rs-header .toolbar-area.topbar-style1.topber-modify2 .toolbar-contact .rs-contact-info li i {
        color: #e8271e;
    }
    
    .full-width-header .rs-header .toolbar-area.topbar-style1.topber-modify2 .toolbar-contact .rs-contact-info li a {
        border-right: unset;
        margin-right: 0px;
        padding-right: 0px;
    }
    
    .full-width-header .rs-header .toolbar-area.topbar-style1.topber-modify2 .toolbar-contact .rs-contact-info li {
        border-right: 1px solid rgba(255, 255, 255, 0.2);
        margin-right: 20px;
        padding-right: 20px;
    }
    
    .full-width-header .rs-header .toolbar-area.topbar-style1.topber-modify2 .toolbar-sl-share .clearfix .opening em {
        border-right: unset;
        margin-right: 0;
        padding-right: 0px;
    }
    
    .full-width-header .rs-header .toolbar-area.topbar-style1.topber-modify2 .toolbar-sl-share .clearfix .opening {
        border-right: 1px solid rgba(255, 255, 255, 0.2);
        margin-right: 20px;
        padding-right: 40px;
    }
    
    .full-width-header .rs-header .toolbar-area.topbar-style1.topber-modify2.paste-color-modify1 .toolbar-sl-share .clearfix li a i:hover,
    .full-width-header .rs-header .toolbar-area.topbar-style1.topber-modify2.paste-color-modify1 .toolbar-contact .rs-contact-info li a:hover,
    .full-width-header .rs-header .toolbar-area.topbar-style1.topber-modify2.paste-color-modify1 .toolbar-sl-share .clearfix .opening em i,
    .full-width-header .rs-header .toolbar-area.topbar-style1.topber-modify2.paste-color-modify1 .toolbar-contact .rs-contact-info li i {
        color: #21c0f5;
    }
    
    .full-width-header .rs-header .toolbar-area.topbar-style1.topber-modify3 {
        background: #0052da;
    }
    
    .full-width-header .rs-header .toolbar-area.topbar-style1.topber-modify3 .toolbar-sl-share .clearfix .opening em i {
        color: #fff;
    }
    
    .full-width-header .rs-header .toolbar-area.topbar-style1.topber-modify3 .toolbar-sl-share .clearfix .opening em {
        border-right: 1px solid #fff;
    }
    
    .full-width-header .rs-header .toolbar-area.topbar-style1.topber-modify4 {
        background: #f9f9f9;
    }
    
    .full-width-header .rs-header .toolbar-area.topbar-style1.topber-modify4 .toolbar-sl-share .clearfix li a i,
    .full-width-header .rs-header .toolbar-area.topbar-style1.topber-modify4 .toolbar-contact .rs-contact-info li,
    .full-width-header .rs-header .toolbar-area.topbar-style1.topber-modify4 .toolbar-sl-share .clearfix .opening em,
    .full-width-header .rs-header .toolbar-area.topbar-style1.topber-modify4 .toolbar-sl-share .clearfix .opening em i,
    .full-width-header .rs-header .toolbar-area.topbar-style1.topber-modify4 .toolbar-contact .rs-contact-info li i,
    .full-width-header .rs-header .toolbar-area.topbar-style1.topber-modify4 .toolbar-contact .rs-contact-info li a {
        color: #666666;
    }
    
    .full-width-header .rs-header .toolbar-area.topbar-style1.topber-modify4 .toolbar-sl-share .clearfix .opening em,
    .full-width-header .rs-header .toolbar-area.topbar-style1.topber-modify4 .toolbar-contact .rs-contact-info li a {
        border-right: 1px solid #d9d9d9;
    }
    
    .full-width-header .rs-header .toolbar-area.topbar-style1.topber-modify4 .toolbar-contact .rs-contact-info li a:hover,
    .full-width-header .rs-header .toolbar-area.topbar-style1.topber-modify4 .toolbar-sl-share .clearfix li a i:hover {
        color: #70bf4a;
    }
    
    .full-width-header .rs-header .middle-header {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .full-width-header .rs-header .middle-header .row-table {
        display: flex;
        width: 100%;
        position: relative;
        align-items: center;
        justify-content: space-between;
    }
    
    .full-width-header .rs-header .middle-header .row-table .col-cell {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .full-width-header .rs-header .middle-header .row-table .col-cell.header-logo {
        display: flex;
        flex: 1;
    }
    
    .full-width-header .rs-header .middle-header .logo-part a img {
        transition: 0.4s;
        max-height: 36px;
    }
    
    .full-width-header .rs-header .middle-header .rs-contact-info {
        display: flex;
        align-items: center;
    }
    
    .full-width-header .rs-header .middle-header .rs-contact-info .contact-part {
        position: relative;
        padding-left: 75px;
        margin-right: 25px;
    }
    
    .full-width-header .rs-header .middle-header .rs-contact-info .contact-part .info-icon {
        position: absolute;
        top: 50%;
        left: 18px;
        transform: translateY(-50%);
    }
    
    .full-width-header .rs-header .middle-header .rs-contact-info .contact-part .info-icon i:before {
        font-size: 32px;
        color: #F58634;
        transition: all .5s ease;
        display: block;
    }
    
    .full-width-header .rs-header .middle-header .rs-contact-info .contact-part .contact-info .info-title {
        font-size: 17px;
        font-weight: 700;
        line-height: 1;
        padding-top: 2px;
        color: #010d14;
    }
    
    .full-width-header .rs-header .middle-header .rs-contact-info .contact-part .contact-info .info-des {
        font-size: 14px;
        padding-top: 4px;
        color: #010d14;
    }
    
    .full-width-header .rs-header .middle-header .rs-contact-info .contact-part .contact-info .info-des a {
        color: #333333;
        font-size: 14px;
    }
    
    .full-width-header .rs-header .middle-header .rs-contact-info .contact-part .contact-info .info-des a:hover {
        color: #F58634;
    }
    
    .full-width-header .rs-header .middle-header .rs-contact-info .contact-part.margin-no {
        margin-right: 0;
    }
    
    .full-width-header .rs-header .middle-header .rs-contact-info .contact-part:hover .info-icon i:before {
        transform: translateY(-3px);
    }
    
    .full-width-header .rs-header .middle-header.middle-modify1 {
        padding-bottom: 0px;
    }
    
    .full-width-header .rs-header .middle-header.middle-modify1 .rs-contact-info .contact-part .contact-info .info-des a:hover,
    .full-width-header .rs-header .middle-header.middle-modify1 .rs-contact-info .contact-part .info-icon i:before {
        color: #0052da;
    }
    
    .full-width-header .rs-header .middle-header.middle-modify2 {
        max-width: 1170px;
        margin: 0 auto;
        background: #fff;
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .full-width-header .rs-header .middle-header.middle-modify2 .rs-contact-info .contact-part .contact-info .info-des a:hover,
    .full-width-header .rs-header .middle-header.middle-modify2 .rs-contact-info .contact-part .info-icon i:before {
        color: #e88e2e;
    }
    
    .full-width-header .rs-header .middle-header.middle-modify3 .rs-contact-info .contact-part .contact-info .info-des a:hover,
    .full-width-header .rs-header .middle-header.middle-modify3 .rs-contact-info .contact-part .info-icon i:before {
        color: #F58634;
    }
    
    .full-width-header .rs-header .menu-area {
        position: relative;
        transition: all 0.3s ease 0s;
        z-index: 10;
    }
    
    .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;
        max-height: 36px;
    }
    
    .full-width-header .rs-header .menu-area .rs-menu-area {
        display: flex;
        align-items: center;
        margin-right: 65px;
    }
    
    .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: 34px;
        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: 16px;
        font-weight: 500;
        margin-right: 10px;
        height: 110px;
        line-height: 110px;
        padding: 0;
        color: #3B4052;
        position: relative;
        font-family: Roboto;
    }
    
    .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
        color: #F58634;
    }
    
    .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: 4px;
        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: #F58634 !important;
    }
    
    .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu {
        background: #ffffff;
        margin: 0;
        padding: 20px 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: 10px;
        padding-bottom: 10px;
        padding-left: 30px;
        padding-right: 30px;
        margin: 0;
        font-family: Roboto;
        font-size: 15px;
        color: #3B4052;
        font-weight: 500;
        height: unset;
        line-height: 25px;
        text-transform: capitalize;
    }
    
    .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
        color: #F58634;
    }
    
    .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 li.menu-item-has-children a:before {
        display: none;
    }
    
    .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: #F58634;
    }
    
    .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: #F58634 !important;
    }
    
    .full-width-header .rs-header .menu-area.sticky {
        background: #fff;
    }
    
    .full-width-header .rs-header .menu-area.sticky .logo-area a .sticky-logo {
        display: block;
    }
    
    .full-width-header .rs-header .menu-area.sticky .logo-area a .normal-logo {
        display: none;
    }
    
    .full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu>li>a {
        color: #010d14;
    }
    
    .full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu>li>a:hover {
        color: #F58634;
    }
    
    .full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu>li.current-menu-item>a {
        color: #F58634;
    }
    
    .full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .sidebarmenu-search a i {
        display: none;
    }
    
    .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 .search-parent {
        position: relative;
    }
    
    .full-width-header .rs-header .expand-btn-inner ul .search-parent a i {
        color: #333333;
    }
    
    .full-width-header .rs-header .expand-btn-inner ul .search-parent a i:before {
        font-size: 18px;
        font-weight: 600 !important;
        font-family: uicons-regular-rounded !important;
        position: relative;
        top: 3px;
    }
    
    .full-width-header .rs-header .expand-btn-inner ul .search-parent a i:hover {
        color: #F58634;
    }
    
    .full-width-header .rs-header .expand-btn-inner ul .search-parent .sticky_form {
        position: absolute;
        top: 69px;
        right: 0;
        max-width: 400px;
        width: 400px;
        z-index: 9;
        border-radius: 4px;
        box-shadow: 0 12px 20px rgba(0, 0, 0, 0.09);
        opacity: 0;
        visibility: hidden;
        right: -163px;
        transition: 0.4s;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 0 0 0;
    }
    
    .full-width-header .rs-header .expand-btn-inner ul .search-parent .sticky_form .screen-reader-text {
        position: absolute;
        top: -10000em;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
    }
    
    .full-width-header .rs-header .expand-btn-inner ul .search-parent .sticky_form input {
        background: #010d14;
        border: none;
        color: #000;
        outline: none;
        padding: 14px 17px;
        width: 100%;
    }
    
    .full-width-header .rs-header .expand-btn-inner ul .search-parent .sticky_form button {
        background: transparent !important;
        border: medium none;
        padding: 13px 18px;
        position: absolute;
        right: 0;
        top: 4;
        z-index: 1;
        outline: none;
        border-radius: 0;
    }
    
    .full-width-header .rs-header .expand-btn-inner ul .search-parent .sticky_form button i:before {
        font-size: 20px;
        font-weight: 600;
        color: #ffffff;
        font-family: uicons-regular-rounded !important;
    }
    
    .full-width-header .rs-header .expand-btn-inner ul .search-parent .sticky_form ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #fff;
        opacity: 1;
    }
    
    .full-width-header .rs-header .expand-btn-inner ul .search-parent .sticky_form ::-moz-placeholder {
        /* Firefox 19+ */
        color: #fff;
        opacity: 1;
    }
    
    .full-width-header .rs-header .expand-btn-inner ul .search-parent .sticky_form :-ms-input-placeholder {
        /* IE 10+ */
        color: #fff;
        opacity: 1;
    }
    
    .full-width-header .rs-header .expand-btn-inner ul .search-parent .sticky_form :-moz-placeholder {
        /* Firefox 18- */
        color: #fff;
        opacity: 1;
    }
    
    .full-width-header .rs-header .expand-btn-inner ul .search-parent.open_add_class .sticky_form {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    
    .full-width-header .rs-header .expand-btn-inner ul .btn-quote {
        position: relative;
        margin-left: 30px;
        line-height: 30px;
    }
    
    .full-width-header .rs-header .expand-btn-inner ul .btn-quote .quote-button {
        font-size: 14px;
        background: #F58634;
        padding: 11px 30px 10px;
        color: #010D14;
        text-transform: uppercase;
        font-weight: 500;
        display: inline-block;
        position: relative;
        overflow: hidden;
        top: 3px;
        transition: 0.4s;
    }
    
    .full-width-header .rs-header .expand-btn-inner ul .btn-quote .quote-button:hover {
        background: #010D14;
        color: #ffffff;
    }
    
    .full-width-header .rs-header .expand-btn-inner ul .humburger {
        display: none;
    }
    
    .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: #F58634;
        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: #F58634;
    }
    
    .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot1,
    .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.dot5,
    .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.dot9 {
        background: #000000;
    }
    
    .full-width-header .rs-header.header-modify1 .menu-area {
        background: transparent;
    }
    
    .full-width-header .rs-header.header-modify1 .menu-area .main-menu .rs-menu ul li.active a,
    .full-width-header .rs-header.header-modify1 .menu-area .main-menu .rs-menu ul.nav-menu li a:hover,
    .full-width-header .rs-header.header-modify1 .menu-area .main-menu .rs-menu ul li.current-menu-item>a:before,
    .full-width-header .rs-header.header-modify1 .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item>a {
        color: #e8271e !important;
    }
    
    .full-width-header .rs-header.header-modify1 .menu-area .main-menu .rs-menu ul.nav-menu li a {
        color: #ffffff;
    }
    
    .full-width-header .rs-header.header-modify1 .menu-area .main-menu .rs-menu ul.sub-menu li a {
        color: #101010;
    }
    
    .full-width-header .rs-header.header-modify1 .expand-btn-inner ul .search-parent a i:hover {
        color: #e8271e;
    }
    
    .full-width-header .rs-header.header-modify1 .expand-btn-inner ul .search-parent a i {
        color: #ffffff;
    }
    
    .full-width-header .rs-header.header-modify1 .expand-btn-inner ul .btn-quote .quote-button {
        color: #ffffff;
        background: #e8271e;
    }
    
    .full-width-header .rs-header.header-modify1 .menu-area.sticky .main-menu .rs-menu ul.nav-menu>li>a {
        color: #101010;
    }
    
    .full-width-header .rs-header.header-modify1 .menu-area.sticky .expand-btn-inner ul .search-parent a i {
        color: #101010;
    }
    
    .full-width-header .rs-header.header-modify1 .menu-area.sticky .expand-btn-inner ul .search-parent a i:hover {
        color: #e8271e;
    }
    
    .full-width-header .rs-header.header-style1 .menu-area {
        background: #353267;
    }
    
    .full-width-header .rs-header.header-style1 .menu-area .row-table .col-cell.header-logo {
        display: none;
        flex: 1;
    }
    
    .full-width-header .rs-header.header-style1 .menu-area .main-menu .rs-menu ul.nav-menu li a {
        height: 70px;
        line-height: 70px;
        font-size: 15px;
        font-weight: 600;
        color: #ffffff;
    }
    
    .full-width-header .rs-header.header-style1 .menu-area .main-menu .rs-menu ul.sub-menu li a {
        height: unset;
        line-height: 25px;
        font-size: 14px;
        font-weight: 500;
        color: #101010;
    }
    
    .full-width-header .rs-header.header-style1 .expand-btn-inner ul .btn-quote .quote-button {
        font-size: 15px;
        font-weight: 500;
        text-transform: uppercase;
        padding: 20px 29px;
        display: block;
        position: relative;
        top: 0;
        background: #F58634;
        border-color: #F58634;
    }
    
    .full-width-header .rs-header.header-style1 .expand-btn-inner ul .btn-quote .quote-button i:before {
        font-weight: 500;
        position: relative;
        padding-left: 6px;
        transform: translateX(0px);
        font-family: uicons-regular-rounded !important;
        color: #010d14;
        font-size: 20px;
        top: 4px;
        display: inline-block;
        transition: all .3s ease;
    }
    
    .full-width-header .rs-header.header-style1 .expand-btn-inner ul .btn-quote .quote-button:hover {
        color: #010d14;
    }
    
    .full-width-header .rs-header.header-style1 .expand-btn-inner .btn-quote .quote-button:hover i:before {
        transform: translateX(5px);
    }
    
    .full-width-header .rs-header.header-style1 .expand-btn-inner ul .search-parent a i {
        color: #F58634;
    }
    
    .full-width-header .rs-header.header-style1 .expand-btn-inner ul .search-parent a i:before {
        font-weight: 400 !important;
        margin-left: 20px;
    }
    
    .full-width-header .rs-header.header-style1 .expand-btn-inner .toolbar-sl-share {
        border-right: 1px solid rgba(255, 255, 255, 0.42);
        padding-right: 14px;
    }
    
    .full-width-header .rs-header.header-style1 .expand-btn-inner .toolbar-sl-share .clearfix li {
        display: inline-block;
    }
    
    .full-width-header .rs-header.header-style1 .expand-btn-inner .toolbar-sl-share .clearfix li a {
        display: block;
        margin: 0 10px;
        color: #ffffff;
        transition: 0.3s;
        font-size: 15px;
    }
    
    .full-width-header .rs-header.header-style1 .expand-btn-inner .toolbar-sl-share .clearfix li a:hover {
        color: #ccc;
    }
    
    .full-width-header .rs-header.header-style1 .menu-area.sticky .col-cell.header-logo {
        display: block;
    }
    
    .full-width-header .rs-header.header-style1 .menu-area.sticky .main-menu .rs-menu ul.nav-menu>li>a {
        color: #010d14;
    }
    
    .full-width-header .rs-header.header-style1 .menu-area.sticky .expand-btn-inner ul .toolbar-sl-share {
        display: none;
    }
    
    .full-width-header .rs-header.header-style1 .menu-area.sticky .expand-btn-inner ul .search-parent a i:before {
        margin-left: 0;
    }
    
    .full-width-header .rs-header.header-style1 .menu-area.sticky .main-menu .rs-menu ul.nav-menu li a {
        height: 90px;
        line-height: 90px;
    }
    
    .full-width-header .rs-header.header-style1 .menu-area.sticky .main-menu .rs-menu ul.sub-menu li a {
        height: unset;
        line-height: 25px;
        font-size: 14px;
        font-weight: 500;
    }
    
    .full-width-header .rs-header.header-style1 .expand-btn-inner ul .search-parent .sticky_form {
        top: 49px;
        right: -208px;
    }
    
    .full-width-header .rs-header.header-style1.header-blue-modify2 .menu-area {
        background: unset;
    }
    
    .full-width-header .rs-header.header-style1.header-blue-modify2 .box-layout {
        position: relative;
        z-index: 10;
        max-width: 1172px;
        margin: 0 auto;
        border-radius: 1px;
        background: #0052da;
        padding-left: 30px;
        padding-right: 0;
        top: 30px;
    }
    
    .full-width-header .rs-header.header-style1.header-blue-modify2 .box-layout .expand-btn-inner ul .btn-quote .quote-button {
        background: #0046ba;
        border-color: #0046ba;
        color: #ffffff;
    }
    
    .full-width-header .rs-header.header-style1.header-blue-modify2 .box-layout .expand-btn-inner ul .search-parent a i,
    .full-width-header .rs-header.header-style1.header-blue-modify2 .box-layout .expand-btn-inner ul .btn-quote .quote-button i:before {
        color: #ffffff;
    }
    
    .full-width-header .rs-header.header-style1.header-blue-modify2 .box-layout .expand-btn-inner ul .search-parent a i:before {
        margin-left: 0;
    }
    
    .full-width-header .rs-header.header-style1.header-blue-modify2 .box-layout .main-menu .rs-menu ul li.current-menu-item>a,
    .full-width-header .rs-header.header-style1.header-blue-modify2 .box-layout .main-menu .rs-menu ul li.current-menu-item>a:before,
    .full-width-header .rs-header.header-style1.header-blue-modify2 .box-layout .main-menu .rs-menu ul li a:hover,
    .full-width-header .rs-header.header-style1.header-blue-modify2 .box-layout .main-menu .rs-menu ul.nav-menu li a:hover {
        color: #bbb !important;
    }
    
    .full-width-header .rs-header.header-style1.header-blue-modify2 .box-layout .main-menu .rs-menu ul.sub-menu li a:hover,
    .full-width-header .rs-header.header-style1.header-blue-modify2 .box-layout .main-menu .rs-menu ul ul>li.current-menu-item>a,
    .full-width-header .rs-header.header-style1.header-blue-modify2 .box-layout .main-menu .rs-menu ul li.active a {
        color: #0082f1 !important;
    }
    
    .full-width-header .rs-header.header-style1.header-blue-modify2 .box-layout .main-menu .rs-menu>ul>li.current-menu-item>a {
        color: #bbb !important;
    }
    
    .full-width-header .rs-header.header-style1.header-blue-modify2 .menu-area.sticky .main-menu .rs-menu ul.nav-menu li a {
        height: 70px;
        line-height: 70px;
    }
    
    .full-width-header .rs-header.header-style1.header-blue-modify2 .menu-area.sticky .box-layout {
        background: transparent;
        top: 0px;
    }
    
    .full-width-header .rs-header.header-style1.header-blue-modify2 .menu-area.sticky .main-menu .rs-menu ul.sub-menu li a {
        height: unset;
        line-height: 25px;
    }
    
    .full-width-header .rs-header.header-style1.header-blue-modify2 .menu-area.sticky .logo-area img {
        max-height: 30px;
    }
    
    .full-width-header .rs-header.header-style1.header-blue-modify2 .menu-area.sticky .box-layout .expand-btn-inner ul .search-parent a i,
    .full-width-header .rs-header.header-style1.header-blue-modify2 .menu-area.sticky .rs-menu ul li.current-menu-item>a,
    .full-width-header .rs-header.header-style1.header-blue-modify2 .menu-area.sticky .rs-menu ul li.current-menu-item>a:before,
    .full-width-header .rs-header.header-style1.header-blue-modify2 .menu-area.sticky .rs-menu ul.nav-menu li a:hover {
        color: #0082f1 !important;
    }
    
    .full-width-header .rs-header.header-style1.header-blue-modify2.header-orange-modify3 .box-layout {
        background: #e88e2e;
        top: 0px;
    }
    
    .full-width-header .rs-header.header-style1.header-blue-modify2.header-orange-modify3 .box-layout .rs-menu ul.nav-menu li a:hover {
        color: #ccc !important;
    }
    
    .full-width-header .rs-header.header-style1.header-blue-modify2.header-orange-modify3 .box-layout .main-menu .rs-menu ul li.active a,
    .full-width-header .rs-header.header-style1.header-blue-modify2.header-orange-modify3 .box-layout .main-menu .rs-menu ul.sub-menu li a:hover,
    .full-width-header .rs-header.header-style1.header-blue-modify2.header-orange-modify3 .box-layout .main-menu .rs-menu ul ul>li.current-menu-item>a {
        color: #e88e2e !important;
    }
    
    .full-width-header .rs-header.header-style1.header-blue-modify2.header-orange-modify3 .expand-btn-inner ul .btn-quote .quote-button {
        background: #dd7e19;
        border-color: #dd7e19;
        color: #ffffff;
    }
    
    .full-width-header .rs-header.header-style1.header-blue-modify2.header-orange-modify3 .menu-area.sticky .box-layout .expand-btn-inner ul .search-parent a i,
    .full-width-header .rs-header.header-style1.header-blue-modify2.header-orange-modify3 .menu-area.sticky .rs-menu ul.nav-menu li a:hover,
    .full-width-header .rs-header.header-style1.header-blue-modify2.header-orange-modify3 .menu-area.sticky .rs-menu ul li.current-menu-item>a,
    .full-width-header .rs-header.header-style1.header-blue-modify2.header-orange-modify3 .menu-area.sticky .rs-menu ul li.current-menu-item>a:before {
        color: #e88e2e !important;
    }
    
    .full-width-header .rs-header.header-style1.header-blue-modify2.header-orange-modify3 .menu-area.sticky .box-layout {
        max-width: 1200px;
        padding-left: 0px;
    }
    
    .full-width-header .rs-header.header-style1.header-tan-modify4 .menu-area .main-menu .rs-menu ul li.active a,
    .full-width-header .rs-header.header-style1.header-tan-modify4 .menu-area .main-menu .rs-menu ul.nav-menu li a:hover,
    .full-width-header .rs-header.header-style1.header-tan-modify4 .menu-area .main-menu .rs-menu ul li.current-menu-item>a:before,
    .full-width-header .rs-header.header-style1.header-tan-modify4 .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item>a {
        color: #F58634 !important;
    }
    
    .full-width-header .rs-header.header-style1.header-tan-modify4 .expand-btn-inner ul .btn-quote .quote-button {
        background: #F58634;
        border-color: #F58634;
        color: #ffffff;
    }
    
    .full-width-header .rs-header.header-style1.header-tan-modify4 .expand-btn-inner ul .search-parent a i,
    .full-width-header .rs-header.header-style1.header-tan-modify4 .expand-btn-inner ul .btn-quote .quote-button i:before {
        color: #ffffff;
    }
    
    .full-width-header .rs-header.header-style1.header-tan-modify4 .menu-area.sticky .logo-area img {
        max-height: 30px;
    }
    
    .full-width-header .rs-header.header-style1.header-tan-modify4 .menu-area.sticky .main-menu .rs-menu ul.nav-menu li a {
        height: 70px;
        line-height: 70px;
    }
    
    .full-width-header .rs-header.header-style1.header-tan-modify4 .menu-area.sticky .main-menu .rs-menu ul.sub-menu li a {
        height: unset;
        line-height: 25px;
    }
    
    .full-width-header .rs-header.header-style1.header-tan-modify4 .menu-area.sticky .expand-btn-inner ul .search-parent a i {
        color: #F58634;
    }
    
    .full-width-header .rs-header.header-style2 .menu-area .rs-menu-area {
        margin-right: 120px;
    }
    
    .full-width-header .rs-header.header-style2 .menu-area .main-menu .rs-menu ul.nav-menu li a {
        font-size: 15px;
        font-weight: 600;
    }
    
    .full-width-header .rs-header.header-style2 .menu-area .main-menu .rs-menu ul li.active a,
    .full-width-header .rs-header.header-style2 .menu-area .main-menu .rs-menu ul.nav-menu li a:hover,
    .full-width-header .rs-header.header-style2 .menu-area .main-menu .rs-menu ul li.current-menu-item>a:before,
    .full-width-header .rs-header.header-style2 .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item>a {
        color: #eb003d !important;
    }
    
    .full-width-header .rs-header.header-style2 .expand-btn-inner .rs-contact-phone {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    
    .full-width-header .rs-header.header-style2 .expand-btn-inner .rs-contact-phone i {
        font-size: 24px;
        color: #fff;
        line-height: 0;
        background: #eb003d;
        border-right: 1px solid #dddddd94;
        margin-right: 20px;
        height: 52px;
        width: 52px;
        line-height: 60px;
        text-align: center;
        border-radius: 30px;
    }
    
    .full-width-header .rs-header.header-style2 .expand-btn-inner .rs-contact-phone .phone-number span {
        display: block;
    }
    
    .full-width-header .rs-header.header-style2 .expand-btn-inner .rs-contact-phone .phone-number a {
        font-size: 18px;
        line-height: 18px;
        font-weight: 600;
        color: #010d14;
    }
    
    .full-width-header .rs-header.header-style2 .expand-btn-inner .rs-contact-phone .phone-number a:hover {
        color: #eb003d;
    }
    
    .full-width-header .rs-header.header-style2.header-paste-modify1 .menu-area .main-menu .rs-menu ul.nav-menu li a {
        height: 100px;
        line-height: 100px;
    }
    
    .full-width-header .rs-header.header-style2.header-paste-modify1 .menu-area .main-menu .rs-menu ul.sub-menu li a {
        height: unset;
        line-height: 25px;
    }
    
    .full-width-header .rs-header.header-style2.header-paste-modify1 .menu-area .main-menu .rs-menu ul li.active a,
    .full-width-header .rs-header.header-style2.header-paste-modify1 .menu-area .main-menu .rs-menu ul.nav-menu li a:hover,
    .full-width-header .rs-header.header-style2.header-paste-modify1 .menu-area .main-menu .rs-menu ul li.current-menu-item>a:before,
    .full-width-header .rs-header.header-style2.header-paste-modify1 .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item>a {
        color: #70bf4a !important;
    }
    
    .full-width-header .rs-header.header-style2.header-paste-modify1 .expand-btn-inner .rs-contact-phone i {
        background: #70bf4a;
    }
    
    .full-width-header .rs-header.header-style2.header-paste-modify1 .expand-btn-inner .rs-contact-phone .phone-number a:hover {
        color: #70bf4a;
    }
    
    .full-width-header .rs-header.header-style3 .menu-area {
        background: transparent;
    }
    
    .full-width-header .rs-header.header-style3 .menu-area .main-menu .rs-menu ul.nav-menu li a:hover,
    .full-width-header .rs-header.header-style3 .menu-area .main-menu .rs-menu ul li.active a,
    .full-width-header .rs-header.header-style3 .menu-area .main-menu .rs-menu ul.sub-menu li.active a,
    .full-width-header .rs-header.header-style3 .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item>a,
    .full-width-header .rs-header.header-style3 .menu-area .main-menu .rs-menu ul li.current-menu-item>a:before {
        color: #21c0f5 !important;
    }
    
    .full-width-header .rs-header.header-style3 .menu-area .main-menu .rs-menu ul.sub-menu li a {
        height: unset;
        line-height: 25px;
        color: #010d14 !important;
    }
    
    .full-width-header .rs-header.header-style3 .menu-area .main-menu .rs-menu ul.nav-menu li a {
        color: #ffffff;
    }
    
    .full-width-header .rs-header.header-style3 .expand-btn-inner ul .humburger {
        display: block;
    }
    
    .full-width-header .rs-header.header-style3 .expand-btn-inner ul .humburger .nav-expander .bar span {
        background: #21c0f5;
    }
    
    .full-width-header .rs-header.header-style3 .menu-area.sticky .main-menu .rs-menu ul.nav-menu>li>a {
        color: #010d14;
    }
    
    .full-width-header .rs-header.header-transparent {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
    }
    
    .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: #F58634;
    }
    
    .full-width-header .mobile-menu .rs-menu-toggle.secondary {
        color: #ff6d00;
    }
    
    .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;
    }
    
    .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: #ffffff;
        box-shadow: 0px 0px 10px 0px #eee;
        padding: 90px 60px 60px 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;
        position: absolute;
        top: 10px;
        display: block;
        z-index: 99;
        right: 57px;
        cursor: pointer;
        transition: all .3s ease;
    }
    
    .full-width-header .right_menu_togle .close-btn .nav-close {
        position: absolute;
        top: 23px;
        display: block;
        z-index: 99;
        right: 3px;
        cursor: pointer;
    }
    
    .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: 1px !important;
        height: 25px !important;
        background: #000000;
        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: #F58634;
    }
    
    .full-width-header .right_menu_togle .canvas-logo {
        padding-left: 0;
        padding-bottom: 35px;
    }
    
    .full-width-header .right_menu_togle .canvas-logo img {
        max-height: 45px;
    }
    
    .full-width-header .right_menu_togle .offcanvas-text p {
        font-size: 16px;
        line-height: 30px;
        color: #333333;
        margin: 0px 0 38px;
    }
    
    .full-width-header .right_menu_togle .canvas-contact .address-area .address-list {
        display: flex;
        margin-top: 24px;
    }
    
    .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: #F58634;
        top: 5px;
        position: relative;
        font-family: uicons-regular-rounded !important;
    }
    
    .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: #000000;
        font-family: Roboto;
        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: #010d14;
        font-family: Roboto;
    }
    
    .full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em a {
        color: #010d14;
    }
    
    .full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em a:hover {
        color: #F58634;
    }
    
    .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;
        background: #F58634;
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    
    .full-width-header .right_menu_togle .canvas-contact .social li a i:hover {
        opacity: .9;
    }
    
    .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;
        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;
        font-size: 16px;
        font-weight: 500;
        font-family: Roboto;
        color: #000000;
        padding: 10px 0;
        line-height: 30px;
        width: 100%;
    }
    
    .full-width-header .mobile-navbar-menu .nav-menu li li a {
        padding-left: 25px;
    }
    
    .full-width-header .mobile-navbar-menu .nav-menu li li li a {
        padding-left: 50px;
    }
    
    .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: #333;
        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: #F58634;
    }
    
    body.modal-open {
        padding: 0 !important;
    }
    
    body .modal.show .modal-dialog {
        width: 100%;
        max-width: 500px;
    }
    
    body .modal {
        z-index: 9999;
    }
    
    body .search-modal {
        padding: 0 !important;
        background: rgba(187, 11, 11, 0.9);
    }
    
    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: 0 0;
        border: none;
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        outline: none;
        padding: 14px 17px;
        border-radius: unset;
    }
    
    body .search-modal .search-block form button {
        background: transparent;
        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: 18px;
        font-weight: 600;
        opacity: .7;
    }
    
    body .search-modal .search-block ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #fff;
        opacity: 1;
    }
    
    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;
    }
    
    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: 40px;
        height: 40px;
        line-height: 43px;
        text-align: center;
        cursor: pointer;
        border-radius: 50%;
        transition: all .5s ease;
        opacity: unset;
        box-shadow: unset;
        border: none;
    }
    
    body .search-modal .close i:before {
        font-size: 23px;
        position: relative;
        top: 4px;
        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;
    }
    
    @-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);
        }
    }
    /* ------------------------------------
	05. About Section CSS
---------------------------------------*/
    
    .rs-about.about-style1 {
        position: relative;
    }
    
    .rs-about.about-style1 .about-image-wrap {
        position: relative;
    }
    
    .rs-about.about-style1 .about-image-wrap .images-part .main-img {
        margin: 0px 0px 0px 62px;
    }
    
    .rs-about.about-style1 .about-image-wrap .images-part .top-img1 {
        position: absolute;
        top: -8%;
        left: 0;
    }
    
    .rs-about.about-style1 .about-image-wrap .images-part .middle-img2 {
        position: absolute;
        top: 30%;
        left: 0;
    }
    
    .rs-about.about-style1 .about-image-wrap .images-part .bottom-img3 {
        position: absolute;
        top: 69%;
        left: 0;
    }
    
    .rs-about.about-style1 .about-image-wrap .rs-addon-services {
        background-color: #FFFFFF;
        padding: 5px 30px 15px 30px;
        border-radius: 10px 10px 10px 10px;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
        display: flex;
        align-items: center;
        max-width: 282px;
        bottom: -25px;
        right: -6.9%;
        position: absolute;
    }
    
    .rs-about.about-style1 .about-image-wrap .rs-addon-services .services-icon img {
        height: 40px;
        width: 46px;
        max-width: unset;
    }
    
    .rs-about.about-style1 .about-image-wrap .rs-addon-services .services-text {
        padding: 15px 0px 0px 15px;
    }
    
    .rs-about.about-style1 .about-image-wrap .rs-addon-services .services-text .title {
        font-size: 16px;
        font-weight: 500;
        line-height: 1.365em;
        font-family: "Roboto", Sans-serif;
        margin: 0 0 0;
        color: #010d14;
    }
    
    .rs-about.about-style1 .services-item {
        display: flex;
    }
    
    .rs-about.about-style1 .services-item .services-icon img {
        height: 50px;
        width: 50px;
        max-width: unset;
    }
    
    .rs-about.about-style1 .services-item .services-text {
        padding: 4px 0px 0px 15px;
    }
    
    .rs-about.about-style1 .services-item .services-text .title {
        font-size: 20px;
        font-weight: 700;
        line-height: 1.365em;
        font-family: "Roboto", Sans-serif;
        color: #010d14;
        margin: 0 0 0px;
    }
    
    .rs-about.about-style1 .services-item:hover .services-text .title {
        color: #eb003d;
    }
    
    .rs-about.about-style2 .about-image {
        margin: 0px 50px 0px -101px;
    }
    
    .rs-about.about-style2 .widget-img {
        position: relative;
    }
    
    .rs-about.about-style2 .widget-img .multi-img {
        position: absolute;
        right: -30px;
        bottom: -38px;
    }
    
    .rs-about.about-style2 .rs-addon-services {
        display: flex;
    }
    
    .rs-about.about-style2 .rs-addon-services .services-icon {
        text-align: center;
        background-color: #F4F8FF;
        height: 70px;
        min-width: 70px;
        line-height: 75px;
        border-top-left-radius: 30% 30%;
        border-top-right-radius: 70% 30%;
        border-bottom-right-radius: 70% 70%;
        border-bottom-left-radius: 30% 70%;
    }
    
    .rs-about.about-style2 .rs-addon-services .services-icon i:before {
        font-size: 30px;
        color: #0052da;
    }
    
    .rs-about.about-style2 .rs-addon-services .services-text {
        padding: 5px 0px 0px 0px;
        margin: 0px 0px 0px 20px;
    }
    
    .rs-about.about-style2 .rs-addon-services .services-text .title {
        font-size: 18px;
        line-height: 28px;
        font-weight: 700;
        font-family: "Roboto", Sans-serif;
        color: #010d14;
        margin: 0 0 4px;
    }
    
    .rs-about.about-style2 .rs-addon-services .services-text .services-txt {
        margin: 0;
    }
    
    .rs-about.about-style3 .our-carpenter-bg {
        background-color: #F6F5F3;
        padding: 60px 60px 60px 60px;
        border-radius: 5px 5px 5px 5px;
    }
    
    .rs-about.about-style3 .our-carpenter-bg .requset-services-wrap {
        background-color: #E88E2E;
        padding: 30px 50px 40px 50px;
        border-radius: 5px 5px 5px 5px;
    }
    
    .rs-about.about-style3 .our-carpenter-bg .requset-services-wrap .title-heading {
        text-align: center;
    }
    
    .rs-about.about-style3 .our-carpenter-bg .requset-services-wrap .title-heading .title {
        font-size: 30px;
        line-height: 40px;
        color: #ffffff;
        font-weight: 700;
        margin: 0px 0px 0px 0px;
    }
    
    .rs-about.about-style3 .our-carpenter-bg .requset-services-wrap .contact-wrap .from-control {
        padding: 12px 20px;
        border-radius: 3px 3px 3px 3px;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        background-color: #E88E2E;
        border-color: #EABD8D;
        color: #333333;
        width: 100%;
        opacity: 1;
    }
    
    .rs-about.about-style3 .our-carpenter-bg .requset-services-wrap .contact-wrap textarea {
        height: 120px;
    }
    
    .rs-about.about-style3 .our-carpenter-bg .requset-services-wrap .contact-wrap ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #fff;
        opacity: 0.79;
    }
    
    .rs-about.about-style3 .our-carpenter-bg .requset-services-wrap .contact-wrap ::-moz-placeholder {
        /* Firefox 19+ */
        color: #fff;
        opacity: 0.79;
    }
    
    .rs-about.about-style3 .our-carpenter-bg .requset-services-wrap .contact-wrap :-ms-input-placeholder {
        /* IE 10+ */
        color: #fff;
        opacity: 0.79;
    }
    
    .rs-about.about-style3 .our-carpenter-bg .requset-services-wrap .contact-wrap :-moz-placeholder {
        /* Firefox 18- */
        color: #fff;
        opacity: 0.79;
    }
    
    .rs-about.about-style3 .image-wrap {
        margin: 0px 0px 0px -70px;
    }
    
    .rs-about.about-style4 .about-section-inner {
        display: inline-block;
    }
    
    .rs-about.about-style4 .about-section-inner .img-part {
        width: 33%;
        float: left;
    }
    
    .rs-about.about-style4 .about-section-inner .about-content {
        width: 65%;
        float: left;
        margin: -4px 0px 0px 0px;
        padding: 0px 27px 0px 30px;
    }
    
    .rs-about.about-style4 .about-section-inner .about-content .text-part {
        font-size: 18px;
        font-weight: 500;
        line-height: 30px;
        color: #010d14;
        padding: 0px 0px 0px 0px;
    }
    
    .rs-about.about-style4 .about-section-inner .about-content .content-information {
        position: relative;
        padding-top: 20px;
    }
    
    .rs-about.about-style4 .about-section-inner .about-content .content-information .title-name {
        font-size: 18px;
        line-height: 20px;
        font-weight: 600;
        color: #010d14;
        font-family: "Montserrat", Sans-serif;
        margin-bottom: 10px;
    }
    
    .rs-about.about-style4 .about-section-inner .about-content .content-information .title {
        font-weight: 600;
        color: #010d14;
    }
    
    .rs-about.about-style4 .about-section-inner .about-content .content-information .images-part {
        position: absolute;
        left: 54%;
        top: 43%;
    }
    
    .rs-about.about-style4 .about-section-inner .about-content .content-information .images-part img {
        width: 130px;
        max-width: 130px;
        top: 355px;
    }
    /* ------------------------------------
	06. Breadcrumbs Section CSS
---------------------------------------*/
    
    .rs-breadcrumbs {
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position: top left !important;
    }
    
    .rs-breadcrumbs .breadcrumbs-inner {
        padding: 50px 10px 50px 10px;
        text-align: center;
    }
    
    .rs-breadcrumbs .breadcrumbs-inner .page-title {
        position: relative;
        z-index: 1;
        font-size: 48px;
        line-height: 1.3;
        font-weight: 700;
        color: #ffffff;
        padding-top: 20px;
        margin-bottom: 18px;
    }
    
    .rs-breadcrumbs .breadcrumbs-inner .page-title:after {
        content: "";
        height: 5px;
        position: absolute;
        top: -5px;
        margin: 0 auto;
        left: 0;
        right: 0;
        transition: all .3s ease;
        z-index: -1;
        background: #F58634;
        width: 65px;
    }
    
    .rs-breadcrumbs .breadcrumbs-inner .sub-text {
        font-size: 18px;
        line-height: 30px;
        font-weight: 400;
        color: #fff;
        text-transform: capitalize;
        margin-bottom: 32px;
        display: inline-block;
    }
    
    .rs-breadcrumbs .breadcrumbs-inner .breadcrumbs-area {
        background: rgba(255, 255, 255, 0.1);
        padding: 13px 30px;
        max-width: 300px;
        margin: 0 auto;
    }
    
    .rs-breadcrumbs .breadcrumbs-inner .breadcrumbs-area li {
        color: #ffffff;
        display: inline-block;
        font-size: 14px;
        font-weight: 400;
    }
    
    .rs-breadcrumbs .breadcrumbs-inner .breadcrumbs-area li a {
        position: relative;
        padding-right: 30px;
        font-size: 14px;
        color: #ffffff;
    }
    
    .rs-breadcrumbs .breadcrumbs-inner .breadcrumbs-area li a:before {
        content: "";
        position: absolute;
        background: #F58634;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        right: 10px;
        top: 5px;
    }
    
    .rs-breadcrumbs .breadcrumbs-inner .breadcrumbs-area li a:hover {
        color: #F58634;
    }
    
    .rs-breadcrumbs.img1 {
        background: url(assets/images/bg/footer-bg4-main.png);
    }
    
    .rs-breadcrumbs.img2 {
        background: url(assets/images/breadcrumbs/inr-2.jpg);
    }
    
    .rs-breadcrumbs.img3 {
        background: url(assets/images/breadcrumbs/inr-3.jpg);
    }
    
    .rs-breadcrumbs.img4 {
        background: url(assets/images/breadcrumbs/inr-4.jpg);
    }
    
    .rs-breadcrumbs.img5 {
        background: url(assets/images/breadcrumbs/inr-5.jpg);
    }
    
    .rs-breadcrumbs.img6 {
        background: url(assets/images/breadcrumbs/inr-6.jpg);
    }
    /* ------------------------------------
	07. Banner Section CSS
---------------------------------------*/
    
    .rs-banner.banner-style1 {
        background: url(assets/images/banner/banner-1.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .rs-banner.banner-style1 .content-wrap {
        padding: 198px 0 165px;
    }
    
    .rs-banner.banner-style1 .content-wrap .sub-text {
        font-size: 16px;
        line-height: 26px;
        font-weight: 500;
        color: #ffffff;
        text-transform: uppercase;
        display: block;
        margin-bottom: 12px;
    }
    
    .rs-banner.banner-style1 .content-wrap .title {
        font-size: 65px;
        line-height: 1.3;
        font-weight: 700;
        color: #ffffff;
        margin: 0 0 27px;
    }
    
    .rs-banner.banner-style1 .content-wrap .description p {
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
        color: #ffffff;
        margin: 0;
    }
    
    .rs-banner.banner-style1 .get-quote-widget .title-heading {
        padding: 20px 0px 20px 0px;
        background-color: #0052da;
        text-align: center;
    }
    
    .rs-banner.banner-style1 .get-quote-widget .title-heading .title {
        font-size: 24px;
        line-height: 1.3;
        color: #fff;
        font-weight: 700;
        margin: 0px 0px 0px 0px;
    }
    
    .rs-banner.banner-style1 .get-quote-widget .contact-wrap {
        padding: 30px 30px 0px 30px;
        background-color: #FFFFFF;
    }
    
    .rs-banner.banner-style1 .get-quote-widget .contact-wrap .from-control {
        padding: 12px 20px;
        border: 1px solid #f1f1f1;
        color: #454545;
        width: 100%;
        opacity: 1;
    }
    
    .rs-banner.banner-style1 .get-quote-widget .contact-wrap textarea {
        height: 120px;
    }
    
    .rs-banner.banner-style1 .get-quote-widget .contact-wrap ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #454545;
        opacity: 0.5;
    }
    
    .rs-banner.banner-style1 .get-quote-widget .contact-wrap ::-moz-placeholder {
        /* Firefox 19+ */
        color: #454545;
        opacity: 0.5;
    }
    
    .rs-banner.banner-style1 .get-quote-widget .contact-wrap :-ms-input-placeholder {
        /* IE 10+ */
        color: #454545;
        opacity: 0.5;
    }
    
    .rs-banner.banner-style1 .get-quote-widget .contact-wrap :-moz-placeholder {
        /* Firefox 18- */
        color: #454545;
        opacity: 0.5;
    }
    /* ------------------------------------
	08. Slider Section CSS
---------------------------------------*/
    
    .rs-slider.rs-slider-style2 {
        overflow: hidden;
        position: relative;
        /*-- Animations Start --*/
        /*-- Animations End --*/
    }
    
    .rs-slider.rs-slider-style2 .slider-bottom {
        display: block;
        overflow: hidden;
    }
    
    .rs-slider.rs-slider-style2 .slider-bottom .more {
        display: inline-block !important;
    }
    
    .rs-slider.rs-slider-style2 .sl-subtitle {
        -webkit-animation: fadeInDown 1.7s ease-in-out;
        animation: fadeInDown 1.7s ease-in-out;
    }
    
    .rs-slider.rs-slider-style2 .sl-title {
        -webkit-animation: fadeInLeft 1.5s ease-in-out;
        animation: fadeInLeft 1.5s ease-in-out;
    }
    
    .rs-slider.rs-slider-style2 .small-title2 {
        -webkit-animation: fadeInLeft 1.6s ease-in-out;
        animation: fadeInLeft 1.6s ease-in-out;
    }
    
    .rs-slider.rs-slider-style2 .sl-desc {
        -webkit-animation: fadeInLeft 1.6s ease-in-out;
        animation: fadeInLeft 1.7s ease-in-out;
    }
    
    .rs-slider.rs-slider-style2 .slider-bottom {
        -webkit-animation: fadeInUp 1.8s ease-in-out;
        animation: fadeInUp 1.8s ease-in-out;
    }
    
    .rs-slider.rs-slider-style2 .sl-subtitle1 {
        -webkit-animation: fadeInDown 1.7s ease-in-out;
        animation: fadeInDown 1.7s ease-in-out;
    }
    
    .rs-slider.rs-slider-style2 .sl-title1 {
        -webkit-animation: fadeInRight 1.5s ease-in-out;
        animation: fadeInRight 1.5s ease-in-out;
    }
    
    .rs-slider.rs-slider-style2 .sl-desc1 {
        -webkit-animation: fadeInRight 1.6s ease-in-out;
        animation: fadeInRight 1.6s ease-in-out;
    }
    
    .rs-slider.rs-slider-style2 .slider-bottom1 {
        -webkit-animation: fadeInUp 1.8s ease-in-out;
        animation: fadeInUp 1.8s ease-in-out;
    }
    
    .rs-slider.rs-slider-style2 .container {
        position: relative;
        height: 100%;
    }
    
    .rs-slider.rs-slider-style2 .container .content-part {
        position: absolute;
        content: '';
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
    
    .rs-slider.rs-slider-style2 .container .content-part .sl-subtitle {
        font-size: 16px;
        font-weight: 500;
        line-height: 28px;
        color: #333333;
        text-transform: uppercase;
        display: block;
        margin: 0 0 10px;
    }
    
    .rs-slider.rs-slider-style2 .container .content-part .sl-subtitle .sl-icons {
        position: relative;
        top: -3px;
        margin-right: 5px;
    }
    
    .rs-slider.rs-slider-style2 .container .content-part .sl-title {
        font-size: 65px;
        font-weight: 700;
        line-height: 75px;
        color: #010d14;
        margin: 0 0 15px;
    }
    
    .rs-slider.rs-slider-style2 .container .content-part .sl-desc {
        font-size: 18px;
        font-weight: 500;
        line-height: 28px;
        color: #333333;
        margin: 0 0 40px;
    }
    
    .rs-slider.rs-slider-style2 .container .animation-wrap .animate-style {
        position: absolute;
    }
    
    .rs-slider.rs-slider-style2 .container .animation-wrap .animate-style .sl-icons1 {
        width: 24px !important;
    }
    
    .rs-slider.rs-slider-style2 .container .animation-wrap .animate-style.one {
        left: -18%;
        top: 23%;
    }
    
    .rs-slider.rs-slider-style2 .container .animation-wrap .animate-style.two {
        left: 29%;
        bottom: 11%;
    }
    
    .rs-slider.rs-slider-style2 .container .animation-wrap .animate-style.three {
        right: 39%;
        top: 8%;
    }
    
    .rs-slider.rs-slider-style2 .container-side-slide2 {
        position: relative;
        height: 100%;
        overflow: hidden;
    }
    
    .rs-slider.rs-slider-style2 .container-side-slide2 .content-part {
        position: absolute;
        content: '';
        top: 50%;
        right: -100%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
    
    .rs-slider.rs-slider-style2 .container-side-slide2 .content-part .sl-subtitle1 {
        font-size: 16px;
        font-weight: 500;
        line-height: 28px;
        color: #333333;
        text-transform: uppercase;
        display: block;
        margin: 0 0 10px;
    }
    
    .rs-slider.rs-slider-style2 .container-side-slide2 .content-part .sl-subtitle1 .sl-icons {
        position: relative;
        top: -3px;
        margin-right: 5px;
    }
    
    .rs-slider.rs-slider-style2 .container-side-slide2 .content-part .sl-title1 {
        font-size: 65px;
        font-weight: 700;
        line-height: 75px;
        color: #010d14;
        margin: 0 0 15px;
    }
    
    .rs-slider.rs-slider-style2 .container-side-slide2 .content-part .sl-desc1 {
        font-size: 18px;
        font-weight: 500;
        line-height: 28px;
        color: #333333;
        margin: 0 0 40px;
    }
    
    .rs-slider.rs-slider-style2 .container-side-slide2 .animation-wrap2 .animate-style {
        position: absolute;
    }
    
    .rs-slider.rs-slider-style2 .container-side-slide2 .animation-wrap2 .animate-style .sl-icons2 {
        width: 24px !important;
    }
    
    .rs-slider.rs-slider-style2 .container-side-slide2 .animation-wrap2 .animate-style.one {
        right: 11%;
        top: 52%;
    }
    
    .rs-slider.rs-slider-style2 .container-side-slide2 .animation-wrap2 .animate-style.two {
        right: 60%;
        top: 10%;
    }
    
    .rs-slider.rs-slider-style2 .container-side-slide2 .animation-wrap2 .animate-style.three {
        right: 46%;
        bottom: 10%;
    }
    
    .rs-slider.rs-slider-style2 .nivo-caption {
        padding: 0;
    }
    
    .rs-slider.rs-slider-style2 .nivo-directionNav>a {
        background: rgba(0, 0, 0, 0.2);
    }
    
    .rs-slider.rs-slider-style2 .nivo-directionNav>a:before {
        color: #ffffff;
    }
    
    .rs-slider.rs-slider-style2.rs-slider-style3 .container .content-part .sl-subtitle {
        position: relative;
        padding-left: 62px;
    }
    
    .rs-slider.rs-slider-style2.rs-slider-style3 .container .content-part .sl-subtitle:before {
        position: absolute;
        content: "";
        background: #F58634;
        height: 2px;
        transition: all .4s ease;
        width: 50px;
        right: 0;
        left: 0;
        bottom: 14px;
        margin-left: 0;
        z-index: 0;
    }
    
    .rs-slider.rs-slider-style2.rs-slider-style3 .container .content-part .sl-desc {
        font-size: 20px;
        font-weight: 400;
        line-height: 30px;
        margin: 0 0 40px;
    }
    
    .rs-slider.rs-slider-style2.rs-slider-style3 .container .content-part .sl-title {
        font-size: 90px;
        line-height: 90px;
        margin: 0 0 15px;
    }
    
    .rs-slider.rs-slider-style2.rs-slider-style3 .container .content-part .small-title2 {
        font-size: 70px;
        line-height: 85px;
    }
    
    .rs-slider.rs-slider-style2.rs-slider-style3 .container .content-part .small-title2 span {
        position: relative;
        z-index: 11;
    }
    
    .rs-slider.rs-slider-style2.rs-slider-style3 .container .content-part .small-title2 span:before {
        content: "";
        position: absolute;
        bottom: 9px;
        left: 4.5px;
        width: 185px;
        height: 25px;
        z-index: -1;
        background-color: #F58634;
    }
    
    .rs-slider.rs-slider-style2.rs-slider-style3 .container .content-part .small-title2 .bdr-big {
        position: relative;
        z-index: 11;
    }
    
    .rs-slider.rs-slider-style2.rs-slider-style3 .container .content-part .small-title2 .bdr-big:before {
        content: "";
        position: absolute;
        bottom: 9px;
        left: 5.5px;
        width: 224px;
        height: 25px;
        z-index: -1;
        background-color: #F58634;
    }
    
    .rs-slider.rs-slider-style2.rs-slider-style3 .nivo-directionNav>a {
        background: #d2d6d7;
    }
    
    .rs-slider.rs-slider-style2.rs-slider-style4 {
        position: relative;
        z-index: 2;
    }
    
    .rs-slider.rs-slider-style2.rs-slider-style4 .container .content-part .sl-subtitle {
        opacity: 1;
        color: #F58634;
        margin: 0 0 15px;
    }
    
    .rs-slider.rs-slider-style2.rs-slider-style4 .container .content-part .sl-title {
        font-size: 80px;
        line-height: 80px;
        color: #ffffff;
        margin: 0 0 50px;
    }
    
    .rs-slider.rs-slider-style2.rs-slider-style4 .nivo-directionNav>a {
        background: #fff;
    }
    
    .rs-slider.rs-slider-style2.rs-slider-style4 .nivo-directionNav>a:before {
        color: #021b79;
    }
    
    .rs-slider.rs-slider-style2.rs-slider-style5 .slider-bottom {
        display: block;
        overflow: hidden;
    }
    
    .rs-slider.rs-slider-style2.rs-slider-style5 .slider-bottom .red-btn {
        display: inline-block !important;
    }
    
    .rs-slider.rs-slider-style2.rs-slider-style5 .container .content-part .sl-subtitle img {
        position: relative;
        top: -2px;
        margin-right: 3px;
        max-width: 25px;
    }
    
    .rs-slider.rs-slider-style2.rs-slider-style5 .container .content-part .sl-title {
        font-size: 70px;
        font-weight: 700;
        line-height: 80px;
        color: #ffffff;
        text-transform: uppercase;
        margin: 0 0 10px;
    }
    
    .rs-slider.rs-slider-style2.rs-slider-style5 .container .content-part .sl-subtitle {
        font-size: 16px;
        font-weight: 500;
        color: #ffffff;
    }
    
    .rs-slider.rs-slider-style2.rs-slider-style5 .container .content-part .sl-desc {
        font-size: 20px;
        font-weight: 400;
        line-height: 30px;
        color: #ffffff;
        margin: 0 0 40px;
    }
    
    .rs-slider.rs-slider-style2.rs-slider-style5 .nivo-directionNav>a {
        background: #0d161f;
    }
    
    .rs-slider.rs-slider-style2.rs-slider-style6 .container .content-part {
        top: 54%;
    }
    
    .rs-slider.rs-slider-style2.rs-slider-style6 .slider-bottom .red2-more {
        display: inline-block !important;
    }
    
    .rs-slider.rs-slider-style2.rs-slider-style6 .container .content-part .sl-subtitle {
        margin: 0 0 6px;
        color: #e8271e;
    }
    
    .rs-slider.rs-slider-style2.rs-slider-style6 .container .content-part .sl-title {
        font-size: 80px;
        line-height: 100px;
        color: #ffffff;
        margin: 0 0 10px;
    }
    
    .rs-slider.rs-slider-style2.rs-slider-style6 .container .content-part .sl-desc {
        font-size: 20px;
        font-weight: 400;
        line-height: 30px;
        color: #fff;
        margin: 0 0 40px;
    }
    
    .rs-slider.rs-slider-style2.rs-slider-style6 .nivo-directionNav>a {
        background: #090b18;
    }
    
    .rs-slider.rs-slider-style2.rs-slider-style7 .slider-bottom .paste-btn {
        display: inline-block !important;
    }
    
    .rs-slider.rs-slider-style2.rs-slider-style7 .container .content-part {
        position: absolute;
        content: '';
        top: 50%;
        left: 54%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
    
    .rs-slider.rs-slider-style2.rs-slider-style7 .container .content-part .sl-title {
        font-size: 57px;
        font-weight: 800;
        line-height: 68px;
        color: #ffffff;
        margin: 0 0 20px;
    }
    
    .rs-slider.rs-slider-style2.rs-slider-style7 .container .content-part .sl-desc {
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        color: #ffffff;
        margin: 0 0 35px;
    }
    
    .rs-slider.rs-slider-style2.rs-slider-style7 .container .slide-layer {
        position: absolute;
        width: 550px;
        height: 400px;
        background-color: rgba(24, 54, 80, 0.86);
        color: #ffffff;
        opacity: 1;
        transform: translateY(-88%);
        left: -3%;
        content: '';
        z-index: -11;
    }
    
    .rs-slider.rs-slider-style2.rs-slider-style7 .nivo-directionNav>a {
        background: #183650;
    }
    
    .rs-slider.rs-slider-style2.rs-slider-style9 .slider-bottom {
        display: block;
        overflow: hidden;
    }
    
    .rs-slider.rs-slider-style2.rs-slider-style9 .slider-bottom li {
        display: inline-block;
        margin-right: 28px;
    }
    
    .rs-slider.rs-slider-style2.rs-slider-style9 .slider-bottom li:last-child {
        margin-right: 0;
    }
    
    .rs-slider.rs-slider-style2.rs-slider-style9 .slider-bottom .tan-btn {
        display: inline-block !important;
    }
    
    .rs-slider.rs-slider-style2.rs-slider-style9 .container .content-part .sl-subtitle {
        font-size: 18px;
        color: #F58634;
        text-transform: capitalize;
        margin: 0 0 17px;
    }
    
    .rs-slider.rs-slider-style2.rs-slider-style9 .container .content-part .sl-title {
        font-size: 65px;
        line-height: 70px;
        font-weight: 700;
        color: #010d14;
        margin: 0 0 30px;
    }
    
    .rs-slider.rs-slider-style2.rs-slider-style9 .container .content-part .sl-desc {
        font-size: 18px;
        font-weight: 400;
        line-height: 29px;
        color: #333333;
        margin: 0 0 38px;
    }
    
    .rs-slider.rs-slider-style2.rs-slider-style9 .nivo-directionNav>a {
        background: #8e8e8e;
    }
    
    .rs-slider.rs-slider-style2.rs-slider-style10 .slider-bottom .paste-btn2 {
        display: inline-block !important;
    }
    
    .rs-slider.rs-slider-style2.rs-slider-style10 .container .content-part .sl-title {
        font-size: 70px;
        line-height: 80px;
        color: #ffffff;
        margin: 0 0 23px;
    }
    
    .rs-slider.rs-slider-style2.rs-slider-style10 .container .content-part .sl-desc {
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        color: #ffffff;
        margin: 0 0 33px;
    }
    
    .rs-slider.rs-slider-style2.rs-slider-style10 .nivo-directionNav>a {
        background: rgba(0, 0, 0, 0.1);
    }
    
    .rs-slider .sl-wrap {
        padding: 50px 0;
    }
    
    .rs-slider .nivo-directionNav>a {
        font-size: 0;
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        border-radius: 50%;
        border: none;
        background: #333;
        background: rgba(0, 0, 0, 0.25);
        transition: all 0.4s ease-out;
        opacity: 1;
    }
    
    .rs-slider .nivo-directionNav>a.nivo-prevNav,
    .rs-slider .nivo-directionNav>a.nivo-nextNav {
        left: 30px;
        background: #cbcfd5;
    }
    
    .rs-slider .nivo-directionNav>a.nivo-prevNav {
        top: 50%;
    }
    
    .rs-slider .nivo-directionNav>a.nivo-prevNav:before {
        content: "\f104";
    }
    
    .rs-slider .nivo-directionNav>a.nivo-nextNav {
        top: 50%;
        transform: translateY(-50%);
        right: 30px;
        left: unset;
    }
    
    .rs-slider .nivo-directionNav>a.nivo-nextNav:before {
        content: "\f105";
    }
    
    .rs-slider .nivo-directionNav>a:before {
        font-family: FontAwesome;
        position: absolute;
        font-size: 28px;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        transition: all 0.3s ease;
        color: #010d14;
    }
    
    .rs-slider .nivo-directionNav>a:hover {
        opacity: 95;
    }
    
    .rs-slider .nivo-controlNav {
        display: none !important;
    }
    
    .rs-slider .nivo-controlNav .nivo-control {
        width: 26px;
        height: 7px;
        border: 1px solid #fff;
        font-size: 0px;
        display: inline-block;
        margin-right: 7px;
        -webkit-transition: .4s ease all;
        transition: .4s ease all;
    }
    
    .rs-slider .nivo-controlNav .nivo-control.active {
        background: #F58634;
        border-color: #F58634;
    }
    
    .rs-slider.rs-slider-style8 {
        background: url(assets/images/slider/style2/slide-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    
    .rs-slider.rs-slider-style8 .slider {
        overflow: hidden;
    }
    
    .rs-slider.rs-slider-style8 .slider .container {
        position: relative;
        padding: 335px 15px 205px;
    }
    
    .rs-slider.rs-slider-style8 .slider .container .content-part .sl-sub-title {
        font-size: 16px;
        line-height: 30px;
        font-weight: 500;
        color: #ffffff;
        text-transform: uppercase;
        display: block;
        margin: 0 0 7px;
    }
    
    .rs-slider.rs-slider-style8 .slider .container .content-part .sl-title {
        font-size: 70px;
        line-height: 80px;
        font-weight: 700;
        color: #ffffff;
        margin: 0 0 10px;
    }
    
    .rs-slider.rs-slider-style8 .slider .container .content-part .sl-title-small {
        font-size: 52px;
        line-height: 62px;
        font-weight: 700;
        color: #ffffff;
        margin: 0 0 22px;
    }
    
    .rs-slider.rs-slider-style8 .slider .container .content-part .sl-desc {
        font-size: 18px;
        line-height: 30px;
        font-weight: 400;
        color: #ffffff;
        margin: 0 0 42px;
    }
    
    .rs-slider.rs-slider-style8 .owl-item.active .slider {
        /*-- Animations Start --*/
        /*-- Animations End --*/
    }
    
    .rs-slider.rs-slider-style8 .owl-item.active .slider .sl-sub-title {
        -webkit-animation: fadeInDown 1.4s ease-in-out;
        animation: fadeInDown 1.4s ease-in-out;
    }
    
    .rs-slider.rs-slider-style8 .owl-item.active .slider .sl-title {
        -webkit-animation: fadeInRight 1.5s ease-in-out;
        animation: fadeInRight 1.5s ease-in-out;
    }
    
    .rs-slider.rs-slider-style8 .owl-item.active .slider .sl-title-small {
        -webkit-animation: fadeInRight 1.6s ease-in-out;
        animation: fadeInRight 1.6s ease-in-out;
    }
    
    .rs-slider.rs-slider-style8 .owl-item.active .slider .sl-desc {
        -webkit-animation: fadeInRight 1.7s ease-in-out;
        animation: fadeInRight 1.7s ease-in-out;
    }
    
    .rs-slider.rs-slider-style8 .owl-item.active .slider .slider-bottom {
        -webkit-animation: fadeInUp 1.4s ease-in-out;
        animation: fadeInUp 1.4s ease-in-out;
    }
    
    .rs-slider.rs-slider-style8 .owl-nav {
        display: block;
    }
    
    .rs-slider.rs-slider-style8 .owl-nav .owl-next,
    .rs-slider.rs-slider-style8 .owl-nav .owl-prev {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 70px;
        height: 70px;
        line-height: 74px;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.1);
        text-align: center;
        color: #ffffff;
        transition: all 0.5s;
        transition-delay: 0.70s;
        opacity: 0;
        visibility: hidden;
    }
    
    .rs-slider.rs-slider-style8 .owl-nav .owl-next i:before,
    .rs-slider.rs-slider-style8 .owl-nav .owl-prev i:before {
        content: "\f112";
        font-family: Flaticon;
        font-size: 20px;
        margin-right: 3px;
    }
    
    .rs-slider.rs-slider-style8 .owl-nav .owl-next:hover,
    .rs-slider.rs-slider-style8 .owl-nav .owl-prev:hover {
        background: #c0c0c0;
        background: rgba(0, 0, 0, 0.5);
    }
    
    .rs-slider.rs-slider-style8 .owl-nav .owl-next {
        right: 0;
        left: unset;
    }
    
    .rs-slider.rs-slider-style8 .owl-nav .owl-next i:before {
        content: "\f113";
        margin-right: 0;
        margin-left: 3px;
    }
    
    .rs-slider.rs-slider-style8:hover .owl-nav .owl-next,
    .rs-slider.rs-slider-style8:hover .owl-nav .owl-prev {
        left: 30px;
        transition-delay: 0s;
        visibility: visible;
        opacity: 1;
    }
    
    .rs-slider.rs-slider-style8:hover .owl-nav .owl-next {
        right: 30px;
        left: unset;
    }
    
    .rs-slider.case-slider-style3 .owl-nav .owl-next,
    .rs-slider.case-slider-style3 .owl-nav .owl-prev {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 10px;
        font-size: 25px;
        font-weight: 600;
        text-align: center;
        color: #ffffff;
    }
    
    .rs-slider.case-slider-style3 .owl-nav .owl-next i:before,
    .rs-slider.case-slider-style3 .owl-nav .owl-prev i:before {
        content: "\f112";
        font-family: Flaticon;
    }
    
    .rs-slider.case-slider-style3 .owl-nav .owl-next {
        right: 10px;
        left: unset;
    }
    
    .rs-slider.case-slider-style3 .owl-nav .owl-next i:before {
        content: "\f113";
    }
    /* ------------------------------------
	09. Choose Section CSS
---------------------------------------*/
    
    .rs-choose.choose-style1 .video-item {
        background-image: url(assets/images/video/video1g1.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }
    
    .rs-choose.choose-style1 .widget-wrap-content {
        margin: 120px 0px 115px 70px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 70px;
        padding: 0em 23em 0em 0em;
    }
    
    .rs-choose.choose-style1 .widget-wrap-content .rs-addon-services .services-item {
        display: flex;
        position: relative;
    }
    
    .rs-choose.choose-style1 .widget-wrap-content .rs-addon-services .services-item .serial-number {
        background-color: #F58634;
        position: absolute;
        left: 0px !important;
        font-size: 20px;
        font-weight: 700;
        line-height: 2em;
        text-align: center;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        width: 40px;
        height: 40px;
        border-radius: 30px 30px 30px 30px;
    }
    
    .rs-choose.choose-style1 .widget-wrap-content .rs-addon-services .services-item .services-text {
        padding: 5px 0px 0px 55px;
    }
    
    .rs-choose.choose-style1 .widget-wrap-content .rs-addon-services .services-item .services-text .services-title .title {
        font-size: 18px;
        line-height: 28px;
        font-weight: 500;
        font-family: "Roboto", Sans-serif;
        margin: 0 0 10px;
        color: #010d14;
    }
    
    .rs-choose.choose-style1 .widget-wrap-content .working-skill-part .icon-list-item li {
        display: inline-block;
        margin-right: 4px;
    }
    
    .rs-choose.choose-style1 .widget-wrap-content .working-skill-part .icon-list-item li i {
        color: #F58634;
    }
    
    .rs-choose.choose-style1 .widget-wrap-content .working-skill-part .icon-list-item li:last-child {
        margin-right: 0;
    }
    
    .rs-choose.choose-style1 .widget-wrap-content .working-skill-part .title-inner .title {
        font-size: 18px;
        font-weight: 500;
        font-family: "Roboto", Sans-serif;
        color: #010d14;
        margin: 0px 0px 0px 0px;
    }
    
    .rs-choose.choose-style1 .widget-wrap-content .working-skill-part .view-result {
        margin: 0;
    }
    
    .rs-choose.choose-style1 .widget-wrap-content .working-skill-part .view-result a {
        color: #010d14;
    }
    
    .rs-choose.choose-style1 .widget-wrap-content .working-skill-part .view-result a span {
        font-weight: 700;
        text-decoration: underline;
    }
    
    .rs-choose.choose-style1 .widget-wrap-content .working-skill-part .view-result a:hover {
        color: #F58634;
    }
    
    .rs-choose.choose-style2 .choose-content {
        padding: 115px 130px 100px;
    }
    
    .rs-choose.choose-style2 .choose-img {
        background-image: url(assets/images/choose/benefit/skill-blog.jpg);
        background-position: top center;
        background-size: cover;
    }
    
    .rs-choose.choose-style3 .choose-widget-content {
        padding: 14% 7% 14% 41.5%;
    }
    
    .rs-choose.choose-style3 .choose-widget-content .rs-addon-services .services-item {
        text-align: center;
        padding: 30px 20px 31px 20px;
        background-color: #FFFFFF;
        border-radius: 5px 5px 5px 5px;
        margin: 0 2px 0 2px;
    }
    
    .rs-choose.choose-style3 .choose-widget-content .rs-addon-services .services-item .services-icon {
        margin: 0px 0px 22px 0px;
    }
    
    .rs-choose.choose-style3 .choose-widget-content .rs-addon-services .services-item .services-icon img {
        height: 50px;
        width: 50px;
        max-width: 100%;
        transform: scale(1);
        transition: 0.4s;
    }
    
    .rs-choose.choose-style3 .choose-widget-content .rs-addon-services .services-item .services-text .services-title .title {
        font-size: 20px;
        font-weight: 700;
        line-height: 1.35em;
        font-family: "Roboto", Sans-serif;
        margin: 0 0 0;
    }
    
    .rs-choose.choose-style3 .choose-widget-content .rs-addon-services .services-item .services-text .services-title .title a {
        color: #000000;
    }
    
    .rs-choose.choose-style3 .choose-widget-content .rs-addon-services .services-item .services-text .services-title .title a:hover {
        color: #eb003d;
    }
    
    .rs-choose.choose-style3 .choose-widget-content .rs-addon-services .services-item:hover .services-icon img {
        transform: scale(1.1);
    }
    
    .rs-choose.choose-style3 .video-item {
        background-image: url(assets/images/video/video-image2.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        padding: 295px 0px 295px 0px;
    }
    
    .rs-choose.choose-style3 .contact-bd {
        background-image: url(assets/images/bg/contact-bd.jpg);
        background-repeat: no-repeat;
        background-position: top left;
        background-size: cover;
        padding: 55px 70px 48px 70px;
    }
    
    .rs-choose.choose-style3 .contact-bd .prelements-heading .title-inner .title {
        font-size: 36px;
        line-height: 1.3;
        font-weight: 700;
        color: #ffffff;
        margin: 0px 0px 15px 0px;
    }
    
    .rs-choose.choose-style3 .contact-bd .prelements-heading .description p {
        font-size: 30px;
        font-weight: 500;
        color: #FFFFFF;
        margin: 0;
    }
    
    .rs-choose.choose-style4 .rs-choose-content {
        padding: 12.5% 2% 12.5% 38.4%;
    }
    
    .rs-choose.choose-style4 .rs-choose-content .rs-addon-services {
        display: flex;
    }
    
    .rs-choose.choose-style4 .rs-choose-content .rs-addon-services .services-icon {
        text-align: center;
        background: #0052da;
        line-height: 60px !important;
        min-width: 80px;
        height: 80px;
        border-radius: 50% 50% 50% 50% !important;
        padding: 5px;
        font-size: 50px;
        display: inline-block;
    }
    
    .rs-choose.choose-style4 .rs-choose-content .rs-addon-services .services-icon img {
        height: 40px;
        width: 40px;
        max-width: unset;
    }
    
    .rs-choose.choose-style4 .rs-choose-content .rs-addon-services .services-text {
        padding: 0px 0px 0px 25px;
    }
    
    .rs-choose.choose-style4 .rs-choose-content .rs-addon-services .services-text .title {
        font-size: 22px;
        font-weight: 700;
        line-height: 30px;
        color: #010d14;
        font-family: "Roboto", Sans-serif;
        margin: 0 0 10px;
    }
    
    .rs-choose.choose-style4 .rs-choose-content .rs-addon-services .services-text .services-txt {
        margin: 0;
    }
    
    .rs-choose.choose-style4 .video-item {
        background-image: url(assets/images/video/video-image3.jpg);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        padding: 390px 0px 390px 0px;
    }
    
    .rs-choose.choose-style4.choose-modify1 .rs-choose-content {
        padding: 0;
    }
    
    .rs-choose.choose-style4.choose-modify1 .rs-choose-content .rs-addon-services .services-text {
        padding: 0px 12px 0px 25px;
    }
    
    .rs-choose.choose-style4.choose-modify1 .rs-choose-content .rs-addon-services .services-icon {
        background: #e88e2e;
    }
    
    .rs-choose.choose-style4.choose-modify1 .video-item {
        background-image: url(assets/images/video/video-image4.jpg);
        padding: 280px 0px 280px 0px;
        border-radius: 4px 4px 4px 4px;
    }
    
    .rs-choose.choose-style5 .sec-image {
        background-image: url(assets/images/choose/style3/sec-image.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .rs-choose.choose-style5 .rs-choose-content {
        padding: 110px 80px 110px 65px;
    }
    
    .rs-choose.choose-style5 .rs-choose-content .services-part {
        display: flex;
        padding: 10px 10px 10px 10px;
    }
    
    .rs-choose.choose-style5 .rs-choose-content .services-part .services-icon {
        margin: 0 25px 0 0;
        display: inline-block;
        padding: 5px;
        font-size: 50px;
        line-height: 50px;
    }
    
    .rs-choose.choose-style5 .rs-choose-content .services-part .services-icon img {
        height: 60px;
        width: 60px;
        max-width: unset;
    }
    
    .rs-choose.choose-style5 .rs-choose-content .services-part .services-text {
        padding: 10px 23px 0 0;
    }
    
    .rs-choose.choose-style5 .rs-choose-content .services-part .services-text .title {
        font-size: 18px;
        line-height: 28px;
        font-weight: 600;
        font-family: "Roboto", Sans-serif;
        color: #21c0f5;
        margin: 0 0 10px;
    }
    
    .rs-choose.choose-style5 .rs-choose-content .services-part .services-text .services-txt {
        color: #ffffff;
        margin: 0;
    }
    
    .rs-choose.choose-style5 .choose-img {
        text-align: right;
        margin: 0px -70px 0px 0px;
    }
    /* ------------------------------------
	10. Cta Section CSS
---------------------------------------*/
    
    .rs-cta.cta-style1 .cta-content .title-heading .sub-text {
        font-size: 16px;
        font-weight: 500;
        text-transform: capitalize;
        line-height: 26px;
        color: #FFFFFF;
        margin: 0px 0px 7px 0px;
        display: inline-block;
    }
    
    .rs-cta.cta-style1 .cta-content .title-heading .title {
        font-size: 42px;
        line-height: 52px;
        font-weight: 700;
        color: #FFFFFF;
        margin: 0px 0px 0px 0px;
    }
    
    .rs-cta.cta-style1 .cta-img {
        margin: -87px 0px 0px 0px;
    }
    
    .rs-cta.cta-style1.cta-modify1 .address-wrap .address-icon i {
        color: #e88e2e;
    }
    
    .rs-cta.cta-style1.cta-modify1 .address-wrap {
        justify-content: center;
    }
    /* ------------------------------------
	11. Counter Section CSS
---------------------------------------*/
    
    .rs-counter.counter-style1 .rs-counter-list {
        text-align: left;
        padding: 28px 35px 40px 35px;
        background: #F586341F;
        clip-path: polygon(15% 0%, 100% 0, 100% 20%, 100% 74%, 85% 100%, 0 100%, 0% 80%, 0% 25%);
    }
    
    .rs-counter.counter-style1 .rs-counter-list .count-text .count-number {
        margin-bottom: 6px;
    }
    
    .rs-counter.counter-style1 .rs-counter-list .count-text .count-number .rs-count {
        font-size: 42px;
        line-height: 60px;
        font-weight: 700;
        color: #F58634;
        font-family: "Roboto", Sans-serif;
    }
    
    .rs-counter.counter-style1 .rs-counter-list .count-text .count-number .prefix {
        font-size: 42px;
        line-height: 60px;
        font-weight: 700;
        color: #F58634;
        font-family: "Roboto", Sans-serif;
    }
    
    .rs-counter.counter-style1 .rs-counter-list .count-text .title {
        font-size: 20px;
        font-weight: 500;
        line-height: 18px;
        color: #ffffff;
    }
    
    .rs-counter.counter-style1.counter-modify1 .rs-counter-list {
        position: relative;
        padding: 16px 0px 19px 20px;
        background: unset;
        clip-path: unset;
    }
    
    .rs-counter.counter-style1.counter-modify1 .rs-counter-list:before {
        position: absolute;
        content: '';
        left: 2px;
        top: 6px;
        bottom: 0;
        width: 70px;
        background: #F586341F;
        height: 125px;
    }
    
    .rs-counter.counter-style1.counter-modify1 .rs-counter-list .count-text .title {
        font-size: 18px;
    }
    
    .rs-counter.counter-style1.counter-modify2 .rs-counter-list {
        text-align: center;
        padding: 0px 0px 0px 0px;
        background: unset;
        clip-path: unset;
    }
    
    .rs-counter.counter-style1.counter-modify2 .rs-counter-list .count-text .count-number .prefix,
    .rs-counter.counter-style1.counter-modify2 .rs-counter-list .count-text .count-number .rs-count {
        font-size: 42px;
        line-height: 1.4em;
        font-weight: 700;
        color: #F58634;
        font-family: "Roboto", Sans-serif;
    }
    
    .rs-counter.counter-style2 .rs-counter-list {
        display: flex;
        align-items: center;
    }
    
    .rs-counter.counter-style2 .rs-counter-list .counter-icon {
        width: 80px;
        padding-right: 15px;
    }
    
    .rs-counter.counter-style2 .rs-counter-list .counter-text .counter-number .rs-count {
        position: relative;
        z-index: 2;
        font-size: 51px;
        font-weight: 700;
        color: #ffffff;
        line-height: 60px;
        display: inline-block;
        transition: all 0.3s ease 0s;
    }
    
    .rs-counter.counter-style2 .rs-counter-list .counter-text .counter-number .rs-count:after {
        content: "";
        height: 8px;
        position: absolute;
        background: #e8271e;
        bottom: 12px;
        right: 0;
        left: 0px;
        transition: all .3s ease;
        z-index: -1;
    }
    
    .rs-counter.counter-style2 .rs-counter-list .counter-text .counter-number .prefix {
        font-size: 51px;
        line-height: 72px;
        font-weight: 700;
        color: #FFFFFF;
    }
    
    .rs-counter.counter-style2 .rs-counter-list .counter-text .title {
        font-size: 15px;
        font-weight: 500;
        text-transform: uppercase;
        color: #ffffff;
    }
    
    .rs-counter.counter-style3 .rs-counter-list .counter-right-border {
        position: relative;
    }
    
    .rs-counter.counter-style3 .rs-counter-list .counter-right-border:after {
        content: '';
        position: absolute;
        width: 1px;
        height: 70px;
        background: #E2DDDF;
        top: -4px;
        right: -5px;
    }
    
    .rs-counter.counter-style3 .rs-counter-list .count-text .count-number {
        margin-bottom: 10px;
    }
    
    .rs-counter.counter-style3 .rs-counter-list .count-text .count-number .rs-count {
        font-size: 35px;
        line-height: 30px;
        font-weight: 700;
        color: #0052da;
    }
    
    .rs-counter.counter-style3 .rs-counter-list .count-text .count-number .prefix {
        font-size: 35px;
        line-height: 30px;
        font-weight: 700;
        color: #0052da;
    }
    
    .rs-counter.counter-style3 .rs-counter-list .count-text .title {
        font-size: 18px;
        font-weight: 500;
        line-height: 30px;
        color: #333333;
    }
    
    .rs-counter.counter-style3 .rs-counter-list.widget-padding {
        padding: 0 0 0 40px;
    }
    
    .rs-counter.counter-style3.counter-modify2 .rs-counter-list .count-text .count-number .prefix,
    .rs-counter.counter-style3.counter-modify2 .rs-counter-list .count-text .count-number .rs-count {
        color: #e88e2e;
    }
    
    .rs-counter.counter-style4 {
        position: relative;
        z-index: 11;
    }
    
    .rs-counter.counter-style4 .rs-html5-video {
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        object-fit: cover;
        width: 100%;
        height: 100%;
        margin: 0;
        line-height: 1;
        border: none;
    }
    
    .rs-counter.counter-style4 .background-video-wrap .background-overlay {
        background-color: #281D01;
        opacity: 0.7;
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        position: absolute;
    }
    
    .rs-counter.counter-style4 .rs-counter-list {
        position: relative;
    }
    
    .rs-counter.counter-style4 .rs-counter-list .counter-right-border {
        position: relative;
        z-index: 11;
    }
    
    .rs-counter.counter-style4 .rs-counter-list .counter-right-border:after {
        content: '';
        position: absolute;
        width: 1px;
        height: 290px;
        background: #FFFFFF7A;
        top: -13px;
        right: 35px;
    }
    
    .rs-counter.counter-style4 .rs-counter-list .counter-left-border {
        position: relative;
        z-index: 11;
    }
    
    .rs-counter.counter-style4 .rs-counter-list .counter-left-border:before {
        content: '';
        position: absolute;
        width: 515px;
        height: 1px;
        background: #FFFFFF7A;
        right: -90%;
        bottom: 46px;
    }
    
    .rs-counter.counter-style4 .rs-counter-list .counter-bottom-border {
        position: relative;
        z-index: 11;
    }
    
    .rs-counter.counter-style4 .rs-counter-list .counter-bottom-border:before {
        content: '';
        position: absolute;
        width: .3px;
        height: 270px;
        transform: rotate(-90deg);
        background: #FFFFFF7A;
        top: -30px;
        right: 35px;
    }
    
    .rs-counter.counter-style4 .rs-counter-list .count-text .count-number {
        margin-bottom: 10px;
    }
    
    .rs-counter.counter-style4 .rs-counter-list .count-text .count-number .rs-count {
        font-size: 70px;
        line-height: 30px;
        font-weight: 600;
        color: #ffffff;
    }
    
    .rs-counter.counter-style4 .rs-counter-list .count-text .count-number .prefix {
        font-size: 70px;
        line-height: 30px;
        font-weight: 600;
        color: #ffffff;
    }
    
    .rs-counter.counter-style4 .rs-counter-list .count-text .title {
        font-size: 20px;
        font-weight: 400;
        line-height: 30px;
        color: #FFFFFFC4;
    }
    
    .rs-counter.counter-style4 .rs-counter-list.widget-padding {
        padding: 0 0 0 40px;
    }
    
    .rs-counter.counter-style5 .rs-counter-list {
        padding: 60px 60px 50px 60px;
        margin: 0 -2px;
        background-color: #010D14;
    }
    
    .rs-counter.counter-style5 .rs-counter-list .counter-text .counter-icon {
        margin: 0px 0px 20px 0px;
    }
    
    .rs-counter.counter-style5 .rs-counter-list .counter-text .counter-icon img {
        width: 70px;
    }
    
    .rs-counter.counter-style5 .rs-counter-list .counter-text .counter-number .rs-count {
        font-size: 42px;
        line-height: 60px;
        font-weight: 700;
        color: #ffffff;
        display: inline-block;
        transition: all 0.3s ease 0s;
    }
    
    .rs-counter.counter-style5 .rs-counter-list .counter-text .counter-number .prefix {
        font-size: 42px;
        font-weight: 700;
        color: #ffffff;
        padding: 0px 0px 0px 0px;
    }
    
    .rs-counter.counter-style5 .rs-counter-list .counter-text .title {
        font-size: 18px;
        line-height: 18px;
        font-weight: 500;
        color: #EDEDED;
        transition: all 0.3s ease 0s;
        display: block;
    }
    
    .rs-counter.counter-style6 .rs-counter-list {
        padding: 60px 60px 50px 60px;
    }
    
    .rs-counter.counter-style6 .rs-counter-list .counter-text .counter-icon {
        margin-bottom: 20px;
    }
    
    .rs-counter.counter-style6 .rs-counter-list .counter-text .counter-icon img {
        width: 70px;
    }
    
    .rs-counter.counter-style6 .rs-counter-list .counter-text .counter-number .rs-count {
        font-size: 36px;
        line-height: 45px;
        font-weight: 600;
        color: #ffffff;
        padding: 15px 0px 0px 0px;
    }
    
    .rs-counter.counter-style6 .rs-counter-list .counter-text .counter-number .prefix {
        font-size: 36px;
        line-height: 45px;
        font-weight: 600;
        color: #ffffff;
        padding: 15px 0px 0px 0px;
    }
    
    .rs-counter.counter-style6 .rs-counter-list .counter-text .title {
        font-size: 16px;
        line-height: 18px;
        font-weight: 400;
        color: #ffffff;
    }
    /* ------------------------------------
	12. Contact Section CSS
---------------------------------------*/
    
    .rs-contact.contact-style1 .contact-right-img {
        background-image: url(assets/images/contact/con-right.png);
        background-position: center left;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .rs-contact.contact-style1 .contact-section {
        padding: 120px 22px 120px 45px;
    }
    
    .rs-contact.contact-style1 .contact-section .contact-wrap .from-control {
        padding: 15px 17px 15px 17px;
        color: #333333;
        background-color: #fff;
        border: none;
        width: 100%;
        max-width: 100%;
        opacity: 1;
    }
    
    .rs-contact.contact-style1 .contact-section .contact-wrap textarea {
        height: 120px;
    }
    
    .rs-contact.contact-style1 .contact-section .contact-wrap ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #333333;
        opacity: 0.45;
    }
    
    .rs-contact.contact-style1 .contact-section .contact-wrap ::-moz-placeholder {
        /* Firefox 19+ */
        color: #333333;
        opacity: 0.45;
    }
    
    .rs-contact.contact-style1 .contact-section .contact-wrap :-ms-input-placeholder {
        /* IE 10+ */
        color: #333333;
        opacity: 0.45;
    }
    
    .rs-contact.contact-style1 .contact-section .contact-wrap :-moz-placeholder {
        /* Firefox 18- */
        color: #333333;
        opacity: 0.45;
    }
    
    .rs-contact.contact-style1 .contact-box-item {
        padding: 120px 0 120px 0;
    }
    
    .rs-contact.contact-style1 .contact-box-item .contact-box {
        display: flex;
        padding: 30px 30px 30px 30px;
        background-color: #fff;
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    }
    
    .rs-contact.contact-style1 .contact-box-item .contact-box .contact-icon img {
        width: 50px;
        height: 50px;
        max-width: unset;
    }
    
    .rs-contact.contact-style1 .contact-box-item .contact-box .content-text {
        padding: 0px 0px 0px 15px;
    }
    
    .rs-contact.contact-style1 .contact-box-item .contact-box .content-text .title {
        font-size: 20px;
        line-height: 30px;
        font-weight: 500;
        font-family: "Roboto", Sans-serif;
        margin: 0 0 10px;
    }
    
    .rs-contact.contact-style1 .contact-box-item .contact-box .content-text .title a {
        color: #010d14;
    }
    
    .rs-contact.contact-style1 .contact-box-item .contact-box .content-text .title a:hover {
        color: #F58634;
    }
    
    .rs-contact.contact-style1 .contact-box-item .contact-box .content-text .services-txt {
        color: #333333;
        margin: 0;
    }
    
    .rs-contact.contact-style1 .contact-box-item .contact-box .content-text .services-txt a {
        color: #333333;
    }
    
    .rs-contact.contact-style1 .contact-box-item .contact-box .content-text .services-txt a:hover {
        color: #F58634;
    }
    
    .rs-contact.contact-style1 .contact-map {
        overflow: hidden;
    }
    
    .rs-contact.contact-style1 .contact-map iframe {
        height: 600px;
        float: left;
        width: 100%;
        border: none;
    }
    
    .rs-contact.contact-style1.contact-modify1 .contact-section {
        padding: 0 0px 0 35px;
    }
    
    .rs-contact.contact-style1.contact-modify1 .contact-section .contact-wrap .from-control {
        padding: 15px 17px 15px 17px;
        color: #000000;
        box-shadow: 0px 0px 23px 7px rgba(0, 0, 0, 0.04);
        border: none;
        width: 100%;
        max-width: 100%;
        opacity: 1;
    }
    
    .rs-contact.contact-style1.contact-modify1 .contact-section .contact-wrap textarea {
        height: 120px;
    }
    
    .rs-contact.contact-style1.contact-modify1 .contact-section .contact-wrap ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #000000;
        opacity: 0.45;
    }
    
    .rs-contact.contact-style1.contact-modify1 .contact-section .contact-wrap ::-moz-placeholder {
        /* Firefox 19+ */
        color: #000000;
        opacity: 0.45;
    }
    
    .rs-contact.contact-style1.contact-modify1 .contact-section .contact-wrap :-ms-input-placeholder {
        /* IE 10+ */
        color: #000000;
        opacity: 0.45;
    }
    
    .rs-contact.contact-style1.contact-modify1 .contact-section .contact-wrap :-moz-placeholder {
        /* Firefox 18- */
        color: #000000;
        opacity: 0.45;
    }
    
    .rs-contact.contact-style1.contact-modify1 .contact-map {
        overflow: hidden;
    }
    
    .rs-contact.contact-style1.contact-modify1 .contact-map iframe {
        height: 560px;
        float: left;
        width: 100%;
        border: none;
    }
    
    .rs-contact.contact-style1.contact-modify2 .contact-section {
        padding: 0 0px 0 25px;
    }
    
    .rs-contact.contact-style1.contact-modify2 .contact-section .contact-wrap .from-control {
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        background-color: #F1F1F1;
        border-color: #EBEBEB;
    }
    
    .rs-contact.contact-style1.contact-modify3 .contact-section {
        padding: 0 0px 0 0px;
    }
    
    .rs-contact.contact-style1.contact-modify3 .contact-section .contact-wrap .from-control {
        padding: 12px 17px 12px 17px;
        color: #333333;
        background-color: #E8EAEE;
        border: 1px solid #f1f1f1;
        width: 100%;
        max-width: 100%;
        opacity: 1;
    }
    
    .rs-contact.contact-style1.contact-modify4 .contact-section {
        padding: 0 0px 0 35px;
    }
    
    .rs-contact.contact-style1.contact-modify4 .contact-section .contact-wrap .from-control {
        padding: 15px 17px 15px 17px;
        background-color: #335F851F;
        color: #E3E3E3;
        box-shadow: 0px 0px 23px 7px rgba(0, 0, 0, 0.04);
        border: none;
        width: 100%;
        max-width: 100%;
        opacity: 1;
    }
    
    .rs-contact.contact-style1.contact-modify4 .contact-section .contact-wrap textarea {
        height: 120px;
    }
    
    .rs-contact.contact-style1.contact-modify4 .contact-section .contact-wrap ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #fff;
        opacity: 0.9;
    }
    
    .rs-contact.contact-style1.contact-modify4 .contact-section .contact-wrap ::-moz-placeholder {
        /* Firefox 19+ */
        color: #fff;
        opacity: 0.9;
    }
    
    .rs-contact.contact-style1.contact-modify4 .contact-section .contact-wrap :-ms-input-placeholder {
        /* IE 10+ */
        color: #fff;
        opacity: 0.9;
    }
    
    .rs-contact.contact-style1.contact-modify4 .contact-section .contact-wrap :-moz-placeholder {
        /* Firefox 18- */
        color: #fff;
        opacity: 0.9;
    }
    
    .rs-contact.contact-style1.contact-modify4 .contact-map {
        overflow: hidden;
    }
    
    .rs-contact.contact-style1.contact-modify4 .contact-map iframe {
        height: 560px;
        float: left;
        width: 100%;
        border: none;
    }
    
    .rs-contact.contact-style2 .requset-contact {
        position: relative;
        border-radius: 5px 5px 5px 5px;
        margin-top: -140px;
        z-index: 23;
        box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.08);
        background: #ffffff;
        padding: 50px 50px 60px 50px;
    }
    
    .rs-contact.contact-style2 .requset-contact .wpcf7-form-control-wrap {
        display: block;
        position: relative;
    }
    
    .rs-contact.contact-style2 .requset-contact .wpcf7-form-control-wrap input {
        border: 1px solid #f1f1f1;
        padding: 15px 20px 15px 20px;
        border-radius: 50px 50px 50px 50px;
        color: #333333;
        width: 100%;
        max-width: 100%;
        opacity: 1;
    }
    
    .rs-contact.contact-style2 .requset-contact .wpcf7-form-control-wrap:before {
        position: absolute;
        right: 20px;
        top: 18px;
        color: #7a7a7a;
        font-size: 17px;
        font-family: uicons-regular-rounded;
        content: "\f2e1";
    }
    
    .rs-contact.contact-style2 .requset-contact .wpcf7-form-control-wrap.arrow2:before {
        content: "\f241";
    }
    
    .rs-contact.contact-style2 .requset-contact .wpcf7-form-control-wrap.arrow3:before {
        content: "\f215";
    }
    
    .rs-contact.contact-style2 .requset-contact .wpcf7-form-control-wrap.arrow4 {
        content: "\f241";
    }
    
    .rs-contact.contact-style2 .requset-contact .wpcf7-form-control-wrap.arrow4:before {
        right: 20px;
        top: 14px;
        content: "\f107";
        font-size: 20px;
        font-family: FontAwesome;
    }
    
    .rs-contact.contact-style2 .requset-contact .wpcf7-form-control-wrap .Services {
        position: relative;
        width: 100%;
        display: block;
    }
    
    .rs-contact.contact-style2 .requset-contact .wpcf7-form-control-wrap .Services select {
        display: none;
        /*hide original SELECT element:*/
    }
    
    .rs-contact.contact-style2 .requset-contact .wpcf7-form-control-wrap .select-selected {
        background-color: #fff;
    }
    
    .rs-contact.contact-style2 .requset-contact .wpcf7-form-control-wrap .select-items div,
    .rs-contact.contact-style2 .requset-contact .wpcf7-form-control-wrap .select-selected {
        color: #7A7A7A;
        padding: 10px 20px;
        border: 1px solid #f1f1f1;
        cursor: pointer;
        user-select: none;
        border-radius: 50px;
        transition: 0.3s;
    }
    
    .rs-contact.contact-style2 .requset-contact .wpcf7-form-control-wrap .select-selected {
        padding: 16px 20px 16px 20px;
    }
    
    .rs-contact.contact-style2 .requset-contact .wpcf7-form-control-wrap .select-items {
        position: absolute;
        background-color: transparent;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 99;
    }
    
    .rs-contact.contact-style2 .requset-contact .wpcf7-form-control-wrap .select-items div {
        background: #fff;
        border-radius: 0;
    }
    
    .rs-contact.contact-style2 .requset-contact .wpcf7-form-control-wrap .select-hide {
        display: none;
    }
    
    .rs-contact.contact-style2 .requset-contact .wpcf7-form-control-wrap .select-items div:hover,
    .rs-contact.contact-style2 .requset-contact .wpcf7-form-control-wrap .same-as-selected {
        background-color: #f1f1f1;
    }
    
    .rs-contact.contact-style2 .requset-contact .wpcf7-form-control-wrap #default_hide {
        display: none;
    }
    
    .rs-contact.contact-style2 .requset-contact ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #333333;
        opacity: 0.68;
    }
    
    .rs-contact.contact-style2 .requset-contact ::-moz-placeholder {
        /* Firefox 19+ */
        color: #333333;
        opacity: 0.68;
    }
    
    .rs-contact.contact-style2 .requset-contact :-ms-input-placeholder {
        /* IE 10+ */
        color: #333333;
        opacity: 0.68;
    }
    
    .rs-contact.contact-style2 .requset-contact :-moz-placeholder {
        /* Firefox 18- */
        color: #333333;
        opacity: 0.68;
    }
    
    .rs-contact.contact-style3 .contact-img {
        background-image: url(assets/images/contact/contact-5.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        padding: 0px 50px 0px 0px;
    }
    
    .rs-contact.contact-style3 .contact-wrap .from-control {
        padding: 15px 17px 15px 17px;
        color: #333333;
        background-color: #fff;
        border: none;
        width: 100%;
        max-width: 100%;
        opacity: 1;
    }
    
    .rs-contact.contact-style3 .contact-wrap textarea {
        height: 120px;
    }
    
    .rs-contact.contact-style3 .contact-wrap ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #333333;
        opacity: 0.45;
    }
    
    .rs-contact.contact-style3 .contact-wrap ::-moz-placeholder {
        /* Firefox 19+ */
        color: #333333;
        opacity: 0.45;
    }
    
    .rs-contact.contact-style3 .contact-wrap :-ms-input-placeholder {
        /* IE 10+ */
        color: #333333;
        opacity: 0.45;
    }
    
    .rs-contact.contact-style3 .contact-wrap :-moz-placeholder {
        /* Firefox 18- */
        color: #333333;
        opacity: 0.45;
    }
    
    .rs-contact.contact-style4 {
        position: relative;
    }
    
    .rs-contact.contact-style4 .background-bg-wrap .background-overlay {
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        position: absolute;
        background-color: #281D01;
        opacity: 0.7;
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    }
    
    .rs-contact.contact-style4 .requset-services-wrap {
        position: relative;
        background-color: #fff;
        padding: 30px 50px 50px 50px;
        border-radius: 30px 30px 30px 30px;
    }
    
    .rs-contact.contact-style4 .requset-services-wrap .title-heading {
        text-align: center;
    }
    
    .rs-contact.contact-style4 .requset-services-wrap .title-heading .title {
        font-size: 30px;
        line-height: 1.3;
        color: #010D14;
        font-weight: 700;
        margin: 0px 0px 0px 0px;
    }
    
    .rs-contact.contact-style4 .requset-services-wrap .contact-wrap .from-control {
        background-color: #FFFFFF;
        padding: 11px 20px;
        border-radius: 10px 10px 10px 10px;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        border-color: #D9D9D9;
        color: #333333;
        width: 100%;
        max-width: 100%;
        opacity: 1;
    }
    
    .rs-contact.contact-style4 .requset-services-wrap .contact-wrap textarea {
        height: 150px;
    }
    
    .rs-contact.contact-style4 .requset-services-wrap .contact-wrap ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #333333;
        opacity: 0.45;
    }
    
    .rs-contact.contact-style4 .requset-services-wrap .contact-wrap ::-moz-placeholder {
        /* Firefox 19+ */
        color: #333333;
        opacity: 0.45;
    }
    
    .rs-contact.contact-style4 .requset-services-wrap .contact-wrap :-ms-input-placeholder {
        /* IE 10+ */
        color: #333333;
        opacity: 0.45;
    }
    
    .rs-contact.contact-style4 .requset-services-wrap .contact-wrap :-moz-placeholder {
        /* Firefox 18- */
        color: #333333;
        opacity: 0.45;
    }
    
    .rs-contact.contact-style5 .contact-box {
        display: flex;
        padding: 30px 30px 30px 30px;
        background-color: #fff;
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    }
    
    .rs-contact.contact-style5 .contact-box .contact-icon img {
        width: 50px;
        height: 50px;
        max-width: unset;
    }
    
    .rs-contact.contact-style5 .contact-box .content-text {
        padding: 0px 0px 0px 25px;
    }
    
    .rs-contact.contact-style5 .contact-box .content-text .title {
        font-size: 20px;
        line-height: 30px;
        font-weight: 500;
        font-family: "Roboto", Sans-serif;
        margin: 0 0 10px;
    }
    
    .rs-contact.contact-style5 .contact-box .content-text .title a {
        color: #010d14;
    }
    
    .rs-contact.contact-style5 .contact-box .content-text .title a:hover {
        color: #F58634;
    }
    
    .rs-contact.contact-style5 .contact-box .content-text .services-txt {
        color: #333333;
        margin: 0;
    }
    
    .rs-contact.contact-style5 .contact-box .content-text .services-txt a {
        color: #333333;
    }
    
    .rs-contact.contact-style5 .contact-box .content-text .services-txt a:hover {
        color: #F58634;
    }
    
    .rs-contact.contact-style5 .contact-section {
        padding: 85px 70px 65px 70px;
        background-color: #FFFFFF;
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    }
    
    .rs-contact.contact-style5 .contact-section .contact-wrap .from-control {
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        background-color: #F1F1F1;
        border-color: #EBEBEB;
        padding: 15px 17px 15px 17px;
        color: #000000;
        box-shadow: 0px 0px 23px 7px rgba(0, 0, 0, 0.04);
        width: 100%;
        max-width: 100%;
        opacity: 1;
    }
    
    .rs-contact.contact-style5 .contact-section .contact-wrap textarea {
        height: 120px;
    }
    
    .rs-contact.contact-style5 .contact-section .contact-wrap ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #000000;
        opacity: 0.45;
    }
    
    .rs-contact.contact-style5 .contact-section .contact-wrap ::-moz-placeholder {
        /* Firefox 19+ */
        color: #000000;
        opacity: 0.45;
    }
    
    .rs-contact.contact-style5 .contact-section .contact-wrap :-ms-input-placeholder {
        /* IE 10+ */
        color: #000000;
        opacity: 0.45;
    }
    
    .rs-contact.contact-style5 .contact-section .contact-wrap :-moz-placeholder {
        /* Firefox 18- */
        color: #000000;
        opacity: 0.45;
    }
    
    .rs-contact.contact-style6 .contact-project {
        background: url(assets/images/contact/pro-con2.jpg);
        background-position: center right;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .rs-contact.contact-style6 .contact-map {
        overflow: hidden;
    }
    
    .rs-contact.contact-style6 .contact-map iframe {
        height: 688px;
        float: left;
        width: 100%;
        border: none;
    }
    
    .rs-contact.contact-style6 .contact-section {
        padding: 126px 40px 85px 40px;
        background-color: #010D14;
    }
    
    .rs-contact.contact-style6 .contact-section .contact-wrap {
        padding: 0px 40px 0px 40px;
    }
    
    .rs-contact.contact-style6 .contact-section .contact-wrap .from-control {
        padding: 1px 0px 15px 0px;
        border-style: solid;
        border-width: 0px 0px 1px 0px;
        border-color: #FFFFFF21;
        background-color: #02010100;
        background-color: unset;
        color: #FFFFFF;
        width: 100%;
        max-width: 100%;
        opacity: 1;
    }
    
    .rs-contact.contact-style6 .contact-section .contact-wrap textarea {
        height: 120px;
    }
    
    .rs-contact.contact-style6 .contact-section .contact-wrap ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #FFFFFF;
        opacity: 1;
    }
    
    .rs-contact.contact-style6 .contact-section .contact-wrap ::-moz-placeholder {
        /* Firefox 19+ */
        color: #FFFFFF;
        opacity: 1;
    }
    
    .rs-contact.contact-style6 .contact-section .contact-wrap :-ms-input-placeholder {
        /* IE 10+ */
        color: #FFFFFF;
        opacity: 1;
    }
    
    .rs-contact.contact-style6 .contact-section .contact-wrap :-moz-placeholder {
        /* Firefox 18- */
        color: #FFFFFF;
        opacity: 1;
    }
    
    .rs-contact.contact-style6 .contact-box {
        padding: 35px 35px 35px 35px;
        background-color: #010D14;
        border-radius: 3px 3px 3px 3px;
        margin: 0 -4px 0 0;
        text-align: center;
    }
    
    .rs-contact.contact-style6 .contact-box .contact-icon img {
        width: 64px;
        height: 64px;
        max-width: unset;
        margin-bottom: 23px;
    }
    
    .rs-contact.contact-style6 .contact-box .content-text .title {
        font-size: 20px;
        font-weight: 500;
        line-height: 32px;
        font-family: Roboto;
        margin: 0 0 4px;
    }
    
    .rs-contact.contact-style6 .contact-box .content-text .title a {
        color: #ffffff;
    }
    
    .rs-contact.contact-style6 .contact-box .content-text .title a:hover {
        color: #F58634;
    }
    
    .rs-contact.contact-style6 .contact-box .content-text span a {
        color: #C9C9C9;
        font-weight: 500;
    }
    
    .rs-contact.contact-style6 .contact-box .content-text span a:hover {
        color: #F58634;
    }
    
    .rs-contact.contact-style6 .contact-box .content-text .services-txt {
        margin: 0;
        color: #C9C9C9;
        font-weight: 500;
    }
    /*------------------------------------
   13. Gallery Section CSS
------------------------------------*/
    
    .rs-gallery.gallery-style1 .gallery-item .gallery-icon {
        margin: 0 3px 0 3px;
    }
    
    .rs-gallery.gallery-style1 .gallery-item .gallery-icon a {
        position: relative;
        display: block;
        overflow: hidden;
    }
    
    .rs-gallery.gallery-style1 .gallery-item .gallery-icon a:before {
        content: "+";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        visibility: hidden;
        transition: 0.4s;
        color: #fff;
        z-index: 2;
        font-size: 50px;
        font-weight: 200;
    }
    
    .rs-gallery.gallery-style1 .gallery-item .gallery-icon a:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -100%;
        width: 100%;
        height: 100%;
        background: #010d14;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
    }
    
    .rs-gallery.gallery-style1 .gallery-item:hover .gallery-icon a:before {
        visibility: visible;
        opacity: 1;
    }
    
    .rs-gallery.gallery-style1 .gallery-item:hover .gallery-icon a:after {
        opacity: 0.75;
        visibility: visible;
        bottom: 0;
    }
    /* ------------------------------------
	14. Video Section CSS
---------------------------------------*/
    
    .rs-videos.career-style1 {
        position: relative;
    }
    
    .rs-videos.career-style1 .overly-border {
        border: 1px solid #F58634;
        border-radius: 50%;
        width: 100px;
        height: 100px;
        top: 46%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
    }
    
    .rs-videos.career-style1 .overly-border a {
        position: absolute;
        transform: translateX(-50%) translateY(-50%);
        box-sizing: content-box;
        display: block;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        line-height: 90px;
        padding: 0;
        margin: 0 auto;
        left: 50%;
        top: 50%;
        z-index: 9;
        text-align: center;
        background: #F58634;
    }
    
    .rs-videos.career-style1 .overly-border a i {
        font-size: 30px;
        line-height: 80px;
        color: #010d14;
        position: relative;
        z-index: 1;
    }
    
    .rs-videos.career-style1 .overly-border a:before {
        content: "";
        position: absolute;
        z-index: 0;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        animation: pulse-border 1500ms ease-out infinite;
        transition: all 0.3s ease;
        background: #F58634;
    }
    
    .rs-videos.career-style1 .overly-border a:after {
        content: "";
        position: absolute;
        z-index: 1;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        transition: all 200ms;
        animation: pulse-border 1.5s ease-out infinite;
    }
    /* ------------------------------------
	15. Progress Section CSS
---------------------------------------*/
    
    .rs-progress.progress-style1 .rs-pie-content {
        display: inline-block;
        position: relative;
        text-align: center;
    }
    
    .rs-progress.progress-style1 .rs-pie-content .rs-pie span {
        font-size: 30px;
        font-weight: 700;
        color: #000000;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    .rs-progress.progress-style1 .rs-pie-content .number {
        font-size: 15px;
        font-weight: 500;
        color: #000000;
        display: block;
        padding: 0;
        position: absolute;
        right: -58%;
        top: 40%;
        transform: rotate(90deg);
    }
    /* ------------------------------------
	16. Process Section CSS
---------------------------------------*/
    
    .rs-process.process-style1 {
        position: relative;
    }
    
    .rs-process.process-style1 .services-item {
        position: relative;
        text-align: center;
        padding: 0px 30px 0px 30px;
    }
    
    .rs-process.process-style1 .services-item .services-icon {
        background-color: #FFFFFF;
        text-align: center;
        line-height: 160px !important;
        min-width: 160px;
        height: 160px;
        border-radius: 50% 50% 50% 50% !important;
        display: inline-block;
        transition: all ease .3s;
        font-size: 50px;
    }
    
    .rs-process.process-style1 .services-item .services-icon img {
        width: 55px;
        height: 55px;
        max-width: unset;
    }
    
    .rs-process.process-style1 .services-item .services-icon.blue-icon-bg {
        background: #0052da;
    }
    
    .rs-process.process-style1 .services-item .content-text .title {
        font-size: 22px;
        line-height: 32px;
        font-weight: 700;
        color: #ffffff;
        font-family: "Roboto", Sans-serif;
        margin: 20px 0 12px;
    }
    
    .rs-process.process-style1 .services-item .content-text .services-txt {
        color: #ffffff;
        margin: 0;
    }
    
    .rs-process.process-style1 .rs-arrow-animate .arrow-style {
        position: absolute;
    }
    
    .rs-process.process-style1 .rs-arrow-animate .arrow-style.one {
        left: 36%;
        top: 48%;
    }
    
    .rs-process.process-style1 .rs-arrow-animate .arrow-style.two {
        left: 58%;
        top: 48%;
    }
    
    .rs-process.process-style2 {
        position: relative;
    }
    
    .rs-process.process-style2 .process-overlay-bg {
        opacity: 0.9;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        position: absolute;
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
        border-radius: 2px 2px 2px 2px;
    }
    
    .rs-process.process-style2 .rs-addon-item {
        background-image: url(assets/images/process/style2/1.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: auto;
        border-radius: 2px 2px 2px 2px;
        transition: all .8s ease;
    }
    
    .rs-process.process-style2 .rs-addon-item .addon-wrap {
        position: relative;
        z-index: 11;
        padding: 20px 20px 20px 20px;
    }
    
    .rs-process.process-style2 .rs-addon-item .addon-wrap .addon-number {
        font-size: 110px;
        font-weight: 400;
        line-height: 44px;
        color: #FFFFFF;
        font-family: "Playfair Display", Sans-serif;
        text-align: right;
    }
    
    .rs-process.process-style2 .rs-addon-item .addon-wrap .addon-content {
        padding: 0px 0px 0px 20px;
    }
    
    .rs-process.process-style2 .rs-addon-item .addon-wrap .addon-content .title {
        font-size: 24px;
        line-height: 32px;
        font-weight: 700;
        margin: 0 0 10px;
    }
    
    .rs-process.process-style2 .rs-addon-item .addon-wrap .addon-content .title a {
        color: #010d14;
    }
    
    .rs-process.process-style2 .rs-addon-item .addon-wrap .addon-content .title a:hover {
        color: #353267;
    }
    
    .rs-process.process-style2 .rs-addon-item.Public-bg {
        background-image: url(assets/images/process/style2/3.png);
    }
    
    .rs-process.process-style2 .rs-addon-item.commercial-bg {
        background-image: url(assets/images/process/style2/3.png);
    }
    
    .rs-process.process-style3 .process-bg {
        background-image: url(assets/images/process/style3/icons/steps-bg.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 1050px auto;
        margin-top: -136px;
        padding: 150px 0 0 0;
    }
    
    .rs-process.process-style3 .process-bg .process-item {
        text-align: center;
        padding: 0 33px;
    }
    
    .rs-process.process-style3 .process-bg .process-item .number-image {
        background: #fff;
        padding: 50px;
        border-radius: 50%;
        width: 140px;
        margin: 0 auto;
        display: block;
    }
    
    .rs-process.process-style3 .process-bg .process-item .number-image img {
        width: 60px;
        display: block;
        margin: 0 auto;
    }
    
    .rs-process.process-style3 .process-bg .process-item .number-text {
        position: relative;
    }
    
    .rs-process.process-style3 .process-bg .process-item .number-text .number-area {
        width: 50px !important;
        height: 50px !important;
        left: -50px;
        top: -36px;
        margin: -13px 0px 0px 0px;
        display: inline-block;
        width: 50px;
        line-height: 50px;
        z-index: 1;
        position: relative;
        transition: all 0.3s ease 0s;
        text-align: center;
    }
    
    .rs-process.process-style3 .process-bg .process-item .number-text .number-area:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        transform: rotate(45deg);
        transform: translate(0px, 0px) rotate(0deg) !important;
        background: #F58634;
        border-radius: 50px 50px 50px 50px;
        transition: all 0.3s ease 0s;
    }
    
    .rs-process.process-style3 .process-bg .process-item .number-text .number-area .number-prefix {
        font-size: 18px;
        line-height: 50px;
        font-weight: 700;
        color: #ffffff;
        display: block;
    }
    
    .rs-process.process-style3 .process-bg .process-item .number-text .number-title {
        font-size: 20px;
        line-height: 30px;
        font-weight: 500;
        color: #F1EAEA;
        font-family: "Roboto", Sans-serif;
        margin: 0 0 10px;
    }
    
    .rs-process.process-style3 .process-bg .process-item .number-text .number-txt {
        color: #FFFFFF;
        margin-bottom: 0;
    }
    /* ------------------------------------
	17. Project Section CSS
---------------------------------------*/
    
    .rs-project.portfolio-image .project-img {
        background-image: url(assets/images/project/portfolio.jpg);
        background-repeat: no-repeat;
        background-position: center right;
        background-size: cover;
    }
    
    .rs-project.project-style1 .project-item {
        position: relative;
        overflow: hidden;
        z-index: 1;
    }
    
    .rs-project.project-style1 .project-item .project-img {
        position: relative;
        z-index: 1;
        overflow: hidden;
    }
    
    .rs-project.project-style1 .project-item .project-img a img {
        width: 100%;
        transition: 1.3s all ease;
        border-radius: 0px;
    }
    
    .rs-project.project-style1 .project-item .project-content {
        position: absolute;
        padding: 24px 25px;
        opacity: 1;
        z-index: 10;
        top: 0;
        border: none;
        bottom: 0;
        left: 0;
        right: 0;
    }
    
    .rs-project.project-style1 .project-item .project-content .project-inner {
        position: absolute;
        bottom: 0;
        width: auto;
        left: 0;
        display: flex;
        flex-wrap: wrap;
        transition: all .5s ease;
        width: 100%;
        background: #fff;
        padding: 15px 25px;
    }
    
    .rs-project.project-style1 .project-item .project-content .project-inner .title {
        font-size: 20px;
        line-height: 30px;
        font-weight: 500;
        font-family: "Roboto", Sans-serif;
        margin-bottom: 0;
    }
    
    .rs-project.project-style1 .project-item .project-content .project-inner .title a {
        color: #010d14;
    }
    
    .rs-project.project-style1 .project-item .project-content .project-inner .title a:hover {
        color: #F58634;
    }
    
    .rs-project.project-style1 .project-item .project-content .project-inner .category {
        color: #fff;
        display: block;
        flex: 0 0 100%;
    }
    
    .rs-project.project-style1 .project-item .project-content .project-inner .category a {
        color: #333333;
    }
    
    .rs-project.project-style1 .project-item .project-content .project-inner .category a:hover {
        color: #F58634;
    }
    
    .rs-project.project-style1 .project-item .project-content .p-icon {
        position: absolute;
        right: 0;
        width: 87px;
        height: 88px;
        text-align: center;
        background: #F58634;
        z-index: 7;
        bottom: 0;
        line-height: 98px;
        transition: all 0.4s ease-in-out 0s;
    }
    
    .rs-project.project-style1 .project-item .project-content .p-icon a i {
        color: #010d14;
    }
    
    .rs-project.project-style1 .project-item .project-content .p-icon a i:before {
        margin: 0;
        font-size: 25px;
        font-weight: 600 !important;
        position: relative;
        top: -4px;
    }
    
    .rs-project.project-style1 .project-item .project-content:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        width: 100%;
        height: 100%;
        background: #00000000;
        transition: all .3s ease 0s;
        opacity: 1;
    }
    
    .rs-project.project-style1 .project-item:hover .project-img a img {
        transform: scale(1.2);
    }
    
    .rs-project.project-style1.yellow-modify5 .project-item .project-content .project-inner {
        background: #E8EAEE;
    }
    
    .rs-project.project-style2 {
        padding: 120px 50px 120px 50px;
    }
    
    .rs-project.project-style2 .project-item {
        position: relative;
        overflow: hidden;
        z-index: 1;
        transition: all 0.3s ease;
    }
    
    .rs-project.project-style2 .project-item .project-content {
        opacity: 0;
        visibility: hidden;
    }
    
    .rs-project.project-style2 .project-item .project-content .p-icon {
        position: absolute;
        top: 40px;
        right: 0px;
        bottom: 20px;
        text-align: right;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background: #F58634;
        color: #ffffff;
        border-radius: 50%;
        transition: all ease 800ms;
        z-index: 11;
    }
    
    .rs-project.project-style2 .project-item .project-content .p-icon a {
        display: block;
    }
    
    .rs-project.project-style2 .project-item .project-content .p-icon a i:before {
        position: relative;
        font-family: uicons-regular-rounded !important;
        color: #010d14;
        font-size: 22px;
        top: 5px;
    }
    
    .rs-project.project-style2 .project-item .project-content .project-inner {
        position: absolute;
        bottom: 0px;
        left: 30px;
        transition: all ease 700ms;
    }
    
    .rs-project.project-style2 .project-item .project-content .project-inner .category {
        font-size: 15px;
        line-height: 25px;
        font-weight: 400;
        font-family: "Roboto", Sans-serif;
        display: block;
        margin-bottom: 8px;
    }
    
    .rs-project.project-style2 .project-item .project-content .project-inner .category a {
        color: #ffffff;
    }
    
    .rs-project.project-style2 .project-item .project-content .project-inner .category a:hover {
        color: #F58634;
    }
    
    .rs-project.project-style2 .project-item .project-content .project-inner .title {
        font-size: 24px;
        line-height: 32px;
        font-weight: 500;
        font-family: "Roboto", Sans-serif;
        margin-bottom: 5px;
    }
    
    .rs-project.project-style2 .project-item .project-content .project-inner .title a {
        color: #ffffff;
    }
    
    .rs-project.project-style2 .project-item .project-content .project-inner .title a:hover {
        color: #F58634;
    }
    
    .rs-project.project-style2 .project-item:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000000B3;
        opacity: 0;
        visibility: hidden;
        transition: .3s all ease;
    }
    
    .rs-project.project-style2 .project-item:hover .project-content {
        opacity: 1;
        visibility: visible;
    }
    
    .rs-project.project-style2 .project-item:hover .project-content .p-icon {
        right: 30px;
    }
    
    .rs-project.project-style2 .project-item:hover .project-content .project-inner {
        bottom: 30px;
    }
    
    .rs-project.project-style2 .project-item:hover:before {
        opacity: 0.9;
        visibility: visible;
    }
    
    .rs-project.project-style2 .rs-carousel .owl-dots {
        margin-top: 55px;
    }
    
    .rs-project.project-style2.project-modify1 .project-item .project-content .project-inner .category a:hover,
    .rs-project.project-style2.project-modify1 .project-item .project-content .project-inner .title a:hover {
        color: #eb003d;
    }
    
    .rs-project.project-style2.project-modify1 .project-item .project-content .project-inner .title {
        font-weight: 700;
    }
    
    .rs-project.project-style2.project-modify1 .project-item .project-content .p-icon {
        top: 30px;
        background: #eb003d;
        color: #ffffff;
    }
    
    .rs-project.project-style2.project-modify1 .project-item .project-content .p-icon a i:before {
        color: #ffffff;
    }
    
    .rs-project.project-style2.project-modify1.project-onepage1 .project-item .project-content .p-icon {
        top: 30px;
        background: #70bf4a;
        color: #ffffff;
    }
    
    .rs-project.project-style2.project-modify1.project-onepage1 .project-item .project-content .project-inner .category a:hover,
    .rs-project.project-style2.project-modify1.project-onepage1 .project-item .project-content .project-inner .title a:hover {
        color: #70bf4a;
    }
    
    .rs-project.project-style2.project-modify1.project-onepage1 .project-item:hover:before {
        opacity: 0.9;
        visibility: visible;
    }
    
    .rs-project.project-style2.project-modify2 {
        padding: 0px 0px 0px 0px;
    }
    
    .rs-project.project-style2.project-modify2 .project-item:before {
        background: #183650E6;
    }
    
    .rs-project.project-style2.project-modify2 .project-item:hover:before {
        opacity: 1;
        visibility: visible;
    }
    
    .rs-project.project-style2.project-modify2 .project-content .project-inner .category {
        font-size: 16px;
        line-height: 24px;
    }
    
    .rs-project.project-style2.project-modify2 .project-item .project-content .project-inner .category a:hover,
    .rs-project.project-style2.project-modify2 .project-item .project-content .project-inner .title a:hover {
        color: #21c0f5;
    }
    
    .rs-project.project-style2.project-modify2 .project-item .project-content .p-icon {
        background: #21c0f5;
        color: #ffffff;
    }
    
    .rs-project.project-style2.project-modify2 .project-item .project-content .p-icon a i:before {
        color: #ffffff;
    }
    
    .rs-project.project-style3 {
        position: relative;
        z-index: 11;
    }
    
    .rs-project.project-style3 .rs-html5-video {
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        object-fit: cover;
        width: 100%;
        height: 100%;
        margin: 0;
        line-height: 1;
        border: none;
    }
    
    .rs-project.project-style3 .background-video-wrap .background-overlay {
        background-color: #010423;
        opacity: 0.85;
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        position: absolute;
    }
    
    .rs-project.project-style3 .project-item .project-img {
        overflow: hidden;
        position: relative;
        margin: 0 3px 0 3px;
    }
    
    .rs-project.project-style3 .project-item .project-img a img {
        transform: scale(1);
        transition: all 1s;
    }
    
    .rs-project.project-style3 .project-item .portfolio-content {
        position: relative;
        padding: 18px 30px 23px 30px;
        text-align: center;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    }
    
    .rs-project.project-style3 .project-item .portfolio-content .title {
        font-size: 20px;
        line-height: 30px;
        font-weight: 700;
        margin: 0 0 0;
    }
    
    .rs-project.project-style3 .project-item .portfolio-content .title a {
        color: #fff;
    }
    
    .rs-project.project-style3 .project-item .portfolio-content .title a:hover {
        color: #e8271e;
    }
    
    .rs-project.project-style3 .project-item:hover .project-img a img {
        transform: scale(1.05);
    }
    
    .rs-project.project-style4 .project-item {
        position: relative;
        overflow: hidden;
    }
    
    .rs-project.project-style4 .project-item .project-img {
        position: relative;
        z-index: 1;
        overflow: hidden;
    }
    
    .rs-project.project-style4 .project-item .project-img img {
        width: 100%;
        transition: 1.3s all ease;
    }
    
    .rs-project.project-style4 .project-item .project-content {
        position: absolute;
        padding: 17px 25px 15px;
        opacity: 0;
        visibility: hidden;
        z-index: 1;
        left: 0;
        bottom: -100px;
        text-align: left;
        width: 100%;
        z-index: 11;
        transition: 0.6s;
        height: 100%;
    }
    
    .rs-project.project-style4 .project-item .project-content .project-inner {
        position: absolute;
        bottom: -100px;
        transition: 0.5s;
        left: 30px;
    }
    
    .rs-project.project-style4 .project-item .project-content .project-inner .category {
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
        margin-bottom: 8px;
        display: block;
    }
    
    .rs-project.project-style4 .project-item .project-content .project-inner .category a {
        color: #ffffff;
    }
    
    .rs-project.project-style4 .project-item .project-content .project-inner .category a:hover {
        color: #ccc;
    }
    
    .rs-project.project-style4 .project-item .project-content .project-inner .title {
        font-size: 24px;
        line-height: 32px;
        font-weight: 700;
        font-family: "Roboto", Sans-serif;
        margin-bottom: 0px;
    }
    
    .rs-project.project-style4 .project-item .project-content .project-inner .title a {
        color: #ffffff;
    }
    
    .rs-project.project-style4 .project-item .project-content .project-inner .title a:hover {
        color: #ccc;
    }
    
    .rs-project.project-style4 .project-item .project-content:before {
        content: '';
        position: absolute;
        bottom: -150px;
        left: 0;
        opacity: 0;
        visibility: hidden;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        background: #001C4BCC;
        transition: 0.6s;
    }
    
    .rs-project.project-style4 .project-item:hover .project-img img {
        transform: scale(1.2);
    }
    
    .rs-project.project-style4 .project-item:hover .project-content {
        opacity: 1;
        visibility: visible;
        bottom: 0;
    }
    
    .rs-project.project-style4 .project-item:hover .project-content .project-inner {
        bottom: 30px;
    }
    
    .rs-project.project-style4 .project-item:hover .project-content:before {
        opacity: 1;
        bottom: 0;
        visibility: visible;
    }
    
    .rs-project.project-style4.port-orange-modify2 .project-item {
        border-radius: 5px 5px 5px 5px;
    }
    
    .rs-project.project-style4.port-orange-modify2 .project-item .project-content:before {
        background: #010D14D6;
        border-radius: 5px 5px 5px 5px;
    }
    
    .rs-project.project-style4.port-orange-modify2 .project-item .project-content .project-inner .title a:hover,
    .rs-project.project-style4.port-orange-modify2 .project-item .project-content .project-inner .category a:hover {
        color: #e88e2e;
    }
    
    .rs-project.project-style5 .project-item {
        position: relative;
        overflow: hidden;
    }
    
    .rs-project.project-style5 .project-item .project-content {
        position: absolute;
        padding: 23px 30px 23px;
        opacity: 0;
        z-index: 1;
        bottom: -150px;
        left: 50%;
        transform: translateX(-50%);
        width: 86%;
        z-index: 9;
        background: #ffffff;
        transition: 0.6s;
    }
    
    .rs-project.project-style5 .project-item .project-content .category {
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        font-family: "Roboto", Sans-serif;
        display: block;
        margin: 0 0 7px;
    }
    
    .rs-project.project-style5 .project-item .project-content .category a {
        color: #333333;
    }
    
    .rs-project.project-style5 .project-item .project-content .category a:hover {
        color: #F58634;
    }
    
    .rs-project.project-style5 .project-item .project-content .title {
        font-size: 22px;
        line-height: 32px;
        font-weight: 600;
        font-family: "Roboto", Sans-serif;
        margin: 0 0 0px;
    }
    
    .rs-project.project-style5 .project-item .project-content .title a {
        color: #010d14;
    }
    
    .rs-project.project-style5 .project-item .project-content .title a:hover {
        color: #F58634;
    }
    
    .rs-project.project-style5 .project-item:hover .project-content {
        opacity: 1;
        bottom: 30px;
    }
    
    .rs-project.project-style5.yellow-modify4 .project-item .project-content .title a:hover,
    .rs-project.project-style5.yellow-modify4 .project-item .project-content .category a {
        color: #F58634;
    }
    
    .rs-project.project-style5.yellow-modify4 .project-item .project-content .title {
        font-size: 20px;
        line-height: 30px;
        font-weight: 500;
    }
    
    .rs-project.project-style6 .project-item .project-img {
        position: relative;
        overflow: hidden;
    }
    
    .rs-project.project-style6 .project-item .project-img img {
        transform: scale(1);
        transition: all 1s;
        -webkit-transition: all 1s;
    }
    
    .rs-project.project-style6 .project-item .project-content {
        background-color: #E8EAEE;
        border-radius: 0px 0px 5px 5px;
        margin: 0px 0px 0px 0px;
    }
    
    .rs-project.project-style6 .project-item .project-content .project-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 16px 30px 16px 30px;
    }
    
    .rs-project.project-style6 .project-item .project-content .project-inner .title {
        font-size: 20px;
        font-weight: 700;
        line-height: 32px;
        font-family: "Roboto", Sans-serif;
        margin: 0 0 0;
    }
    
    .rs-project.project-style6 .project-item .project-content .project-inner .title a {
        color: #010d14;
    }
    
    .rs-project.project-style6 .project-item .project-content .project-inner .title a:hover {
        color: #F58634;
    }
    
    .rs-project.project-style6 .project-item .project-content .project-inner .project-btn .btn-text {
        padding: 10px 12px 7px 12px;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        border-radius: 40px 40px 40px 40px;
        background-color: #F58634;
        transition: all ease .3s;
        display: inline-block;
    }
    
    .rs-project.project-style6 .project-item .project-content .project-inner .project-btn .btn-text i:before {
        font-size: 16px;
        color: #010d14;
    }
    
    .rs-project.project-style6 .project-item:hover .project-img img {
        transform: scale(1.05);
    }
    
    .rs-project.project-style7 .project-item {
        position: relative;
        overflow: hidden;
        margin: 0 3px 0 3px;
    }
    
    .rs-project.project-style7 .project-item .project-content {
        position: absolute;
        width: 100%;
        bottom: -105%;
        left: 40px;
        transition: 0.4s;
    }
    
    .rs-project.project-style7 .project-item .project-content .project-inner .category {
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
        display: block;
        margin-bottom: 10px;
    }
    
    .rs-project.project-style7 .project-item .project-content .project-inner .category a {
        color: #F58634;
    }
    
    .rs-project.project-style7 .project-item .project-content .project-inner .category a:hover {
        color: #F58634;
    }
    
    .rs-project.project-style7 .project-item .project-content .project-inner .title {
        font-size: 20px;
        line-height: 30px;
        font-weight: 500;
        font-family: "Roboto", Sans-serif;
        margin-bottom: 30px;
    }
    
    .rs-project.project-style7 .project-item .project-content .project-inner .title a {
        color: #ffffff;
    }
    
    .rs-project.project-style7 .project-item .project-content .project-inner .title a:hover {
        color: #F58634;
    }
    
    .rs-project.project-style7 .project-item .project-content .p-icon {
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        border-radius: 50px;
        background: #F58634;
        font-size: 18px;
    }
    
    .rs-project.project-style7 .project-item .project-content .p-icon a {
        display: block;
    }
    
    .rs-project.project-style7 .project-item .project-content .p-icon i:before {
        font-size: 18px;
        color: #010d14;
    }
    
    .rs-project.project-style7 .project-item:before {
        background-color: #010D14CC;
        content: "";
        position: absolute;
        bottom: -105%;
        left: 0;
        width: 100%;
        height: 100%;
        transition: 0.4s;
    }
    
    .rs-project.project-style7 .project-item:hover .project-content {
        bottom: 40px;
    }
    
    .rs-project.project-style7 .project-item:hover:before {
        bottom: 0;
        visibility: visible;
    }
    
    .rs-project.project-style8 .project-item {
        position: relative;
        overflow: hidden;
        margin: 0 3px 0 3px;
    }
    
    .rs-project.project-style8 .project-item .project-img img {
        width: 100%;
    }
    
    .rs-project.project-style8 .project-item .project-img .project-btn {
        width: 50px;
        height: 50px;
        background: red;
        text-align: center;
        line-height: 55px;
        border-radius: 50px;
        color: #010d14;
        background: #F58634;
        font-size: 20px;
        position: absolute;
        right: 30px;
        top: 30px;
        opacity: 0;
        visibility: hidden;
        transition: 0.4s;
    }
    
    .rs-project.project-style8 .project-item .project-img .project-btn i:before {
        font-size: 22px;
        color: #010d14;
        font-weight: 900;
    }
    
    .rs-project.project-style8 .project-item .project-content {
        margin-top: 15px;
    }
    
    .rs-project.project-style8 .project-item .project-content .title {
        font-size: 20px;
        line-height: 30px;
        font-weight: 500;
        font-family: "Roboto", Sans-serif;
        margin-bottom: 6px;
    }
    
    .rs-project.project-style8 .project-item .project-content .title a {
        color: #010d14;
    }
    
    .rs-project.project-style8 .project-item .project-content .title a:hover {
        color: #F58634;
    }
    
    .rs-project.project-style8 .project-item .project-content .category {
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
        display: block;
        margin-bottom: 10px;
    }
    
    .rs-project.project-style8 .project-item .project-content .category a {
        color: #333333;
    }
    
    .rs-project.project-style8 .project-item .project-content .category a:hover {
        color: #F58634;
    }
    
    .rs-project.project-style8 .project-item:hover .project-img .project-btn {
        opacity: 1;
        visibility: visible;
    }
    
    .rs-project-details .project-title .title {
        font-size: 36px;
        line-height: 46px;
        font-weight: 700;
        color: #010d14;
        margin: 0px 0px 0px 0px;
    }
    
    .rs-project-details .desc {
        color: #7a7a7a;
        margin: 0;
    }
    
    .rs-project-details .project-txt .desc {
        color: #7a7a7a;
        margin: 0;
    }
    
    .rs-project-details .project-information {
        background-color: #F5F7FC;
        padding: 60px 40px 60px 110px;
    }
    
    .rs-project-details .project-information .project-right-border {
        position: relative;
    }
    
    .rs-project-details .project-information .project-right-border:after {
        content: '';
        position: absolute;
        width: 1px;
        height: 80px;
        background: #E2DDDF;
        top: -8px;
        right: -20px;
    }
    
    .rs-project-details .project-information .project-right-border.border-two:after {
        right: 45px;
    }
    
    .rs-project-details .project-information .project-right-border.border-three:after {
        right: 25px;
    }
    
    .rs-project-details .project-information .project-content .title {
        font-size: 20px;
        line-height: 30px;
        font-weight: 500;
        color: #010d14;
        font-family: "Roboto", Sans-serif;
        margin: 0px 0px 6px 0px;
    }
    
    .rs-project-details .project-information .project-content .description p {
        margin: 0px 0px 0px 0px;
    }
    
    .rs-project-details .rs-project-goals .project-goal {
        text-align: right;
    }
    /* ------------------------------------
	18. Skill-bar Section CSS
---------------------------------------*/
    
    .rs-skillbar.skillbar-style1 .cl-skill-bar .skillbar {
        background-color: #E8EAEE;
        height: 7px;
        line-height: 7px;
        margin: 10px 0 24px;
        border-radius: 3px 3px 3px 3px;
        overflow: visible;
        position: relative;
        width: 100%;
    }
    
    .rs-skillbar.skillbar-style1 .cl-skill-bar .skillbar .skillbar-bar {
        height: 7px;
        line-height: 7px;
        background-color: #F58634;
        border-radius: 3px 3px 3px 3px;
        margin-bottom: 0;
        overflow: visible !important;
        width: 0;
    }
    
    .rs-skillbar.skillbar-style1 .cl-skill-bar .skillbar .skill-bar-percent {
        height: 30px;
        line-height: 30px;
        position: absolute;
        right: 40px;
        top: -38px;
        font-size: 16px;
        font-weight: 400;
        color: #010d14;
    }
    
    .rs-skillbar.skillbar-style1 .cl-skill-bar .skillbar.margin-no {
        margin: 10px 0 0;
    }
    
    .rs-skillbar.skillbar-style1.skillbar-modify1 .cl-skill-bar .skillbar-title {
        font-size: 13px;
        line-height: 7px;
        font-weight: 600;
        color: #212121;
    }
    
    .rs-skillbar.skillbar-style1.skillbar-modify1 .cl-skill-bar .skillbar .skill-bar-percent {
        right: 0;
        font-size: 13px;
        font-weight: 500;
        color: #010d14;
    }
    
    .rs-skillbar.skillbar-style1.skillbar-modify1 .cl-skill-bar .skillbar .skillbar-bar {
        background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-size: 1rem 1rem;
        border-radius: 0;
    }
    
    .rs-skillbar.skillbar-style1.skillbar-modify1 .cl-skill-bar .skillbar {
        border-radius: 0;
        background-color: #EBEBEB;
    }
    
    .rs-skillbar.skillbar-style1.skillbar-modify2 .cl-skill-bar .skillbar-title {
        font-size: 15px;
        line-height: 7px;
        font-weight: 500;
        color: #ffffff;
    }
    
    .rs-skillbar.skillbar-style1.skillbar-modify2 .cl-skill-bar .skillbar .skill-bar-percent {
        font-size: 15px;
        font-weight: 700;
        color: #ffffff;
    }
    
    .rs-skillbar.skillbar-style1.skillbar-modify2 .cl-skill-bar .skillbar .skillbar-bar {
        background-color: #21C0F5;
        border-radius: 0px 0px 0px 0px;
    }
    
    .rs-skillbar.skillbar-style1.skillbar-modify2 .cl-skill-bar .skillbar {
        background-color: #eee;
        border-radius: 0px 0px 0px 0px;
    }
    
    .rs-skillbar.skillbar-style1.skillbar-modify3 .cl-skill-bar .skillbar-title {
        font-size: 15px;
        line-height: 7px;
        font-weight: 400;
        color: #010d14;
        text-transform: uppercase;
        display: block;
    }
    
    .rs-skillbar.skillbar-style1.skillbar-modify3 .cl-skill-bar .skillbar .skillbar-bar {
        height: 16px;
        line-height: 16px;
        background-color: #F58634;
        border-radius: 0;
    }
    
    .rs-skillbar.skillbar-style1.skillbar-modify3 .cl-skill-bar .skillbar {
        background-color: #F5F5F5;
        height: 16px;
        line-height: 16px;
        margin: 10px 0 24px;
        border-radius: 0;
    }
    
    .rs-skillbar.skillbar-style1.skillbar-modify3 .cl-skill-bar .skillbar .skill-bar-percent {
        right: 0px;
        top: -30px;
        font-size: 15px;
    }
    
    .rs-skillbar.skillbar-style1.skillbar-modify4 .cl-skill-bar .skillbar-title {
        color: #000000;
        font-family: "Arial", Sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        display: block;
    }
    
    .rs-skillbar.skillbar-style1.skillbar-modify4 .skillbar .skill-bar-percent {
        right: 0px;
        top: -38px;
        color: #333333;
    }
    
    .rs-skillbar.skillbar-style1.skillbar-modify4 .skillbar .skillbar-bar {
        height: 2px;
        line-height: 2px;
        background-color: #70bf4a;
        border-radius: unset;
    }
    
    .rs-skillbar.skillbar-style1.skillbar-modify4 .skillbar {
        background-color: #70BF4A42;
        height: 2px;
        line-height: 2px;
        border-radius: unset;
    }
    
    .rs-skillbar.skillbar-style1.skillbar-modify5 .cl-skill-bar .skillbar-title {
        color: #F7F7F7;
        font-size: 14px;
        font-weight: 600;
    }
    
    .rs-skillbar.skillbar-style1.skillbar-modify5 .cl-skill-bar .skillbar {
        background-color: #fff;
        height: 11px;
        line-height: 11px;
        border-radius: 0px 0px 0px 0px;
    }
    
    .rs-skillbar.skillbar-style1.skillbar-modify5 .cl-skill-bar .skillbar .skillbar-bar {
        height: 11px;
        line-height: 11px;
        background-color: #F58634;
        border-radius: 0px 0px 0px 0px;
    }
    
    .rs-skillbar.skillbar-style1.skillbar-modify5 .cl-skill-bar .skillbar .skill-bar-percent {
        font-size: 13px;
        font-weight: 600;
        color: #fff;
    }
    
    .rs-skillbar.skillbar-style1 .video-img {
        background-image: url(assets/images/video/video-image5.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        padding: 313px 0 313px;
    }
    /* ------------------------------------
	19. Services Section CSS
---------------------------------------*/
    
    .rs-services.services-main-home .services-item .services-wrap {
        position: relative;
        overflow: hidden;
    }
    
    .rs-services.services-main-home .services-item .services-wrap .services-image img {
        width: 100%;
        height: auto;
        max-width: unset;
    }
    
    .rs-services.services-main-home .services-item .services-wrap .services-content {
        padding: 20px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.6);
        height: 100%;
        transition: 0.5s;
        opacity: 0;
        visibility: hidden;
    }
    
    .rs-services.services-main-home .services-item .services-wrap .services-content .service-inner {
        text-align: center;
        position: absolute;
        width: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        padding: 20px;
    }
    
    .rs-services.services-main-home .services-item .services-wrap .services-content .service-inner .icon-top {
        background: #F58634;
        display: inline-block;
        margin-bottom: 20px;
        padding: 15px;
        border-radius: 50%;
    }
    
    .rs-services.services-main-home .services-item .services-wrap .services-content .service-inner .icon-top img {
        max-width: 50px;
        transform: scale(1);
    }
    
    .rs-services.services-main-home .services-item .services-wrap .services-content .service-inner .services-titles .title {
        font-size: 20px;
        line-height: 30px;
        font-weight: 500;
        font-family: "Roboto", Sans-serif;
        margin: 0 0 10px;
    }
    
    .rs-services.services-main-home .services-item .services-wrap .services-content .service-inner .services-titles .title a {
        color: #ffffff;
    }
    
    .rs-services.services-main-home .services-item .services-wrap .services-content .service-inner .services-txt {
        color: #CECCCC;
        margin-bottom: 30px;
    }
    
    .rs-services.services-main-home .services-item .services-wrap .normarl-text-area {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #fff;
        padding-left: 30px;
        transition: 0.5s;
        position: absolute;
        width: 100%;
        bottom: 0;
        right: 0;
    }
    
    .rs-services.services-main-home .services-item .services-wrap .normarl-text-area .services-titles .title {
        font-size: 20px;
        line-height: 30px;
        font-family: "Roboto", Sans-serif;
        font-weight: 500;
        margin: 0 0 10px;
    }
    
    .rs-services.services-main-home .services-item .services-wrap .normarl-text-area .services-titles .title a {
        color: #010d14;
    }
    
    .rs-services.services-main-home .services-item .services-wrap .normarl-text-area .icon-image {
        background: #F58634;
        padding: 15px 20px;
    }
    
    .rs-services.services-main-home .services-item .services-wrap .normarl-text-area .icon-image img {
        margin-bottom: 0;
        border-radius: 0;
        max-width: 42px;
        transform: scale(1);
    }
    
    .rs-services.services-main-home .services-item .services-wrap:hover .services-content {
        visibility: visible;
        opacity: 1;
    }
    
    .rs-services.services-main-home .services-item .services-wrap:hover .normarl-text-area {
        opacity: 0;
        visibility: hidden;
        right: -100%;
    }
    
    .rs-services.services-style1 .services-slider {
        background-color: #FFFFFF;
        padding: 50px 35px 43px 35px;
        box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.05);
    }
    
    .rs-services.services-style1 .services-slider .services-img {
        margin: 0px 0px 39px 0px;
    }
    
    .rs-services.services-style1 .services-slider .services-img a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 80px;
        height: 80px;
        border-radius: 0% 0% 0% 0%;
        background-color: #F58634;
    }
    
    .rs-services.services-style1 .services-slider .services-img a img {
        width: 40px;
    }
    
    .rs-services.services-style1 .services-slider .services-content .services-titles .title {
        font-size: 22px;
        font-weight: 700;
        line-height: 34px;
        font-family: "Roboto", Sans-serif;
        margin: 0px 0px 14px 0px;
    }
    
    .rs-services.services-style1 .services-slider .services-content .services-titles .title a {
        color: #010d14;
    }
    
    .rs-services.services-style1 .services-slider .services-content .services-titles .title a:hover {
        color: #F58634;
    }
    
    .rs-services.services-style1 .services-slider .services-content .services-txt {
        margin: 0 0 25px;
    }
    
    .rs-services.services-style2 {
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        position: relative;
        margin-top: -140px;
        z-index: 2;
    }
    
    .rs-services.services-style2 .services-box {
        padding: 38px 40px 38px 40px;
        background-color: #ffffff;
        box-shadow: 0px 11px 22px 0px rgba(204, 204, 204, 0.25);
    }
    
    .rs-services.services-style2 .services-box .services-icon {
        margin-bottom: 20px;
    }
    
    .rs-services.services-style2 .services-box .services-icon a img {
        width: 60px;
    }
    
    .rs-services.services-style2 .services-box .services-content .title {
        font-size: 21px;
        line-height: 31px;
        font-weight: 700;
        font-family: "Roboto", Sans-serif;
        margin: 0 0 10px;
    }
    
    .rs-services.services-style2 .services-box .services-content .title a {
        color: #010d14;
    }
    
    .rs-services.services-style2 .services-box .services-content .title a:hover {
        color: #F58634;
    }
    
    .rs-services.services-style2 .services-box .services-content .services-txt {
        margin: 0;
    }
    
    .rs-services.services-style2 .services-box.services-yellow-box {
        background-color: #F58634;
    }
    
    .rs-services.services-style2 .services-box.services-yellow-box .services-content .title a {
        color: #010d14;
    }
    
    .rs-services.services-style2 .services-box.services-yellow-box .services-content .title a:hover {
        color: #010d14;
    }
    
    .rs-services.services-style3 .services-item {
        position: relative;
        display: flex;
        padding: 0 30px 0 0px;
    }
    
    .rs-services.services-style3 .services-item .services-icon img {
        max-width: unset;
        height: 70px;
        width: 70px;
    }
    
    .rs-services.services-style3 .services-item .services-text {
        padding: 0px 0px 30px 30px;
    }
    
    .rs-services.services-style3 .services-item .services-text .title {
        font-size: 20px;
        line-height: 30px;
        font-weight: 700;
        font-family: "Roboto", Sans-serif;
        margin: 0 0 10px;
    }
    
    .rs-services.services-style3 .services-item .services-text .title a {
        color: #010d14;
    }
    
    .rs-services.services-style3 .services-item .services-text .title a:hover {
        color: #F58634;
    }
    
    .rs-services.services-style3 .services-item .services-text .services-txt {
        margin: 0;
    }
    
    .rs-services.services-style3 .services-item:after {
        display: block;
        width: 47px;
        left: 124px;
        background: #F58634;
        content: "";
        height: 4px;
        position: absolute;
        transition: all .3s ease 0s;
        bottom: 0;
        z-index: 9;
        transform: translateX(-50%);
    }
    
    .rs-services.services-style4 .services-item .services-image {
        position: relative;
        overflow: hidden;
    }
    
    .rs-services.services-style4 .services-item .services-image img {
        transform: scale(1);
        transition: 0.4s;
    }
    
    .rs-services.services-style4 .services-item .services-text {
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        background-color: #FFFFFF;
        border-radius: 0px 0px 5px 5px;
    }
    
    .rs-services.services-style4 .services-item .services-text .services-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 30px;
    }
    
    .rs-services.services-style4 .services-item .services-text .services-inner .title {
        font-size: 22px;
        line-height: 32px;
        font-weight: 700;
        font-family: "Roboto", Sans-serif;
        margin: 0 0 0;
    }
    
    .rs-services.services-style4 .services-item .services-text .services-inner .title a {
        color: #000000;
    }
    
    .rs-services.services-style4 .services-item .services-text .services-inner .title a:hover {
        color: #eb003d;
    }
    
    .rs-services.services-style4 .services-item:hover .services-image img {
        transform: scale(1.1);
    }
    
    .rs-services.services-style5 .services-item {
        background-color: #031321;
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
        padding: 30px 50px 30px 50px;
        margin: 0 -3px 0 -3px;
        position: relative;
        z-index: 1;
    }
    
    .rs-services.services-style5 .services-item .services-icon {
        margin-bottom: 20px;
    }
    
    .rs-services.services-style5 .services-item .services-icon img {
        height: 70px;
        width: 70px;
        max-width: unset;
    }
    
    .rs-services.services-style5 .services-item .services-text .title {
        font-size: 20px;
        line-height: 30px;
        font-weight: 500;
        font-family: "Roboto", Sans-serif;
        color: #ffffff;
        margin: 0 0 12px;
    }
    
    .rs-services.services-style5 .services-item .services-text .services-txt {
        color: #D7D4D4;
        margin-bottom: 23px;
    }
    
    .rs-services.services-style5 .services-item:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #010d14;
        transform: scaleY(0);
        transition: all .3s ease 0s;
        z-index: -1;
    }
    
    .rs-services.services-style5 .services-item:hover:before {
        transform: scaleY(1);
    }
    
    .rs-services.services-style6 .services-item {
        background-color: #fff;
        box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.05);
        padding: 30px 30px 35px 30px;
    }
    
    .rs-services.services-style6 .services-item .services-img a img {
        height: 100%;
        width: 100%;
        max-width: unset;
    }
    
    .rs-services.services-style6 .services-item .services-content {
        margin: 23px 0px 0px 0px;
    }
    
    .rs-services.services-style6 .services-item .services-content .title {
        font-size: 22px;
        font-weight: 700;
        line-height: 34px;
        font-family: "Roboto", Sans-serif;
        margin: 0 0 10px;
    }
    
    .rs-services.services-style6 .services-item .services-content .title a {
        color: #010d14;
    }
    
    .rs-services.services-style6 .services-item .services-content .services-txt {
        margin-bottom: 22px;
    }
    
    .rs-services.services-style6 .services-item:hover .services-content .title a {
        color: #0052da;
    }
    
    .rs-services.services-style7 .services-item {
        position: relative;
        background-color: #183650;
        background-image: url(assets/images/services/style7/img/1.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 60px 20px 60px 50px;
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.05);
    }
    
    .rs-services.services-style7 .services-item .background-overlay {
        background-image: linear-gradient(180deg, #183650 0%, #0d6681 100%);
        opacity: 0.5;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        position: absolute;
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    }
    
    .rs-services.services-style7 .services-item .rs-iconbox-area {
        position: relative;
    }
    
    .rs-services.services-style7 .services-item .rs-iconbox-area .icon-area {
        margin-bottom: 23px;
    }
    
    .rs-services.services-style7 .services-item .rs-iconbox-area .icon-area a img {
        width: 80px;
    }
    
    .rs-services.services-style7 .services-item .rs-iconbox-area .text-area .title {
        font-size: 22px;
        line-height: 32px;
        font-weight: 700;
        font-family: "Roboto", Sans-serif;
        margin: 0 0 10px;
    }
    
    .rs-services.services-style7 .services-item .rs-iconbox-area .text-area .title a {
        color: #ffffff;
    }
    
    .rs-services.services-style7 .services-item .rs-iconbox-area .text-area .title a:hover {
        color: #21c0f5;
    }
    
    .rs-services.services-style7 .services-item .rs-iconbox-area .text-area .services-txt {
        line-height: 26px;
        color: #ffffff;
        margin: 0;
    }
    
    .rs-services.services-style7 .services-item.ser-bg2 {
        background-image: url(assets/images/services/style7/img/2.jpg);
    }
    
    .rs-services.services-style7 .services-item.ser-bg3 {
        background-image: url(assets/images/services/style7/img/3.jpg);
    }
    
    .rs-services.services-style8 .services-item {
        display: flex;
        padding: 30px 30px 11px 30px;
        background-color: #fff;
        box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.05);
    }
    
    .rs-services.services-style8 .services-item .services-icon img {
        height: 70px;
        width: 70px;
        max-width: unset;
    }
    
    .rs-services.services-style8 .services-item .services-text {
        padding: 0px 0px 30px 30px;
    }
    
    .rs-services.services-style8 .services-item .services-text .title {
        font-size: 20px;
        line-height: 30px;
        font-weight: 700;
        font-family: "Roboto", Sans-serif;
        margin: 0 0 12px;
    }
    
    .rs-services.services-style8 .services-item .services-text .title a {
        color: #010d14;
    }
    
    .rs-services.services-style8 .services-item .services-text .title a:hover {
        color: #21c0f5;
    }
    
    .rs-services.services-style8 .services-item .services-text .services-txt {
        margin: 0;
    }
    
    .rs-services.services-style9 .services-item {
        text-align: center;
        border-radius: 5px 5px 5px 5px;
        overflow: hidden;
        background-color: #FFFFFF;
        box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.05);
    }
    
    .rs-services.services-style9 .services-item .services-image a img {
        height: 100%;
        width: 100%;
        max-width: unset;
    }
    
    .rs-services.services-style9 .services-item .services-text {
        padding: 20px 0px 20px 0px;
    }
    
    .rs-services.services-style9 .services-item .services-text .title {
        font-size: 20px;
        font-weight: 700;
        line-height: 1.3em;
        font-family: "Roboto", Sans-serif;
        margin: 0;
    }
    
    .rs-services.services-style9 .services-item .services-text .title a {
        color: #010d14;
    }
    
    .rs-services.services-style9 .services-item .services-text .title a:hover {
        color: #e88e2e;
    }
    
    .rs-services.services-style10 .services-item {
        display: flex;
        padding: 30px 15px 30px 40px;
        background-color: #fff;
        border-style: solid;
        border-width: 0px 0px 0px 0px;
        box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
        margin: 0 -3px 0 -3px;
    }
    
    .rs-services.services-style10 .services-item .services-icon img {
        height: 50px;
        width: 50px;
        max-width: unset;
    }
    
    .rs-services.services-style10 .services-item .services-content {
        padding: 0px 0px 0px 30px;
    }
    
    .rs-services.services-style10 .services-item .services-content .title {
        font-size: 24px;
        line-height: 34px;
        font-weight: 700;
        margin: 0 0 10px;
    }
    
    .rs-services.services-style10 .services-item .services-content .title a {
        color: #010d14;
    }
    
    .rs-services.services-style10 .services-item .services-content .title a:hover {
        color: #F58634;
    }
    
    .rs-services.services-style10 .services-item .services-content .services-txt {
        margin-bottom: 6px;
    }
    
    .rs-services.services-style11 {
        margin-top: -70px;
        padding: 0px 10px 0px 10px;
        z-index: 3;
    }
    
    .rs-services.services-style11 .services-item {
        background-color: #FFFFFF;
        border-radius: 20px 20px 20px 20px;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
        display: flex;
        padding: 26px 25px 22px 25px;
        position: relative;
        z-index: 11;
    }
    
    .rs-services.services-style11 .services-item .services-icon {
        text-align: center;
        margin: 5px 0px 0px 0px;
        background-color: #70BF4A;
        line-height: 40px !important;
        min-width: 60px;
        height: 60px;
        border-radius: 10px 10px 10px 10px;
        display: inline-block;
        padding: 5px;
        font-size: 50px;
        transition: all ease .3s;
    }
    
    .rs-services.services-style11 .services-item .services-icon img {
        margin: 5px 0px 0px 0px;
        height: 37px;
        width: 27px;
        max-width: unset;
    }
    
    .rs-services.services-style11 .services-item .services-text {
        padding: 0px 0px 0px 25px;
    }
    
    .rs-services.services-style11 .services-item .services-text .title {
        font-size: 18px;
        font-weight: 600;
        text-transform: capitalize;
        line-height: 1.365em;
        color: #000000;
        margin-bottom: 8px;
    }
    
    .rs-services.services-style11 .services-item .services-text .services-txt {
        margin: 0;
    }
    
    .rs-services.services-style12 .services-item {
        padding: 30px 30px 24px 30px;
        background-color: #FFFFFF;
        border-radius: 20px 20px 20px 20px;
    }
    
    .rs-services.services-style12 .services-item .services-icon {
        text-align: center;
        background-color: #70BF4A;
        line-height: 37px !important;
        min-width: 60px;
        height: 60px;
        margin-bottom: 20px !important;
        border-radius: 10px 10px 10px 10px;
        display: inline-block;
        padding: 5px;
        font-size: 50px;
    }
    
    .rs-services.services-style12 .services-item .services-icon img {
        margin: 5px 0px 0px 0px;
        height: 37px;
        width: 27px;
        max-width: unset;
    }
    
    .rs-services.services-style12 .services-item .services-text .title {
        font-size: 22px;
        font-weight: 600;
        line-height: 1.365em;
        margin-bottom: 15px;
    }
    
    .rs-services.services-style12 .services-item .services-text .title a {
        color: #000000;
    }
    
    .rs-services.services-style12 .services-item .services-text .services-txt {
        margin-bottom: 4px;
    }
    
    .rs-services.services-style12 .services-item:hover .services-text .title a {
        color: #70bf4a;
    }
    
    .rs-services.services-style13 .services-item {
        position: relative;
        padding: 40px 50px 46px 50px;
        margin: 0 -2px 0 -2px;
        background-color: #FFFFFF;
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    }
    
    .rs-services.services-style13 .services-item .serial-number {
        position: absolute;
        left: 242px !important;
        top: 13px !important;
        color: #00000008;
        font-size: 70px;
        font-weight: 600;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
    }
    
    .rs-services.services-style13 .services-item .services-icon {
        margin-bottom: 20px;
    }
    
    .rs-services.services-style13 .services-item .services-icon img {
        height: 70px;
        width: 70px;
        max-width: 100%;
        transform: scale(1);
        transition: 0.4s;
    }
    
    .rs-services.services-style13 .services-item .services-text .title {
        font-size: 20px;
        line-height: 30px;
        font-weight: 500;
        font-family: "Roboto", Sans-serif;
        margin: 0 0 10px;
    }
    
    .rs-services.services-style13 .services-item .services-text .title a {
        color: #010d14;
    }
    
    .rs-services.services-style13 .services-item .services-text .title a:hover {
        color: #F58634;
    }
    
    .rs-services.services-style13 .services-item .services-text .services-txt {
        margin-bottom: 0px;
    }
    
    .rs-services.services-style13 .services-item:hover .services-icon img {
        transform: scale(1.1);
    }
    
    .rs-services-single .services-add {
        background-color: #070706;
        position: relative;
        padding: 55px 35px 38px;
        text-align: center;
    }
    
    .rs-services-single .services-add .services-overlay {
        background-image: url(assets/images/services/services-single/ser2.jpg);
        border-radius: 80px 0px 80px 0px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        text-align: center;
        opacity: 0.1;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        position: absolute;
    }
    
    .rs-services-single .services-add .address-wrap-item {
        position: relative;
    }
    
    .rs-services-single .services-add .address-wrap-item .divider {
        padding-top: 15px;
        padding-bottom: 35px;
    }
    
    .rs-services-single .services-add .address-wrap-item .divider .divider-separator {
        position: relative;
    }
    
    .rs-services-single .services-add .address-wrap-item .divider .divider-separator:before {
        height: 3px;
        display: block;
        width: 120px;
        border-bottom: 2px dashed #F58634;
        content: '';
        margin: 0 auto;
    }
    
    .rs-services-single .services-add .address-wrap-item .title {
        font-size: 24px;
        line-height: 41px;
        font-weight: 700;
        color: #ffffff;
        margin-bottom: 15px;
    }
    
    .rs-services-single .services-add .address-wrap-item .title span {
        color: #F58634;
    }
    
    .rs-services-single .services-add .address-wrap-item a {
        font-size: 34px;
        line-height: 44px;
        font-weight: 700;
        color: #ffffff;
    }
    
    .rs-services-single .brochures {
        background-color: #E8EAEE;
        padding: 42px 26px 62px 35px;
    }
    
    .rs-services-single .brochures .content-text .title {
        font-size: 28px;
        line-height: 38px;
        font-weight: 500;
        color: #010d14;
        margin-bottom: 18px;
    }
    
    .rs-services-single .brochures .content-text .desc-part {
        color: #333333;
        margin: 0 0 41px;
    }
    
    .rs-services-single .brochures .btn-wrapper {
        position: relative;
        text-align: center;
        font-weight: 400;
        display: inline-block;
    }
    
    .rs-services-single .brochures .btn-wrapper .dual-btn {
        font-size: 16px;
        font-weight: 500;
        padding: 18px 35px 18px 35px;
        background-color: #F58634;
        color: #010d14;
        margin: 0 -4px;
    }
    
    .rs-services-single .brochures .btn-wrapper .dual-btn-connector {
        position: absolute;
        z-index: 9;
        overflow: hidden;
        width: 30px;
        height: 30px;
        border-radius: 100%;
        background-color: #fff;
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
        color: #27374c;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 30px;
        left: 46%;
        top: -2px;
    }
    
    .rs-services-single .brochures .btn-wrapper .rselement-dual-btn {
        font-size: 16px;
        font-weight: 500;
        padding: 18px 35px 18px 35px;
        background-color: #010d14;
        color: #ffffff;
    }
    
    .rs-services-single .services-title .title {
        font-size: 36px;
        line-height: 46px;
        font-weight: 500;
        color: #010d14;
        margin: 0;
    }
    
    .rs-services-single .desc-part {
        color: #333333;
        margin: 0;
    }
    /* ------------------------------------
	20. Faq Section CSS
---------------------------------------*/
    
    .rs-faq.faq-style1 {
        position: relative;
    }
    
    .rs-faq.faq-style1 .faq-content {
        padding: 120px 60px 120px 35px;
    }
    
    .rs-faq.faq-style1 .faq-content .accordion {
        border-width: 12px;
    }
    
    .rs-faq.faq-style1 .faq-content .accordion .card {
        border: none;
        background-color: #F1F6FC;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.02);
    }
    
    .rs-faq.faq-style1 .faq-content .accordion .card:last-child {
        margin-bottom: 0;
    }
    
    .rs-faq.faq-style1 .faq-content .accordion .card .card-header {
        display: flex;
        align-items: center;
        padding: 0 !important;
        border: none;
        background: #fff;
    }
    
    .rs-faq.faq-style1 .faq-content .accordion .card .card-header .card-link {
        position: relative;
        display: block;
        width: 100%;
        height: 60px;
        line-height: 29px;
        font-size: 18px;
        font-weight: 500;
        padding: 17px 25px 17px 35px;
        background-color: #F58634;
        color: #010d14;
    }
    
    .rs-faq.faq-style1 .faq-content .accordion .card .card-header .card-link:after {
        position: absolute;
        font-family: FontAwesome;
        content: "\f068";
        top: 50%;
        transform: translateY(-50%);
        font-size: 12px;
        line-height: 26px;
        color: #000000;
        left: 20px;
        margin-top: 2px;
    }
    
    .rs-faq.faq-style1 .faq-content .accordion .card .card-header .card-link.collapsed {
        margin: 0px 0px 20px 0px;
        font-size: 18px;
        font-weight: 500;
        line-height: 29px;
        color: #ffffff;
        background-color: #010D14;
        box-shadow: 0px 0px 0px 0px #000000;
    }
    
    .rs-faq.faq-style1 .faq-content .accordion .card .card-header .card-link.collapsed:after {
        color: #F58634;
        content: "\f067";
    }
    
    .rs-faq.faq-style1 .faq-content .accordion .card .card-header .card-link.collapsed.last-margin {
        margin: 0px 0px 0px 0px;
    }
    
    .rs-faq.faq-style1 .faq-content .accordion .card .card-body {
        background-color: #F1F1F1;
        color: #333333;
        font-size: 16px;
        width: 100%;
        padding: 30px 30px 55px 30px;
    }
    
    .rs-faq.faq-style1 .faq-images {
        background-image: url(assets/images/choose/benefit/tabs-images.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .rs-faq.faq-style1.faq-modify1 .faq-content {
        padding: 0px 0px 0px 0px;
    }
    
    .rs-faq.faq-style1.faq-modify1 .faq-content .accordion .card .card-body {
        padding: 30px 20px 30px 28px;
    }
    /* ------------------------------------
	21. Team Section CSS
---------------------------------------*/
    
    .rs-team.team-style1 .vertical-widget-content {
        padding: 30px 30px 30px 30px;
        background-color: #fff;
        border-radius: 3px 3px 3px 3px;
    }
    
    .rs-team.team-style1 .vertical-widget-content .slick-part {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .rs-team.team-style1 .vertical-widget-content .slick-part .slider.slider-for {
        flex: 0 0 64.8%;
        max-width: 64.8%;
    }
    
    .rs-team.team-style1 .vertical-widget-content .slick-part .slider.slider-for .team-inner-wrap .image-wrap a img {
        border-radius: 4px;
    }
    
    .rs-team.team-style1 .vertical-widget-content .slick-part .slider.slider-for .team-inner-wrap .team-content {
        padding-top: 16px;
    }
    
    .rs-team.team-style1 .vertical-widget-content .slick-part .slider.slider-for .team-inner-wrap .team-content .title {
        font-size: 20px;
        line-height: 30px;
        font-weight: 700;
        font-family: Roboto;
        margin: 0 0 4px;
    }
    
    .rs-team.team-style1 .vertical-widget-content .slick-part .slider.slider-for .team-inner-wrap .team-content .title a {
        color: #010d14;
    }
    
    .rs-team.team-style1 .vertical-widget-content .slick-part .slider.slider-for .team-inner-wrap .team-content .title a:hover {
        color: #F58634;
    }
    
    .rs-team.team-style1 .vertical-widget-content .slick-part .slider.slider-for .team-inner-wrap .team-content .team-title {
        color: #333333;
    }
    
    .rs-team.team-style1 .vertical-widget-content .slick-part .slider.slider-nav {
        flex: 0 0 35.2%;
        max-width: 35.2%;
        padding-left: 30px;
        margin-top: -50px;
    }
    
    .rs-team.team-style1 .vertical-widget-content .slick-part .slider.slider-nav .images-list {
        margin-bottom: 30px;
    }
    
    .rs-team.team-style1 .vertical-widget-content .slick-part .slider.slider-nav .images-list a img {
        border-radius: 4px;
    }
    
    .rs-team.team-style1 .vertical-widget-content .slick-part .slider .slick-arrow {
        position: absolute;
        transform: translateY(-50%);
        width: 50px;
        height: 50px;
        visibility: visible;
        opacity: 1;
        background: #F58634;
        font-size: 0;
        border: none;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
        border-radius: 0px 0px 0px 0px;
        transition: 0.6s ease all;
        z-index: 9;
    }
    
    .rs-team.team-style1 .vertical-widget-content .slick-part .slider .slick-arrow.slick-next {
        top: 115.1%;
        right: -30px;
    }
    
    .rs-team.team-style1 .vertical-widget-content .slick-part .slider .slick-arrow.slick-next:before {
        content: "\f114";
        font-size: 18px;
        color: #010d14;
        margin: 0;
        display: inline-block;
        font-family: flaticon !important;
        text-align: center;
        font-weight: 600;
    }
    
    .rs-team.team-style1 .vertical-widget-content .slick-part .slider .slick-arrow.slick-prev {
        top: 115.1%;
        right: 26px;
    }
    
    .rs-team.team-style1 .vertical-widget-content .slick-part .slider .slick-arrow.slick-prev:before {
        content: "\f115";
        font-size: 18px;
        color: #010d14;
        margin: 0;
        display: inline-block;
        font-family: flaticon !important;
        text-align: center;
        font-weight: 600;
    }
    
    .rs-team.team-style1 .vertical-widget-content .slick-part .slider .slick-arrow:hover {
        background: #010d14;
    }
    
    .rs-team.team-style1 .vertical-widget-content .slick-part .slider .slick-arrow:hover.slick-prev:before,
    .rs-team.team-style1 .vertical-widget-content .slick-part .slider .slick-arrow:hover.slick-next:before {
        color: #ffffff;
    }
    
    .rs-team.team-style2 .team-item-wrap .team-inner-wrap {
        overflow: visible;
    }
    
    .rs-team.team-style2 .team-item-wrap .team-inner-wrap .image-wrap {
        overflow: hidden;
        border-radius: 50%;
    }
    
    .rs-team.team-style2 .team-item-wrap .team-inner-wrap .image-wrap a img {
        border-radius: 50%;
        transform: scale(1);
        transition: 0.3s ease-in-out;
    }
    
    .rs-team.team-style2 .team-item-wrap .team-inner-wrap .team-content {
        text-align: center;
        margin: 0;
        padding: 25px 20px 25px;
        opacity: 1;
    }
    
    .rs-team.team-style2 .team-item-wrap .team-inner-wrap .team-content .team-info .team-name {
        font-size: 20px;
        line-height: 30px;
        font-family: "Roboto", Sans-serif;
        font-weight: 600;
        margin: 0 0 4px;
    }
    
    .rs-team.team-style2 .team-item-wrap .team-inner-wrap .team-content .team-info .team-name a {
        color: #010d14;
    }
    
    .rs-team.team-style2 .team-item-wrap .team-inner-wrap .team-content .team-info .team-name a:hover {
        color: #F58634;
    }
    
    .rs-team.team-style2 .team-item-wrap .team-inner-wrap .team-content .team-info .team-title {
        font-size: 15px;
        color: #666;
        display: block;
        margin-bottom: 6px;
    }
    
    .rs-team.team-style2 .team-item-wrap .team-inner-wrap .team-content .social-icon li {
        display: inline-block;
        margin-right: 21px;
    }
    
    .rs-team.team-style2 .team-item-wrap .team-inner-wrap .team-content .social-icon li a i {
        font-size: 18px;
        color: #333333;
        transition: 0.3s all ease;
    }
    
    .rs-team.team-style2 .team-item-wrap .team-inner-wrap .team-content .social-icon li a i:hover {
        color: #F58634;
    }
    
    .rs-team.team-style2 .team-item-wrap .team-inner-wrap .team-content .social-icon li:last-child {
        margin-right: 0;
    }
    
    .rs-team.team-style2 .team-item-wrap .team-inner-wrap:hover .image-wrap a img {
        transform: scale(1.2);
    }
    
    .rs-team.team-style2 .rs-carousel .owl-dots {
        margin-top: 15px;
    }
    
    .rs-team.team-style2.yellow-team-modify2 .team-item-wrap .team-inner-wrap .team-content .social-icon li a i {
        font-size: 15px;
        color: #010d14;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: transparent;
        text-align: center;
        transition: 0.3s all ease;
        border-radius: 50%;
        margin: 0;
    }
    
    .rs-team.team-style2.yellow-team-modify2 .team-item-wrap .team-inner-wrap .team-content .social-icon li {
        display: inline-block;
        margin-right: 4px;
    }
    
    .rs-team.team-style2.yellow-team-modify2 .team-item-wrap .team-inner-wrap .team-content .social-icon li a i:hover {
        color: #010d14;
        background: #F58634;
    }
    
    .rs-team.team-style3 .team-item-wrap .team-inner-wrap {
        border-radius: 0 0 5px 5px;
    }
    
    .rs-team.team-style3 .team-item-wrap .team-inner-wrap .image-wrap {
        position: relative;
        overflow: hidden;
    }
    
    .rs-team.team-style3 .team-item-wrap .team-inner-wrap .image-wrap a img {
        border-radius: 5px 5px 0 0;
    }
    
    .rs-team.team-style3 .team-item-wrap .team-inner-wrap .team-content {
        display: flex;
        align-items: center;
        opacity: 1;
        position: relative;
        border-radius: 0 0 5px 5px;
        padding: 20px 35px 17px;
        box-shadow: 0 5px 20px rgba(34, 34, 34, 0.1);
        background-color: #FFFFFF;
    }
    
    .rs-team.team-style3 .team-item-wrap .team-inner-wrap .team-content .team-info .team-name {
        font-size: 22px;
        line-height: 1.25em;
        font-family: "Roboto", Sans-serif;
        font-weight: 700;
        margin: 0 0 0px;
    }
    
    .rs-team.team-style3 .team-item-wrap .team-inner-wrap .team-content .team-info .team-name a {
        color: #010d14;
    }
    
    .rs-team.team-style3 .team-item-wrap .team-inner-wrap .team-content .team-info .team-name a:hover {
        color: #eb003d;
    }
    
    .rs-team.team-style3 .team-item-wrap .team-inner-wrap .team-content .team-info .team-title {
        font-size: 15px;
        color: #333333;
    }
    
    .rs-team.team-style3 .team-item-wrap .team-inner-wrap .team-content .plus-team .social-icons {
        text-align: center;
        margin-top: 14px;
        position: absolute;
        right: 0;
        bottom: 100%;
        width: 50px;
        background: #EB003D;
        padding: 12px 0;
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s ease 0s;
        z-index: 1;
        transform: scaleY(0);
        transform-origin: bottom;
    }
    
    .rs-team.team-style3 .team-item-wrap .team-inner-wrap .team-content .plus-team .social-icons a {
        padding: 0;
        background: transparent;
    }
    
    .rs-team.team-style3 .team-item-wrap .team-inner-wrap .team-content .plus-team .social-icons a i {
        font-size: 18px;
        color: #ffffff;
        background: transparent;
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        transition: 0.3s all ease;
        border-radius: 50%;
        margin: 0;
    }
    
    .rs-team.team-style3 .team-item-wrap .team-inner-wrap .team-content .plus-team .social-icons a i:hover {
        color: #E6E6E6;
    }
    
    .rs-team.team-style3 .team-item-wrap .team-inner-wrap .team-content .plus-team .share-i {
        margin: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
        right: 35px;
        font-weight: 700;
        font-size: 18px;
        cursor: pointer;
        transition: 500ms ease;
        background: #EB003D;
        color: #fff;
        width: 45px;
        height: 45px;
        border-radius: 45px;
        line-height: 50px;
        text-align: center;
    }
    
    .rs-team.team-style3 .team-item-wrap .team-inner-wrap .team-content .plus-team:hover .social-icons {
        visibility: visible;
        opacity: 1;
        z-index: 2;
        transform: scaleY(1);
    }
    
    .rs-team.team-style3.team-modify1 .team-item-wrap .team-inner-wrap .team-content {
        background: #010d14;
    }
    
    .rs-team.team-style3.team-modify1 .team-item-wrap .team-inner-wrap .team-content .plus-team .social-icons,
    .rs-team.team-style3.team-modify1 .team-item-wrap .team-inner-wrap .team-content .plus-team .share-i {
        background: #e8271e;
    }
    
    .rs-team.team-style3.team-modify1 .team-item-wrap .team-inner-wrap .team-content .team-info .team-name a {
        font-size: 20px;
        font-weight: 600;
        color: #ffffff;
    }
    
    .rs-team.team-style3.team-modify1 .team-item-wrap .team-inner-wrap .team-content .team-info .team-title {
        color: #ffffff;
        font-weight: 600;
    }
    
    .rs-team.team-style3.team-modify1 .team-item-wrap .team-inner-wrap .team-content .team-info .team-name a:hover {
        color: #c4c4c4;
    }
    
    .rs-team.team-style3.team-modify2 .team-item-wrap .team-inner-wrap .team-content .plus-team .share-i {
        right: 11px;
        background: #0052da;
        top: 0;
    }
    
    .rs-team.team-style3.team-modify2 .team-item-wrap .team-inner-wrap .team-content .team-info .team-name {
        font-size: 20px;
        margin: 0px 0 4px;
    }
    
    .rs-team.team-style3.team-modify2 .team-item-wrap .team-inner-wrap .team-content {
        padding: 28px 30px 24px 26px;
    }
    
    .rs-team.team-style3.team-modify2 .team-item-wrap .team-inner-wrap .team-content .team-info .team-name a:hover {
        color: #0052da;
    }
    
    .rs-team.team-style3.team-modify2 .team-item-wrap .team-inner-wrap .image-wrap a img {
        border-radius: 0px 0px 0 0;
    }
    
    .rs-team.team-style3.team-modify2 .team-item-wrap .team-inner-wrap .team-content .plus-team .social-icons {
        width: 45px;
        right: 10px;
        padding: 12px 0px 19px 0px;
        background: #0052da;
    }
    
    .rs-team.team-style3.team-modify3 .team-item-wrap .team-inner-wrap .image-wrap a img {
        border-radius: 0 0 0 0;
        transform: scale(1.1);
        transition: 0.3s ease-in-out;
        opacity: 1;
    }
    
    .rs-team.team-style3.team-modify3 .team-item-wrap .team-inner-wrap .team-content .plus-team .share-i {
        background: #F58634;
        color: #010d14;
    }
    
    .rs-team.team-style3.team-modify3 .team-item-wrap .team-inner-wrap .team-content .plus-team .social-icons {
        background: #F58634;
    }
    
    .rs-team.team-style3.team-modify3 .team-item-wrap .team-inner-wrap .team-content .plus-team .social-icons a i {
        color: #010d14;
    }
    
    .rs-team.team-style3.team-modify3 .team-item-wrap .team-inner-wrap .team-content .plus-team .social-icons a i:hover {
        color: #EB003D;
    }
    
    .rs-team.team-style3.team-modify3 .team-item-wrap .team-inner-wrap .team-content .team-info .team-name {
        font-size: 20px;
        font-weight: 500;
    }
    
    .rs-team.team-style3.team-modify3 .team-item-wrap .team-inner-wrap .team-content .team-info .team-title {
        font-weight: 500;
    }
    
    .rs-team.team-style3.team-modify3 .team-item-wrap:hover .team-inner-wrap .team-content .team-info .team-name a {
        color: #F58634;
    }
    
    .rs-team.team-style3.team-modify3 .team-item-wrap:hover .team-inner-wrap .image-wrap a img {
        transform: scale(1);
        opacity: 0.7;
        border-radius: 5px 5px 0 0;
    }
    
    .rs-team.team-style4 .team-item .team-inner-wrap .image-wrap .team-img-sec {
        position: relative;
    }
    
    .rs-team.team-style4 .team-item .team-inner-wrap .image-wrap .team-img-sec:before {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        content: "";
        z-index: 10;
        opacity: 0;
        visibility: hidden;
        transition: 0.4s;
        background: #183650E6;
    }
    
    .rs-team.team-style4 .team-item .team-inner-wrap .image-wrap .team-img-sec .team-content {
        display: block;
        z-index: 11;
        color: #fff;
        padding: 15px;
        transition: all 0.4s ease 0s;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 5px;
        text-align: center;
    }
    
    .rs-team.team-style4 .team-item .team-inner-wrap .image-wrap .team-img-sec .team-content .author-text {
        position: absolute;
        left: 0;
        top: 42%;
        transition: 0.4s;
        transform: translateY(-50%);
        text-align: center;
        width: 100%;
    }
    
    .rs-team.team-style4 .team-item .team-inner-wrap .image-wrap .team-img-sec .team-content .author-text .team-name {
        font-size: 20px;
        padding: 0 10px;
        display: block;
        top: -10px;
        margin-bottom: 0;
        font-family: "Roboto", Sans-serif;
        font-weight: 500;
        position: relative;
        opacity: 0;
        transition: all 0.45s cubic-bezier(0.23, 0.88, 0.34, 0.99);
    }
    
    .rs-team.team-style4 .team-item .team-inner-wrap .image-wrap .team-img-sec .team-content .author-text .team-name a {
        color: #ffffff;
    }
    
    .rs-team.team-style4 .team-item .team-inner-wrap .image-wrap .team-img-sec .team-content .author-text .team-name a:hover {
        color: #21c0f5;
    }
    
    .rs-team.team-style4 .team-item .team-inner-wrap .image-wrap .team-img-sec .team-content .author-text .team-title {
        font-size: 14px;
        padding: 3px 10px;
        color: #ffffff;
        opacity: 0;
        top: -15px;
        position: relative;
        transition: all 0.45s cubic-bezier(0.23, 0.88, 0.34, 0.99);
    }
    
    .rs-team.team-style4 .team-item .team-inner-wrap .image-wrap .team-img-sec .team-content .social-icons {
        left: 0;
        top: 60%;
        transform: translateY(-50%);
        text-align: center;
        width: 100%;
        position: absolute;
        opacity: 0;
        visibility: hidden;
        transition: 0.4s;
    }
    
    .rs-team.team-style4 .team-item .team-inner-wrap .image-wrap .team-img-sec .team-content .social-icons li {
        display: inline-block;
        position: relative;
        margin-right: 12px;
        transition: 0.4s;
        bottom: -20px;
    }
    
    .rs-team.team-style4 .team-item .team-inner-wrap .image-wrap .team-img-sec .team-content .social-icons li:last-child {
        margin-right: 0;
    }
    
    .rs-team.team-style4 .team-item .team-inner-wrap .image-wrap .team-img-sec .team-content .social-icons li a i {
        width: 30px;
        height: 30px;
        border-radius: 30px;
        background: #fff;
        line-height: 30px;
        background-color: #FFFFFF;
        color: #010d14;
        font-size: 16px;
        display: block;
    }
    
    .rs-team.team-style4 .team-item .team-inner-wrap .image-wrap .team-img-sec .team-content .social-icons li a i:hover {
        background: #21c0f5;
        color: #ffffff;
    }
    
    .rs-team.team-style4 .team-item:hover .team-inner-wrap .image-wrap .team-img-sec:before {
        opacity: 1;
        visibility: visible;
    }
    
    .rs-team.team-style4 .team-item:hover .team-inner-wrap .image-wrap .team-img-sec .team-content .author-text {
        opacity: 1;
        visibility: visible;
    }
    
    .rs-team.team-style4 .team-item:hover .team-inner-wrap .image-wrap .team-img-sec .team-content .author-text .team-name {
        opacity: 1;
        visibility: visible;
        top: 0;
        transition-delay: .33s;
    }
    
    .rs-team.team-style4 .team-item:hover .team-inner-wrap .image-wrap .team-img-sec .team-content .author-text .team-title {
        opacity: 1;
        visibility: visible;
        top: 0;
        transition-delay: .33s;
    }
    
    .rs-team.team-style4 .team-item:hover .team-inner-wrap .image-wrap .team-img-sec .team-content .social-icons {
        opacity: 1;
        visibility: visible;
    }
    
    .rs-team.team-style4 .team-item:hover .team-inner-wrap .image-wrap .team-img-sec .team-content .social-icons li {
        bottom: 0;
    }
    
    .rs-team.team-style4.yellow-team-modiy1 .team-item .team-inner-wrap .image-wrap .team-img-sec a img {
        border-radius: 5px;
    }
    
    .rs-team.team-style4.yellow-team-modiy1 .team-item .team-inner-wrap .image-wrap .team-img-sec:before {
        background: #000000AB;
        border-radius: 5px;
    }
    
    .rs-team.team-style4.yellow-team-modiy1 .team-item .team-inner-wrap .image-wrap .team-img-sec .team-content .author-text .team-name a:hover {
        color: #F58634;
    }
    
    .rs-team.team-style4.yellow-team-modiy1 .team-item .team-inner-wrap .image-wrap .team-img-sec .team-content .social-icons li a i {
        background: #F58634;
        color: #010d14;
    }
    
    .rs-team.team-style4.yellow-team-modiy1 .team-item .team-inner-wrap .image-wrap .team-img-sec .team-content .social-icons li a i:hover {
        opacity: 0.8;
    }
    
    .rs-team.team-style5 .team-item {
        overflow: hidden;
    }
    
    .rs-team.team-style5 .team-item .team-inner-wrap {
        position: relative;
        overflow: hidden;
    }
    
    .rs-team.team-style5 .team-item .team-inner-wrap .team-content {
        text-align: center;
        transition: all 0.4s ease 0s;
        border-radius: 3px 3px 0 0;
        padding: 20px 20px 15px 30px;
        margin-top: -35px;
        margin-bottom: 0;
        position: absolute;
        bottom: -50%;
        left: 50%;
        transform: translateX(-50%);
        width: 230px;
        background: #010d14;
    }
    
    .rs-team.team-style5 .team-item .team-inner-wrap .team-content .team-info .team-name {
        font-size: 20px;
        line-height: 28px;
        font-family: "Roboto", Sans-serif;
        font-weight: 500;
        margin: 0 0 4px;
    }
    
    .rs-team.team-style5 .team-item .team-inner-wrap .team-content .team-info .team-name a {
        color: #F58634;
    }
    
    .rs-team.team-style5 .team-item .team-inner-wrap .team-content .team-info .team-name a:hover {
        color: #F58634;
    }
    
    .rs-team.team-style5 .team-item .team-inner-wrap .team-content .team-info .team-title {
        font-size: 13px;
        color: #ffffff;
        display: block;
        text-transform: uppercase;
        margin-bottom: 6px;
    }
    
    .rs-team.team-style5 .team-item .team-inner-wrap .team-content .social-icon li {
        display: inline-block;
        margin-right: 8px;
    }
    
    .rs-team.team-style5 .team-item .team-inner-wrap .team-content .social-icon li a i {
        font-size: 15px;
        font-weight: 400;
        width: 25px;
        height: 25px;
        line-height: 25px;
        color: #ffffff;
        transition: all 0.3s ease 0s;
        background: transparent;
    }
    
    .rs-team.team-style5 .team-item .team-inner-wrap .team-content .social-icon li a i:hover {
        color: #F58634;
    }
    
    .rs-team.team-style5 .team-item .team-inner-wrap .team-content .social-icon li:last-child {
        margin-right: 0;
    }
    
    .rs-team.team-style5 .team-item .team-inner-wrap:hover .team-content {
        bottom: 0;
    }
    
    .rs-team.team-style6 .team-item {
        position: relative;
        overflow: visible;
    }
    
    .rs-team.team-style6 .team-item .team-inner-wrap .team-content {
        color: #f8560c;
        background: #fff;
        text-align: center;
        z-index: 9;
        position: absolute;
        z-index: 1;
        opacity: 1;
        height: unset;
        display: inline-block;
        bottom: -85px;
        padding: 20px 20px 25px;
        box-shadow: 10px 17px 38px 0 rgba(0, 0, 0, 0.1);
        left: 50%;
        max-width: 310px;
        transform: translateX(-50%);
        width: 95%;
    }
    
    .rs-team.team-style6 .team-item .team-inner-wrap .team-content .team-name {
        font-size: 22px;
        line-height: 32px;
        font-family: "Roboto", Sans-serif;
        font-weight: 500;
        margin-bottom: 4px;
    }
    
    .rs-team.team-style6 .team-item .team-inner-wrap .team-content .team-name a {
        color: #010d14;
    }
    
    .rs-team.team-style6 .team-item .team-inner-wrap .team-content .team-name a:hover {
        color: #F58634;
    }
    
    .rs-team.team-style6 .team-item .team-inner-wrap .team-content .team-title {
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
        padding-top: 5px;
        color: #F58634;
        display: block;
        font-family: 'Poppins', sans-serif;
    }
    
    .rs-team.team-style6 .team-item .team-inner-wrap .team-content .team-desc {
        font-size: 14px;
        margin-bottom: 0;
        color: #777;
        position: relative;
        z-index: 1;
        max-height: 0;
        opacity: 0;
        line-height: 24px;
        transition: all 0.6s, max-height 0.5s;
        overflow: hidden;
        transform: scaleY(0);
        transform-origin: bottom;
    }
    
    .rs-team.team-style6 .team-item .team-inner-wrap .team-content .team-desc:before {
        content: '';
        position: absolute;
        z-index: 1;
        background: #010d14;
        top: 0;
        left: 50%;
        width: 50px;
        height: 2px;
        margin-left: -25px;
    }
    
    .rs-team.team-style6 .team-item .team-inner-wrap .team-content .social-icons {
        text-align: center;
        margin-top: 12px;
    }
    
    .rs-team.team-style6 .team-item .team-inner-wrap .team-content .social-icons li {
        display: inline-block;
        margin-right: 5px;
    }
    
    .rs-team.team-style6 .team-item .team-inner-wrap .team-content .social-icons li:last-child {
        margin-right: 0;
    }
    
    .rs-team.team-style6 .team-item .team-inner-wrap .team-content .social-icons li a i {
        width: 35px;
        height: 35px;
        border-radius: 35px;
        background: #fff;
        line-height: 35px;
        background-color: transparent;
        color: #010d14;
        font-size: 16px;
        display: block;
    }
    
    .rs-team.team-style6 .team-item .team-inner-wrap .team-content .social-icons li a i:hover {
        background: #F58634;
        color: #010d14;
    }
    
    .rs-team.team-style6 .team-item:hover .team-inner-wrap .team-content {
        opacity: 1;
    }
    
    .rs-team.team-style6 .team-item:hover .team-inner-wrap .team-content .team-desc {
        position: relative;
        max-height: 400px;
        opacity: 1;
        text-align: center;
        transform: scaleY(1);
        transition: all 0.4s, max-height 1.5s;
        padding-top: 18px;
        margin-top: 8px;
    }
    
    .rs-team-single .btm-info-team {
        position: relative;
        box-shadow: 0px 0px 32px 0px rgba(7, 28, 31, 0.05);
        background: #fff;
        padding: 40px;
    }
    
    .rs-team-single .btm-info-team .images-part {
        padding: 0 30px 0 0;
    }
    
    .rs-team-single .btm-info-team .con-info {
        position: relative;
    }
    
    .rs-team-single .btm-info-team .con-info .designation-info {
        font-size: 16px;
        line-height: 26px;
        font-weight: 500;
        color: #F58634;
        text-transform: uppercase;
        font-family: Roboto;
        padding-bottom: 5px;
        display: block;
    }
    
    .rs-team-single .btm-info-team .con-info .title {
        font-size: 42px;
        line-height: 52px;
        font-weight: 700;
        color: #010d14;
        margin-bottom: 15px;
    }
    
    .rs-team-single .btm-info-team .con-info .short-desc {
        font-size: 15px;
        line-height: 26px;
        font-weight: 400;
        color: #333333;
        margin-bottom: 25px;
    }
    
    .rs-team-single .btm-info-team .con-info .team-title {
        font-size: 28px;
        line-height: 38px;
        font-weight: 700;
        color: #010d14;
        margin-bottom: 15px;
    }
    
    .rs-team-single .btm-info-team .con-info .ps-informations .personal-info li {
        margin: 5px 0 10px;
        padding: 0;
        display: block;
    }
    
    .rs-team-single .btm-info-team .con-info .ps-informations .personal-info li span i {
        font-size: 23px;
        color: #F58634;
        margin-right: 18px;
        font-weight: 500;
        display: inline-block;
        text-align: center;
    }
    
    .rs-team-single .btm-info-team .con-info .ps-informations .personal-info li a {
        color: #555;
    }
    
    .rs-team-single .btm-info-team .con-info .ps-informations .personal-info li a:hover {
        color: #F58634;
    }
    
    .rs-team-single .btm-info-team .con-info .ps-informations .social-info {
        margin-top: 15px;
    }
    
    .rs-team-single .btm-info-team .con-info .ps-informations .social-info li {
        display: inline-block;
        margin-right: 18px;
    }
    
    .rs-team-single .btm-info-team .con-info .ps-informations .social-info li a {
        color: #555;
    }
    
    .rs-team-single .btm-info-team .con-info .ps-informations .social-info li a:hover {
        color: #F58634;
    }
    
    .rs-team-single .btm-info-team .con-info .ps-informations .social-info li:last-child {
        margin-right: 0;
    }
    
    .rs-team-single .btm-info-team .con-info:before {
        content: "\f10b";
        font-size: 200px;
        position: absolute;
        right: 92px;
        color: #0a0a0a;
        font-family: "Flaticon";
        height: 100%;
        top: 74px;
        opacity: 0.02;
    }
    
    .rs-team-single .single-img img {
        border-radius: 100px 0px 100px 0px;
    }
    
    .rs-team-single .title-content .title {
        font-size: 24px;
        font-weight: 600;
        line-height: 34px;
        color: #010d14;
        margin: 0;
    }
    /*------------------------------------
	22. Partner Section CSS
------------------------------------*/
    
    .rs-partner.partner-main-home .partner-content-widget {
        border-radius: 5px 5px 5px 5px;
        background-color: #FFFFFF;
        padding: 40px 0px 40px 0px;
    }
    
    .rs-partner.partner-main-home .partner-content-widget .logo-img {
        text-align: center;
        padding: 0 40px;
    }
    
    .rs-partner.partner-main-home .partner-content-widget .logo-img a {
        overflow: hidden;
        display: inline-block;
        position: relative;
        transition: all 0.3s ease-in-out;
    }
    
    .rs-partner.partner-main-home .partner-content-widget .logo-img a .hovers-logos {
        display: block;
        position: absolute;
        transition: all 0.3s ease-in-out;
        z-index: 1;
        top: 0;
        left: 0;
        visibility: hidden;
        -webkit-transform: translateY(-100%);
    }
    
    .rs-partner.partner-main-home .partner-content-widget .logo-img a .mains-logos {
        transition: all 0.3s ease-in-out;
        display: block;
        filter: grayscale(1);
    }
    
    .rs-partner.partner-main-home .partner-content-widget .logo-img a:hover .hovers-logos {
        display: block;
        opacity: 3;
        visibility: visible;
        transform: translateY(0%);
        filter: grayscale(0%);
    }
    
    .rs-partner.partner-main-home .partner-content-widget .logo-img a:hover .mains-logos {
        display: block;
        visibility: hidden;
        transform: translateY(100%);
        filter: grayscale(1);
    }
    
    .rs-partner.partner-main-home.partner-modify1 {
        background-color: #EFF3FA;
    }
    
    .rs-partner.partner-main-home.partner-modify1 .partner-content-widget {
        background-color: unset;
        padding: 66px 0px 66px 0px;
    }
    
    .rs-partner.partner-main-home.partner-modify2 .partner-content-widget {
        border-radius: unset;
        background-color: #F3F4F7;
    }
    
    .rs-partner.partner-main-home.partner-modify3 {
        background-color: #EFF3FA;
    }
    
    .rs-partner.partner-main-home.partner-modify3 .partner-content-widget {
        background-color: unset;
        padding: 66px 0px 66px 0px;
    }
    
    .rs-partner.partner-main-home.partner-modify3 .partner-content-widget .logo-img {
        padding: 0px 55px;
    }
    
    .rs-partner.partner-main-home.partner-modify4 {
        position: relative;
        background-image: url(assets/images/bg/partner-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .rs-partner.partner-main-home.partner-modify4 .partner-content-widget {
        background-color: unset;
        border-radius: unset;
        padding: 66px 0px 66px 0px;
    }
    
    .rs-partner.partner-main-home.partner-modify4 .partner-content-widget .logo-img {
        padding: 0px 55px;
    }
    
    .rs-partner.partner-main-home.partner-modify4 .partner-background-overlay {
        background-color: transparent;
        background-image: linear-gradient(180deg, #000000 0%, #04224b 100%);
        opacity: 0.88;
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        position: absolute;
    }
    
    .rs-partner.partner-main-home.partner-modify5 {
        background-color: #EFF3FA;
        background-image: url(assets/images/bg/cta-bg5.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .rs-partner.partner-main-home.partner-modify5 .partner-content-widget {
        background-color: unset;
        border-radius: unset;
        padding: 66px 0px 66px 0px;
    }
    
    .rs-partner.partner-main-home.partner-modify5 .partner-content-widget .logo-img {
        padding: 0px 55px;
    }
    
    .rs-partner.partner-main-home.partner-modify6 {
        background-color: #183650;
    }
    
    .rs-partner.partner-main-home.partner-modify6 .partner-content-widget {
        background-color: unset;
        padding: 66px 0px 66px 0px;
    }
    
    .rs-partner.partner-main-home.partner-modify6 .partner-content-widget .logo-img {
        padding: 0px 55px;
    }
    
    .rs-partner.partner-main-home.partner-modify7 {
        background-color: #EFF3FA;
        background-image: url(assets/images/bg/cta-bg8.jpg);
        background-repeat: no-repeat;
    }
    
    .rs-partner.partner-main-home.partner-modify7 .partner-content-widget {
        background-color: unset;
        border-radius: unset;
        padding: 66px 0px 66px 0px;
    }
    
    .rs-partner.partner-main-home.partner-modify7 .partner-content-widget .logo-img {
        padding: 0px 55px;
    }
    
    .rs-partner.partner-main-home.partner-modify8 {
        background-image: url(assets/images/bg/cta-bg9.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .rs-partner.partner-main-home.partner-modify8 .partner-content-widget {
        background-color: unset;
        border-radius: unset;
        padding: 66px 0px 66px 0px;
    }
    
    .rs-partner.partner-main-home.partner-modify8 .partner-content-widget .logo-img {
        padding: 0px 44px;
    }
    
    .rs-partner.partner-main-home.partner-modify9 {
        background-color: #010D14;
    }
    
    .rs-partner.partner-main-home.partner-modify9 .partner-content-widget {
        background-color: unset;
        border-radius: unset;
        padding: 66px 0px 66px 0px;
    }
    
    .rs-partner.partner-main-home.partner-modify9 .partner-content-widget .logo-img {
        padding: 0px 44px;
    }
    /*------------------------------------
	23. Pricing Section CSS
------------------------------------*/
    
    .rs-pricing.pricing-style1 .pricing-table-wrap {
        position: relative;
        overflow: hidden;
        padding: 44px 70px 60px 70px;
        background-color: #fff;
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
        margin: 0 -2px 0 -2px;
        text-align: center;
    }
    
    .rs-pricing.pricing-style1 .pricing-table-wrap .pricing-table-header .pricing-table-title {
        font-size: 24px;
        line-height: 30px;
        font-weight: 500;
        color: #010d14;
        font-family: "Roboto", Sans-serif;
        margin-bottom: 35px;
    }
    
    .rs-pricing.pricing-style1 .pricing-table-wrap .pricing-icon {
        margin-bottom: 25px;
    }
    
    .rs-pricing.pricing-style1 .pricing-table-wrap .pricing-icon img {
        width: 90px;
        height: 90px;
    }
    
    .rs-pricing.pricing-style1 .pricing-table-wrap .pricing-table-price-tag .pricing-table-currency {
        font-size: 24px;
        top: -17px;
        position: relative;
        color: #010D14;
        font-weight: 700;
    }
    
    .rs-pricing.pricing-style1 .pricing-table-wrap .pricing-table-price-tag .pricing-table-price-text {
        font-size: 50px;
        font-weight: 700;
        color: #010d14;
    }
    
    .rs-pricing.pricing-style1 .pricing-table-wrap .pricing-table-price-tag .pricing-table-period {
        position: relative;
        padding-left: 20px;
        display: inline-block;
        font-size: 16px;
        color: #333333;
        font-weight: 700;
    }
    
    .rs-pricing.pricing-style1 .pricing-table-wrap .pricing-table-price-tag .pricing-table-period:before {
        content: "";
        height: 15px;
        width: 2px;
        position: absolute;
        left: 3px;
        transform: rotate(20deg) translateY(-50%);
        top: 40%;
        background-color: #333333;
    }
    
    .rs-pricing.pricing-style1 .pricing-table-wrap .pricing-table-features-list {
        padding: 20px 0px 0px 0px;
        text-align: left;
    }
    
    .rs-pricing.pricing-style1 .pricing-table-wrap .pricing-table-features-list li {
        padding: 0px 0px 0px 0px;
        font-size: 16px;
        margin-bottom: 11px;
    }
    
    .rs-pricing.pricing-style1 .pricing-table-wrap .pricing-table-features-list li i {
        margin-right: 10px;
        min-width: 15px;
        font-size: 16px;
        position: relative;
        top: 3px;
        color: #F58634;
        float: right;
        margin-right: 0;
    }
    
    .rs-pricing.pricing-style1 .pricing-table-wrap .pricing-table-features-list li .feature-text {
        font-size: 16px;
        color: #333333;
    }
    /*------------------------------------
	24. Blog Section CSS
------------------------------------*/
    
    .rs-blog.blog-main-home .blog-item {
        position: relative;
        z-index: 11;
        transition: all 500ms ease;
        background: #fff;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    }
    
    .rs-blog.blog-main-home .blog-item .image-wrap {
        position: relative;
        overflow: hidden;
    }
    
    .rs-blog.blog-main-home .blog-item .image-wrap a img {
        transition: all 0.5s ease 0s;
        transform: scale(1);
    }
    
    .rs-blog.blog-main-home .blog-item .blog-content {
        transition: all 500ms ease;
        position: relative;
        padding: 30px 40px 48px 40px;
        background: #fff;
    }
    
    .rs-blog.blog-main-home .blog-item .blog-content .blog-meta {
        display: flex;
        justify-content: flex-start;
        padding: 0 0 10px;
    }
    
    .rs-blog.blog-main-home .blog-item .blog-content .blog-meta .date {
        font-size: 14px;
        margin-right: 25px;
        font-weight: 500;
        font-family: "Roboto", Sans-serif;
    }
    
    .rs-blog.blog-main-home .blog-item .blog-content .blog-meta .date i {
        color: #F58634;
        margin-right: 6px;
        font-weight: 900;
    }
    
    .rs-blog.blog-main-home .blog-item .blog-content .blog-meta .date i:before {
        top: -1px;
        position: relative;
    }
    
    .rs-blog.blog-main-home .blog-item .blog-content .blog-meta .admin {
        font-size: 14px;
        font-weight: 500;
        font-family: "Roboto", Sans-serif;
    }
    
    .rs-blog.blog-main-home .blog-item .blog-content .blog-meta .admin i {
        color: #F58634;
        margin-right: 6px;
        font-weight: 900;
    }
    
    .rs-blog.blog-main-home .blog-item .blog-content .blog-meta .admin i:before {
        top: -1px;
        position: relative;
    }
    
    .rs-blog.blog-main-home .blog-item .blog-content .blog-title {
        font-size: 20px;
        line-height: 1.5em;
        font-weight: 500;
        font-family: "Roboto", Sans-serif;
        margin-bottom: 31px;
    }
    
    .rs-blog.blog-main-home .blog-item .blog-content .blog-title a {
        color: #010d14;
    }
    
    .rs-blog.blog-main-home .blog-item .blog-content .blog-title a:hover {
        color: #F58634;
    }
    
    .rs-blog.blog-main-home .blog-item:hover .image-wrap a img {
        transform: scale(1.1);
    }
    
    .rs-blog.blog-main-home .owl-stage-outer {
        padding: 10px;
        margin: -10px;
    }
    
    .rs-blog.blog-main-home.blog-modify1 .blog-item {
        padding: 15px;
    }
    
    .rs-blog.blog-main-home.blog-modify1 .blog-item .blog-content {
        padding: 30px 30px 18px 30px;
    }
    
    .rs-blog.blog-main-home.blog-modify1 .blog-content .blog-title {
        font-size: 20px;
        line-height: 1.5em;
        font-weight: 500;
        margin-bottom: 18px;
    }
    
    .rs-blog.blog-main-home.blog-modify1 .blog-content .desc {
        margin-bottom: 5px;
    }
    
    .rs-blog.blog-main-home.blog-modify2 .blog-item {
        padding: 15px;
        box-shadow: 0 0px 15px rgba(12, 89, 219, 0.09);
    }
    
    .rs-blog.blog-main-home.blog-modify2 .blog-item .blog-content {
        padding: 30px 10px 25px 20px;
    }
    
    .rs-blog.blog-main-home.blog-modify2 .blog-content .blog-title {
        font-size: 20px;
        line-height: 1.4;
        font-weight: 600;
        margin-bottom: 10px;
    }
    
    .rs-blog.blog-main-home.blog-modify2 .blog-content .desc {
        margin-bottom: 0px;
    }
    
    .rs-blog.blog-main-home.blog-modify2 .rs-carousel .owl-dots {
        margin-top: 70px;
    }
    
    .rs-blog.blog-main-home.blog-modify3 .blog-item {
        box-shadow: 0 0px 15px rgba(12, 89, 219, 0.09);
        padding: 23px;
    }
    
    .rs-blog.blog-main-home.blog-modify3 .blog-item .image-wrap a img {
        border-radius: 5px 5px 5px 5px;
    }
    
    .rs-blog.blog-main-home.blog-modify3 .blog-item .blog-content {
        padding: 30px 0px 20px 0px;
    }
    
    .rs-blog.blog-main-home.blog-modify3 .blog-item .blog-content .blog-title {
        font-size: 20px;
        line-height: 1.4;
        font-weight: 600;
        margin-bottom: 18px;
    }
    
    .rs-blog.blog-main-home.blog-modify3 .blog-item .blog-content .blog-meta {
        padding: 0 0 30px;
    }
    
    .rs-blog.blog-main-home.blog-modify3 .blog-item .blog-content .blog-meta .admin i,
    .rs-blog.blog-main-home.blog-modify3 .blog-item .blog-content .blog-title a:hover,
    .rs-blog.blog-main-home.blog-modify3 .blog-item .blog-content .blog-meta .date i {
        color: #eb003d;
    }
    
    .rs-blog.blog-main-home.blog-modify4 .blog-item .blog-content {
        padding: 30px 32px 30px 32px;
        background-color: #010D14;
    }
    
    .rs-blog.blog-main-home.blog-modify4 .blog-item .blog-content .blog-meta .admin i {
        color: #e8271e;
        margin-right: 6px;
        font-weight: 900;
    }
    
    .rs-blog.blog-main-home.blog-modify4 .blog-item .blog-content .blog-meta .category i {
        color: #e8271e;
        margin-right: 8px;
        font-weight: 900;
    }
    
    .rs-blog.blog-main-home.blog-modify4 .blog-item .blog-content .blog-meta .category {
        font-size: 15px;
        font-weight: 500;
        color: #fff;
    }
    
    .rs-blog.blog-main-home.blog-modify4 .blog-item .blog-content .blog-meta .admin {
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        margin-right: 15px;
    }
    
    .rs-blog.blog-main-home.blog-modify4 .blog-item .blog-content .blog-title a {
        color: #ffffff;
    }
    
    .rs-blog.blog-main-home.blog-modify4 .blog-item .blog-content .blog-title {
        font-weight: 600;
        margin-bottom: 28px;
    }
    
    .rs-blog.blog-main-home.blog-modify4 .blog-item .blog-content .blog-title a:hover {
        color: #c4c4c4;
    }
    
    .rs-blog.blog-main-home.blog-modify5 .blog-item {
        padding: 23px;
    }
    
    .rs-blog.blog-main-home.blog-modify5 .blog-item .blog-content {
        padding: 30px 30px 4px 0px;
    }
    
    .rs-blog.blog-main-home.blog-modify5 .blog-item .blog-content .blog-title a:hover,
    .rs-blog.blog-main-home.blog-modify5 .blog-item .blog-content .blog-meta .admin i,
    .rs-blog.blog-main-home.blog-modify5 .blog-item .blog-content .blog-meta .date i {
        color: #0052da;
    }
    
    .rs-blog.blog-main-home.blog-modify5 .blog-item .blog-content .blog-title {
        font-weight: 600;
        margin-bottom: 26px;
    }
    
    .rs-blog.blog-main-home.blog-modify6 .blog-item {
        padding: 15px;
        box-shadow: 0 0px 15px rgba(12, 89, 219, 0.09);
    }
    
    .rs-blog.blog-main-home.blog-modify6 .blog-item .blog-content {
        padding: 30px 10px 25px 20px;
    }
    
    .rs-blog.blog-main-home.blog-modify6 .blog-content .blog-title {
        font-size: 20px;
        line-height: 1.4;
        font-weight: 600;
        margin-bottom: 10px;
    }
    
    .rs-blog.blog-main-home.blog-modify6 .blog-content .desc {
        margin-bottom: 0px;
    }
    
    .rs-blog.blog-main-home.blog-modify6 .rs-carousel .owl-dots {
        margin-top: 70px;
    }
    
    .rs-blog.blog-main-home.blog-modify6 .blog-item .blog-content .blog-title a:hover,
    .rs-blog.blog-main-home.blog-modify6 .blog-item .blog-content .blog-meta .admin i,
    .rs-blog.blog-main-home.blog-modify6 .blog-item .blog-content .blog-meta .date i {
        color: #21c0f5;
    }
    
    .rs-blog.blog-main-home.blog-modify7 .blog-item {
        padding: 23px;
    }
    
    .rs-blog.blog-main-home.blog-modify7 .blog-item .blog-content {
        padding: 30px 30px 4px 0px;
    }
    
    .rs-blog.blog-main-home.blog-modify7 .blog-item .blog-content .blog-title a:hover,
    .rs-blog.blog-main-home.blog-modify7 .blog-item .blog-content .blog-meta .admin i,
    .rs-blog.blog-main-home.blog-modify7 .blog-item .blog-content .blog-meta .date i {
        color: #e88e2e;
    }
    
    .rs-blog.blog-main-home.blog-modify7 .blog-item .blog-content .blog-title {
        font-weight: 600;
        margin-bottom: 26px;
    }
    
    .rs-blog.blog-main-home.blog-modify8 .blog-item {
        box-shadow: 0 0px 15px rgba(12, 89, 219, 0.09);
        padding: 23px;
    }
    
    .rs-blog.blog-main-home.blog-modify8 .blog-item .image-wrap a img {
        border-radius: 5px 5px 5px 5px;
    }
    
    .rs-blog.blog-main-home.blog-modify8 .blog-item .blog-content {
        padding: 30px 0px 20px 0px;
    }
    
    .rs-blog.blog-main-home.blog-modify8 .blog-item .blog-content .blog-title {
        font-size: 20px;
        line-height: 1.4;
        font-weight: 600;
        margin-bottom: 18px;
    }
    
    .rs-blog.blog-main-home.blog-modify8 .blog-item .blog-content .blog-meta {
        padding: 0 0 30px;
    }
    
    .rs-blog.blog-main-home.blog-modify8 .blog-item .blog-content .blog-meta .admin i,
    .rs-blog.blog-main-home.blog-modify8 .blog-item .blog-content .blog-title a:hover,
    .rs-blog.blog-main-home.blog-modify8 .blog-item .blog-content .blog-meta .date i {
        color: #F58634;
    }
    
    .rs-blog.blog-main-home.blog-modify9 .blog-item {
        background: transparent;
        box-shadow: unset;
    }
    
    .rs-blog.blog-main-home.blog-modify9 .blog-item .blog-content .blog-button.blog-bnt2 a:hover i:before,
    .rs-blog.blog-main-home.blog-modify9 .blog-item .blog-content .blog-button.blog-bnt2 a:hover,
    .rs-blog.blog-main-home.blog-modify9 .blog-item .blog-content .blog-title a:hover,
    .rs-blog.blog-main-home.blog-modify9 .blog-item .blog-content .blog-meta .admin i,
    .rs-blog.blog-main-home.blog-modify9 .blog-item .blog-content .blog-meta .date i {
        color: #70bf4a;
    }
    
    .rs-blog.blog-main-home.blog-modify9 .blog-item .image-wrap a img {
        border-radius: 5px 5px 5px 5px;
    }
    
    .rs-blog.blog-main-home.blog-modify9 .blog-item .blog-content .blog-meta {
        justify-content: center;
    }
    
    .rs-blog.blog-main-home.blog-modify9 .blog-item .blog-content {
        padding: 30px 20px 0px 20px;
        background: transparent;
        text-align: center;
    }
    
    .rs-blog.blog-main-home.blog-modify9 .blog-item .blog-content .blog-button.blog-bnt2 a i:before {
        font-weight: 400;
        color: #333333;
        font-size: 17px;
        margin-left: 6px;
        top: 0;
    }
    
    .rs-blog.blog-main-home.blog-modify9 .blog-item .blog-content .blog-button.blog-bnt2 a {
        font-weight: 400;
        color: #333333;
    }
    
    .rs-blog.blog-main-home.blog-modify9 .blog-content .blog-title {
        font-size: 25px;
        line-height: 1.4;
        font-weight: 600;
        margin-bottom: 0px;
    }
    
    .rs-inner-blog .blog-item {
        background: #fff;
        transition: 0.3s;
    }
    
    .rs-inner-blog .blog-item .blog-img {
        position: relative;
    }
    
    .rs-inner-blog .blog-item .blog-content {
        padding: 25px 0px 10px;
        overflow: hidden;
    }
    
    .rs-inner-blog .blog-item .blog-content .blog-title {
        margin: 4px 0 15px;
        font-size: 26px;
        line-height: 35px;
        font-weight: 700;
    }
    
    .rs-inner-blog .blog-item .blog-content .blog-title a {
        color: #010d14;
    }
    
    .rs-inner-blog .blog-item .blog-content .blog-title a:hover {
        color: #F58634;
    }
    
    .rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate {
        overflow: hidden;
        margin: 0 0 8px;
        padding: 0 0 12px;
        font-size: 13px;
        display: flex;
        align-items: center;
    }
    
    .rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li {
        margin-right: 15px;
    }
    
    .rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .blog-date {
        display: inline-block;
        font-size: 14px;
        line-height: 24px;
        color: #555;
        font-weight: 400;
    }
    
    .rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .blog-date i {
        color: #F58634;
        position: relative;
        margin-right: 2px;
        top: 2px;
    }
    
    .rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .blog-date i:before {
        font-size: 14px;
    }
    
    .rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .author {
        display: inline-block;
        font-size: 14px;
        line-height: 24px;
        color: #555;
        font-weight: 400;
    }
    
    .rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .author i {
        margin-right: 3px;
        position: relative;
        top: 2px;
        color: #F58634;
    }
    
    .rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .author i:before {
        font-size: 14px;
    }
    
    .rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .tag-line i {
        margin-right: 2px;
        color: #F58634;
        position: relative;
        top: 2px;
    }
    
    .rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .tag-line a {
        padding-left: 4px;
        font-size: 14px;
        color: #555;
    }
    
    .rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .tag-line a:hover {
        color: #F58634;
    }
    
    .rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li:last-child {
        margin-right: 0;
    }
    
    .rs-inner-blog .blog-item .blog-content .blog-desc {
        font-size: 16px;
        line-height: 27px;
        font-weight: 400;
        color: #333333;
        margin-bottom: 20px;
    }
    
    .rs-inner-blog .widget-area .widget-title .title {
        font-size: 20px;
        line-height: 26px;
        font-weight: 700;
        color: #010d14;
        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: #F58634;
        z-index: 1;
        margin-left: 0;
        bottom: 0;
        left: 0;
    }
    
    .rs-inner-blog .widget-area .search-widget {
        background: #fff;
        padding: 40px 30px 40px;
        box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
    }
    
    .rs-inner-blog .widget-area .search-widget .search-wrap {
        position: relative;
    }
    
    .rs-inner-blog .widget-area .search-widget .search-wrap [type=search] {
        color: #444444;
        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: transparent;
        border: medium none;
        color: #333333;
        padding: 11px 15px 12px;
        position: absolute;
        display: block;
        right: 0px;
        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-family: uicons-regular-rounded !important;
        font-size: 18px;
        font-weight: 600;
        content: "\f279";
        position: absolute;
        right: 20px;
        top: 9px;
    }
    
    .rs-inner-blog .widget-area .search-widget .search-wrap button:hover {
        color: #F58634;
    }
    
    .rs-inner-blog .widget-area .recent-posts {
        background: #fff;
        padding: 40px 30px;
        box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
    }
    
    .rs-inner-blog .widget-area .recent-posts .recent-post-widget {
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid rgba(0, 0, 0, 0.06);
        overflow: hidden;
    }
    
    .rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-img {
        width: 100px;
        float: left;
        padding-right: 15px;
    }
    
    .rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-img img {
        border-radius: 1px;
    }
    
    .rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc {
        overflow: hidden;
        margin-top: -8px;
    }
    
    .rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc a {
        font-size: 16px;
        line-height: 22px;
        font-weight: 600;
        color: #010d14;
        margin-bottom: 5px;
    }
    
    .rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc a:hover {
        color: #F58634;
    }
    
    .rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc .date-post {
        display: block;
        font-size: 14px;
        color: #7a7a7a;
    }
    
    .rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc .date-post i {
        margin-right: 8px;
    }
    
    .rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc .date-post i:before {
        top: 1px;
        font-size: 13px;
        color: #F58634;
        position: relative;
    }
    
    .rs-inner-blog .widget-area .categories {
        background: #fff;
        padding: 40px 30px 40px;
        box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
    }
    
    .rs-inner-blog .widget-area .categories ul li {
        margin-top: 13px;
        padding-top: 13px;
        border-top: 1px solid rgba(0, 0, 0, 0.06);
    }
    
    .rs-inner-blog .widget-area .categories ul li a {
        font-weight: 500;
        font-size: 15px;
        color: #0a0a0a;
        transition: all 0.4s ease-in-out 0s;
    }
    
    .rs-inner-blog .widget-area .categories ul li a:hover {
        color: #F58634;
    }
    
    .rs-inner-blog .widget-area .categories ul li:first-child {
        border-top: none;
    }
    
    .rs-inner-blog .widget-area .tags-cloud {
        background: #fff;
        padding: 40px 30px 40px;
        box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
    }
    
    .rs-inner-blog .widget-area .tags-cloud .tagcloud a {
        display: inline-block;
        margin: 10px 3px 0px 0;
        line-height: 20px;
        padding: 6px 12px;
        font-size: 13px;
        text-transform: capitalize;
        transition: all .3s ease;
        background: #ffffff;
        color: #444444;
        border: 1px solid #f0f0f0;
        border-radius: 5px;
    }
    
    .rs-inner-blog .widget-area .tags-cloud .tagcloud a:hover {
        color: #ffffff;
        background: #F58634;
    }
    
    .rs-inner-blog .blog-details .blog-full .blog-content-full .title {
        font-size: 28px;
        line-height: 38px;
        font-weight: 700;
        color: #010d14;
        font-family: Playfair Display;
        margin: 0;
    }
    
    .rs-inner-blog .blog-details .blog-full .blog-content-full .title.title2 {
        font-size: 20px;
    }
    
    .rs-inner-blog .blog-details .blog-full .blog-content-full .title.title3 {
        font-size: 24px;
    }
    
    .rs-inner-blog .blog-details .blog-full .blog-content-full p {
        margin: 0;
    }
    
    .rs-inner-blog .blog-details .blog-full .blog-content-full .bs-info {
        margin-top: 25px;
        clear: both;
        margin-bottom: 30px;
    }
    
    .rs-inner-blog .blog-details .blog-full .blog-content-full .bs-info a {
        font-size: 13px;
        margin-right: 5px;
        display: inline-block;
        text-align: center;
        font-weight: normal;
        color: #010d14;
        background: #F58634;
        padding: 2px 15px 4px;
        margin-left: 7px;
        border-radius: 0px;
        line-height: 20px;
        margin-top: 5px;
        margin-bottom: 5px;
        padding-top: 4px;
    }
    
    .rs-inner-blog .blog-details .blog-full .blog-content-full .bs-info a:hover {
        background: #010D14;
        color: #fff;
    }
    
    .rs-inner-blog .blog-details .blog-full .blog-content-full .comment-note .from-control {
        width: 100%;
        padding: 12px 20px;
        background-color: #f6f7f9;
        border: 1px solid #f6f7f9;
        border-radius: 5px;
        max-width: 100%;
        opacity: 1;
    }
    
    .rs-inner-blog .blog-details .blog-full .blog-content-full .comment-note textarea {
        height: 160px;
    }
    
    .rs-inner-blog .blog-details .blog-full .blog-content-full .comment-note ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #454545;
        opacity: 0.5;
    }
    
    .rs-inner-blog .blog-details .blog-full .blog-content-full .comment-note ::-moz-placeholder {
        /* Firefox 19+ */
        color: #454545;
        opacity: 0.5;
    }
    
    .rs-inner-blog .blog-details .blog-full .blog-content-full .comment-note :-ms-input-placeholder {
        /* IE 10+ */
        color: #454545;
        opacity: 0.5;
    }
    
    .rs-inner-blog .blog-details .blog-full .blog-content-full .comment-note :-moz-placeholder {
        /* Firefox 18- */
        color: #454545;
        opacity: 0.5;
    }
    /* ------------------------------------
	25. Testimonial Section CSS
---------------------------------------*/
    
    .rs-testimonial.testimonial-style1 .testi-item-content {
        border-radius: 3px 3px 3px 3px;
        background-color: #FFFFFF;
        padding: 50px 40px 40px 50px;
    }
    
    .rs-testimonial.testimonial-style1 .testi-item-content .slider {
        position: relative;
    }
    
    .rs-testimonial.testimonial-style1 .testi-item-content .slider .testi-item .item-content span img {
        width: 60px;
    }
    
    .rs-testimonial.testimonial-style1 .testi-item-content .slider .testi-item .item-content p {
        font-size: 18px;
        font-style: italic;
        line-height: 1.7em;
        color: #0A0A0A;
        margin: 34px 0 25px 0;
    }
    
    .rs-testimonial.testimonial-style1 .testi-item-content .slider .testi-item .testi-content .image-wrap {
        margin: 0px 0px 14px 0px;
    }
    
    .rs-testimonial.testimonial-style1 .testi-item-content .slider .testi-item .testi-content .image-wrap img {
        width: 75px !important;
        height: 75px !important;
        border-radius: 50%;
        position: relative;
    }
    
    .rs-testimonial.testimonial-style1 .testi-item-content .slider .testi-item .testi-content .testi-information .testi-name {
        font-size: 20px;
        font-weight: 700;
        line-height: 2em;
        color: #000000;
    }
    
    .rs-testimonial.testimonial-style1 .testi-item-content .slider .testi-item .testi-content .testi-information .testi-title {
        color: #333333;
    }
    
    .rs-testimonial.testimonial-style1 .testi-item-content .slider .slick-arrow {
        position: absolute;
        transform: translateY(-50%);
        width: 50px;
        height: 50px;
        visibility: visible;
        opacity: 1;
        background: #F58634;
        font-size: 0;
        border: none;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
        border-radius: 0px 0px 0px 0px;
        transition: 0.6s ease all;
        z-index: 9;
    }
    
    .rs-testimonial.testimonial-style1 .testi-item-content .slider .slick-arrow.slick-next {
        top: 104.1%;
        right: -40px;
    }
    
    .rs-testimonial.testimonial-style1 .testi-item-content .slider .slick-arrow.slick-next:before {
        content: "\f114";
        font-size: 18px;
        color: #010d14;
        margin: 0;
        display: inline-block;
        font-family: flaticon !important;
        text-align: center;
        font-weight: 600;
    }
    
    .rs-testimonial.testimonial-style1 .testi-item-content .slider .slick-arrow.slick-prev {
        top: 104.1%;
        right: 16px;
    }
    
    .rs-testimonial.testimonial-style1 .testi-item-content .slider .slick-arrow.slick-prev:before {
        content: "\f115";
        font-size: 18px;
        color: #010d14;
        margin: 0;
        display: inline-block;
        font-family: flaticon !important;
        text-align: center;
        font-weight: 600;
    }
    
    .rs-testimonial.testimonial-style1 .testi-item-content .slider .slick-arrow:hover {
        background: #010d14;
    }
    
    .rs-testimonial.testimonial-style1 .testi-item-content .slider .slick-arrow:hover.slick-prev:before,
    .rs-testimonial.testimonial-style1 .testi-item-content .slider .slick-arrow:hover.slick-next:before {
        color: #ffffff;
    }
    
    .rs-testimonial.testimonial-style2 .testi-item .item-content {
        padding: 60px 40px 60px 50px;
        background-color: #FFFFFF;
    }
    
    .rs-testimonial.testimonial-style2 .testi-item .item-content span img {
        width: 60px;
    }
    
    .rs-testimonial.testimonial-style2 .testi-item .item-content p {
        font-size: 18px;
        font-style: italic;
        line-height: 1.7em;
        color: #0A0A0A;
        margin: 30px 0 19px 0;
    }
    
    .rs-testimonial.testimonial-style2 .testi-item .testi-content {
        position: relative;
        bottom: 38px;
        padding-left: 50px;
    }
    
    .rs-testimonial.testimonial-style2 .testi-item .testi-content .image-wrap {
        margin: 0px 0px 5px 0px;
    }
    
    .rs-testimonial.testimonial-style2 .testi-item .testi-content .image-wrap img {
        width: 80px !important;
        height: 80px !important;
        border-radius: 50%;
        position: relative;
    }
    
    .rs-testimonial.testimonial-style2 .testi-item .testi-content .testi-information .testi-name {
        font-size: 20px;
        font-weight: 700;
        line-height: 2em;
        color: #000000;
    }
    
    .rs-testimonial.testimonial-style2 .testi-item .testi-content .testi-information .testi-title {
        color: #333333;
    }
    
    .rs-testimonial.testimonial-style2 .rs-carousel .owl-dots {
        text-align: right;
        margin-top: -69px;
        position: relative;
    }
    
    .rs-testimonial.testimonial-style2.testimonial-modify1 .testi-item .item-content span img {
        width: 51px;
        margin: 0 auto;
    }
    
    .rs-testimonial.testimonial-style2.testimonial-modify1 .testi-item .testi-content .image-wrap {
        margin: 0px 0px 10px 0px;
    }
    
    .rs-testimonial.testimonial-style2.testimonial-modify1 .testi-item .item-content {
        text-align: center;
        border-radius: 5px 5px 5px 5px;
        box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.05);
    }
    
    .rs-testimonial.testimonial-style2.testimonial-modify1 .testi-item .item-content p {
        color: #333333;
        margin: 30px 0 0px 0;
    }
    
    .rs-testimonial.testimonial-style2.testimonial-modify1 .testi-item .testi-content .testi-information .testi-name {
        font-size: 18px;
        font-weight: 500;
    }
    
    .rs-testimonial.testimonial-style2.testimonial-modify1 .testi-item .testi-content {
        text-align: center;
        bottom: 38px;
        padding-left: 0px;
    }
    
    .rs-testimonial.testimonial-style2.testimonial-modify1 .testi-item .testi-content .image-wrap img {
        margin: 0 auto;
    }
    
    .rs-testimonial.testimonial-style2.testimonial-modify1 .rs-carousel .owl-dots {
        text-align: center;
        margin-top: 0px;
        position: relative;
    }
    
    .rs-testimonial.testimonial-style2.testimonial-modify1 .owl-stage-outer {
        padding: 20px;
        margin: -20px;
    }
    
    .rs-testimonial.testimonial-style2.testimonial-modify2 .testi-item .item-content {
        margin: 0 -8px 0 -8px;
    }
    
    .rs-testimonial.testimonial-style2.testimonial-modify2 .rs-carousel .owl-dots {
        text-align: center;
        margin-top: 0px;
        position: relative;
    }
    
    .rs-testimonial.testimonial-style2.testimonial-modify2 .owl-stage-outer {
        padding: 20px;
        margin: -20px;
    }
    
    .rs-testimonial.testimonial-style2.testimonial-modify3 .testi-item .item-content {
        padding: 50px 40px 60px 50px;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    }
    
    .rs-testimonial.testimonial-style2.testimonial-modify3 .rs-carousel .owl-dots {
        text-align: center;
        margin-top: 0px;
        position: relative;
    }
    
    .rs-testimonial.testimonial-style2.testimonial-modify3 .owl-stage-outer {
        padding: 20px;
        margin: -20px;
    }
    
    .rs-testimonial.testimonial-style3 .testi-item .testi-wrap {
        text-align: center;
        background-color: #FFFFFFB0;
        padding: 40px 40px 40px 40px;
        margin: 0 -13px 0 0;
    }
    
    .rs-testimonial.testimonial-style3 .testi-item .testi-wrap .image-wrap {
        justify-content: center;
        display: flex;
        flex-wrap: nowrap;
    }
    
    .rs-testimonial.testimonial-style3 .testi-item .testi-wrap .image-wrap img {
        border-radius: 50px 50px 50px 50px;
        width: 85px;
        height: 85px;
    }
    
    .rs-testimonial.testimonial-style3 .testi-item .testi-wrap .item-contents p {
        font-size: 17px;
        font-style: italic;
        padding: 30px 0px 0px 0px;
        margin-bottom: 20px;
    }
    
    .rs-testimonial.testimonial-style3 .testi-item .testi-wrap .testi-information .testi-name {
        font-size: 18px;
        font-weight: 600;
    }
    
    .rs-testimonial.testimonial-style4 .testi-item {
        background-color: #00000094;
        padding: 90px 33px 45px 46px;
        margin: 0 -8px 0 -8px;
    }
    
    .rs-testimonial.testimonial-style4 .testi-item .item-content .desc {
        font-size: 17px;
        font-style: italic;
        line-height: 27px;
        font-weight: 400;
        color: #FFF7F7;
        padding: 30px 0 31px 0;
    }
    
    .rs-testimonial.testimonial-style4 .testi-item .item-content .desc .quote {
        width: 57px;
        top: 51px;
        position: absolute;
        left: 11%;
    }
    
    .rs-testimonial.testimonial-style4 .testi-item .testi-content {
        display: flex;
        align-items: center;
    }
    
    .rs-testimonial.testimonial-style4 .testi-item .testi-content .image-wrap img {
        width: 65px;
        height: 65px;
        border-radius: 50px 50px 50px 50px;
    }
    
    .rs-testimonial.testimonial-style4 .testi-item .testi-content .testi-information {
        padding-left: 21px;
    }
    
    .rs-testimonial.testimonial-style4 .testi-item .testi-content .testi-information .testi-name {
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        color: #fff;
    }
    
    .rs-testimonial.testimonial-style4 .testi-item .testi-content .testi-information .designation {
        color: #FAFAFA;
        font-size: 15px;
    }
    
    .rs-testimonial.testimonial-style5 {
        position: relative;
    }
    
    .rs-testimonial.testimonial-style5 .testi-overlay-bg {
        background-color: #FFFFFF61;
        opacity: 0.68;
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        position: absolute;
    }
    
    .rs-testimonial.testimonial-style5 .testi-item {
        background-color: #183650;
        border-radius: 0px 0px 0px 0px;
        padding: 40px 42px 40px 42px;
        margin: 0 -8px 0 -8px;
        text-align: center;
    }
    
    .rs-testimonial.testimonial-style5 .testi-item .testi-contents .image-wrap img {
        border-radius: 50px 50px 50px 50px;
        width: 85px;
        height: 85px;
        margin: 0 auto;
    }
    
    .rs-testimonial.testimonial-style5 .testi-item .testi-contents .item-content {
        padding: 30px 0px 0px 0px;
        border-radius: 0px 0px 0px 0px;
        margin-bottom: 20px;
    }
    
    .rs-testimonial.testimonial-style5 .testi-item .testi-contents .item-content p {
        font-size: 17px;
        line-height: 27px;
        color: #fff;
        font-weight: 400;
        font-style: italic;
        margin: 0 0 0;
    }
    
    .rs-testimonial.testimonial-style5 .testi-item .testi-contents .testi-information .testi-name {
        font-size: 18px;
        font-weight: 600;
        color: #fff;
    }
    
    .rs-testimonial.testimonial-style5 .testi-item .testi-contents .testi-information .designation {
        color: #fff;
    }
    
    .rs-testimonial.testimonial-style6 .testi-item .item-content span img {
        width: 60px;
    }
    
    .rs-testimonial.testimonial-style6 .testi-item .item-content p {
        font-size: 22px;
        font-weight: 400;
        font-style: italic;
        line-height: 40px;
        color: #333333;
        font-family: "Roboto", Sans-serif;
        padding: 18px 0px 10px 0px;
    }
    
    .rs-testimonial.testimonial-style6 .testi-item .testi-content .image-wrap img {
        height: 65px;
        width: 65px;
        border-radius: 50%;
        position: relative;
    }
    
    .rs-testimonial.testimonial-style6 .testi-item .testi-content .testi-information {
        padding-top: 18px;
    }
    
    .rs-testimonial.testimonial-style6 .testi-item .testi-content .testi-information .testi-name {
        color: #000000;
        font-size: 20px;
        font-weight: 500;
    }
    
    .rs-testimonial.testimonial-style6 .testi-item .testi-content .testi-information .testi-title {
        color: #878787;
    }
    
    .rs-testimonial.testimonial-style7 .slider {
        position: relative;
    }
    
    .rs-testimonial.testimonial-style7 .slider .testi-item {
        text-align: center;
    }
    
    .rs-testimonial.testimonial-style7 .slider .testi-item .item-content span img {
        margin: 0 auto;
        width: 51px;
    }
    
    .rs-testimonial.testimonial-style7 .slider .testi-item .item-content p {
        color: #FFFFFFDE;
        font-size: 20px;
        line-height: 1.7em;
        margin-bottom: 6px;
        padding: 2.9% 15% 2% 15%;
    }
    
    .rs-testimonial.testimonial-style7 .slider .testi-item .testi-content .image-wrap {
        margin: 0px 0px 17px 0px;
    }
    
    .rs-testimonial.testimonial-style7 .slider .testi-item .testi-content .image-wrap img {
        width: 75px !important;
        height: 75px !important;
        border-radius: 50%;
        margin: 0 auto;
    }
    
    .rs-testimonial.testimonial-style7 .slider .testi-item .testi-content .testi-information .testi-name {
        font-size: 20px;
        line-height: 1.2;
        font-weight: 700;
        color: #ffffff;
    }
    
    .rs-testimonial.testimonial-style7 .slider .testi-item .testi-content .testi-information .testi-title {
        color: #FFFFFFD6;
        font-size: 14px;
    }
    
    .rs-testimonial.testimonial-style7 .slider .slick-arrow {
        position: absolute;
        transform: translateY(-50%);
        visibility: visible;
        opacity: 1;
        font-size: 0;
        background: transparent;
        border: none;
        transition: 0.6s ease all;
        z-index: 9;
    }
    
    .rs-testimonial.testimonial-style7 .slider .slick-arrow.slick-next {
        top: 35.1%;
        right: 14px;
    }
    
    .rs-testimonial.testimonial-style7 .slider .slick-arrow.slick-next:before {
        content: "\f114";
        font-size: 20px;
        color: #ADABA5;
        margin: 0;
        display: inline-block;
        font-family: flaticon !important;
        text-align: center;
        font-weight: 600;
    }
    
    .rs-testimonial.testimonial-style7 .slider .slick-arrow.slick-prev {
        top: 35.1%;
        left: 16px;
    }
    
    .rs-testimonial.testimonial-style7 .slider .slick-arrow.slick-prev:before {
        content: "\f115";
        font-size: 20px;
        color: #ADABA5;
        margin: 0;
        display: inline-block;
        font-family: flaticon !important;
        text-align: center;
        font-weight: 600;
    }
    
    .rs-testimonial.testimonial-style8 .testi-item .testi-wrap {
        background-color: #E8EAEE;
        background-image: url(assets/images/bg/konstruk-bg.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        text-align: center;
        padding: 52px 50px 52px 50px;
    }
    
    .rs-testimonial.testimonial-style8 .testi-item .testi-wrap .item-content-basic span img {
        width: 60px;
        margin: 0 auto 20px;
    }
    
    .rs-testimonial.testimonial-style8 .testi-item .testi-wrap .item-content-basic p {
        color: #ffffff;
        font-size: 19px;
        font-weight: 500;
        font-style: italic;
        line-height: 32px;
        margin: 0 0 28px;
    }
    
    .rs-testimonial.testimonial-style8 .testi-item .testi-wrap .testi-content .image-wrap img {
        border-radius: 50px 50px 50px 50px;
        width: 90px;
        height: 90px;
        margin: 0 auto;
    }
    
    .rs-testimonial.testimonial-style8 .testi-item .testi-wrap .testi-content .testi-information {
        padding-top: 20px;
    }
    
    .rs-testimonial.testimonial-style8 .testi-item .testi-wrap .testi-content .testi-information .testi-name {
        font-size: 20px;
        line-height: 30px;
        font-weight: 600;
        color: #ffffff;
    }
    
    .rs-testimonial.testimonial-style8 .testi-item .testi-wrap .testi-content .testi-information .designation {
        font-family: "Roboto", Sans-serif;
        font-size: 16px;
        color: #EFEFEF;
    }
    /*----------------------------------------
	26. Shop Section CSS
----------------------------------------*/
    
    .rs-shop-part .title {
        font-size: 20px;
        line-height: 30px;
        font-weight: 700;
        color: #010d14;
        margin: 0;
    }
    
    .rs-shop-part .woocommerce-result-count {
        font-size: 16px;
        line-height: 26px;
        color: #333333;
        font-weight: 400;
        margin: 0;
    }
    
    .rs-shop-part .from-control {
        float: right;
        font-size: 16px;
        color: #333333;
        font-weight: 400;
        vertical-align: top;
        padding: 10px;
        border: none;
        border-radius: 0px;
        border-right: 10px solid #fff;
        background: none;
        box-shadow: 0 0 1px #999;
    }
    
    .rs-shop-part .product-list {
        text-align: center;
        margin: 0 9px 0 9px;
    }
    
    .rs-shop-part .product-list .image-product {
        position: relative;
        overflow: hidden;
        padding: 0;
        margin-bottom: 20px;
    }
    
    .rs-shop-part .product-list .image-product img {
        margin-bottom: 0 !important;
        position: relative;
        width: 100% !important;
    }
    
    .rs-shop-part .product-list .image-product .overley {
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        width: 100%;
        background: transparent;
        bottom: -50px;
        transform: scaleY(0);
        transform-origin: 0 1 0;
        opacity: 0;
        transition: all 0.4s ease-in-out 0s;
        padding: 0;
    }
    
    .rs-shop-part .product-list .image-product .overley .product-info a {
        text-transform: capitalize;
        text-decoration: none;
        border-radius: 0px;
        line-height: 33px;
        border: 0px solid #F58634;
        text-align: center;
        transition: all 0.4s ease-in-out 0s;
        padding: 5px 20px;
        color: #ffffff;
        background: #010d14;
        display: block;
    }
    
    .rs-shop-part .product-list .image-product .overley .product-info a:hover {
        opacity: 0.9;
    }
    
    .rs-shop-part .product-list .image-product .onsale {
        font-size: 13px;
        font-weight: 500;
        color: #010d14;
        font-weight: 700;
        line-height: 40px;
        background: #F58634;
        width: 40px;
        height: 40px;
        text-align: center;
        border-radius: 50%;
        display: inline-block;
        position: absolute;
        top: 13px;
        right: 13px;
    }
    
    .rs-shop-part .product-list .content-desc .loop-product-title {
        font-size: 16px;
        line-height: 25px;
        font-weight: 700;
        font-family: Roboto !important;
        margin: 0;
        float: left;
    }
    
    .rs-shop-part .product-list .content-desc .loop-product-title a {
        color: #010d14;
    }
    
    .rs-shop-part .product-list .content-desc .loop-product-title a:hover {
        color: #F58634;
    }
    
    .rs-shop-part .product-list .content-desc .price {
        font-size: 16px;
        line-height: 25px;
        color: #5d5d5d;
        font-weight: 600;
        margin: 0;
        float: right;
    }
    
    .rs-shop-part .product-list:hover .image-product .overley {
        opacity: 1;
        transform: scaleY(1);
        bottom: 0;
    }
    
    .rs-shop-part .product-list:hover .image-product .overley .product-info a {
        text-transform: capitalize;
        text-decoration: none;
        border-radius: 0px;
        line-height: 33px;
        border: 0px solid #F58634;
        text-align: center;
        transition: all 0.4s ease-in-out 0s;
        padding: 5px 20px;
        color: #ffffff;
        background: #010d14;
    }
    /*----------------------------------------
	27. Single Shop Section CSS
----------------------------------------*/
    
    .rs-single-shop .single-product-image .images-single {
        z-index: 1 !important;
    }
    
    .rs-single-shop .single-product-image img {
        width: 100%;
    }
    
    .rs-single-shop .single-price-info .product-title {
        font-size: 25px;
        font-weight: 700;
        margin-bottom: 12px;
    }
    
    .rs-single-shop .single-price-info .single-price {
        color: #F58634;
        font-weight: 600;
    }
    
    .rs-single-shop .single-price-info .some-text {
        margin-top: 15px;
    }
    
    .rs-single-shop .single-price-info form {
        margin-bottom: 30px;
    }
    
    .rs-single-shop .single-price-info form input {
        height: 40px;
        width: 70px;
        line-height: 40px;
        text-align: center;
        padding-left: 10px;
        border: 1px solid rgba(54, 54, 54, 0.1);
        outline: none;
    }
    
    .rs-single-shop .single-price-info p.category {
        margin: 0;
        padding-top: 25px;
        border-top: 1px solid #e6e6e6;
        font-size: 14px;
    }
    
    .rs-single-shop .single-price-info p.category span {
        font-weight: 700;
        padding-right: 10px;
    }
    
    .rs-single-shop .single-price-info p.category a {
        color: #666666;
    }
    
    .rs-single-shop .single-price-info p.category a:hover {
        color: #F58634;
    }
    
    .rs-single-shop .single-price-info .tag {
        margin: 0;
    }
    
    .rs-single-shop .single-price-info .tag span {
        font-weight: 700;
    }
    
    .rs-single-shop .tab-area {
        margin-top: 50px;
    }
    
    .rs-single-shop .tab-area ul.nav-tabs {
        border-bottom: 1px solid #f0f0f0;
        margin-bottom: 32px;
    }
    
    .rs-single-shop .tab-area ul.nav-tabs li {
        margin-right: 13px;
    }
    
    .rs-single-shop .tab-area ul.nav-tabs li .nav-link {
        padding: 20px 45px;
        display: inline-block;
        border-radius: 0px;
        font-size: 18px;
        background: #fbfbfb;
        border: 1px solid #fbfbfb;
        background-color: #fbfbfb;
        color: #010d14;
        font-weight: 400;
    }
    
    .rs-single-shop .tab-area ul.nav-tabs li .nav-link:hover,
    .rs-single-shop .tab-area ul.nav-tabs li .nav-link.active {
        background: #F58634;
        color: #010d14;
    }
    
    .rs-single-shop .tab-area ul.nav-tabs li:last-child {
        margin-right: 0;
    }
    
    .rs-single-shop .tab-area .tab-content .tab-pane .tab-title {
        font-weight: 700;
        margin-bottom: 34px;
    }
    
    .rs-single-shop .tab-area .tab-content .tab-pane .dsc-p {
        margin: 0;
    }
    
    .rs-single-shop .tab-area .tab-content .tab-pane table {
        border: 0;
        border-top: 1px dotted rgba(0, 0, 0, 0.1);
        margin-bottom: 0;
        width: 100%;
    }
    
    .rs-single-shop .tab-area .tab-content .tab-pane table .table-box tr th {
        width: 150px;
        font-weight: 700;
        margin: 0;
        line-height: 1.5;
        padding: 3px 15px !important;
        border: 1px solid rgba(0, 0, 0, 0.1) !important;
    }
    
    .rs-single-shop .tab-area .tab-content .tab-pane table .table-box tr td {
        padding: 3px 15px !important;
        border: 1px solid rgba(0, 0, 0, 0.1) !important;
    }
    
    .rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .top-area {
        margin-bottom: 5px;
    }
    
    .rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .top-area p {
        margin-bottom: 23px;
    }
    
    .rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .top-area h6 {
        font-size: 15px;
        font-weight: 600;
        color: #333333;
    }
    
    .rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form {
        max-width: 600px;
    }
    
    .rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form p.comment-notes {
        margin-bottom: 15px;
    }
    
    .rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .placeholder-cntrl label {
        font-weight: 600;
        display: block;
    }
    
    .rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .placeholder-cntrl input {
        border: 1px solid rgba(54, 54, 54, 0.1);
        padding: 10px 15px;
        margin-bottom: 10px;
        width: 100%;
    }
    
    .rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .placeholder-cntrl textarea {
        width: 100%;
        padding: 10px 15px;
        height: 75px;
        border: 1px solid rgba(54, 54, 54, 0.1);
        margin-bottom: 20px;
    }
    
    .rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .ratings {
        font-weight: 600;
        margin-bottom: 18px;
        display: block;
    }
    
    .rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .ratings ul li {
        display: inline;
    }
    
    .rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .ratings ul li i {
        color: #F58634;
        font-weight: normal;
    }
    /*----------------------------------------
	28. Cart Section CSS
----------------------------------------*/
    
    .rs-cart .cart-wrap table.cart-table {
        border: 1px solid rgba(0, 0, 0, 0.1);
        width: 100%;
        border-collapse: collapse;
    }
    
    .rs-cart .cart-wrap table.cart-table td,
    .rs-cart .cart-wrap table.cart-table th {
        padding: 25px;
        text-align: center;
        border: 1px solid #ccc;
    }
    
    .rs-cart .cart-wrap table.cart-table th {
        border: none;
        font-size: 18px;
        padding: 25px;
        text-align: center;
        vertical-align: middle;
        font-weight: 700;
    }
    
    .rs-cart .cart-wrap table.cart-table td {
        border-bottom: none;
        border-left: none;
        border-right: none;
        border-top: 1px solid #e6e6e6;
    }
    
    .rs-cart .cart-wrap table.cart-table .product-remove a {
        margin: 0 auto;
        color: #010d14;
        display: block;
        border-radius: 100%;
        border: 1px solid #ddd;
        font-size: 16px;
        font-weight: 400;
        height: 20px;
        width: 20px;
        line-height: 17px;
        text-align: center;
    }
    
    .rs-cart .cart-wrap table.cart-table .product-remove a:hover {
        background: #ff0000;
        color: #ffffff;
    }
    
    .rs-cart .cart-wrap table.cart-table .product-thumbnail {
        min-width: 32px;
    }
    
    .rs-cart .cart-wrap table.cart-table .product-thumbnail a img {
        width: 80px;
        height: auto;
    }
    
    .rs-cart .cart-wrap table.cart-table .product-name a {
        color: #333333;
        font-weight: 700;
    }
    
    .rs-cart .cart-wrap table.cart-table .product-name a:hover {
        color: #F58634;
    }
    
    .rs-cart .cart-wrap table.cart-table .product-price {
        font-weight: 700;
    }
    
    .rs-cart .cart-wrap table.cart-table .product-quantity input {
        border: 1px solid #e6e6e6;
        border-radius: 4px;
        padding: 0 0 0 10px;
        max-width: 65px;
        margin: 0 auto;
        outline: none;
    }
    
    .rs-cart .cart-wrap table.cart-table .action .coupon {
        float: left;
    }
    
    .rs-cart .cart-wrap table.cart-table .action .coupon input {
        box-sizing: border-box;
        border: 1px solid #d3ced2;
        padding: 6px 6px 5px;
        margin: 0 4px 0 0;
        outline: none;
        width: 320px;
        border-radius: 4px;
        height: 45px;
        margin-right: 20px;
        text-align: left;
        padding-left: 22px;
    }
    
    .rs-cart .cart-collaterals {
        width: 100%;
        overflow: hidden;
    }
    
    .rs-cart .cart-collaterals .cart-totals {
        float: right;
        width: 48%;
    }
    
    .rs-cart .cart-collaterals .cart-totals .title {
        font-size: 26px;
        line-height: 36px;
        font-weight: 700;
        color: #333333;
        text-transform: capitalize;
    }
    
    .rs-cart .cart-collaterals .cart-totals table.cart-total-table {
        text-align: left;
        width: 100%;
        border-collapse: collapse;
        border-radius: 5px;
    }
    
    .rs-cart .cart-collaterals .cart-totals table.cart-total-table tr {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
    
    .rs-cart .cart-collaterals .cart-totals table.cart-total-table tr th {
        font-size: 18px;
        font-weight: 700;
    }
    
    .rs-cart .cart-collaterals .cart-totals table.cart-total-table tr td,
    .rs-cart .cart-collaterals .cart-totals table.cart-total-table tr th {
        padding: 30px 10px;
    }
    /*----------------------------------------
	29. Careers Single Section CSS
----------------------------------------*/
    
    .rs-careers-single .career-inner-section .career-wrap {
        background-image: url(assets/images/bg/cta-bg2.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 45px 20px 45px 50px;
        border-radius: 80px 0px 0px 0px;
    }
    
    .rs-careers-single .career-inner-section .career-wrap .title-inner .description p {
        color: #ffffff;
        margin: 0;
    }
    
    .rs-careers-single .career-inner-section .desc {
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
        color: #333333;
        margin: 0;
    }
    
    .rs-careers-single .career-inner-section .title {
        font-size: 26px;
        line-height: 36px;
        font-weight: 700;
        color: #010d14;
        margin: 0;
    }
    
    .rs-careers-single .contact-wrap {
        box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.07);
        padding: 55px 37px 60px 37px;
    }
    
    .rs-careers-single .contact-wrap .title-inner .title {
        font-size: 26px;
        line-height: 36px;
        font-weight: 700;
        color: #010d14;
        margin: 0;
    }
    
    .rs-careers-single .contact-wrap .from-control {
        width: 100%;
        font-size: 16px;
        padding: 20px 0px 10px 0px;
        border-style: solid;
        border-width: 0px 0px 2px 0px;
        border-color: #F8F3F3;
        max-width: 100%;
        opacity: 1;
    }
    
    .rs-careers-single .contact-wrap textarea {
        height: 120px;
    }
    
    .rs-careers-single .contact-wrap .wpcf7-form-control:not(.wpcf7-submit) {
        padding: 20px 0px 10px 0px;
        border: none;
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
        overflow: visible;
    }
    
    .rs-careers-single .contact-wrap .wpcf7-form-control-wrap input[type="file"] {
        cursor: pointer;
        margin-bottom: 30px;
    }
    
    .rs-careers-single .services-add {
        background-color: #0C31A9;
        position: relative;
        padding: 55px 35px 38px;
        border-radius: 80px 0px 80px 0px;
        text-align: center;
    }
    
    .rs-careers-single .services-add .services-overlay {
        background-image: url(assets/images/blog/style1/3.jpg);
        border-radius: 80px 0px 80px 0px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        text-align: center;
        opacity: 0.1;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        position: absolute;
    }
    
    .rs-careers-single .services-add .address-wrap {
        position: relative;
    }
    
    .rs-careers-single .services-add .address-wrap .divider {
        padding-top: 15px;
        padding-bottom: 35px;
    }
    
    .rs-careers-single .services-add .address-wrap .divider .divider-separator {
        position: relative;
    }
    
    .rs-careers-single .services-add .address-wrap .divider .divider-separator:before {
        height: 3px;
        display: block;
        width: 120px;
        border-bottom: 2px dashed #e76404;
        content: '';
        margin: 0 auto;
    }
    
    .rs-careers-single .services-add .address-wrap .title {
        font-size: 24px;
        line-height: 41px;
        font-weight: 700;
        color: #ffffff;
        margin-bottom: 15px;
    }
    
    .rs-careers-single .services-add .address-wrap .title span {
        color: #ff6d00;
    }
    
    .rs-careers-single .services-add .address-wrap a {
        font-size: 34px;
        line-height: 44px;
        font-weight: 700;
        color: #ffffff;
    }
    /*----------------------------------------
	30. Checkout Section CSS
----------------------------------------*/
    
    .rs-checkout .checkout-title {
        margin-bottom: 30px;
    }
    
    .rs-checkout .checkout-title h3 {
        font-size: 26px;
        margin: 0;
    }
    
    .rs-checkout .coupon-toggle .accordion .card {
        border: unset;
        border-top: 3px solid #F58634;
        border-radius: 0;
    }
    
    .rs-checkout .coupon-toggle .accordion .card .card-header {
        border: none;
        margin: 0;
        border-radius: unset;
    }
    
    .rs-checkout .coupon-toggle .accordion .card .card-header .card-title {
        margin: 0;
    }
    
    .rs-checkout .coupon-toggle .accordion .card .card-header .card-title span i {
        margin-right: 10px;
    }
    
    .rs-checkout .coupon-toggle .accordion .card .card-header .card-title button {
        background: unset;
        border: none;
        color: #F58634;
        transition: all 0.3s ease;
        outline: none;
        cursor: pointer;
    }
    
    .rs-checkout .coupon-toggle .accordion .card .card-header .card-title button:hover {
        color: #F58634;
    }
    
    .rs-checkout .coupon-toggle .accordion .card .card-body {
        border: 1px solid #d3ced2;
        padding: 20px 20px 50px 20px;
        margin-top: 2em;
        text-align: left;
    }
    
    .rs-checkout .coupon-toggle .accordion .card .card-body .coupon-code-input {
        width: 47%;
        float: left;
        margin-right: 50px;
    }
    
    .rs-checkout .coupon-toggle .accordion .card .card-body .coupon-code-input input {
        width: 100%;
        height: 45px;
        outline: none;
        padding: 10px 18px;
        color: #333333;
        border: 1px solid rgba(54, 54, 54, 0.1);
    }
    
    .rs-checkout .full-grid {
        margin-top: 25px;
    }
    
    .rs-checkout .full-grid .form-content-box {
        margin-bottom: 50px;
    }
    
    .rs-checkout .full-grid .form-content-box .form-group label {
        line-height: 2;
        display: block;
        margin-bottom: 5px;
        font-weight: 600;
    }
    
    .rs-checkout .full-grid .form-content-box .form-group select {
        color: #666666;
        opacity: .5;
        padding-left: 8px;
        padding-right: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        border: 1px solid #ccc;
        border-radius: 0;
        height: 45px;
        line-height: 45px;
        cursor: pointer;
        width: 100%;
        outline: none;
    }
    
    .rs-checkout .full-grid .form-content-box .form-group textarea {
        height: 4em;
        line-height: 1.5;
        display: block;
        box-shadow: none;
        width: 100%;
        border: 1px solid rgba(54, 54, 54, 0.1);
        padding: 10px 18px;
        margin: 0;
        outline: none;
    }
    
    .rs-checkout .full-grid .form-content-box .form-group .form-control-mod {
        border: 1px solid rgba(54, 54, 54, 0.1);
        height: 45px;
        padding: 10px 18px;
        width: 100%;
        margin: 0;
        outline: none;
        line-height: normal;
        border-radius: unset;
    }
    
    .rs-checkout .full-grid .form-content-box .form-group .form-control-mod.margin-bottom {
        margin-bottom: 10px !important;
    }
    
    .rs-checkout .full-grid .ordered-product table {
        width: 100%;
    }
    
    .rs-checkout .full-grid .ordered-product table tr th {
        border: 1px solid #ccc;
        padding: 9px 12px;
    }
    
    .rs-checkout .full-grid .ordered-product table tr td {
        border: 1px solid #ccc;
        padding: 6px 12px;
    }
    
    .rs-checkout .full-grid .payment-method .top-area {
        border-bottom: 1px solid #d3ced2;
    }
    
    .rs-checkout .full-grid .payment-method .top-area .payment-co {
        margin-bottom: 20px;
    }
    
    .rs-checkout .full-grid .payment-method .top-area .payment-co span {
        font-weight: 600;
        margin-right: 10px;
    }
    
    .rs-checkout .full-grid .payment-method .top-area .p-msg {
        position: relative;
        box-sizing: border-box;
        width: 100%;
        padding: 1em;
        margin: 1em 0 2em;
        font-size: .92em;
        border-radius: 2px;
        line-height: 1.5;
        background-color: #f9f9f9;
    }
    
    .rs-checkout .full-grid .payment-method .top-area .p-msg:before {
        content: '';
        display: block;
        border: 1em solid #f9f9f9;
        border-right-color: transparent;
        border-left-color: transparent;
        border-top-color: transparent;
        position: absolute;
        top: -0.75em;
        left: 0;
        margin: -1em 0 0 2em;
    }
    /*----------------------------------------
	31. Account Section CSS
----------------------------------------*/
    
    .rs-my-account .title {
        font-size: 36px;
        line-height: 46px;
        font-weight: 700;
        color: #010d14;
        margin: 0;
    }
    
    .rs-my-account .rs-login {
        border: 1px solid rgba(54, 54, 54, 0.1);
        padding: 20px;
        text-align: left;
        border-radius: 5px;
    }
    
    .rs-my-account .rs-login .form-group label {
        display: block;
        font-size: 15px;
        line-height: 30px;
        font-weight: 600;
        color: #333333;
    }
    
    .rs-my-account .rs-login .form-group label span {
        color: #F58634;
    }
    
    .rs-my-account .rs-login .form-group input {
        width: 100%;
        margin: 0;
        outline: 0;
        line-height: normal;
        border: 1px solid rgba(54, 54, 54, 0.1);
        height: 45px;
    }
    
    .rs-my-account .rs-login .last-password a {
        font-size: 15px;
        line-height: 26px;
        font-weight: 400;
        color: #F58634;
    }
    
    .rs-my-account .rs-login p {
        font-size: 15px;
        line-height: 26px;
        font-weight: 400;
        color: #333333;
        margin-bottom: 14px;
    }
    
    .rs-my-account .rs-login p a {
        font-size: 15px;
        line-height: 26px;
        font-weight: 400;
        color: #F58634;
    }
    /*------------------------------------
	32. Footer Section CSS
------------------------------------*/
    
    .rs-footer.footer-main-home {
        background-image: url(assets/images/bg/footer-bg.jpg);
        background-size: cover;
    }
    
    .rs-footer.footer-main-home .footer-top {
        padding: 85px 0 70px;
    }
    
    .rs-footer.footer-main-home .footer-top .footer-logo a img {
        height: 30px;
    }
    
    .rs-footer.footer-main-home .footer-top .footer-title {
        position: relative;
        font-size: 20px;
        line-height: 30px;
        font-weight: 500;
        color: #ffffff;
        text-transform: uppercase;
        font-family: Roboto;
        margin-bottom: 50px;
    }
    
    .rs-footer.footer-main-home .footer-top .textwidget p {
        color: #ffffff;
        margin: 0;
    }
    
    .rs-footer.footer-main-home .footer-top .textwidget p strong {
        font-weight: 700;
    }
    
    .rs-footer.footer-main-home .footer-top .footer-social li {
        display: inline-block;
        margin-right: 19px;
    }
    
    .rs-footer.footer-main-home .footer-top .footer-social li a i {
        font-size: 16px;
        margin-right: 3px;
        transition: all .8s ease;
        color: #fff;
        text-align: center;
    }
    
    .rs-footer.footer-main-home .footer-top .footer-social li a i:hover {
        color: #F58634;
    }
    
    .rs-footer.footer-main-home .footer-top .footer-social li:last-child {
        margin-right: 0;
    }
    
    .rs-footer.footer-main-home .footer-top .address-widget li {
        padding: 0 0 29px 40px;
        position: relative;
    }
    
    .rs-footer.footer-main-home .footer-top .address-widget li i {
        color: #F58634;
        position: absolute;
        left: 0;
    }
    
    .rs-footer.footer-main-home .footer-top .address-widget li i:before {
        font-size: 24px;
        position: relative;
        top: 4px;
    }
    
    .rs-footer.footer-main-home .footer-top .address-widget li .desc {
        color: #ffffff;
    }
    
    .rs-footer.footer-main-home .footer-top .address-widget li .desc a {
        color: #ffffff;
    }
    
    .rs-footer.footer-main-home .footer-top .address-widget li .desc a:hover {
        color: #F58634;
    }
    
    .rs-footer.footer-main-home .footer-top .site-map {
        margin-top: -6px;
    }
    
    .rs-footer.footer-main-home .footer-top .site-map li {
        margin-bottom: 5px;
        position: relative;
    }
    
    .rs-footer.footer-main-home .footer-top .site-map li a {
        font-size: 16px;
        position: relative;
        padding: 6px 0 4px 0px;
        display: inline-block;
        color: #ffffff;
        transition: all 0.3s;
    }
    
    .rs-footer.footer-main-home .footer-top .site-map li a:hover {
        padding-left: 5px;
        color: #F58634;
    }
    
    .rs-footer.footer-main-home .footer-top .site-map li a:before {
        content: "\f113";
        left: 0;
        top: 0;
        color: #F58634;
        margin-right: 10px;
        font-size: 13px;
        font-family: Flaticon;
    }
    
    .rs-footer.footer-main-home .footer-top .widget-desc {
        margin: 0px 0px 27px 0;
        color: #ffffff;
    }
    
    .rs-footer.footer-main-home .footer-top p input[type="email"] {
        border: none;
        width: 100%;
        font-size: 16px;
        padding: 15px 20px;
        color: #fff;
        overflow: hidden;
        background: #333;
        margin-bottom: 20px;
    }
    
    .rs-footer.footer-main-home .footer-top p input[type="submit"] {
        position: relative;
        border: none;
        background: #F58634;
        color: #010d14;
        padding: 16px 35px 16px;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 16px;
        line-height: 26px;
        width: 100%;
        transition: all 0.3s;
    }
    
    .rs-footer.footer-main-home .footer-top p input[type="submit"]:hover {
        background: #fff !important;
        color: #010d14;
    }
    
    .rs-footer.footer-main-home .footer-top p ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #fff;
        opacity: 0.79;
    }
    
    .rs-footer.footer-main-home .footer-top p ::-moz-placeholder {
        /* Firefox 19+ */
        color: #fff;
        opacity: 0.79;
    }
    
    .rs-footer.footer-main-home .footer-top p :-ms-input-placeholder {
        /* IE 10+ */
        color: #fff;
        opacity: 0.79;
    }
    
    .rs-footer.footer-main-home .footer-top p :-moz-placeholder {
        /* Firefox 18- */
        color: #fff;
        opacity: 0.79;
    }
    
    .rs-footer.footer-main-home .footer-bottom {
        /*background: rgba(51, 51, 51, 0.4);*/
        background: #353267;
        padding: 20px 0 20px 0;
    }
    
    .rs-footer.footer-main-home .footer-bottom .copyright p {
        font-size: 15px;
        font-weight: 500;
        color: #ffffff;
        margin: 0;
    }
    
    .rs-footer.footer-main-home .footer-bottom .copyright p a {
        transition: all 0.4s;
        color: #ffffff;
    }
    
    .rs-footer.footer-main-home .footer-bottom .copyright p a:hover {
        color: #F58634;
    }
    
    .rs-footer.footer-main-home .footer-bottom .copy-right-menu li {
        display: inline-block;
        position: relative;
        padding: 0px 19px 0 25px;
    }
    
    .rs-footer.footer-main-home .footer-bottom .copy-right-menu li a {
        font-size: 15px;
        color: #ffffff;
    }
    
    .rs-footer.footer-main-home .footer-bottom .copy-right-menu li a:hover {
        color: #F58634;
    }
    
    .rs-footer.footer-main-home .footer-bottom .copy-right-menu li:before {
        display: block;
        content: "";
        position: absolute;
        font-size: 18px;
        background: #F58634;
        left: 0;
        top: 50%;
        width: 6px;
        height: 6px;
        transform: translateY(-50%);
        border-radius: 50%;
    }
    
    .rs-footer.footer-main-home .footer-bottom .copy-right-menu li:first-child:before {
        display: none;
    }
    
    .rs-footer.footer-main-home.footer-style1 .footer-bottom .copy-right-menu li a:hover,
    .rs-footer.footer-main-home.footer-style1 .footer-bottom .copyright p a:hover,
    .rs-footer.footer-main-home.footer-style1 .footer-top .footer-social li a i:hover,
    .rs-footer.footer-main-home.footer-style1 .footer-top .address-widget li .desc a:hover,
    .rs-footer.footer-main-home.footer-style1 .footer-top .site-map li a:hover,
    .rs-footer.footer-main-home.footer-style1 .footer-top .site-map li a:before,
    .rs-footer.footer-main-home.footer-style1 .footer-top .address-widget li i {
        color: #eb003d;
    }
    
    .rs-footer.footer-main-home.footer-style1 .footer-top p input[type="submit"] {
        color: #ffffff;
        background: #eb003d;
    }
    
    .rs-footer.footer-main-home.footer-style1 .footer-top p input[type="submit"]:hover {
        background: #fff !important;
        color: #010d14;
    }
    
    .rs-footer.footer-main-home.footer-style1 .footer-bottom .copy-right-menu li:before {
        background: #eb003d;
    }
    
    .rs-footer.footer-main-home.footer-style2 {
        background-image: url(assets/images/bg/footer-bg2.jpg);
    }
    
    .rs-footer.footer-main-home.footer-style2 .footer-bottom .copy-right-menu li a:hover,
    .rs-footer.footer-main-home.footer-style2 .footer-bottom .copyright p a:hover,
    .rs-footer.footer-main-home.footer-style2 .footer-top .footer-social li a i:hover,
    .rs-footer.footer-main-home.footer-style2 .footer-top .address-widget li .desc a:hover,
    .rs-footer.footer-main-home.footer-style2 .footer-top .site-map li a:hover,
    .rs-footer.footer-main-home.footer-style2 .footer-top .site-map li a:before,
    .rs-footer.footer-main-home.footer-style2 .footer-top .address-widget li i {
        color: #e8271e;
    }
    
    .rs-footer.footer-main-home.footer-style2 .footer-top p input[type="submit"] {
        color: #ffffff;
        background: #e8271e;
    }
    
    .rs-footer.footer-main-home.footer-style2 .footer-top p input[type="email"] {
        color: #fff;
        background: #051126;
    }
    
    .rs-footer.footer-main-home.footer-style2 .footer-top p input[type="submit"]:hover {
        background: #fff !important;
        color: #010d14;
    }
    
    .rs-footer.footer-main-home.footer-style2 .footer-bottom .copy-right-menu li:before {
        background: #e8271e;
    }
    
    .rs-footer.footer-main-home.footer-style3 {
        background-image: url(assets/images/bg/footer-bg3.jpg);
    }
    
    .rs-footer.footer-main-home.footer-style3 .footer-bottom .copy-right-menu li a:hover,
    .rs-footer.footer-main-home.footer-style3 .footer-bottom .copyright p a:hover,
    .rs-footer.footer-main-home.footer-style3 .footer-top .footer-social li a i:hover,
    .rs-footer.footer-main-home.footer-style3 .footer-top .address-widget li .desc a:hover,
    .rs-footer.footer-main-home.footer-style3 .footer-top .site-map li a:hover,
    .rs-footer.footer-main-home.footer-style3 .footer-top .site-map li a:before,
    .rs-footer.footer-main-home.footer-style3 .footer-top .address-widget li i {
        color: #0052da;
    }
    
    .rs-footer.footer-main-home.footer-style3 .footer-top p input[type="submit"] {
        color: #ffffff;
        background: #0052da;
    }
    
    .rs-footer.footer-main-home.footer-style3 .footer-top p input[type="email"] {
        color: #fff;
        background: #333;
    }
    
    .rs-footer.footer-main-home.footer-style3 .footer-top p input[type="submit"]:hover {
        background: #fff !important;
        color: #010d14;
    }
    
    .rs-footer.footer-main-home.footer-style3 .footer-bottom .copy-right-menu li:before {
        background: #0052da;
    }
    
    .rs-footer.footer-main-home.footer-style4 {
        background-image: url(assets/images/bg/footer-bg4.jpg);
    }
    
    .rs-footer.footer-main-home.footer-style4 .footer-bottom .copy-right-menu li a:hover,
    .rs-footer.footer-main-home.footer-style4 .footer-bottom .copyright p a:hover,
    .rs-footer.footer-main-home.footer-style4 .footer-top .footer-social li a i:hover,
    .rs-footer.footer-main-home.footer-style4 .footer-top .address-widget li .desc a:hover,
    .rs-footer.footer-main-home.footer-style4 .footer-top .site-map li a:hover,
    .rs-footer.footer-main-home.footer-style4 .footer-top .site-map li a:before,
    .rs-footer.footer-main-home.footer-style4 .footer-top .address-widget li i {
        color: #21c0f5;
    }
    
    .rs-footer.footer-main-home.footer-style4 .footer-top p input[type="submit"] {
        color: #ffffff;
        background: #21c0f5;
    }
    
    .rs-footer.footer-main-home.footer-style4 .footer-top p input[type="email"] {
        color: #fff;
        background: #333;
    }
    
    .rs-footer.footer-main-home.footer-style4 .footer-top p input[type="submit"]:hover {
        background: #fff !important;
        color: #010d14;
    }
    
    .rs-footer.footer-main-home.footer-style4 .footer-bottom .copy-right-menu li:before {
        background: #21c0f5;
    }
    
    .rs-footer.footer-main-home.footer-style5 {
        background-image: url(assets/images/bg/footer-bg4.jpg);
    }
    
    .rs-footer.footer-main-home.footer-style5 .footer-bottom .copy-right-menu li a:hover,
    .rs-footer.footer-main-home.footer-style5 .footer-bottom .copyright p a:hover,
    .rs-footer.footer-main-home.footer-style5 .footer-top .footer-social li a i:hover,
    .rs-footer.footer-main-home.footer-style5 .footer-top .address-widget li .desc a:hover,
    .rs-footer.footer-main-home.footer-style5 .footer-top .site-map li a:hover,
    .rs-footer.footer-main-home.footer-style5 .footer-top .site-map li a:before,
    .rs-footer.footer-main-home.footer-style5 .footer-top .address-widget li i {
        color: #e88e2e;
    }
    
    .rs-footer.footer-main-home.footer-style5 .footer-top p input[type="submit"] {
        color: #ffffff;
        background: #e88e2e;
    }
    
    .rs-footer.footer-main-home.footer-style5 .footer-top p input[type="email"] {
        color: #fff;
        background: #333;
    }
    
    .rs-footer.footer-main-home.footer-style5 .footer-top p input[type="submit"]:hover {
        background: #fff !important;
        color: #010d14;
    }
    
    .rs-footer.footer-main-home.footer-style5 .footer-bottom .copy-right-menu li:before {
        background: #e88e2e;
    }
    
    .rs-footer.footer-main-home.footer-style6 {
        background-image: url(assets/images/bg/footer-bg4-main.png);
    }
    
    .rs-footer.footer-main-home.footer-style6 .footer-bottom .copy-right-menu li a:hover,
    .rs-footer.footer-main-home.footer-style6 .footer-bottom .copyright p a:hover,
    .rs-footer.footer-main-home.footer-style6 .footer-top .footer-social li a i:hover,
    .rs-footer.footer-main-home.footer-style6 .footer-top .address-widget li .desc a:hover,
    .rs-footer.footer-main-home.footer-style6 .footer-top .site-map li a:hover,
    .rs-footer.footer-main-home.footer-style6 .footer-top .site-map li a:before,
    .rs-footer.footer-main-home.footer-style6 .footer-top .address-widget li i {
        color: #F58634;
    }
    
    .rs-footer.footer-main-home.footer-style6 .footer-top p input[type="submit"] {
        color: #ffffff;
        background: #F58634;
    }
    
    .rs-footer.footer-main-home.footer-style6 .footer-top p input[type="email"] {
        color: #fff;
        background: #333;
    }
    
    .rs-footer.footer-main-home.footer-style6 .footer-top p input[type="submit"]:hover {
        background: #fff !important;
        color: #010d14;
    }
    
    .rs-footer.footer-main-home.footer-style6 .footer-bottom .copy-right-menu li:before {
        background: #F58634;
    }
    
    .rs-footer.footer-main-home.footer-style7 {
        background-image: url(assets/images/bg/footer-bg5.jpg);
    }
    
    .rs-footer.footer-main-home.footer-style7 .footer-bottom .copy-right-menu li a:hover,
    .rs-footer.footer-main-home.footer-style7 .footer-bottom .copyright p a:hover,
    .rs-footer.footer-main-home.footer-style7 .footer-top .footer-social li a i:hover,
    .rs-footer.footer-main-home.footer-style7 .footer-top .address-widget li .desc a:hover,
    .rs-footer.footer-main-home.footer-style7 .footer-top .site-map li a:hover,
    .rs-footer.footer-main-home.footer-style7 .footer-top .site-map li a:before,
    .rs-footer.footer-main-home.footer-style7 .footer-top .address-widget li i {
        color: #70bf4a;
    }
    
    .rs-footer.footer-main-home.footer-style7 .footer-top p input[type="submit"] {
        color: #ffffff;
        background: #70bf4a;
    }
    
    .rs-footer.footer-main-home.footer-style7 .footer-top p input[type="email"] {
        color: #fff;
        background: #333;
    }
    
    .rs-footer.footer-main-home.footer-style7 .footer-top p input[type="submit"]:hover {
        background: #fff !important;
        color: #010d14;
    }
    
    .rs-footer.footer-main-home.footer-style7 .footer-bottom .copy-right-menu li:before {
        background: #70bf4a;
    }
    /* -----------------------
	33. Scroll Up CSS
--------------------------*/
    
    #scrollUp {
        text-align: center;
        bottom: 40px;
        cursor: pointer;
        display: none;
        position: fixed;
        right: 20px;
        z-index: 999;
        border-radius: 50px 50px 4px 4px;
    }
    
    #scrollUp i {
        height: 40px;
        font-size: 24px;
        width: 42px;
        border-radius: 0;
        color: #010d14;
        line-height: 36px;
        transition: all 0.3s ease 0s;
        background: #F58634;
        margin-left: 2px;
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.04);
        display: block;
    }
    
    #scrollUp i:before {
        font-weight: 900;
    }
    
    #scrollUp i:hover {
        background: #333;
        color: #fff;
    }
    
    #scrollUp.red-color i {
        background: #eb003d;
        color: #ffffff;
    }
    
    #scrollUp.red-color2 i {
        background: #e8271e;
        color: #ffffff;
    }
    
    #scrollUp.blue-color i {
        background: #0052da;
        color: #ffffff;
    }
    
    #scrollUp.paste-color i {
        background: #21c0f5;
        color: #ffffff;
    }
    
    #scrollUp.paste-color2 i {
        background: #70bf4a;
        color: #ffffff;
    }
    
    #scrollUp.orange-color i {
        background: #e88e2e;
        color: #ffffff;
    }
    
    #scrollUp.tan-color i {
        background: #F58634;
        color: #ffffff;
    }
    
    .home-red-color .rs-carousel .owl-dots .owl-dot {
        background: #eb003d;
    }
    
    .home-red-color .full-width-header .right_menu_togle .close-btn:hover .nav-close .line span,
    .home-red-color .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot2,
    .home-red-color .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot4,
    .home-red-color .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot6,
    .home-red-color .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot8 {
        background: #eb003d;
    }
    
    .home-red-color .full-width-header .mobile-navbar-menu .nav-menu li.active-menu a,
    .home-red-color .full-width-header .mobile-navbar-menu .nav-menu li a:hover,
    .home-red-color .full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em a:hover,
    .home-red-color .full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-icon i::before {
        color: #eb003d;
    }
    
    .home-red-color2 .rs-carousel .owl-dots .owl-dot {
        background: #e8271e;
    }
    
    .home-red-color2 .full-width-header .right_menu_togle .close-btn:hover .nav-close .line span,
    .home-red-color2 .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot2,
    .home-red-color2 .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot4,
    .home-red-color2 .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot6,
    .home-red-color2 .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot8 {
        background: #e8271e;
    }
    
    .home-red-color2 .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot1,
    .home-red-color2 .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot3,
    .home-red-color2 .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot5,
    .home-red-color2 .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot7,
    .home-red-color2 .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot9 {
        background: #fff;
    }
    
    .home-red-color2 .full-width-header .mobile-navbar-menu .nav-menu li.active-menu a,
    .home-red-color2 .full-width-header .mobile-navbar-menu .nav-menu li a:hover,
    .home-red-color2 .full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em a:hover,
    .home-red-color2 .full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-icon i::before {
        color: #e8271e;
    }
    
    .home-blue-color .full-width-header .right_menu_togle .close-btn:hover .nav-close .line span,
    .home-blue-color .rs-carousel .owl-dots .owl-dot {
        background: #0052da;
    }
    
    .home-blue-color .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot2,
    .home-blue-color .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot4,
    .home-blue-color .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot6,
    .home-blue-color .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot8 {
        background: #0052da;
    }
    
    .home-blue-color .full-width-header .mobile-navbar-menu .nav-menu li.active-menu a,
    .home-blue-color .full-width-header .mobile-navbar-menu .nav-menu li a:hover,
    .home-blue-color .full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em a:hover,
    .home-blue-color .full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-icon i::before {
        color: #0052da;
    }
    
    .home-paste-color .full-width-header .mobile-navbar-menu .nav-menu li.active-menu a,
    .home-paste-color .full-width-header .mobile-navbar-menu .nav-menu li a:hover,
    .home-paste-color .full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em a:hover,
    .home-paste-color .full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-icon i:before {
        color: #21c0f5;
    }
    
    .home-paste-color .full-width-header .right_menu_togle .canvas-contact .social li a i {
        color: #010d14;
        background: transparent;
        border: 1px solid rgba(0, 0, 0, 0.06);
    }
    
    .home-paste-color .full-width-header .right_menu_togle .canvas-contact .social li a i:hover {
        color: #ffffff;
        background: #21c0f5;
    }
    
    .home-paste-color .full-width-header .right_menu_togle .close-btn:hover .nav-close .line span {
        background: #21c0f5;
    }
    
    .home-paste-color .rs-carousel .owl-dots .owl-dot {
        background: #21c0f5;
    }
    
    .home-paste-color .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot1,
    .home-paste-color .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot3,
    .home-paste-color .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot5,
    .home-paste-color .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot7,
    .home-paste-color .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot9 {
        background: #fff;
    }
    
    .home-paste-color .full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .humburger .nav-expander .bar span.dot1,
    .home-paste-color .full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .humburger .nav-expander .bar span.dot3,
    .home-paste-color .full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .humburger .nav-expander .bar span.dot5,
    .home-paste-color .full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .humburger .nav-expander .bar span.dot7,
    .home-paste-color .full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .humburger .nav-expander .bar span.dot9 {
        background: #010d14;
    }
    
    .home-orange-color .rs-carousel .owl-dots .owl-dot {
        background: #e88e2e;
    }
    
    .home-orange-color .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot1,
    .home-orange-color .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot3,
    .home-orange-color .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot5,
    .home-orange-color .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot7,
    .home-orange-color .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot9 {
        background: #fff;
    }
    
    .home-orange-color .full-width-header .right_menu_togle .close-btn:hover .nav-close .line span,
    .home-orange-color .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot2,
    .home-orange-color .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot4,
    .home-orange-color .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot6,
    .home-orange-color .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot8 {
        background: #e88e2e;
    }
    
    .home-orange-color .full-width-header .mobile-navbar-menu .nav-menu li.active-menu a,
    .home-orange-color .full-width-header .mobile-navbar-menu .nav-menu li a:hover,
    .home-orange-color .full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em a:hover,
    .home-orange-color .full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-icon i:before {
        color: #e88e2e;
    }
    
    .home-tan-color .full-width-header .right_menu_togle .close-btn:hover .nav-close .line span,
    .home-tan-color .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot2,
    .home-tan-color .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot4,
    .home-tan-color .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot6,
    .home-tan-color .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot8 {
        background: #F58634;
    }
    
    .home-tan-color .full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em a:hover,
    .home-tan-color .full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-icon i::before,
    .home-tan-color .full-width-header .mobile-navbar-menu .nav-menu li.active-menu a,
    .home-tan-color .full-width-header .mobile-navbar-menu .nav-menu li a:hover {
        color: #F58634;
    }
    
    .home-paste-color2 .full-width-header .mobile-navbar-menu .nav-menu li.active-menu a,
    .home-paste-color2 .full-width-header .mobile-navbar-menu .nav-menu li a:hover,
    .home-paste-color2 .full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em a:hover,
    .home-paste-color2 .full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-icon i:before {
        color: #70bf4a;
    }
    
    .home-paste-color2 .full-width-header .right_menu_togle .close-btn:hover .nav-close .line span {
        background: #21c0f5;
    }
    
    .home-paste-color2 .full-width-header .right_menu_togle .close-btn:hover .nav-close .line span,
    .home-paste-color2 .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot2,
    .home-paste-color2 .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot4,
    .home-paste-color2 .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot6,
    .home-paste-color2 .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot8 {
        background: #70bf4a;
    }
    /*----------------------------------------------
	34. Preloader CSS
----------------------------------------------*/
    
    #pre-load {
        background-color: #fff;
        height: 100%;
        width: 100%;
        position: fixed;
        margin-top: 0px;
        top: 0px;
        z-index: 9999;
    }
    
    .loader .loader-container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100px;
        height: 100px;
        border: 3px solid #ebebec;
        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: 3px solid #F58634;
        border-radius: 50%;
        animation: loaderspin 1.8s infinite ease-in-out;
        -webkit-animation: loaderspin 1.8s infinite ease-in-out;
    }
    
    .loader .loader-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80px;
        text-align: center;
    }
    
    .loader .loader-icon img {
        animation: loaderpulse alternate 900ms infinite;
        width: 40px;
    }
    
    .woocommerce .quantity input[type="number"]::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #363636 !important;
        opacity: 1;
    }
    
    .woocommerce .quantity input[type="number"]::-moz-placeholder {
        /* Firefox 19+ */
        color: #363636 !important;
        opacity: 1;
    }
    
    .woocommerce .quantity input[type="number"]:-ms-input-placeholder {
        /* IE 10+ */
        color: #363636 !important;
        opacity: 1;
    }
    
    .woocommerce .quantity input[type="number"]:-moz-placeholder {
        /* Firefox 18- */
        color: #363636 !important;
        opacity: 1;
    }
    
    @keyframes loaderspin {
        0% {
            transform: translate(-50%, -50%) rotate(0deg);
        }
        100% {
            transform: translate(-50%, -50%) rotate(360deg);
        }
    }
    
    @-webkit-keyframes loaderspin {
        0% {
            transform: translate(-50%, -50%) rotate(0deg);
        }
        100% {
            transform: translate(-50%, -50%) rotate(360deg);
        }
    }
    
    @keyframes loaderpulse {
        0% {
            transform: scale(1);
        }
        100% {
            transform: scale(1.2);
        }
    }
    /* ------------------------------------
	35. Animation Part CSS
---------------------------------------*/
    
    @keyframes loaderspin {
        0% {
            transform: translate(-50%, -50%) rotate(0deg);
        }
        100% {
            transform: translate(-50%, -50%) rotate(360deg);
        }
    }
    
    @-webkit-keyframes loaderspin {
        0% {
            transform: translate(-50%, -50%) rotate(0deg);
        }
        100% {
            transform: translate(-50%, -50%) rotate(360deg);
        }
    }
    
    @keyframes loaderpulse {
        0% {
            transform: scale(1);
        }
        100% {
            transform: scale(1.2);
        }
    }
    
    @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;
        }
    }
    
    @-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;
        }
    }
    
    .move-y {
        animation: move-y 2s alternate infinite;
        -webkit-animation: move-y 2s alternate infinite;
    }
    
    @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);
        }
    }
    
    .fadeinup {
        animation-duration: 2s;
        animation-name: fadeInUp;
    }
    
    @keyframes fadeinup {
        0% {
            opacity: 0;
            transform: translate3d(0, 100%, 0);
        }
        100% {
            opacity: 1;
            transform: none;
        }
    }
    
    .fadeInDown {
        animation-name: fadeInDown;
        animation-duration: 2s;
    }
    
    @-webkit-keyframes fadeInDown {
        0% {
            opacity: 0;
            transform: translate3d(0, -100%, 0);
        }
        100% {
            opacity: 1;
            transform: none;
        }
    }
    
    .fadeInLeft {
        animation-name: fadeInLeft;
        animation-duration: 2s;
    }
    
    .fadeInLeft.new {
        animation-duration: 1.25s;
    }
    
    @-webkit-keyframes fadeInLeft {
        0% {
            opacity: 0;
            transform: translate3d(-100%, 0, 0);
        }
        100% {
            opacity: 1;
            transform: none;
        }
    }
    
    .fadeInRight {
        animation-name: fadeInRight;
        animation-duration: 1.25s;
    }
    
    @-webkit-keyframes fadeInRight {
        0% {
            opacity: 0;
            transform: translate3d(100%, 0, 0);
        }
        100% {
            opacity: 1;
            transform: none;
        }
    }
    
    .scale {
        animation-duration: 2s;
        -webkit-animation: scale 2s alternate infinite;
    }
    
    .scale.new {
        animation-duration: 2.5s;
    }
    
    @-webkit-keyframes scale {
        0% {
            transform: scale(0.9);
            -webkit-transform: scale(0.9);
        }
        100% {
            transform: scale(1.08);
            -webkit-transform: scale(1.08);
        }
    }
    
    .horizontal {
        animation-name: horizontal;
        animation-duration: 20s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
    }
    
    @keyframes horizontal {
        0% {
            transform: translateX(0);
        }
        50% {
            transform: translateX(100px);
        }
        100% {
            transform: translateX(0);
        }
    }
    
    .dance2 {
        -webkit-animation: dance2 4s alternate infinite;
    }
    
    @keyframes dance2 {
        0% {
            -webkit-transform: translate3d(0, 0, 0);
        }
        50% {
            -webkit-transform: translate3d(15px, -15px, 0);
        }
        100% {
            -webkit-transform: translate3d(0, -15px, 15px);
        }
    }
    
    .up-down {
        animation: up-down 7s alternate infinite;
        -webkit-animation: up-down 7s alternate infinite;
    }
    
    @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);
        }
    }
    
    .rotated-style {
        animation: rotated-style;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        animation-duration: 40s;
    }
    
    .rotated-style.new-style {
        animation-duration: 30s;
    }
    
    @keyframes rotated-style {
        0% {
            transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
        }
        100% {
            transform: rotate(359deg);
            -webkit-transform: rotate(359deg);
        }
    }
    
    .rotated-style2 {
        animation: rotated-style2 5s linear infinite;
    }
    
    @keyframes rotated-style2 {
        0% {
            -webkit-transform: translate(0) rotate(0deg);
            transform: translate(0) rotate(0deg);
        }
        25% {
            -webkit-transform: translate(-10px, 10px) rotate(10deg);
            transform: translate(-10px, 10px) rotate(10deg);
        }
        50% {
            -webkit-transform: translate(5px, -5px) rotate(25deg);
            transform: translate(5px, -5px) rotate(25deg);
        }
        75% {
            -webkit-transform: translate(15px, -5px) rotate(15deg);
            transform: translate(15px, -5px) rotate(15deg);
        }
        100% {
            -webkit-transform: translate(0) rotate(0deg);
            transform: translate(0) rotate(0deg);
        }
    }
    
    .fadeInUp {
        animation-duration: 1.25s;
        animation-name: fadeInUp;
    }
    
    @keyframes fadeInUp {
        0% {
            opacity: 0;
            transform: translate3d(0, 100%, 0);
        }
        100% {
            opacity: 1;
            transform: none;
        }
    }
    
    .veritcal {
        animation-name: veritcal;
        animation-timing-function: linear;
        animation-duration: 15s;
        animation-iteration-count: infinite;
    }
    
    @keyframes veritcal {
        0% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(100px);
        }
        100% {
            transform: translateY(0);
        }
    }
    
    .rs-services.services-style7 .services-item:hover .dance_hover,
    .rs-services.services-style2 .services-box:hover .dance_hover {
        animation-name: dance_hover;
        animation-duration: 1s;
        animation-timing-function: ease-in-out;
        animation-iteration-count: 1;
    }
    
    @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);
        }
    }