
html {
    scroll-behavior: smooth;
}
.pb-35 {
    padding-bottom: 35px
}
.pb-50 {
    padding-bottom: 50px
}
.pb-90 {
    padding-bottom: 90px
}
.pb-95 {
    padding-bottom: 95px
}
.pb-100 {
    padding-bottom: 100px
}
.pr-40 {
    padding-right: 40px
}
.pr-83 {
    padding-right: 83px
}
.pl-40 {
    padding-left: 40px
}
.pl-90 {
    padding-left: 90px
}
.mt-30 {
    margin-top: 30px
}
.mb-0 {
    margin-bottom: 0
}

.mb-10 {
    margin-bottom: 10px
}
.mb-20 {
    margin-bottom: 20px
}
.mb-25 {
    margin-bottom: 25px
}
.mb-30 {
    margin-bottom: 30px
}
.mb-35 {
    margin-bottom: 35px
}
.mb-125{
    margin-bottom: 125px;
}
.pt-50{
    padding-top: 50px;
}
.pt-90{
    padding-top: 90px;
}
.mb-45 {
    margin-bottom: 45px;
}
@media only screen and (max-width: 991px) {
    .md-pt-40 {
        padding-top: 40px
    }
    .md-pt-60 {
        padding-top: 60px
    }
    .md-pt-65 {
        padding-top: 65px
    }
    .md-pb-40 {
        padding-bottom: 40px
    }
    .md-pb-60 {
        padding-bottom: 60px
    }
    .md-pb-70 {
        padding-bottom: 70px
    }
    .md-pr-15 {
        padding-right: 15px
    }
    .md-pl-15 {
        padding-left: 15px
    }
    .md-mb-10 {
        margin-bottom: 10px
    }
    .md-mb-20 {
        margin-bottom: 20px
    }
    .md-mb-50 {
        margin-bottom: 50px
    }
}
@charset "utf-8";
/*@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;600&display=swap');*/
@font-face {
    font-family: Cairo;
    src: url('../fonts/Cairo-Regular.ttf');
}

@font-face {
    font-family: Cairo;
    src: url('../fonts/Cairo-Medium.ttf');
}

/* -----------------------------------
    01. General CSS
-------------------------------------*/
html, body {
    font-size: 16px;
    color: #454545;
    font-family: 'Cairo', sans-serif;
    vertical-align: baseline;
    line-height: 1.7;
    font-weight: 400;
    overflow-x: hidden;
}

body {
    direction: rtl;
}

img {
    max-width: 100%;
    height: auto;
}

p {
    margin: 0 0 26px;
    line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Cairo', sans-serif;
    color: #0a0a0a;
    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;
}
.no-border {
    border: none !important;
}
.gray-bg3 {
    background: #F2F8FB;
}
.gray-bg6 {
    background: #f2f8fb;
}
a {
    color: #007cfb;
    transition: all 0.3s ease;
    text-decoration: none !important;
    outline: none !important;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.bg3 {
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
}
.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;
}

/* 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;
}

.readon {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #0a0a0a;
    background: var(--secondryColor);
    z-index: 1;
    border-radius: 3px;
    transition: all 0.4s ease-in-out 0s;
    overflow: hidden;
}
.readon {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #0a0a0a;
    background: var(--secondryColor);
    z-index: 1;
    border-radius: 3px;
    transition: all 0.4s ease-in-out 0s;
    overflow: hidden;
}

.readon.view-more {
    padding: 12px 25px 12px 25px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    color: #111111;
    background-color: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
}

.readon.view-slide {
    position: relative;
    background-color: var(--primaryColor);
    padding: 15px 31px;
    border-radius: unset;
}

.readon.view-slide span {
    color: #ffffff;
    text-transform: uppercase;
}

.readon.view-slide:after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    transition: .4s;
    z-index: 3;
    opacity: 1;
    width: 20px;
    height: 20px;
    background: #ffd100;
    border-radius: 20px 0 0;
}

.readon.view-slide:hover span {
    color: #0a0a0a;
    position: relative;
    z-index: 99;
}

.readon.view-slide:hover:after {
    width: 100%;
    height: 100%;
    border-radius: 0;
    opacity: 1;
    visibility: visible;
}
/*-- Submit Button Css --*/
.submit-btn {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #0a0a0a;
    background: var(--secondryColor);
    z-index: 1;
    border-radius: 3px;
    transition: all 0.4s ease-in-out 0s;
    overflow: hidden;
    margin: 0;
}

