@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:300,400,500,600,700,800,900&display=swap');

:root{
    --color-text-white: #ffffff;
    --color-text-black: #000000;
    --color-theme-1: #f8d697;
    --color-theme-2: #874631;
    --button-background-1: #beaeff;
    --button-background-2: #f8d697;;
    --primary-font-family: 'Roboto', sans-serif;
    --secondary-font-family: 'Playfair Display', serif;
}

/* main.css */
body,
html {
    font-size: 16px;
    color: #333333;
    font-family: Roboto;
    vertical-align: baseline;
    line-height: 1.7;
    font-weight: 400;
    overflow-x: hidden;
}
img {
    max-width: 100%;
    height: auto;
}
p {
    margin: 0 0 26px;
    line-height: 1.8;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Playfair Display;
    color: #010d14;
    margin: 0 0 26px;
    line-height: 1.2;
}
h1 {
    font-size: 52px;
    line-height: 62px;
    font-weight: 700;
}
h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
}
h3 {
    font-size: 28px;
    line-height: 42px;
    font-weight: 700;
}
h4 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
}
h5 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}
h6 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}
.text-md-left {
    text-align: left;
}
.text-md-right {
    text-align: right;
}
.text-right {
    text-align: right;
}
.no-border {
    border: none !important;
}
.uppercase {
    text-transform: uppercase !important;
}
.capitalize {
    text-transform: capitalize !important;
}
.extra-bold {
    font-weight: 800 !important;
}
.gray-bg {
    background: #e8eaee;
}
.gray-bg2 {
    background: #eff3fa;
}
.gray-bg3 {
    background: #f4f8ff;
}
.gray-bg4 {
    background: #f6f5f3;
}
.gray-bg5 {
    background: #f8f8f8;
}
.gray-bg6 {
    background: #f6f7f9;
}
.gray-bg7 {
    background: #f3f3f3;
}
.gray-bg8 {
    background: #411600;
}
.gray-bg9 {
    background: #f2f2f2;
}
.gray-bg10 {
    background: #1f0a00;
}
.gray-bg11 {
    background: #b24b00;
}
.black-bg {
    background: #031321;
}
.black-bg2 {
    background: #010D14;
}
.blue-bg3 {
    background: #183650;
}
.blue-bg4 {
    background: #183650F5;
}
.blue-bg5 {
    background: #0d0500;
}
.red-bg1 {
    background-color: #cc0404;
}
.white-color {
    color: #ffffff !important;
}
.title-color {
    color: #000000 !important;
}
.body-color {
    color: #333333 !important;
}
.white-bg {
    background: #fff;
}
.pb-205 {
    padding-bottom: 205px;
}
.pb-220 {
    padding-bottom: 220px;
}
a {
    color: #ffb703;
    transition: all 0.3s ease;
    text-decoration: none !important;
    outline: none !important;
}
a:active,
a:hover {
    text-decoration: none;
    outline: 0 none;
    color: #ffb703;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.clear {
    clear: both;
}
.bg1 {
    background: url("assets/images/bg/about-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg2 {
    background: url("assets/images/bg/counter-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg3 {
    background: url("assets/images/bg/contact-bg.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg4 {
    background-color: #010D14;
    background: url("assets/images/bg/cta-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg5 {
    background-color: #010D14 !important;
    background: url("assets/images/bg/double-sec-bg.png") !important;
    background-position: bottom center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.bg6 {
    background: url("assets/images/bg/counter-bg2.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg7 {
    background-color: #010D14;
    background: url("assets/images/bg/double-sec-bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg8 {
    background: url("assets/images/bg/about-bg2.jpg");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg9 {
    background-color: #010D14;
    background: url("assets/images/bg/cta-bg2.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg10 {
    background-color: #000000;
    background: url("assets/images/bg/service-bg.jpg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg11 {
    background: url("assets/images/bg/team-bg.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg12 {
    background-color: #010D14;
    background: url("assets/images/bg/cta-bg3.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg13 {
    background-color: #051727;
    background: url("assets/images/bg/service-bg2.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.bg14 {
    background-color: #031321;
    background: url("assets/images/bg/testi-bg.jpg");
    background-repeat: no-repeat;
}
.bg15 {
    background: url("assets/images/bg/cta-bg4.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg16 {
    background: url("assets/images/bg/process-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg17 {
    background-color: #010D14;
    background: url("assets/images/bg/cta-bg6.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg18 {
    background: url("assets/images/bg/cta-bg7.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg19 {
    background-color: #797979;
    background: url("assets/images/bg/count-bg.jpg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg20 {
    background-color: #F8F8F8;
    background: url("assets/images/bg/testi-bg2.jpg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg21 {
    background-color: #000000;
    background: url("assets/images/bg/contact-bg3.jpg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg22 {
    background-color: #010D14;
    background: url("assets/images/bg/about-single-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.bg23 {
    background: url("assets/images/bg/konstruk-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg24 {
    background: url("assets/images/bg/team-single-bg.jpg");
    background-repeat: no-repeat;
}
.bg25 {
    background: url("assets/images/bg/counter-12.jpg");
    background-repeat: no-repeat;
}
.bg26 {
    background-color: #2F1203;
    background: url("assets/images/bg/counter-12.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg27 {
    background-color: #2b2323;
    background: url("assets/images/bg/testi-bg12.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg28 {
    background-color: #2b2323;
    background: url("assets/images/bg/contact-bg12.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg29 {
    background: url("assets/images/bg/ser-13.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg30 {
    background-color: #1F0A00;
    background-image: url("assets/images/bg/testi-bg13.png");
    background-position-y: 150%;
    background-position-x: center;
    background-repeat: no-repeat;
}
.bg31 {
    background-color: #1F0A00;
    background-image: url("assets/images/bg/solar-bg13.png");
    background-position: top center;
    background-repeat: no-repeat;
}
.bg32 {
    background-image: url("assets/images/bg/testi-bg14.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg33 {
    background-color: #0D0500;
    background-image: url("assets/images/bg/counter-12.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.bg34 {
    background-image: url("assets/images/bg/cta-bg15.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.offwrap {
    cursor: url('../image/close.png'), auto;
    width: 100%;
    left: 100%;
    transition: all 0.8s ease-out 0s;
    position: fixed;
        background: var(--color-theme-1);
    height: 100vh;
    top: 0;
    bottom: 0;
    opacity: 0.8;
    z-index: 999;
}
.copyright p {
    font-size: 15px;
}
body.nav-expanded .offwrap {
    left: 0;
    transition: all 0.8s ease-out 0s;
}
.bg-unset {
    background: unset !important;
}
.rs-menu-toggle {
    color: #ffb703;
    text-align: right;
}
button {
    cursor: pointer;
}
.glyph-icon:before {
    margin: 0;
}
.z-index-1 {
    position: relative;
    z-index: 1;
}
.dots {
    list-style: disc;
    margin: 0 0 1.5em 3em;
}
.stylelisting {
    list-style-type: none;
    margin-left: 20px !important;
}
.stylelisting li {
    position: relative;
    padding-left: 22px !important;
    line-height: 34px;
    border: none !important;
}
.stylelisting li:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    content: "\f054";
    font-family: 'FontAwesome';
    color: #FFB703;
    font-size: 12px;
}
.features-content {
    padding: 115px 150px 95px 100px;
}
.features-content ul.rs-features-list li {
    margin: 0 0 21px;
    display: flex;
    align-items: center;
}
.features-content ul.rs-features-list li i {
    color: #000000;
    background-color: #FFB703;
    padding: 15px;
    margin: 0 25px 0 0;
    border-radius: 50px 50px 50px 50px;
}
.features-content ul.rs-features-list li .feature-text {
    color: #000000;
    font-weight: 500;
}
.features-content.red-feature {
    padding: 0;
}
.features-content.red-feature ul.rs-features-list li i {
    color: #ffffff;
    background-color: #e8271e;
}
.features-content.red-feature ul.rs-features-list li .feature-text {
    color: #FAFAFA;
}
.features-content.red-feature ul.rs-features-list li {
    margin: 0 0 28px;
}
ul.services-list li a {
    display: block;
    padding: 16px 18px;
    transition: all 0.5s ease;
    position: relative;
    background: #e8eaee;
    color: #010d14;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}
ul.services-list li a:before {
    content: "\f113";
    position: absolute;
    right: 12px;
    top: 16px;
    font-family: Flaticon;
    color: #010d14;
}
ul.services-list li a:hover {
    background: #ffb703;
    color: #010d14;
}
ul.services-list li a:hover:before {
    color: #010d14;
}
ul.services-list li a.active {
    background: #ffb703;
    color: #010d14;
}
ul.services-list li a.active:before {
    color: #010d14;
}
ul.services-item-list li {
    padding-bottom: calc(16px);
}
ul.services-item-list li span img {
    margin-top: -12px;
}
ul.services-item-list li .list-text {
    font-size: 18px;
    color: #000000;
    font-family: Roboto, sans-serif;
    padding-left: 6px;
}
ul.services-item-list li:last-child {
    padding-bottom: 0;
}
ul.check-lists .list-item {
    padding-bottom: calc(6px);
}
ul.check-lists .list-item .icon-list-icon i {
    color: #FFB703;
    font-size: 18px;
}
ul.check-lists .list-item .icon-list-icon i:before {
    font-weight: 900;
}
ul.check-lists .list-item .list-text {
    font-size: 18px;
    line-height: 29px;
    font-weight: 500;
    color: #010d14;
    padding-left: 5px;
}
ul.check-lists.paste-list-style2 .list-item {
    padding-bottom: calc(9px);
}
ul.check-lists.paste-list-style2 .list-item .icon-list-icon i {
    color: #70bf4a;
    font-size: 18px;
}
ul.check-lists.paste-list-style2 .list-item .list-text {
    font-weight: 700;
    padding-left: 8px;
}
ul.check-lists.check-list1 .icon-list-icon i {
    color: #ff6314;
}
ul.check-lists.check-list1 .list-text {
    color: #010d14;
    padding-left: 5px;
    font-weight: 700;
}
ul.check-lists2 li {
    padding-left: 32px;
    position: relative;
    margin-top: 12px;
    margin-bottom: 15px;
}
ul.check-lists2 li:before {
    content: "\f160";
    font-size: 8px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #010d14;
    background: #ffb703;
    margin: 0;
    display: inline-block;
    font-family: uicons-regular-rounded !important;
    font-weight: 600;
    text-align: center;
    position: absolute;
    left: 0;
    top: 3px;
}
ul.check-lists3 li {
    padding-left: 35px;
    position: relative;
    margin-top: 12px;
    margin-bottom: 15px;
}
ul.check-lists3 li:before {
    content: "\f160";
    font-size: 18px;
    color: #ffb703;
    margin: 0;
    display: inline-block;
    font-family: uicons-regular-rounded !important;
    font-weight: 600;
    text-align: center;
    position: absolute;
    left: 0;
    top: -2px;
}
ul.check-lists3.check-single {
    color: #7a7a7a;
}
button:focus,
input:focus,
select:focus,
textarea: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: #ffb703;
}
.pagination-area .nav-link .page-number {
    padding: 2px 15px 0 20px;
    line-height: 12px;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.4s ease-in-out 0s;
    text-align: center;
    background: 0 0;
    color: #eee;
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #e6e6e6;
}
.pagination-area .nav-link .page-number.border-none {
    border-right: unset;
}
.pagenav-link ul {
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    display: inline-block;
    padding: 0 3px;
}
.pagenav-link ul li {
    display: inline-block;
    padding: 0 18px;
    margin: 10px 0;
    border-right: 1px solid #E6E6E6;
    color: #ffb703;
    font-size: 18px;
}
.pagenav-link ul li a {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
}
.pagenav-link ul li a i:before {
    position: relative;
    padding-left: 3px;
    font-family: uicons-regular-rounded !important;
    color: #010d14;
    font-size: 20px;
    top: 5px;
    display: inline-block;
    transition: all 0.3s ease;
}
.pagenav-link ul li a:hover {
    color: #ffb703;
}
.pagenav-link ul li a:hover i:before {
    color: #ffb703;
}
.pagenav-link ul li:last-child {
    border-right: none;
}
.gridFilter button {
    background: transparent;
    color: #010d14;
    padding: 5px 20px !important;
    border-radius: 0 0 0 0;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
    padding: 0;
    transition: 0.4s;
    outline: none;
    position: relative;
    border: 0;
}
.gridFilter button.active {
    color: #ffffff;
    background: #0052da;
}
.gridFilter button:hover {
    color: #ffffff;
    background: #0052da !important;
}
.gridFilter button + button {
    margin-left: 20px;
}
.gridFilter.gridfilter-style1 button.active {
    color: #ffffff;
    background: #e88e2e;
}
.gridFilter.gridfilter-style1 button:hover {
    color: #ffffff;
    background: #e88e2e !important;
}
.gridFilter.gridfilter-style2 button {
    font-size: 15px;
    padding: 15px 34px 15px 34px !important;
    color: #010d14;
    background: #FFFFFF;
    text-transform: uppercase;
}
.gridFilter.gridfilter-style2 button.active {
    color: #010d14;
    background: #ffb703;
}
.gridFilter.gridfilter-style2 button:hover {
    color: #010d14;
    background: #ffb703 !important;
}
.gridFilter.gridfilter-style2.yellow-gridfilter button {
    background: #E8EAEE !important;
    padding: 13px 30px 13px 30px !important;
}
.gridFilter.gridfilter-style2.yellow-gridfilter button.active {
    color: #010d14;
    background: #ffb703;
}
.gridFilter.gridfilter-style2.yellow-gridfilter button:hover {
    color: #010d14;
    background: #ffb703 !important;
}
blockquote {
    margin: 40px 0;
    padding: 30px 40px;
    color: #222;
    position: relative;
    background: #fbfbfb !important;
    font-weight: normal;
    font-style: italic;
    text-align: left;
    clear: both;
    font-weight: 400;
    border-left: 4px solid #ffb703;
    border-color: #FFB703;
}
blockquote p {
    font-size: 20px;
    margin: 0;
}
.rs-carousel.nav-style1 {
    position: relative;
}
.rs-carousel.nav-style1 .owl-nav {
    display: block;
}
.rs-carousel.nav-style1 .owl-nav .owl-next,
.rs-carousel.nav-style1 .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    background: #ffb703;
    text-align: center;
    color: #ffffff;
    transition: all 0.5s;
    transition-delay: 0.70s;
    opacity: 0;
    visibility: hidden;
}
.rs-carousel.nav-style1 .owl-nav .owl-next i:before,
.rs-carousel.nav-style1 .owl-nav .owl-prev i:before {
    content: "\f138";
    font-family: Flaticon;
}
.rs-carousel.nav-style1 .owl-nav .owl-next {
    right: 30px;
    left: unset;
}
.rs-carousel.nav-style1 .owl-nav .owl-next i:before {
    content: "\f137";
}
.rs-carousel.nav-style1:hover .owl-nav .owl-next,
.rs-carousel.nav-style1:hover .owl-nav .owl-prev {
    left: -50px;
    transition-delay: 0s;
    visibility: visible;
    opacity: 1;
}
.rs-carousel.nav-style1:hover .owl-nav .owl-next {
    right: -50px;
    left: unset;
}
.rs-carousel .owl-dots {
    text-align: center;
    margin-top: 40px;
}
.rs-carousel .owl-dots .owl-dot {
    width: 14px;
    height: 8px;
    display: inline-block;
    margin: 0 6px;
    padding: 3px 0;
    border: none;
    transition: all 0.3s ease;
    background: #ffb703;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25);
}
.rs-carousel .owl-dots .owl-dot.active,
.rs-carousel .owl-dots .owl-dot:hover {
    width: 40px;
    background: #ffb703;
    opacity: 1;
}
.slick-dots {
    position: absolute;
    line-height: 10px;
    bottom: -45px;
    z-index: 3;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
}
.slick-dots li {
    display: inline-block;
    width: unset;
    height: unset;
    font-size: 0;
    margin: 0 5px;
}
.slick-dots li button {
    width: 15px;
    height: 15px;
    display: inline-block;
    font-size: unset;
    line-height: unset;
    padding: unset;
    border: none;
    background: #ff5a06;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    border-radius: 15px;
}
.slick-dots li.slick-active button,
.slick-dots li:hover button {
    width: 24px;
    background: #ff5a06;
    opacity: 40%;
}
/* 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;
}
@media only screen and (max-width: 991px) {
    .gridFilter.gridfilter-style2 button {
        font-size: 14px;
    }
    .gridFilter button,
    .gridFilter.gridfilter-style2 button {
        display: block;
        width: 100%;
        max-width: 200px;
        margin: 0 auto 25px;
        padding: 15px 25px 15px 25px !important;
    }
    .gridFilter {
        margin-bottom: 50px;
    }
    .gridFilter button + button {
        margin: 0 auto 25px;
    }
}
@media only screen and (max-width: 480px) {
    .gridFilter.gridfilter-style2 button {
        margin: 0 auto 15px;
        padding: 15px 20px 15px 20px !important;
    }
}
@media only screen and (max-width: 1880px) {
    .features-content {
        padding: 115px 100px 95px 70px;
    }
}
@media only screen and (max-width: 1366px) {
    .features-content {
        padding: 115px 35px 95px;
    }
}
@media only screen and (max-width: 1199px) {
    .row.no-gutters > [class*=" col-"] {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media only screen and (max-width: 991px) {
    .features-content {
        padding: 75px 35px 45px;
    }
}
@media only screen and (max-width: 767px) {
    .features-content ul.rs-features-list li i {
        margin: 0 15px 0 0;
    }
}
@media only screen and (max-width: 480px) {
    .features-content {
        padding: 75px 20px 45px;
    }
    ul.check-lists .list-item .list-text {
        font-size: 16px;
    }
}

/* general.css */
.y-middle {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.y-bottom {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.project-item .vertical-middle {
    position: relative;
    z-index: 9;
}
.vertical-middle {
    display: table;
    height: 100%;
    width: 100%;
}
.vertical-middle-cell {
    display: table-cell;
    vertical-align: middle;
}
.readon {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    color: #ffffff;
    background: #ffb703;
    padding: 16px 35px;
    z-index: 1;
    border-radius: 0 0 0 0;
    transition: all 0.4s ease-in-out 0s;
    overflow: hidden;
}
.readon.more {
    background: #ffb703;
    padding: 17px 23px;
    color: #010d14;
    font-weight: 500;
    text-transform: uppercase;
}
.readon.more.slider {
    background: var(--button-background-2);
}
.readon.more:hover {
    background-color: #010D14;
    color: #ffffff;
}
.readon.more.read2 {
    text-transform: capitalize;
    padding: 17px 36px;
}
.readon.more.know {
    padding: 16px 34px;
}
.readon.more.discover {
    padding: 15px 37px;
    text-transform: capitalize;
}
.readon.more.submit {
    padding: 15px 31px;
    color: #010d14;
    border: none;
}
.readon.more.submit:hover {
    background-color: #010D14;
    color: #ffffff;
}
.readon.more.submit.submit-new {
    text-transform: capitalize;
}
.readon.more.submit.sub-con:hover {
    background-color: #ffffff;
    color: #010d14;
}
.readon.more.submit.submit-red {
    background: #eb003d;
    color: #ffffff;
    text-transform: capitalize;
}
.readon.more.submit.submit-red:hover {
    background-color: #010d14;
    color: #ffffff;
}
.readon.more.submit.submit-blue {
    background: #0052da;
    color: #ffffff;
    text-transform: capitalize;
}
.readon.more.submit.submit-blue:hover {
    background-color: #010d14;
    color: #ffffff;
}
.readon.more.submit.submit-orange {
    padding: 15px 35px;
    background: #e88e2e;
    color: #ffffff;
    text-transform: capitalize;
    border-radius: 5px;
}
.readon.more.submit.submit-orange:hover {
    background-color: #010d14;
    color: #ffffff;
}
.readon.more.submit.submit-tan {
    padding: 15px 35px;
    background: #ba9071;
    color: #ffffff;
    text-transform: capitalize;
    border-radius: 5px;
}
.readon.more.submit.submit-tan:hover {
    background-color: #010d14;
    color: #ffffff;
}
.readon.more.submit.submit-orange2 {
    padding: 15px 35px;
    background: #ff5a06;
    color: #ffffff;
    text-transform: capitalize;
}
.readon.more.submit.submit-orange2:hover {
    background-color: #010d14;
    color: #ffffff;
}
.readon.more.submit.submit-orange3 {
    padding: 15px 35px;
    background: #ff5a06;
    color: #ffffff;
    text-transform: capitalize;
    clip-path: polygon(50% 0%, 100% 1%, 100% 35%, 100% 80%, 94% 100%, 50% 100%, 21% 100%, 0 100%, 0 0, 86% 0) !important;
}
.readon.more.submit.submit-orange3:hover {
    opacity: 0.79;
}
.readon.more.submit.submit-red1 {
    color: #C30C0C;
    background-color: #FFFFFF;
    margin: 0;
    padding: 18px 40px;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    border-radius: 10px 10px 10px 10px;
    text-transform: capitalize;
}
.readon.more.submit.submit-red1:hover {
    background-color: #010d14;
    color: #ffffff;
}
.readon.more.contact {
    padding: 16px 35px;
}
.readon.more.contact:hover {
    background-color: #fff;
    color: #010d14;
}
.readon.more.requset-services {
    padding: 15px 40px;
    background-color: #EB003D;
    color: #ffffff;
    border-radius: 30px 30px 30px 30px;
    text-transform: capitalize;
}
.readon.more.requset-services:hover {
    background-color: #010D14;
    color: #ffffff;
}
.readon.more.touch {
    padding: 16px 32px;
}
.readon.more.touch:hover {
    background-color: #fff;
    color: #010d14;
}
.readon.more.pricing {
    padding: 15px 35px;
    font-size: 15px;
}
.readon.more.comment {
    padding: 16px 26px;
    border: none;
}
.readon.red2-more {
    padding: 17px 23px;
    background-color: #E8271E;
    border-radius: 0 0 0 0;
    text-transform: uppercase;
}
.readon.red2-more:hover {
    color: #ffffff;
    background-color: #010D14;
}
.readon.red2-more.view {
    padding: 15px 39px;
    text-transform: capitalize;
}
.readon.red2-more.view:hover {
    color: #000000;
    background-color: #FFFFFF;
}
.readon.red2-more.view-pro {
    padding: 18px 36px;
    text-transform: capitalize;
    background-color: #cb0000;
    border-radius: 10px;
}
.readon.red2-more.view-pro:hover {
    background-color: #CB0000D4;
}
.readon.red-btn {
    padding: 16px 33px;
    background-color: #EB003D;
    border-radius: 30px 30px 30px 30px;
    text-transform: capitalize;
}
.readon.red-btn:hover {
    color: #010d14;
    background: #ffffff;
}
.readon.red-btn.know-radius {
    padding: 15px 37px;
}
.readon.red-btn.know-radius:hover {
    color: #ffffff;
    background-color: #010D14;
}
.readon.blue-btn {
    font-size: 16px;
    padding: 14px 35px;
    background-color: #0052DA;
    color: #ffffff;
    border-radius: 0 0 0 0;
}
.readon.blue-btn:hover {
    color: #ffffff;
    background: #010d14;
}
.readon.blue-btn.know-more {
    padding: 14px 43px;
}
.readon.blue-btn.orange-more1 {
    position: relative;
    padding: 19px 40px 19px 35px;
    background-color: #FF5A06;
}
.readon.blue-btn.orange-more1 i {
    margin-left: 5px;
}
.readon.blue-btn.orange-more1 i:before {
    position: absolute;
    font-weight: 500!important;
    font-size: 15px !important;
    transform: rotate(-45deg);
    top: 25px;
}
.readon.blue-btn.orange-more1:hover {
    background-color: #010D14;
}
.readon.blue-btn.orange-more2 {
    position: relative;
    padding: 19px 50px 19px 38px;
    background-color: #FF5A06;
}
.readon.blue-btn.orange-more2 i {
    margin-left: 10px;
}
.readon.blue-btn.orange-more2 i:before {
    position: absolute;
    font-weight: 500!important;
    font-size: 15px !important;
    top: 25px;
}
.readon.blue-btn.orange-more2:hover {
    opacity: 0.79;
}
.readon.paste-btn {
    padding: 14px 30px;
    font-size: 16px;
    background-color: #21c0f5;
    color: #ffffff;
    text-transform: uppercase;
}
.readon.paste-btn:hover {
    border-radius: 5px;
    color: #21c0f5;
    background: #ffffff;
}
.readon.paste-btn.dismore {
    padding: 14px 39px;
    text-transform: capitalize;
}
.readon.paste-btn.dismore:hover {
    border-radius: 0;
    color: #010d14;
    background: #ffffff;
}
.readon.paste-btn.submit {
    padding: 14px 35px;
    background-color: #21C0F5;
    text-transform: capitalize;
    border: none;
}
.readon.paste-btn.submit:hover {
    border-radius: 0;
    color: #010d14;
    background: #ffffff;
}
.readon.paste-btn.updates {
    padding: 14px 35px;
    text-transform: capitalize;
}
.readon.paste-btn.updates:hover {
    border-radius: 0;
    color: #ffffff;
    background: #010d14;
}
.readon.paste-btn.started:hover {
    border-radius: 0;
    color: #010d14;
    background: #ffffff;
}
.readon.orange-btn {
    padding: 14px 30px;
    font-size: 16px;
    background-color: #e88e2e;
    color: #ffffff;
    border-radius: 5px;
}
.readon.orange-btn:hover {
    color: #ffffff;
    background: #010d14;
}
.readon.orange-btn.know {
    padding: 14px 40px;
}
.readon.tan-btn {
    font-weight: 400;
    font-size: 16px;
    border-radius: 3px;
    padding: 15px 35px;
    background-color: #ba9071;
    color: #ffffff;
}
.readon.tan-btn:hover {
    color: #ffffff;
    background-color: #bda290;
}
.readon.orange-btn1 {
    background-color: #ff6314;
    padding: 16px 30px;
    -webkit-clip-path: polygon(88% 0, 100% 37%, 100% 82%, 100% 100%, 15% 103%, 0 66%, 0 0);
    clip-path: polygon(88% 0, 100% 37%, 100% 82%, 100% 100%, 15% 103%, 0 66%, 0 0);
}
.readon.orange-btn1:hover {
    color: #ffffff;
    background-color: #e75f1a;
}
.readon.orange-btn1.get-white1 {
    background-color: transparent;
    -webkit-clip-path: unset;
    clip-path: unset;
    padding: 0;
    color: #FFFFFFD9;
    background-color: #02010100;
    border-style: solid;
    border-width: 0 0 2px 0;
    border-radius: 0 0 0 0;
}
.readon.orange-btn1.get-white1:hover {
    color: #ffffff;
}
.readon.orange-btn1.submit1 {
    border: none;
}
.readon.orange-btn2 {
    padding: 19px 40px 19px 35px;
    background-color: #FF5A06;
    color: #ffffff;
    text-transform: capitalize;
    border-radius: 0 0 0 0;
    clip-path: polygon(50% 0%, 100% 1%, 100% 35%, 100% 80%, 94% 100%, 50% 100%, 21% 100%, 0 100%, 0 0, 86% 0) !important;
}
.readon.orange-btn2.orange-learning {
    clip-path: unset !important;
}
.readon.paste-btn2 {
    font-size: 16px;
    font-weight: 700;
    padding: 16px 33px;
    background-color: #70bf4a;
    border-radius: 30px 30px 30px 30px;
    text-transform: capitalize;
}
.readon.paste-btn2:hover {
    color: #010d14;
    background: #ffffff;
}
.readon.paste-btn2.know-more {
    font-weight: 500;
    padding: 15px 40px;
    background-color: #70BF4A;
    border-radius: 30px 30px 30px 30px;
}
.readon.paste-btn2.know-more:hover {
    color: #ffffff;
    background-color: #010d14;
}
.readon.contact1 {
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    background-color: #FFFFFF00;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    padding: 18px 25px;
}
.readon.contact1 i {
    margin-right: 10px;
    font-size: 20px;
    font-weight: 900;
}
.readon.contact1:hover {
    background-color: #ffffff;
    color: #cb0000;
}
/*-- Add Button CSS --*/
.add-btn {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: all 0.4s;
    padding: 8px 33px;
    font-size: 16px;
    font-weight: 500;
    background: #ffb703;
    color: #010d14;
    text-transform: uppercase;
    border: none;
}
.add-btn:hover {
    color: #ffffff;
    background: #010d14;
}
.add-btn.cart {
    text-transform: capitalize;
}
/*-- Services Button CSS --*/
.services-btn .btn-text {
    position: relative;
    display: inline-block;
    color: #010d14;
    transition: all ease 0.3s;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #FFB703;
}
.services-btn .btn-text:hover {
    background-color: #010D14;
    color: #ffffff;
}
.services-btn.btn-style2 .btn-text {
    padding: 10px 14px;
    font-size: 15px;
    text-transform: capitalize;
}
.services-btn.btn-style2 .btn-text i {
    transition: all 0.3s ease;
}
.services-btn.btn-style2 .btn-text i:before {
    font-weight: 500;
    position: relative;
    padding-left: 3px;
    font-family: uicons-regular-rounded !important;
    color: #010d14;
    font-size: 20px;
    top: 5px;
    display: inline-block;
    transition: all 0.3s ease;
}
.services-btn.btn-style2 .btn-text:hover {
    background-color: #010D14;
    color: #ffffff;
}
.services-btn.btn-style2 .btn-text:hover i {
    margin-left: 7px;
}
.services-btn.btn-style2 .btn-text:hover i:before {
    color: #fff;
}
.services-btn.btn-style3 .btn-text {
    padding: 7px 13px;
    font-size: 16px;
    font-weight: 400;
    background: #0052da;
    color: #ffffff;
    text-transform: capitalize;
}
.services-btn.btn-style3 .btn-text i:before {
    transition: all 0.3s ease;
    font-weight: 500;
    position: relative;
    padding-left: 6px;
    font-family: uicons-regular-rounded !important;
    color: #ffffff;
    font-size: 20px;
    top: 5px;
    display: inline-block;
    transition: all 0.3s ease;
}
.services-btn.btn-style3 .btn-text:hover i:before {
    transform: translateX(3px);
}
.services-btn.btn-style4 .btn-text {
    padding: 10px 0 0;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 18px;
    color: #010d14;
    background: transparent;
}
.services-btn.btn-style4 .btn-text i:before {
    font-weight: 400;
    position: relative;
    padding-left: 6px;
    font-family: uicons-regular-rounded !important;
    color: #010d14;
    font-size: 18px;
    top: 3px;
    display: inline-block;
    transition: all 0.3s ease;
}
.services-btn.btn-style4 .btn-text:hover i:before {
    transform: translateX(3px);
}
.services-btn.btn-style4 a i {
    color: #858585;
}
.services-btn.btn-style4 a i:before {
    font-size: 16px;
}
.services-btn.btn-style4 a:hover i {
    color: #70bf4a;
}
.services-btn.btn-style5 a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    background-color: #FF631433;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FF631400;
    text-align: center;
}
.services-btn.btn-style5 a i:before {
    font-size: 16px;
    color: #FF6314;
}
.services-btn.btn-style5 a:hover i {
    background-color: #F20F0F00;
    border-color: #FF6314;
}
.services-btn.btn-style6 a {
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    transition: all ease 0.3s;
    color: #ff5a06;
    border: 1px solid #ff5a06;
    padding: 10px 14px;
    text-transform: capitalize;
}
.services-btn.btn-style6 a:hover {
    background-color: #ff5a06;
    border: 1px solid #ff5a06;
    color: #ffffff;
}
.services-btn .learn-text {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all ease 0.4s;
}
.services-btn .learn-text:after {
    content: "\f113";
    font-family: Flaticon;
    font-size: 9px;
    position: relative;
    right: -1px;
    top: -2px;
    display: inline-block;
    margin-left: 8px;
    transition: all ease 0.4s;
    color: #fff;
}
.services-btn .learn-text:hover:after {
    transform: translateX(10px);
}
.services-btn .red-btn-text {
    padding: 10px 12px 7px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 40px 40px 40px 40px;
    background-color: #EB003D;
    transition: all ease 0.3s;
    display: inline-block;
}
.services-btn .red-btn-text i:before {
    font-size: 16px;
    color: #ffffff;
}
.services-btn .red-btn-text:hover {
    background: #010d14;
}
.services-btn .red-btn-text:hover i:before {
    color: #ffffff;
}
.services-btn .submit-btn {
    position: relative;
    margin: 0;
}
.services-btn .submit-btn input[type="submit"] {
    position: relative;
    display: inline-block;
    color: #FFFFFF;
    background-color: #EB003D;
    padding: 15px 30px 15px 0;
    transition: all 0.5s ease;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    border-radius: 30px 30px 30px 30px;
    border: none;
}
.services-btn .submit-btn:before {
    position: absolute;
    content: "\f121";
    z-index: 11;
    background: none;
    color: #fff;
    font-size: 24px;
    right: 18%;
    top: 8px;
    font-family: uicons-regular-rounded;
}
.services-btn .submit-btn:hover input[type="submit"] {
    background-color: #000000;
}
/*-- Blog Button CSS --*/
.blog-button {
    display: inline-block;
}
.blog-button a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #FFCA46;
    padding: 14px 25px 12px;
    color: #010D14;
    transition: all ease 0.3s;
}
.blog-button a:hover {
    color: #ffffff;
    background-color: #010D14;
}
.blog-button.blog-bnt2 a {
    font-size: 16px;
    text-transform: capitalize;
    background-color: unset;
    padding: 14px 0 6px;
}
.blog-button.blog-bnt2 a i:before {
    position: relative;
    color: #010d14;
    font-size: 20px;
    top: 5px;
    transition: all 0.3s ease;
    display: inline-block;
}
.blog-button.blog-bnt2 a:hover {
    color: unset;
    background-color: unset;
}
.blog-button.blog-bnt2 a:hover i:before {
    transform: translateX(8px);
}
.blog-button.blog-btn3 a {
    color: #ffffff;
    background-color: #EB003D;
    border-radius: 30px 30px 30px 30px;
    padding: 10px 30px;
}
.blog-button.blog-btn3 a:hover {
    color: #ffffff;
    background-color: #010D14;
}
.blog-button.blog-btn4 a {
    position: relative;
    display: inline-block;
    padding: 9px 28px 9px 25px;
    background: #e8271e;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all ease 0.4s;
}
.blog-button.blog-btn4 a:after {
    content: "\f113";
    font-family: Flaticon;
    font-size: 10px;
    position: relative;
    right: 1px;
    top: -1px;
    display: inline-block;
    margin-left: 8px;
    transition: all ease 0.4s;
    color: #fff;
    font-weight: 700;
}
.blog-button.blog-btn4 a:hover:after {
    transform: translateX(10px);
}
.blog-button.blog-btn5 a {
    font-size: 16px;
    padding: 9px 31px;
    text-transform: capitalize;
    color: #ffffff;
    background-color: #0052DA;
}
.blog-button.blog-btn5 a:hover {
    color: #ffffff;
    background-color: #0052DA;
}
.blog-button.blog-btn6 a {
    font-size: 16px;
    padding: 9px 31px;
    text-transform: capitalize;
    color: #ffffff;
    background-color: #e88e2e;
}
.blog-button.blog-btn6 a:hover {
    color: #ffffff;
    background-color: #e88e2e;
}
.blog-button.blog-btn7 a {
    color: #ffffff;
    background-color: #BA9071;
    border-radius: 3px 3px 3px 3px;
    padding: 10px 30px;
    text-transform: capitalize;
}
.blog-button.blog-btn7 a:hover {
    color: #ffffff;
    background-color: #BA9071C4;
}
.blog-button.inner-btn a {
    background-color: unset;
    padding: 0 20px 0 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    text-transform: capitalize;
    color: #010d14;
    z-index: 1;
}
.blog-button.inner-btn a:before {
    content: "\f121";
    position: absolute;
    font-family: uicons-regular-rounded !important;
    font-size: 19px;
    top: 2px;
    right: -5px;
    opacity: 1;
    transition: all 0.3s;
}
.blog-button.inner-btn:hover a {
    color: #ffb703;
}
.blog-button.inner-btn:hover a:before {
    right: -10px;
    opacity: 1;
}
/*-- Submit Button CSS --*/
.form-button .submit-form {
    margin: 0;
    text-align: center;
}
.form-button .submit-form .submit {
    position: relative;
    display: inline-block;
    transition: all 0.5s ease;
    color: #fff;
    top: 18px;
    border: none;
    background-color: #0052DA;
    padding: 12px 51px;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    border-radius: 0 0 0 0;
    margin: 0 0 -4px;
}
.form-button .submit-form .submit:hover {
    background: #010d14;
    color: #ffffff;
}
.form-button.orange-submit .submit-form .submit {
    border-radius: 5px 5px 5px 5px;
    padding: 12px 51px;
    font-size: 17px;
    color: #E88E2E;
    background-color: #FFFFFF;
    top: 0;
}
.form-button.orange-submit .submit-form .submit:hover {
    background: #010d14;
    color: #ffffff;
}
.form-button.paste-submit .submit-form .submit {
    border-radius: 30px 30px 30px 30px;
    padding: 12px 51px;
    font-size: 17px;
    color: #ffffff;
    background-color: #70bf4a;
    top: 0;
    width: 100%;
}
.form-button.paste-submit .submit-form .submit:hover {
    background: #010d14;
    color: #ffffff;
}
.submit-btn {
    margin: 0;
    display: block;
    cursor: pointer;
    position: relative;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    z-index: 2;
    border: none;
}
.submit-btn .arrow-btn {
    position: relative;
    z-index: 9;
}
.submit-btn .arrow-btn [type="submit"] {
    background-color: #AF0505E0;
    padding: 16px 34px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px 5px 5px 5px;
    position: relative;
    z-index: 9;
    border: none;
}
.submit-btn .arrow-btn:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: #f00;
    right: 15%;
    top: -8px;
    background: #930606;
    transition: 0.4s;
    z-index: 3;
}
.submit-btn .arrow-btn:hover:before {
    right: 68%;
}
.submit-btn.debitis {
    background: #ffb703;
    padding: 9px 25px;
    display: inline-block;
}
.submit-btn.debitis input[type="submit"] {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    background: unset;
    border: none;
}
.address-wrap-item .icon-part {
    display: inline-block;
    position: relative;
    height: 70px;
    width: 70px;
    line-height: 70px;
    border-radius: 100%;
    text-align: center;
    background: #ffb703;
}
.address-wrap-item .icon-part i {
    text-align: center;
    color: #010d14;
    border-radius: 100%;
    font-size: 30px;
    position: relative;
    line-height: 70px;
    z-index: 9;
    width: 100%;
    vertical-align: middle;
    margin-left: 0;
    height: auto;
}
.address-wrap-item .icon-part:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    background: #ffb703;
}
.address-wrap {
    display: flex;
    align-items: center;
}
.address-wrap .address-icon {
    display: inline-block;
    position: relative;
    height: 55px;
    width: 55px;
    line-height: 55px;
    border-radius: 100%;
    text-align: center;
    background: #fff;
}
.address-wrap .address-icon i {
    text-align: center;
    color: #0052da;
    border-radius: 100%;
    font-size: 25px;
    position: relative;
    line-height: 70px;
    z-index: 9;
    width: 100%;
    vertical-align: middle;
    margin-left: 0;
    height: auto;
    line-height: 55px;
}
.address-wrap .address-icon:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    background: #fff;
}
.address-wrap .content-txt {
    padding-left: 30px;
}
.address-wrap .content-txt a {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    color: #FFFFFF;
}
.address-wrap.videos-icons-style2 .address-icon {
    background: #70bf4a;
    height: 70px;
    width: 70px;
    line-height: 70px;
}
.address-wrap.videos-icons-style2 .address-icon i {
    color: #ffffff;
}
.address-wrap.videos-icons-style2 .address-icon:before {
    background: #70bf4a;
}
.address-wrap.videos-icons-style2 .inner-txt {
    padding-left: 30px;
}
.address-wrap.videos-icons-style2 .inner-txt .sub-text {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #FFFFFF;
}
.address-wrap.videos-icons-style2 .inner-txt .title {
    font-family: "Roboto", Sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 52px;
    margin: 0;
}
.address-wrap.videos-icons-style2 .inner-txt .title a {
    color: #FFFFFF;
}
.address-wrap.videos-icons-style3 .address-icon {
    background-color: #FFFFFF00;
    border: 1px solid #ff6314;
    border-radius: 5px;
    width: 60px;
    height: 53px;
    line-height: 51px !important;
}
.address-wrap.videos-icons-style3 .address-icon i {
    line-height: 35px;
    color: #ff6314;
}
.address-wrap.videos-icons-style3 .address-icon:before {
    background-color: #FFFFFF00;
}
.address-wrap.videos-icons-style3 .inner-txt {
    padding-left: 20px;
}
.address-wrap.videos-icons-style3 .inner-txt .sub-text {
    color: #000000;
    margin: 0 0 6px;
}
.address-wrap.videos-icons-style3 .inner-txt .title {
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
}
.address-wrap.videos-icons-style3 .inner-txt .title a {
    color: #000000;
}
.address-wrap.videos-icons-style3 .inner-txt .title a:hover {
    color: #ff6314;
}
/*Video Icon*/
.rs-videos .animate-border .popup-border {
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 90px;
    padding: 0;
    margin: 0 auto;
    left: 50%;
    top: 50%;
    z-index: 9;
    text-align: center;
    background-color: #FFB703;
}
.rs-videos .animate-border .popup-border i {
    transition: 0.3s ease all;
    font-size: 30px;
    color: #010d14;
    position: relative;
}
.rs-videos .animate-border .popup-border:before {
    background-color: #FFB703;
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}
.rs-videos .animate-border .popup-border:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    transition: all 200ms;
}
.rs-videos.red-videos .animate-border .popup-border {
    background-color: #eb003d;
}
.rs-videos.red-videos .animate-border .popup-border i {
    color: #ffffff;
}
.rs-videos.red-videos .animate-border .popup-border:before {
    background-color: #eb003d;
}
.rs-videos.blue-videos .animate-border .popup-border {
    background-color: #0052da;
}
.rs-videos.blue-videos .animate-border .popup-border i {
    color: #ffffff;
}
.rs-videos.blue-videos .animate-border .popup-border:before {
    background-color: #0052da;
}
.rs-videos.orange-videos .animate-border .popup-border {
    background-color: #e88e2e;
}
.rs-videos.orange-videos .animate-border .popup-border i {
    color: #ffffff;
}
.rs-videos.orange-videos .animate-border .popup-border:before {
    background-color: #e88e2e;
}
.rs-videos.white-videos1 {
    position: absolute;
    right: 26%;
    transform: translateY(-467px);
}
.rs-videos.white-videos1 .animate-border .popup-border {
    background-color: #ffffff;
}
.rs-videos.white-videos1 .animate-border .popup-border i {
    color: #ff5a06;
}
.rs-videos.white-videos1 .animate-border .popup-border:before {
    background-color: #ffffff;
}
@keyframes zoomBig {
    0% {
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 1;
        border-width: 3px;
    }
    40% {
        opacity: 0.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: 0.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;
}
.container-fluid3 {
    padding-left: 50px;
    padding-right: 50px;
}
.display-table {
    display: table;
    height: 100%;
    width: 100%;
}
.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}
.relative {
    position: relative;
}
.pt-relative {
    position: relative !important;
}
.sec-title {
    position: relative;
}
.sec-title .sub-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    color: #010d14;
    text-transform: uppercase;
    font-family: Roboto;
    margin: 0 0 10px;
    display: block;
}
.sec-title .sub-text img {
    position: relative;
    top: -2px;
    margin-right: 7px;
}
.sec-title .sub-text.yellow-color {
    color: #ffb703;
}
.sec-title .sub-text.sub-text2 {
    position: relative;
    padding-left: 65px;
    display: inline-block;
}
.sec-title .sub-text.sub-text2:after {
    content: "";
    position: absolute;
    border: 0;
    width: 50px;
    height: 2px;
    background: #ffb703;
    z-index: 1;
    margin-left: 0;
    left: 0;
    top: 8px;
}
.sec-title .sub-text.sub-text3 {
    font-size: 15px;
    color: #eb003d;
}
.sec-title .sub-text.sub-text3 img {
    width: 28px;
}
.sec-title .sub-text.sub-text4 {
    font-size: 15px;
    color: #e8271e;
}
.sec-title .sub-text.sub-text5 {
    margin: 0 0 5px;
    color: #0052da;
}
.sec-title .sub-text.sub-text6 {
    margin: 0 0 5px;
    color: #e88e2e;
}
.sec-title .sub-text.sub-text7 {
    margin: 0 0 5px;
    color: #ba9071;
}
.sec-title .sub-text.sub-text8 {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #333333;
    margin: 0 0 13px;
}
.sec-title .sub-text.sub-text8 img {
    width: 14px;
}
.sec-title .sub-text.sub-text9 {
    margin: 0 0 5px;
    color: #ff5a06;
}
.sec-title .sub-text.sub-text10 {
    font-family: "Playfair Display", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin: 0 0 10px;
    color: #ffffff;
}
.sec-title .sub-text.sub-text11 {
    font-family: "Playfair Display", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin: 0 0 10px;
    color: #cb0000;
}
.sec-title .sub-text.sub-text12 {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    margin: 0 0 10px;
    color: #ffffff;
}
.sec-title .sub-text.sub-text13 {
    margin: 0 0 5px;
    color: #ff6314;
}
.sec-title .title-inner .title {
    position: relative;
    font-family: "Playfair Display", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 40px;
    color: #CB0000;
    margin: 0 0 30px;
}
.sec-title .title-inner .title .watermark {
    color: #FFFFFFCC !important;
    display: block;
    font-family: "Playfair Display", Sans-serif;
    font-size: 130px;
    line-height: 0;
    position: absolute;
    text-transform: uppercase;
    font-weight: 900;
    opacity: 0.11;
    width: 100%;
    left: 0;
    color: inherit;
    white-space: nowrap;
    /* vertical-align: middle; */
}
.sec-title .title-inner.contact-inner1 .title {
    color: #ffffff;
    margin: 0 0 10px;
}
.sec-title .title-inner.ser-inner .title {
    color: #FFFFFF;
}
.sec-title .title-inner.ser-inner .title .watermark {
    font-size: 100px;
    opacity: 0.15 !important;
    color: #FFFFFF !important;
}
.sec-title .title {
    font-size: 40px;
    font-weight: 700;
    line-height: 53px;
    color: #010d14;
    margin: 0;
}
.sec-title .title.title2 {
    font-size: 36px;
    line-height: 1.3em;
}
.sec-title .title.title3 {
    color: #ffffff;
}
.sec-title .title.title3 span {
    color: #e8271e;
    font-style: italic;
}
.sec-title .title.title4 {
    position: relative;
    font-size: 42px;
    line-height: 1.3;
    font-weight: 700;
    color: #FFFFFF;
}
.sec-title .title.title4:before {
    content: "";
    position: absolute;
    border: 0;
    width: 65px;
    height: 5px;
    background: #FFB703;
    z-index: 1;
    margin-left: 0;
    left: 0;
    top: -28px;
}
.sec-title .title.title4.ser-style1 {
    font-size: 42px;
}
.sec-title .title.title4.ser-style2 {
    font-size: 42px;
    color: #010d14;
}
.sec-title .title.title4.ser-style2:before {
    margin: 0 auto;
    left: 0;
    right: 0;
}
.sec-title .title.title4.ser-style2 span {
    color: #ffb703;
}
.sec-title .title.title4.ser-style3 {
    font-size: 35px;
    color: #010d14;
}
.sec-title .title.title4.ser-style4 {
    font-size: 42px;
    color: #ffffff;
}
.sec-title .title.title4.ser-style5 {
    font-size: 33px;
    color: #010d14;
}
.sec-title .title.title5 {
    font-size: 60px;
    line-height: 70px;
    font-family: Playfair Display;
}
.sec-title .title.title6 {
    color: #442211;
    font-family: Playfair Display;
}
.sec-title .title.title7 {
    font-size: 60px;
    line-height: 70px;
    color: #442211;
    font-family: Playfair Display;
}
.sec-title .small-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    font-family: "Roboto", Sans-serif;
    margin: 0;
    color: #010d14;
}
.sec-title .desc {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333333;
    margin: 0;
}
.sec-title .desc.desc2 {
    color: #DADADA;
}
.sec-title .desc.desc3 {
    color: #ffffff;
}
.sec-title .desc.desc4 {
    color: #FAFAFA;
}
.sec-title .desc.desc5 {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
}
.sec-title .desc.desc6 {
    font-size: 16px;
    font-weight: 400;
    color: #7a7a7a;
}
.sec-title .desc.desc7 {
    color: #FFFFFFC4;
}
.sec-title .desc.desc8 {
    color: #F7F7F7;
}
.sec-title .desc.desc9 {
    margin: 6px 0 5px;
    padding: 6px 0 6px 15px;
    border-style: solid;
    border-width: 0 0 0 3px;
    color: rgba(51, 51, 51, 0.8);
    border-color: #FF6314;
}
.sec-title .desc.desc9.desc-big {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #333333;
}
.sec-title .desc.desc9.desc-small {
    color: #333333;
}
.sec-title .desc.desc10 {
    color: rgba(51, 51, 51, 0.8);
}
.sec-title .view-services {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    color: #333333;
    margin: 0;
}
.sec-title .view-services a {
    margin-left: 8px;
}
.sec-title .view-services a .btn-text {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 22px;
    padding: 6px 28px;
    background-color: #0052DA;
    border-radius: 0 0 0 0;
}
.sec-title2 {
    position: relative;
}
.sec-title2 .sub-title {
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    text-transform: uppercase;
    color: #ffb703;
    display: block;
    margin: 0 0 5px;
}
.sec-title2 .sub-text {
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    text-transform: uppercase;
    color: #ffb703;
    margin: 0;
    display: block;
    position: relative;
    padding-left: 107px;
}
.sec-title2 .sub-text:before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    height: 4px;
    width: 12px;
    border-radius: 2px;
    background-color: #ffb703;
    transition: all 0.3s ease;
    z-index: 0;
}
.sec-title2 .sub-text:after {
    content: "";
    position: absolute;
    border: 0;
    height: 4px;
    width: 55px;
    z-index: 1;
    margin-left: 0;
    left: 24px;
    top: 12px;
    border-radius: 2px;
    background-color: #ffb703;
    transition: all 0.3s ease;
    z-index: 0;
}
.sec-title2 .title {
    font-size: 42px;
    font-weight: 700;
    line-height: 46px;
    color: #010d14;
    margin: 0;
}
.sec-title2 .desc-big {
    font-size: 16px;
    font-weight: 500;
}
.sec-title2 .heading-border-line {
    position: relative;
}
.sec-title2 .heading-border-line:before {
    content: "";
    width: 12px;
    height: 4px;
    background: #ffb703;
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -35px;
    transform: translateX(-50%);
    border-radius: 2px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}
.sec-title2 .heading-border-line:after {
    content: "";
    width: 65px;
    height: 4px;
    background: #ffb703;
    position: absolute;
    bottom: -4px;
    right: 0;
    left: 50%;
    margin-left: -20px;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 0;
}
.sec-title2 .heading-border-line.left-style {
    position: relative;
    margin-left: 44px;
}
.sec-title2 .heading-border-line.left-style:before {
    left: 0;
}
.sec-title2 .heading-border-line.left-style:after {
    left: 0;
}
.sec-title2:hover .sub-text:before {
    width: 65px;
    background: #ffb703;
}
.sec-title2:hover .sub-text:after {
    margin-left: 46px;
    width: 12px;
    background: #ffb703;
}
.sec-title2:hover .heading-border-line {
    position: relative;
}
.sec-title2:hover .heading-border-line:before {
    margin-left: -5px;
    width: 65px;
    background: #ffb703;
}
.sec-title2:hover .heading-border-line:after {
    width: 12px;
    margin-left: 35px;
    background: #ffb703;
}
.sec-title3 {
    position: relative;
}
.sec-title3 .sub-title {
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    text-transform: uppercase;
    color: #21c0f5;
    display: block;
    margin: 0 0 5px;
}
.sec-title3 .sub-text {
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    text-transform: uppercase;
    color: #21c0f5;
    margin: 0 0 3px;
    display: block;
    position: relative;
    padding-left: 107px;
}
.sec-title3 .sub-text:before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    height: 4px;
    width: 12px;
    border-radius: 2px;
    background-color: #21c0f5;
    transition: all 0.3s ease;
    z-index: 0;
}
.sec-title3 .sub-text:after {
    content: "";
    position: absolute;
    border: 0;
    height: 4px;
    width: 55px;
    z-index: 1;
    margin-left: 0;
    left: 24px;
    top: 12px;
    border-radius: 2px;
    background-color: #21c0f5;
    transition: all 0.3s ease;
    z-index: 0;
}
.sec-title3 .title {
    font-size: 42px;
    font-weight: 700;
    line-height: 46px;
    color: #010d14;
    margin: 0;
}
.sec-title3 .desc {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
}
.sec-title3 .heading-border-line {
    position: relative;
}
.sec-title3 .heading-border-line:before {
    content: "";
    width: 12px;
    height: 4px;
    background: #21c0f5;
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -35px;
    transform: translateX(-50%);
    border-radius: 2px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}
.sec-title3 .heading-border-line:after {
    content: "";
    width: 65px;
    height: 4px;
    background: #21c0f5;
    position: absolute;
    bottom: -4px;
    right: 0;
    left: 50%;
    margin-left: -20px;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 0;
}
.sec-title3 .heading-border-line.left-style {
    position: relative;
    margin-left: 44px;
}
.sec-title3 .heading-border-line.left-style:before {
    left: 0;
}
.sec-title3 .heading-border-line.left-style:after {
    left: 0;
}
.sec-title3:hover .sub-text:before {
    width: 65px;
    background: #21c0f5;
}
.sec-title3:hover .sub-text:after {
    margin-left: 46px;
    width: 12px;
    background: #21c0f5;
}
.sec-title3:hover .heading-border-line {
    position: relative;
}
.sec-title3:hover .heading-border-line:before {
    margin-left: -5px;
    width: 65px;
    background: #21c0f5;
}
.sec-title3:hover .heading-border-line:after {
    width: 12px;
    margin-left: 35px;
    background: #21c0f5;
}
.meniu_fix{position: fixed;top: calc(100vh - 290px);right: 10px; z-index: 100;}
.meniu_fix a{display: block;}
.meniu_fix a + a{margin-top: 8px;}
.meniu_fix a svg{width: 40px;height: 40px;}
.meniu_fix a.whatsapp{color: #03b100;}
.meniu_fix a.telefon{color: #dd4d15;}

@media only screen and (max-width: 1880px) {
    .offset-2 {
        margin-left: 0;
    }   
}
@media only screen and (min-width: 1300px) {
    .container {
        max-width: 1200px;
        width: 100%;
    }
    .container.custom {
        max-width: 1190px;
        width: 100%;
    }
    .container.custom2 {
        max-width: 1275px;
        width: 100%;
    }
    .container.custom3 {
        max-width: 1320px;
        width: 100%;
    }
    .container.custom4 {
        max-width: 970px;
        width: 100%;
    }
    .container.custom5 {
        max-width: 1300px;
        width: 100%;
    }
    .container.custom6 {
        max-width: 900px;
        width: 100%;
    }
    .container.custom7 {
        max-width: 800px;
        width: 100%;
    }
}
@media only screen and (max-width: 1366px) {
    .sec-title .title {
        font-size: 36px;
        line-height: 46px;
    }
    .sec-title3 .title {
        font-size: 40px;
        line-height: 48px;
    }
    .address-wrap.videos-icons-style2 .inner-txt .title {
        font-size: 38px;
        line-height: 49px;
    }
    .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
    .container-fluid3 {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media only screen and (max-width: 1199px) {
    .container-fluid3 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .readon.blue-btn.know-more {
        padding: 13px 32px 11px;
    }
    .lg-col-padding > [class*="col-"],
    .lg-pl-pr-15 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .xl-mb-40 {
        margin-bottom: 40px !important;
    }
    .xl-mb-30 {
        margin-bottom: 30px !important;
    }
    .pl-86 {
        padding-left: 50px;
    }
    .pl-70 {
        padding-left: 50px;
    }
    .pl-60 {
        padding-left: 35px;
    }
    .pl-85 {
        padding-left: 60px;
    } 
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sec-title3 .title {
        font-size: 30px;
        line-height: 40px;
    }
    .sec-title .title {
        font-size: 31px;
        line-height: 41px;
    }
    .sec-title .desc.desc8 {
        font-size: 14px;
    }
    .sec-title2 .title {
        font-size: 32px;
        line-height: 42px;
    }
    .pr-60 {
        padding-right: 40px;
    }
    .mt-55 {
        margin-top: 0;
    }
    .pl-45 {
        padding-left: 25px;
    }
}
@media screen and (min-width: 992px) {
    .nav-menu .rs-mega-menu > a:after,
    .nav-menu > .menu-item-has-children > a:after {
        content: "\f107";
        font-family: FontAwesome;
        float: right;
        margin: 2px 0 0 5px;
        display: none;
    }
    .right_menu_togle.mobile-navbar-menu {
        display: none;
    }
    .nav-menu ul {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .sticky {
        background: #fff !important;
        position: fixed !important;
        top: 0;
        z-index: 999;
        margin: 0 auto !important;
        padding: 0;
        left: 0;
        right: 0;
        width: 100%;
        -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-name: sticky-animation;
        animation-name: sticky-animation;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
}
@media only screen and (max-width: 991px) {
    .hidden-md {
        display: none !important;
    }
    .order-first,
    .order-last {
        order: unset;
    }
    .order-last {
        order: unset !important;
    }
    .md-pl-15 {
        padding-left: 15px;
    }
    .md-pb-100 {
        padding-bottom: 80px !important;
    }
    .md-left {
        text-align: left !important;
    }
    .md-text-center {
        text-align: center !important;
    }
    .md-pb-165 {
        padding-bottom: 165px;
    }
    .bg31 {
        background-size: cover;
    }
    
    .mt-55 {
        margin-top: 42px;
    }
    .bg24 {
        background-size: cover;
        background-position: top center;
    }
    
    .sec-title .title-inner .title .watermark {
        font-size: 100px;
    }
    .sec-title .title.title7 br {
        display: none !important;
    }
    .sec-title .desc br {
        display: none !important;
    }
    .sec-title .title.title4.ser-style4 {
        font-size: 30px;
        line-height: 40px;
    }
    .readon.more,
    .readon.red2-more {
        padding: 15px 22px;
        font-size: 16px;
    }
    .readon.more.contact,
    .readon.more.know,
    .readon.more.read2 {
        padding: 15px 30px;
        font-size: 16px;
    }
    .readon.more.submit {
        padding: 15px 25px;
        font-size: 16px;
    }
    .address-wrap.videos-icons-style3 {
        display: flex;
    }
    .address-wrap.videos-icons-style2 .inner-txt {
        padding-left: 0;
        padding-top: 30px;
    }
    .address-wrap.videos-icons-style2 .inner-txt .title {
        font-size: 36px;
        line-height: 46px;
    }
    .address-wrap {
        display: block;
    }
    .address-wrap .content-txt {
        padding-left: 0;
        padding-top: 29px;
    } 
    .add-btn {
        padding: 8px 24px;
        font-size: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .hidden-sm {
        display: none !important;
    }
    .sm-left {
        text-align: left !important;
    }
    .sec-title .sub-text {
        font-size: 14px;
    }
    .sec-title .title,
    .sec-title .title.title2,
    .sec-title .title.title4,
    .sec-title .title.title4.ser-style1,
    .sec-title .title.title4.ser-style2,
    .sec-title .title.title4.ser-style3,
    .sec-title .title.title4.ser-style4,
    .sec-title .title.title4.ser-style5,
    .sec-title .title.title5,
    .sec-title .title.title7,
    .sec-title2 .title,
    .sec-title3 .title {
        font-size: 25px;
        line-height: 35px;
    }
    .sec-title .desc.desc5 {
        font-size: 16px;
    }
    .sec-title .small-title {
        font-size: 18px;
        line-height: 28px;
    }
    .address-wrap.videos-icons-style3 .inner-txt .title{
        font-size: 18px;
        line-height: 28px;
    }
    .services-btn .submit-btn::before {
        right: 8%;
        top: 7px;
    }
    .services-btn .submit-btn input[type="submit"] {
        font-size: 15px;
    }  
    .add-btn{
        width: 100%;
    }
}
@media only screen and (max-width: 575px) {
    .sec-title .desc br,
    .sec-title .desc.desc3 br,
    .sec-title .small-title br,
    .sec-title .title br,
    .sec-title2 .desc br,
    .sec-title2 .title br,
    .sec-title3 .desc br,
    .sec-title3 .title br {
        display: none;
    }
}
@media only screen and (max-width: 480px) {
    .readon.red2-more, .readon.more {
        padding: 15px 22px 15px 22px;
        font-size: 15px;
    }
    .sec-title .desc.desc5 {
        font-size: 15px;
    }
    .sec-title .view-services a .btn-text {
        display: inline-block;
        margin-top: 20px;
    }
    .readon.orange-btn1 {
        padding: 13px 24px;
    }
    .readon.tan-btn {
        padding: 13px 23px;
    }
    .address-wrap.videos-icons-style2 .inner-txt .title {
        font-size: 30px;
        line-height: 40px;
    }
}

/* global.css */
.full-width-header {
    position: relative;
}
.full-width-header .rs-header {
    position: relative;
}
.full-width-header .rs-header .toolbar-area.topbar-style1 {
    padding: 0 20px;
    background: var(--color-theme-2);
}
.full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-contact .rs-contact-info li {
    display: inline-block;
    line-height: 50px;
    font-size: 15px;
    color: #ffffff;
}
.full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-contact .rs-contact-info li:last-child {
    margin-right: 0;
}
.full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-contact .rs-contact-info li i {
    color: #ffb703;
    margin-right: 6px;
}
.full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-contact .rs-contact-info li i:before {
    font-size: 18px;
    margin-left: 0;
    position: relative;
    top: 3px;
}
.full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-contact .rs-contact-info li a {
    border-right: 1px solid #514d4d;
    margin-right: 20px;
    padding-right: 20px;
    color: #ffffff;
}
.full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-contact .rs-contact-info li a:hover {
    color: #ffb703;
}
.full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-contact .rs-contact-info li .desc {
    margin: 0;
}
.full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-contact .rs-contact-info li:last-child a {
    border: none;
}
.full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-sl-share .clearfix {
    text-align: right;
    margin: 0;
    padding: 0;
}
.full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-sl-share .clearfix .opening em {
    border-right: 1px solid #514d4d;
    margin-right: 5px;
    padding-right: 20px;
    color: #ffffff;
    font-style: normal;
    font-size: 14px;
}
.full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-sl-share .clearfix .opening em i {
    color: #ffb703;
}
.full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-sl-share .clearfix .opening em i:before {
    font-size: 18px;
    margin-right: 8px;
    line-height: 20px;
    position: relative;
    top: 3px;
}
.full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-sl-share .clearfix li {
    display: inline-block;
    line-height: 50px;
    margin-right: 13px;
}
.full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-sl-share .clearfix li:last-child {
    margin-right: 0;
}
.full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-sl-share .clearfix li a i {
    font-size: 15px;
    color: #ffffff;
}
.full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-sl-share .clearfix li a i:hover {
    color: #ffb703;
}
.full-width-header .rs-header .toolbar-area.topbar-style1.topber-modify5 {
    background: var(--color-theme-2);
}
.full-width-header .rs-header .toolbar-area.topbar-style1.topber-modify5 .toolbar-contact .rs-contact-info li,
.full-width-header .rs-header .toolbar-area.topbar-style1.topber-modify5 .toolbar-contact .rs-contact-info li a,
.full-width-header .rs-header .toolbar-area.topbar-style1.topber-modify5 .toolbar-contact .rs-contact-info li i,
.full-width-header .rs-header .toolbar-area.topbar-style1.topber-modify5 .toolbar-sl-share .clearfix .opening em,
.full-width-header .rs-header .toolbar-area.topbar-style1.topber-modify5 .toolbar-sl-share .clearfix .opening em i,
.full-width-header .rs-header .toolbar-area.topbar-style1.topber-modify5 .toolbar-sl-share .clearfix li a i {
    color: #ffffff;
}
.full-width-header .rs-header .toolbar-area.topbar-style1.topber-modify5 .toolbar-contact {
    text-align: right;
    padding-right: 90px;
}
.full-width-header .rs-header .toolbar-area.topbar-style1.topber-modify5 .toolbar-contact .rs-contact-info li a,
.full-width-header .rs-header .toolbar-area.topbar-style1.topber-modify5 .toolbar-sl-share .clearfix .opening em {
    border-right: 1px solid #fbfbfb;
}
.full-width-header .rs-header .toolbar-area.topbar-style1.topber-modify5 .toolbar-contact .rs-contact-info li a:hover,
.full-width-header .rs-header .toolbar-area.topbar-style1.topber-modify5 .toolbar-sl-share .clearfix li a i:hover {
    color: #ff6314;
}
.full-width-header .rs-header .toolbar-area.topbar-style1.topber-modify6 .toolbar-contact .rs-contact-info li a:hover,
.full-width-header .rs-header .toolbar-area.topbar-style1.topber-modify6 .toolbar-contact .rs-contact-info li i,
.full-width-header .rs-header .toolbar-area.topbar-style1.topber-modify6 .toolbar-sl-share .clearfix .opening em i,
.full-width-header .rs-header .toolbar-area.topbar-style1.topber-modify6 .toolbar-sl-share .clearfix li a i:hover {
    color: #ff5a06;
}
.full-width-header .rs-header .middle-header {
    padding-top: 30px;
    padding-bottom: 30px;
}
.full-width-header .rs-header .middle-header .row-table {
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: space-between;
}
.full-width-header .rs-header .middle-header .row-table .col-cell {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.full-width-header .rs-header .middle-header .row-table .col-cell.header-logo {
    display: flex;
    flex: 1;
}
.full-width-header .rs-header .middle-header .logo-part a img {
    transition: 0.4s;
    max-height: 36px;
}
.full-width-header .rs-header .middle-header .rs-contact-info {
    display: flex;
    align-items: center;
}
.full-width-header .rs-header .middle-header .rs-contact-info .contact-part {
    position: relative;
    padding-left: 75px;
    margin-right: 25px;
}
.full-width-header .rs-header .middle-header .rs-contact-info .contact-part .info-icon {
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
}
.full-width-header .rs-header .middle-header .rs-contact-info .contact-part .info-icon i:before {
    font-size: 32px;
    color: #ffb703;
    transition: all 0.5s ease;
    display: block;
}
.full-width-header .rs-header .middle-header .rs-contact-info .contact-part .contact-info .info-title {
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    padding-top: 2px;
    color: #010d14;
}
.full-width-header .rs-header .middle-header .rs-contact-info .contact-part .contact-info .info-des {
    font-size: 14px;
    padding-top: 4px;
    color: #010d14;
}
.full-width-header .rs-header .middle-header .rs-contact-info .contact-part .contact-info .info-des a {
    color: #333333;
    font-size: 14px;
}
.full-width-header .rs-header .middle-header .rs-contact-info .contact-part .contact-info .info-des a:hover {
    color: #ffb703;
}
.full-width-header .rs-header .middle-header .rs-contact-info .contact-part.margin-no {
    margin-right: 0;
}
.full-width-header .rs-header .middle-header .rs-contact-info .contact-part:hover .info-icon i:before {
    transform: translateY(-3px);
}
.full-width-header .rs-header .middle-header.middle-modify3 .rs-contact-info .contact-part .contact-info .info-des a:hover,
.full-width-header .rs-header .middle-header.middle-modify3 .rs-contact-info .contact-part .info-icon i:before {
    color: #ba9071;
}
.full-width-header .rs-header .menu-area {
    position: relative;
    transition: all 0.3s ease 0s;
    z-index: 10;
}
.full-width-header .rs-header .menu-area .row-table {
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: space-between;
}
.full-width-header .rs-header .menu-area .row-table .col-cell {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.full-width-header .rs-header .menu-area .row-table .col-cell.header-logo {
    display: flex;
    flex: 1;
}
.full-width-header .rs-header .menu-area .logo-area a .sticky-logo {
    display: none;
}
.full-width-header .rs-header .menu-area .logo-area img {
    transition: 0.4s;
    max-height: 36px;
}
.full-width-header .rs-header .menu-area .rs-menu-area {
    display: flex;
    align-items: center;
    margin-right: 65px;
}
.full-width-header .rs-header .menu-area .main-menu {
    position: unset;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
    display: inline-block;
    margin-right: 34px;
    padding: 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
    transition: all 0.3s ease;
    font-size: 16px;
    font-weight: 500;
    margin-right: 10px;
    height: 110px;
    line-height: 110px;
    padding: 0;
    color: #3B4052;
    position: relative;
    font-family: Roboto;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
    color: #ffb703;
}
.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 {
    font: normal normal normal 14px / 1 FontAwesome;
    content: "\f107";
    position: absolute;
    left: auto;
    right: 4px;
    top: 50%;
    text-align: center;
    z-index: 9999;
    font-size: 16px;
    display: block;
    cursor: pointer;
    transform: translateY(-50%);
    font-weight: 400;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children:hover > a:before {
    content: "\f106";
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item > a {
    color: #ffb703 !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: 10px 30px;
    margin: 0;
    font-family: Roboto;
    font-size: 15px;
    color: #3B4052;
    font-weight: 500;
    height: unset;
    line-height: 25px;
    text-transform: capitalize;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
    color: #ffb703;
}
.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: #ffb703;
}
.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: #ffb703 !important;
}
.full-width-header .rs-header .menu-area.sticky {
    background: #fff;
}
.full-width-header .rs-header .menu-area.sticky .logo-area a .sticky-logo {
    display: block;
}
.full-width-header .rs-header .menu-area.sticky .logo-area a .normal-logo {
    display: none;
}
.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a {
    color: #010d14;
}
.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a:hover {
    color: #ffb703;
}
.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li.current-menu-item > a {
    color: #ffb703;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .sidebarmenu-search a i {
    display: none;
}
.full-width-header .rs-header .expand-btn-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.full-width-header .rs-header .expand-btn-inner ul {
    display: flex;
    align-items: center;
}
.full-width-header .rs-header .expand-btn-inner ul .search-parent {
    position: relative;
}
.full-width-header .rs-header .expand-btn-inner ul .search-parent a i {
    color: #333333;
}
.full-width-header .rs-header .expand-btn-inner ul .search-parent a i:before {
    font-size: 18px;
    font-weight: 600 !important;
    font-family: uicons-regular-rounded !important;
    position: relative;
    top: 3px;
}
.full-width-header .rs-header .expand-btn-inner ul .search-parent a i:hover {
    color: #ffb703;
}
.full-width-header .rs-header .expand-btn-inner ul .search-parent .sticky_form {
    position: absolute;
    top: 69px;
    right: 0;
    max-width: 400px;
    width: 400px;
    z-index: 9;
    border-radius: 4px;
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.09);
    opacity: 0;
    visibility: hidden;
    right: -163px;
    transition: 0.4s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
}
.full-width-header .rs-header .expand-btn-inner ul .search-parent .sticky_form .screen-reader-text {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.full-width-header .rs-header .expand-btn-inner ul .search-parent .sticky_form input {
    background: #010d14;
    border: none;
    color: #000;
    outline: none;
    padding: 14px 17px;
    width: 100%;
}
.full-width-header .rs-header .expand-btn-inner ul .search-parent .sticky_form button {
    background: transparent !important;
    border: medium none;
    padding: 13px 18px;
    position: absolute;
    right: 0;
    top: 4;
    z-index: 1;
    outline: none;
    border-radius: 0;
}
.full-width-header .rs-header .expand-btn-inner ul .search-parent .sticky_form button i:before {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    font-family: uicons-regular-rounded !important;
}
.full-width-header .rs-header .expand-btn-inner ul .search-parent .sticky_form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */

    color: #fff;
    opacity: 1;
}
.full-width-header .rs-header .expand-btn-inner ul .search-parent .sticky_form ::-moz-placeholder {
    /* Firefox 19+ */

    color: #fff;
    opacity: 1;
}
.full-width-header .rs-header .expand-btn-inner ul .search-parent .sticky_form :-ms-input-placeholder {
    /* IE 10+ */

    color: #fff;
    opacity: 1;
}
.full-width-header .rs-header .expand-btn-inner ul .search-parent .sticky_form :-moz-placeholder {
    /* Firefox 18- */

    color: #fff;
    opacity: 1;
}
.full-width-header .rs-header .expand-btn-inner ul .search-parent.open_add_class .sticky_form {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.full-width-header .rs-header .expand-btn-inner ul .btn-quote {
    position: relative;
    margin-left: 30px;
    line-height: 30px;
}
.full-width-header .rs-header .expand-btn-inner ul .btn-quote .quote-button {
    font-size: 14px;
    background: #ffb703;
    padding: 11px 30px 10px;
    color: #010D14;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    position: relative;
    overflow: hidden;
    top: 3px;
    transition: 0.4s;
}
.full-width-header .rs-header .expand-btn-inner ul .btn-quote .quote-button:hover {
    background: #010D14;
    color: #ffffff;
}
.full-width-header .rs-header .expand-btn-inner ul .humburger {
    display: none;
}
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar {
    padding: 16px 13px;
    background: transparent;
    max-width: 50px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 2px;
    padding-right: 0;
    margin-right: -4px;
}
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span {
    height: 5px;
    width: 5px;
    display: block;
    background: #ffb703;
    border-radius: 50%;
    transition: none;
    list-style: none;
    transition: all 0.3s ease;
    margin: 2px 3px;
}
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot2,
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot3,
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot4,
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot5,
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot6,
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot7,
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot8 {
    background: #ffb703;
}
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot1,
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot3,
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot5,
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot7,
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot9 {
    background: #000000;
}
.full-width-header .rs-header.header-style2 .menu-area .rs-menu-area {
    margin-right: 120px;
}
.full-width-header .rs-header.header-style2 .menu-area .main-menu .rs-menu ul.nav-menu li a {
    font-size: 15px;
    font-weight: 600;
}
.full-width-header .rs-header.header-style2 .menu-area .main-menu .rs-menu ul li.active a,
.full-width-header .rs-header.header-style2 .menu-area .main-menu .rs-menu ul li.current-menu-item > a:before,
.full-width-header .rs-header.header-style2 .menu-area .main-menu .rs-menu ul.nav-menu li a:hover,
.full-width-header .rs-header.header-style2 .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item > a {
    color: #eb003d !important;
}
.full-width-header .rs-header.header-style2 .expand-btn-inner .rs-contact-phone {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.full-width-header .rs-header.header-style2 .expand-btn-inner .rs-contact-phone i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
    background: #eb003d;
    border-right: 1px solid #dddddd94;
    margin-right: 20px;
    height: 52px;
    width: 52px;
    line-height: 60px;
    text-align: center;
    border-radius: 30px;
}
.full-width-header .rs-header.header-style2 .expand-btn-inner .rs-contact-phone .phone-number span {
    display: block;
}
.full-width-header .rs-header.header-style2 .expand-btn-inner .rs-contact-phone .phone-number a {
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    color: #010d14;
}
.full-width-header .rs-header.header-style2 .expand-btn-inner .rs-contact-phone .phone-number a:hover {
    color: #eb003d;
}
.full-width-header .rs-header.header-style2.header-orange-modify1 .menu-area {
    position: relative;
}
.full-width-header .rs-header.header-style2.header-orange-modify1 .menu-area .logo-area img {
    position: relative;
    top: -30px;
}
.full-width-header .rs-header.header-style2.header-orange-modify1 .menu-area .rs-menu-area {
    padding-right: 0;
}
.full-width-header .rs-header.header-style2.header-orange-modify1 .menu-area .row-table .col-cell.header-logo {
    display: flex;
    flex: unset;
}
.full-width-header .rs-header.header-style2.header-orange-modify1 .menu-area:before {
    content: "";
    background: var(--color-theme-1);
    position: absolute;
    top: 0;
    bottom: 0;
    left: -50px;
    height: 100%;
    width: 20%;
    z-index: -1;
    padding: 77px 188px 78px;
    margin-top: -55px;
    transform: skew(-30deg);
}
.full-width-header .rs-header.header-style2.header-orange-modify1 .menu-area:after {
    content: "";
    background: var(--color-theme-1);
    position: absolute;
    top: 0;
    bottom: 0;
    right: -50px;
    height: 100%;
    width: 20%;
    z-index: -1;
    transform: skew(30deg);
}
.full-width-header .rs-header.header-style2.header-orange-modify1 .menu-area.sticky .logo-area img {
    top: 0;
}
.full-width-header .rs-header.header-style2.header-orange-modify1 .menu-area .main-menu .rs-menu ul.nav-menu li a {
    height: 100px;
    line-height: 100px;
}
.full-width-header .rs-header.header-style2.header-orange-modify1 .menu-area .main-menu .rs-menu ul.sub-menu li a {
    height: unset;
    line-height: 25px;
}
.full-width-header .rs-header.header-style2.header-orange-modify1 .menu-area .main-menu .rs-menu ul li.active a,
.full-width-header .rs-header.header-style2.header-orange-modify1 .menu-area .main-menu .rs-menu ul li.current-menu-item > a:before,
.full-width-header .rs-header.header-style2.header-orange-modify1 .menu-area .main-menu .rs-menu ul.nav-menu li a:hover,
.full-width-header .rs-header.header-style2.header-orange-modify1 .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item > a {
    color: var(--color-theme-2) !important;
}
.full-width-header .rs-header.header-style2.header-orange-modify1 .expand-btn-inner .rs-contact-phone .phone-number a {
    color: var(--color-text-black);
}
.full-width-header .rs-header.header-style2.header-orange-modify1 .expand-btn-inner .rs-contact-phone .phone-number span {
    opacity: 0.8;
    color: var(--color-text-black);
}
.full-width-header .rs-header.header-style2.header-orange-modify1 .expand-btn-inner .rs-contact-phone i {
    font-size: 19px;
    color: var(--color-text-black);
    background: var(--color-text-white);
    border: none;
    margin-right: 20px;
    height: 52px;
    width: 52px;
    line-height: 60px;
    text-align: center;
    border-radius: 30px;
}
.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: #ffb703;
}
.full-width-header .mobile-menu .rs-menu-toggle.secondary {
    color: #ff6d00;
}
.full-width-header .mobile-menu .rs-menu-toggle .nav-dots {
    position: absolute;
    right: 0;
    width: 25px;
    height: 2px;
    background: #fff;
    z-index: 11;
    top: 23px;
}
.full-width-header .mobile-menu .rs-menu-toggle .dot1,
.full-width-header .mobile-menu .rs-menu-toggle .dot3 {
    width: 15px;
}
.full-width-header .mobile-menu .rs-menu-toggle .dot2 {
    top: 28px;
}
.full-width-header .mobile-menu .rs-menu-toggle .dot3 {
    top: 34px;
}
.full-width-header .mobile-menu .rs-menu-toggle .dot4 {
    top: 40px;
}
.full-width-header .right_menu_togle {
    background: #ffffff;
    box-shadow: 0 0 10px 0 #eee;
    padding: 90px 60px 60px 50px;
    font-size: 1.15em;
    max-width: 480px;
    width: 100%;
    right: -500px;
    z-index: 999999;
    transition: all 0.3s ease;
    position: fixed;
    overflow-y: auto;
}
.full-width-header .right_menu_togle .close-btn {
    overflow: visible;
    position: absolute;
    top: 10px;
    display: block;
    z-index: 99;
    right: 57px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.full-width-header .right_menu_togle .close-btn .nav-close {
    position: absolute;
    top: 23px;
    display: block;
    z-index: 99;
    right: 3px;
    cursor: pointer;
}
.full-width-header .right_menu_togle .close-btn .nav-close .line {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.full-width-header .right_menu_togle .close-btn .nav-close .line span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 1px !important;
    height: 25px !important;
    background: #000000;
    border: none !important;
    transition: all 0.3s ease;
}
.full-width-header .right_menu_togle .close-btn .nav-close .line span.line2 {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.full-width-header .right_menu_togle .close-btn:hover .nav-close .line span {
    background: #ffb703;
}
.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: 0 0 38px;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list {
    display: flex;
    margin-top: 24px;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-icon i:before {
    margin: 0 20px 0 0;
    font-size: 25px;
    color: #ffb703;
    top: 5px;
    position: relative;
    font-family: uicons-regular-rounded !important;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content .title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #000000;
    font-family: Roboto;
    margin-bottom: 5px;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em {
    display: block;
    font-style: normal;
    line-height: 22px;
    font-size: 15px;
    color: #010d14;
    font-family: Roboto;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em a {
    color: #010d14;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em a:hover {
    color: #ffb703;
}
.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: #ffb703;
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.full-width-header .right_menu_togle .canvas-contact .social li a i:hover {
    opacity: 0.9;
}
.full-width-header .right_menu_togle .canvas-contact .social li:last-child {
    margin: 0;
}
.full-width-header .mobile-navbar-menu .sub-menu {
    display: none;
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
}
.full-width-header .mobile-navbar-menu .nav-menu li {
    position: relative;
}
.full-width-header .mobile-navbar-menu .nav-menu li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    display: block;
    font-size: 16px;
    font-weight: 500;
    font-family: Roboto;
    color: #000000;
    padding: 10px 0;
    line-height: 30px;
    width: 100%;
}
.full-width-header .mobile-navbar-menu .nav-menu li li a {
    padding-left: 25px;
}
.full-width-header .mobile-navbar-menu .nav-menu li li li a {
    padding-left: 50px;
}
.full-width-header .mobile-navbar-menu span.submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 5px;
    display: block;
    height: 40px;
    width: 40px;
    cursor: pointer;
}
.full-width-header .mobile-navbar-menu span.submenu-button:after,
.full-width-header .mobile-navbar-menu span.submenu-button:before {
    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 li:hover > ul > li,
.full-width-header .mobile-navbar-menu ul 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 a:hover,
.full-width-header .mobile-navbar-menu .nav-menu li.active-menu a {
    color: #ffb703;
}
body.modal-open {
    padding: 0 !important;
}
body .modal.show .modal-dialog {
    width: 100%;
    max-width: 500px;
}
body .modal {
    z-index: 9999;
}
body .search-modal {
    padding: 0 !important;
    background: rgba(187, 11, 11, 0.9);
}
body .search-modal .modal-content {
    position: initial;
    border: 0;
    background: unset;
}
body .search-modal .search-block form {
    position: relative;
}
body .search-modal .search-block form input {
    background: 0 0;
    border: none;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    outline: none;
    padding: 14px 17px;
    border-radius: unset;
}
body .search-modal .search-block form button {
    background: transparent;
    border: none;
    padding: 5px 20px;
    color: #ffffff;
    border-radius: 0 5px 5px 0;
    font-size: 16px;
    position: absolute;
    content: '';
    right: 0;
    top: 11px;
}
body .search-modal .search-block form button i:before {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    opacity: 0.7;
}
body .search-modal .search-block ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */

    color: #fff;
    opacity: 1;
}
body .search-modal .search-block ::-moz-placeholder {
    /* Firefox 19+ */

    color: #fff;
    opacity: 0.3;
}
body .search-modal .search-block :-ms-input-placeholder {
    /* IE 10+ */

    color: #fff;
    opacity: 1;
}
body .search-modal .search-block :-moz-placeholder {
    /* Firefox 18- */

    color: #fff;
    opacity: 1;
}
body .search-modal .close {
    position: fixed;
    right: 50px;
    top: 50px;
    background: #ffffff;
    color: #0a0a0a;
    width: 40px;
    height: 40px;
    line-height: 43px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.5s ease;
    opacity: unset;
    box-shadow: unset;
    border: none;
}
body .search-modal .close i:before {
    font-size: 23px;
    position: relative;
    top: 4px;
    left: 0;
    font-weight: 700;
}
body .search-modal .close:hover {
    opacity: 0.8 !important;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu.sub-menu-language {
    column-count: 3;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu.sub-menu-language li a {
    width: 48px;
    padding: 10px;
}

@media only screen and (max-width: 1880px) {
    .full-width-header .rs-header .toolbar-area.topbar-style1.topber-modify5 .toolbar-contact {
        padding-right: 0;
        padding-left: 20px;
    }
    .full-width-header .rs-header.header-style2.header-orange-modify1 .menu-area .main-menu .rs-menu ul.nav-menu li {
        margin-right: 23px;
    }
    .full-width-header .rs-header .toolbar-area.topbar-style1.topber-modify5 .toolbar-contact .rs-contact-info li a {
        margin-right: 10px;
        padding-right: 10px;
    }
    .full-width-header .rs-header.header-style2.header-orange-modify1 .menu-area::before {
        padding: 77px 164px 78px;
    }
    .full-width-header .rs-header .toolbar-area.topbar-style1.topber-modify5 .toolbar-contact .rs-contact-info li:last-child {
        display: none;
    }
    .full-width-header .rs-header.header-style2.header-orange-modify1 .menu-area::after {
        width: 28%;
    }
}

@media only screen and (max-width: 1366px) {
    .full-width-header .rs-header.header-style2.header-orange-modify1 .menu-area::before {
        left: -50px;
        height: 100%;
        width: 20%;
        padding: 77px 158px 78px;
    }
    .full-width-header .rs-header.header-style2.header-orange-modify1 .menu-area .rs-menu-area {
        padding-right: 0;
    }
    .full-width-header .rs-header.header-style2.header-orange-modify1 .menu-area::after {
        right: -30px;
        height: 100%;
        width: 26%;
        transform: skew(30deg);
    }
    .full-width-header .rs-header .toolbar-area.topbar-style1.topber-modify5 .toolbar-contact {
        padding-right: 0;
    }
}
@media only screen and (max-width: 1199px) {
    .full-width-header .rs-header.header-style2.header-orange-modify1 .menu-area .rs-menu-area {
        margin-right: 0;
    }
    .full-width-header .rs-header.header-style2 .expand-btn-inner .rs-contact-phone .phone-number a {
        font-size: 16px;
        line-height: 16px;
    }
    .full-width-header .rs-header.header-style2.header-orange-modify1 .expand-btn-inner .rs-contact-phone i {
        font-size: 16px;
        margin-right: 13px;
        height: 45px;
        width: 45px;
        line-height: 50px;
    }
    .full-width-header .rs-header.header-style2.header-orange-modify1 .menu-area .logo-area img {
        max-height: 30px;
    }
    .full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-contact .rs-contact-info li i::before {
        font-size: 15px;
    }
    .full-width-header .rs-header.header-style2.header-orange-modify1 .menu-area .main-menu .rs-menu ul.nav-menu li {
        margin-right: 6px;
    }
    .full-width-header .rs-header.header-style2.header-orange-modify1 .menu-area::before {
        left: -99px;
        padding: 77px 155px 78px;
    }
    .full-width-header .rs-header .toolbar-area.topbar-style1.topber-modify5 .toolbar-contact .rs-contact-info li a {
        margin-right: 4px;
        padding-right: 4px;
    }
    .full-width-header .rs-header .toolbar-area.topbar-style1.topber-modify5 .toolbar-contact .rs-contact-info li a {
        border-right: unset;
    }
    .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
        margin-right: 10px;
    }
    .full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-contact .rs-contact-info li a {
        margin-right: 9px;
        padding-right: 10px;
    }
    .full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-sl-share .clearfix li {
        margin-right: 10px;
    }
    .full-width-header .rs-header .toolbar-area.topbar-style1 .toolbar-contact .rs-contact-info li i {
        margin-right: 3px;
    }
    .full-width-header .rs-header .toolbar-area.topbar-style1.topber-modify2 .toolbar-sl-share .clearfix .opening {
        margin-right: 19px;
        padding-right: 20px;
    }
    .full-width-header .rs-header .toolbar-area.topbar-style1.topber-modify2 .toolbar-contact .rs-contact-info li {
        margin-right: 6px;
        padding-right: 6px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .full-width-header .rs-header.header-style2 .menu-area .rs-menu-area {
        margin-right: 40px;
    }
}
@media screen and (min-width: 992px) {
    .full-width-header .right_menu_togle {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 991px) {
    .full-width-header .rs-header.header-style2.header-orange-modify1 .menu-area::after {
        height: 100%;
        width: 100%;
        transform: unset;
    }
    .full-width-header .rs-header.header-style2.header-orange-modify1 .menu-area .logo-area img {
        top: 0;
    }
    .full-width-header .rs-header.header-style2.header-orange-modify1 .expand-btn-inner ul .humburger .nav-expander .bar span {
        background: #fff;
    }
    .full-width-header .rs-header.header-style2.header-orange-modify1 .menu-area::before {
        left: -50px;
        height: 100%;
        width: 100%;
        padding: 18px 150px;
        margin-top: 0;
        transform: skew(0deg);
    }

    .full-width-header .rs-header .expand-btn-inner ul .humburger {
        display: block;
    }
    .full-width-header .rs-header .expand-btn-inner ul .btn-quote,
    .full-width-header .rs-header .expand-btn-inner ul .search-parent a i,
    .full-width-header .rs-header.header-style2 .expand-btn-inner .rs-contact-phone {
        display: none !important;
    }
    .full-width-header .rs-header .menu-area .logo-area img {
        max-height: 30px;
    }
    .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar {
        padding: 20px 8px;
    }
}
@media only screen and (max-width: 767px) {
    .full-width-header .rs-header .menu-area .logo-area img {
        max-height: 25px;
    }
}

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

/* sticky_menu.css */
.rs-about.about-style1 {
    position: relative;
}
.rs-about.about-style1 .about-image-wrap {
    position: relative;
}
.rs-about.about-style1 .about-image-wrap .images-part .main-img {
    margin: 0 0 0 62px;
    border-radius: 15px;
}
.rs-about.about-style1 .about-image-wrap .images-part .top-img1 {
    position: absolute;
    top: -8%;
    left: 0;
}
.rs-about.about-style1 .about-image-wrap .images-part .middle-img2 {
    position: absolute;
    top: 30%;
    left: 0;
}
.rs-about.about-style1 .about-image-wrap .images-part .bottom-img3 {
    position: absolute;
    top: 69%;
    left: 0;
}
.rs-about.about-style1 .about-image-wrap .images-part .image-left {
    border-radius: 8px;
    border: 4px solid #ffffff;
    /* margin: 6px 0px; */
    max-width: 270px;
}
.rs-about.about-style1 .about-image-wrap .rs-addon-services {
    background-color: #FFFFFF;
    padding: 5px 30px 15px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    max-width: 282px;
    bottom: -25px;
    right: -6.9%;
    position: absolute;
    filter: drop-shadow(0px 6px 6px #444444);
}
.rs-about.about-style1 .about-image-wrap .rs-addon-services .services-icon img {
    width: 46px;
    height: auto;
    max-width: unset;
}
.rs-about.about-style1 .about-image-wrap .rs-addon-services .services-text {
    padding: 15px 0 0 15px;
}
.rs-about.about-style1 .about-image-wrap .rs-addon-services .services-text .title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.365em;
    font-family: "Roboto", Sans-serif;
    margin: 0;
    color: #010d14;
}
.rs-about.about-style1 .services-item {
    display: flex;
}
.rs-about.about-style1 .services-item .services-icon img {
    height: 50px;
    width: 50px;
    max-width: unset;
}
.rs-about.about-style1 .services-item .services-text {
    padding: 4px 0 0 15px;
}
.rs-about.about-style1 .services-item .services-text .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.365em;
    font-family: "Roboto", Sans-serif;
    color: #010d14;
    margin: 0;
}
.rs-about.about-style1 .services-item:hover .services-text .title {
    color: #eb003d;
}

.rs-about.about-style1 .accordion {
    border-width: 12px;
}
.rs-about.about-style1 .accordion .card {
    border: none;
    background-color: #F1F6FC;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.02);
}
.rs-about.about-style1 .accordion .card:last-child {
    margin-bottom: 0;
}
.rs-about.about-style1 .accordion .card .card-header {
    display: flex;
    align-items: center;
    padding: 0 !important;
    border: none;
    background: #fff;
}
.rs-about.about-style1 .accordion .card .card-header .card-link {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    line-height: 29px;
    font-size: 18px;
    font-weight: 500;
    padding: 17px 25px 17px 35px;
    background-color: var(--color-theme-1);
    color: #ffffff;
    text-shadow: 2px 2px 4px #000000;
}
.rs-about.about-style1 .accordion .card .card-header .card-link:after {
    position: absolute;
    font-family: FontAwesome;
    content: "\f068";
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    line-height: 26px;
    color: #ffffff;
    left: 20px;
    margin-top: 2px;
}
.rs-about.about-style1 .accordion .card .card-header .card-link.collapsed {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 29px;
    color: #ffffff;
    background-color: #010D14;
    box-shadow: 0 0 0 0 #000000;
}
.rs-about.about-style1 .accordion .card .card-header .card-link.collapsed:after {
    color: var(--color-text-white);
    content: "\f067";
}
.rs-about.about-style1 .accordion .card .card-header .card-link.collapsed.last-margin {
    margin: 0;
}
.rs-about.about-style1 .accordion .card .card-body {
    background-color: #F1F1F1;
    color: #333333;
    font-size: 16px;
    width: 100%;
    padding: 30px 30px 55px;
}

@media only screen and (max-width: 991px) {
    .rs-about.about-style1 .about-image-wrap .images-part .bottom-img3,
    .rs-about.about-style1 .about-image-wrap .images-part .middle-img2,
    .rs-about.about-style1 .about-image-wrap .images-part .top-img1 {
        display: none !important;
    }
    .rs-about.about-style1 .about-img img {
        width: 100%;
    }
    .rs-about .about-img.home3-full img {
        width: 100%;
    }
    .rs-about.about-style1 .about-image-wrap .images-part .main-img {
        margin: 0;
        width: 100%;
    }
    .rs-about.about-style1 .about-image-wrap .rs-addon-services {
        bottom: 15px;
        right: unset;
    }
}
@media only screen and (max-width: 767px) {
    .rs-about.about-style1 .services-item .services-text .title {
        font-size: 18px;
        line-height: 28px;
    }
}
@media only screen and (max-width: 480px) {
    .rs-about.about-style1 .services-item .services-icon img {
        height: 40px;
        width: 41px;
    }
}
/* about.css */
.rs-slider.slider-style1 .slider .slider-item {
    background: linear-gradient(180deg, rgb(205 135 112) 0%, rgb(135 70 49) 80%);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.rs-slider.slider-style1 .slider .slider-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: #795548;
    /* background: linear-gradient(187deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%); */
    z-index: 1;
}
.rs-slider.slider-style1 .slider .slider-item > div {
    position: relative;
    z-index: 3;
}
.rs-slider.slider-style1 .slider .slider-item .slider-inner {
    padding: 80px 50px 15px;
    display: flex;
}
.rs-slider.slider-style1 .slider .slider-item .slider-inner > div:nth-child(1) {
    /* flex: 2 1 40%; */
    flex: 1 1 50%;
}
.rs-slider.slider-style1 .slider .slider-item .slider-inner > div:nth-child(2) {
    /* flex: 2 1 40%; */
    flex: 1 1 50%;
    align-self: center;
}
.rs-slider.slider-style1 .slider .slider-item .slider-inner > div:nth-child(3) {
    flex: 1 1 20%;
}

.rs-slider.slider-style1 .slider .slider-item .slider-inner .content-part .sl-subtitle {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #FFFFFF;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px;
    text-shadow: 2px 2px 4px #000000;
}
.rs-slider.slider-style1 .slider .slider-item .slider-inner .content-part .sl-subtitle .sl-icons {
    position: relative;
    top: -3px;
    margin-right: 5px;
}
.rs-slider.slider-style1 .slider .slider-item .slider-inner .content-part .sl-title {
    font-size: 50px;
    font-weight: 700;
    line-height: 65px;
    color: #FFFFFF;
    margin: 0 0 15px;
    text-shadow: 2px 2px 4px #000000;
}
.rs-slider.slider-style1 .slider .slider-item .slider-inner .content-part .sl-desc {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #FFFFFF;
    margin: 0 0 40px;
    text-shadow: 2px 2px 4px #000000;
}
.rs-slider.slider-style1 .slider .slider-item .slider-inner .content-part .slider-bottom {
    display: flex;
    justify-content: space-evenly;
}
/* .rs-slider.slider-style1 .slider .slider-item .slider-inner .content-part .slider-bottom a{
    color: #FFFFFF;
    text-shadow: 2px 2px 4px #000000;
    filter: drop-shadow(0px 6px 6px #444444);
    font-weight: 900;
  } */
.rs-slider.slider-style1 .slider .slider-item .slider-inner .img-centru img {
    filter: drop-shadow(0px 6px 6px #444444);
}

.rs-slider.slider-style1 .slider .slider-item .animation-wrap .animate-style {
    position: absolute;
    bottom: 0;
}
.rs-slider.slider-style1 .slider .slider-item .animation-wrap .animate-style img {
    max-width: 25px;
}
.rs-slider.slider-style1 .slider .slider-item .animation-wrap .animate-style.one {
    left: 8%;
    top: 25%;
}
.rs-slider.slider-style1 .slider .slider-item .animation-wrap .animate-style.two {
    right: 41%;
    top: 8%;
}
.rs-slider.slider-style1 .slider .slider-item .animation-wrap .animate-style.three {
    bottom: 12%;
    left: 38%;
}
/* .rs-slider.slider-style1 .slider .slider-item.slide-bg2 {
    background-image: url(assets/images/slider/style1/h1-2.jpg);
  } */
.rs-slider.slider-style1 .slider .slider-item.slide-bg2 .slider-inner {
    display: flex;
    justify-content: flex-end;
}
.rs-slider.slider-style1 .slider .slider-item.slide-bg2 .animation-wrap .animate-style.two {
    right: 52%;
    top: 12%;
}
.rs-slider.slider-style1 .slider .slider-item.slide-bg2 .animation-wrap .animate-style.one {
    left: unset;
    top: 19%;
    right: 12%;
}
.rs-slider.slider-style1 .slider .slider-item.slide-bg2 .animation-wrap .animate-style.three {
    left: 58%;
}
.rs-slider.slider-style1 .slider .slick-arrow {
    position: absolute;
    bottom: 0;
    border: none;
    background-color: transparent;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transform: translateY(-50%);
    font-size: 0;
    background: #333;
    z-index: 99;
    opacity: 1;
    display: block !important;
}
.rs-slider.slider-style1 .slider .slick-arrow.slick-next {
    right: 2%;
    top: 80%;
}
.rs-slider.slider-style1 .slider .slick-arrow.slick-next:before {
    font-size: 16px;
    font-weight: 800;
    color: #ffffff;
    margin: 0;
    content: "\f113";
    font-family: Flaticon;
    text-align: center;
    position: relative;
    right: -2px;
}
.rs-slider.slider-style1 .slider .slick-arrow.slick-prev {
    left: 2%;
    top: 80%;
}
.rs-slider.slider-style1 .slider .slick-arrow.slick-prev:before {
    font-size: 16px;
    font-weight: 800;
    color: #ffffff;
    margin: 0;
    content: "\f112";
    font-family: Flaticon;
    text-align: center;
    position: relative;
    left: -2px;
}
.rs-slider.slider-style1 .slider .slick-arrow:hover.slick-next:before,
.rs-slider.slider-style1 .slider .slick-arrow:hover.slick-prev:before {
    color: #ffffff;
}
.rs-slider.slider-style1 .slider .slick-list {
    padding: 0 0 0 !important;
}
@media only screen and (max-width: 1440px)  {
    .rs-slider.slider-style1 .slider .slider-item .slider-inner .content-part .sl-title {
        font-size: 40px;
        line-height: 54px;
    }
    .rs-slider.slider-style1 .slider .slider-item .slider-inner .content-part .sl-desc{
        font-size: 16px;
        line-height: 26px;
    }
}
@media only screen and (max-width: 1199px) {
    .rs-slider.slider-style1 .slider .slider-item .slider-inner > div{
        padding-left: 0px;
    }
    .rs-slider.slider-style1 .slider .slider-item .slider-inner .content-part .sl-desc {
        font-size: 15px;
        line-height: 24px;
    }
    .rs-slider.slider-style1 .slider .slider-item .slider-inner .content-part .slider-bottom {
        margin-top: 70px;
    }
}
@media only screen and (max-width: 1199px) {
    .rs-slider.slider-style1 .slider .slider-item .slider-inner > div{
        padding-left: 0px;
    }
    .rs-slider.slider-style1 .slider .slider-item .slider-inner .content-part .sl-desc {
        font-size: 15px;
        line-height: 24px;
    }
    .rs-slider.slider-style1 .slider .slider-item .slider-inner .content-part .slider-bottom {
        margin-top: 70px;
    }
    .rs-slider.slider-style1 .slider .slider-item .slider-inner .content-part .sl-title{
        font-size: 36px;
        line-height: 45px;
    } 
    .rs-slider.slider-style1 .slider .slider-item.slide-bg2 {
        background-position-x: 57% !important;
    }
    .rs-slider.slider-style1 .slider .slider-item.slide-bg2 .slider-inner {
        justify-content: flex-end !important;
    } 
}
@media only screen and (max-width: 991px) {
    .rs-slider.slider-style1 .slider .slider-item {
        background: linear-gradient(180deg, rgb(40 22 111) 0%, rgb(47 37 88) 77%);
    }
    .rs-slider.slider-style1 .slider .slider-item:before {
        height: 77%;
    }
    .rs-slider.slider-style1 .slider .slider-item .slider-inner .content-part .sl-title {
        font-size: 35px;
        line-height: 44px;
    }
    .rs-slider.slider-style1 .slider .slider-item .animation-wrap,
    .rs-slider.slider-style1 .slider .slider-item .slider-inner .content-part .sl-desc br{
        display: none !important;
    }
    .rs-slider.slider-style1 .slider .slider-item {
        background-position-x: 50% !important;
    }
    .rs-slider.slider-style1 .slider .slider-item.slide-bg2 {
        background-position-x: 68% !important;
    }
    .rs-slider.slider-style1 .slider .slider-item .slider-inner {
        padding: 70px 0 30px;
    }
    .rs-slider.slider-style1 .slider .slider-item .slider-inner .content-part .sl-desc {
        max-width: 579px;
        font-size: 16px;
        margin-bottom: 0px;
    }
}
@media only screen and (max-width: 767px) {
    .rs-slider.slider-style1 .slider .slider-item.slide-bg2 .slider-inner {
        justify-content: flex-start !important;
    }
    .rs-slider.slider-style1 .slider .slider-item.slide-bg2 {
        background-position-x: unset !important;
        background-position: right !important;
    }
    .rs-slider.slider-style1 .slider .slider-item .slider-inner .content-part .sl-title {
        font-size: 30px;
        line-height: 40px;
    }
    .rs-slider.slider-style1 .slider .slider-item .slider-inner .content-part .sl-desc {
        font-size: 15px;
        line-height: 26px;
        margin: 0 0 35px;
    }
    .rs-slider.slider-style1 .slider .slider-item .slider-inner {
        padding: 50px 0 20px;
    }
    .rs-slider.slider-style1 .slider .slider-item .slider-inner{
        flex-direction: column;
    }
    .rs-slider.slider-style1 .slider .slider-item .slider-inner .content-part .slider-bottom {
        margin-top: 50px;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 480px){
    .rs-slider.slider-style1 .slider .slider-item .slider-inner .content-part .sl-subtitle {
        font-size: 15px;
        line-height: 27px;
    }
    .rs-slider.slider-style1 .slider .slider-item .slider-inner .content-part .sl-title {
        font-size: 32px;
        line-height: 42px;
    }
    .rs-slider.slider-style1 .slider .slider-item .slider-inner .content-part .sl-desc {
        font-size: 15px;
        line-height: 27px;
        margin: 0 0 30px;
    }
}

/* slider.css */
.rs-counter.counter-style4 {
    position: relative;
    z-index: 11;
}
.rs-counter.counter-style4 .rs-html5-video {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 1;
    border: none;
}
.rs-counter.counter-style4 .background-video-wrap .background-overlay {
    background-color: #281D01;
    opacity: 0.7;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.rs-counter.counter-style4 .rs-counter-grid-50{
    display: grid;
    grid-template-columns: repeat(2, 45%);
    grid-template-rows: auto; 
    column-gap: 10%;
    row-gap: 35px;
}
.rs-counter.counter-style4 .d-grid-square {
    position: relative;
    z-index: 11;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
    column-gap: 0px;
    row-gap: 0px;
    color: #ffffff;
    align-items: center;
    justify-items: center;
}
.rs-counter.counter-style4 .d-grid-square .rs-count{
    font-size: 70px;
    line-height: 30px;
    font-weight: 600;
    color: #ffffff;
}
.rs-counter.counter-style4 .d-grid-square .prefix{
    font-size: 70px;
    line-height: 30px;
    font-weight: 600;
    color: #ffffff;
}
.rs-counter.counter-style4 .d-grid-square .title {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #FFFFFFC4;
}
.rs-counter.counter-style4 .d-grid-square > div{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.rs-counter.counter-style4 .d-grid-square > div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.rs-counter.counter-style4 .d-grid-square > div:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.rs-counter.counter-style4 .d-grid-square > div{
    padding: 20px 0px;
}


@media only screen and (max-width: 991px) {
    .rs-counter.counter-style4 .rs-counter-grid-50{
        grid-template-columns: 100%;
    }
    .rs-counter.counter-style4 .d-grid-square .prefix,
    .rs-counter.counter-style4 .d-grid-square .rs-count {
        font-size: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .rs-counter.counter-style4 .d-grid-square .prefix,
    .rs-counter.counter-style4 .d-grid-square .rs-count {
        font-size: 35px;
    }
    .rs-counter.counter-style4 .d-grid-square .title {
        font-size: 18px;
        line-height: 28px;
    }
}
@media only screen and (max-width: 480px) {
    .rs-counter.counter-style4 .d-grid-square .prefix,
    .rs-counter.counter-style4 .d-grid-square .rs-count {
        font-size: 30px;
    }
}

/* counter.css */
.rs-footer.footer-main-home {
    background-image: url("../image/bg-van-unsplash.jpg");
    background-size: cover;
}
.rs-footer.footer-main-home .footer-top {
    padding: 85px 0 70px;
}
.rs-footer.footer-main-home .footer-top .footer-logo a img {
    height: 80px;
}
.rs-footer.footer-main-home .footer-bottom .footer-title {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    font-family: Roboto;
    margin-bottom: 0;
}
.rs-footer.footer-main-home .footer-top .footer-title {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    font-family: Roboto;
    margin-bottom: 50px;
}
.rs-footer.footer-main-home .footer-bottom button {
    position: relative;
    border: none;
    background: var(--button-background-1);
    color: #000000;
    padding: 16px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 26px;
    width: 100%;
    transition: all 0.3s;
    filter: drop-shadow(0px 6px 6px #444444);
}
.rs-footer.footer-main-home .footer-bottom button:hover {
    background: #000 !important;
    color: #ffffff;
}
.rs-footer.footer-main-home .footer-top .textwidget p {
    color: #ffffff;
    margin: 0;
}
.rs-footer.footer-main-home .footer-top .textwidget p strong {
    font-weight: 700;
}
.rs-footer.footer-main-home .footer-top .footer-social li {
    display: inline-block;
    margin-right: 19px;
}
.rs-footer.footer-main-home .footer-top .footer-social li a i {
    font-size: 16px;
    margin-right: 3px;
    transition: all 0.8s ease;
    color: #fff;
    text-align: center;
}
.rs-footer.footer-main-home .footer-top .footer-social li a i:hover {
    color: #ffb703;
}
.rs-footer.footer-main-home .footer-top .footer-social li:last-child {
    margin-right: 0;
}
.rs-footer.footer-main-home .footer-top .address-widget li {
    padding: 0 0 29px 40px;
    position: relative;
}
.rs-footer.footer-main-home .footer-top .address-widget li i {
    color: var(--button-background-1);
    position: absolute;
    left: 0;
}
.rs-footer.footer-main-home .footer-top .address-widget li i:before {
    font-size: 24px;
    position: relative;
    top: 4px;
}
.rs-footer.footer-main-home .footer-top .address-widget li .desc {
    color: #ffffff;
}
.rs-footer.footer-main-home .footer-top .address-widget li .desc a {
    color: #ffffff;
}
.rs-footer.footer-main-home .footer-top .address-widget li .desc a:hover {
    color: var(--button-background-1);
}
.rs-footer.footer-main-home .footer-top .site-map {
    margin-top: -6px;
}
.rs-footer.footer-main-home .footer-top .site-map li {
    margin-bottom: 5px;
    position: relative;
}
.rs-footer.footer-main-home .footer-top .site-map li a {
    font-size: 16px;
    position: relative;
    padding: 6px 0 4px;
    display: inline-block;
    color: #ffffff;
    transition: all 0.3s;
}
.rs-footer.footer-main-home .footer-top .site-map li a:hover {
    padding-left: 5px;
    color: var(--button-background-1);
}
.rs-footer.footer-main-home .footer-top .site-map li a:before {
    content: "\f113";
    left: 0;
    top: 0;
    color: var(--button-background-1);
    margin-right: 10px;
    font-size: 13px;
    font-family: Flaticon;
}
.rs-footer.footer-main-home .footer-top .widget-desc {
    margin: 0 0 27px;
    color: #ffffff;
}
.rs-footer.footer-main-home .footer-bottom input[type="email"] {
    border: none;
    width: 100%;
    font-size: 16px;
    padding: 15px 20px;
    color: #fff;
    overflow: hidden;
    background: #333;
}
.rs-footer.footer-main-home .footer-top p input[type="email"] {
    border: none;
    width: 100%;
    font-size: 16px;
    padding: 15px 20px;
    color: #fff;
    overflow: hidden;
    background: #333;
    margin-bottom: 20px;
}
.rs-footer.footer-main-home .footer-top p input[type="submit"] {
    position: relative;
    border: none;
    background: #ffb703;
    color: #010d14;
    padding: 16px 35px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 26px;
    width: 100%;
    transition: all 0.3s;
}
.rs-footer.footer-main-home .footer-top p input[type="submit"]:hover {
    background: #fff !important;
    color: #010d14;
}
.rs-footer.footer-main-home .footer-top p ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */

    color: #fff;
    opacity: 0.79;
}
.rs-footer.footer-main-home .footer-top p ::-moz-placeholder {
    /* Firefox 19+ */

    color: #fff;
    opacity: 0.79;
}
.rs-footer.footer-main-home .footer-top p :-ms-input-placeholder {
    /* IE 10+ */

    color: #fff;
    opacity: 0.79;
}
.rs-footer.footer-main-home .footer-top p :-moz-placeholder {
    /* Firefox 18- */

    color: #fff;
    opacity: 0.79;
}
.rs-footer.footer-main-home .footer-top .waze,
.rs-footer.footer-main-home .footer-top .whatsapp {
    width: 50px;
    height: auto;
}
.rs-footer.footer-main-home .footer-bottom {
    background: rgba(51, 51, 51, 0.4);
    padding: 20px 0;
}
.rs-footer.footer-main-home .footer-bottom .copyright p {
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
}
.rs-footer.footer-main-home .footer-bottom .copyright p a {
    transition: all 0.4s;
    color: #ffffff;
}
.rs-footer.footer-main-home .footer-bottom .copyright p a:hover {
    color: var(--button-background-1);
}
.rs-footer.footer-main-home .footer-bottom .copy-right-menu li {
    display: inline-block;
    position: relative;
    padding: 0 5px;
}
.rs-footer.footer-main-home .footer-bottom .copy-right-menu li a {
    font-size: 15px;
    color: #ffffff;
}
.rs-footer.footer-main-home .footer-bottom .copy-right-menu li a:hover {
    color: var(--button-background-1);
}
.rs-footer.footer-main-home .footer-bottom .copy-right-menu li:first-child:before {
    display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rs-footer.footer-main-home .footer-bottom .copy-right-menu li {
        padding: 0 10px 0 18px;
    }
}
@media only screen and (max-width: 991px) {
    .rs-footer.footer-main-home {
        background-position: top center !important;
    }
    .rs-footer.footer-main-home .footer-top .footer-title {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .rs-footer.footer-main-home .footer-top .footer-title {
        font-size: 18px;
        line-height: 28px;
    }
    .rs-footer.footer-main-home .footer-top {
        padding: 75px 0 60px;
    }
    .rs-footer.footer-main-home .footer-bottom .copy-right-menu li {
        padding: 0 10px 0 18px;
    }
}
@media only screen and (max-width: 480px) {
    .rs-footer.footer-main-home .footer-bottom .copy-right-menu li {
        padding: 0 8px 0 18px;
    }
}

/* footer.css */
#scrollUp {
    text-align: center;
    bottom: 40px;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 20px;
    z-index: 999;
    border-radius: 50px 50px 4px 4px;
}
#scrollUp i {
    height: 40px;
    font-size: 24px;
    width: 42px;
    border-radius: 0;
    color: #010d14;
    line-height: 36px;
    transition: all 0.3s ease 0s;
    background: var(--button-background-1);
    margin-left: 2px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.04);
    display: block;
}
#scrollUp i:before {
    font-weight: 900;
}
#scrollUp i:hover {
    background: #333;
    color: #fff;
}
/* scroll.css */
@keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
@-webkit-keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
@keyframes loaderpulse {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
@-webkit-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
.move-y {
    animation: move-y 2s alternate infinite;
    -webkit-animation: move-y 2s alternate infinite;
}
@keyframes move-y {
    0% {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(0, 10px, 0);
        -webkit-transform: translate3d(0, 10px, 0);
    }
}
.fadeinup {
    animation-duration: 2s;
    animation-name: fadeInUp;
}
@keyframes fadeinup {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
.fadeInDown {
    animation-name: fadeInDown;
    animation-duration: 2s;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
.fadeInLeft {
    animation-name: fadeInLeft;
    animation-duration: 2s;
}
.fadeInLeft.new {
    animation-duration: 1.25s;
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
.fadeInLeft2 {
    animation-name: fadeInLeft2;
    animation-duration: 2.25s;
}
@-webkit-keyframes fadeInLeft2 {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
.fadeInLeft3 {
    animation-name: fadeInLeft3;
    animation-duration: 2.80s;
}
@-webkit-keyframes fadeInLeft3 {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
.fadeInRight {
    animation-name: fadeInRight;
    animation-duration: 1.25s;
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
.scale {
    animation-duration: 2s;
    -webkit-animation: scale 2s alternate infinite;
}
.scale.new {
    animation-duration: 2.5s;
}
@-webkit-keyframes scale {
    0% {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
    }
    100% {
        transform: scale(1.08);
        -webkit-transform: scale(1.08);
    }
}
.horizontal {
    animation-name: horizontal;
    animation-duration: 20s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@keyframes horizontal {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(100px);
    }
    100% {
        transform: translateX(0);
    }
}
.dance2 {
    -webkit-animation: dance2 4s alternate infinite;
}
@keyframes dance2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
    }
    50% {
        -webkit-transform: translate3d(15px, -15px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, -15px, 15px);
    }
}
.up-down {
    animation: up-down 7s alternate infinite;
    -webkit-animation: up-down 7s alternate infinite;
}
@keyframes up-down {
    0% {
        transform: translateY(20px);
        -webkit-transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
    }
    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
}
@-webkit-keyframes up-down {
    0% {
        transform: translateY(30px);
        -webkit-transform: translateY(0);
    }
    50% {
        transform: translateY(-50px);
        -webkit-transform: translateY(-50px);
    }
    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
}
.spine {
    animation: spine 8s infinite linear;
    -webkit-animation: spine 8s infinite linear;
    animation-duration: spine 8s;
}
@keyframes spine {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}
@-webkit-keyframes spine {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}
spiner {
    animation: spiner 30s infinite linear;
    -webkit-animation: spiner 30s infinite linear;
    animation-duration: spiner 30s;
}
@keyframes spiner {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}
@-webkit-keyframes spiner {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}
.scale {
    animation-duration: 2s;
    -webkit-animation: scale 2s alternate infinite;
}
.scale.new {
    animation-duration: 2.5s;
}
@-webkit-keyframes scale {
    0% {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
    }
    100% {
        transform: scale(1.08);
        -webkit-transform: scale(1.08);
    }
}
.scale2 {
    animation: scale2 2s alternate infinite;
    -webkit-animation: scale2 2s alternate infinite;
}
@-webkit-keyframes scale2 {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    100% {
        transform: scale(1.07);
        -webkit-transform: scale(1.07);
    }
}
.rotated-style {
    animation: rotated-style;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 40s;
}
.rotated-style.new-style {
    animation-duration: 30s;
}
@keyframes rotated-style {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
    }
}
.rotated-style2 {
    animation: rotated-style2 5s linear infinite;
}
@keyframes rotated-style2 {
    0% {
        -webkit-transform: translate(0) rotate(0deg);
        transform: translate(0) rotate(0deg);
    }
    25% {
        -webkit-transform: translate(-10px, 10px) rotate(10deg);
        transform: translate(-10px, 10px) rotate(10deg);
    }
    50% {
        -webkit-transform: translate(5px, -5px) rotate(25deg);
        transform: translate(5px, -5px) rotate(25deg);
    }
    75% {
        -webkit-transform: translate(15px, -5px) rotate(15deg);
        transform: translate(15px, -5px) rotate(15deg);
    }
    100% {
        -webkit-transform: translate(0) rotate(0deg);
        transform: translate(0) rotate(0deg);
    }
}
.fadeInUp {
    animation-duration: 1.25s;
    animation-name: fadeInUp;
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
.veritcal {
    animation-name: veritcal;
    animation-timing-function: linear;
    animation-duration: 15s;
    animation-iteration-count: infinite;
}
@keyframes veritcal {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(100px);
    }
    100% {
        transform: translateY(0);
    }
}
.rs-services.services-style2 .services-box:hover .dance_hover,
.rs-services.services-style7 .services-item:hover .dance_hover {
    animation-name: dance_hover;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}
@keyframes dance_hover {
    16.65% {
        transform: translateY(8px);
    }
    33.3% {
        transform: translateY(-6px);
    }
    49.95% {
        transform: translateY(4px);
    }
    66.6% {
        transform: translateY(-2px);
    }
    83.25% {
        transform: translateY(1px);
    }
    100% {
        transform: translateY(0);
    }
}
/* animations.css */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* slick.css */
