/* ── Theme: roofpress — converted from Envato template ── */
/* Source: roofpress-roofing-services.zip */

/* === assets/css/comparison-slider.css === */
/*!
 * Cndk.BeforeAfter.js v 0.0.2 (https://github.com/ilkerccom/cndkbeforeafter)
 * Ilker Cindik
 * Licensed under the MIT license
 */
 
.cndkbeforeafter { overflow: hidden; position: relative; transition: 0.5s; }
.cndkbeforeafter-container { background: none; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 10; }
.cndkbeforeafter-item { overflow: hidden; position: relative; }
.cndkbeforeafter-item > div { height: 100%; position: absolute; }
.cndkbeforeafter-item img { position: absolute; left: 0; top: 0; width: auto; height: 100%; }
.cndkbeforeafter-item-before { z-index: 5; }
.cndkbeforeafter-item-after { z-index: 10; }
.cndkbeforeafter-seperator { width:4px; position: absolute; height: 100%; z-index: 15; left: 0; top: 0; background: black; cursor: ew-resize; }
.cndkbeforeafter-seperator > div > span { 
        transition: 0.25s;
        cursor: pointer; 
        position: absolute;
        width: 80px; 
        height: 80px;
        cursor: ew-resize;
        background: -moz-linear-gradient( to right, #F25743 0%,#EB3648 100% );
        background: -webkit-linear-gradient( to right, #F25743 0%, #EB3648 100% );
        background: -ms-linear-gradient( to right, #F25743 0%, #EB3648 100%);
        background: linear-gradient( to right, #F25743 0%, #EB3648 100%);
        top: 50%; 
        left: 50%; 
        transform: translate(-50%, -50%) ;
        border-radius: 0px; 


    } 


.cndkbeforeafter-seperator > div > span::after { content: ""; border: solid #fff; border-width: 0 1px 1px 0; display: inline-block; padding: 4px; transform: rotate(135deg); -webkit-transform: rotate(135deg); top: 58%; position: absolute; margin-top: -10px; left: 15px; margin-left: 10px; }
.cndkbeforeafter-seperator > div > span::before { content: ""; border: solid #fff; border-width: 1px 0 0 1px; display: inline-block; padding: 4px; transform: rotate(135deg); -webkit-transform: rotate(135deg); top: 58%; position: absolute; margin-top: -10px; right: 15px; margin-right: 10px; }

.cndkbeforeafter-seperator:hover { opacity:1 !important; }

.cndkbeforeafter-item-before-text, .cndkbeforeafter-item-after-text { position: absolute; z-index: 14; display: inline-block; background: rgba(0, 0, 0, 0.6); color:#fff; padding: 10px; }
.cndkbeforeafter-top-left {  left:0; top: 0; }
.cndkbeforeafter-top-right {  right:0; top: 0; }
.cndkbeforeafter-bottom-left {  left:0; bottom: 0; }
.cndkbeforeafter-bottom-right {  right:0; bottom: 0; }
.cndkbeforeafter-extra-small-text { padding: 5px !important; font-size: 11px !important; bottom: 0; }  
.cndkbeforeafter-extra-small-text-before { left: 0; }
.cndkbeforeafter-extra-small-text-after { right: 0; }
.cndkbeforeafter-hover:hover { opacity: 0.95; box-shadow: 0 0 50px #ccc; }
.cndkbeforeafter-drag-transition { transition: 0.5s; }
.cndkbeforeafter-hover-transition { transition: 0s; }
.cndkbeforeafter-animation { animation: cndkbeforeafter-startanimaton 1s ease-in-out ; }
.cndkbeforeafter-animation-item-1 { animation: cndkbeforeafter-continuous-1 10s ease-in-out infinite; }
.cndkbeforeafter-animation-item-2 { animation: cndkbeforeafter-continuous-2 10s ease-in-out infinite; }
.cndkbeforeafter-animation-seperator { animation: cndkbeforeafter-continuous-3 10s ease-in-out infinite; }

/* Animations */
@keyframes cndkbeforeafter-startanimaton { from { opacity: 0; width:50%; transform: scale(0.85); } to { opacity: 1; width:100%; transform: scale(1); }  }
@keyframes cndkbeforeafter-continuous-1 { 0% { width:10%; } 50% { width:90%; } 100% { width:10%; } }
@keyframes cndkbeforeafter-continuous-2 { 0% { width:90%; } 50% { width:10%; } 100% { width:90%; } }
@keyframes cndkbeforeafter-continuous-3 { 0% { left:10%; } 50% { left:90%; } 100% { left:10%; } }

/* Theme Light */
.cndkbeforeafter-theme-light .cndkbeforeafter-seperator  { 
    background-image: -moz-linear-gradient( 90deg, rgb(242,87,67) 0%, rgb(235,54,72) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(242,87,67) 0%, rgb(235,54,72) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(242,87,67) 0%, rgb(235,54,72) 100%);
}

.cndkbeforeafter-theme-light .cndkbeforeafter-seperator > span::after, .cndkbeforeafter-theme-light .cndkbeforeafter-seperator > span::before { border-color: white !important; }

.cndkbeforeafter-theme-light .cndkbeforeafter-item-before-text, .cndkbeforeafter-theme-light .cndkbeforeafter-item-after-text { background: white !important; color:black !important }

/* Theme Dark */
.cndkbeforeafter-theme-dark .cndkbeforeafter-seperator  { background: black !important; }
.cndkbeforeafter-theme-dark .cndkbeforeafter-seperator > div > span { border-color: black !important; background: black !important; }
.cndkbeforeafter-theme-dark .cndkbeforeafter-seperator > span::after, .cndkbeforeafter-theme-dark .cndkbeforeafter-seperator > span::before { border-color: black !important; }
.cndkbeforeafter-theme-dark :hover > div > span, .cndkbeforeafter-theme-dark :active > div > span { background: black !important; }
.cndkbeforeafter-theme-dark .cndkbeforeafter-item-before-text, .cndkbeforeafter-theme-dark .cndkbeforeafter-item-after-text { background: black !important; color:white !important }

/* For Mobile Devices */
@media only screen and (max-width: 600px) {
    .cndkbeforeafter{ width: 100% !important; }
}
  

@media only screen and (min-width: 576px) and (max-width: 767px){
    .cndkbeforeafter-seperator > div > span {
        width: 40px;
        height: 40px;
    }
    .cndkbeforeafter-seperator > div > span::before {
        margin-top: -7px;
        right: 0;
    }
    .cndkbeforeafter-seperator > div > span::after {
        margin-top: -7px;
        left: 0;
    }
}
@media (max-width: 575px){
    .cndkbeforeafter-seperator > div > span {
        width: 40px;
        height: 40px;
    }
    .cndkbeforeafter-seperator > div > span::before {
        margin-top: -7px;
        right: 0;
    }
    .cndkbeforeafter-seperator > div > span::after {
        margin-top: -7px;
        left: 0;
    }
}

/* === assets/css/datepicker.min.css === */
/*!
 * Datepicker v1.0.10
 * https://fengyuanchen.github.io/datepicker
 *
 * Copyright 2014-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2020-09-29T14:46:09.037Z
 */.datepicker-container{background-color:#fff;direction:ltr;font-size:12px;left:0;line-height:30px;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:none;touch-action:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:210px;z-index:-1}.datepicker-container:after,.datepicker-container:before{border:5px solid transparent;content:" ";display:block;height:0;position:absolute;width:0}.datepicker-dropdown{border:1px solid #ccc;-webkit-box-shadow:0 3px 6px #ccc;box-shadow:0 3px 6px #ccc;-webkit-box-sizing:content-box;box-sizing:content-box;position:absolute;z-index:1}.datepicker-inline{position:static}.datepicker-top-left,.datepicker-top-right{border-top-color:#39f}.datepicker-top-left:after,.datepicker-top-left:before,.datepicker-top-right:after,.datepicker-top-right:before{border-top:0;left:10px;top:-5px}.datepicker-top-left:before,.datepicker-top-right:before{border-bottom-color:#39f}.datepicker-top-left:after,.datepicker-top-right:after{border-bottom-color:#fff;top:-4px}.datepicker-bottom-left,.datepicker-bottom-right{border-bottom-color:#39f}.datepicker-bottom-left:after,.datepicker-bottom-left:before,.datepicker-bottom-right:after,.datepicker-bottom-right:before{border-bottom:0;bottom:-5px;left:10px}.datepicker-bottom-left:before,.datepicker-bottom-right:before{border-top-color:#39f}.datepicker-bottom-left:after,.datepicker-bottom-right:after{border-top-color:#fff;bottom:-4px}.datepicker-bottom-right:after,.datepicker-bottom-right:before,.datepicker-top-right:after,.datepicker-top-right:before{left:auto;right:10px}.datepicker-panel>ul{margin:0;padding:0;width:102%}.datepicker-panel>ul:after,.datepicker-panel>ul:before{content:" ";display:table}.datepicker-panel>ul:after{clear:both}.datepicker-panel>ul>li{background-color:#fff;cursor:pointer;float:left;height:30px;list-style:none;margin:0;padding:0;text-align:center;width:30px}.datepicker-panel>ul>li:hover{background-color:#e5f2ff}.datepicker-panel>ul>li.muted,.datepicker-panel>ul>li.muted:hover{color:#999}.datepicker-panel>ul>li.highlighted{background-color:#e5f2ff}.datepicker-panel>ul>li.highlighted:hover{background-color:#cce5ff}.datepicker-panel>ul>li.picked,.datepicker-panel>ul>li.picked:hover{color:#39f}.datepicker-panel>ul>li.disabled,.datepicker-panel>ul>li.disabled:hover{background-color:#fff;color:#ccc;cursor:default}.datepicker-panel>ul>li.disabled.highlighted,.datepicker-panel>ul>li.disabled:hover.highlighted{background-color:#e5f2ff}.datepicker-panel>ul>li[data-view="month next"],.datepicker-panel>ul>li[data-view="month prev"],.datepicker-panel>ul>li[data-view="year next"],.datepicker-panel>ul>li[data-view="year prev"],.datepicker-panel>ul>li[data-view="years next"],.datepicker-panel>ul>li[data-view="years prev"],.datepicker-panel>ul>li[data-view=next]{font-size:18px}.datepicker-panel>ul>li[data-view="month current"],.datepicker-panel>ul>li[data-view="year current"],.datepicker-panel>ul>li[data-view="years current"]{width:150px}.datepicker-panel>ul[data-view=months]>li,.datepicker-panel>ul[data-view=years]>li{height:52.5px;line-height:52.5px;width:52.5px}.datepicker-panel>ul[data-view=week]>li,.datepicker-panel>ul[data-view=week]>li:hover{background-color:#fff;cursor:default}.datepicker-hide{display:none}

/* === assets/css/default.css === */
.mt-5{margin-top:5px !important}.mt-10{margin-top:10px}.mt-15{margin-top:15px}.mt-20{margin-top:20px}.mt-25{margin-top:25px}.mt-30{margin-top:30px}.mt-35{margin-top:35px}.mt-40{margin-top:40px}.mt-45{margin-top:45px}.mt-50{margin-top:50px}.mt-55{margin-top:55px}.mt-60{margin-top:60px}.mt-65{margin-top:65px}.mt-70{margin-top:70px}.mt-75{margin-top:75px}.mt-80{margin-top:80px}.mt-85{margin-top:85px}.mt-90{margin-top:90px}.mt-95{margin-top:95px}.mt-100{margin-top:100px}.mt-105{margin-top:105px}.mt-110{margin-top:110px}.mt-115{margin-top:115px}.mt-120{margin-top:120px}.mt-125{margin-top:125px}.mt-130{margin-top:130px}.mt-135{margin-top:135px}.mt-140{margin-top:140px}.mt-145{margin-top:145px}.mt-150{margin-top:150px}.mt-155{margin-top:155px}.mt-160{margin-top:160px}.mt-165{margin-top:165px}.mt-170{margin-top:170px}.mt-175{margin-top:175px}.mt-180{margin-top:180px}.mt-185{margin-top:185px}.mt-190{margin-top:190px}.mt-195{margin-top:195px}.mt-200{margin-top:200px}.mb-5{margin-bottom:5px !important}.mb-10{margin-bottom:10px}.mb-15{margin-bottom:15px}.mb-20{margin-bottom:20px}.mb-25{margin-bottom:25px}.mb-30{margin-bottom:30px}.mb-35{margin-bottom:35px}.mb-40{margin-bottom:40px}.mb-45{margin-bottom:45px}.mb-50{margin-bottom:50px}.mb-55{margin-bottom:55px}.mb-60{margin-bottom:60px}.mb-65{margin-bottom:65px}.mb-70{margin-bottom:70px}.mb-75{margin-bottom:75px}.mb-80{margin-bottom:80px}.mb-85{margin-bottom:85px}.mb-90{margin-bottom:90px}.mb-95{margin-bottom:95px}.mb-100{margin-bottom:100px}.mb-105{margin-bottom:105px}.mb-110{margin-bottom:110px}.mb-115{margin-bottom:115px}.mb-120{margin-bottom:120px}.mb-125{margin-bottom:125px}.mb-130{margin-bottom:130px}.mb-135{margin-bottom:135px}.mb-140{margin-bottom:140px}.mb-145{margin-bottom:145px}.mb-150{margin-bottom:150px}.mb-155{margin-bottom:155px}.mb-160{margin-bottom:160px}.mb-165{margin-bottom:165px}.mb-170{margin-bottom:170px}.mb-175{margin-bottom:175px}.mb-180{margin-bottom:180px}.mb-185{margin-bottom:185px}.mb-190{margin-bottom:190px}.mb-195{margin-bottom:195px}.mb-200{margin-bottom:200px}.ml-5{margin-left:5px}.ml-10{margin-left:10px}.ml-15{margin-left:15px}.ml-20{margin-left:20px}.ml-25{margin-left:25px}.ml-30{margin-left:30px}.ml-35{margin-left:35px}.ml-40{margin-left:40px}.ml-45{margin-left:45px}.ml-50{margin-left:50px}.ml-55{margin-left:55px}.ml-60{margin-left:60px}.ml-65{margin-left:65px}.ml-70{margin-left:70px}.ml-75{margin-left:75px}.ml-80{margin-left:80px}.ml-85{margin-left:85px}.ml-90{margin-left:90px}.ml-95{margin-left:95px}.ml-100{margin-left:100px}.ml-105{margin-left:105px}.ml-110{margin-left:110px}.ml-115{margin-left:115px}.ml-120{margin-left:120px}.ml-125{margin-left:125px}.ml-130{margin-left:130px}.ml-135{margin-left:135px}.ml-140{margin-left:140px}.ml-145{margin-left:145px}.ml-150{margin-left:150px}.ml-155{margin-left:155px}.ml-160{margin-left:160px}.ml-165{margin-left:165px}.ml-170{margin-left:170px}.ml-175{margin-left:175px}.ml-180{margin-left:180px}.ml-185{margin-left:185px}.ml-190{margin-left:190px}.ml-195{margin-left:195px}.ml-200{margin-left:200px}.mr-5{margin-right:5px}.mr-10{margin-right:10px}.mr-15{margin-right:15px}.mr-20{margin-right:20px}.mr-25{margin-right:25px}.mr-30{margin-right:30px}.mr-35{margin-right:35px}.mr-40{margin-right:40px}.mr-45{margin-right:45px}.mr-50{margin-right:50px}.mr-55{margin-right:55px}.mr-60{margin-right:60px}.mr-65{margin-right:65px}.mr-70{margin-right:70px}.mr-75{margin-right:75px}.mr-80{margin-right:80px}.mr-85{margin-right:85px}.mr-90{margin-right:90px}.mr-95{margin-right:95px}.mr-100{margin-right:100px}.mr-105{margin-right:105px}.mr-110{margin-right:110px}.mr-115{margin-right:115px}.mr-120{margin-right:120px}.mr-125{margin-right:125px}.mr-130{margin-right:130px}.mr-135{margin-right:135px}.mr-140{margin-right:140px}.mr-145{margin-right:145px}.mr-150{margin-right:150px}.mr-155{margin-right:155px}.mr-160{margin-right:160px}.mr-165{margin-right:165px}.mr-170{margin-right:170px}.mr-175{margin-right:175px}.mr-180{margin-right:180px}.mr-185{margin-right:185px}.mr-190{margin-right:190px}.mr-195{margin-right:195px}.mr-200{margin-right:200px}.pt-5{padding-top:5px}.pt-10{padding-top:10px}.pt-15{padding-top:15px}.pt-20{padding-top:20px}.pt-25{padding-top:25px}.pt-30{padding-top:30px}.pt-35{padding-top:35px}.pt-40{padding-top:40px}.pt-45{padding-top:45px}.pt-50{padding-top:50px}.pt-55{padding-top:55px}.pt-60{padding-top:60px}.pt-65{padding-top:65px}.pt-70{padding-top:70px}.pt-75{padding-top:75px}.pt-80{padding-top:80px}.pt-85{padding-top:85px}.pt-90{padding-top:90px}.pt-95{padding-top:95px}.pt-100{padding-top:100px}.pt-105{padding-top:105px}.pt-110{padding-top:110px}.pt-115{padding-top:115px}.pt-120{padding-top:120px}.pt-125{padding-top:125px}.pt-130{padding-top:130px}.pt-135{padding-top:135px}.pt-140{padding-top:140px}.pt-145{padding-top:145px}.pt-150{padding-top:150px}.pt-155{padding-top:155px}.pt-160{padding-top:160px}.pt-165{padding-top:165px}.pt-170{padding-top:170px}.pt-175{padding-top:175px}.pt-180{padding-top:180px}.pt-185{padding-top:185px}.pt-190{padding-top:190px}.pt-195{padding-top:195px}.pt-200{padding-top:200px}.pb-5{padding-bottom:5px}.pb-10{padding-bottom:10px}.pb-15{padding-bottom:15px}.pb-20{padding-bottom:20px}.pb-25{padding-bottom:25px}.pb-30{padding-bottom:30px}.pb-35{padding-bottom:35px}.pb-40{padding-bottom:40px}.pb-45{padding-bottom:45px}.pb-50{padding-bottom:50px}.pb-55{padding-bottom:55px}.pb-60{padding-bottom:60px}.pb-65{padding-bottom:65px}.pb-70{padding-bottom:70px}.pb-75{padding-bottom:75px}.pb-80{padding-bottom:80px}.pb-85{padding-bottom:85px}.pb-90{padding-bottom:90px}.pb-95{padding-bottom:95px}.pb-100{padding-bottom:100px}.pb-105{padding-bottom:105px}.pb-110{padding-bottom:110px}.pb-115{padding-bottom:115px}.pb-120{padding-bottom:120px}.pb-125{padding-bottom:125px}.pb-130{padding-bottom:130px}.pb-135{padding-bottom:135px}.pb-140{padding-bottom:140px}.pb-145{padding-bottom:145px}.pb-150{padding-bottom:150px}.pb-155{padding-bottom:155px}.pb-160{padding-bottom:160px}.pb-165{padding-bottom:165px}.pb-170{padding-bottom:170px}.pb-175{padding-bottom:175px}.pb-180{padding-bottom:180px}.pb-185{padding-bottom:185px}.pb-190{padding-bottom:190px}.pb-195{padding-bottom:195px}.pb-200{padding-bottom:200px}.pl-5{padding-left:5px}.pl-10{padding-left:10px}.pl-15{padding-left:15px}.pl-20{padding-left:20px}.pl-25{padding-left:25px}.pl-30{padding-left:30px}.pl-35{padding-left:35px}.pl-40{padding-left:40px}.pl-45{padding-left:45px}.pl-50{padding-left:50px}.pl-55{padding-left:55px}.pl-60{padding-left:60px}.pl-65{padding-left:65px}.pl-70{padding-left:70px}.pl-75{padding-left:75px}.pl-80{padding-left:80px}.pl-85{padding-left:85px}.pl-90{padding-left:90px}.pl-95{padding-left:95px}.pl-100{padding-left:100px}.pl-105{padding-left:105px}.pl-110{padding-left:110px}.pl-115{padding-left:115px}.pl-120{padding-left:120px}.pl-125{padding-left:125px}.pl-130{padding-left:130px}.pl-135{padding-left:135px}.pl-140{padding-left:140px}.pl-145{padding-left:145px}.pl-150{padding-left:150px}.pl-155{padding-left:155px}.pl-160{padding-left:160px}.pl-165{padding-left:165px}.pl-170{padding-left:170px}.pl-175{padding-left:175px}.pl-180{padding-left:180px}.pl-185{padding-left:185px}.pl-190{padding-left:190px}.pl-195{padding-left:195px}.pl-200{padding-left:200px}.pr-5{padding-right:5px}.pr-10{padding-right:10px}.pr-15{padding-right:15px}.pr-20{padding-right:20px}.pr-25{padding-right:25px}.pr-30{padding-right:30px}.pr-35{padding-right:35px}.pr-40{padding-right:40px}.pr-45{padding-right:45px}.pr-50{padding-right:50px}.pr-55{padding-right:55px}.pr-60{padding-right:60px}.pr-65{padding-right:65px}.pr-70{padding-right:70px}.pr-75{padding-right:75px}.pr-80{padding-right:80px}.pr-85{padding-right:85px}.pr-90{padding-right:90px}.pr-95{padding-right:95px}.pr-100{padding-right:100px}.pr-105{padding-right:105px}.pr-110{padding-right:110px}.pr-115{padding-right:115px}.pr-120{padding-right:120px}.pr-125{padding-right:125px}.pr-130{padding-right:130px}.pr-135{padding-right:135px}.pr-140{padding-right:140px}.pr-145{padding-right:145px}.pr-150{padding-right:150px}.pr-155{padding-right:155px}.pr-160{padding-right:160px}.pr-165{padding-right:165px}.pr-170{padding-right:170px}.pr-175{padding-right:175px}.pr-180{padding-right:180px}.pr-185{padding-right:185px}.pr-190{padding-right:190px}.pr-195{padding-right:195px}.pr-200{padding-right:200px}

/* === assets/css/flaticon.css === */
	/*
  	Flaticon icon font: Flaticon
  	Creation date: 19/10/2020 12:56
  	*/

@font-face {
  font-family: "Flaticon";
  src: url('/../../../../../../../tmp/envato-convert-roofpress/assets/fonts/Flaticon.eot');
  src: url('/../../../../../../../tmp/envato-convert-roofpress/assets/fonts/Flaticon.eot?#iefix') format("embedded-opentype"),
       url('/../../../../../../../tmp/envato-convert-roofpress/assets/fonts/Flaticon.woff2') format("woff2"),
       url('/../../../../../../../tmp/envato-convert-roofpress/assets/fonts/Flaticon.woff') format("woff"),
       url('/../../../../../../../tmp/envato-convert-roofpress/assets/fonts/Flaticon.ttf') format("truetype"),
       url('/../../../../../../../tmp/envato-convert-roofpress/assets/fonts/Flaticon.svg#Flaticon') format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url('/../../../../../../../tmp/envato-convert-roofpress/assets/fonts/Flaticon.svg#Flaticon') format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
  font-style: normal;
}

.flaticon-storm:before { content: "\f100"; }
.flaticon-heat:before { content: "\f101"; }
.flaticon-solar-panel-1:before { content: "\f102"; }
.flaticon-roof:before { content: "\f103"; }
.flaticon-building:before { content: "\f104"; }
.flaticon-roof-1:before { content: "\f105"; }
.flaticon-roof-2:before { content: "\f106"; }
.flaticon-roof-3:before { content: "\f107"; }
.flaticon-rain:before { content: "\f108"; }
.flaticon-solar-panel:before { content: "\f109"; }
.flaticon-roof-4:before { content: "\f10a"; }
.flaticon-brick-wall:before { content: "\f10b"; }
.flaticon-customer-support:before { content: "\f10c"; }
.flaticon-house:before { content: "\f10d"; }
.flaticon-commercial-structures:before { content: "\f10e"; }
.flaticon-store-commercial-symbol-outline:before { content: "\f10f"; }
.flaticon-house-1:before { content: "\f110"; }
.flaticon-document:before { content: "\f111"; }
.flaticon-house-value:before { content: "\f112"; }
.flaticon-investment:before { content: "\f113"; }
.flaticon-location:before { content: "\f114"; }
.flaticon-auction:before { content: "\f115"; }
.flaticon-factory:before { content: "\f116"; }
.flaticon-finder:before { content: "\f117"; }
.flaticon-solar-panel-2:before { content: "\f118"; }
.flaticon-solar-house:before { content: "\f119"; }
.flaticon-weather:before { content: "\f11a"; }
.flaticon-stopwatch:before { content: "\f11b"; }
.flaticon-45-minutes:before { content: "\f11c"; }
.flaticon-customer-service:before { content: "\f11d"; }
.flaticon-technical-support:before { content: "\f11e"; }
.flaticon-contract:before { content: "\f11f"; }
.flaticon-worker:before { content: "\f120"; }
.flaticon-folder:before { content: "\f121"; }
.flaticon-roof-5:before { content: "\f122"; }
.flaticon-clouds:before { content: "\f123"; }
.flaticon-nut:before { content: "\f124"; }
.flaticon-map:before { content: "\f125"; }
.flaticon-group:before { content: "\f126"; }
.flaticon-maps:before { content: "\f127"; }
.flaticon-map-1:before { content: "\f128"; }
.flaticon-hot-cup:before { content: "\f129"; }
.flaticon-tap:before { content: "\f12a"; }
.flaticon-exit-door:before { content: "\f12b"; }
.flaticon-map-2:before { content: "\f12c"; }
.flaticon-mail:before { content: "\f12d"; }
.flaticon-open-envelope:before { content: "\f12e"; }
.flaticon-phone-call:before { content: "\f12f"; }

/* === assets/css/meanmenu.css === */

/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */

/* hide the link until viewport size is reached */
a.meanmenu-reveal {
	display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  float: left;
  position: relative;
  width: 100%;
  z-index: 999999;
  margin-top: 15px;
}

.mean-container a.meanmenu-reveal {
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1px;
  font-weight: 700;
  height: 22px;
  line-height: 22px;
  margin-top: -40px;
  padding: 8px 9px;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: -37px;
  width: 22px;
}
.mean-container a.meanmenu-reveal span {
  background: #fff none repeat scroll 0 0;
  display: block;
  height: 3px;
  margin-top: 3px;
}

.mean-container .mean-nav {
  background: #0c1923 none repeat scroll 0 0;
  float: left;
  width: 100%;
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}

.mean-container .mean-nav ul li a {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  display: block;
  float: left;
  margin: 0;
  padding: 10px 5%;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  width: 90%;
}

.mean-container .mean-nav ul li li a {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.75;
  padding: 10px 10%;
  text-shadow: none;
  visibility: visible;
  width: 80%;
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
	background: #252525;
	background: rgba(255,255,255,0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
  border-color: currentcolor currentcolor rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.4);
  border-image: none;
  border-style: none none solid solid;
  border-width: medium medium 1px 1px;
  font-weight: 700;
  height: 27px;
  margin-top: 1px;
  padding: 8px 12px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 26px;
  z-index: 2;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background: rgba(0,0,0,0.9);
}

.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


.mean-remove {
	display: none !important;
}


/* === assets/css/metisMenu.css === */
/*!
* metismenu https://github.com/onokumus/metismenu#readme
* A jQuery menu plugin
* @version 3.0.6
* @author Osman Nuri Okumus <onokumus@gmail.com> (https://github.com/onokumus)
* @license: MIT 
*/
.metismenu .arrow {
  float: right;
  line-height: 1.42857;
}
*[dir="rtl"] .metismenu .arrow {
  float: left;
}

/*
 * Require Bootstrap 3.x
 * https://github.com/twbs/bootstrap
*/

.metismenu .glyphicon.arrow:before {
  content: "\e079";
}
.metismenu .mm-active > a > .glyphicon.arrow:before {
  content: "\e114";
}

/*
 * Require Font-Awesome
 * http://fortawesome.github.io/Font-Awesome/
*/

.metismenu .fa.arrow:before {
  content: "\f104";
}
.metismenu .mm-active > a > .fa.arrow:before {
  content: "\f107";
}

/*
 * Require Ionicons
 * http://ionicons.com/
*/

.metismenu .ion.arrow:before {
  content: "\f3d2"
}
.metismenu .mm-active > a > .ion.arrow:before {
  content: "\f3d0";
}
.metismenu .plus-times {
  float: right;
}
*[dir="rtl"] .metismenu .plus-times {
  float: left;
}
.metismenu .fa.plus-times:before {
  content: "\f067";
}
.metismenu .mm-active > a > .fa.plus-times {
  transform: rotate(45deg);
}
.metismenu .plus-minus {
  float: right;
}
*[dir="rtl"] .metismenu .plus-minus {
  float: left;
}
.metismenu .fa.plus-minus:before {
  content: "\f067";
}
.metismenu .mm-active > a > .fa.plus-minus:before {
  content: "\f068";
}
.metismenu .mm-collapse:not(.mm-show) {
  display: none;
}

.metismenu .mm-collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height, visibility;
}

.metismenu .has-arrow {
  position: relative;
}

.metismenu .has-arrow::after {
  position: absolute;
  content: '';
  width: .5em;
  height: .5em;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: currentColor;
  border-color: initial;
  right: 1em;
  transform: rotate(-45deg) translate(0, -50%);
  transform-origin: top;
  top: 50%;
  transition: all .3s ease-out;
}

*[dir="rtl"] .metismenu .has-arrow::after {
  right: auto;
  left: 1em;
  transform: rotate(135deg) translate(0, -50%);
}

.metismenu .mm-active > .has-arrow::after,
.metismenu .has-arrow[aria-expanded="true"]::after {
  transform: rotate(-135deg) translate(0, -50%);
}

*[dir="rtl"] .metismenu .mm-active > .has-arrow::after,
*[dir="rtl"] .metismenu .has-arrow[aria-expanded="true"]::after {
  transform: rotate(225deg) translate(0, -50%);
}

/*# sourceMappingURL=metisMenu.css.map */

/* === assets/css/preloader.css === */
#loading{
	background: -moz-linear-gradient( to right, #F25743 0%,#EB3648 100% );
	background: -webkit-linear-gradient( to right, #F25743 0%, #EB3648 100% );
	background: -ms-linear-gradient( to right, #F25743 0%, #EB3648 100%);
	background: linear-gradient( to right, #F25743 0%, #EB3648 100%);
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 9999999;
	margin-top: 0px;
	top: 0px;
}
#loading-center{
	width: 100%;
	height: 100%;
	position: relative;
	}
#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 60px;
	width: 60px;
	margin-top: -30px;
	margin-left: -30px;
    -webkit-animation: loading-center-absolute 1s infinite;
	animation: loading-center-absolute 1s infinite;

}
.object{
	width: 20px;
	height: 20px;
	background-color: #FFF;
	float: left;
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	margin-right: 20px;
	margin-bottom: 20px;	
}
.object:nth-child(2n+0) {
	margin-right: 0px;

}
#object_one{
	-webkit-animation: object_one 1s infinite;
	animation: object_one 1s infinite;
	}
#object_two{
	-webkit-animation: object_two 1s infinite;
	animation: object_two 1s infinite;
	}	
#object_three{
	-webkit-animation: object_three 1s infinite;
	animation: object_three 1s infinite;
	}		
#object_four{
	-webkit-animation: object_four 1s infinite;
	animation: object_four 1s infinite;
	}		
	
@-webkit-keyframes loading-center-absolute{
100% {
    -ms-transform: rotate(360deg); 
   	-webkit-transform: rotate(360deg); 
    transform: rotate(360deg); 
	}			
	
}		
@keyframes loading-center-absolute{
100% {
    -ms-transform: rotate(360deg); 
   	-webkit-transform: rotate(360deg); 
    transform: rotate(360deg); 
	}
}	
	
	
								

@-webkit-keyframes object_one{
50% {
    -ms-transform: translate(20px,20px); 
   	-webkit-transform: translate(20px,20px);
    transform: translate(20px,20px);
	}
}		
@keyframes object_one{
50% {
     -ms-transform: translate(20px,20px); 
   	-webkit-transform: translate(20px,20px);
    transform: translate(20px,20px);
	}
}


@-webkit-keyframes object_two{
50% {
    -ms-transform: translate(-20px,20px); 
   	-webkit-transform: translate(-20px,20px);
    transform: translate(-20px,20px);
	}
}		
@keyframes object_two{
50% {
    -ms-transform: translate(-20px,20px); 
   	-webkit-transform: translate(-20px,20px);
    transform: translate(-20px,20px);
	}
}



@-webkit-keyframes object_three{
50% {
    -ms-transform: translate(20px,-20px); 
   	-webkit-transform: translate(20px,-20px);
    transform: translate(20px,-20px);
	}
}		
@keyframes object_three{
50% {
    -ms-transform: translate(20px,-20px); 
   	-webkit-transform: translate(20px,-20px);
    transform: translate(20px,-20px);
	}
}



@-webkit-keyframes object_four{
50% {
    -ms-transform: translate(-20px,-20px); 
   	-webkit-transform: translate(-20px,-20px);
    transform: translate(-20px,-20px);
	}
}		
@keyframes object_four{
50% {
    -ms-transform: translate(-20px,-20px); 
   	-webkit-transform: translate(-20px,-20px);
    transform: translate(-20px,-20px);
	}
}


/* === assets/css/style.css === */
@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Template Name: RoofPress – Roofing Services HTML5 Template
    Template URI: site.com
    Description: RoofPress – Roofing Services HTML5 Template
    Author: BasicTheme
    Author URI: site.com
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS	
    02. Header CSS	
    03. Slider CSS	
    04. Appointment CSS	
    05. About CSS	
    06. Client CSS	
    07. Services CSS	
    08. Portfolio CSS	
    09. Testimonial CSS	
    10. Blog CSS	
    11. Features CSS	
    12. Why CSS	
    13. Team CSS	
    14. Faq CSS	
    15. Roof Video CSS	
    16. Cta CSS	
    17. Contact CSS	
    18. Impression CSS	
    19. Counter CSS	
    20. Order CSS	
    21. Shop CSS	
    22. Login CSS	
    23. Footer CSS	

-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/
/* 1. Theme default css */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #1e1e2a;
  line-height: 27px;
}

.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

input:focus {
  outline: none;
}

a,
.btn,
button,
span,
p,
input,
select,
textarea,
li,
img,
*::after,
*::before,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6,
.theme-gradient,
.theme-gradient-hover {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.theme-gradient {
  position: relative;
  z-index: 1;
}
.theme-gradient::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -webkit-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -ms-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: linear-gradient(to right, #F25743 0%, #EB3648 100%);
  visibility: visible;
  opacity: 1;
  z-index: -1;
}

.theme-gradient-hover {
  position: relative;
  z-index: 1;
}
.theme-gradient-hover::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -webkit-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -ms-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: linear-gradient(to right, #F25743 0%, #EB3648 100%);
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.theme-gradient-hover:hover::before {
  visibility: visible;
  opacity: 1;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
  border: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  color: #1e1e2a;
  margin-top: 0px;
  font-weight: 700;
  line-height: 1;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

p {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #1e1e2a;
  margin-bottom: 15px;
  line-height: 1.6;
}

::selection,
::-moz-selection,
*::-moz-selection {
  background: #f15144;
  color: #ffffff;
  text-shadow: none;
}

/*--
    - Input Placeholder
-----------------------------------------*/
*::placeholder,
*::-moz-placeholder {
  color: #1e1e2a;
  font-size: 14px;
  opacity: 1;
}

.theme-input input:focus::-moz-placeholder, .theme-input input:focus::placeholder, .theme-input textarea:focus::-moz-placeholder, .theme-input textarea:focus::placeholder {
  opacity: 0;
}

/*--
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

/*--
    - Background color
-----------------------------------------*/
.grey-bg {
  background: #f7f7f7;
}

.grey-bg-2 {
  background: #cacad5;
}

.grey-bg-3 {
  background: #f9f9f9;
}

.grey-bg-4 {
  background: #f8f8f8;
}

.grey-bg-6 {
  background: #f5f5f5;
}

.white-bg {
  background: #ffffff;
}

.black-bg {
  background: #1e1e2a;
}

.black-soft-bg {
  background: #f2faff;
}

.footer-bg {
  background: #1e1e2a;
}

.footer-bottom-bg {
  background: #15151f;
}

.footer-bottom-bg-2 {
  background: #f0f0f0;
}

/*--
    - color
-----------------------------------------*/
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
  color: #ffffff !important;
}

.white-color {
  color: #ffffff;
}

.black-color {
  color: #1e1e2a;
}

/* spacing padding margin */
.mb-13 {
  margin-bottom: 13px;
}

.ml-13 {
  margin-left: 13px;
}

.mt-04 {
  margin-top: 4px;
}

.mt--240 {
  margin-top: -240px;
}

.mt--50 {
  margin-top: -50px;
}

.mt--1 {
  margin-top: -1px;
}

.mt--60 {
  margin-top: -60px;
}

.mt--190 {
  margin-top: -190px;
}

.mt--140 {
  margin-top: -140px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt--140 {
    margin-top: -60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt--140 {
    margin-top: -95px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .mt--140 {
    margin-top: -95px;
  }
}

.mt--95 {
  margin-top: -95px;
}

.mt--130 {
  margin-top: -130px;
}

.mt--270 {
  margin-top: -270px;
}

.mb--240 {
  margin-bottom: -240px;
}

.ml--45 {
  margin-left: -45px;
}

.pt-215 {
  padding-top: 215px;
}

.pr-260 {
  padding-right: 260px;
}

.pb-270 {
  padding-bottom: 270px;
}

.pb-325 {
  padding-bottom: 325px;
}

.box-115 {
  padding-left: 115px;
  padding-right: 115px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .box-115 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .box-115 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .box-115 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .box-115 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 575px) {
  .box-115 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* theme btn */
.r-btn {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  text-transform: capitalize;
  height: 60px;
  line-height: 60px;
  padding: 0 44px;
  display: inline-block;
  border: none;
  outline: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  background: -moz-linear-gradient(to left, #F25743, #EB3648, #F25743);
  background: -webkit-linear-gradient(to left, #F25743, #EB3648, #F25743);
  background: -ms-linear-gradient(to left, #F25743, #EB3648, #F25743);
  background: linear-gradient(to left, #F25743, #EB3648, #F25743);
  background-size: 200%;
}
.r-btn-2 {
  padding: 0 56px;
}
.r-btn i {
  padding-left: 10px;
}
.r-btn:hover {
  color: #ffffff;
  background-position: right center;
  cursor: pointer;
}
.r-btn-black {
  background: #1e1e2a;
}
.r-btn-black:hover {
  background: #ffffff;
  color: #1e1e2a;
}
.r-btn-black-2:hover {
  background: #f15144;
  color: #ffffff;
}
.r-btn-white {
  background: #ffffff;
  color: #f15144;
}
.r-btn-white:hover {
  background-color: #1e1e2a;
  color: #ffffff;
}
.r-btn-white-2 {
  background: #ffffff;
  color: #1e1e2a;
}
.r-btn-white-2:hover {
  background: #1e1e2a;
  color: #ffffff;
}
.r-btn-grey {
  background: #f7f7f7;
  color: #1e1e2a;
}
.r-btn-grey:hover {
  background: #1e1e2a;
  color: #ffffff;
}
.r-btn-full {
  width: 100%;
  text-align: center;
}
.r-btn-md {
  padding: 0 80px;
}
@media (max-width: 575px) {
  .r-btn-md {
    padding: 0px 40px;
  }
}
.r-btn-md i {
  padding-left: 18px;
}

.gradient-btn {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  background: -moz-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -webkit-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -ms-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: linear-gradient(to right, #F25743 0%, #EB3648 100%);
}
.gradient-btn:hover {
  color: #ffffff;
}
.gradient-btn-2 {
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 14px;
}

.icon::before {
  margin-left: 0;
}

/* line */
.line {
  display: inline-block !important;
  margin-bottom: 3px !important;
  margin-right: 13px;
}

/* scroll to top */
#scroll a {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  color: #ffffff;
  list-style-type: none;
  border: 1px solid #f15144;
  z-index: 999;
  background: linear-gradient(270deg, #f25743, #eb3648);
  background-size: 400% 400%;
  -webkit-animation: gradientAnimation 2s ease infinite;
  -moz-animation: gradientAnimation 2s ease infinite;
  -o-animation: gradientAnimation 2s ease infinite;
  animation: gradientAnimation 2s ease infinite;
}

@-webkit-keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-o-keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* section title */
.section__title h1 {
  font-size: 50px;
  line-height: 1.2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section__title h1 {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .section__title h1 {
    font-size: 35px;
  }
}
.section__title h1 span {
  color: #f15144;
}
.section__pre-title {
  margin-bottom: 9px;
}
.section__pre-title i {
  color: #f15144;
  margin-right: 3px;
}
.section__pre-title i:last-child {
  margin-left: 3px;
}
.section__pre-title span {
  position: relative;
  color: #f15144;
  font-weight: 700;
  text-transform: capitalize;
}
.section__pre-title span::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: -moz-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -webkit-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -ms-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: linear-gradient(to right, #F25743 0%, #EB3648 100%);
}
.section__pre-title-2 span {
  text-transform: uppercase;
}
.section__pre-title-2 span::after {
  display: none;
}
.section__pre-title .line.right {
  margin-left: 13px;
}
.section__pre-title .line img {
  margin-bottom: 4px;
}
.section__para p {
  font-size: 18px;
  font-weight: 400;
  margin-left: 17px;
}

/* page title area */
.page__title {
  height: 440px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page__title::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.page__title-inner h1 {
  font-size: 72px;
  color: #ffffff;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .page__title-inner h1 {
    font-size: 40px;
  }
}
.page__title-breadcrumb .breadcrumb {
  background: transparent;
  padding: 0;
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.page__title-breadcrumb .breadcrumb-item {
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
}
.page__title-breadcrumb .breadcrumb-item a:hover {
  color: #f15144;
}
.page__title-breadcrumb .breadcrumb-item.active::before {
  content: "|";
  color: #ffffff;
}

/* custom container */
.container.custom-container {
  max-width: 1320px;
}

.container.custom-container-2 {
  max-width: 1550px;
}

.custom-row-10 {
  margin-left: -10px;
  margin-right: -10px;
}

.custom-col-10 {
  padding: 0px 10px;
}

/* roof navigation */
.roof__navigation-wrapper {
  padding: 23px 0;
  border-top: 2px solid #f7f7f7;
  border-bottom: 2px solid #f7f7f7;
}
@media (max-width: 575px) {
  .roof__navigation-item.next {
    margin-top: 25px;
  }
}
.roof__navigation-item span {
  color: #f15144;
  font-weight: 700;
  text-transform: capitalize;
}
.roof__navigation-item span a:hover {
  color: #1e1e2a;
}
.roof__navigation-item h3 {
  margin-bottom: 0;
}
.roof__navigation-item h3 a:hover {
  color: #f15144;
}

/* basic page navigation */
.basic-pagination ul {
  display: block;
}
.basic-pagination ul li {
  display: inline-block;
  margin: 0 5px;
}
.basic-pagination ul li.active a {
  background-color: #f15144;
  color: #ffffff;
  border-color: #f15144;
}
.basic-pagination ul li a {
  height: 70px;
  width: 70px;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50%;
  line-height: 66px;
  margin: 0px;
  display: inline-block;
  text-align: center;
  border: 2px solid #eaebec;
  position: relative;
  z-index: 1;
}
.basic-pagination ul li a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f15144;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  z-index: -1;
}
.basic-pagination ul li a:hover {
  background: #f15144;
  border-color: #f15144;
  color: #ffffff;
}

/* play btn */
.play-btn {
  display: inline-block;
  width: 85px;
  height: 85px;
  line-height: 87px;
  text-align: center;
  background-color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #f15144;
  animation: pulse 2s infinite;
}
.play-btn:hover {
  background-color: #f15144;
  color: #ffffff;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
/* insta feed */
#Instafeed {
  overflow: hidden;
}
#Instafeed li {
  width: 33.33%;
  float: left;
  padding: 0 5px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #Instafeed li {
    width: 15%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #Instafeed li {
    width: 25%;
  }
}
@media (max-width: 575px) {
  #Instafeed li {
    width: 50%;
  }
}

/* rating */
.rating ul li {
  display: inline-block;
}
.rating ul li span {
  font-size: 10px;
  color: #ffb400;
}
.rating.rating-shop ul {
  display: inline-block;
}
.rating.rating-shop ul li span {
  font-size: 12px;
  color: #f15144;
}
.rating.rating-shop span {
  font-size: 12px;
  font-weight: 500;
}

.rating-left {
  position: relative;
  padding-left: 25px;
  margin-left: 25px;
}
.rating-left::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 12px;
  width: 1px;
  background: #dcdcdc;
}
.rating-left a:hover {
  color: #f15144;
}

/*----------------------------------------*/
/*  02. HEADER CSS START
/*----------------------------------------*/
.header__transparent {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 1;
}
.header__transparent-3 {
  top: 0;
}
.header__top {
  background-size: contain;
}
.header__right-3 {
  padding-left: 15px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header__right-bottom {
    margin-top: 14px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header__right-bottom-2 {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header__right-bottom-2 {
    margin-top: 0px;
  }
}
@media (max-width: 575px) {
  .header__right-bottom-2 {
    padding-right: 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header__info-3 {
    margin-left: 25px;
    margin-right: 0;
  }
}
.header__info-icon i {
  color: #f15144;
  font-size: 20px;
  margin-right: 10px;
}
.header__info-text h6 {
  font-size: 12px;
  font-weight: 400;
  color: #cacad5;
  margin-bottom: 0;
}
.header__info-text p {
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0;
}
.header__lang ul li {
  position: relative;
  z-index: 11;
  padding-bottom: 15px;
}
.header__lang ul li a {
  font-size: 14px;
  color: #ffffff;
  text-transform: capitalize;
}
.header__lang ul li a i {
  margin-left: 4px;
}
.header__lang ul li ul {
  position: absolute;
  top: 120%;
  right: 0;
  min-width: 100px;
  background-color: #ffffff;
  padding: 10px 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.header__lang ul li ul::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: -moz-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -webkit-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -ms-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: linear-gradient(to right, #F25743 0%, #EB3648 100%);
}
.header__lang ul li ul li {
  padding: 0;
}
.header__lang ul li ul li a {
  color: #1e1e2a;
  padding: 10px 15px;
}
.header__lang ul li ul li a:hover {
  color: #f15144;
}
.header__lang ul li:hover ul {
  top: 100%;
  visibility: visible;
  opacity: 1;
}
.header__search {
  position: relative;
}
.header__search input {
  background: transparent;
  width: 200px;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  border: none;
  color: #ffffff;
  font-size: 14px;
}
.header__search input::placeholder {
  color: #f7969b;
  font-size: 14px;
}
.header__search button {
  position: absolute;
  top: 47%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  background: transparent;
  color: #ffffff;
}
.header__search-2 {
  margin-right: 25px;
}
.header__search-2 button {
  background: transparent;
  color: #ffffff;
}
.header__search-wrapper {
  position: fixed;
  content: "";
  top: 20%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(30, 30, 42, 0.9);
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
}
.header__search-wrapper.opened {
  top: 0;
  visibility: visible;
  opacity: 1;
}
.header__search-form {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70%;
}
@media (max-width: 575px) {
  .header__search-form {
    width: 90%;
  }
}
.header__search-form input {
  width: 100%;
  height: 80px;
  line-height: 80px;
  background: transparent;
  border: none;
  outline: none;
  padding: 0 20px;
  padding-right: 80px;
  border-bottom: 2px solid rgba(202, 202, 213, 0.5);
  text-align: center;
  color: #ffffff;
  font-size: 18px;
}
@media (max-width: 575px) {
  .header__search-form input {
    padding-right: 70px;
  }
}
.header__search-form input:focus {
  border-color: #ffffff;
}
.header__search-form input::placeholder {
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
}
@media (max-width: 575px) {
  .header__search-form input::placeholder {
    font-size: 16px;
  }
}
.header__search-form button {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  font-size: 20px;
  color: #ffffff;
  width: 80px;
  height: 80px;
  line-height: 80px;
}
.header__search-close {
  position: absolute;
  top: 80px;
  right: 15%;
}
.header__search-close-btn {
  color: #ffffff;
  font-size: 22px;
  background: transparent;
}
.header__search-3 {
  margin-right: 0;
}
.header__search-3 button {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: -moz-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -webkit-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -ms-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: linear-gradient(to right, #F25743 0%, #EB3648 100%);
  color: #ffffff;
  font-size: 16px;
}
.header__bar-2 {
  padding: 40px 0;
}

@media (max-width: 575px) {
  .header__bar-3 {
    margin-left: 0;
  }
}

.sticky__header {
  display: none;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}
.sticky__header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 8px 0;
  padding-bottom: 9px;
  background: #ffffff;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.25);
  z-index: 99;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  display: block;
}

.extra__info-btn {
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  color: #1e1e2a;
  text-align: center;
  background-color: #ffffff;
}
.extra__info-btn:hover {
  background: #1e1e2a;
  color: #ffffff;
}
.extra__info-btn-2 {
  background: #1e1e2a;
  color: #ffffff;
}
.extra__info-btn-2:hover {
  color: #ffffff;
  background: #f15144;
}

.logo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .logo {
    padding-left: 12px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .logo {
    padding-left: 23px;
  }
}
@media (max-width: 575px) {
  .logo {
    text-align: center;
  }
}
.logo img {
  padding-left: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .logo img {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .logo img {
    padding-left: 8px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .logo img {
    padding-left: 0px;
  }
}
@media (max-width: 575px) {
  .logo img {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .logo-2 {
    padding-left: 20px;
  }
}
@media (max-width: 575px) {
  .logo-2 {
    padding-left: 15px;
  }
}
.logo-3 {
  padding: 30px 30px;
}
@media (max-width: 575px) {
  .logo-3 {
    padding: 30px 10px;
  }
}

.main-menu ul li {
  display: inline-block;
  margin-right: 35px;
  position: relative;
}
.main-menu ul li a {
  display: block;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  padding: 16px 0;
}
.main-menu ul li.has-dropdown > a {
  position: relative;
  padding-right: 13px;
}
.main-menu ul li.has-dropdown > a::after {
  position: absolute;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  font-size: 14px;
  color: #ffffff;
}
.main-menu ul li.has-dropdown:hover a::after {
  color: #1e1e2a;
}
.main-menu ul li ul.submenu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background: #ffffff;
  z-index: 1;
  padding: 7px 0;
  transform-origin: 0 0;
  box-shadow: 0px 15px 30px 0px rgba(0, 3, 143, 0.1);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  visibility: hidden;
  opacity: 0;
  border-top: 4px solid #f15144;
}
.main-menu ul li ul.submenu li {
  margin-right: 0;
  display: block;
  border-bottom: 1px solid #cacad5;
  position: relative;
}
.main-menu ul li ul.submenu li:last-child {
  border-bottom: 0;
}
.main-menu ul li ul.submenu li a {
  display: block;
  padding: 7px 30px;
  color: #1e1e2a;
  text-transform: capitalize;
}
.main-menu ul li ul.submenu li a:hover {
  color: #f15144;
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.main-menu ul li ul.submenu li ul.submenu {
  position: absolute;
  left: 100%;
  top: 10%;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  visibility: hidden;
  opacity: 0;
}
.main-menu ul li ul.submenu li:hover ul.submenu {
  top: 0;
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.main-menu ul li:hover > a {
  color: #1e1e2a;
}
.main-menu ul li:hover > a::after {
  color: #1e1e2a;
}
.main-menu ul li:hover ul.submenu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.main-menu-2 {
  padding-right: 20px;
}
@media lg {
  .main-menu-2 {
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu-2 ul li {
    margin-right: 15px;
  }
}
.main-menu-2 ul li a {
  color: #1e1e2a;
  padding: 56px 0;
  padding-bottom: 57px;
}
.main-menu-2 ul li.has-dropdown a::after {
  color: #1e1e2a;
}
.main-menu-2 ul li.has-dropdown:hover a::after {
  color: #f15144;
}
.main-menu-2 ul li:hover > a {
  color: #f15144;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .main-menu-3 ul li {
    margin-right: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu-3 ul li {
    margin-right: 25px;
  }
}
.main-menu-3 ul li:hover a {
  color: #f15144;
}
.main-menu-3 ul li.has-dropdown:hover a::after {
  color: #f15144;
}
.main-menu.sticky__menu ul li a {
  padding-top: 20px;
  padding-bottom: 20px;
}

.extra__info-close a {
  color: #ffffff;
  font-size: 18px;
}
.extra__info-inner {
  position: fixed;
  right: calc(-100% - 20px);
  top: 0;
  padding: 30px;
  width: 320px;
  height: 100%;
  background: -moz-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -webkit-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -ms-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: linear-gradient(to right, #F25743 0%, #EB3648 100%);
  overflow-y: scroll;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.extra__info-logo {
  padding: 30px;
}
.extra__info-content {
  margin-bottom: 30px;
}
.extra__info-content h4 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.extra__info-content p {
  color: #ffffff;
  margin-bottom: 25px;
}
.extra__info-content ul li {
  margin-bottom: 10px;
  display: flex;
}
.extra__info-content ul li .icon i {
  line-height: 27px;
  color: #ffffff;
  margin-right: 15px;
}
.extra__info-content ul li .text span {
  color: #ffffff;
}
.extra__info.info-opened .extra__info-inner {
  right: 0;
}

.body-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  visibility: hidden;
  opacity: 0;
}

.body-overlay.opened {
  opacity: 1;
  visibility: visible;
}

/* side menu area start */
.side-mobile-menu {
  display: none;
}
.side-mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.side-mobile-menu ul li {
  display: block;
}
.side-mobile-menu ul li:last-child a {
  border-bottom: none;
}
.side-mobile-menu ul li a {
  padding: 13px 0;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
}
.side-mobile-menu ul li a:hover {
  color: #ffffff;
  padding-left: 5px;
}
.side-mobile-menu ul li a[aria-expanded=true] {
  color: #ffffff;
}
.side-mobile-menu ul li a[aria-expanded=true]:before {
  background: #ffffff;
  border-color: #ffffff;
}
.side-mobile-menu ul li ul {
  padding-left: 0;
  list-style: none;
}
.side-mobile-menu ul li ul li {
  padding-left: 15px;
}
.side-mobile-menu ul li ul li:hover > a {
  color: #ffffff;
  padding-left: 20px;
}
.side-mobile-menu ul li ul li:hover > a:before {
  background: #ffffff;
  border-color: #ffffff;
}
.side-mobile-menu ul li ul li a {
  position: relative;
  padding-left: 15px;
  text-transform: capitalize;
  font-size: 16px;
}
.side-mobile-menu ul li ul li a:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #ffffff;
  border-radius: 50%;
}
.side-mobile-menu ul li ul li a[aria-expanded=true] {
  padding-left: 20px;
}
.side-mobile-menu ul li.has-dropdown > a:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-width: 2px 0 0 2px;
  border-style: solid;
  border-color: initial;
  right: 16px;
  top: 50%;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  -webkit-transform-origin: top;
  transform-origin: top;
  transition: all 0.3s ease-out;
}
.side-mobile-menu ul li.has-dropdown a[aria-expanded=true]:after {
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}

/*----------------------------------------*/
/*  03. SLIDER CSS START
/*----------------------------------------*/
.single-slider {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.single-slider::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.single-slider-2::before {
  background-color: rgba(0, 0, 0, 0.8);
}
.single-slider-3::before {
  background-color: rgba(0, 0, 0, 0.7);
}

.slider__height {
  height: 1000px;
}
.slider__height-2 {
  height: 850px;
}
.slider__height-3 {
  height: 760px;
}
.slider__content h1 {
  font-size: 72px;
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .slider__content h1 {
    font-size: 40px;
  }
}
.slider__content span {
  color: #f15144;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .slider__content-2 .line {
    display: none;
  }
}
.slider__content-2 h1 {
  margin-bottom: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__content-2 h1 {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .slider__content-2 h1 {
    font-size: 35px;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__content-3 h1 {
    font-size: 50px;
  }
}
.slider__info {
  padding-left: 22px;
  padding-top: 3px;
  padding-bottom: 3px;
  position: relative;
  margin-bottom: 33px;
}
.slider__info::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-image: -moz-linear-gradient(90deg, rgb(242, 87, 67) 0%, rgb(235, 54, 72) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(242, 87, 67) 0%, rgb(235, 54, 72) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(242, 87, 67) 0%, rgb(235, 54, 72) 100%);
}
.slider__info span {
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  color: #ffffff;
}
@media (max-width: 575px) {
  .slider__info span {
    font-size: 13px;
  }
}
.slider__info h3 {
  font-size: 40px;
  color: #ffffff;
}
@media (max-width: 575px) {
  .slider__info h3 {
    font-size: 28px;
  }
}
.slider__info-2 {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.slider__info-wrapper {
  padding: 35px 65px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider__info-wrapper {
    padding: 35px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider__info-wrapper {
    padding: 20px 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__info-wrapper {
    padding: 35px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__info-wrapper {
    padding: 35px 10px;
  }
}
@media (max-width: 575px) {
  .slider__info-wrapper {
    padding: 35px 20px;
  }
}
.slider__info-wrapper:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.slider__info-wrapper.border-both {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.slider__info-wrapper.border-both:hover {
  border-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 575px) {
  .slider__btn a {
    margin-right: 30px;
  }
}
.slider__info-icon i {
  color: #f15144;
  font-size: 20px;
  margin-right: 10px;
}
.slider__info-text h6 {
  font-size: 12px;
  font-weight: 400;
  color: #cacad5;
  margin-bottom: 0;
}
.slider__info-text p {
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__info-arrow {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .slider__info-arrow {
    margin-left: 30px;
  }
}
.slider__info-arrow a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}
.slider__info-arrow a:hover {
  background: #ffffff;
  color: #1e1e2a;
}
.slider__form {
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 35px 40px;
  padding-bottom: 55px;
}
.slider__form-inner h5 {
  text-transform: capitalize;
  color: #ffffff;
}
.slider__form-input input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  padding: 0 30px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
}
.slider__form-input input::placeholder {
  color: #8d8d8d;
  text-transform: capitalize;
}
.slider__form-input input:focus {
  border-color: #ffffff;
}
.slider__form-input label {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffffff;
}
.slider__form-btn {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.slider__form-btn button {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  background: -moz-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -webkit-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -ms-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: linear-gradient(to right, #F25743 0%, #EB3648 100%);
}
.slider__nav {
  position: absolute;
  top: calc(100% + 15px);
  left: 51%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.slider__nav .slick-current .slider__nav-icon {
  color: #ffffff;
  background: -moz-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -webkit-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -ms-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: linear-gradient(to right, #F25743 0%, #EB3648 100%);
  -webkit-box-shadow: 0px 8px 16px 0px rgba(255, 81, 81, 0.2);
  -moz-box-shadow: 0px 8px 16px 0px rgba(255, 81, 81, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(255, 81, 81, 0.2);
}
.slider__nav-icon {
  display: inline-block;
  width: 170px;
  height: 170px;
  line-height: 170px;
  text-align: center;
  font-size: 60px;
  background-color: #ffffff;
  color: #f15144;
}
.slider__nav-icon:hover {
  color: #ffffff;
}
.slider__nav-icon:hover {
  cursor: pointer;
}

/*----------------------------------------*/
/*  04. APPOINTMENT CSS
/*----------------------------------------*/
.appointment__area {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.appointment__area::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 42, 0.9);
}

.appointment__form-title h3 {
  margin-bottom: 15px;
}
.appointment__form-icon-item {
  margin-left: 20px;
  width: 100px;
  height: 90px;
  border: 2px solid #f9f9f9;
  padding: 15px;
  padding-top: 20px;
}
.appointment__form-icon-item i {
  display: inline-block;
  margin-bottom: 3px;
  font-size: 35px;
  color: #f15144;
}
.appointment__form-icon-item h6 {
  font-size: 12px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.appointment__form-icon-item:hover i {
  color: #ffffff;
}
.appointment__form-icon-item:hover h6 {
  color: #ffffff;
}
.appointment__form-wrapper {
  padding: 60px 70px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 29, 35, 0.06);
  -moz-box-shadow: 0px 16px 32px 0px rgba(0, 29, 35, 0.06);
  box-shadow: 0px 16px 32px 0px rgba(0, 29, 35, 0.06);
}
@media (max-width: 575px) {
  .appointment__form-wrapper {
    padding: 30px;
  }
}
.appointment__form-group {
  width: 33.33%;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .appointment__form-group {
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .appointment__form-group {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .appointment__form-group {
    width: 100%;
    margin-right: 0;
  }
}
.appointment__form-group input, .appointment__form-group select {
  width: 100%;
  font-size: 14px;
  height: 60px;
  line-height: 60px;
  padding: 0 15px;
  padding-left: 50px;
  background-color: #f9f9f9;
  border: 1px solid transparent;
}
.appointment__form-group input::placeholder, .appointment__form-group select::placeholder {
  color: #a8a8a8;
  text-transform: capitalize;
}
.appointment__form-group input:focus, .appointment__form-group select:focus {
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 29, 35, 0.06);
  -moz-box-shadow: 0px 16px 32px 0px rgba(0, 29, 35, 0.06);
  box-shadow: 0px 16px 32px 0px rgba(0, 29, 35, 0.06);
  border-color: #f15144;
}
.appointment__form-group label {
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 28px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #a8a8a8;
}
.appointment__form-group button {
  width: 100%;
}
.appointment__form-select {
  position: relative;
}
.appointment__form-select::after {
  position: absolute;
  content: "\f107";
  left: 28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  color: #a8a8a8;
}
.appointment__form-select select {
  appearance: none;
  -moz-appearance: none;
  color: #a8a8a8;
  text-transform: capitalize;
}
.appointment__form-tab .nav-tabs {
  border: none;
}
.appointment__form-tab .nav-tabs .nav-link {
  margin-bottom: 15px;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
}
.appointment__form-tab .nav-tabs .nav-link.active .appointment__form-icon-item {
  border-color: transparent;
  background: -moz-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -webkit-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -ms-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: linear-gradient(to right, #F25743 0%, #EB3648 100%);
}
.appointment__form-tab .nav-tabs .nav-link.active .appointment__form-icon-item i {
  color: #ffffff;
}
.appointment__form-tab .nav-tabs .nav-link.active .appointment__form-icon-item h6 {
  color: #ffffff;
}

/*----------------------------------------*/
/*  05.  ABOUT CSS START
/*----------------------------------------*/
.about__thumb-2 {
  position: relative;
  z-index: 11;
}
.about__thumb-2::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -50%;
  width: calc(100% - 40px);
  height: 530px;
  background: -moz-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -webkit-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -ms-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: linear-gradient(to right, #F25743 0%, #EB3648 100%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  z-index: -1;
  animation: round 2s linear infinite alternate;
}
@media (max-width: 575px) {
  .about__thumb-2::before {
    height: 140%;
  }
}
@media (max-width: 575px) {
  .about__thumb-2 img {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about__img img {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .about__img img {
    width: 100%;
  }
}
.about__img-1 {
  display: inline-block;
  border: 10px solid #ffffff;
  position: relative;
  z-index: 11;
}
.about__img-2 {
  margin-top: -170px;
}
@media (max-width: 575px) {
  .about__img-2 {
    display: none;
  }
}
.about__img-2 img {
  border-top: 15px solid #ffffff;
  border-left: 15px solid #ffffff;
}
.about__img-2-inner {
  position: relative;
  text-align: right;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about__img-2-inner {
    margin-left: 150px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about__img-2-inner {
    margin-left: 150px;
  }
}
.about__img-2-inner::after, .about__img-2-inner::before {
  position: absolute;
  content: "";
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: #ffffff;
  z-index: 1;
}
.about__img-2-inner::before {
  top: auto;
  right: auto;
  left: -15px;
  bottom: -15px;
  background: -moz-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -webkit-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -ms-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: linear-gradient(to right, #F25743 0%, #EB3648 100%);
}
.about__img-4 {
  margin-top: -170px;
  margin-left: 130px;
}
@media (max-width: 575px) {
  .about__img-4 {
    margin-left: 0;
    margin-top: 30px;
  }
}
.about__img-4 img {
  border: 15px solid #ffffff;
  max-width: 370px;
  -webkit-box-shadow: 0px 16px 21px 0px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0px 16px 21px 0px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 16px 21px 0px rgba(0, 0, 0, 0.02);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about__img-4 img {
    max-width: 290px;
  }
}
@media (max-width: 575px) {
  .about__img-4 img {
    max-width: 100%;
  }
}
.about__experience {
  bottom: -118px;
  right: -30px;
  width: 190px;
  height: 190px;
  background: #ffffff;
  padding-top: 38px;
}
@media (max-width: 575px) {
  .about__experience {
    right: 0;
  }
}
.about__experience::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: -moz-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -webkit-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -ms-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: linear-gradient(to right, #F25743 0%, #EB3648 100%);
}
.about__experience h2 {
  font-size: 24px;
  margin-bottom: 0px;
}
.about__experience h2 span {
  font-size: 80px;
}
.about__experience span {
  font-weight: 700;
  text-transform: capitalize;
}
.about__experience-3 {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about__experience-3 {
    top: 35%;
  }
}
@media (max-width: 575px) {
  .about__experience-3 {
    width: 130px;
    height: 100px;
    padding-top: 25px;
  }
}
.about__experience-3::after {
  display: none;
}
@media (max-width: 575px) {
  .about__experience-3 h2 {
    font-size: 14px;
  }
}
.about__experience-3 h2 span {
  color: #f15144;
}
@media (max-width: 575px) {
  .about__experience-3 h2 span {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .about__experience-3 span {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about__content {
    padding-left: 0;
    margin-top: 170px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about__content {
    padding-left: 0;
    margin-top: 170px;
  }
}
@media (max-width: 575px) {
  .about__content {
    padding-left: 0;
    margin-top: 50px;
  }
}
.about__content p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 28px;
}
.about__content-inner p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 25px;
}
.about__content-inner-2 p {
  font-size: 18px;
  font-weight: 400;
  margin-left: 17px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about__content-2 {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about__content-2 {
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .about__content-2 {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about__content-3 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about__content-3 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about__content-3 {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .about__content-3 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about__content-4 {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about__content-4 {
    margin-top: 100px;
  }
}
@media (max-width: 575px) {
  .about__content-4 {
    margin-top: 100px;
  }
}
.about__features-item {
  margin-top: 27px;
}
.about__features-item-inner {
  margin-bottom: 13px;
}
.about__features-item-inner .icon {
  margin-right: 15px;
  margin-top: 8px;
}
.about__features-item-inner .icon i {
  font-size: 60px;
  color: #f15144;
}
.about__features-item-inner .text h2 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0;
}
.about__features-item-inner .text p {
  line-height: 24px;
}
.about__features-item-inner-2 .icon i {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #f15144;
  font-size: 18px;
  background: #ffffff;
}
.about__features-item-inner-2 .text span {
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about__features-item-2 {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .about__features-item-2 {
    padding-left: 0;
  }
}
.about__author {
  padding-top: 38px;
  border-top: 1px solid #f0f0f0;
  margin-top: 35px;
}
.about__author-details h4 {
  font-size: 18px;
}
.about__author-details h4 span {
  font-size: 16px;
  color: #f15144;
}
@media (max-width: 575px) {
  .about__author-btn {
    margin-top: 20px;
  }
}

@-webkit-keyframes round {
  0% {
    -webkit-border-radius: 23% 77% 50% 50%/50% 50% 50% 50%;
    -moz-border-radius: 23% 77% 50% 50%/50% 50% 50% 50%;
    border-radius: 23% 77% 50% 50%/50% 50% 50% 50%;
  }
  100% {
    -webkit-border-radius: 76% 24% 50% 50%/50% 50% 50% 50%;
    -moz-border-radius: 76% 24% 50% 50%/50% 50% 50% 50%;
    border-radius: 76% 24% 50% 50%/50% 50% 50% 50%;
  }
}
@keyframes round {
  0% {
    -webkit-border-radius: 23% 77% 50% 50%/50% 50% 50% 50%;
    -moz-border-radius: 23% 77% 50% 50%/50% 50% 50% 50%;
    border-radius: 23% 77% 50% 50%/50% 50% 50% 50%;
  }
  100% {
    -webkit-border-radius: 76% 24% 50% 50%/50% 50% 50% 50%;
    -moz-border-radius: 76% 24% 50% 50%/50% 50% 50% 50%;
    border-radius: 76% 24% 50% 50%/50% 50% 50% 50%;
  }
}
/*----------------------------------------*/
/*  06.  CLIENT CSS START
/*----------------------------------------*/
.client__slider {
  border-bottom: 1px solid #e6e6e6;
}
.client__slider-title h4 {
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.client__slider-title h4::after, .client__slider-title h4::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 43%;
  height: 1px;
  background: #e6e6e6;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .client__slider-title h4::after, .client__slider-title h4::before {
    width: 34%;
  }
}
@media (max-width: 575px) {
  .client__slider-title h4::after, .client__slider-title h4::before {
    width: 27%;
  }
}
.client__slider-title h4::before {
  left: auto;
  right: 0;
}
.client__thumb img {
  width: inherit !important;
  display: inline-block !important;
}

/*----------------------------------------*/
/*  07.  SERVICES CSS START
/*----------------------------------------*/
.services__item:hover .services__thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.services__item:hover .services__thumb::after, .services__item:hover .services__thumb::before {
  bottom: -3%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services__item:hover .services__thumb::after, .services__item:hover .services__thumb::before {
    bottom: 0%;
    height: 110%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services__item:hover .services__thumb::after, .services__item:hover .services__thumb::before {
    bottom: 0%;
    height: 102%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .services__item:hover .services__thumb::after, .services__item:hover .services__thumb::before {
    bottom: -16%;
  }
}
.services__item:hover .services__thumb::after {
  clip-path: polygon(0 67%, 100% 45%, 100% 100%, 0% 100%);
}
.services__item:hover .services__thumb::before {
  clip-path: polygon(0 45%, 100% 67%, 100% 100%, 0% 100%);
}
.services__item:hover .services__content {
  bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services__item:hover .services__content {
    bottom: 20px;
  }
}
@media (max-width: 575px) {
  .services__item:hover .services__content {
    bottom: 20px;
  }
}
.services__item:hover .services__content .services__content-inner p {
  visibility: visible;
  opacity: 1;
}
.services__item-3:hover .services__thumb-3 img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.services__thumb::after, .services__thumb::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -16%;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -webkit-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -ms-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: linear-gradient(to right, #F25743 0%, #EB3648 100%);
  opacity: 0.8;
  clip-path: polygon(0 45%, 100% 67%, 100% 100%, 0% 100%);
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services__thumb::after, .services__thumb::before {
    bottom: -20%;
    height: 110%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services__thumb::after, .services__thumb::before {
    bottom: -20%;
    height: 110%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .services__thumb::after, .services__thumb::before {
    bottom: -24%;
  }
}
.services__thumb::before {
  left: auto;
  right: 0;
  clip-path: polygon(0 67%, 100% 45%, 100% 100%, 0% 100%);
}
.services__thumb-3::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(90deg, rgb(30, 30, 42) 0%, rgba(30, 30, 42, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(30, 30, 42) 0%, rgba(30, 30, 42, 0) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(30, 30, 42) 0%, rgba(30, 30, 42, 0) 100%);
}
.services__content {
  position: absolute;
  bottom: -18px;
  padding: 0px 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services__content {
    bottom: -35px;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .services__content {
    bottom: -25px;
    padding: 0 90px;
  }
}
@media (max-width: 575px) {
  .services__content {
    bottom: -40px;
    padding: 0 15px;
  }
}
.services__content-inner {
  position: relative;
  z-index: 11;
}
.services__content-inner h3 {
  color: #ffffff;
  text-transform: capitalize;
}
.services__content-inner p {
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 16px;
  visibility: hidden;
  opacity: 0;
}
.services__content-3 {
  border: 2px solid #353540;
  border-top: 0;
  padding: 35px;
}
.services__content-3 h3 {
  color: #ffffff;
}
.services__content-3 h3 a:hover {
  color: #f15144;
}
.services__content-3 p {
  color: #a4a4ab;
  margin-bottom: 0;
}
.services__icon {
  margin-bottom: 23px;
}
.services__icon i {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.services__icon i::before {
  font-size: 35px;
  color: #f15144;
}
.services__icon-3 {
  bottom: 0;
  left: 40px;
  z-index: 1;
}
.services__icon-3 i {
  font-size: 60px;
  color: #f15144;
}
.services__text p {
  font-size: 16px;
  line-height: 28px;
}
.services__text p span {
  font-weight: 700;
  text-decoration: underline;
}
.services__benifit-content {
  padding-left: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services__benifit-content {
    padding: 0px;
  }
}
.services__benifit-content h2 {
  font-size: 36px;
  margin-bottom: 30px;
}
.services__benifit-list ul li {
  margin-bottom: 12px;
}
.services__benifit-list ul li .icon {
  margin-right: 13px;
}
.services__benifit-list ul li .icon i {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  text-align: center;
  background: #f6f6f6;
  color: #f15144;
  font-size: 14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.services__benifit-list ul li .text span {
  font-weight: 500;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services__sidebar {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .services__sidebar {
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .services__sidebar {
    margin-top: 50px;
  }
}
.services__widget {
  padding: 38px 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services__widget {
    padding: 38px 25px;
  }
}
.services__widget--title h4 {
  margin-bottom: 25px;
}
.services__widget--content .services ul li {
  margin-bottom: 10px;
}
.services__widget--content .services ul li:last-child {
  margin-bottom: 0px;
}
.services__widget--content .services ul li a {
  font-weight: 700;
  padding: 15px 30px;
  background: #ffffff;
  display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services__widget--content .services ul li a {
    padding: 20px;
  }
}
.services__widget--content .services ul li a:hover {
  color: #ffffff;
}
.services__widget--content .brochures ul li {
  margin-bottom: 10px;
}
.services__widget--content .brochures ul li:last-child {
  margin-bottom: 0px;
}
.services__widget--content .brochures ul li a {
  font-weight: 700;
  padding: 20px 30px;
  background: #ffffff;
  display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services__widget--content .brochures ul li a {
    padding: 20px;
  }
}
.services__widget--content .brochures ul li a:hover {
  color: #ffffff;
}
.services__widget--content .brochures ul li a:hover i {
  color: #ffffff;
}
.services__widget--content .brochures ul li a i {
  margin-right: 15px;
  color: #f15144;
}
.services__widget--pattern {
  width: 100%;
}
.services__widget--pattern.top {
  top: 0;
  left: 0;
}
.services__widget--pattern.bottom {
  bottom: 0;
  left: 0;
}

/*----------------------------------------*/
/*  08.  PORTFOLIO CSS START
/*----------------------------------------*/
.portfolio__area-3::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: calc(100% - 175px);
  height: 100%;
  background: #f8f8f8;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio__area-3::before {
    width: calc(100% - 15px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio__area-3::before {
    width: calc(100% - 15px);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .portfolio__area-3::before {
    width: calc(100% - 15px);
  }
}
@media (max-width: 575px) {
  .portfolio__area-3::before {
    width: calc(100% - 15px);
  }
}
.portfolio__item:hover .portfolio__content {
  bottom: 0;
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.portfolio__item:hover .portfolio__thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.portfolio__item:hover .portfolio__thumb::after {
  visibility: visible;
  opacity: 1;
}
.portfolio__item-2:hover .portfolio__thumb-2 img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.portfolio__item-2:hover .portfolio__thumb-2::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}
.portfolio__item-2:hover .portfolio__content-2 {
  top: 50%;
  visibility: visible;
  opacity: 1;
}
.portfolio__item-3:hover .portfolio__thumb-3 img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.portfolio__item-3:hover .portfolio__thumb-3::after {
  visibility: visible;
  opacity: 0.9;
}
.portfolio__item-3:hover .portfolio__content-3 {
  top: 50%;
  visibility: visible;
  opacity: 1;
}
.portfolio__item-3:hover .portfolio__content-5 {
  top: 35px;
  visibility: visible;
  opacity: 1;
}
.portfolio__item-3:hover .portfolio__icon-5 {
  bottom: 40px;
  visibility: visible;
  opacity: 1;
}
.portfolio__thumb::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 42, 0.5);
  visibility: hidden;
  opacity: 0;
}
.portfolio__thumb-2::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 42, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.portfolio__thumb-3::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -webkit-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -ms-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: linear-gradient(to right, #F25743 0%, #EB3648 100%);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
}
.portfolio__thumb-4::after {
  background: rgba(30, 30, 42, 0.9);
}
.portfolio__icon-5 {
  bottom: 20px;
  left: 40px;
  z-index: 11;
  visibility: hidden;
  opacity: 0;
}
.portfolio__icon-5 a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  background: -moz-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -webkit-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -ms-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: linear-gradient(to right, #F25743 0%, #EB3648 100%);
}
.portfolio__content {
  bottom: -100px;
  left: 0;
  width: 100%;
  padding: 30px 37px;
  padding-bottom: 33px;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  visibility: hidden;
  opacity: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .portfolio__content {
    padding: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio__content {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .portfolio__content {
    padding: 15px;
    padding-bottom: 20px;
  }
}
.portfolio__content-inner h3 {
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .portfolio__content-inner h3 {
    font-size: 17px;
  }
}
@media (max-width: 575px) {
  .portfolio__content-inner h3 {
    font-size: 17px;
  }
}
.portfolio__content-inner h3:hover a {
  color: #f15144;
}
.portfolio__content-2 {
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
}
.portfolio__content-2 a {
  font-size: 30px;
  color: #ffffff;
}
.portfolio__content-2 a:hover {
  color: #f15144;
}
.portfolio__content-3 {
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 11;
  visibility: hidden;
  opacity: 0;
}
.portfolio__content-3 a {
  color: #ffffff;
  font-size: 20px;
}
.portfolio__content-4 {
  top: 20px;
}
.portfolio__content-5 {
  left: 37px;
  right: 37px;
  top: 20px;
  z-index: 11;
  visibility: hidden;
  opacity: 0;
}
.portfolio__content-5 h3 {
  color: #ffffff;
}
.portfolio__content-5 h3 a:hover {
  color: #f15144;
}
.portfolio__content-5 p {
  color: #bdbdc6;
  font-size: 16px;
  line-height: 26px;
}
.portfolio__tag {
  margin-bottom: 3px;
}
.portfolio__tag a {
  font-size: 14px;
  color: #f15144;
  position: relative;
  font-weight: 700;
}
.portfolio__tag a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: -moz-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -webkit-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -ms-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: linear-gradient(to right, #F25743 0%, #EB3648 100%);
}
.portfolio__btn {
  display: inline-block;
  font-size: 14px;
  height: 60px;
  line-height: 56px;
  padding: 0 35px;
  text-transform: capitalize;
  color: #1e1e2a;
  border: 2px solid #f2f2f2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: 700;
}
@media (max-width: 575px) {
  .portfolio__btn {
    padding: 0 15px;
  }
}
.portfolio__btn:hover {
  background: #1e1e2a;
  color: #ffffff;
  border-color: #1e1e2a;
}
@media (max-width: 575px) {
  .portfolio__btn-wrapper {
    display: none;
  }
}
.portfolio__masonary-btn button {
  padding: 20px;
  color: #1e1e2a;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 -2px;
  background: transparent;
  border-bottom: 1px solid #f6f6f6;
  position: relative;
}
.portfolio__masonary-btn button::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 4px;
  background: -moz-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -webkit-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -ms-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: linear-gradient(to right, #F25743 0%, #EB3648 100%);
}
.portfolio__masonary-btn button.active::after {
  width: 100%;
}
.portfolio__details {
  top: 60px;
  right: 0;
  -webkit-transform: translateX(77%);
  -moz-transform: translateX(77%);
  -ms-transform: translateX(77%);
  transform: translateX(77%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio__details {
    top: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio__details {
    top: auto;
    bottom: 0;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .portfolio__details {
    display: none;
  }
}
@media (max-width: 575px) {
  .portfolio__details {
    display: none;
  }
}
.portfolio__details-bg {
  top: -4px;
  left: 0;
}
.portfolio__details-bg.bottom {
  top: auto;
  bottom: -4px;
}
.portfolio__details-inner {
  padding: 38px;
  padding-top: 36px;
  padding-bottom: 33px;
}
.portfolio__details-item {
  padding-bottom: 10px;
  margin-bottom: 16px;
  border-bottom: 1px solid #f5f5f5;
}
.portfolio__details-item h6 {
  margin-bottom: 3px;
}
.portfolio__social ul li {
  display: inline-block;
  margin-right: 12px;
}
.portfolio__social ul li a {
  color: #bebebe;
}
.portfolio__social ul li a:hover {
  color: #f15144;
}
.portfolio__text h1 {
  font-size: 36px;
  margin-bottom: 15px;
}
.portfolio__text p {
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio__img {
    padding-right: 210px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio__img {
    padding-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .portfolio__img {
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .portfolio__img {
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .portfolio__goal-img {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio__goal-img img {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .portfolio__goal-img img {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio__goal-content {
    padding-top: 10px;
  }
}
.portfolio__goal-content h2 {
  font-size: 36px;
  margin-bottom: 15px;
}
.portfolio__goal-content p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 33px;
}
.portfolio__goal-list ul li {
  margin-bottom: 12px;
}
.portfolio__goal-list ul li:last-child {
  margin-bottom: 0;
}
.portfolio__goal-list ul li .icon {
  margin-right: 13px;
}
.portfolio__goal-list ul li .icon i {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  text-align: center;
  background: #f6f6f6;
  color: #f15144;
  font-size: 14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.portfolio__goal-list ul li .text span {
  font-weight: 500;
}
.portfolio__process-item {
  padding: 38px 70px;
  padding-bottom: 30px;
  margin-right: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio__process-item {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio__process-item {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .portfolio__process-item {
    padding-left: 55px;
    padding-right: 55px;
  }
}
.portfolio__process-item:hover {
  background: #ffffff;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(172, 172, 172, 0.1);
  -moz-box-shadow: 0px 16px 32px 0px rgba(172, 172, 172, 0.1);
  box-shadow: 0px 16px 32px 0px rgba(172, 172, 172, 0.1);
}
.portfolio__process-item:hover::before {
  color: #f15144;
  right: -40px;
}
@media (max-width: 575px) {
  .portfolio__process-item:hover::before {
    right: 45%;
    bottom: -25px;
  }
}
.portfolio__process-item::before {
  position: absolute;
  content: "\f178";
  right: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-size: 40px;
  color: #f8f8f8;
}
@media (max-width: 575px) {
  .portfolio__process-item::before {
    top: auto;
    bottom: -20px;
    right: 45%;
    -webkit-transform: translateX(0%) rotate(90deg);
    -moz-transform: translateX(0%) rotate(90deg);
    -ms-transform: translateX(0%) rotate(90deg);
    transform: translateX(0%) rotate(90deg);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio__process-item.second::before {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .portfolio__process-item.second::before {
    display: none;
  }
}
.portfolio__process-item.last::before {
  display: none;
}
.portfolio__process-item .icon {
  margin-bottom: 13px;
}
.portfolio__process-item .icon i {
  display: inline-block;
  font-size: 26px;
  color: #ffffff;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background: -moz-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -webkit-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -ms-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: linear-gradient(to right, #F25743 0%, #EB3648 100%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.portfolio__process-item .text h5 {
  line-height: 28px;
  margin-bottom: 0;
}

/*----------------------------------------*/
/*  09.  TESTIMONIAL CSS START
/*----------------------------------------*/
.testimonial__area {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.testimonial__area::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 42, 0.9);
}
.testimonial__area-2 {
  background-position: center;
  background-repeat: no-repeat;
}
.testimonial__slider-2 .owl-dots {
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}
@media (max-width: 575px) {
  .testimonial__slider-2 .owl-dots {
    bottom: -78px;
  }
}
.testimonial__slider-2 .owl-dots .owl-dot {
  display: inline-block;
  width: 30px;
  height: 6px;
  margin: 0 5px;
  background: #d6d6d6;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.testimonial__slider-2 .owl-dots .owl-dot.active {
  background: #f15144;
}
.testimonial__slider-3 .owl-dots {
  position: absolute;
  top: -130px;
  right: 0;
  text-align: center;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial__slider-3 .owl-dots {
    display: none;
  }
}
@media (max-width: 575px) {
  .testimonial__slider-3 .owl-dots {
    display: none;
  }
}
.testimonial__slider-3 .owl-dots .owl-dot {
  display: inline-block;
  width: 30px;
  height: 6px;
  margin: 0 5px;
  background: #d6d6d6;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.testimonial__slider-3 .owl-dots .owl-dot.active {
  background: #f15144;
}
.testimonial__title h4 {
  margin-bottom: 0;
}
.testimonial__customers {
  margin-bottom: 13px;
}
.testimonial__customers span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
}
.testimonial__customers span span {
  margin-left: 2px;
  color: #f15144;
  position: relative;
}
.testimonial__customers span span::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: -moz-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -webkit-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -ms-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: linear-gradient(to right, #F25743 0%, #EB3648 100%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial__thumb {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial__thumb {
    display: none;
  }
}
@media (max-width: 575px) {
  .testimonial__thumb {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial__thumb img {
    width: 100%;
    position: absolute;
    bottom: 0;
  }
}
.testimonial__thumb-2 img {
  display: inline-block !important;
  width: 60px !important;
  height: 60px !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 30px 60px 0px rgba(0, 29, 35, 0.2);
  -moz-box-shadow: 0px 30px 60px 0px rgba(0, 29, 35, 0.2);
  box-shadow: 0px 30px 60px 0px rgba(0, 29, 35, 0.2);
}
@media (max-width: 575px) {
  .testimonial__thumb-3 {
    margin-bottom: 40px;
  }
}
.testimonial__thumb-3 img {
  width: 100px !important;
  height: 100px !important;
}
.testimonial__thumb-4 img {
  width: inherit !important;
}
.testimonial__quote {
  margin-top: 7px;
}
.testimonial__quote span {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border-top-left-radius: 0;
  background: -moz-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -webkit-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -ms-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: linear-gradient(to right, #F25743 0%, #EB3648 100%);
}
.testimonial__quote-2 {
  top: 80px;
  left: -20px;
}
.testimonial__quote-2 span {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border-top-left-radius: 0;
  background: -moz-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -webkit-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -ms-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: linear-gradient(to right, #F25743 0%, #EB3648 100%);
}
.testimonial__quote-4 {
  top: 25px;
  right: -15px;
}
.testimonial__quote-4 span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  background: -moz-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -webkit-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -ms-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: linear-gradient(to right, #F25743 0%, #EB3648 100%);
}
.testimonial__item p {
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial__item {
    padding-bottom: 80px;
  }
}
.testimonial__item-3 {
  padding: 40px;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(30, 30, 30, 0.06);
  -moz-box-shadow: 0px 16px 32px 0px rgba(30, 30, 30, 0.06);
  box-shadow: 0px 16px 32px 0px rgba(30, 30, 30, 0.06);
}
.testimonial__item-3:hover {
  background: #1e1e2a;
}
.testimonial__item-3:hover::before {
  bottom: -20px;
  opacity: 1;
  visibility: visible;
}
.testimonial__item-3:hover .testimonial__content-3 p {
  color: #ababb5;
}
.testimonial__item-3:hover .testimonial__person-3 h3 {
  color: #ffffff;
}
.testimonial__item-3::before {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 40px);
  height: 100%;
  background: #f7f7f7;
  z-index: -1;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
}
.testimonial__item-4 {
  padding: 20px;
  border: 2px solid #f7f7f7;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial__content-wrapper {
    padding-top: 35px;
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial__content-wrapper {
    padding-top: 35px;
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial__content-wrapper {
    padding-top: 35px;
    padding-bottom: 90px;
  }
}
@media (max-width: 575px) {
  .testimonial__content-wrapper {
    padding-top: 35px;
    padding-bottom: 90px;
  }
}
.testimonial__info h3 {
  color: #ffffff;
  margin-bottom: 3px;
}
.testimonial__info span {
  color: #f15144;
}
.testimonial__content-2 p {
  font-size: 24px;
  color: #777777;
  padding: 0 30px;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .testimonial__content-2 p {
    font-size: 16px;
    padding: 0 10px;
  }
}
.testimonial__content-3 p {
  font-size: 18px;
  line-height: 30px;
  color: #777777;
}
.testimonial__content-4 p {
  margin-bottom: 7px;
}
.testimonial__person h3 {
  margin-bottom: 0;
}
.testimonial__person .avater-company {
  font-size: 16px;
  font-weight: 700;
  color: #f15144;
}
.testimonial__person-4 h6 {
  font-size: 14px;
  margin-bottom: 0;
}
.testimonial__person-4 h6 span {
  font-weight: 400;
  color: #f15144;
}

/*----------------------------------------*/
/*  10.  BLOG CSS START
/*----------------------------------------*/
.blog__item:hover {
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 29, 35, 0.06);
  -moz-box-shadow: 0px 16px 32px 0px rgba(0, 29, 35, 0.06);
  box-shadow: 0px 16px 32px 0px rgba(0, 29, 35, 0.06);
}
.blog__item:hover .blog__thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.blog__item:hover .blog__content::after {
  height: 4px;
  opacity: 1;
  visibility: visible;
}
.blog__item:hover .blog__content-2 {
  background-color: #ffffff;
  border-color: transparent;
}
.blog__item:hover .blog__content-2 h4 {
  color: #1e1e2a;
}
.blog__item:hover .blog__meta-2 a {
  color: #1e1e2a;
}
.blog__item:hover .blog__meta-2 a:hover {
  color: #f15144;
}
.blog__tag {
  right: 30px;
  bottom: 0;
}
.blog__tag a {
  display: block;
  width: 90px;
  text-align: center;
  font-size: 14px;
  padding: 3px 0;
  font-weight: 700;
  color: #ffffff;
  background: -moz-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -webkit-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -ms-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: linear-gradient(to right, #F25743 0%, #EB3648 100%);
}
.blog__content {
  border: 2px solid #f7f7f7;
  border-top: none;
  padding: 30px 36px;
  padding-bottom: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog__content {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .blog__content {
    padding: 20px;
  }
}
.blog__content::after {
  position: absolute;
  content: "";
  bottom: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: 0px;
  background: -moz-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -webkit-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -ms-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: linear-gradient(to right, #F25743 0%, #EB3648 100%);
  visibility: visible;
  opacity: 0;
}
.blog__content h4 {
  line-height: 30px;
  margin-bottom: 0;
}
.blog__content h4 a:hover {
  color: #f15144;
}
.blog__content-2 {
  border-color: #272733;
}
.blog__content-2 h4 {
  color: #ffffff;
}
.blog__meta {
  margin-bottom: 3px;
}
.blog__meta a {
  font-size: 14px;
  font-weight: 700;
  margin-right: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog__meta a {
    margin-right: 20px;
  }
}
.blog__meta a i {
  margin-right: 6px;
  font-size: 14px;
}
.blog__meta a:hover {
  color: #f15144;
}
.blog__meta-2 a {
  color: #aaaaaa;
}
.blog__meta-3 {
  margin-bottom: 13px;
}
.blog__meta-3 span {
  font-size: 14px;
  font-weight: 700;
  margin-right: 25px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog__meta-3 span {
    margin-right: 10px;
  }
}
@media (max-width: 575px) {
  .blog__meta-3 span {
    display: block;
  }
}
.blog__meta-3 span a {
  margin-right: 0;
}
.blog__meta-3 span i {
  color: #f15144;
  margin-right: 6px;
}
.blog__meta-3 span:hover {
  color: #f15144;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog__meta-4 span {
    margin-right: 10px;
  }
}

.postbox__content {
  border: 2px solid #ededed;
  border-top: none;
  padding: 43px 45px;
  padding-bottom: 48px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .postbox__content {
    padding: 43px 30px;
    padding-bottom: 43px;
    padding-bottom: 48px;
  }
}
@media (max-width: 575px) {
  .postbox__content {
    padding: 43px 30px;
    padding-bottom: 48px;
  }
}
.postbox__content-2 {
  border: none;
  padding: 43px 0;
  padding-bottom: 7px;
}
.postbox__content-3 {
  padding: 35px 38px;
}
.postbox__content-4 {
  padding: 23px 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox__content-5 {
    padding: 27px 30px;
    padding-bottom: 33px;
  }
}
.postbox__title {
  line-height: 1.3;
}
.postbox__title a:hover {
  color: #f15144;
}
.postbox__title-2 {
  font-size: 35px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .postbox__title-2 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .postbox__title-2 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox__title-3 {
    font-size: 27px;
  }
}
.postbox__text h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 11px;
}
.postbox__text p {
  font-size: 16px;
  line-height: 28px;
}
.postbox__video::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.postbox__video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 575px) {
  .postbox__gallery .owl-nav {
    display: none;
  }
}
.postbox__gallery .owl-nav div {
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: flex;
}
.postbox__gallery .owl-nav div.owl-next {
  left: auto;
  right: 30px;
}
.postbox__gallery .owl-nav div button {
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.postbox__gallery .owl-nav div button:hover {
  background-color: #f15144;
  color: #ffffff;
}
.postbox__audio iframe {
  width: 100%;
  height: 450px;
  border: none;
}
.postbox__audio-2 iframe {
  height: 208px;
}
.postbox__quote blockquote {
  background: #f15144;
  padding: 50px;
  position: relative;
  padding-left: 120px;
}
@media (max-width: 575px) {
  .postbox__quote blockquote {
    padding: 20px;
    padding-left: 20px;
  }
}
.postbox__quote blockquote::before {
  content: "\f10d";
  left: 50px;
  top: 56px;
  position: absolute;
  color: #d54337;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  font-size: 41px;
}
@media (max-width: 575px) {
  .postbox__quote blockquote::before {
    display: none;
  }
}
.postbox__quote blockquote p {
  font-size: 26px;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.3;
}
.postbox__quote blockquote footer {
  font-size: 14px;
  letter-spacing: 2px;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
}
.postbox__tag span {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 17px;
  color: #f15144;
}
.postbox__tag a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border: 2px solid #eaedff;
  padding: 12px 24px;
  margin-right: 10px;
  transition: 0.3s;
  border-radius: 5px;
  margin-bottom: 10px;
}
.postbox__tag a:hover {
  color: #ffffff;
  background: #f15144;
  border-color: #f15144;
}
.postbox__share span {
  font-size: 18px;
  font-weight: 600;
  color: #f15144;
  display: block;
  margin-bottom: 17px;
}
.postbox__share a {
  font-size: 18px;
  margin-right: 22px;
}
.postbox__share a:hover {
  color: #f15144;
}

.widget-wrapper {
  padding: 45px 40px;
  padding-bottom: 35px;
}

.widget-title h3 {
  margin-bottom: 0px;
  text-transform: capitalize;
}
.widget-title.post-comment-title h3 {
  font-size: 26px;
  font-weight: 500;
}

.widget {
  -webkit-box-shadow: 0px 8px 16px 0px rgba(200, 183, 255, 0.2);
  -moz-box-shadow: 0px 8px 16px 0px rgba(200, 183, 255, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(200, 183, 255, 0.2);
}
.widget__about img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 25px;
}
.widget__about h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 13px;
}
.widget__list ul li {
  display: block;
}
.widget__list ul li a {
  position: relative;
  display: block;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dde0e0;
  padding-left: 10px;
}
.widget__list ul li a::before {
  position: absolute;
  content: "";
  top: 32%;
  left: 0;
  width: 6px;
  height: 1px;
  background-color: #dde0e0;
}
.widget__list ul li a:hover {
  color: #f15144;
  border-color: #f15144;
  padding-left: 20px;
}
.widget__list ul li a:hover::before {
  width: 10px;
  background-color: #f15144;
}
.widget__list ul li:last-child a {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.widget__list ul li:last-child a::before {
  top: 50%;
}
.widget__social a {
  height: 50px;
  width: 50px;
  text-align: center;
  background: #f15144;
  line-height: 50px;
  margin-right: 2px;
  display: inline-block;
  color: #ffffff;
  margin-bottom: 5px;
}
.widget__social a:hover {
  background: #1e1e2a;
  color: #ffffff;
}
.widget__tag a {
  display: inline-block;
  line-height: 1;
  padding: 12px 18px;
  background: #f7f7f7;
  margin-bottom: 8px;
  margin-right: 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  border-radius: 2px;
}
.widget__tag a:hover {
  color: #ffffff;
  background: #f15144;
}

.search-form {
  position: relative;
}
.search-form input {
  width: 100%;
  height: 60px;
  border: 0;
  background: #f7f7f7;
  padding: 0 20px;
}
.search-form input::placeholder {
  color: #1e1e2a;
}
.search-form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #f15144;
  padding: 0 25px;
  color: #ffffff;
  line-height: 60px;
  border: 0;
}
.search-form button:hover {
  background: #1e1e2a;
}

.rc__post-wrapper ul li {
  margin-bottom: 17px;
}
.rc__post-content h6 {
  font-size: 14px;
  color: #ffffff;
  line-height: 18px;
  margin-bottom: 0;
}
.rc__post-content h6 a:hover {
  color: #f15144;
}
.rc__post-content-2 h6 {
  color: #1e1e2a;
}
.rc__meta {
  margin-bottom: -3px;
}
.rc__meta span {
  color: #b7b7bf;
  font-weight: 500;
  font-size: 12px;
}
.rc__meta span:hover {
  color: #f15144;
}
.rc__meta span i {
  margin-right: 3px;
}
.rc__meta-2 span {
  color: #777777;
}

.author {
  padding: 0 60px 44px 60px;
}
.author__img img {
  margin-top: -60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 4px solid #ffffff;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(200, 183, 255, 0.2);
  -moz-box-shadow: 0px 8px 16px 0px rgba(200, 183, 255, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(200, 183, 255, 0.2);
}
.author__text h3 {
  font-size: 24px;
  margin-bottom: 15px;
}
.author__text p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 28px;
}
.author__icon {
  margin-top: 6px;
  margin-bottom: 25px;
}
.author__icon a {
  font-size: 14px;
  margin: 0 5px;
}
.author__icon a:hover {
  color: #f15144;
}

.post-comment-title h3 {
  margin-bottom: 0;
}

.post-comments {
  border-bottom: 1px solid #eaedff;
  margin-bottom: 42px;
  padding-bottom: 46px;
}

.comments-box {
  border-top: 1px solid #eaedff;
  padding: 30px 0;
}

.latest-comments li:first-child .comments-box {
  border-top: 0;
  padding-top: 0;
}

.comments-avatar {
  float: left;
  margin-right: 20px;
}
.comments-avatar img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.comments-text {
  overflow: hidden;
  padding-top: 4px;
}

.avatar-name {
  margin-bottom: 3px;
  overflow: hidden;
  position: relative;
}

.avatar-name h5 h5 {
  font-size: 18px;
  margin-bottom: 7px;
}

.avatar-name span span {
  color: #f15144;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.reply {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  transition: 0.3s;
  line-height: 1;
  margin-top: 4px;
  position: absolute;
  right: 0;
  top: 0;
}
.reply i {
  margin-right: 5px;
}
.reply:hover {
  color: #f15144;
}

.comments-text p p {
  margin-bottom: 0;
  margin-top: 8px;
}

.latest-comments li.children {
  margin-left: 100px;
}
@media (max-width: 575px) {
  .latest-comments li.children {
    margin-left: 30px;
  }
}

.conatct-post-form {
  padding: 50px;
}
@media (max-width: 575px) {
  .conatct-post-form {
    padding: 25px;
  }
}

.conatct-post-form input {
  border: none;
  height: 60px;
  margin-bottom: 20px;
  padding: 0 30px;
  width: 100%;
  font-size: 14px;
}
.conatct-post-form input::placeholder {
  color: #cacad5;
}

.conatct-post-form textarea {
  border: none;
  height: 150px;
  margin-bottom: 20px;
  padding: 30px;
  width: 100%;
  font-size: 14px;
  resize: none;
}
.conatct-post-form textarea::placeholder {
  color: #cacad5;
}

.contact-icon::after {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  right: 30px;
  color: #f15144;
  top: 18px;
}

.contacts-message::after {
  content: "\f303";
}

.contacts-name::after {
  content: "\f007";
}

.contacts-email::after {
  content: "\f0e0";
}

.contacts-website::after {
  content: "\f0ac";
}

/*----------------------------------------*/
/*  11.  FEATURES CSS START
/*----------------------------------------*/
.features__area::before {
  position: absolute;
  content: "";
  top: -140px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f7f7f7;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features__area::before {
    top: -160px;
  }
}
.features__item {
  background-color: #ffffff;
  padding: 48px 40px;
  padding-bottom: 32px;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 29, 35, 0.04);
  -moz-box-shadow: 0px 16px 32px 0px rgba(0, 29, 35, 0.04);
  box-shadow: 0px 16px 32px 0px rgba(0, 29, 35, 0.04);
}
.features__item:hover {
  -webkit-box-shadow: 0px 16px 32px 0px rgba(237, 62, 71, 0.2);
  -moz-box-shadow: 0px 16px 32px 0px rgba(237, 62, 71, 0.2);
  box-shadow: 0px 16px 32px 0px rgba(237, 62, 71, 0.2);
}
.features__item:hover .features__icon i::before {
  color: #ffffff;
}
.features__item:hover .features__content h5 {
  color: #ffffff;
}
.features__item:hover .features__content p {
  color: #ffffff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features__item {
    padding: 40px 20px;
    padding-bottom: 19px;
  }
}
.features__item-2 {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: relative;
  padding: 60px 40px;
  padding-bottom: 55px;
  z-index: 1;
}
.features__item-2::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: -moz-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -webkit-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -ms-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: linear-gradient(to right, #F25743 0%, #EB3648 100%);
  z-index: -1;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.features__item-2:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.features__item-2:hover::after {
  height: 100%;
}
.features__item-2 .line-img {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .features__item-2 .line-img {
    display: none;
  }
}
@media (max-width: 575px) {
  .features__item-2 .line-img {
    display: none;
  }
}
.features__item-02 {
  border: 2px solid #f2f2f2;
  padding: 55px 35px;
  padding-bottom: 35px;
}
.features__item-02::before {
  position: absolute;
  content: "";
  right: -18px;
  top: -18px;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #f2f2f2;
}
.features__item-02:hover {
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  border-color: transparent;
}
.features__item-02:hover::before {
  background: #f15144;
}
.features__icon i {
  font-size: 60px;
  color: #f15144;
}
.features__icon-2 i {
  font-size: 80px;
  margin-top: 10px;
  display: inline-block;
}
.features__icon-02 i {
  font-size: 60px;
  color: #f15144;
}
.features__content h5 {
  margin-bottom: 4px;
}
.features__content p {
  font-size: 14px;
  margin-bottom: 0;
}
.features__content-02 h4 {
  margin-bottom: 10px;
}
.features__content-02 p {
  margin-bottom: 0;
}
.features__content-inner {
  margin-bottom: 17px;
}
.features__content-inner .line-vert {
  margin-top: 6px;
}
.features__content-inner p {
  font-size: 18px;
  line-height: 30px;
  padding-left: 15px;
  margin-bottom: 0;
}

/*----------------------------------------*/
/*  12.  WHY CSS START
/*----------------------------------------*/
.why__process .progress {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 10px;
  overflow: visible;
  background: #292937;
}
.why__process .progress-bar {
  text-align: right;
  background: -moz-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -webkit-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -ms-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: linear-gradient(to right, #F25743 0%, #EB3648 100%);
  position: relative;
}
.why__process .progress-bar span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  z-index: 1;
  display: inline-block;
  height: 24px;
  padding: 0 6px;
  margin-bottom: 62px;
}
.why__process .progress-bar span::after {
  position: absolute;
  content: "";
  right: 0;
  top: -37px;
  width: 40px;
  height: 25px;
  background: -moz-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -webkit-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -ms-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: linear-gradient(to right, #F25743 0%, #EB3648 100%);
  z-index: -1;
}
.why__process .progress-bar span::before {
  position: absolute;
  content: "";
  display: block;
  right: 0;
  top: -12px;
  border: solid;
  border-color: #EB3648 transparent;
  border-width: 6px 0px 0 6px;
}
.why__bar-title {
  padding-top: 6px;
}
.why__bar-title h3 {
  font-size: 14px;
  margin-bottom: 20px;
}

/*----------------------------------------*/
/*  13.  TEAM CSS START
/*----------------------------------------*/
.team__area::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 514px;
  background: #f7f7f7;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team__area::after {
    height: 455px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team__area::after {
    height: 485px;
  }
}
.team__item::before {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  bottom: 0;
  left: auto;
  right: 0;
  background: -moz-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -webkit-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -ms-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: linear-gradient(to right, #F25743 0%, #EB3648 100%);
}
.team__item:hover {
  -webkit-box-shadow: 0px 30px 60px 0px rgba(0, 29, 35, 0.06);
  -moz-box-shadow: 0px 30px 60px 0px rgba(0, 29, 35, 0.06);
  box-shadow: 0px 30px 60px 0px rgba(0, 29, 35, 0.06);
}
.team__item:hover::before {
  left: 0;
  right: auto;
  width: 100%;
}
.team__item:hover .team__thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.team__item:hover .team__content {
  border-color: transparent;
}
.team__content {
  border: 2px solid #f2f2f2;
  border-top: none;
  padding: 30px 35px;
  padding-bottom: 15px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .team__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.team__content span {
  text-transform: uppercase;
  color: #f15144;
  font-weight: 700;
  display: inline-block;
}
.team__content h2 {
  font-size: 30px;
  text-transform: capitalize;
  margin-bottom: 17px;
}
.team__content h2 a:hover {
  color: #f15144;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team__content h2 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team__content h2 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .team__content h2 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .team__content h2 {
    font-size: 25px;
  }
}
.team__content p {
  color: #777777;
}
.team__social {
  border-top: 1px solid #f2f2f2;
}
.team__social ul li {
  margin-right: 20px;
  display: inline-block;
}
.team__social ul li a {
  color: #d3d3d3;
  display: block;
  padding: 15px 0;
}
.team__social ul li a:hover {
  color: #f15144;
}

/*----------------------------------------*/
/*  14.  FAQ CSS START
/*----------------------------------------*/
.faq__process .progress {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 10px;
  overflow: visible;
  background: #f8f8f8;
}
.faq__process .progress-bar {
  text-align: right;
  background: -moz-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -webkit-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -ms-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: linear-gradient(to right, #F25743 0%, #EB3648 100%);
  position: relative;
}
.faq__process .progress-bar span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  z-index: 1;
  display: inline-block;
  height: 24px;
  padding: 0 6px;
  margin-bottom: 62px;
}
.faq__process .progress-bar span::after {
  position: absolute;
  content: "";
  right: 0;
  top: -37px;
  width: 40px;
  height: 25px;
  background: -moz-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -webkit-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -ms-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: linear-gradient(to right, #F25743 0%, #EB3648 100%);
  z-index: -1;
}
.faq__process .progress-bar span::before {
  position: absolute;
  content: "";
  display: block;
  right: 0;
  top: -12px;
  border: solid;
  border-color: #EB3648 transparent;
  border-width: 6px 0px 0 6px;
}
.faq__bar-title {
  padding-top: 6px;
}
.faq__bar-title h3 {
  font-size: 14px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq__content {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .faq__content {
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .faq__content {
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .faq__process {
    margin-right: 15px;
  }
}
.faq__accordion .card {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.faq__accordion .card .card-header {
  border: none;
  background: #f8f8f8;
  padding: 25px 40px;
}
@media (max-width: 575px) {
  .faq__accordion .card .card-header {
    padding: 25px 10px;
  }
}
.faq__accordion .card .card-header button {
  font-weight: 700;
  font-size: 18px;
  background: transparent;
  color: #1e1e2a;
  width: 100%;
  text-align: left;
  position: relative;
  padding-right: 15px;
}
.faq__accordion .card .card-header button::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  background: #1e1e2a;
  width: 14px;
  height: 2px;
}
.faq__accordion .card .card-header button::before {
  position: absolute;
  content: "";
  right: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  background: #1e1e2a;
  width: 2px;
  height: 14px;
}
.faq__accordion .card .card-header button.collapsed::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
  -moz-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}
.faq__accordion .card .card-header button.collapsed::before {
  -webkit-transform: translateY(-50%) rotate(0deg);
  -moz-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}
.faq__accordion .card .card-body {
  background: #f8f8f8;
  padding: 20px 40px;
  padding-top: 0;
  position: relative;
}
@media (max-width: 575px) {
  .faq__accordion .card .card-body {
    padding: 20px 10px;
  }
}
.faq__accordion .card .card-body::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: -moz-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -webkit-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -ms-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: linear-gradient(to right, #F25743 0%, #EB3648 100%);
}
.faq__accordion .card .card-body p {
  background: #ffffff;
  padding: 25px 30px;
  line-height: 24px;
}
@media (max-width: 575px) {
  .faq__accordion .card .card-body p {
    padding: 15px;
  }
}

/*----------------------------------------*/
/*  15.  ROOF VIDEO CSS START
/*----------------------------------------*/
.roof__video::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: #f8f8f8;
  width: calc(100% - 175px);
  height: 300px;
  border-top-right-radius: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .roof__video::before {
    width: calc(100% - 15px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .roof__video::before {
    width: calc(100% - 15px);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .roof__video::before {
    width: calc(100% - 15px);
  }
}
@media (max-width: 575px) {
  .roof__video::before {
    width: calc(100% - 15px);
  }
}
.roof__video-wrapper {
  width: 100%;
  height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.roof__video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.roof__video-icon a {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 80px;
  border: 10px solid #ffffff;
  background: -moz-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -webkit-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -ms-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: linear-gradient(to right, #F25743 0%, #EB3648 100%);
  color: #ffffff;
  font-size: 16px;
  text-align: center;
}

/*----------------------------------------*/
/*  16.  CTA CSS START
/*----------------------------------------*/
.cta__inner {
  padding: 25px 40px;
}
.cta__inner-2 {
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  padding: 30px 60px;
  padding-bottom: 40px;
}
@media (max-width: 575px) {
  .cta__inner-2 {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.cta__content p {
  margin-bottom: 0;
  font-size: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta__content p {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cta__content p {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cta__content p {
    margin-bottom: 15px;
  }
}
.cta__content-2 h2 {
  font-size: 30px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta__content-2 h2 {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cta__content-2 h2 {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cta__content-2 h2 {
    margin-bottom: 15px;
  }
}
.cta__btn a {
  height: 50px;
  line-height: 50px;
  display: inline-block;
  color: #ffffff;
  padding: 0 35px;
  background-color: rgba(255, 255, 255, 0.1);
  font-weight: 700;
  font-size: 16px;
}
.cta__btn a:hover {
  background-color: #1e1e2a;
}
.cta__btn-2 a {
  background: #f7f7f7;
  color: #1e1e2a;
}
.cta__btn-2 a i {
  margin-right: 5px;
}
.cta__btn-2 a:hover {
  color: #ffffff;
}

/*----------------------------------------*/
/*  17.  CONTACT CSS START
/*----------------------------------------*/
.contact__info {
  padding: 60px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact__info {
    padding: 30px;
    padding-bottom: 25px;
  }
}
.contact__info::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 4px;
  background: -moz-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -webkit-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -ms-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: linear-gradient(to right, #F25743 0%, #EB3648 100%);
}
.contact__info:hover::after {
  width: 100%;
}
.contact__icon i {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 45px;
  color: #f15144;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
}
.contact__info-content h3 {
  font-size: 30px;
  margin-bottom: 18px;
}
.contact__info-content ul li span {
  font-size: 18px;
}
.contact__map-wrapper {
  height: 700px;
}
.contact__map-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
}
.contact__form-wrapper {
  padding: 60px;
}
@media (max-width: 575px) {
  .contact__form-wrapper {
    padding: 30px;
  }
}
.contact__input {
  width: 33.33%;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact__input {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact__input {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .contact__input {
    width: 100%;
  }
}
.contact__input.msg {
  width: 100%;
}
.contact__input::before {
  position: absolute;
  left: 30px;
  top: 16px;
  color: #d9d9d9;
  font-size: 14px;
  font-family: "Font Awesome 5 Pro";
}
.contact__input.name::before {
  content: "\f007";
}
.contact__input.mail::before {
  content: "\f0e0";
}
.contact__input.address::before {
  content: "\f3c5";
}
.contact__input.msg::before {
  content: "\f304";
}
.contact__input input, .contact__input textarea {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #f9f9f9;
  padding: 0 20px;
  padding-left: 55px;
  border: 1px solid #f7f7f7;
  outline: 0;
}
.contact__input input:focus, .contact__input textarea:focus {
  border-color: #f15144;
}
.contact__input input::placeholder, .contact__input textarea::placeholder {
  color: #b1b1b8;
  font-size: 14px;
}
.contact__input textarea {
  height: 130px;
  resize: none;
}

/*----------------------------------------*/
/*  18.  IMPRESSION CSS START
/*----------------------------------------*/
.impression__item:hover {
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
}
.impression__item:hover .impression__thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.impression__item:hover .impression__content {
  border-left-color: #ffffff;
  border-right-color: #ffffff;
}
.impression__item:hover .impression__btn {
  border-left-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.impression__content {
  padding: 38px 38px;
  padding-bottom: 33px;
  border: 2px solid #ececec;
  border-top: none;
}
.impression__content h3 a:hover {
  color: #f15144;
}
.impression__content p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}
.impression__btn {
  padding: 15px 38px;
  border: 2px solid #ececec;
  border-top: none;
}
.impression__btn a:first-child {
  font-size: 16px;
  font-weight: 500;
}
.impression__btn a:first-child:hover {
  color: #f15144;
}

/*----------------------------------------*/
/*  19.  COUNTER CSS START
/*----------------------------------------*/
.counter__item {
  padding: 35px 55px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter__item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.counter__item:hover {
  background: #ffffff;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
}
.counter__icon i {
  font-size: 60px;
  color: #f15144;
}
.counter__content h2 {
  font-size: 18px;
  margin-bottom: 0;
}
.counter__content h2 span {
  font-size: 60px;
}
.counter__content span {
  font-size: 14px;
  font-weight: 700;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter__wrapper {
    padding-left: 35px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter__wrapper {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .counter__wrapper {
    padding-left: 0px;
  }
}
@media (max-width: 575px) {
  .counter__wrapper {
    padding-left: 0px;
    padding-right: 0;
  }
}
.counter__wrapper p {
  font-size: 18px;
  margin-bottom: 20px;
}
.counter__inner p {
  font-size: 16px;
  margin-bottom: 35px;
}

/*----------------------------------------*/
/*  20.  ORDER CSS START
/*----------------------------------------*/
.order__area::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}
.order__row {
  margin-left: 10px;
  margin-right: 10px;
}
.order__col {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.order__bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .order__bg {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .order__bg {
    display: none;
  }
}
@media (max-width: 575px) {
  .order__bg {
    display: none;
  }
}
.order__input {
  position: relative;
}
.order__input::before {
  position: absolute;
  left: 30px;
  top: 16px;
  color: #f15144;
  font-size: 14px;
  font-family: "Font Awesome 5 Pro";
}
.order__input.name::before {
  content: "\f007";
}
.order__input.mail::before {
  content: "\f0e0";
}
.order__input.address::before {
  content: "\f3c5";
}
.order__input.phone::before {
  content: "\f095";
}
.order__input.subject::before {
  content: "\f02d";
  z-index: 1;
}
.order__input.subject::after {
  position: absolute;
  content: "\f107";
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  color: #b1b1b8;
  font-family: "Font Awesome 5 Pro";
}
.order__input.subject:hover {
  cursor: pointer;
}
.order__input.msg::before {
  content: "\f304";
}
.order__input input, .order__input select, .order__input textarea {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #ffffff;
  padding: 0 20px;
  padding-left: 55px;
  border: 1px solid #f7f7f7;
}
.order__input input:focus, .order__input select:focus, .order__input textarea:focus {
  border-color: #f15144;
}
.order__input input::placeholder, .order__input select::placeholder, .order__input textarea::placeholder {
  color: #b1b1b8;
  font-size: 14px;
}
.order__input select {
  text-align: left;
  padding: 0 30px;
  padding-left: 55px;
  appearance: none;
  -moz-appearance: none;
  color: #b1b1b8;
}
.order__input select option {
  font-size: 14px;
  text-transform: capitalize;
}
.order__input textarea {
  height: 130px;
  resize: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .order__video {
    float: left;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .order__video {
    float: left;
  }
}
@media (max-width: 575px) {
  .order__video {
    float: left;
  }
}
.order__video-btn {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 16px;
  color: #f15144;
  border: 1px solid #2a2a2a;
}
.order__video-btn:hover {
  background: #ffffff;
  color: #1e1e2a;
  border-color: #ffffff;
}

/*----------------------------------------*/
/*  21.  SHOP CSS START
/*----------------------------------------*/
.shop__header .nav-link {
  font-size: 16px;
  background: transparent;
  color: #a3a3a3;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.shop__header .nav-link.active {
  color: #1e1e2a;
  background: transparent;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .shop__content-area {
    margin-top: 40px;
  }
}
.shop__header-left .show-text span {
  color: #a3a3a3;
  font-size: 15px;
}
@media (max-width: 575px) {
  .shop__header-left .show-text.bottom {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .shop__header-left .show-text.bottom {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .shop__header-right {
    margin-top: 15px;
  }
}
.shop__header-right .sort-wrapper select {
  border: none;
  font-size: 15px;
  text-transform: capitalize;
  color: #a3a3a3;
  appearance: none;
  -moz-appearance: none;
}
.shop__header-right .sort-wrapper::after {
  position: absolute;
  content: "\f107";
  right: 5px;
  top: 2px;
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  color: #a3a3a3;
}
.shop__header-right .nav-link {
  padding: 0;
  padding-left: 15px;
}

.sidebar__widget-title h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.sidebar__widget-content .categories .card {
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 18px;
}
.sidebar__widget-content .categories .card-header {
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.sidebar__widget-content .categories .card-body {
  padding: 0;
  padding-left: 18px;
  padding-top: 13px;
}
.sidebar__widget-content .categories .shop-accordion-btn {
  padding: 0;
  width: 100%;
  text-align: left;
  background: #ffffff;
  position: relative;
  color: #f15144;
  font-weight: 400;
  font-size: 16px;
}
.sidebar__widget-content .categories .shop-accordion-btn::after {
  position: absolute;
  content: "\f105";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  font-size: 18px;
  font-family: "Font Awesome 5 Pro";
}
.sidebar__widget-content .categories .shop-accordion-btn.collapsed {
  color: #a3a3a3;
}
.sidebar__widget-content .categories .shop-accordion-btn.collapsed:hover {
  color: #f15144;
}
.sidebar__widget-content .categories .shop-accordion-btn.collapsed::after {
  -webkit-transform: translateY(-50%) rotate(0);
  -moz-transform: translateY(-50%) rotate(0);
  -ms-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
}
.sidebar__widget-content .categories__list ul li {
  margin-bottom: 11px;
}
.sidebar__widget-content .categories__list ul li a {
  color: #a3a3a3;
}
.sidebar__widget-content .categories__list ul li a:hover {
  color: #f15144;
}
.sidebar__widget-content .price__slider button {
  font-size: 16px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  background: #1e1e2a;
  color: #ffffff;
  font-weight: 500;
  margin-right: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar__widget-content .price__slider button {
    display: block;
    margin-bottom: 15px;
  }
}
.sidebar__widget-content .price__slider button:hover {
  background: #f15144;
  color: #ffffff;
}
.sidebar__widget-content .price__slider label {
  font-size: 16px;
  font-weight: 500;
}
.sidebar__widget-content .price__slider input {
  font-size: 16px;
  font-weight: 500;
  color: #1e1e2a;
  border: none;
  outline: none;
  background: none;
  margin-left: 10px;
  width: 100px;
}
.sidebar__widget-content .size ul li {
  display: inline-block;
  margin-right: 10px;
}
.sidebar__widget-content .size ul li a {
  display: inline-block;
  font-size: 14px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: #1e1e2a;
  background: #f1f1f1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.sidebar__widget-content .size ul li a:hover {
  background: #f15144;
  color: #ffffff;
}
.sidebar__widget-content .color__pick ul li {
  display: inline-block;
  margin-right: 18px;
}
.sidebar__widget-content .color__pick ul li button {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
}
.sidebar__widget-content .color__pick ul li button::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  border: 1px solid #ececec;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
}
.sidebar__widget-content .color__pick ul li button.color-1 {
  background: #fbaf5d;
}
.sidebar__widget-content .color__pick ul li button.color-1:hover::after {
  border-color: #fbaf5d;
}
.sidebar__widget-content .color__pick ul li button.color-2 {
  background: #1cbbb4;
}
.sidebar__widget-content .color__pick ul li button.color-2:hover::after {
  border-color: #1cbbb4;
}
.sidebar__widget-content .color__pick ul li button.color-3 {
  background: #f06eaa;
}
.sidebar__widget-content .color__pick ul li button.color-3:hover::after {
  border-color: #f06eaa;
}
.sidebar__widget-content .color__pick ul li button.color-4 {
  background: #004a80;
}
.sidebar__widget-content .color__pick ul li button.color-4:hover::after {
  border-color: #004a80;
}
.sidebar__widget-content .color__pick ul li button.color-5 {
  background: #c69c6d;
}
.sidebar__widget-content .color__pick ul li button.color-5:hover::after {
  border-color: #fbaf5d;
}
.sidebar__widget-content .color__pick ul li button.color-6 {
  background: #82ca9c;
}
.sidebar__widget-content .color__pick ul li button.color-6:hover::after {
  border-color: #82ca9c;
}
.sidebar__widget-content .color__pick ul li button.color-7 {
  background: #252525;
}
.sidebar__widget-content .color__pick ul li button.color-7:hover::after {
  border-color: #252525;
}
.sidebar__widget-content .brand ul li {
  margin-bottom: 5px;
}
.sidebar__widget-content .brand ul li a {
  color: #a3a3a3;
  font-size: 16px;
}
.sidebar__widget-content .brand ul li a:hover {
  color: #f15144;
}
.sidebar__widget-content .features__product-content h5 {
  font-size: 14px;
  color: #8c8c8c;
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 20px;
}
.sidebar__widget-content .features__product-content h5 a:hover {
  color: #f15144;
}
.sidebar__widget-content .features__product-content .price span {
  color: #1e1e2a;
  font-size: 16px;
  font-weight: 500;
  margin-right: 5px;
}
.sidebar__widget-content .features__product-content .price span.price-old {
  color: #8c8c8c;
  text-decoration: line-through;
}

.product__wrapper .add-cart {
  bottom: -40px;
  left: 0;
  visibility: hidden;
  opacity: 0;
}
.product__wrapper .add-cart a {
  font-weight: 500;
  color: #1e1e2a;
  position: relative;
  font-size: 14px;
}
.product__wrapper .add-cart a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -2px;
  height: 1px;
  width: 100%;
  background: #1e1e2a;
}
.product__wrapper .add-cart a:hover {
  color: #f15144;
}
.product__wrapper .add-cart a:hover::after {
  background: #f15144;
}
.product__wrapper:hover .product__thumb-2 {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.product__wrapper:hover .product__action {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.product__wrapper:hover .product__price {
  bottom: -10px;
  visibility: hidden;
  opacity: 0;
}
.product__wrapper:hover .add-cart {
  visibility: visible;
  opacity: 1;
  bottom: -30px;
}
.product__thumb {
  position: relative;
  margin-bottom: 15px;
}
.product__thumb-2 {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.product__sale {
  display: table;
  position: absolute;
  text-align: center;
  top: 36px;
  right: -20px;
  z-index: 2;
  min-width: 100px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.product__sale span {
  position: relative;
  background: #f15144;
  color: #fff;
  float: left;
  font-size: 11px;
  font-weight: 400;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
  min-width: 50px;
  border-radius: 0;
  min-height: auto;
  border: 0;
}
.product__sale span::after {
  border: 5px solid #f15144;
  border-color: transparent transparent #f15144 #f15144;
  border-width: 10px 5px;
  position: absolute;
  right: -10px;
  bottom: 0;
  content: "";
  z-index: 1;
}
.product__sale span::before {
  border: 5px solid #f15144;
  border-color: #f15144 transparent transparent #f15144;
  border-width: 9px 5px;
  position: absolute;
  right: -10px;
  top: 0;
  content: "";
  z-index: 1;
}
.product__sale span.percent {
  background: #1e1e2a;
}
.product__sale span.percent::after {
  border: 5px solid #1e1e2a;
  border-color: transparent transparent #1e1e2a #1e1e2a;
  border-width: 10px 5px;
}
.product__sale span.percent::before {
  border: 5px solid #1e1e2a;
  border-color: #1e1e2a transparent transparent #1e1e2a;
  border-width: 9px 5px;
}
.product__sale-2 {
  top: 20px;
  right: auto;
  left: 0;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.product__action {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: #ffffff;
  margin: 0;
  padding: 2px 13px;
  text-align: center;
  z-index: 11;
  border-radius: 3px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.product__action a {
  font-size: 14px;
  border-bottom: 1px solid #ebebeb;
  display: block;
  line-height: 37px;
  height: 37px;
  width: 20px;
  color: #8c8c8c;
  font-weight: 400;
}
.product__action a:hover {
  color: #f15144;
}
.product__action a:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media (max-width: 575px) {
  .product__action-2 {
    margin-top: 15px;
  }
}
.product__action-2 a {
  display: inline-block;
  width: 48px;
  height: 48px;
  background: transparent;
  font-size: 14px;
  border: 2px solid #ebebeb;
  color: #969696;
  text-align: center;
  line-height: 44px;
  margin-right: 5px;
}
.product__action-2 a:hover {
  border-color: #1e1e2a;
  color: #1e1e2a;
}
.product__content h4 {
  font-size: 14px;
  font-weight: 400;
  color: #8c8c8c;
  margin-bottom: 3px;
}
.product__content h4 a:hover {
  color: #f15144;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product__content-inner.list {
    margin-top: 15px;
  }
}
@media (max-width: 575px) {
  .product__content-inner.list {
    margin-top: 15px;
  }
}
.product__content-inner.list p {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 15px;
}
.product__price {
  position: absolute;
  bottom: -30px;
  left: 0;
}
.product__price span {
  font-size: 14px;
  color: #1e1e2a;
  font-weight: 500;
  margin-right: 7px;
}
.product__price span.old-price {
  color: #8c8c8c;
  text-decoration: line-through;
}
.product__price-2 span {
  font-size: 14px;
  color: #1e1e2a;
  font-weight: 500;
  margin-right: 7px;
}
.product__price-2 span.old-price {
  color: #8c8c8c;
  text-decoration: line-through;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product__list {
    margin-bottom: 30px;
  }
}
.product__list ul li span {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1;
}
.product__list ul li span::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #1e1e2a;
  width: 6px;
  height: 1px;
}
.product__tag span {
  font-size: 14px;
  color: #606060;
}
.product__tag span:first-child {
  margin-right: 20px;
}
.product__tag span a:hover {
  color: #f15144;
}
.product__share span {
  font-size: 14px;
  color: #6c6c6c;
  margin-right: 20px;
}
.product__share ul {
  display: inline-block;
}
.product__share ul li {
  display: inline-block;
  margin-right: 30px;
}
.product__share ul li a {
  font-size: 14px;
  color: #6c6c6c;
  display: inline-block;
}
.product__details-tab-nav .nav-tabs {
  border: none;
}
.product__details-tab-nav .nav-tabs .nav-link {
  padding: 0 50px;
  border: 0;
  font-size: 14px;
  color: #a3a3a3;
  font-weight: 500;
}
.product__details-tab-nav .nav-tabs .nav-link.active {
  color: #1e1e2a;
}
.product__details-des p {
  color: #606060;
  font-size: 16px;
  margin-bottom: 28px;
}
.product__details-des-list ul li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
}
.product__details-des-list ul li::after {
  position: absolute;
  content: "\f00c";
  left: 0;
  top: 0;
  font-size: 14px;
  color: #606060;
  font-family: "Font Awesome 5 Pro";
}
.product__details-des-list ul li span {
  font-size: 14px;
  color: #606060;
}
.product__details-add p {
  color: #606060;
  font-size: 16px;
  margin-bottom: 28px;
}
.product__details-review p {
  color: #606060;
  font-size: 16px;
  margin-bottom: 28px;
}

.product__modal-inner {
  padding: 40px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product__modal-content {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .product__modal-content {
    margin-top: 40px;
  }
}
.product__modal-content h4 {
  font-size: 16px;
  margin-bottom: 17px;
  color: #8c8c8c;
}
.product__modal-content h4 a:hover {
  color: #f15144;
}
.product__modal-content-2 h4 {
  font-size: 24px;
  color: #1e1e2a;
  margin-bottom: 27px;
}
.product__modal-des {
  padding-top: 18px;
  padding-bottom: 25px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.product__modal-des p {
  font-size: 14px;
  line-height: 24px;
  color: #606060;
  margin-bottom: 0;
}
.product__modal-input {
  position: relative;
}
.product__modal-input label {
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: #1e1e2a;
  font-weight: 500;
  margin-bottom: 0px;
}
.product__modal-input label i {
  position: absolute;
  top: 6px;
  right: -7px;
  font-size: 6px;
  color: #f15144;
}
.product__modal-input select {
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  width: 100%;
  border: 1px solid #e8e8e8;
  appearance: none;
  -moz-appearance: none;
  color: #8c8c8c;
}
.product__modal-input::after {
  position: absolute;
  content: "\f107";
  right: 20px;
  top: 55%;
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  color: #7d7d7d;
}
.product__modal-required span {
  color: #f15144;
  font-size: 14px;
  font-weight: 500;
}
.product__modal-close {
  top: 0;
  right: 0;
}
.product__modal-close button {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: none;
  background: #f15144;
  color: #ffffff;
  font-size: 14px;
}
.product__modal-nav-item {
  border: 2px solid transparent;
}
.product__modal-nav-item.slick-center {
  border-color: #f15144;
}
.product__modal-slider .slick-track {
  width: 100% !important;
}
.product__modal-nav .nav {
  display: block !important;
}
.product__modal-nav .nav .nav-item {
  opacity: 0.5;
}
.product__modal-nav .nav .nav-item.active {
  opacity: 1;
}
.product__modal-box .nav-tabs {
  border: 0;
}
.product__modal-box .nav-tabs .nav-link {
  padding: 0;
  border: none;
  border: 2px solid transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.product__modal-box .nav-tabs .nav-link.active {
  border: 2px solid #f15144;
}

@media (max-width: 575px) {
  .pro-cart-btn {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pro-cart-btn {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pro-cart-btn {
    margin-left: 0;
    margin-top: 10px;
  }
}

.add-cart-btn {
  display: inline-block;
  height: 48px;
  line-height: 44px;
  text-align: center;
  padding: 0 70px;
  color: #ffffff;
  background: #1e1e2a;
  border: 2px solid #1e1e2a;
  font-size: 14px;
}
.add-cart-btn:hover {
  background: #ffffff;
  color: #1e1e2a;
}

/* modal dialog */
.modal-dialog.product-modal {
  max-width: 900px !important;
  margin: 1.75rem auto;
}

/* modal cart */
.product-quantity-title label {
  font-size: 14px;
  font-weight: 500;
  color: #606060;
  margin-right: 10px;
}

.cart-plus-minus {
  position: relative;
  display: inline-block;
}

.cart-plus-minus input {
  border: 0px;
  outline: 0px;
  background: none;
  font-weight: 400;
  color: #1e1e2a;
  font-size: 14px;
  display: inline-block;
  height: 45px;
  list-style: 45px;
  padding: 0 20px;
  width: 110px;
  border: 1px solid #ebebeb;
  text-align: center;
}

.cart-plus-minus .qtybutton {
  font-size: 20px;
  color: #1e1e2a;
  display: inline-block;
  position: absolute;
  top: 11px;
  height: 22px;
  width: 22px;
  background: transparent;
  border-radius: 30px;
  line-height: 1;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.cart-plus-minus .dec {
  left: 7px;
}

.cart-plus-minus .inc {
  right: 7px;
}

/* 16. Cart */
.table-content table {
  background: #ffffff;
  border-color: #eaedff;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}

.table-content .product-quantity {
  float: none;
}

.table-content table td.product-name {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.table-content table td.product-name a:hover {
  color: #f15144;
}

.table-content table td {
  border-top: medium none;
  padding: 20px 10px;
  vertical-align: middle;
  font-size: 16px;
}

.table-content table th, .table-content table td {
  border-bottom: 1px solid #eaedff;
  border-right: 1px solid #eaedff;
}

.product-quantity input {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  border: 1px solid #dcdcdc;
}

.table td, .table th {
  border-top: 1px solid #eaedff;
}

.product-quantity > input {
  width: 80px;
  border-radius: 3px;
}

.table-content table td.product-subtotal {
  font-size: 16px;
}

.table-content table td .cart-plus-minus {
  float: none;
  margin: 0 auto;
}

.coupon-all {
  margin-top: 50px;
}

.coupon {
  float: left;
}

@media (max-width: 767px) {
  .coupon {
    float: none;
  }
}
#coupon_code {
  height: 57px;
  border: 2px solid #eaedff;
  padding: 0 15px;
  margin-right: 10px;
}

@media (max-width: 767px) {
  #coupon_code {
    margin-bottom: 15px;
  }
}
.coupon2 {
  float: right;
}

@media (max-width: 767px) {
  .coupon2 {
    float: none;
    margin-top: 15px;
  }
}
.cart-page-total {
  padding-top: 50px;
}

.cart-page-total > h2 {
  font-size: 25px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.cart-page-total > ul {
  border: 1px solid #eaedff;
}

.cart-page-total > ul > li {
  list-style: none;
  font-size: 15px;
  color: #6f7172;
  padding: 10px 30px;
  border-bottom: 1px solid #eaedff;
  font-weight: 400;
}

.cart-page-total ul > li > span {
  float: right;
}

.cart-page-total li:last-child {
  border-bottom: 0;
}

td.product-thumbnail img {
  width: 125px;
}

/* 17. Checkout */
.coupon-accordion h3 {
  background-color: #f6f6f6;
  border-top: 3px solid #f15144;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 25px;
  padding: 1em 2em 1em 3.5em;
  position: relative;
  width: auto;
}

.coupon-accordion h3::before {
  content: "\f07b";
  left: 15px;
  top: 13px;
  position: absolute;
  color: #6f7172;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
}

.coupon-accordion span {
  color: #6f7172;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 500;
}

.coupon-accordion span:hover, p.lost-password a:hover {
  color: #f15144;
}

.coupon-content {
  border: 1px solid #eaedff;
  display: none;
  margin-bottom: 20px;
  padding: 30px;
}

.coupon-info p.coupon-text {
  margin-bottom: 15px;
}

.coupon-info p {
  margin-bottom: 0;
}

.coupon-info p.form-row-first label, .coupon-info p.form-row-last label {
  display: block;
  color: #6f7172;
}

.coupon-info p.form-row-first label span.required, .coupon-info p.form-row-last label span.required {
  color: red;
  font-weight: 700;
}

.coupon-info p.form-row-first input, .coupon-info p.form-row-last input {
  border: 1px solid #eaedff;
  height: 45px;
  margin: 0 0 14px;
  max-width: 100%;
  padding: 0 0 0 10px;
  width: 100%;
}

.coupon-info p.form-row input[type=submit]:hover, p.checkout-coupon input[type=submit]:hover {
  background: #3e976c none repeat scroll 0 0;
}

.coupon-info p.form-row input[type=checkbox] {
  position: relative;
  top: 2px;
}

.form-row > label {
  margin-top: 15px;
  margin-left: 15px;
  color: #6f7172;
}

.buttons-cart input, .coupon input[type=submit], .buttons-cart a, .coupon-info p.form-row input[type=submit] {
  background: #252525 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  padding: 0 15px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

p.lost-password {
  margin-top: 15px;
}

p.lost-password a {
  color: #6f6f6f;
}

p.checkout-coupon input[type=text] {
  height: 45px;
  padding: 0 15px;
  width: 100%;
  border: 1px solid #eaedff;
  margin-bottom: 15px;
}

.coupon-checkout-content {
  display: none;
}

.checkbox-form h3 {
  border-bottom: 1px solid #eaedff;
  font-size: 26px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  width: 100%;
}

.country-select {
  margin-bottom: 30px;
  position: relative;
}

.country-select label, .checkout-form-list label {
  color: #6f7172;
  display: block;
  margin: 0 0 5px;
}

.country-select label span.required, .checkout-form-list label span.required {
  color: red;
}

.country-select select {
  -moz-appearance: none;
  border: 1px solid #eaedff;
  height: 45px;
  padding-left: 10px;
  width: 100%;
  color: #6f7172;
}

.country-select::before {
  content: "\f107";
  right: 15px;
  top: 38px;
  position: absolute;
  color: #6f7172;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
}

.checkout-form-list {
  margin-bottom: 30px;
}

.checkout-form-list label {
  color: #6f7172;
}

.checkout-form-list input[type=text], .checkout-form-list input[type=password], .checkout-form-list input[type=email] {
  background: #ffffff;
  border: 1px solid #eaedff;
  border-radius: 0;
  height: 45px;
  padding: 0 0 0 10px;
  width: 100%;
}

.checkout-form-list input[type=text]::-moz-placeholder,
.checkout-form-list input[type=password]::-moz-placeholder,
.checkout-form-list input[type=email]::-moz-placeholder {
  color: #6f7172;
  opacity: 1;
}

.checkout-form-list input[type=text]::placeholder,
.checkout-form-list input[type=password]::placeholder,
.checkout-form-list input[type=email]::placeholder {
  color: #6f7172;
  opacity: 1;
}

.checkout-form-list input[type=checkbox] {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 1px;
}

.create-acc label {
  color: #6f7172;
  display: inline-block;
}

.create-account {
  display: none;
}

.ship-different-title h3 label {
  display: inline-block;
  margin-right: 20px;
  color: #6f7172;
}

.order-notes textarea {
  border: 1px solid #eaedff;
  height: 90px;
  padding: 15px;
  width: 100%;
}

.order-notes textarea::-moz-placeholder {
  color: #6f7172;
  opacity: 1;
}

.order-notes textarea::placeholder {
  color: #6f7172;
  opacity: 1;
}

#ship-box-info {
  display: none;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-default > .panel-heading {
  border-radius: 0;
}

.your-order {
  padding: 30px 40px 45px;
  border: 3px solid #eaedff;
}

@media (max-width: 767px) {
  .your-order {
    padding: 15px;
  }
}
.your-order h3 {
  border-bottom: 1px solid #eaedff;
  font-size: 30px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  width: 100%;
}

.your-order-table table {
  background: none;
  border: 0;
  width: 100%;
}

.your-order-table table th, .your-order-table table td {
  border-bottom: 1px solid #eaedff;
  border-right: medium none;
  color: #6f7172;
  font-size: 14px;
  padding: 15px 0;
  text-align: left;
}

@media (max-width: 767px) {
  .your-order-table table th, .your-order-table table td {
    padding-right: 10px;
  }
}
.your-order-table table th {
  border-top: medium none;
  color: #6f7172;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  width: 250px;
}

.panel-body > p {
  color: #222;
}

.your-order-table table .shipping ul li input {
  position: relative;
  top: 2px;
}

.your-order-table table .shipping ul li label {
  color: #6f7172;
}

.your-order-table table .shipping th {
  vertical-align: top;
}

.your-order-table table .order-total th {
  border-bottom: 0;
  font-size: 14px;
}

.your-order-table table .order-total td {
  border-bottom: medium none;
}

.your-order-table table tr.cart_item:hover {
  background: #F9F9F9;
}

.your-order-table table tr.order-total td span {
  color: #f15144;
  font-size: 18px;
  font-weight: 500;
}

.payment-method {
  margin-top: 40px;
}

.panel-title > a {
  display: block;
}

.order-button-payment input {
  background: #232323 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  height: 40px;
  margin: 0px 0 0;
  padding: 0;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.order-button-payment input:hover {
  background: #3e976c none repeat scroll 0 0;
}

.payment-method .btn-link {
  -moz-user-select: none;
  background: no-repeat;
  border: medium none;
  border-radius: 0;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 0;
  padding: 3px 10px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
}

.payment-method .card {
  background-color: #ffffff;
  border: 1px solid #eaedff;
  border-radius: 0;
  margin-bottom: 10px;
}

.payment-method .accordion .card:first-of-type {
  border: 1px solid #eaedff;
}

.card-header:first-child {
  border-radius: 0;
}

.payment-method .card-header {
  background-color: #ffffff;
  border-bottom: 1px solid #eaedff;
}

.order-button-payment button {
  width: 100%;
}

#slider-range {
  position: relative;
  margin-bottom: 25px;
}

.ui-widget.ui-widget-content {
  border: none;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  background: #f15144;
  border-radius: 50%;
  border: none;
  outline: none;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.004);
}

.ui-slider-horizontal {
  height: 6px;
}

.ui-widget-content {
  background: #f0f0f0;
}

.ui-widget-header {
  background: #f15144;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -5px;
}

.ui-slider .ui-slider-handle {
  height: 15px;
  width: 15px;
  -webkit-transition: all 0s ease-out 0s;
  -moz-transition: all 0s ease-out 0s;
  -ms-transition: all 0s ease-out 0s;
  -o-transition: all 0s ease-out 0s;
  transition: all 0s ease-out 0s;
}

.ui-slider .ui-slider-handle:before {
  position: absolute;
  content: "";
  height: 6px;
  width: 6px;
  background: #ffffff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/*----------------------------------------*/
/*  22.  LOGIN CSS START
/*----------------------------------------*/
.basic-login {
  padding: 90px;
  border: 2px solid #eaedff;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .basic-login {
    padding: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .basic-login {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .basic-login {
    padding: 30px;
  }
}
.basic-login h3 {
  font-size: 30px;
}

.basic-login input {
  width: 100%;
  height: 60px;
  border: 2px solid #eaedff;
  color: #6f7172;
  padding: 0 20px;
  margin-bottom: 20px;
}

.basic-login input::placeholder,
.basic-login input::-moz-placeholder {
  color: #6f7172;
}

.basic-login label {
  color: #222;
  display: block;
}

.basic-login label span {
  color: #f15144;
}

.login-action input {
  width: inherit;
  height: auto;
}

.login-action label {
  display: inline-block;
  margin-left: 5px;
}

.or-divide {
  border-top: 2px solid #eaedff;
  margin: 40px 0;
  text-align: center;
  position: relative;
}

.or-divide span {
  position: absolute;
  left: 0;
  right: 0;
  top: -9px;
  background: #ffffff;
  display: inline-block;
  width: 40px;
  margin: auto;
  line-height: 1;
  font-weight: 500;
}

@media (max-width: 767px) {
  .forgot-login {
    float: none;
  }
}
.forgot-login a {
  color: #f15144;
}

.forgot-login a:hover {
  color: #1e1e2a;
}

@media (max-width: 767px) {
  .log-rem {
    float: none;
    margin-bottom: 10px;
    display: block;
  }
}
/*----------------------------------------*/
/*  23.  FOOTER CSS START
/*----------------------------------------*/
.footer__top-2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer__bg-img {
  left: 0;
  bottom: 0;
}
.footer__bg {
  left: 0;
  bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer__bg {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer__bg {
    display: none;
  }
}
@media (max-width: 575px) {
  .footer__bg {
    display: none;
  }
}
.footer__bg-2 {
  right: 0;
  bottom: 0;
}
.footer__widget.about::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: -moz-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -webkit-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -ms-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: linear-gradient(to right, #F25743 0%, #EB3648 100%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer__widget.about::after {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .footer__widget.about {
    padding-left: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer__widget.about {
    padding-right: 0;
    background: transparent;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer__widget.about {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer__widget.about {
    padding-right: 0;
    background: transparent;
  }
}
@media (max-width: 575px) {
  .footer__widget.about {
    padding-left: 40px;
    margin-top: 60px;
    padding-top: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer__widget {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer__widget {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer__widget {
    padding-left: 0px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .footer__widget {
    padding-left: 0px;
    margin-bottom: 0;
  }
}
.footer__widget-title {
  margin-bottom: 23px;
}
.footer__widget-title h5 {
  color: #ffffff;
}
.footer__widget-title img {
  margin-bottom: 7px;
}
.footer__widget-title-2 h5 {
  color: #1e1e2a;
}
.footer__widget-content p {
  color: #b6b6be;
  margin-bottom: 25px;
  font-size: 14px;
}
.footer__widget-content-2 {
  color: #777777;
}
.footer__contact ul li {
  margin-bottom: 8px;
  display: flex;
}
.footer__contact ul li .icon i {
  line-height: 27px;
  color: #f15144;
  margin-right: 15px;
}
.footer__contact ul li .text span {
  font-weight: 700;
  color: #b7b7bf;
}
.footer__contact-2 ul li .icon i {
  color: #777777;
}
.footer__contact-2 ul li .text span {
  color: #777777;
}
.footer__links ul li {
  margin-bottom: 10px;
}
.footer__links ul li a {
  font-size: 14px;
  color: #b7b7bf;
  font-weight: 500;
  position: relative;
}
.footer__links ul li a::after {
  position: absolute;
  content: "";
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  visibility: hidden;
  opacity: 0;
}
.footer__links ul li a:hover {
  color: #ffffff;
}
.footer__links ul li a:hover::after {
  bottom: -2px;
  visibility: visible;
  opacity: 1;
}
.footer__links-2 ul li a {
  color: #777777;
}
.footer__links-2 ul li a:hover {
  color: #f15144;
}
.footer__links-2 ul li a:hover::after {
  background-color: #f15144;
}
.footer__copyright p {
  color: #a3adb2;
  margin-bottom: 0;
  font-weight: 700;
}
@media (max-width: 575px) {
  .footer__copyright p {
    margin-top: 20px;
  }
}
.footer__copyright p a:hover {
  color: #f15144;
}
.footer__copyright-2 p {
  color: #1e1e2a;
}
.footer__social ul li {
  display: inline-block;
  margin-right: 8px;
}
.footer__social ul li:last-child {
  margin-right: 0;
}
.footer__social ul li a {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  background-color: #222230;
  position: relative;
  z-index: 1;
}
.footer__social ul li a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -webkit-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -ms-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: linear-gradient(to right, #F25743 0%, #EB3648 100%);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.footer__social ul li a:hover::before {
  visibility: visible;
  opacity: 1;
}
.footer__social-2 ul li a {
  background: #ffffff;
  color: #1e1e2a;
}
.footer__social-2 ul li a:hover {
  color: #ffffff;
}
.footer__social-3 ul li {
  margin: 0 5px;
}
@media (max-width: 575px) {
  .footer__social-3 ul li {
    margin: 0 4px;
  }
}
.footer__social-3 ul li a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #f8f8f8;
  color: #999999;
}
.footer__social-3 ul li a:hover {
  color: #ffffff;
}
.footer__subscribe p {
  color: #777777;
  margin-bottom: 0;
}
.footer__subscribe-2 {
  padding: 45px 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer__subscribe-2 {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer__subscribe-2 {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer__subscribe-2 {
    margin-left: 0;
    margin-right: 0;
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .footer__subscribe-2 {
    margin-left: 0;
    margin-right: 0;
    margin-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.footer__subscribe-2::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: -moz-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -webkit-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -ms-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: linear-gradient(to right, #F25743 0%, #EB3648 100%);
}
.footer__subscribe-form {
  position: relative;
}
.footer__subscribe-form button {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 575px) {
  .footer__subscribe-form button {
    top: 65%;
    right: auto;
    left: 0px;
  }
}
.footer__subscribe-form-2 p {
  color: #777777;
}
.footer__subscribe-form-2 input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: none;
  padding: 0 20px;
  background: #f7f7f7;
  padding-right: 80px;
}
.footer__subscribe-form-2 input::placeholder {
  color: #b7b7b7;
  text-transform: capitalize;
}
.footer__subscribe-form-2 button {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 60px;
  color: #ffffff;
  line-height: 60px;
  text-align: center;
  font-size: 14px;
  background: -moz-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -webkit-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: -ms-linear-gradient(to right, #F25743 0%, #EB3648 100%);
  background: linear-gradient(to right, #F25743 0%, #EB3648 100%);
}
.footer__subscribe-input {
  position: relative;
}
.footer__subscribe-input input {
  width: 100%;
  height: 60px;
  border: none;
  line-height: 60px;
  padding: 0 20px;
  padding-left: 80px;
  padding-right: 220px;
  background: #ffffff;
}
.footer__subscribe-input input::placeholder {
  color: #b7b7b7;
  font-size: 14px;
  text-transform: capitalize;
}
.footer__subscribe-input input:focus {
  outline: none;
}
@media (max-width: 575px) {
  .footer__subscribe-input input {
    padding-right: 20px;
  }
}
.footer__subscribe-input i {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #adadad;
  background-color: #f0f0f0;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .portfolio__content {
    padding: 20px 20px;
  }
  .portfolio__content-inner h3 {
    font-size: 17px;
  }
}

/*# sourceMappingURL=style.css.map */


/* === assets/css/ui-range-slider.css === */
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url('/../../../../../../../tmp/envato-convert-roofpress/assets/css/images/ui-icons_444444_256x240.png');
}
.ui-widget-header .ui-icon {
	background-image: url('/../../../../../../../tmp/envato-convert-roofpress/assets/css/images/ui-icons_444444_256x240.png');
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url('/../../../../../../../tmp/envato-convert-roofpress/assets/css/images/ui-icons_555555_256x240.png');
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url('/../../../../../../../tmp/envato-convert-roofpress/assets/css/images/ui-icons_ffffff_256x240.png');
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url('/../../../../../../../tmp/envato-convert-roofpress/assets/css/images/ui-icons_777620_256x240.png');
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url('/../../../../../../../tmp/envato-convert-roofpress/assets/css/images/ui-icons_cc0000_256x240.png');
}
.ui-button .ui-icon {
	background-image: url('/../../../../../../../tmp/envato-convert-roofpress/assets/css/images/ui-icons_777777_256x240.png');
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}


/* === assets/fonts/flaticon.css === */
	/*
  	Flaticon icon font: Flaticon
  	Creation date: 19/10/2020 12:56
  	*/

@font-face {
  font-family: "Flaticon";
  src: url('/../../../../../../../tmp/envato-convert-roofpress/assets/fonts/Flaticon.eot');
  src: url('/../../../../../../../tmp/envato-convert-roofpress/assets/fonts/Flaticon.eot?#iefix') format("embedded-opentype"),
       url('/../../../../../../../tmp/envato-convert-roofpress/assets/fonts/Flaticon.woff2') format("woff2"),
       url('/../../../../../../../tmp/envato-convert-roofpress/assets/fonts/Flaticon.woff') format("woff"),
       url('/../../../../../../../tmp/envato-convert-roofpress/assets/fonts/Flaticon.ttf') format("truetype"),
       url('/../../../../../../../tmp/envato-convert-roofpress/assets/fonts/Flaticon.svg#Flaticon') format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url('/../../../../../../../tmp/envato-convert-roofpress/assets/fonts/Flaticon.svg#Flaticon') format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
        font-size: 20px;
font-style: normal;
margin-left: 20px;
}

.flaticon-storm:before { content: "\f100"; }
.flaticon-heat:before { content: "\f101"; }
.flaticon-solar-panel-1:before { content: "\f102"; }
.flaticon-roof:before { content: "\f103"; }
.flaticon-building:before { content: "\f104"; }
.flaticon-roof-1:before { content: "\f105"; }
.flaticon-roof-2:before { content: "\f106"; }
.flaticon-roof-3:before { content: "\f107"; }
.flaticon-rain:before { content: "\f108"; }
.flaticon-solar-panel:before { content: "\f109"; }
.flaticon-roof-4:before { content: "\f10a"; }
.flaticon-brick-wall:before { content: "\f10b"; }
.flaticon-customer-support:before { content: "\f10c"; }
.flaticon-house:before { content: "\f10d"; }
.flaticon-commercial-structures:before { content: "\f10e"; }
.flaticon-store-commercial-symbol-outline:before { content: "\f10f"; }
.flaticon-house-1:before { content: "\f110"; }
.flaticon-document:before { content: "\f111"; }
.flaticon-house-value:before { content: "\f112"; }
.flaticon-investment:before { content: "\f113"; }
.flaticon-location:before { content: "\f114"; }
.flaticon-auction:before { content: "\f115"; }
.flaticon-factory:before { content: "\f116"; }
.flaticon-finder:before { content: "\f117"; }
.flaticon-solar-panel-2:before { content: "\f118"; }
.flaticon-solar-house:before { content: "\f119"; }
.flaticon-weather:before { content: "\f11a"; }
.flaticon-stopwatch:before { content: "\f11b"; }
.flaticon-45-minutes:before { content: "\f11c"; }
.flaticon-customer-service:before { content: "\f11d"; }
.flaticon-technical-support:before { content: "\f11e"; }
.flaticon-contract:before { content: "\f11f"; }
.flaticon-worker:before { content: "\f120"; }
.flaticon-folder:before { content: "\f121"; }
.flaticon-roof-5:before { content: "\f122"; }
.flaticon-clouds:before { content: "\f123"; }
.flaticon-nut:before { content: "\f124"; }
.flaticon-map:before { content: "\f125"; }
.flaticon-group:before { content: "\f126"; }
.flaticon-maps:before { content: "\f127"; }
.flaticon-map-1:before { content: "\f128"; }
.flaticon-hot-cup:before { content: "\f129"; }
.flaticon-tap:before { content: "\f12a"; }
.flaticon-exit-door:before { content: "\f12b"; }
.flaticon-map-2:before { content: "\f12c"; }
.flaticon-mail:before { content: "\f12d"; }
.flaticon-open-envelope:before { content: "\f12e"; }
.flaticon-phone-call:before { content: "\f12f"; }