.submit-btn input[type="submit"] {
    position: relative;
    display: inline-block;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    color: #0A0A0A;
    padding: 17px 30px;
    outline: none;
    transition: all .5s ease;
    background: 0 0;
    border: none;
}

.submit-btn:before {
    background-color: #fff;
    content: "";
    height: 150px;
    left: -75px;
    position: absolute;
    top: -60px;
    transform: rotate(35deg);
    transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 40px;
    opacity: 0;
}

.submit-btn:hover {
    background: var(--secondryColor);
    color: var(--primaryColor);
    opacity: 0.99;
}

.submit-btn:hover input[type="submit"]:hover {
    color: #0A0A0A !important;
    opacity: .9;
}

.submit-btn:hover:before {
    left: 120%;
    transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
    opacity: .25;
}

.submit-btn.submit-btn2 {
    font-size: 16px;
    font-weight: 600;
    background-color: var(--primaryColor);
    border-radius: unset;
}

.submit-btn.submit-btn2 > span.arrow-btn {
    position: relative;
    z-index: 3;
}

.submit-btn.submit-btn2 input[type="submit"] {
    color: #ffffff;
    border-radius: unset;
}

.submit-btn.submit-btn2:before {
    display: none;
}

.submit-btn.submit-btn2:after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    transition: .4s;
    z-index: 3;
    opacity: 1;
    width: 20px;
    height: 20px;
    background: #ffd100;
    border-radius: 20px 0 0;
}
.submit-btn.submit-btn2:hover input {
  background: transparent !important;
}
.submit-btn.submit-btn2:hover input[type="submit"]:hover {
  color: var(--primaryColor) !important;
  opacity: .9;
}
.submit-btn.submit-btn2:hover:after {
  width: 100%;
  height: 100%;
  border-radius: 0;
  opacity: 1;
  visibility: visible;
  z-index: -1;
}
.sec-title {
    position: relative;
}
.sec-title .title {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    color: #0a0a0a;
    margin: 0;
}
.sec-title .title.title3 {
    font-size: 42px;
    color: #101010;
}

.sec-title2 .brush-content {
    display: flex;
    align-items: center;
}

.sec-title2 .brush-content img {
    padding-right: 12px;
    width: 55px;
}

.sec-title2 .brush-content .sub-text {
    font-size: 17px;
    font-weight: 600;
    line-height: 28px;
    color: var(--primaryColor);
    text-transform: uppercase;
    margin: 6px 0 0px;
    display: block;
}

.sec-title2 .brush-content.center-text {
    justify-content: center;
}

.sec-title2 .title {
    font-size: 42px;
    font-weight: 700;
    line-height: 52px;
    color: #101010;
    margin: 0;
}

.sec-title2 .title.small {
    font-size: 36px;
}
.sec-title2 .desc {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #333333;
    margin: 0;
}
/* -----------------------
    03. Header Section CSS
--------------------------*/
.full-width-header {
    position: relative;
}

.full-width-header .rs-header {
    position: relative;
}

.full-width-header .rs-header .toolbar-area {
    background: #F7F7FC;
}
.full-width-header .rs-header .toolbar-area .clearfix-btn {
    display: flex;
    justify-content: flex-end;
}

.full-width-header .rs-header .toolbar-area .clearfix-btn li {
    display: inline-block;
    margin-left: 15px;
    line-height: 50px;
}

