@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&amp;display=swap');

@font-face {
    font-family: 'Modern Antiqua';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(http://fonts.gstatic.com/s/modernantiqua/v20/NGStv5TIAUg6Iq_RLNo_2dp1sI1E.ttf) format('truetype');
}
@font-face {
    font-family: 'IBM Plex Mono';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url(http://fonts.gstatic.com/s/ibmplexmono/v11/-F6rfjptAgt5VM-kVkqdyU8n1ioStndl.ttf) format('truetype');
}
@font-face {
    font-family: 'IBM Plex Mono';
    font-style: italic;
    font-weight: 200;
    font-display: swap;
    src: url(http://fonts.gstatic.com/s/ibmplexmono/v11/-F6sfjptAgt5VM-kVkqdyU8n1ioSGlZFhw.ttf) format('truetype');
}
@font-face {
    font-family: 'IBM Plex Mono';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(http://fonts.gstatic.com/s/ibmplexmono/v11/-F6sfjptAgt5VM-kVkqdyU8n1ioSflVFhw.ttf) format('truetype');
}
@font-face {
    font-family: 'IBM Plex Mono';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(http://fonts.gstatic.com/s/ibmplexmono/v11/-F6pfjptAgt5VM-kVkqdyU8n1ioq0g.ttf) format('truetype');
}
@font-face {
    font-family: 'IBM Plex Mono';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(http://fonts.gstatic.com/s/ibmplexmono/v11/-F6sfjptAgt5VM-kVkqdyU8n1ioSJlRFhw.ttf) format('truetype');
}
@font-face {
    font-family: 'IBM Plex Mono';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(http://fonts.gstatic.com/s/ibmplexmono/v11/-F6pfjptAgt5VM-kVkqdyU8n3kwq0g.ttf) format('truetype');
}
@font-face {
    font-family: 'IBM Plex Mono';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(http://fonts.gstatic.com/s/ibmplexmono/v11/-F6qfjptAgt5VM-kVkqdyU8n3uAL8lc.ttf) format('truetype');
}
@font-face {
    font-family: 'IBM Plex Mono';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(http://fonts.gstatic.com/s/ibmplexmono/v11/-F6qfjptAgt5VM-kVkqdyU8n3oQI8lc.ttf) format('truetype');
}
@font-face {
    font-family: 'IBM Plex Mono';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(http://fonts.gstatic.com/s/ibmplexmono/v11/-F63fjptAgt5VM-kVkqdyU8n5ig.ttf) format('truetype');
}
@font-face {
    font-family: 'IBM Plex Mono';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(http://fonts.gstatic.com/s/ibmplexmono/v11/-F6qfjptAgt5VM-kVkqdyU8n3twJ8lc.ttf) format('truetype');
}
@font-face {
    font-family: 'Single Day';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(http://fonts.gstatic.com/s/singleday/v13/LYjHdGDjlEgoAcF95EI5jVo.ttf) format('truetype');
}
/* -----------------------------------
        01. General CSS
-------------------------------------*/
html,
body {
    font-size: 16px;
    color: #454545;
    font-family: 'Poppins', sans-serif;
    vertical-align: baseline;
    line-height: 1.7;
    font-weight: 400;
    overflow-x: hidden!important;
}
img {
    max-width: 100%;
    height: auto;
}
p {
    margin: 0 0 26px;
    line-height: 1.8;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', 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;
}
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: #f7fbff;
}
.gray-bg2 {
    background: #f8fff4;
}
.gray-bg3 {
    background: #F2F8FB;
}
.gray-bg4 {
    background: #F8FFF4;
}
.gray-bg5 {
    background: #F1F6FC;
}
.gray-bg6 {
    background: #f2f8fb;
}
.blue-bg {
    background-color: #333 !important;
}
.yellow-bg {
    background: #ffd600;
}
.paste-bg {
    background-color: #00AAE4;
}
.blue-light {
    background-color: #F8FFF4;
}
.white-color {
    color: #ffffff !important;
}
.title-color {
    color: #0a0a0a !important;
}
.body-color {
    color: #454545 !important;
}
.white-bg {
    background: #fff;
}
a {
    color: #007cfb;
    transition: all 0.3s ease;
    text-decoration: none !important;
    outline: none !important;
}
a:active,
a:hover {
    text-decoration: none;
    outline: 0 none;
    color: #007cfb;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.clear {
    clear: both;
}
::-moz-selection {
    background: #007cfb;
    text-shadow: none;
    color: #ffffff;
}
::selection {
    background: #007cfb;
    text-shadow: none;
    color: #ffffff;
}
.bg1 {
    background: url(assets/images/bg/choose-us-bg.png);
    background-position: 1600px 420px;
    background-repeat: no-repeat;
}
.bg2 {
    background: url(assets/images/bg/services-bg1.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg3 {
    background: url(assets/images/bg/cleaning-bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg4 {
    background-image: url(assets/images/bg/process-bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg5 {
    background-image: url(assets/images/bg/project-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0px 253px 0px;
}
.bg6 {
    background: url(assets/images/bg/pricing-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg7 {
    background: url(assets/images/bg/testi-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg8 {
    background: url(assets/images/bg/choose-us-bg.png);
    background-position: 10% 72%;
    background-repeat: no-repeat;
}
.bg9 {
    background: url(assets/images/about/style3/2.html);
    background-position: bottom right;
    background-repeat: no-repeat;
}
.bg10 {
    background: url(assets/images/bg/counter-bg3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg11 {
    background-image: url(assets/images/bg/testi-bg3.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg12 {
    background-image: url(assets/images/bg/quote-bg4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.bg14 {
    background-image: url(assets/images/bg/icon.png);
    background-position: 1600px 420px;
    background-repeat: no-repeat;
}
.bg15 {
    background: url(assets/images/bg/counter-bg5.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg16 {
    background: url(assets/images/bg/quote-form-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: cover;
}
.bg17 {
    background-color: #00483A;
    background: url(assets/images/bg/testi-bg5.jpg);
    background-position: top left;
    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;
}
body.nav-expanded .offwrap {
    left: 0%;
    transition: all 0.8s ease-out 0s;
}
.home-blue {
    background: #1A0B8C !important;
}
.bg-unset {
    background: unset !important;
}
.rs-menu-toggle {
    color: #007cfb;
    text-align: right;
}
button {
    cursor: pointer;
}
.glyph-icon:before {
    margin: 0;
}
.z-index-1 {
    position: relative;
    z-index: 1;
}
ul.listing-style {
    margin: 0 0 1.5em 2em;
}
ul.listing-style li {
    padding-left: 20px;
    position: relative;
    margin-top: 8px;
}
ul.listing-style li:before {
    content: "";
    position: absolute;
    background: #ffd600;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    left: 0;
    top: 12px;
}
ul.service-list li {
    padding-left: 32px;
    position: relative;
    margin-top: 4px;
}
ul.service-list li:before {
    content: "\f058";
    font-size: 15px;
    color: #ff7338;
    margin: 0;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0px;
    font-family: FontAwesome;
}
ul.dot-list li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
}
ul.dot-list li:before {
    content: "";
    position: absolute;
    background: #007cfb;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 0;
    top: 10px;
}
ul.dot-list.yellow-dot li:before {
    background: #ffd600;
}
ul.dot-list.yellow-dot.services-list li {
    margin-top: 9px;
}
.brush-list li {
    padding-left: 35px;
    position: relative;
    margin-top: 8px;
}
.brush-list li:before {
    content: "\f13f";
    font-size: 18px;
    color: #1C6C28;
    margin: 0;
    display: inline-block;
    font-family: uicons-regular-rounded !important;
    font-weight: 600;
    text-align: center;
    position: absolute;
    left: 0;
    top: -2px;
}
.brush-list.style2 {
    margin: 0px 0px 6px 0px;
    padding: 0px 0px 0px 25px;
}
.brush-list.style2 li:before {
    color: #01539f;
}
.brush-list.style3 li:before {
    color: #01539f;
}
.rs-features-list .feature-item {
    display: flex;
}
.rs-features-list .feature-item .feature-icon {
    background-color: #ffd600;
    font-size: 13px !important;
    width: 30px;
    height: 30px;
    line-height: 30px !important;
    border-radius: 30px 30px 30px 30px !important;
    padding: 0 0 0 0;
    text-align: center;
    min-width: 30px;
    display: inline-block;
}
.rs-features-list .feature-item .feature-icon i:before {
    font-size: 13px;
    margin: 0;
}
.rs-features-list .feature-item .rs-feature-text {
    padding-left: 16px;
    margin: -6px 0 0;
}
.rs-features-list .feature-item .rs-feature-text .title {
    color: #0a0a0a;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    display: block;
    margin-bottom: 13px;
}
.rs-features-list .feature-item .rs-feature-text .title:hover {
    color: #007cfb;
}
.rs-features-list .feature-item:hover .feature-icon {
    background-color: #007cfb;
}
.rs-features-list .feature-item:hover .feature-icon i {
    color: #ffffff;
}
.rs-features-list.feature-style2 .feature-list {
    margin-bottom: 7px;
    display: flex;
    align-items: center;
}
.rs-features-list.feature-style2 .feature-list .feature-img img {
    padding: 7px 7px 7px 7px;
    margin: 0px 8px -7px 0px;
    width: 51px;
}
.rs-features-list.feature-style2 .feature-list .feature-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 35px;
}
.rs-features-list.feature-style3 .feature-item:hover .feature-icon {
    background-color: #00aae4;
}
.rs-features-list.feature-style3 .feature-item .rs-feature-text .title:hover {
    color: #00aae4;
}
.rs-features-list.feature-style4 .rs-feature-text .title:hover {
    color: #01539f;
}
.rs-features-list.feature-style4 .feature-item:hover .feature-icon {
    background-color: #01539f;
}
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: #007cfb;
}
.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;
}
.pagination-part {
    display: inline-block;
    border: 1px solid #f9f9f9;
    padding: 11px 0;
    border-radius: 3px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    background: #fff;
}
.pagination-part li {
    padding: 2px 20px 0 21px;
    line-height: 23px;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.4s ease-in-out 0s;
    text-align: center;
    background: 0 0;
    color: #000;
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #e6e6e6;
}
.pagination-part li a {
    color: #454545;
}
.pagination-part li:last-child {
    border-right: unset;
}
.pagination-part .next-page {
    position: relative;
    transition: all 0.4s ease-in-out 0s;
    padding-right: 12px;
}
.pagination-part .next-page:before,
.pagination-part .next-page:after {
    content: "\f105";
    position: absolute;
    top: 4px;
    right: 0;
    color: #454545;
    line-height: 16px;
    font-family: fontawesome;
    font-size: 12px;
}
.pagination-part .next-page:before {
    right: 4px;
}
.pagination-part .active a {
    color: #007cfb;
}
.gridFilter button {
    font-size: 17px;
    font-weight: 600;
    background: 0 0!important;
    color: #0a0a0a;
    display: inline-block;
    transition: .4s;
    outline: 0;
    position: relative;
    padding: 6px 20px 6px 20px;
    border: 0;
}
.gridFilter button.active {
    color: #FFFFFF;
    background: #BB0B0B !important;
}
.gridFilter button:hover {
    color: #FFFFFF;
    background: #BB0B0B !important;
}
.gridFilter button + button {
    margin-left: 20px;
}
blockquote {
    margin: 35px 0px !important;
    padding: 40px 60px;
    color: #666;
    position: relative;
    background: #F7FBFF !important;
    font-weight: normal;
    font-style: italic;
    text-align: left;
    clear: both;
    font-weight: 400;
    border-radius: 8px;
}
blockquote p {
    font-size: 18px;
    margin-bottom: 10px;
}
blockquote:before {
    content: "\f129";
    font-size: 35px;
    color: #ffd600;
    padding-bottom: 0;
    display: inline-block;
    font-family: flaticon;
    font-weight: 400;
    text-align: center;
    top: 0;
    background: 0 0;
    transform: rotate(180deg);
}
.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: #007cfb;
    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: "FontAwesome";
}
.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.nav-style2 {
    position: relative;
}
.rs-carousel.nav-style2 .owl-nav {
    display: block;
    position: absolute;
    top: -80px;
    right: 0;
}
.rs-carousel.nav-style2 .owl-nav .owl-prev,
.rs-carousel.nav-style2 .owl-nav .owl-next {
    display: inline-block;
}
.rs-carousel.nav-style2 .owl-nav .owl-prev i,
.rs-carousel.nav-style2 .owl-nav .owl-next i {
    transition: all 0.3s ease;
}
.rs-carousel.nav-style2 .owl-nav .owl-prev i:before,
.rs-carousel.nav-style2 .owl-nav .owl-next i:before {
    font-family: Flaticon;
    font-size: 22px;
}
.rs-carousel.nav-style2 .owl-nav .owl-prev:hover i,
.rs-carousel.nav-style2 .owl-nav .owl-next:hover i {
    color: #007cfb;
}
.rs-carousel.nav-style2 .owl-nav .owl-prev i:before {
    content: "\f134";
}
.rs-carousel.nav-style2 .owl-nav .owl-prev:after {
    content: "/";
    padding: 0 5px 0 5px;
    position: relative;
    top: -3px;
}
.rs-carousel.nav-style2 .owl-nav .owl-next i:before {
    content: "\f133";
}
.rs-carousel .owl-dots {
    text-align: center;
    margin-top: 50px;
}
.rs-carousel .owl-dots .owl-dot {
    width: 9px;
    height: 9px;
    display: inline-block;
    margin: 0 6px;
    padding: 3px 0;
    border-radius: 50px;
    border: none;
    transition: all 0.3s ease;
    background: #007cfb;
    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: #007cfb;
    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: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #0a0a0a;
    background: #ffd600;
    z-index: 1;
    border-radius: 3px;
    transition: all 0.4s ease-in-out 0s;
    overflow: hidden;
}
.readon.view {
    padding: 18px 34px;
    border-radius: 3px;
    background: #ffd600;
}
.readon.view: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;
}
.readon.view:hover {
    background: #007cfb;
    color: #ffffff;
}
.readon.view:hover:before {
    left: 120%;
    transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
    opacity: .25;
}
.readon.view.read {
    padding: 14px 36px;
}
.readon.view.read.paste:hover {
    background: #00aae4;
}
.readon.view.contact {
    padding: 17px 42px;
}
.readon.view.price {
    padding: 12px 34px;
}
.readon.view.price.paste-price:hover {
    background: #00aae4;
}
.readon.view.orange {
    background: #ff7033;
    color: #ffffff;
}
.readon.view.orange:hover {
    background: #ff7033;
}
.readon.view.discover {
    background-color: #FFD600;
    padding: 14px 35px;
}
.readon.view.discover:hover {
    background-color: #1C6C28;
    color: #ffffff;
}
.readon.view.discover:hover:before {
    left: 120%;
    transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
    opacity: .25;
}
.readon.view.discover.learn {
    background-color: #FF7033;
    color: #ffffff;
}
.readon.view.requset {
    font-size: 18px;
    text-transform: uppercase;
    padding: 15px 40px 15px 40px;
    background-color: #FFD600;
}
.readon.view.requset i {
    padding-left: 10px;
}
.readon.view.requset i:before {
    font-weight: 900;
    line-height: unset;
}
.readon.view.requset:hover {
    background-color: #00aae4;
    color: #ffffff;
}
.readon.view.requset-free {
    padding: 7px 18px 7px 18px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 5px 5px 5px 5px;
    color: #000000;
    background-color: #FFD600;
}
.readon.view.requset-free i {
    padding-left: 10px;
}
.readon.view.requset-free i:before {
    font-weight: 900;
    line-height: unset;
}
.readon.view.requset-free:before {
    display: none;
}
.readon.view.requset-free:hover {
    background-color: #00aae4;
    color: #ffffff;
}
.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.about {
    background: #01539f;
    position: relative;
    padding: 14px 40px 14px 40px;
    background-color: #01539F;
    border-radius: 0px 0px 0px 0px;
    color: #FFFFFF;
}
.readon.about .btn-text {
    position: relative;
    z-index: 9;
}
.readon.about:before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    transition: 0.4s;
    z-index: 3;
    opacity: 1;
    width: 20px;
    height: 20px;
    background: #ffd600;
    border-radius: 20px 0 0 0;
}
.readon.about:hover {
    color: #101010;
}
.readon.about:hover .btn-text {
    position: relative;
    z-index: 9;
}
.readon.about:hover:before {
    width: 100%;
    height: 100%;
    border-radius: 0;
    opacity: 1;
    visibility: visible;
    background: #ffd100;
}
.readon.slide-con {
    padding: 14px 30px;
    color: #0a0a0a;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 500;
}
.readon.slide-con:hover {
    background: #fffe2b;
}
.readon.view-slide {
    position: relative;
    background-color: #01539f;
    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;
}

.services-btn a {
    font-size: 16px;
    font-weight: 500;
    color: #0A0A0A;
    position: relative;
    display: inline-block;
    transition: all ease .3s;
}
.services-btn a .btn-text {
    float: left;
}
.services-btn a i {
    background: #ffd600;
    display: inline-block;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    transform: translateX(5px);
    margin-left: 5px;
    transition: all .5s ease;
}
.services-btn a i:before {
    font-size: 20px;
    color: #01539F;
    line-height: unset;
}
.services-btn a:hover i {
    transform: translateX(15px) !important;
}
.services-btn a:hover i:before {
    font-size: 20px;
    color: #01539F;
}
.services-btn2 a i {
    width: 50px;
    height: 50px;
    background: #ff7033;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 50px;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: .4s;
}
.services-btn2 a i:before {
    margin: 0;
    font-size: 16px;
}
/*-- Submit Button Css --*/
.submit-btn {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #0a0a0a;
    background: #ffd600;
    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: #ffd600;
    color: #ffd600;
    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: #01539F;
    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: #01539f !important;
    opacity: .9;
}
.submit-btn.submit-btn2:hover:after {
    width: 100%;
    height: 100%;
    border-radius: 0;
    opacity: 1;
    visibility: visible;
}
.submit-btn.submit-btn2:hover > span.arrow-btn {
    position: relative;
    z-index: 99;
}
.submit-btn.submit-btn2.form {
    background: #01539f;
    width: 100%;
}
.submit-btn.submit-btn2.form input[type="submit"] {
    background: #01539f;
    font-size: 16px;
    font-weight: 600;
}
.submit-btn.submit-btn2.form:after {
    background: #ffffff;
}
.submit-btn.submit-btn2.form:hover input[type="submit"]:hover {
    color: #0A0A0A !important;
}
.submit-btn.submit-btn2.details input[type="submit"] {
    font-size: 14px;
    font-weight: 500;
    padding: 12px 25px;
}
.submit-btn.submit-btn2.faq-btn {
    background-color: #ffd600;
    border-radius: 3px;
}
.submit-btn.submit-btn2.faq-btn input[type="submit"] {
    color: #0a0a0a;
    border-radius: 3px;
}
.submit-btn.submit-btn3 {
    margin: 0;
}
.submit-btn.submit-btn3 input[type="submit"] {
    padding: 17px 30px 17px 30px;
    color: #333333;
}
.submit-btn.submit-btn3:hover {
    background: #01539f;
    color: #ffd600;
    opacity: .99;
}
.submit-btn.submit-btn3:hover input[type="submit"]:hover {
    color: #fff !important;
    background: #01539f;
    opacity: .9;
}
.submit-btn.submit-btn4 {
    margin: 0;
}
.submit-btn.submit-btn4 input[type="submit"] {
    color: #ffffff;
    background: #ff7033;
}
.submit-btn.submit-btn4:hover {
    background: #1c6c28;
    color: #ffd600;
    opacity: .99;
}
.submit-btn.submit-btn4:hover input[type="submit"]:hover {
    color: #fff !important;
    background: #01539f;
    opacity: .9;
}
.submit-orange-btn {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #0a0a0a;
    background-color: #FF7033;
    z-index: 1;
    border-radius: 4px;
    transition: all .5s ease;
    overflow: hidden;
    width: 100%;
}
.submit-orange-btn input[type="submit"] {
    color: #FFFFFF;
    border-radius: 4px;
    background-color: #FF7033 !important;
    padding: 16px 30px 16px 30px !important;
    box-shadow: 0px 0px 40px 0px rgba(1, 83, 159, 0.23);
    font-size: 16px !important;
    font-weight: 600 !important;
    transition: all .5s ease;
}
.submit-orange-btn input[type="submit"]:hover {
    background-color: #F98C5E !important;
}
.address-wrap .address-icon {
    display: inline-block;
    position: relative;
    height: 70px;
    width: 70px;
    line-height: 70px;
    border-radius: 100%;
    text-align: center;
    background: #ffd600;
}
.address-wrap .address-icon i {
    text-align: center;
    color: #0a0a0a;
    border-radius: 100%;
    font-size: 30px;
    font-weight: 900;
    position: relative;
    line-height: 70px;
    z-index: 9;
    width: 100%;
    vertical-align: middle;
    margin-left: 0;
    height: auto;
    transform: rotate(-90deg);
}
.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: #ffd600;
}
/*Video Icon*/
.rs-videos .animate-border .popup-border {
    background: #ffd600;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.rs-videos .animate-border .popup-border i {
    font-size: 20px;
    line-height: 80px;
    display: block;
    color: #01539F;
}
.rs-videos .animate-border .popup-border:before {
    content: "";
    border: 2px solid #ffd600;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
}
.rs-videos .animate-border .popup-border:after {
    content: "";
    border: 2px solid #ffd600;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.rs-videos .animate-border.main-home .popup-border {
    left: 8%;
}
.rs-videos .animate-border.main-home.style2 .popup-border {
    left: 50%;
}
@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: 600;
    line-height: 28px;
    color: #007cfb;
    text-transform: uppercase;
    margin: 0 0 10px;
    display: block;
}
.sec-title .sub-text.blue-color {
    color: #01539f;
}
.sec-title .sub-text.green-color {
    color: #1c6c28;
}
.sec-title .sub-text.green-color.yellow-color {
    color: #FFD600;
}
.sec-title .sub-text.title-color {
    color: #222222;
}
.sec-title .title {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    color: #0a0a0a;
    margin: 0;
}
.sec-title .title span {
    color: #007cfb;
}
.sec-title .title span.yellow-color {
    color: #FFD600;
}
.sec-title .title.title2 {
    font-size: 30px;
    color: #101010;
}
.sec-title .title.title3 {
    font-size: 42px;
    color: #101010;
}
.sec-title .desc {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #454545;
    margin: 0;
}
.sec-title .line-img {
    position: absolute;
    top: 129px;
}
.sec-title .line-img img {
    max-width: 160px;
}
.sec-title .line-img.ser-center {
    left: 38%;
    top: 93%;
}
.sec-title .line-img.cleaner-center {
    left: 27%;
    top: 47%;
}
.sec-title .line-img.process-center {
    left: 39%;
    top: 92%;
}
.sec-title .line-img.process-center img {
    max-width: 140px;
}
.sec-title .line-img.project-center {
    top: 68%;
    left: 32%;
}
.sec-title .line-img.pricing-center {
    top: 93%;
    left: 42%;
}
.sec-title .line-img.pricing-center img {
    max-width: 127px;
}
.sec-title .line-img.testi-center {
    left: 37%;
    top: 44%;
}
.sec-title .line-img.blog-center {
    top: 89%;
    left: 42%;
}
.sec-title .line-img.blog-center img {
    max-width: 104px;
}
.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: #bf805c;
    text-transform: uppercase;
    margin: 6px 0 0px;
    display: block;
}
.sec-title2 .brush-content .sub-text.yellow-color {
    font-size: 17px;
    color: #ffd600;
}
.sec-title2 .brush-content .sub-text.small-text {
    font-size: 15px;
    line-height: 25px;
}
.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 .title.title2 {
    font-size: 30px;
}
.sec-title2 .title.title3 {
    font-size: 28px;
    line-height: 38px;
}
.sec-title2 .desc {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #333333;
    margin: 0;
}
.sec-title2 .view-line {
    margin: 0;
}
.sec-title2 .view-line a {
    color: #01539f;
    text-decoration: underline;
}
.sec-title2 .view-line a:hover {
    color: #ffd600;
}
.sec-title3 {
    position: relative;
    z-index: 1;
}
.sec-title3 .sub-text {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    font-family: "Single Day", Sans-serif;
    color: #00aae4;
    margin: 0 0 16px;
    display: block;
}
.sec-title3 .sub-text.yellow-color {
    color: #ffd600;
}
.sec-title3 .title {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    color: #0a0a0a;
    margin: 0;
}
.sec-title3 .title span {
    color: #00aae4;
    text-decoration: underline;
}
.sec-title3 .title span.yellow-color {
    color: #ffd600;
}
.sec-title3 .description p {
    margin: 0px;
}
.sec-title3 .description:after {
    content: "";
    position: absolute;
    border: 0;
    width: 50px;
    height: 4px;
    z-index: 9;
    margin-left: 0;
    left: 0;
    bottom: -27px;
    background: #00aae4;
}
.sec-title4 .title-img {
    position: relative;
    left: 6px;
    top: 36px;
}
.sec-title4 .sub-text {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: #0A0A0A;
    display: block;
    margin: 0px 0px 15px 0px;
}
.sec-title4 .title {
    font-size: 36px;
    line-height: 50px;
    font-weight: 700;
    color: #0a0a0a;
    margin: 0px 0px 0px 0px;
}
.sec-title4 .description p {
    margin: 0;
}
/* -----------------------
        03. Header Section CSS
--------------------------*/
.full-width-header {
    position: relative;
    /*    background-color: black;*/
}
.full-width-header .rs-header {
    position: relative;
}
.full-width-header .rs-header .toolbar-area {
    background: #F7F7FC;
}
.full-width-header .rs-header .toolbar-area .toolbar-sl-share li {
    display: inline-block;
    font-size: 14px;
    margin-right: 15px;
}
.full-width-header .rs-header .toolbar-area .toolbar-sl-share li:last-child {
    margin-right: 0;
}
.full-width-header .rs-header .toolbar-area .toolbar-sl-share li a i {
    font-size: 15px;
    color: #454545;
}
.full-width-header .rs-header .toolbar-area .toolbar-sl-share li a i:hover {
    color: #007cfb;
}
.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 li a i:hover {
    color: #ffd600;
}
.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: #ffd600;
    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 .clearfix-btn .btn-quote a:hover {
    color: #01539f;
}
.full-width-header .rs-header .toolbar-area .clearfix-btn .btn-quote a:hover:before {
    left: 120%;
    transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
    opacity: .25;
}
.full-width-header .rs-header .toolbar-area.toolber-style2 {
    background: #01539f;
}
.full-width-header .rs-header .toolbar-area.toolber-style2 .toolbar-contact .rs-contact-info {
    padding-left: 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: #01539F;
    color: #ffffff;
}
.full-width-header .rs-header .toolbar-area.toolber-style2 .toolbar-contact .rs-contact-info li i {
    font-size: 14px;
    margin-right: 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-right: 1px solid #ffde33;
    margin-right: 20px;
    padding-right: 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 a:hover {
    color: #ffd600;
}
.full-width-header .rs-header .toolbar-area.toolber-style2 .toolbar-contact .rs-contact-info li a.no-border {
    border-right: unset;
    margin-right: 0;
    padding-right: 0;
}
.full-width-header .rs-header .toolbar-area.toolber-style2.toolber-style4 {
    background: #F7F7FC;
}
.full-width-header .rs-header .toolbar-area.toolber-style2.toolber-style4 .clearfix-btn li a i,
.full-width-header .rs-header .toolbar-area.toolber-style2.toolber-style4 .toolbar-contact ul li i:before,
.full-width-header .rs-header .toolbar-area.toolber-style2.toolber-style4 .toolbar-contact ul li a {
    color: #0a0a0a;
}
.full-width-header .rs-header .toolbar-area.toolber-style2.toolber-style4 .rs-contact-info li a:hover,
.full-width-header .rs-header .toolbar-area.toolber-style2.toolber-style4 .clearfix-btn li a i:hover {
    color: #007cfb;
}


.full-width-header .rs-header .middle-header {
    /*  padding-top: 20px;
      padding-bottom: 20px;*/
    background: #333;
}
.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;
    margin-bottom: 4px;
    margin-top: 4px;
}
.full-width-header .rs-header .middle-header .logo-part a img {
    transition: 0.4s;
    /*  max-height: 60px;*/
}
.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: 17px;
}
.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: 34px;
    color: #007cfb;
}
.full-width-header .rs-header .middle-header .rs-contact-info .contact-part .contact-info .info-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding-top: 2px;
    color: #f1bd80;
}
.full-width-header .rs-header .middle-header .rs-contact-info .contact-part .contact-info .info-des {
    font-size: 14px;
    padding-top: 4px;
    color: #f1bd80;
}
.full-width-header .rs-header .middle-header .rs-contact-info .contact-part .contact-info .info-des a {
    color: #f1bd80;
    font-size: 14px;
}
.full-width-header .rs-header .middle-header .rs-contact-info .contact-part .contact-info .info-des a:hover {
    color: #007cfb;
}
.full-width-header .rs-header .middle-header .rs-contact-info .contact-part.margin-no {
    margin-right: 0;
}
.full-width-header .rs-header .middle-header.middle-header-style2 .rs-contact-info .contact-part .info-icon i:before {
    color: #f1bd80;
    font-size: 34px;
}
.full-width-header .rs-header .middle-header.middle-header-style2 .rs-contact-info .contact-part .contact-info .info-des a:hover {
    color: #f1bd80;
}
.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: 60px;
    margin-top: 6px;
    margin-bottom: 6px;
}
.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: Poppins;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
    color: #ffd100;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children > a {
    padding-right: 17px;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children > a:before {
    content: "+";
    position: absolute;
    left: auto;
    right: 0;
    top: 50%;
    text-align: center;
    z-index: 9999;
    font-size: 16px;
    display: block;
    cursor: pointer;
    transform: translateY(-50%);
    font-weight: 400;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children:hover > a:before {
    content: "-";
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item > a {
    color: #ffd100 !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: Poppins;
    font-size: 14px;
    color: #0a0a0a;
    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: #007cfb;
}
.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: #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: #bf805c !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: #fff;
}
.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 .expand-btn-inner ul .sidebarmenu-search a i {
    display: none;
}
.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: linear-gradient(180deg, rgba(241,189,128,1) 1%, rgba(191,128,92,1) 100%);
    transform: skew(-28deg);
    z-index: -1;
}
.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;
    margin-left: 25px;
}
.full-width-header .rs-header .expand-btn-inner ul .sidebarmenu-search a i {
    color: #454545;
}
.full-width-header .rs-header .expand-btn-inner ul .sidebarmenu-search a i:before {
    font-size: 20px;
    line-height: unset;
}
.full-width-header .rs-header .expand-btn-inner ul .nav-link .nav-expander {
    padding: 9px 13px 9px;
    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 .nav-link .nav-expander .dot-hum {
    width: 30px;
    border-radius: 30px;
    margin: 3px 0;
    height: 3px;
    background: #333333;
}
.full-width-header .rs-header.header-style2 .menu-area .main-menu .rs-menu ul.nav-menu li a {
    color: #101010;
    height: 83px;
    line-height: 83px;
}
.full-width-header .rs-header.header-style2 .menu-area .main-menu .rs-menu ul.sub-menu li a {
    height: unset;
    line-height: unset;
}
.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: #01539F !important;
}
.full-width-header .rs-header.header-style2 .menu-area .logo-area img {
    max-height: 150px;
    margin-top: -67px;
    background: #ffd600;
    padding: 23px 8px;
}
.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 .main-menu .rs-menu ul.nav-menu li a:hover {
    color: #01539F !important;
}
.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 .expand-btn-inner ul .sidebarmenu-search a i {
    padding-right: 0;
}
.full-width-header .rs-header.header-style2 .expand-btn-inner ul .nav-link {
    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: 35px;
    margin-top: unset;
    background: unset;
    padding: unset;
}
.full-width-header .rs-header.header-style2 .menu-area.sticky .expand-btn-inner ul .sidebarmenu-search a i {
    display: block;
}
.full-width-header .rs-header.header-style2.header-style4 .expand-btn-inner ul .sidebarmenu-search a i {
    padding-right: 16px;
}
.full-width-header .rs-header.header-style2.header-style4 .expand-btn-inner ul .nav-link {
    display: block;
    padding: unset;
}
.full-width-header .rs-header.header-style3 .menu-area {
    background: unset;
    padding-top: 15px;
}
.full-width-header .rs-header.header-style3 .menu-area:after {
    display: none;
}
.full-width-header .rs-header.header-style3 .menu-area .row-table .col-cell.header-logo {
    display: flex;
    flex: 1;
}
.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 li.current-menu-item > a:before,
.full-width-header .rs-header.header-style3 .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item > a {
    color: #ffd600 !important;
}
.full-width-header .rs-header.header-style3 .menu-area .logo-area a .sticky-logo {
    display: none;
}
.full-width-header .rs-header.header-style3 .menu-area .logo-area a .normal-logo {
    display: block;
}
.full-width-header .rs-header.header-style3 .menu-area .logo-area img {
    transition: 0.4s;
    max-height: 60px;
    position: relative;
    top: -5px;
}
.full-width-header .rs-header.header-style3 .menu-area.sticky {
    padding-top: 10px;
}
.full-width-header .rs-header.header-style3 .menu-area .main-menu .rs-menu ul.nav-menu li a {
    height: 75px;
    line-height: 75px;
}
.full-width-header .rs-header.header-style3 .menu-area .main-menu .rs-menu ul.sub-menu li a {
    height: unset;
    line-height: 25px;
}
.full-width-header .rs-header.header-style3 .menu-area.sticky .logo-area a .sticky-logo {
    display: block;
}
.full-width-header .rs-header.header-style3 .menu-area.sticky .logo-area a .normal-logo {
    display: none;
}
.full-width-header .rs-header.header-style3 .menu-area.sticky .logo-area img {
    max-height: 45px;
}
.full-width-header .rs-header.header-style3 .expand-btn-inner ul .nav-link {
    display: none;
}
.full-width-header .rs-header.header-style3 .expand-btn-inner ul .icon-bar .cart-icon i:before,
.full-width-header .rs-header.header-style3 .expand-btn-inner ul .sidebarmenu-search a i {
    color: #ffffff;
}
.full-width-header .rs-header.header-style3 .expand-btn-inner ul .btn-quote {
    position: relative;
    margin-left: 25px;
    line-height: 30px;
}
.full-width-header .rs-header.header-style3 .expand-btn-inner ul .btn-quote a {
    font-size: 14px;
    background: #ffd600;
    border-color: #ffd600;
    padding: 8px 22px;
    border-radius: 3px;
    color: #0a0a0a;
    font-weight: 500;
    transition: all 400ms ease 0ms;
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.full-width-header .rs-header.header-style3 .expand-btn-inner ul .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.header-style3 .expand-btn-inner ul .btn-quote a:hover:before {
    left: 120%;
    transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
    opacity: .25;
}
.full-width-header .rs-header.header-style3.header-home5-style .menu-area .main-menu .rs-menu ul li.active a,
.full-width-header .rs-header.header-style3.header-home5-style .menu-area .main-menu .rs-menu ul.nav-menu li a:hover,
.full-width-header .rs-header.header-style3.header-home5-style .menu-area .main-menu .rs-menu ul li.current-menu-item > a:before,
.full-width-header .rs-header.header-style3.header-home5-style .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item > a {
    color: #ff7033 !important;
}
.full-width-header .rs-header.header-style3.header-home5-style .expand-btn-inner ul .btn-quote a {
    background: #ff7033;
    border-color: #ff7033;
    color: #ffffff;
}
.full-width-header .rs-header.home4-header-style4 .menu-area {
    /*    background: #00aae4;*/
    background: linear-gradient(180deg, rgba(191,128,92,1) 1%, rgba(241,189,128,1) 100%);
}
.full-width-header .rs-header.home4-header-style4 .menu-area.sticky .logo-area .mobile-logo {
    display: none;
}
.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: #007cfb;
}
.full-width-header .mobile-menu .rs-menu-toggle.secondary {
    color: #ffd600;
}
.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-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;
}
.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 .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: #01539f;
    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: #007cfb;
}
.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: 18px;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-icon i:before {
    margin: 0 20px 0 0;
    font-size: 25px;
    color: #01539f;
}
.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: #333333;
    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: #333333;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em a {
    color: #333333;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em a:hover {
    color: #01539f;
}
.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: #01539f;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
}
.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;
    color: #333;
    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: #007cfb;
}

/*------------------------------------
        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);
    }
}
/*------------------------------------
About us
--------------------------------------*/
.aboutus{

    padding-top: 50px;
    padding-bottom: 30px;
}
/*** 

====================================================================
        Services Section Two
====================================================================

***/

.services-section-two{
    position:relative;
    padding:90px 0px 90px;
    background-position:left bottom;
    background-repeat:no-repeat;
}

.services-section-two .side-icon{
    position:absolute;
    right:0px;
    z-index:1;
    bottom:-130px;
}

.services-section-two .owl-nav{
    display:none;
}

.services-section-two .owl-dots{
    position:relative;
    margin-top:20px;
    text-align:center;
}

.services-section-two .owl-dots .owl-dot{
    position:relative;
    width:13px;
    height:13px;
    margin:0px 7px;
    border-radius:50px;
    display:inline-block;
    border:2px solid #111111;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.services-section-two .owl-dots .owl-dot:hover,
.services-section-two .owl-dots .owl-dot.active{
    background-color:#f05523;
    border-color:#f05523;
}

.services-section-two .owl-carousel .owl-stage-outer{
    position:static;
    padding:20px 0px;
}

.services-section-two .owl-carousel .owl-stage-outer .service-block-two{
    margin:0px 15px;
}

.services-section-two .owl-carousel{
    margin:0px -15px;
    width:auto;
}

.services-section-two .pattern-layer{
    position:absolute;
    left:-50px;
    bottom:0px;
    width:1070px;
    height:794px;
}

.service-block-two{
    position:relative;
    margin-bottom:20px;
}

.service-block-two .inner-box{
    position:relative;
    padding:0px;
}

.service-block-two .inner-box:before{
    position:absolute;
    content:'';
    left:0px;
    top:30px;
    right:0px;
    bottom:0px;
    border-radius:10px;
    background-color:#ffffff;
    box-shadow:0px 0px 15px rgba(0,0,0,0.12);
}

.service-block-two .inner-box .image{
    position:relative;
    border-radius:8px;
    overflow:hidden;
}

.service-block-two .inner-box .image img{
    position:relative;
    width:100%;
    display:block;
}

.service-block-two .inner-box .overlay-box{
    position:absolute;
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    background-color:rgba(34,34,34,0.90);
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease,-webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.service-block-two .inner-box .overlay-box .overlay-inner{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    display:table;
    vertical-align:middle;
    padding:10px 30px;
}

.service-block-two .inner-box .overlay-box .overlay-inner .content{
    position:relative;
    display:table-cell;
    vertical-align:middle;
}

.service-block-two .inner-box:hover .overlay-box{
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

.service-block-two .inner-box .overlay-box .text{
    position:relative;
    color:#ffffff;
    font-size:16px;
    line-height:1.7em;
    margin-bottom:25px;
}

.service-block-two .inner-box .overlay-box .read-more{
    position:relative;
    color:#ffffff;
    font-size:15px;
    line-height:24px;
    padding:11px 24px;
    border:1px solid #ffffff;
    border-radius:15px 0px 0px 0px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-two .inner-box .overlay-box .read-more:hover{
    border-color:#f05523;
    background-color:#f05523;
}

.service-block-two .inner-box .lower-box{
    position:relative;
    /*    padding-left:30px;*/
}

.service-block-two .inner-box .lower-box .box-inner{
    /* position:relative; */
    padding:20px 0px 1px 0px;
    text-align: center;
}

.service-block-two .inner-box .lower-box .icon{
    position:absolute;
    left:0px;
    top:0px;
    width:60px;
    height:60px;
    color:#ffffff;
    font-size:34px;
    line-height:60px;
    border-radius:4px;
    text-align:center;
    display:inline-block;
    background-color:#f05523;
}

.service-block-two .inner-box .lower-box h6{

}

.service-block-two .inner-box .lower-box h6 a{
    position:relative;
    color:#222222;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-two .inner-box .lower-box h6 a:hover{
    color:#bf805c;
}

/*------------------------------------
counter
--------------------------------------*/
:root{ --main-color: #bf805c; }
.counter{
    color: var(--main-color);
    background: linear-gradient(#fff 9%,#fff 19%,var(--main-color) 19%,var(--main-color) 83%,#fff 83%,#fff 0%);
    font-family: 'Poppins', sans-serif;
    width: 210px;
    height: 210px;
    text-align: center;
    padding: 40px 0 35px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.counter:before{
    content:"";
    background: #fff;
    border: 10px solid #3E5666;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
    position: absolute;
    top: 7px;
    left: 7px;
    right: 7px;
    bottom: 7px;
    z-index: -1;
}
.counter .counter-value-wrap{
    font-size: 35px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 10px;
    display: block;
}
.counter .counter-value{
    /*    font-size: 35px;
        font-weight: 600;
        line-height: 30px;
        margin: 0 0 10px;
        display: block;*/
}
.counter h3{
    color: #fff;
    background: var(--main-color);
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 10px;
    margin: 0 0 8px;
}
.counter .counter-icon{ font-size: 35px; }

@media screen and (max-width:990px){
    .counter{ margin-bottom: 40px; }
}       
/*------------------------------------
Testimonial
--------------------------------------*/
.testimonial{
    text-align: center;
}
.testimonial .testimonial-content{
    padding: 30px 50px;
    background: #bf805c;
    /*    border-radius: px 0;*/
    position: relative;
    margin: 0 10px 35px;
}
.testimonial .testimonial-content:after{
    content: "";
    position: absolute;
    border-top: 10px solid #bf805c;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: -9px;
    left: 47%;
}
.testimonial .description{
    font-size: 14px;
    color: #fdfffc;
    line-height: 25px;
    margin: 0;
}
.testimonial .pic{
    width: 80px;
    height: 80px;
    margin: 0 auto 4px;
    border-radius: 50%;
    overflow: hidden;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .testimonial-title{
    display: block;
    font-size: 17px;
    font-weight: bold;
    color: #011627;
    letter-spacing: 1px;
    text-transform: uppercase;
    /*    margin: 0 0 7px 0;*/
}
.testimonial .post{
    display: block;
    font-size: 14px;
    color: #bf805c;
}
.owl-theme .owl-controls{
    border-top: 1px solid #d5d5d5;
    margin-top: 40px;
    padding-top: 30px;
}
.owl-theme .owl-controls .owl-buttons div{
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #ff9f1c;
    border-radius: 4px;
    opacity: 1;
    padding: 0;
}
.owl-prev:before,
.owl-next:before{
    content: "\f053";
    font-family: "FontAwesome"; font-weight: 900;
    color: #fdfffc;
}
.owl-next:before{
    content: "\f054";
}
.owl-prev:hover:before,
.owl-next:hover:before{
    color: #011627;
}


/*------------------------------------
        25. Footer Section CSS
------------------------------------*/
/*.rs-footer.footer-style1 {
    background-image: url(assets/images/bg/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}*/
.rs-footer.footer-style1 .footer-top {
    padding: 80px 0 70px;
}
.rs-footer.footer-style1 .footer-top .footer-logo img {
    height: 90px;
}
.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: #ffffff;
}
.rs-footer.footer-style1 .footer-top .textwidget {
    font-size: 16px;
    color: #ffffff;
}
.rs-footer.footer-style1 .footer-top .app-store li {
    display: inline;
    margin-right: 15px;
}
.rs-footer.footer-style1 .footer-top .app-store li a img {
    opacity: 1;
}
.rs-footer.footer-style1 .footer-top .address-widget li {
    padding: 0 0 16px 40px;
    position: relative;
}
.rs-footer.footer-style1 .footer-top .address-widget li i {
    color: #bf805c;
    font-size: 20px!important;
    position: absolute;
    left: 0;
}
.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 .address-widget li .desc a:hover {
    color: #ccc;
}
.rs-footer.footer-style1 .footer-top .footer-social li {
    display: inline;
    margin-right: 12px;
}
.rs-footer.footer-style1 .footer-top .footer-social li a i {
    padding: 0 0px 0 0;
    font-size: 16px;
    margin-right: 3px;
    transition: all .8s ease;
    color: #111111;
    text-align: center;
}
.rs-footer.footer-style1 .footer-top .footer-social li a i:hover {
    color: #007cfb;
}
.rs-footer.footer-style1 .footer-top .footer-social li:last-child {
    margin: 0;
}
.rs-footer.footer-style1 .footer-top .widget-desc {
    margin: 15px 20px 27px 0;
}
.rs-footer.footer-style1 .footer-top p input[type="email"] {
    border: 1px solid #ffd600;
    width: 100%;
    font-size: 13px;
    padding: 15px 20px;
    border-radius: 5px;
    margin: 0;
    color: #454545;
    overflow: hidden;
    background: #fff;
    margin-bottom: 20px;
}
.rs-footer.footer-style1 .footer-top p input[type="submit"] {
    width: 100%;
    border-radius: 5px;
    padding: 15px 20px;
    font-weight: 600;
    color: #0a0a0a;
    background: #ffd600;
    position: relative;
    border: none;
    text-transform: capitalize;
    outline: none;
    transition: all .5s ease;
}
.rs-footer.footer-style1 .footer-top p input[type="submit"]:hover {
    opacity: .9;
}
.rs-footer.footer-style1 .footer-top p ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */

    color: #454545;
    opacity: 0.79;
}
.rs-footer.footer-style1 .footer-top p ::-moz-placeholder {
    /* Firefox 19+ */

    color: #454545;
    opacity: 0.79;
}
.rs-footer.footer-style1 .footer-top p :-ms-input-placeholder {
    /* IE 10+ */

    color: #454545;
    opacity: 0.79;
}
.rs-footer.footer-style1 .footer-top p :-moz-placeholder {
    /* Firefox 18- */

    color: #454545;
    opacity: 0.79;
}
.rs-footer.footer-style1 .footer-bottom {
    padding: 30px 0 0px 0;
    background-color: #f1bd80;
}
.rs-footer.footer-style1 .footer-bottom .copyright p {
    font-size: 15px;
    color: #454545;
    margin: 0;
}
.rs-footer.footer-style1 .footer-bottom .copyright p a {
    transition: all 0.4s ease-in-out 0s;
    color: #0a0a0a;
}
.rs-footer.footer-style1 .footer-bottom .copyright p a:hover {
    color: #007cfb;
}
.rs-footer.footer-style1 .footer-bottom .copy-right-menu li {
    position: relative;
    display: inline-block;
    padding: 0px 19px 0 25px;
}
.rs-footer.footer-style1 .footer-bottom .copy-right-menu li a {
    color: #454545;
}
.rs-footer.footer-style1 .footer-bottom .copy-right-menu li a:hover {
    color: #007cfb;
}
.rs-footer.footer-style1.footer-main-home {
    /*    background-image: url(../images/footer-bg2.jpg);*/
    background-repeat: no-repeat;
    background-color: #333;
}
.rs-footer.footer-style1.footer-style2 {
    background: #012c08;
}
.rs-footer.footer-style1.footer-style2 .footer-top p ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */

    color: #0a0a0a;
    opacity: 0.79;
}
.rs-footer.footer-style1.footer-style2 .footer-top p ::-moz-placeholder {
    /* Firefox 19+ */

    color: #0a0a0a;
    opacity: 0.79;
}
.rs-footer.footer-style1.footer-style2 .footer-top p :-ms-input-placeholder {
    /* IE 10+ */

    color: #0a0a0a;
    opacity: 0.79;
}
.rs-footer.footer-style1.footer-style2 .footer-top p :-moz-placeholder {
    /* Firefox 18- */

    color: #0a0a0a;
    opacity: 0.79;
}
.rs-footer.footer-style1.footer-style2 .footer-top p input[type="email"] {
    border: 1px solid #fff;
    background: #ffffff;
}
.rs-footer.footer-style1.footer-style2 .footer-top p input[type="submit"] {
    color: #ffffff;
    background: #1C6C28;
}
.rs-footer.footer-style1.footer-style2 .footer-bottom {
    background: #03380b;
}
.rs-footer.footer-style1.footer-style2 .footer-top .footer-social li a i,
.rs-footer.footer-style1.footer-style2 .footer-bottom .copy-right-menu li a,
.rs-footer.footer-style1.footer-style2 .footer-bottom .copyright p a:hover,
.rs-footer.footer-style1.footer-style2 .footer-bottom .copyright p {
    color: #ffffff;
}
.rs-footer.footer-style1.footer-style2 .footer-top .address-widget li .desc a:hover,
.rs-footer.footer-style1.footer-style2 .footer-top .footer-social li a i:hover,
.rs-footer.footer-style1.footer-style2 .footer-bottom .copy-right-menu li a:hover,
.rs-footer.footer-style1.footer-style2 .footer-bottom .copyright p a {
    color: #ffd600;
}
.rs-footer.footer-style1.footer-style3 {
    background: #f2f8fb;
}
.rs-footer.footer-style1.footer-style3 .footer-bottom .copy-right-menu li a:hover,
.rs-footer.footer-style1.footer-style3 .footer-bottom .copyright p a:hover,
.rs-footer.footer-style1.footer-style3 .footer-top .footer-social li a i:hover,
.rs-footer.footer-style1.footer-style3 .footer-top .address-widget li .desc a:hover,
.rs-footer.footer-style1.footer-style3 .footer-top .address-widget li i {
    color: #00aae4;
}
.rs-footer.footer-style1.footer-style3 .footer-top .address-widget li .desc a,
.rs-footer.footer-style1.footer-style3 .footer-top .address-widget li .desc,
.rs-footer.footer-style1.footer-style3 .footer-top .textwidget {
    color: #444444;
}
.rs-footer.footer-style1.footer-style3 .footer-bottom {
    background: #ffffff;
}
.rs-footer.footer-style1.footer-style3 .footer-top p input[type="submit"] {
    background: #00aae4;
    color: #ffffff;
}
.rs-footer.footer-style1.footer-style4 .footer-top p input[type="submit"] {
    background: #007cfb;
    color: #ffffff;
}
.rs-footer.footer-style1.footer-style5 {
    background: #0e3c39;
}
.rs-footer.footer-style1.footer-style5 .footer-bottom {
    background: #01493b;
}
.rs-footer.footer-style1.footer-style5 .footer-bottom .copy-right-menu li a,
.rs-footer.footer-style1.footer-style5 .footer-bottom .copyright p {
    color: #ffffff;
}
.rs-footer.footer-style1.footer-style5 .footer-bottom .copy-right-menu li a:hover,
.rs-footer.footer-style1.footer-style5 .footer-top .address-widget li .desc a:hover,
.rs-footer.footer-style1.footer-style5 .footer-top .address-widget li i,
.rs-footer.footer-style1.footer-style5 .footer-top .footer-social li a i,
.rs-footer.footer-style1.footer-style5 .footer-bottom .copyright p a {
    color: #ff7033;
}
.rs-footer.footer-style1.footer-style5 .footer-top p input[type="submit"] {
    background: #ff7033;
    color: #ffffff;
}
.rs-footer.footer-style1.footer-style5 .footer-top p input[type="email"] {
    border: 1px solid #fff;
}
/*-- breadcrumb --*/
.banner-area {
    position: relative;
    min-height:200px;
    color: #fff;
    background-position: 50% 50%;
    background-size: cover;
    background-color: #9514148f;
}

.banner-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 900;
}

@media (max-width: 767px) {
    .banner-title {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .banner-title {
        font-size: 22px;
        line-height: 1.3;
    }
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner-heading {
    text-align: center;
    padding-top: 40px;
}

.breadcrumb {
    padding: 0;
    background: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}

.breadcrumb li a,
.breadcrumb .breadcrumb-item,
.breadcrumb li a:focus,
.breadcrumb li a:hover {
    color: #fff !important;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}