.full-width-header .rs-header .toolbar-area .clearfix-btn li a i {
    font-size: 14px;
    color: #ffffff;
}

.full-width-header .rs-header .toolbar-area .clearfix-btn .btn-quote {
    position: relative;
    line-height: 30px;
}

.full-width-header .rs-header .toolbar-area .clearfix-btn .btn-quote a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 11px 22px;
    border-radius: 0;
    margin-left: 15px;
    transition: all 0.4s ease-in-out 0s;
    background: var(--secondryColor);
    color: #0a0a0a;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}

.full-width-header .rs-header .toolbar-area .clearfix-btn .btn-quote a:before {
    background-color: #fff;
    content: "";
    height: 150px;
    left: -75px;
    position: absolute;
    top: -60px;
    transform: rotate(35deg);
    transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 40px;
    opacity: 0;
}

.full-width-header .rs-header .toolbar-area.toolber-style2 {
    background: var(--primaryColor);
}

.full-width-header .rs-header .toolbar-area.toolber-style2 .toolbar-contact .rs-contact-info {
    padding-right: 270px;
}

.full-width-header .rs-header .toolbar-area.toolber-style2 .toolbar-contact .rs-contact-info li {
    display: inline-block;
    line-height: 50px;
    font-weight: 500;
    border-right-color: var(--primaryColor);
    color: #ffffff;
    direction: ltr;
}

.full-width-header .rs-header .toolbar-area.toolber-style2 .toolbar-contact .rs-contact-info li i {
    font-size: 14px;
    margin-left: 6px;
}

.full-width-header .rs-header .toolbar-area.toolber-style2 .toolbar-contact .rs-contact-info li i:before {
    font-size: 17px;
    margin-left: 0;
    position: relative;
    top: 3px;
    color: #ffffff;
}

.full-width-header .rs-header .toolbar-area.toolber-style2 .toolbar-contact .rs-contact-info li a {
    color: #fff;
    border-left: 1px solid #ffde33;
    margin-left: 20px;
    padding-left: 20px;
    transition: all 0.4s ease-in-out 0s;
    font-size: 14px;
}

.full-width-header .rs-header .toolbar-area.toolber-style2 .toolbar-contact .rs-contact-info li.no-border {
    margin-right: 10px;
    padding-right: 10px;
}
.full-width-header .rs-header .toolbar-area.toolber-style2 .toolbar-contact .rs-contact-info li a:hover {
    color: var(--secondryColor);
}

.full-width-header .rs-header .toolbar-area.toolber-style2 .toolbar-contact .rs-contact-info li a.no-border {
    border-left: unset;
    margin-left: 0;
    padding-left: 0;
}
.full-width-header .rs-header .menu-area {
    background: #007cfb;
    position: relative;
    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: none;
    flex: 1;
}

.full-width-header .rs-header .menu-area .logo-area img {
    transition: 0.4s;
    max-height: 35px;
}

.full-width-header .rs-header .menu-area .rs-menu-area {
    display: flex;
    align-items: center;
}

.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: 32px;
    padding: 0;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
    transition: all 0.3s ease;
    font-size: 15px;
    font-weight: 600;
    margin-right: 10px;
    height: 62px;
    line-height: 62px;
    padding: 0;
    color: #ffffff;
    position: relative;
    font-family: Cairo;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item > a {
    color: #ffd100 !important;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.onepage-menu li.current-menu-item > a {
    color: #007cfb;
}

.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: #ffd100 !important;
}

.full-width-header .rs-header .menu-area.sticky {
    background: #fff;
}

.full-width-header .rs-header .menu-area.sticky .col-cell.header-logo {
    display: block;
}

.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a {
    color: #101010;
}

.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a:hover {
    color: #007cfb;
}

.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li.current-menu-item > a {
    color: #007cfb;
}
.full-width-header .rs-header .menu-area.sticky:after {
    background: unset;
}

.full-width-header .rs-header .menu-area:after {
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    width: 34.25%;
    height: 101%;
    background: var(--secondryColor);
    transform: skew(-28deg);
    z-index: -1;
}
.full-width-header .rs-header.header-style2 .menu-area .main-menu .rs-menu ul.nav-menu li a {
    color: #101010;
    height: 60px;
    line-height: 60px;
}
.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 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: var(--primaryColor) !important;
}

.full-width-header .rs-header.header-style2 .menu-area .logo-area img {
    max-height: 150px;
    margin-top: -67px;
    background: var(--secondryColor);
    padding: 23px 55px;
}

.full-width-header .rs-header.header-style2 .menu-area.sticky .logo-area.normal-logo, .full-width-header .rs-header.header-style2 .menu-area .logo-area.sticky-logo {
    display: none;
}
.full-width-header .rs-header.header-style2 .menu-area {
    background: unset;
}

.full-width-header .rs-header.header-style2 .menu-area .row-table .col-cell.header-logo {
    display: unset;
}

.full-width-header .rs-header.header-style2 .menu-area:after {
    display: none;
}
.full-width-header .rs-header.header-style2 .menu-area.sticky .logo-area.sticky-logo {
    display: block;
}

.full-width-header .rs-header.header-style2 .menu-area.sticky .logo-area.sticky-logo img {
    max-height: 45px;
    margin-top: unset;
    background: unset;
    padding: unset;
}
.full-width-header .right_menu_togle {
    background-image: linear-gradient(90deg, #e2e9f7 0%, #ffffff 100%);
    padding: 46px 60px 50px 50px;
    font-size: 1.15em;
    max-width: 480px;
    width: 100%;
    right: -500px;
    z-index: 999999;
    transition: all 0.3s ease;
    position: fixed;
    overflow-y: auto;
}
/*------------------------------------
    04. Sticky Menu CSS
--------------------------------------*/
.menu-sticky {
    background: #fff;
    margin: 0;
    z-index: 999;
    width: 100%;
    top: 0;
    position: relative;
}
.rs-about.style2 {
    position: relative;
    z-index: 11;
}
.rs-about.style2 .about-images {
    position: relative;
    z-index: 11;
}

.rs-about.style2 .about-images .about-animation .animation {
    position: absolute;
}

.rs-about.style2 .about-images .about-animation .animation.dot-img {
    right: 54px;
    top: 30px;
    z-index: -11;
}

/* ------------------------------------
    08. Cleaning Section CSS
---------------------------------------*/
.rs-cleaning.cleaning-style .cleaning-part {
    text-align: center;
    max-width: 960px;
    border-radius: 5px;
    margin: 0 auto;
    padding: 25px 0 25px;
    background: #ffffffad;
    background-position: right top;
}
/* ------------------------------------
    10. Slider Section CSS
---------------------------------------*/
.rs-slider.slide-home-style2 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.rs-slider.slide-home-style2 .content-wrap {
    padding: 195px 0 195px;
}

.rs-slider.slide-home-style2 .content-wrap .brush-content {
    display: flex;
    align-items: center;
}

.rs-slider.slide-home-style2 .content-wrap .brush-content img {
    padding-right: 14px;
}

.rs-slider.slide-home-style2 .content-wrap .brush-content .sub-text {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: var(--primaryColor);
    text-transform: uppercase;
    display: block;
    margin: 0 0 0px;
}

.rs-slider.slide-home-style2 .content-wrap .title {
    font-size: 70px;
    font-weight: 700;
    line-height: 90px;
    color: #0a0a0a;
    margin: 0 0 0px;
}
.rs-contact.contact-style2 .contact-section {
    background-color: #F7FBFFE0;
    padding: 60px 70px 52px 70px;
}

.rs-contact.contact-style2 .contact-section .contact-wrap .from-control {
    padding: 17px 20px 18px 20px;
    color: #7A7A7A;
    border-style: solid;
    border-width: 1px 16px 1px 1px;
    border-color: #FFFFFF;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.23);
    background-color: #FFFFFF;
    width: 100%;
    opacity: 1;
}

.rs-contact.contact-style2 .contact-section .contact-wrap .wpcf7-form-control:not(.wpcf7-submit) {
    padding: 17px 20px 18px 20px;
    color: #7A7A7A;
    border-style: solid;
    border-width: 1px 16px 1px 1px;
    border-color: #FFFFFF;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.23);
    background-color: #FFFFFF;
    width: 100%;
    opacity: 1;
}

.rs-contact.contact-style2 .contact-section .contact-wrap textarea {
    height: 120px;
}

.rs-contact.contact-style2 .contact-section .contact-wrap ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #454545;
    opacity: 0.79;
}

.rs-contact.contact-style2 .contact-section .contact-wrap ::-moz-placeholder {
    /* Firefox 19+ */
    color: #454545;
    opacity: 0.79;
}

.rs-contact.contact-style2 .contact-section .contact-wrap :-ms-input-placeholder {
    /* IE 10+ */
    color: #454545;
    opacity: 0.79;
}

.rs-contact.contact-style2 .contact-section .contact-wrap :-moz-placeholder {
    /* Firefox 18- */
    color: #454545;
    opacity: 0.79;
}

.rs-contact.contact-style2 .contact-info-box {
    position: relative;
    padding: 40px 40px 114px 40px;
    background-color: var(--primaryColor);
    z-index: 11;
}

.rs-contact.contact-style2 .contact-info-box .sec-title .title {
    position: relative;
    color: #000;
    z-index: 33;
}

.rs-contact.contact-style2 .contact-info-box .address-item {
    display: flex;
}

.rs-contact.contact-style2 .contact-info-box .address-item .address-icon {
    margin-left: 15px;
}

.rs-contact.contact-style2 .contact-info-box .address-item .address-icon i {
    font-size: 30px;
    color: var(--secondryColor);
}

.rs-contact.contact-style2 .contact-info-box .address-item .address-text {
    margin-top: -5px;
}

.rs-contact.contact-style2 .contact-info-box .address-item .address-text .label {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    display: block;
    margin: 0px 0px 7px 0px;
}

.rs-contact.contact-style2 .contact-info-box .address-item .address-text a {
    color: #ffffff;
}

.rs-contact.contact-style2 .contact-info-box .address-item .address-text a:hover {
    color: var(--secondryColor);
}

.rs-contact.contact-style2 .contact-info-box .address-item .address-text .des {
    color: #ffffff;
}

.rs-contact.contact-style2 .contact-info-box:after {
    border-color: var(--secondryColor);
    position: absolute;
    height: 280px;
    width: 100%;
    clip-path: polygon(0 0, 130% 0, 63% 63%, 0 3%);
    left: -1px;
    background-color: var(--secondryColor);
    top: -1px;
    content: "";
}


.rs-services.services-style3 {
    position: relative;
    z-index: 11;
}

.rs-services.services-style3 .images-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 325px 0 325px;
}

.rs-services.services-style3 .services-main-part .widget-bg {
    position: absolute;
    z-index: -1;
    width: initial;
    max-width: initial;
    right: 44.90%;
    top: 44%;
}

.rs-services.services-style3 .services-main-part .services-item {
    display: flex;
}

.rs-services.services-style3 .services-main-part .services-item .services-icon img {
    max-width: unset;
    width: 76px;
    height: 76px;
}

.rs-services.services-style3 .services-main-part .services-item .services-text {
    padding: 0px 22px 0px 50px;
}

.rs-services.services-style3 .services-main-part .services-item .services-text .title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #101010;
    margin: 0 0 10px;
}

.rs-services.services-style3 .services-main-part .services-item .services-text .services-txt {
    margin: 0;
    color: #333333;
}
.rs-services.services-style5 .flip-box-inner {
  position: relative;
  z-index: 1;
  padding: 0;
  backface-visibility: hidden;
}
.rs-services.services-style5 .flip-box-inner .flip-box-wrap {
  position: relative;
  -webkit-transform: translateZ(0);
  perspective: 1000px;
}
.rs-services.services-style5 .flip-box-inner .flip-box-wrap .front-part {
  position: relative;
  bottom: 0;
  z-index: 10;
  text-align: left;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 285px;
  background-color: transparent;
  background-position: center;
  background-clip: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275), -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
}
.rs-services.services-style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part {
  background-color: #fff;
  text-align: right;
  padding: 30px 25px 30px 25px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  box-shadow: 3px 7px 25px 0px rgba(0, 0, 0, 0.05);
}
.rs-services.services-style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-icon-part {
  margin-bottom: 20px;
}
.rs-services.services-style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-icon-part .icon-part img {
  width: 60px;
  height: 60px;
}
.rs-services.services-style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
}
.rs-services.services-style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title a {
  color: #101010;
}
.rs-services.services-style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title a:hover {
  color: #007cfb;
}
.rs-services.services-style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-desc-part p {
  font-size: 15px;
  color: #444444;
  margin-bottom: 0;
}
.rs-services.services-style5 .flip-box-inner .flip-box-wrap .back-front {
  transform: rotateY(-180deg);
  background-image: linear-gradient(150deg, #1c6c28 36%, #f1d002 100%);
  position: absolute;
  z-index: -1;
  padding: 40px 40px 40px 40px;
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 300px;
  background-color: transparent;
  background-position: center;
  background-clip: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275), -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
}
.rs-services.services-style5 .flip-box-inner .flip-box-wrap .back-front .back-front-content .back-title-part .back-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}
.rs-services.services-style5 .flip-box-inner .flip-box-wrap .back-front .back-front-content .back-title-part .back-title a {
  color: #ffffff;
}
.rs-services.services-style5 .flip-box-inner .flip-box-wrap .back-front:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9;
  width: 100%;
  height: 100%;
  background-color: transparent;
  content: "";
}
.rs-services.services-style5 .flip-box-inner:hover .flip-box-wrap .front-part {
  transform: rotateY(180deg);
}
.rs-services.services-style5 .flip-box-inner:hover .flip-box-wrap .back-front {
  transform: rotateY(0);
  z-index: 1;
}
.rs-services.services-style5 .flip-box-inner:hover .flip-box-wrap .back-front:before {
  background-color: transparent;
  background-image: linear-gradient(150deg, #1c6c28 36%, #f1d002 100%);
  border-radius: 4px 4px 4px 4px;
}
.rs-services.services-style5 .flip-box-inner:hover .flip-box-wrap .back-front .back-front-content .back-title-part .back-title {
  color: #ffffff;
}
.rs-services.services-style5 .flip-box-inner:hover .flip-box-wrap .back-front .back-front-content .back-desc-part .back-desc {
  color: #ffffff;
}
.rs-services.services-style5.services-home4-style .flip-box-inner:hover .flip-box-wrap .back-front:before {
  background-image: linear-gradient(150deg, #00aae4 36%, #07759b 100%);
}
.rs-services.services-style5.services-home4-style .flip-box-inner .flip-box-wrap .back-front {
  background-image: linear-gradient(150deg, #00aae4 36%, #07759b 100%);
  border-radius: 5px 5px 5px 5px;
}
.rs-services.services-style5.services-home4-style .flip-box-inner .flip-box-wrap .front-part .front-content-part {
  border-radius: 5px 5px 5px 5px;
}

/*------------------------------------
    25. Footer Section CSS
------------------------------------*/
.rs-footer.footer-style1 {
    background-color: #112756 ;
    /*
  background-repeat: no-repeat;
  background-size: cover;
*/
}

.rs-footer.footer-style1 .footer-top {
    padding: 40px 0 30px;
}

.rs-footer.footer-style1 .footer-top .footer-logo img {
    height: 165px;
}

.rs-footer.footer-style1 .footer-top .footer-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.rs-footer.footer-style1 .footer-top .footer-title.black-title {
    font-weight: 700;
    color: #fff;
}
.rs-footer.footer-style1 .footer-top .address-widget li {
    padding: 0 40px 16px 0;
    position: relative;
}

.rs-footer.footer-style1 .footer-top .address-widget li i {
    color: var(--secondryColor);
    font-size: 20px!important;
    position: absolute;
    right: 0;
}
.rs-footer.footer-style1 .footer-top .footer-social li a i {
    color: #ffd600;
}
.rs-footer.footer-style1 .footer-top .address-widget li .desc {
    color: #ffffff;
}

.rs-footer.footer-style1 .footer-top .address-widget li .desc a {
    color: #ffffff;
}

.rs-footer.footer-style1 .footer-top .footer-social li {
    display: inline;
    margin-left: 12px;
}

.rs-footer.footer-style1 .footer-top .footer-social li a i {
    padding: 0 0px 0 0;
    font-size: 18px;
    margin-right: 3px;
    transition: all .8s ease;
    color: #111111;
    text-align: center;
}
.rs-footer.footer-style1 .footer-top .footer-social li:last-child {
    margin: 0;
}

.rs-footer.footer-style1 .footer-bottom {
    padding: 12px 0 12px 0;
}

.rs-footer.footer-style1 .footer-bottom .copyright p {
    font-size: 15px;
    color: #fff;
    margin: 0;
}
.rs-footer.footer-style1.footer-main-home {
    background-color: var(--primaryColor);
    background-repeat: no-repeat;
}
/* -----------------------
    26. Scroll Up CSS
--------------------------*/
#scrollUp {
    text-align: center;
    bottom: 65px;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 20px;
    z-index: 999;
    border-radius: 50px 50px 4px 4px;
}

/*----------------------------------------------
    27. Preloader CSS
----------------------------------------------*/
#clenia-load {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
    z-index: 999999;
}

#clenia-load .preload-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#clenia-load .preload-wrap img {
    animation: loader-zoom 1s linear infinite alternate;
    max-width: 90px;
}

.loader-clenia {
    position: absolute;
    width: 75px;
    height: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@-webkit-keyframes loader-zoom {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.15);
    }
}

/* ------------------------------------
    28. 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);
    }
}

.fadeInRight {
    animation-name: fadeInRight;
    animation-duration: 1.25s;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

.veritcal {
    animation-name: veritcal;
    animation-timing-function: linear;
    animation-duration: 12s;
    animation-iteration-count: infinite;
}

@keyframes veritcal {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(100px);
    }

    100% {
        transform: translateY(0);
    }
}

.rs-footer.footer-style1 .footer-top .address-widget li .desc.phone {
    direction: ltr;
}
.row.y-middle.d-flex.justify-content-center {
    justify-content: center;
}
.submit-btn.submit-btn2:hover input[type="submit"]:hover {
    color: #2865eb !important;
    opacity: .9;
}
.rs-footer.footer-style1 .footer-top .footer-social li a i:hover {
    color: #fff;
}
#scrollUp i {
    height: 40px;
    font-size: 24px;
    width: 42px;
    border-radius: 50%;
    color: #2865eb;
    line-height: 36px;
    transition: all 0.3s ease 0s;
    background: #ffd600;
    margin-left: 2px;
    box-shadow: 0px 0px 2px rgb(0 0 0 / 4%);
    display: block;
}
#scrollUp i:hover {
    opacity: 0.8;
}
.full-width-header .rs-header .toolbar-area .clearfix-btn li a i:hover {
    color: #ffd600;
}
.rs-footer.footer-style1 .footer-top .footer-social li a i {
    color: #ffd600;
}
