
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');




@font-face {
font-family: 'Font Awesome 5 Brands';
src: url('/font/fa-brands-400.ttf');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'unicons';
src: url('/font/unicons-line.ttf');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Flaticon';
src: url('/font/Flaticon.ttf');
font-weight: normal;
font-style: normal;
}

.flaticon-right-alignment:before {
    content: "\f101";
}

[class^="uil-"]:before, [class*=" uil-"]:before {
    font-family: "unicons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.software-section .sppb-col-md-2 {
pointer-events: none;
}

.uil-telegram-alt:before {
    content: '\ec44';
}

.uil-envelope-minus:before {
    content: '\e9f0';
}

.uil-phone:before {
    content: '\e9e7';
}


.fab {
    font-family: 'Font Awesome 5 Brands';
}

.socfootul {
display: flex;
    gap: 15px;
    align-items: center;
}

.fa-docker:before {
    content: "\f395";
}

.fa-github:before {
    content: "\f09b";
}

.fa-facebook-f:before {
    content: "\f39e";
}

.fa-vk:before {
    content: "\f189";
}

.preimsecline:before {
content: '';
    background: #e3e8fe;
    position: absolute;
    top: 65px;
    left: 0;
    right: 0;
    width: 85%;
    margin: 0 auto;
    height: 1px;

}

.font500 {
font-weight: 500;
}


.preimicon {
    width: 130px;
    height: 130px;
    padding: 30px;
border: 1px solid #e3e8fe;
    background-color: #ffffff;
transition: all 0.3s ease-in-out;
    border-radius: 100%;
margin: 0 auto;
}

.preimicon img {
width: 70px;
}

.preimicon:hover {
box-shadow:0px 15px 50px 0px rgba(0,27,103,0.15);
}

.preimicon {

}

.bg3 .sppb-row {
padding: 50px 0px;
background: url(/images/bg3.png);
    background-size: 60% 100%;
    background-repeat: no-repeat;
    background-position: top center;
}

.contactsul li {
margin: 0 0 15px 0;

}

.transformimage {
transform: translateX(-25%);
}

.gapsection .sppb-col-md-1 {
display: none;

}

.gapsection > .sppb-row-container > .sppb-row {
justify-content: space-between;

}


.faq .tabs-tab {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.faq .sppb-nav-tabs:before,
.faq .sppb-nav-tabs:after {
display: none;
}

.faq .sppb-nav-tabs {
display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
background-color: #ffffff;
    box-shadow: 0px 1px 5px 0px rgba(0,27,103,0.15);
width: 25%;
padding: 30px 30px 30px 0;

}

.faq .sppb-nav>li {
width: 100%;
}


.faq .sppb-nav-tabs>li>a {
color: #687596;
    font-size: 18px;
font-weight: 500;
border: 0;
border-left: 2px solid transparent;
background: transparent;
    padding: 5px 0 5px 30px;

}

.faq .sppb-nav-tabs>li.active>a,
.faq .sppb-nav-tabs>li.active>a:focus,
.faq .sppb-nav-tabs>li.active>a:hover{
border-left: 2px solid #5EB4C1;
color: #5EB4C1;
}

.faq .sppb-tab-content {
width: 75%;

}

.faq .sppb-tab-pane  {
width: 100%;
}

.faq .sppb-tab-pane h3 {
font-size: 18px;
margin: 0 0 15px 0;
font-weight: 700;
    color: #272d3a;

}

.faq {

}

.faq {

}

.borderlefttext {
font-size: 16px;
    color: #E54F21;
    font-weight: 500;
    padding: 5px;
    padding-left: 20px;
    border-left: 3px solid #E54F21;
margin-bottom: 15px;
}

.borderlefttext p {
margin: 0;
}

.borderlefttext.center {
margin: 0 auto 15px auto;
    width: fit-content;
}


.slidersec:after {
content: '';
    background: url(/images/slidbottom.png);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background-size: 100% 100%;
z-index: 1;

}


.software-section{overflow:hidden;position:relative;background-size:cover;background-repeat:no-repeat;background-position:center center;}
.software-section .shape-img-1,.software-section .shape-img-2{width:579px;position:absolute;}
.software-section .shape-img-1{top:0px;left:0px;}
.software-section .shape-img-2{right:0px;bottom:0px;}
.software-section .section-title{color:#ffffff;}
.software-section .section-title .title-text{color:#ffffff;}
.software-section .software-container{width:100%;height:460px;display:table;position:relative;}


.software-section .software-container .software-item{z-index:1;width:134px;height:134px;position:absolute;
display: flex;
    align-items: center;
    justify-content: center;
}

.software-section .software-container .software-item:before{top:50%;left:50%;width:90%;height:90%;opacity:0;content:'';z-index:-1;position:absolute;border-radius:100%;border:2px solid #5EB4C1;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}
.software-section .software-container .software-item:hover:before{opacity:1;width:130%;height:130%;}
.software-section .software-container .software-item .software-logo{width:100%;height:100%;padding:35px;display:block;overflow:hidden;border-radius:100%;background-color:#ffffff;-webkit-box-shadow:0px 15px 43.65px 1.35px rgba(0,27,103,0.1);box-shadow:0px 15px 43.65px 1.35px rgba(0,27,103,0.1);}
.software-section .software-container .software-item:nth-child(1){top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}
.software-section .software-container .software-item:nth-child(2){top:80px;left:-26px;width:100px;height:100px;}
.software-section .software-container .software-item:nth-child(2) .software-logo{padding:30px;}
.software-section .software-container .software-item:nth-child(3){left:100px;bottom:50px;width:130px;height:130px;}
.software-section .software-container .software-item:nth-child(4){top:0px;left:245px;width:75px;height:75px;}
.software-section .software-container .software-item:nth-child(4) .software-logo{padding:20px;}
.software-section .software-container .software-item:nth-child(5){bottom:0px;left:380px;width:88px;height:88px;}
.software-section .software-container .software-item:nth-child(5) .software-logo{padding:25px;}
.software-section .software-container .software-item:nth-child(6){top:30px;right:100px;width:110px;height:110px;}
.software-section .software-container .software-item:nth-child(6) .software-logo{padding:20px;}
.software-section .software-container .software-item:nth-child(7){bottom:60px;right:-57px;width:112px;height:112px;}
.software-section .software-container .software-item:nth-child(7) .software-logo{padding:25px;}
.software-section .software-container .software-item:nth-child(8){top:230px;left:-170px;width:100px;height:100px;}
.software-section .software-container .software-item:nth-child(8) .software-logo{padding:20px;}
.software-section .software-container .software-item:nth-child(9){top:83px;right:-130px;width:100px;height:100px;}
.software-section .software-container .software-item:nth-child(9) .software-logo{padding:20px;}
.software-section .software-container .software-item:nth-child(10){top:9px;right:-300px;width:70px;height:70px;}
.software-section .software-container .software-item:nth-child(10) .software-logo{padding:10px;}
.software-section .software-container .software-item:nth-child(11){bottom:4px;left:-238px;width:70px;height:70px;}
.software-section .software-container .software-item:nth-child(11) .software-logo{padding:13px;}
.software-section .software-container .software-item:nth-child(12){bottom:126px;right:-242px;width:70px;height:70px;}
.software-section .software-container .software-item:nth-child(12) .software-logo{padding:13px;}
.software-section .software-container .software-item:nth-child(13){display:none;bottom:126px;right:-242px;width:70px;height:70px;}
.software-section .software-container .software-item:nth-child(13) .software-logo{padding:13px;}
.software-section .software-container .software-item:nth-child(14){display:none;bottom:126px;right:-242px;width:70px;height:70px;}
.software-section .software-container .software-item:nth-child(14) .software-logo{padding:13px;}
.software-section .software-container .software-item:nth-child(15){display:none;bottom:126px;right:-242px;width:70px;height:70px;}
.software-section .software-container .software-item:nth-child(15) .software-logo{padding:13px;}
.software-section .software-container .software-item:nth-child(16){display:none;bottom:126px;right:-242px;width:70px;height:70px;}
.software-section .software-container .software-item:nth-child(16) .software-logo{padding:13px;}
.software-section .software-container .software-item:nth-child(17){top:106px;left:-314px;width:80px;height:80px;}
.software-section .software-container .software-item:nth-child(17) .software-logo{padding:18px;}
.software-section .software-container .software-item:nth-child(18){display:none;bottom:126px;right:-242px;width:70px;height:70px;}
.software-section .software-container .software-item:nth-child(18) .software-logo{padding:13px;}


.pmargin0 p {
margin: 0;
}

.headborder .sppb-addon-title {
position: relative;
margin: 7px 0 15px 0;
}

.headborder .sppb-addon-title:before {
content: '';
    position: absolute;
    top: -7px;
    width: 50px;
    left: 0;
    background: #E54F21;
    height: 4px;


}


.font500 {
font-weight: 500;
}

.personimg {
max-width: 85%;
}


.topsec {
height: 100vh;
display: flex;
    align-items: center;

}

.topsec:before {
content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
pointer-events: none;

}



@keyframes flareAnimation {
    0% {
        left: -350%;
    }
    100% {
        left: 350%;
    }
}

div.testimonies-grid .items > div:nth-child(1) {
display: none;
}

div.testimonies-grid .items > div:nth-child(2) {
width: 100%;

}


.socslide {
display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
margin: 15px 0 0 0;

}

.socslide img {
width: 50px;

}

.custpic {
position:relative;

}

.custpic:before {
    content: '';
    background: url(/images/pic1.png) no-repeat center;
    background-size: contain;
    width: 250px;
    height: 250px;
    display: block;
    position: absolute;
    top: -115px;

}


ul.lazy span {
width: 100%;
display: block;

}

.imgwidth100 img {
width: 100%;

}

.headcenter h3 {

}

.sppb-addon-pie-progress {
    border: 1px solid rgba(171, 161, 255, 0.2);
    border-radius: 32px;
    padding: 15px;

}

.blineimg .sppb-addon-single-image-container {
position: relative;

}

.blineimg .sppb-addon-single-image-container:before {
content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ffcc02;
    top: 45%;
    opacity: 0.2;
}

.blineimg .sppb-addon-single-image-container:after {
content:'';

}

.blineimg img {
width: 30px;
    background: #fff;
    display: block;
    margin: 0 auto;
    position: relative;


}



.bottomline {
border-bottom: 1px solid #212121;

}

.uslsec {
box-shadow: none;
border-radius: 5px;
border: 1px solid #e3e8fe;
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: transparent;
padding: 50px 30px !important;
height: 100%;

}

.uslsec.color1 {
border: 1px solid #7a49ff;
}

.uslsec.color2 {
border: 1px solid #31c8e9;
}

.uslsec.color3 {
border: 1px solid #ff718e;
}

.uslsec:hover {
    -webkit-box-shadow: 0px 15px 43.65px 1.35px rgba(0,27,103,0.1);
    box-shadow: 0px 15px 43.65px 1.35px rgba(0,27,103,0.1);
}


.uslsec .iconimage {

}


.uslsec .sppb-column-addons > div {


}

.uslbut  {
color: #fff;
    text-transform: uppercase;
    border: 0px solid #fff;
    line-height: 40px;
    display: block;
    padding: 10px 35px 10px 30px;
    width: fit-content;
    border-radius: 0px;
    background: url(/images/arrowiconw.png) no-repeat 91% center #E54F21;
    font-weight: 500;
    margin: 15px auto 0 auto;
    background-size: 10px;
    transition: all 400ms;

}

.uslbut:hover  {
color: #fff;
    text-transform: uppercase;
    border: 0px solid #fff;
    line-height: 40px;
    display: block;
    padding: 10px 35px 10px 30px;
    width: fit-content;
    border-radius: 0px;
    background: url(/images/arrowiconw.png) no-repeat 91% center #000;
    font-weight: 500;
    background-size: 10px;
    transition: all 400ms;


}

.brandssec img {
height: 40px;
}

.custimg img {
border-radius: 16px;


}

.stepsec .sppb-row {
position: relative;
}


.stepsec .sppb-row:before {
content: '';
    height: 3px;
    width: 80%;
    position: absolute;
    top: 55px;
    left: 0;
    background: #edeff1;
    z-index: -1;
    right: 0;
    margin: 0 auto;

}

.stepblock h3 {
margin: 0 auto;
    text-align: center;
    color: rgb(88 106 146 / 20%);
    font-size: 100px;
    font-weight: bold;
    line-height: 1;
    background: #fff;
    width: 100px;
}

.stepblock .sppb-addon-content {
text-align: center;
    background: #ffcc02;
    color: #fff;
    border-radius: 12px;
    padding: 5px 15px;
margin:  0 0 5px 0;
}

.stepblock .sppb-addon-content p {
margin: 0 0 0 0;
}


.iconbefore:before {
    content: "";
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAvCAMAAAAhFJHhAAADJmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTAzNTlGMEE3RTExMTFFOUFFRUNBOUYwMDNGNzE4RTUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTAzNTlGMEI3RTExMTFFOUFFRUNBOUYwMDNGNzE4RTUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBMDM1OUYwODdFMTExMUU5QUVFQ0E5RjAwM0Y3MThFNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBMDM1OUYwOTdFMTExMUU5QUVFQ0E5RjAwM0Y3MThFNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsCNtSIAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAANlBMVEVHcEwCcJ0CcJ0CcJ0CcJ0CcJ0CcJ0CcJ0CcJ0CcJ0CcJ0CcJ0CcJ0CcJ0CcJ0CcJ0CcJ0CcJ16hR0qAAAAEXRSTlMADqDJsjUG4iDxdon52WFTSGDtrTAAAACySURBVDjL1ZFbDsMgDAQJgZi8SPf+l22jOhRj+wCd3xFC6wmpBAcc++QYgKpngDl7BojFM1i3xTHAeXkGkAsg6BdIg7V6plsADS8wDC+ACX0WvE7bpRCWbTVf3V+V6JkQ8mwYvkglZZ6m036MpjUtSZl2kX4ByabdAhqbTlGZ1pQXkNX0ImWepvcCcpqWRG7T/KdNGaPpg276Y2zaI5sKRNOBrqmiNTXgphbfpjZ3U4/8BpIFLSMY0ApPAAAAAElFTkSuQmCC);
    width: 25px;
    height: 47px;
    position: absolute;
    top: 0;
}
.bigfon2:before {
content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/images/bg6.png) no-repeat;
    background-size: 100% 100%;
top: 0;

}

.bigfon3:before {
content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/images/bg5.png) no-repeat;
    background-size: 100% 100%;
top: 0;

}



.greensec {
background: linear-gradient(104.81deg, #3AC168 9.77%, #0DA27A 82.92%);
border-radius: 15px;
box-shadow: 0 4px 30px rgba(0,0,0,0.15);
}

.whitebut .sppb-btn {
background: #fff;
color:#111;
}

.whitebut .sppb-btn {
background: #eee;
color:#111;
}


.bgsize {
background-size: 20% !important;
background-position: right bottom !important;

}

.bgsize2 {
background-size: 20% !important;
background-position: left bottom !important;

}


.before1:before {
content: '';
    position: absolute;
    left: 3%;
    bottom: -50px;
    width: 100px;
    height: 100px;
    background: url(/images/pic4.png) no-repeat;
    background-size: contain;
z-index: 1;

}

.after2 {
position: relative;
}


.after2:after  {
ontent: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(231 106 135 / 50%);
    z-index: -1;
    transform: rotate(5deg);
    border-radius: 15px;
}



.bigbefore {
height: 100%;
}


.preimtopsec {
background: #fff;
    box-shadow: 0px 20px 30px rgba(40, 44, 64, 0.03);
    margin: -100px 0 0 0 !important;
    padding: 25px;
    border-radius: 20px;
}

.preimtopsec p {
margin: 0;
}




.bigbefore:before {
content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100vw - 100%);
    height: 100%;
    background: url(/images/bg5.jpg) no-repeat center;
    background-size: cover;
border-radius: 75px 0 0 75px;


}

.logotop a {
color:#39c067;
font-size: 26px;
    font-weight: bold;

}

.videsec {
background: #EFF5F9;

}

.videsec {
height: 50vh;
}

.videsec .sppb-section-bacground-video {
border-radius: 0 0 75px 75px;
height: 50vh;
overflow:hidden;

}

.custbut .sppb-btn {
position: relative;
border-radius: 0;
    background: transparent;
    border-bottom: 2px solid #000;
    color: #000;
padding: 0;
gap: 10px;
}

.custbut .sppb-btn:hover {
    background: transparent;
    border-bottom: 2px solid #29a9e1;
color: #29a9e1;

}

.persontext {

padding: 0px;

}

.persontext h3 {
margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    border-bottom: 2px solid #39c067;
    width: fit-content;
color:#212225;
}

.persontext p {
margin: 0;
}



#sp-menu {
position: relative !important;
padding-right: 30px;
}





#sp-callback .sp-column  {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
justify-content: flex-end;

}

#sp-callback .phoneic a {
font-size: 16px;
align-items: flex-end;
font-weight: 500;

}


#sp-callback .phoneic a:hover {
color: #E54F21 !important;
}

#sp-callback .phoneic {
justify-content: flex-end;
margin: 0;

}

#sp-callback .phoneic > span {
gap: 0;
    flex-direction: column;
    align-items: flex-end;

}

.phoneic img {
    width: 20px;
}

.shadowimg img {
box-shadow: 5px 5px 0px #39c067;
}

.shadowimg:hover img {
box-shadow: 5px 5px 0px #333;
}


.textbefore {
position: relative;

}

.textbefore h3:before {
content: '';
    background: rgb(1 134 227 / 10%);
    position: absolute;
    left: -30px;
    top: -20px;
    width: 50px;
    height: 50px;
    z-index: -1;

}


.sppb-addon-video {
box-shadow: 5px 5px 0px #97a1df;
border-radius: 16px;
}

.sppb-addon-video iframe {
border-radius: 16px;

}

.sppb-addon-video:hover {
box-shadow: 5px 5px 0px #333;
}

.leftbeforeorange:before {
content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgb(228 157 85 / 10%) 80%, #ffffff 80%);
    width: 100%;
    height: 100%;
left: 0;
}


.rightbeforeorange:before {
content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgb(228 157 85 / 10%) 80%, #ffffff 80%);
    width: 100%;
    height: 100%;
left: 0;
}




.leftbefore:before {
content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgb(20 152 28 / 10%) 80%, #ffffff 80%);
    width: 100%;
    height: 100%;
left: 0;
}


.rightbefore:before {
content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background: linear-gradient(270deg, rgb(20 152 28 / 10%) 80%, #ffffff 80%);
    width: 100%;
    height: 100%;
right: 0;

}

.hoverskid .overlay-image-title {
opacity: 0;
}

.hoverskid .overlay-image-title:hover {
opacity: 1;
}


.bordersecleft:before {
content: '';
    background: #39c067;
    position: absolute;
    top: 0;
    left: -2px;
    width: 10px;
    height: 30px;

}

.bordersecleft {
padding: 0 0 0 20px !important;
border-left: 1px solid #232323;
}

.height100 {
height: 100%;
}

#sp-section-1 {
padding: 5px 0;
position: relative;
    background: linear-gradient(45deg, #E54F21, #5e1d09);
z-index: 11;

}



#sp-top3 .phoneic {
justify-content: center;
}



.imgradius img {
border-radius: 0px;
}

.heightsecleft .sppb-row .sppb-col-md-6:nth-child(1) .sppb-column-addons > div {
height: 100%;

}


.heightsecsec .sppb-section  {
height: 100%;
}


.heightsecsec > .sppb-row-container > .sppb-row {
box-shadow: 9px 0 50px rgba(0,0,0,0.18);
border-radius: 0px;

}




.custom-table {
	border-radius: 5px;
	width:100%;
box-shadow: 9px 0 50px rgba(0,0,0,0.18);

}
.custom-table td:first-child, .custom-table th:first-child {
    border-left: none;
	text-align:left;
}
.custom-table th {
    border: 1px solid rgba(255,255,255,0.04);
    padding: 7px 20px;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    background: #185005;
}
.custom-table td:last-child, .custom-table th:last-child {
    border-right: none;
}
.custom-table td {
    border: 1px solid rgba(0,0,0,0.04);
    padding: 7px 20px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    background: #fdfdfd;
	color:#333;
	height:58px;
	line-height:1.2;
}
.custom-table td a {
	color:#333;
}
.textbg h3 {
color: #fff;
    background: #222;
    padding: 9px 20px;
    width: fit-content;
    margin: 0 auto;
    font-size: 40px;

}

.imgrelative {
position: relative;
    right: -75px;
}

.modal-title {
    margin: 0;

    font-weight: 600;
}

.bigtext {
display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    gap: 20px;
}

.qfcopytext {
font-size: 12px;
margin: 0;

}

.whitecopy .qfcopytext,
.whitecopy .qfcopytext a {
color: #000;
}

.qf3form.defaulttt .copytext,
.qf3form.defaulttt .copytext a {
color:#000;

}

.qf3form.defaulttt .copytext.colorwhite,
.qf3form.defaulttt .copytext.colorwhite a {
font-size: 14px;
font-style: normal;
    color: #535e72;

}


#formazakaz .qf3form.default .copytext {
    color: #000;
}

.callbackcopytext, .callbackcopytext a {
    font-size: 14px;
color: #000 !important;
}

.cmbf-form-class .cmbf-field-container.callbackcopytext {
    margin: 15px 0 0 0;
}


#sp-top1 .phoneic span a {
display: flex;
align-items: flex-end;
    gap: 5px;
    font-size: 18px;
    line-height: 22px;

}

#sp-top1 .phoneic span a:hover {
text-decoration: underline;
}



.sppb-animated-number {
font-size: 48px;
line-height: 1;
    color: #535e72;
    font-weight: 300;
text-align: left;
margin-bottom: 10px;
display: flex;
    gap: 15px;
}

.sppb-addon-animated-number.k .sppb-animated-number:after {
content: 'K+';

}

.sppb-panel-modern>.sppb-panel-heading {
    padding: 17px 30px 17px 15px;
    background: #386bd4;
    color: #fff;
}

.sppb-panel-title {
    font-size: 18px;
}


.numbig {
font-size: 26px;
line-height: 26px;
}

.modelblok {
border: 2px solid #cdd7e4;
padding: 15px;
border-radius: 16px;
background: #fff;

}

.modelblok:hover {
border: 2px solid #321730;
}

.sppb-panel-modern {
    background: #fff;
    border: 1px solid #e8eff1;
    border-radius: 16px;
    padding: 0;
    overflow: hidden;
}

.modelblok .sppb-addon-content {
display: flex;
    flex-direction: column;
    gap: 15px;

}

.modelblok .sppb-img-container {
height: 50px;
    margin: 0 auto;
}

.modelblok .sppb-img-container img {
height: 50px;

}

.modelblok h3 {
margin: 0;
}

.imglogo img {
width: 100px;
}

.heightsec {


}

#sp-section-3 {
padding: 10px 0;

}


#sp-skidtext p {
text-align: center;
    margin: 5px 0;

}

.akciya {
border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
}

.akciya .sppb-addon-title {
font-weight: bold;
}

.akciya .sppb-addon-overlay-image-content {
    padding: 15px;
}



.bgtext {
width: fit-content;
    background: #4d8edb;
    padding: 5px 10px;
    border-radius: 5px;

}

.textborder h3 {
position: relative;
    width: fit-content;
border-left: 3px solid #FFB600;
padding: 0 0 0 7px;
}

.textborder h3:before {
content: '';
    position: absolute;
    margin: 0;
    width: 100px;
    height: 3px;
    left: -3px;
    background: #FFB600;
    z-index: -1;
    border-radius: 0;
    bottom: -2px;
}


.bgtext h3 {
margin: 0 !important;



}

.bordertext h3 {
display: flex;
    gap: 5px;
    background: #fff;
    padding: 7px 15px 10px 15px;
    width: fit-content;
    margin: 0;
    color: #111;
    border-radius: 16px;
    box-shadow: 0 0 15px #97a1df;
}


.bordertext p {
margin: 0;
}




.padleft .sppb-col-md-12  {
padding-left: 0;
}



.widgetCalendar .datepickerContainer {
background: #121212;
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px) !important;
    height: 130px !important;
z-index: 1;
}

.widgetCalendar > .datepicker {
display: block; position: relative; width: 300px !important; height: 150px !important;
}


.qf3form.default {

}

.kat.color1 {
background: #e2f7e2;
}

.kat.color2 {
background: #f7f6e2;
}

.kat.color3 {
background: #f7e2e2;
}

.kat.color4 {
background: #e6e2f7;
}


.kat {
    transition: all 400ms;
border: 0px solid #cdd7e4;
    border-radius: 16px;
padding: 6px;
overflow: hidden;
box-shadow: 0 0 15px rgb(0 0 0 / 15%);
position: relative;
}

.kat:hover {
border: 0px solid #59a95e;
    transition: all 400ms;
box-shadow: 0 0 15px rgb(0 0 0 / 30%);
}

.kat .sppb-img-container {
border: 0px solid #cdd7e4;
display: flex !important;
    align-items: center;
    justify-content: center;
margin: 0 auto;
width: 50%;
padding: 0 30px;

}

.kat .sppb-addon-content {
display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;

}

.kat .sppb-media-content {
position: relative;
    top: 0;
    width: 50%;
left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
flex-direction: column;
gap: 7px;
padding: 5px;
}



.kat h3 {
position: relative;
background: transparent;
    margin: 0;
    padding: 0;

}



.kat .sppb-img-container img {
    border-radius: 0;
    width: 80%;
margin: 0 auto;
    display: block;
}

.kat h3 a {
font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    background: transparent;
    width: 100%;
    display: flex;
    text-align: left;
    align-items: center;
    justify-content: center;
    color: #222;
    padding: 0;
border-radius: 0;
}

.kat .sppb-addon-text {
text-align: left;
font-size: 16px;

}

.kat:hover h3 a {


}



.carsec {
border: 1px solid #000000;
    border-radius: 20px;
background-color: rgba(0, 0, 0, 0.2);
    padding: 17px 16px;
min-height: 275px;
transition: all 400ms;
}

.carsec:hover {
transform: translate(0px, -20px);
    transition: all 400ms;
}

.carsec .sppb-row > .sppb-col-md-12:nth-child(1) {
z-index: 11;
}

.carsec .sppb-row > .sppb-col-md-12:nth-child(3) .sppb-column-addons {
display: flex;
    justify-content: space-between;
    align-items: center;
}


.carname {
    position: absolute;
    top: 0px;
margin: 0 0 0px 0;
z-index:1;
}


.carname h3 a {
color:#fff;
}

.carname h3 {
margin: 0 0 7px 0;
}


.carname .sppb-addon-content {
font-size: 14px;
    line-height: 16px;
    color: #BEBEBE;
}

.carimg {
margin: 15px 0 0 0;
}



.carperson {
width: fit-content;
}

.carperson h3 {
margin: 0;
color:#fff;
font-size: 13px !important;
}

.carperson .sppb-addon-content {
display: flex;
    align-items: center;
    justify-content: center;
gap: 5px;
}

.carperson i {
color:#038cf7;
}


.carinfo {

}

.sectext {

}




.relbut {
position: relative;
top: -30px;
}

.uslimage img {
border-radius: 15px;
}







.usltext h3 {
margin: 0;
}

.usltext h3 a {
color: #000;
font-weight: bold;
font-size: 24px;
line-height: 32px;

}

.usltext:hover h3 a {

}

.usltext .sppb-addon-content {


}

.usltext .sppb-addon-content p {
margin: 0;
}




.usltext {
padding: 0px 0px 0px 15px;
position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
text-align: left;
    flex-direction: column;

}

.usltext a {
width: 100%;
display: block;

}

.usltext a:hover {
color: #ffcc02;
}

.usltext:before {
content: '';
    position: absolute;
    left: -10px;
    width: 40px;
    height: 40px;
    background: #0197d7;
    border-radius: 50%;
    top: -10px;
    z-index: -1;
    opacity: 0.1;

}

.uslsecimage {
position: relative;
top: 0px;
}

.uslsecimage:before {
content: '';

}




.iconimg img {
width: 30px;
margin: 0 0 0 0px;
    float: left;
}

#sp-bottom1 .custom {
display: flex;
    flex-direction: column;
    gap: 0px;
}


.advimg img {
max-width: 300px;
}

.beforecolor:before {
content: '';
    background: #F3E4D8;
    position: absolute;
    top: 0;
    left: 99%;
    width: 100%;
    height: 100%;
}




.bordertopsec > .sppb-row-container > .sppb-row {
border-top: 3px solid #ddd;
margin: 0;
}



.borderbottomsec > .sppb-row-container > .sppb-row {
border-bottom: 3px solid #ddd;
margin: 0;
padding: 0 0 50px 0 ;
}

.paddingsecing > .sppb-row-container > .sppb-row {
padding: 50px 0 50px 0 !important;
}

.nopaddingsec > .sppb-row-container > .sppb-row > div {
padding: 0;
}


.custdiv {
box-shadow: 0 7px 30px rgb(0 0 0 / 20%);
    overflow: hidden;
}

.custdivin {
z-index: 11 !important;

}

.custdivin > .sppb-row-container > .sppb-row {
box-shadow: 0 7px 30px rgb(0 0 0 / 20%);
padding: 0px !important;
background: #fff;
border-radius: 0px;
    overflow: hidden;
}



.leftborder {
border-left: 3px solid #000000;
    padding: 0 0 0 10px;
}

.heightsec .sppb-column-addons > div {
height: 100%;
}

.custsec {

}

#sp-top1 .custom {
display: flex;
    align-items: center;
    justify-content: flex-start;
}

#sp-top1 .phoneic:nth-child(1) > span {
display: flex;
flex-direction: row;
}

#sp-top1 .phoneic:nth-child(1) > span > span {
margin: 0 5px 0 2px;
}





#sp-top1 .custom p:nth-child(2) {
font-size: 14px;

}

.avaimg img {
border-radius: 0px;
}

.footlogo img {
    width: 250px;
    margin: 0 auto 15px auto;
}

.bottext {
    text-align: center;
}

.blog1latestnews1  {
top: -30px;
}

.blog1latestnews4 {
margin-top:20px;
}

.blog1latestnews2 img {
box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
border-radius: 16px;
}

.blog1latestnews2:hover img {


}


.blog1latestnews4 a {
color:#ffcc02;
font-size:18px;
line-height: 24px;
font-weight:bold;
margin:15px 0 5px 0;
}

.blog1latestnews4 a:hover {
color:#111;

}


.secshadow {
box-shadow: 0 0 30px rgb(0 0 0 / 10%);
}

.sppb-addon-animated-number .sppb-addon-content {
display: flex;
    gap: 0;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
}

.sppb-addon-animated-number {

    border-radius: 0px;
    padding: 0px;
background: transparent;
border: 0px solid rgba(171, 161, 255, 0.2);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sppb-animated-number-title {
margin: 0 !important;
text-align: left;
    font-size: 20px;
    color: #272d3a;
    font-weight: 500;
}

.preimleft {

    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    position: relative;
box-shadow: none;
border: 0px solid rgba(171, 161, 255, 0.1);
    border-radius: 0;
    overflow: hidden;
    display: flex;
    padding: 0;
background: transparent;

}



.preimleft.preimright {
border-left: 0;
height: 100%;
}


.preimleft.preimright:before {
content: '';
    background: #39c067;
    position: absolute;
    top: 0;
    left: auto;
    right: -1px;
    width: 10px;
    height: 30px;

}

.preimleft .sppb-btn  {
margin: 15px 0 0 0;

}


.preimleft .sppb-media-content {
text-align: left;
    display: flex;
    flex-direction: column;
}

.preimleft.preimright .sppb-media-content {
align-items: flex-end;

}


.preimleft .sppb-addon-content {
display: flex;
align-items: flex-start;
flex-direction: row;
    gap: 30px;

}

.preimleft.preimright .sppb-addon-content {
    display: flex;
    align-items: flex-end;
}

.preimleft .sppb-addon-title {
font-size: 21px;
margin: 0 0 15px 0;
font-weight: 700;
color: #272d3a;

}

.preimleft.preimright h3 {

}

.preimleft .sppb-addon-text {
font-size: 16px;
}


.preimleft .sppb-addon-text p {
margin: 0;

}


.preimleft.preimleftcenter {
justify-content: center;
}

.preimleft h3 {
margin: 0;
    font-size: 20px;
    line-height: 24px !important;
    font-weight: 600;
    border-left: 0px solid #000;

    width: fit-content;
    padding: 0 0 5px 0px;
}


.preimleftbig {


}

.preimleftbig .sppb-img-container img {
max-height: 150px;

}

.preimleftbig h3 {
margin: 0 0 0 0;

}

.preimleftbig:hover h3 a {
color: #E54F21;

}

.preimleft:hover h3 a {
color: #5e1d09;

}

.preimleft .sppb-img-container {
min-width: 60px;
    width: 60px;
    padding: 0px;
    border: 0px solid #5f5e33;
    border-radius: 0px;
    background: #fff;

}




.preimgalka {
    box-shadow: none;
    border-radius: 0;
    padding: 0px;
width: fit-content;
margin: 0;
    position: relative;
}

.preimgalka.mid {
margin: 0 auto;
}

.preimgalka:before {
content: '';
    background: #fbfbfb;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -10px;
    left: -10px;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.2;
}


.preimgalka.nomargin {
margin: 0;
}


.preimgalka .sppb-media-content {
text-align: left;
    display: flex;
    flex-direction: column;
}

.preimgalka .sppb-addon-content {
display: flex;
align-items: flex-start;
    gap: 30px;
justify-content: center;
flex-direction: row;
}

.preimgalka h5 {
margin: 0;
font-size: 16px;
    font-weight: normal;
}

.preimgalka .sppb-img-container {
min-width: 50px;
width: 50px;
}

.preimgalka .sppb-addon-text {
font-size: 16px;
}

.preimgalka .sppb-addon-text ul {
    list-style-type: circle;
margin: 10px 0 0 0;
}





.preimstep {
box-shadow: none;
border-radius: 0px;
padding: 0;
border-left: 0px solid #fddc58;

}

.preimstep .sppb-media-content {
text-align: left;
    display: flex;
    flex-direction: column;
}

.preimstep .sppb-media-content h3 {

}

.preimstep .sppb-addon-content {
display: flex;
align-items: center;
    gap: 15px;

}

3.preimstep h3 {
margin: 0;
font-size: 20px;
line-height: 24px !important;
color:#333;
}

.preimstep .sppb-img-container {
min-width: 90px;
width: 90px;
}



.preimstep .sppb-addon-text {
font-size: 16px;
    color: #333;

}

.coloro {
color: #E54F21 !important;
}

.colorred {
color: #b765f8 !important;
}



.topbut .sppb-btn {
margin: 0;
    overflow: hidden;
    position: relative;

}

.topbut .sppb-btn:before {
content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 45px;
    transform: skewX(-45deg);
    animation: flareAnimation;
    left: -350%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.25));
    animation: flareAnimation 2000ms infinite linear;



}

.usl {
height: 100%;
position: relative;
padding: 0px;
    margin: 0 auto;
border-radius: 16px;
background: #f2f3f9;
overflow: hidden;

}


.usl:hover {

}





.usl .sppb-addon-content {
display: flex;
    flex-direction: column;
align-items: flex-start;
    height: 100%;
transform: translateY(0px);
    margin: 0px;

}




.usl .margin0 {
margin: 0;
width: 100%;
}

.usl .sppb-addon-text p {
margin: 0;

}

.usl .sppb-addon-text {
width: 100%;
padding: 0px;
text-align: left;
    color: #000;
    padding: 0px 20px 20px 20px;
}

.usl .sppb-addon-text a {
color: #fff;
}


.usl .sppb-addon-text a.katbut {
position: relative;
    color: #fff;
    background: #E54F21;
    width: fit-content;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 30px;
transition: all 400ms;
margin: 15px 0 0 0;
    border-radius: 50px;
font-weight: 500;
font-size: 16px;
padding: 0 15px;

}


.usl .sppb-addon-text a.katbut:hover {
background: #333;
transition: all 400ms;
}


.usl .sppb-addon-text a:hover {

}

.usl .sppb-addon-text .priceusl {
font-size: 150%;
    color: #000;

}


.usl .sppb-addon-text .uslmore {
text-align: left;
color:#000;
font-weight: bold;
cursor: pointer;

}

.usl .sppb-media-content {
right: 0;
    position: relative;
    top: 0;
    left: 0;
    margin: 0px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
flex-direction: column;
height: 100%;
padding: 0px;
width: 100%;

}


.usl .sppb-addon-text ul.hiddenlist li {
display: none;
}


.usl .sppb-addon-text ul.hiddenlist li:nth-child(1),
.usl .sppb-addon-text ul.hiddenlist li:nth-child(2),
.usl .sppb-addon-text ul.hiddenlist li:nth-child(3),
.usl .sppb-addon-text ul.hiddenlist li:nth-child(4) {
display: block;
}



.usl .sppb-addon-text ul {
    padding: 0 0 10px 40px;
    list-style: none;
    text-align: left;

}

.usl .sppb-addon-text ul li {
position: relative;
font-size: 14px;
margin: 0 0 10px 0;
font-weight: 500;

}


.usl .sppb-addon-text ul li:before {
position: absolute;
    top: 50%;
    left: -20px;
    width: 5px;
    height: 5px;
    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    background: #fdca19;
    -webkit-box-shadow: 0 0 1px 5px #4f441e;
    box-shadow: 0 0 1px 5px #4f441e;
}

.usl h3 {
font-size: 20px;
margin: 0;
width: 100%;
padding: 0px 20px 20px 20px;

}

.usl .sppb-img-container {
position: relative;
    width: 100%;
    margin: 0 auto 15px auto;


}

.usl .sppb-img-container:before {
content: '';
}


.usl .sppb-img-container img {
    margin: 0px auto 0 auto;
width: 100%;

}

.usl:hover  .sppb-img-container img {

}

.usl h3 a {
color: #000;
    margin: 0 auto;
    padding: 0;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    position: relative;
    text-align: left;
    display: block;

}

.usl:hover h3 a {
color: #E54F21;
}







#sp-section-1 .row {
    display: flex;
    align-items: center;
justify-content: center;
}

.white-popup-block {
height: auto !important;
}

.brands .sppb-row .sppb-col-md-2 {
border: 1px solid #eee;
border-right: 0;
}

.brands .sppb-row > div:nth-child(6) {
border: 1px solid #eee;
border-right: 1px solid #eee;
}

.brands .sppb-column-addons {
display: flex;
    align-items: center;
    justify-content: center;
padding: 15px;
}


.bannerimg img {
border-radius: 20px;
}

.flexend .sppb-col-md-4 .sppb-column-addons {
display: flex;
    align-items: flex-end;
}


.fivebloksection .sppb-col-md-1 {
    display: none !important;
}

.fivebloksection .sppb-col-md-2 {
    flex: 0 0 20% !important;
    max-width: 20% !important;
}






ul.sppb-gallery:before, ul.sppb-gallery:after {
display:none !important;
}

ul.sppb-gallery {
display: flex;
justify-content: space-between;
    flex-wrap: wrap;
gap: 20px;
}

ul.sppb-gallery li {
max-width: 23%;
    padding: 0px;
    border: 0px solid #eee;
    border-radius: 0px;
flex: 1 0 auto;
}


ul.sppb-gallery img {
width: auto !important;
    height: auto !important;
border-radius: 16px;

}





.containerinside > .sppb-row-container > .sppb-row {
    border: 0px dashed #1e1d1c;
    padding: 30px 15px !important;
    border-radius: 0px;
    background: #f5f5f5;
display: flex;
    align-items: center;
    justify-content: center;

}



.containerinsideborder > .sppb-row-container > .sppb-row {
    border: 1px solid #1e1d1c;
    padding: 30px 15px !important;
margin: 0px;
background: #f6f7fb;

}

.custsec {
border: 0px solid #eee;
    background: #fcf4f7;
    padding: 30px 30px !important;
    border-radius: 20px;
}


#sp-top3 {
font-size: 16px;
    text-align: center;
}

#sp-top1 .phoneic, #sp-top2 .phoneic {
font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin: 0;
}

#sp-top2 .phoneic .borderafter {
position: relative;
}

#sp-top2 .phoneic .borderafter:after {
content: '';
    position: absolute;
    right: -6px;
    height: 100%;
    width: 2px;
    background: #eee;

}

#sp-section-1 a:hover {
text-decoration: underline;
}


.phoneic span a {
display: flex;
    align-items: center;
gap: 5px;


}

.telbig {
font-size: 24px;
    line-height: 28px;
    font-weight: 500;
}



#sp-logo {
}




.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
font-family: 'Roboto', sans-serif;
line-height: normal;

}


.sppb-btn.formazakazbut {
display: block;

}

.sppb-btn.formazakazbut.bigbut {

    line-height: 60px;
    min-width: 275px;

}



.sppb-btn.formazakazbut:hover {

}


.sppb-btn.formazakazbut.white {
background: #fff;
color: #000;
}

.sppb-btn.formazakazbut.white:hover {
background: #151515;
color:#fff;
}



.sppb-carousel-pro {
padding: 50px;
box-shadow: 0px 0px 40px 0px rgb(48 48 48 / 10%);
border-radius: 30px;
}


.sppb-carousel-indicators {
    position: absolute;
    bottom: -30px;
    left: 0;
    z-index: 15;
    width: fit-content;
    margin: 0;
    padding-left: 0;
    list-style: none;
    text-align: center;
}


.phoneic {
display: flex;
    align-items: center;
    gap: 10px;
margin: 0 0 10px 0;
}

.phoneic span {
display: flex;
    align-items: center;

}

.phoneic img {
width: 20px;
}

#sp-top1 .phoneic img {
}

#sp-bottom3 iframe {
border-radius: 12px;

}

#sp-botmenu {
    border-bottom: 1px solid rgb(255 255 255 / 30%);
}

ul.bottommenu {
display: flex;
    align-items: flex-start;
    justify-content: space-between;
flex-direction: column;
}

ul.bottommenu a {
padding: 2px 0 15px 0 !important;
}


.copyfoot {
    padding: 50px 0;
    text-align: center;
    font-size: 14px;
    margin: 0 auto;
    width: 100%;
    border-top: 2px solid #eef1ff;
}


.whitesub .sppb-title-subheading {
color:#fff;
}

.boxshadow {
box-shadow: 0 4px 30px rgba(0,0,0,0.15);

}

.borderradius {
border-radius: 16px;
overflow: hidden;


}

#sp-header .row {
position: relative;
    display: flex;
align-items: center;
height: 150px;
    transition: all 400ms;
}

#sp-header .row > div {

}


#sp-header #sp-callback {

}


.uslheader h3 {
font-size: 50px;
line-height: 50px;
font-weight: bold;
margin: 0;
text-align: left;
}

.uslheader .sppb-addon-content {
display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;


}

.uslheader .sppb-img-container {
width: 75px;
}

.preimusl {
background: linear-gradient(45deg, #eee, #f1f3f7);
border-radius: 5px;
padding: 20px 5px 5px 20px;
    overflow: hidden;
}

.preimusl:hover {
}

.containerinside .sppb-row {
margin: 0;
}

.preimusl .sppb-addon-content {
display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: center;
    gap: 10px;

}


.preimusl .sppb-img-container {
width: 50%;
}

.preimusl .sppb-media-content {
width: 50%;
}





.preimprice {
font-weight: bold;
}


.preimprice > span:nth-child(1) {
text-decoration: line-through;
}

.preimprice > span:nth-child(2) {
color: red;
}


.preimusl h3 {
margin: 0;
padding: 0px;
}

.preimusl h3 {
color: #000;
    margin: 0 0 15px 0;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
text-align: left;
}

.preimusl .sppb-addon-text {
text-align: left;
display: flex;
    flex-direction: column;
    gap: 15px;
}



.model:hover a {
text-decoration: underline;

}

.model {
background: #fff;

}

.model img {
width: 100%;
}


.model h3 {
font-size: 20px;
margin: 15px 0 5px 0
}

.model .sppb-addon-text {
    margin: 0;
color: rgba(0, 0, 0, 0.75);
}

.model .sppb-media-content {
padding: 0 0 5px 0;
}


.preim  {
display: flex;
    align-items: center;
    justify-content: flex-start;
height: 100%;
position: relative;
padding: 25px;
border-radius: 16px;

background: #fff;
width: 100%;
    margin: 0 auto;
border: 0px solid #ffcc02;

}

.preim:hover {

}




.preim .sppb-img-container {
padding: 7%;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: radial-gradient(#5e1d09, #E54F21);

}

.preim .sppb-addon-content {
display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
padding: 0px;
}

.preimusl .sppb-btn.formazakazbut {
background: #3fff00;
    padding: 0 30px;
    margin: 0;
border: 0;
}

.preimusl .sppb-btn.formazakazbut:hover {
background: #223401;
    padding: 0 30px;
    margin: 0;
border: 0;
}



.preimsec .sppb-column-addons > div {
height: 100%;
}



.preim h3 {

    margin: 0;
    font-size: 20px;
    line-height: 24px;
text-transform: none;
    font-weight: 600;
    padding: 0px 0 0px 0;
text-align: center;
width: auto;
    border-bottom: 0px solid #191919;

}

.preim .sppb-addon-text {
text-align: left;
font-size: 16px;
}

.preim .sppb-addon-text p {
margin: 0;
}


iframe {
display:block;
}


.etap {
position: relative;
}

.etap:after {
    content: '';
    background: url(/images/arr.png) no-repeat center;
    background-size: contain;
    width: 22px;
    height: 43px;
    position: absolute;
    right: -20px;
    top: calc(50% - 21px);
}

.etap.noarrow:after {
display: none;
}


.etap .sppb-addon-content {
display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}


.etap .sppb-img-container {
background: #3fff00;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    display: flex !important;
    align-items: center;
    justify-content: center;}


.etap .sppb-img-container img {
height: 90px;
    width: 90px;
}

.etap .sppb-addon-text {
background: #f7f7f7;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 35px;
    border: 1px solid #9f9f9f;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 20px;
}

.etap .sppb-addon-text p {
margin: 0;
}


.etap h3 {
color: #000;
    margin: 0;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    padding: 0 10px;
}


.secondbutbg .sppb-addon-content .sppb-btn:nth-child(2) {
background: transparent !important;
border: 1px solid #383838;
color: #383838;
box-shadow: none;
}

.secondbutbg .sppb-addon-content .sppb-btn:nth-child(2):hover {
background: #383838 !important;
border: 1px solid #383838;
color: #fff;
}



.secondbutbgwhite .sppb-addon-content .sppb-btn:nth-child(1) {
}

.secondbutbgwhite .sppb-addon-content .sppb-btn:nth-child(1):hover {
}



.secondbutbgwhite .sppb-addon-content .sppb-btn:nth-child(2) {
background: transparent !important;
border: 1px solid #fff;
color: #fff;
box-shadow: none;
}

.secondbutbgwhite .sppb-addon-content .sppb-btn:nth-child(2):hover {
background: #fff !important;
border: 1px solid #fff;
color: #000;
}





.sppb-carousel-pro-text h2 {
font-weight: 600;
position: relative;
padding: 0 0 0 10px;

}

.sppb-carousel-pro-text h2:before {
content: '';
    position: absolute;
    left: 0;
    background: #62ea5d;
    height: 100%;
    width: 4px;

}


.sppb-addon.sppb-addon-button-group .sppb-addon-content {
display: flex;
    gap: 15px;
}


.centerbut .sppb-addon-content {
justify-content: center;
}

.sppb-carousel-pro-inner-content .sppb-row {
display: flex;
    align-items: center;
}

.sppb-carousel-pro-inner-content .sppb-row > div:nth-child(1) {
-ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
}


.sppb-carousel-pro-inner-content .sppb-row > div:nth-child(2) {
-ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;

}

.midbut .sppb-addon-content {
justify-content: center;
}



.sppb-carousel-inner>.sppb-item {
    padding: 0px;
}

.sppb-item.sppb-item-has-bg>img {
}

.sppb-item.sppb-item-has-bg .sppb-carousel-item-inner:before {
content: '';
    background: rgb(0 0 0 / 0%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}



div.search {
position:relative;
}

div.search:before {
content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 38px;
    display: block;
    background: url(/images/lupaw.png) no-repeat #171717 center;
    background-size: 15px;
border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}


.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
    color: #fff;
    background-color: #000 !important;
    border-color: #adadad;
}







.ot_testimonial .slick-track {
gap: 20px;
}

.ot_testimonial .ot_list {
position: relative;
background: #f9fafc;
    border-radius: 16px;
    margin: 0  0;
        border: 0px solid #ffcc02;
box-shadow: none;

}

.ot_testimonial .ot_list:hover {
box-shadow: none;
}


.ot_info .ot_image img {
    border-radius: 50%;
    border: 2px solid #E54F21;
    float: right;
    height: 85px;
    padding: 3px;
    width: 85px;
max-width: 85px;

}

.slick-slide a {
box-shadow: none;
outline: none;

}

.lazy .slick-slide img {
margin: 0 auto;


}

.lazy ._img {
background: #fff;
padding: 25px 25px;
margin: 0px;
border-radius: 0px;
}

.lazy.slick-slider .slick-track {
align-items: center;

}

#myCarousel .slick-slide {
margin: 0 auto;
    padding: 0px;
}

.ot_testimonial .ot_tcontent,.ot_tcontent1 {
color: #000;
    display: block;
    width: 100%;
    border: 0px dashed #2161aa;

    padding: 45px 20px 0 20px;
position:relative;
    box-shadow: none;
    font-weight: normal;
    margin-top: 0px;

}

.ot_testimonial .ot_tcontent:before {
content: "";
    position: absolute;
    top: 10px;
    left: 20px;
    background: url(/images/bq.png) no-repeat;
    width: 30px;
    height: 30px;
    background-size: cover;
    opacity: 1;
}





.ot_testimonial  .ot_name {

    font-weight: bold;color: #000;
font-size:18px;

}
.ot_testimonial .ot_work {


   font-size: 13px;color: #000;
}


.sppb-addon-overlay-image .title-subtitle-bottom-left .overlay-image-button-wrap {
transform: translate3d(0,0,0);
display: none;
    align-items: center;
}

input:active, input:focus,  button:active, button:focus, .sppb-btn:active, .sppb-btn:focus {

outline:none !important;
}
.uslblok h3:before {display:none;}

.mainsec .sppb-row .sppb-col-md-6:first-child {
	
	background:rgba(0, 0, 0, 0.5);
}

.sppb-btn:focus, .sppb-btn:hover {
    text-decoration: none;
    box-shadow: none;
}

.formanemodal textarea {height:50px !important;
width: 100% !important;
}



.slick-arrow {
   width: 30px;
    height: 30px;
    box-sizing: border-box;
    background: url(/images/arrwl.png) #E54F21 50% 50% no-repeat ;
    text-indent: -9999px;
    cursor: pointer;
    transition: all .25s;
    position: absolute;
    border-radius: 50px;
        top: calc(50% - 20px);
    margin: auto 0;
    overflow: hidden;
    outline: 0;
    z-index: 11;
border: 0px solid #bdbdbd;
box-shadow: none;
background-size: 15px;
}

.slick-arrow:hover {
background: url(/images/arrwl.png) #000 50% 50% no-repeat ;
border: 0px solid #bdbdbd;
box-shadow: none;
background-size: 15px;
}


.slick-arrow.slick-prev {
    left: -30px;
}

.slick-arrow.slick-next {
    right: -30px;
}


.sp-megamenu-parent >li.active>a,
.sp-megamenu-parent >li:hover>a {
background: transparent;
    color: #5EB4C1 !important;
    text-decoration: none;
    border-radius: 0;
    border-bottom: 0px solid  #333;
position: relative;

}


.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover {

    color: #272d3a !important;
padding: 10px 10px 10px 30px;
transition: all 400ms;

}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a {
  color: #272d3a!important;
}

#testimonies-form .sppb-btn {
margin: 15px 0 0 0;
}






#sp-page-builder .sp-pagebuilder-page-edit {display:none;}
.redtext {color: #252525 !important;
margin-right: 5px;}


.image-effect-slide-left .overlay-background-image {
    width: 100%;
    width: 100%;

}


.formanemodal .qf3form  form {
width: 100%;
    padding: 0px;
	margin: 0 auto;
display: flex;
    align-items: center;
gap: 15px;
}

.formanemodal {

    border: 0px solid rgba(0, 0, 0, 0.01);

    padding: 0;
    overflow: hidden;

}


.formanemodal .qf3form.default .qf3txt input,
.formanemodal .qf3form.default select {
background: transparent;
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid #fff;
    color: #fff;
    padding: 0;
box-shadow: none !important;

}

.formanemodal .qf3form.default .qf3 {
width: auto;

}

.formanemodal .sppb-btn {
background: #97a1df;
}

.formanemodal .sppb-btn:hover {
background: #333;
}


.formanemodal .qfcopytext {
max-width: 30%;
}

.formanemodal .qfcopytext,
.formanemodal .qfcopytext a {
color: #fff;
}

.formanemodal .qf3form form > div {
flex: auto;
}

.formanemodal .qf3form.default .qf3txt input::placeholder,
.formanemodal .qf3form.default  select::placeholder,
.formanemodal .qf3form.default  textarea::placeholder {
color:#fff !important;
}

.formanemodal .sppb-addon-title {
color: #2c2c2c;
}

.formanemodal .sppb-addon-text-block {
background: #f0f0f0;
padding: 15px 10px;
}

.formanemodal .sppb-addon-text-block p {
margin: 0;
}



.formanemodal .sppb-addon-title {
text-align: center;
    color: #2c2c2c;
    padding: 0px 0px 0 0px;
    font-size: 26px;
margin: 15px 0 0 0;


font-weight: 600;
}





input.finput{
border: 0px solid #252525;
    color: #fff;
background:#2e2c2f !important;
position: relative;
    top: 10px;
}

input.finput:hover {
border: 0px solid #cfe789!important;
    color: #000  !important;

background:#fff!important;
}




.ui-slider-horizontal {width:100%;}

.deliveryicon img {max-width:150px;}

.paramfilter .values input {
   
   width: 15px;
    height: 15px;
}

.slider-double-handle {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


iframe {border:0 !important;}


#sp-page-builder .sppb-section-title .sppb-title-heading {

margin-top: 0;
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    border: 0;
    text-align: center;
    padding: 0;
    width: 100%;
    position: relative;
color: #000;
    text-transform: none;
width: fit-content;
    margin: 0 auto;
}

#sp-page-builder .headleft .sppb-section-title .sppb-title-heading {
margin: 0;
}


.bline .sppb-section-title > .sppb-title-heading {
display: flex;

    gap: 10px;
}

.bline .sppb-section-title > .sppb-title-heading:before {
content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    display: block;
    background: #5e1d09;
    width: 100px;
    height: 5px;
    margin: 0 auto;
    background-size: contain;
}


#sp-page-builder .sppb-section-title .sppb-title-subheading {
    font-size: 18px;
    line-height: 26px;
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 300;
text-align: center;
}


#sp-page-builder .sppb-section-title {
    margin-bottom: 30px;
}




.vm-customfields-wrap {margin-bottom:15px;}
.dropdown-menu {min-width:200px;padding: 10px;}
.preim h3:before {display:none !important;}

.preim img {
width: 50px;

}

.jmodedit {display:none !important;}

#sp-top2 .sp-column {
display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
gap: 20px;

}


.fa-search {font-size:20px !important;}

.socfoot {
    display: flex;
    align-items: center;
gap: 10px;
margin: 10px 0 0 0;
}

.socfoot img {
width:40px;
margin-right:15px;}


.lkprice {    margin: 20px auto 10px auto;
    display: block;
    text-align: center;}
.lk {
background: transparent;
    color: #fff !important;
    padding: 6px 20px;
    border-radius: 5px;
    border: 2px solid #fff;

}
.lk:hover {
background: #f47e00;
    color: #fff !important;
border-color:#f47e00;

}

.sppb-addon-single-image-container {display:block;}


.headmenu a {color:#fff;font-size: 18px;/* text-transform: uppercase; */}

.headmenu {display: flex;
justify-content: space-between;
    flex-direction: row;}

#mod-search-searchword {background: #fff;
    border-radius: 0;
border:0;
position:relative;}

.mcf_button  {
    border: 0px solid #da1c1c;
    background: #129be2;
    min-width: 100px;
    color: #fff;
    border-radius: 5px;
    display: block;
    margin: 20px auto 0 auto;
padding: 10px 30px !important;
}

.mcf_button:hover  {

    border: 0px solid #61696d;
    background: #333;
    min-width: 100px;
    color: #fff;
    border-radius: 5px;
    display: block;
    margin: 20px auto 0 auto;}


a.fullreset {display:none !important;}

.sppb-carousel-text h2 {

    text-align: left;
width: auto;
font-weight: 700;
}

.sppb-carousel-content {
text-align: left;
}

.sppb-carousel-content p {
margin: 0;
}

.sppb-carousel-content .sectext {
color: #000;
font-size: 150%;
    line-height: 150%;
}



.bottommenu a {line-height: 1.4 !important;
    padding-bottom: 7px !important;}
.search form {position:relative;}

.titlemarg  .sppb-section-title {margin-bottom:0 !important;}
.nspArt p.nspText {margin-top:10px !important;}
#sp-top4 {text-align:center;
padding-right: 0;}
.search form:before {
content: "";
    position: absolute;
    right: 10px;
    background: url(images/lupa.png) no-repeat center center;
    width: 32px;
    height: 32px;
    z-index: 1;
    background-size: 25px;
    background-position: 0px 7px;
}
.nspArt .nspImageWrapper {width:100%;}




.foverlay .overlay-image-title {
white-space: normal;
}


.banner .sppb-addon-title {line-height:60px;}
.banner .sppb-addon-subtitle i {color:#259fdf;margin-right: 15px;}
.banner .overlay-image-button-wrap {margin-top:50px !important;}

.phoneflex {
display:flex;}


.kategoriya .overlay-image-title h4, .kategoriya  .overlay-image-title h3 {

position: absolute;
    text-align: center;
    font-weight: bold;
    left: 0;
    bottom: 0px;
    line-height: 18px !important;
    padding: 0 0px;
    width: 100%;
    margin: 0 !important;
}




.sppb-carousel-arrow .fa-chevron-right, .sppb-carousel-arrow .fa-chevron-left {
right: 50%;
    color: #fff;
    margin-right: 5px;

    width: auto;
    height: auto;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
top: auto;
    bottom: 10%;
border: 0px solid #bdbdbd;
text-shadow: none;
box-shadow: none;

}
.sppb-carousel-arrow.right {
left: auto;
    right: 30px;
    font-size: 0;
    background: url(/images/arrbl.png) rgb(255 255 255 / 70%) no-repeat center center ;
    width: 40px;
    height: 40px;
    background-size: 20px;
    transform: rotate(180deg);
    border-radius: 50px;

}

.sppb-carousel-arrow.left  {
right: auto;
    left: 30px;
    font-size: 0;
    background: url(/images/arrbl.png) rgb(255 255 255 / 70%) no-repeat center center ;
    width: 40px;
    height: 40px;
    background-size: 20px;
    border-radius: 50px;

}

.sppb-carousel {
border-radius: 16px;
padding: 0px;
box-shadow: none;
background: transparent;
position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

overflow: hidden;
}





.sppb-carousel .sppb-btn {

}


.sppb-item.sppb-item-has-bg .sppb-carousel-item-inner>div {
    height: 100%;
    width: 1170px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
position: relative;
    z-index: 1;
margin: 0 auto;
}

.sppb-carousel-text {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: auto;
    margin: 0;
    padding: 0px;
    border-radius: 0px;

}

.sppb-item.sppb-item-has-bg>img {
    width: 100%;
    position: relative;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
min-width: 100%;
    min-height: 100%;

}


.sppb-item.sppb-item-has-bg .sppb-carousel-item-inner {
width: 100%;

}


.sppb-carousel-inner {
    position: relative;
    overflow: visible;
    width: 100%;
}

.sppb-carousel-arrow .fa-chevron-left {
    left: 50%;
    margin-left: 0px;
}
.sppb-carousel-indicators li {
    display: inline-block;
    width: 30px;
    height: 1px;
    margin: 1px;
    text-indent: -999px;
    border: 2px solid #eee;
    border-radius: 0;
    cursor: pointer;
}


.sppb-carousel-indicators .active {
    display: inline-block;
    width: 30px;
    height: 1px;
    margin: 1px;
    text-indent: -999px;
    border: 2px solid #08e1d7 !important;
    border-radius: 0;
    cursor: pointer;

}



.sppb-carousel-arrow {
z-index: 1;
opacity:1;
top: calc(50% - 20px);
bottom: auto;
border-radius: 0;
text-transform: none;
}

.sppb-carousel-indicators .active {background-color:#ccc;
border: 1px solid #fff;}

.img-rounded {
    border-radius: 5px;
}
.blog .intro-image {
    float: left;
    width: 20%;
}

.entry-image {
    margin: 0 15px 15px 0;
}

a {
  color: #000;
}
a:hover {
  color: #000;
}

.search input {
background: #ffffff26 !important;
    color: #949494 !important;
    border-radius: 0px !important;
    border: 1px solid #e5e5e5 !important;
float: right;
    width: 100%;

}


.slidheight .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner  {
height: auto;
position: absolute;

}

.slidheight  {
height: auto;
border-radius: 20px;
}

.slidheight .sppb-carousel-item-inner:before {
display: none;
}

.slidheight .sppb-item.sppb-item-has-bg>img {
height: auto;
position: relative;

}

.search .button {
border: 0;
    font-size: 0;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    right: 0;
    height: 40px;
    width: 47px !important;
    padding: 5px 10px;
    background: url(/images/search.png) no-repeat scroll center 13px #e99915 !important;
    border-radius: 0 5px 5px 0 !important;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
position: absolute;
    top: 0;
    right: 0;
}

.search .button:hover {
background-position: center -42px !important;
}

.modal-header {display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;}

#formazakaz  input, #formazakaz  textarea {
width:100%;

}

#formazakaz  input.sppb-btn {

}

#formazakaz  input.sppb-btn:hover {

}



#formazakaz  textarea {
height:50px;}
.modal.in .modal-dialog {
top:90px;

}

#formazakazbut {
margin: 0 auto;
    color: #fff;
    background: #188318 !important;
    display: block;
    float: none;
    align-items: center;
    flex-direction: row;
    transition: all 100ms !important;
padding: 0 40px 0 15px;
position: relative;
}

#formazakazbut.zakazmaintop {
background: #e30b0b !important;
}

#formazakazbut:before {

content: " \f105";
font-family: "FontAwesome";
    position: absolute;
    right: 15px;
    font-size: 26px;
    top: 1px;


}

#formazakazbut.active {
background:#25201d !important;
color:#fff;
box-shadow: none;
transition:all 100ms !important;
}



#formazakazbut:hover {

    background: #0069d9 !important;
    color: #fff;
    border-radius: 0px;

}


.nobutton .sppb-btn {display:none;}










.socfoot img {
width:30px;
margin: 0px;
}




.cmbf-button-container {
    outline: none;
float: right;
}




#sp-bottom1 .sp-module {margin-top:0;}
.qfcapt {display:none !important;}

#offcanvas-toggler {
display: flex;
    align-items: center;
    justify-content: center;
}




.cmbf-form-class .button {
    margin: 0 auto;
    width: 100%;
}

.cmbf-form-class .button:hover {
}


.cmbf-obfuscator {

}





.form-control {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}






div.testimonies-form h3 {display:none !important;}
#jform_comment {margin-top:15px;}
#jform_comment-lbl {margin-top:15px;}
.form-horizontal .control-label {padding:0;}
label#jform_position-lbl {display:none !important;}
input#jform_position {display:none !important;}

label#jform_website_url-lbl {display:none !important;}
input#jform_website_url {display:none !important;}

label#jform_rating-lbl {display:none !important;}
select#jform_rating {display:none !important;}

label#jform_company_name-lbl {display:none !important;}
input#jform_company_name {display:none !important;}
.control-group.form-group {height:auto;margin: auto;}

.control-group.form-group  label {margin-bottom: 15px;padding:0;}

#testimonies-form .btn {
    margin-top: 20px;
}




.accordeonck {
}
.accordeonck ul {
  margin: 0;
  padding: 0;
  list-style: none;
border: 0;
}
.accordeonck .level1 {
  box-shadow: none;
  position: relative;
border-radius: 5px;
    overflow: hidden;
padding: 0;
}
.accordeonck .level1:hover {

}
#accordeonck96 {
}


.accordeonck .level1 > .accordeonck_outer a {
  display: block;
  padding: 10px 30px 10px 10px;
  font-size: 16px;
  box-shadow: none;
  background-color: #e8373f;
  color: #fff;
   
border:1px solid transparent;
  border-bottom: 1px solid transparent;
  border-bottom-color: #d6d6d6;
font-weight: bold;
}
.accordeonck img {margin-right:10px;max-width: 40px;}
.accordeonck .level1 > .accordeonck_outer a:hover,
.accordeonck .level1 > .accordeonck_outer a:focus {
  color: #fff;

}
.accordeonck .level1 > .accordeonck_outer a.isactive {
  background-color: #f3869d;
    color: #222;
}
.accordeonck .level1:hover > .accordeonck_outer a {
  background-color: #202a35;
    color: #fff;
 line-height:46px;
    font-weight: normal;
    font-size: 16px;
}

.accordeonck .level1:hover > .toggler .toggler_icon {color:#8e8e8e;}
.accordeonck .level1:first-child {

border-radius: 5px;
  overflow: visible;
}
.accordeonck .level1:last-child {

  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  overflow: hidden;
border-radius: 0;
}
.accordeonck .level1:last-child > ul > li:first-child > .accordeonck_outer a {
  border-top: 1px solid transparent;
  border-top-color: #678d8e;
}
.accordeonck .level1:last-child > .accordeonck_outer a {
  border-bottom-color: transparent;
border-bottom: 0px;
}
.accordeonck .level2 {
  box-shadow: none;
  position: relative;
}
.accordeonck .level2 > .accordeonck_outer a {
  display: block;
  padding: 10px 40px 10px 10px;
  font-size: 13px;
  box-shadow: none;
  background-color: #fff;
  color: #000;
  border-bottom: 1px solid transparent;
  border-bottom-color: #d6d6d6;
}
.accordeonck .level2 > .accordeonck_outer a:hover,
.accordeonck .level2 > .accordeonck_outer a:focus {
  color: #000;
  background-color: #d4d4d4;
}
.accordeonck .level2 > .accordeonck_outer a.isactive {
  background-color: #555555;
color:#fff;
}
.accordeonck .level3 {
  box-shadow: none;
  position: relative;
}
.accordeonck .level3 > .accordeonck_outer a {
  display: block;
  padding: 15px 20px 15px 70px;
  font-size: 14px;
  box-shadow: none;
  background-color: #6b9394;
  color: #fff;
  border-bottom: 1px solid transparent;
  border-bottom-color: #638889;
}
.accordeonck .level3 > .accordeonck_outer a:hover,
.accordeonck .level3 > .accordeonck_outer a:focus {
  color: #fff;
  background-color: #749a9b;
}
.accordeonck .level3 > .accordeonck_outer a.isactive {
  background-color: #749a9b;
}
.accordeonck .level4 {
  box-shadow: none;
  position: relative;
}
.accordeonck .level4 > .accordeonck_outer a {
  display: block;
  padding: 15px 20px 15px 70px;
  font-size: 14px;
  box-shadow: none;
  background-color: #6b9394;
  color: #fff;
  border-bottom: 1px solid transparent;
  border-bottom-color: #638889;
}
.accordeonck .level4 > .accordeonck_outer a:hover,
.accordeonck .level4 > .accordeonck_outer a:focus {
  color: #fff;
  background-color: #749a9b;
}
.accordeonck .level4 > .accordeonck_outer a.isactive {
  background-color: #749a9b;
}
.accordeonck .parent > .toggler .toggler_icon {
  position: absolute;
  right: 3px;

  padding: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: calc(50% - 14px);
}
.accordeonck .parent > .toggler .toggler_icon:hover {
color:#fff;
}
.accordeonck .parent > .toggler .toggler_icon:before {
  content: "\f055";
}
.accordeonck .parent.open > .toggler .toggler_icon:before {
  content: "\f056";
}


.accordeonck .level1 > .accordeonck_outer a {
    display: block;
    padding: 0px  10px 0  20px;
    font-size: 16px;
    box-shadow: none;
    background-color: #2f3338;
    color: #fff;
    line-height: 46px;
    border: 0px solid transparent;

    font-weight: normal;
border-radius: 5px;
    text-align: left;
margin-bottom: 0;
box-shadow: none;

}






.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}

.b1c-form { -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; -moz-box-shadow: 0 5px 15px #4d4d4d; -webkit-box-shadow: 0 5px 15px #4d4d4d; box-shadow: 0 5px 15px #4d4d4d; display: none; text-align: left; position: absolute; margin: 0 auto; background: #fff; overflow: hidden; width: 350px; z-index: 1000; }
.b1c-form textarea { resize: none; }
.b1c-form label { font-size: 13px; }
.b1c-form .row div { margin-bottom: 0; }
.b1c-form .b1c-fields input, .b1c-form .b1c-fields textarea, .b1c-form .b1c-fields select { outline: none; box-shadow: none !important; }
.b1c-form .b1c-submit { display: block; margin-left: auto; margin-right: auto;
color:#fff;
background:#28bed6;
border-radius:6px;
border: 0;
    outline: none; }
.b1c-form .b1c-tl { overflow: hidden; border-radius:  0; background: #000; color: #fff;  font-size: 16px; margin: 0 0 11.05px 0; }
.b1c-form .b1c-close { float: right; padding: 8.45px 14.3px; color: #fff; font-size: 19.5px; overflow: hidden; cursor: pointer; }
.b1c-form .b1c-close:hover { text-shadow: 0 0 15px #fff; }
.b1c-form .b1c-close:active { margin-top: 1px; margin-bottom: -1px; }
.b1c-form .b1c-description { margin: 0 13px 11.7px; font-size: 13px; }
.b1c-form .b1c-form-group { margin: 0 11.7px 11.7px; }
.b1c-form .b1c-title-name { margin: 12.35px 0 10px 13px; font-size: 14.3px; }
.b1c-form .b1c-txt.b1c-txt-err { border: 1px solid #ffadad !important; background: #ffebeb !important; }
.b1c-form .b1c-result { padding: 5px 10px; }
.b1c-form .b1c-result div { text-align: center; font-weight: 700; padding: 8px 10px; margin: 5px 0 5px; border-top: 1px solid #ccc; color: #555; }
.b1c-form .b1c-result .b1c-ok { border-top: 1px solid #070; color: #070; background: #c8ed9c; }
.b1c-form .b1c-result .b1c-err { border-top: 1px solid #ffadad; color: darkred; background: #ffebeb; }
.b1c-form .b1c-result .b1c-send { background: #efefef url(loading.gif) 10px no-repeat; }
.b1c-form .b1c-submit-area { border-top: 1px solid #e6e6e6; background: #f2f2f2; padding: 10px 0 0 0; position: relative; }
.b1c-form .b1c-cr { margin: 8px 0 0 0; position: absolute; right: 10px; }
.b1c-form .b1c-cr, .b1c-form .b1c-cr * { font-size: 9.1px; color: #bcbcbc; }

.b1c-bg { opacity: 0.5; -webkit-opacity: 0.5; -khtml-opacity: 0.5; -moz-opacity: 0.5; filter: alpha(opacity=50); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$p)"; display: none; z-index: 999; top: 0; left: 0; width: 100%; height: 100%; position: absolute; background: #4d4d4d; }

@media screen and (max-device-width: 640px) { .b1c-form { top: 0; left: 0; margin: 0 auto; width: 100%; }
  .b1c-form * { font-size: 1.2em !important; }
  .b1c-form #b1c-cr { float: right; position: relative; margin: 0; } }
.b1c-submit, button.b1c {
padding: 8px 30px;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 5px;
    display: inline-block;
    box-shadow: 0 0 0;
color:#fff;
    line-height: 1.42;
background-color: #e2edff ;
}
.b1c-submit:hover, button.b1c:hover { box-shadow: 0 0 0;
    opacity: 1;
color:#fff;
    background-color: #31170f; }
.b1c-submit:active, button.b1c:active { -moz-box-shadow: 0 0 0 #449d44; -webkit-box-shadow: 0 0 0 #449d44; box-shadow: 0 0 0 #449d44; margin: 5px auto 0; }

right {
display: block;
    text-align: right;
    width: 100%;
}

@font-face {
  font-family: 'IcoMoon';
  src: url('../fonts/IcoMoon.eot');
  src: url('../fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../fonts/IcoMoon.woff') format('woff'), url('../fonts/IcoMoon.ttf') format('truetype'), url('../fonts/IcoMoon.svg#IcoMoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: 'IcoMoon';
  content: attr(data-icon);
  speak: none;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: .25em;
  line-height: 14px;
  background-image: none;
}
dd > span[class^="icon-"] + time,
dd > span[class*=" icon-"] + time {
  margin-left: -0.25em;
}
dl.article-info dd.hits span[class^="icon-"],
dl.article-info dd.hits span[class*=" icon-"] {
  margin-right: 0;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'IcoMoon';
  font-style: normal;
  speak: none;
}
[class^="icon-"].disabled,
[class*=" icon-"].disabled {
  font-weight: normal;
}

.sp-megamenu-parent {
display: flex;
  list-style: none;
  padding: 0 0;
  margin: 0;
  z-index: 99;

    align-items: center;
    justify-content: flex-end;
  position: relative;
width: 100%;
gap: 40px;

}

.logo .sp-default-logo {
max-height: 75px;


}

.sp-megamenu-parent >li {

  display: inline-block;
  position: relative;
  padding: 0px;

border-bottom: 0px solid transparent;
    border-right: 0px solid #ad141a;
    width: auto;

}

.sp-megamenu-parent > li:first-child {


}


.sp-megamenu-parent > li:last-child {
border:0 !important;
}


.sp-megamenu-parent >li:hover {
border-bottom: 0px solid #da1c1c;
}
.sp-megamenu-parent >li.menu-justify {
  position: static;
}
.sp-megamenu-parent >li >a,
.sp-megamenu-parent >li >span {
padding: 0px 0px;
    line-height: 16px;
    text-transform: none;
    letter-spacing: 0;
    margin: 0;
    font-weight: 500;
    transition: all 0ms;
    text-align: center;
    width: auto;
    font-size: 16px;
    border: 0px solid transparent;
    border-radius: 0;
    font-family: 'Roboto', sans-serif;
    border-bottom: 0px solid transparent;
display: flex;
    align-items: center;
    gap: 7px;


}

.sp-megamenu-parent >li:nth-child(2) > a {}
.sp-megamenu-parent >li:last-child > a {}
.sp-megamenu-parent >li.sp-has-child>a:after,
.sp-megamenu-parent >li.sp-has-child > a::after {
    top: 0px;
    right: 0px;
    font-size: 10px;
    content: "\f100";
    position: relative;
    font-weight: 900;
    font-family: 'Flaticon';
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sp-megamenu-parent >li.sp-has-child:hover > a:after {
color: #5EB4C1;
-webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sp-megamenu-parent .sp-module {
  padding: 10px;
}
.sp-megamenu-parent .sp-mega-group {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown {
  margin: 0;
  position: absolute;
  z-index: 10;
  display: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #ffffff;
  box-shadow: 7px 5px 30px 0px rgba(72,73,121,0.15);
  padding: 20px 15px 20px 20px;
border-radius: 5px;

}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child>a:after {
  font-family: "FontAwesome";
  content: " \f105";
  float: right;
}
.sp-megamenu-parent .sp-dropdown.sp-menu-center {
  margin-left: 45px;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
  left: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: auto;
  right: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
  right: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  top: 0;
  left: 50%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  display: block;
  padding: 0 0 0 0px;
  position: relative;
border-left: 1px solid #e3e8fe;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover {
border-left: 1px solid #5EB4C1;

}



.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span {
  display: block;
  padding: 10px;
  color: #898989 !important;
  cursor: pointer;
font-weight: 500;
transition: all 400ms;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a.sp-group-title,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span.sp-group-title {
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover {
  color: #fff;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a:hover {
  color: #fff;
}
.sp-megamenu-parent .sp-dropdown-mega >.row {
  margin-top: 30px;
}
.sp-megamenu-parent .sp-dropdown-mega >.row:first-child {
  margin-top: 0;
}
.sp-megamenu-parent .sp-has-child:hover >.sp-dropdown {
  display: block;
}
.sp-megamenu-parent.menu-fade .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuFadeIn 400ms;
  animation: spMenuFadeIn 400ms;
}
.sp-megamenu-parent.menu-zoom .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuZoom 400ms;
  animation: spMenuZoom 400ms;
}
#offcanvas-toggler {
  float: none;
text-align: center;

}
#offcanvas-toggler >i {
  color: #000;
margin: 0;
padding: 0;
font-size: 22px;
display: none;
}
#offcanvas-toggler >i:hover {
  color: #000;

}

#offcanvas-toggler >i:before {

}

#offcanvas-toggler >i {
  -webkit-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}

.off-canvas-menu-init {
  overflow-x: hidden;
  position: relative;
}
.offcanvas .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.offcanvas-overlay {
  background: rgba(0,0,0,0.2);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: .5s;
  transition: .5s;
}
.body-wrapper {
position: relative;
    -webkit-transition: .4s;
    transition: .4s;
    right: 0;
    background: #fff;
}
.close-offcanvas {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  border-radius: 3px;
  width: 40px;
  height: 40px;
  line-height: 1;
  text-align: center;
  font-size: 16px;
  border: 0px solid #fff;
  color: #fff;
  padding-top: 0;
background: #5EB4C1;
display: flex;
    align-items: center;
    justify-content: center;

}
.offcanvas-menu {
  width: 320px;
  height: 100%;
  background-color: #fff;
  color: #535e72;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transform: translateX(320px);
  transform: translateX(320px);
  visibility: hidden;
  overflow: inherit;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 10000;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  margin-top: 0;
  border-bottom: 0px solid rgba(0,0,0,0.08);
  margin-bottom: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module:after {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module.off-canvas-menu {
  padding: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border: 0;
  position: relative;
  border-bottom: 0px solid rgba(0,0,0,0.1);
  overflow: hidden;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  padding: 10px 0px;
  font-size: 16px;
  text-transform: none;
  color: #535e72;
  font-weight: 500;
  line-height: 24px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li:hover a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li:focus a {
  background: rgba(0,0,0,0);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus {
  background: rgba(0,0,0,0);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li.active > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:hover > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:focus > a {
  background: rgba(0,0,0,0) !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a:focus {
  background: rgba(0,0,0,0) !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 13px 20px;
  cursor: pointer;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler .open-icon {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler .close-icon {
  display: inline;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler.collapsed .open-icon {
  display: inline;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler.collapsed .close-icon {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li >a:after {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  background: rgba(0,0,0,0.02);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul >li > a {
  padding-left: 30px;
}
.offcanvas-menu .offcanvas-inner .sp-module:first-child {
  margin-top: 0;
  padding: 20px;
}
.offcanvas-menu .offcanvas-inner .search {
  margin-top: 25px;
}
.offcanvas-menu .offcanvas-inner .search input {
  width: 100%;
  background: transparent;
  border-color: #5f5f5f;
  color: #fff;
}
.offcanvas {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.offcanvas .body-wrapper {
  right: 0;
  -webkit-transform: translateX(-320px);
  transform: translateX(-320px);
}
.offcanvas .body-wrapper:after {
  width: 100%;
  height: 100%;
  right: 0;
}
.offcanvas .offcanvas-menu {
  visibility: visible;
  z-index: 9999;
  right: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
padding: 30px 0 0 0;

}
.offcanvas .offcanvas-menu ul.nav-child li {
  padding-left: 10px;
}
.menu .nav-child.small {
  font-size: inherit;
}
.sp-megamenu-parent.menu-fade-up .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuFadeInUp 400ms;
  animation: spMenuFadeInUp 400ms;
}
.sp-megamenu-parent.menu-rotate .sp-has-child:hover >.sp-dropdown {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  visibility: visible;
}
.sp-megamenu-parent.menu-slide-down .sp-has-child:hover >.sp-dropdown {
  opacity: 1;
  visibility: visible;
top: 30px;
    width: 280px !important;
}
.sp-megamenu-parent.menu-slide-down .sp-has-child:hover >.sp-dropdown .sp-dropdown {
  top: 0;
}
.menu-slide-down .sp-has-child >.sp-dropdown {
  top: 60px;
  opacity: 0;
  visibility: hidden;
  display: block;
  transition: all 500ms ease;
}
.menu-slide-down .sp-has-child >.sp-dropdown.sp-dropdown-mega {
  left: auto;
  right: 0;
}
.menu-rotate .sp-has-child {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.menu-rotate .sp-has-child >.sp-dropdown {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: rotateX(-70deg);
  transform: rotateX(-70deg);
  -webkit-transition: transform 0.4s ease 0s, opacity 0.2s ease 0s, visibility 0.2s ease 0s;
  transition: transform 0.4s ease 0s, opacity 0.2s ease 0s, visibility 0.2s ease 0s;
  opacity: 0;
  visibility: hidden;
  display: block;
}
.menu-rotate .sp-has-child >.sp-dropdown.sp-dropdown-mega {
  left: auto;
  right: 0;
}
.menu-drop-in .sp-has-child .sp-dropdown-inner {
  background: transparent none repeat scroll 0 0;
  box-shadow: none;
  padding: 0;
}
.menu-drop-in .sp-has-child .sp-dropdown-items {
  margin: 0;
  padding: 0;
  perspective: 1000px;
}
.menu-drop-in .sp-has-child .sp-menu-item {
  -webkit-transform: translate(0,100px);
  transform: translate(0,100px);
  opacity: 0;
  padding: 0 20px !important;
  background-color: #ffffff;
}
.menu-drop-in .sp-has-child .sp-menu-item:first-child {
  padding-top: 20px !important;
}
.menu-drop-in .sp-has-child .sp-menu-item:last-child {
  padding-bottom: 20px !important;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: dropup;
  animation-name: dropup;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(1) {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(2) {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(3) {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(4) {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(5) {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(6) {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(7) {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(8) {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:last-child {
  box-shadow: 0 3px 3px -2px rgba(0,0,0,0.2);
}
.menu-drop-in .sp-has-child.menu-justify:hover .sp-dropdown {
  -webkit-animation: spMenuFadeInUp 500ms;
  animation: spMenuFadeInUp 500ms;
}
.menu-drop-in .sp-has-child.menu-justify .sp-dropdown-inner {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
  padding: 20px !important;
}
.menu-drop-in .sp-has-child.menu-justify .sp-mega-group .sp-menu-item {
  padding: 0 !important;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-iteration-count: 0;
  animation-iteration-count: 0;
  -webkit-animation-name: none;
  animation-name: none;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.menu-drop-in .sp-has-child.menu-justify .sp-mega-group .sp-menu-item:last-child {
  box-shadow: none;
}
@keyframes dropup {
  0% {
    opacity: 0;
    transform: translate(0,100px);
  }
  100% {
    opacity: 1;
    transform: translate(0,0);
  }
}
@-webkit-keyframes dropup {
  0% {
    opacity: 0;
    transform: translate(0,100px);
  }
  100% {
    opacity: 1;
    transform: translate(0,0);
  }
}
.menu-twist .sp-has-child .sp-dropdown-inner {
  background: transparent none repeat scroll 0 0;
  box-shadow: none;
  padding: 0;
}
.menu-twist .sp-has-child .sp-dropdown-items {
  margin: 0;
  padding: 0;
}
.menu-twist .sp-has-child .sp-menu-item {
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  padding: 0 20px !important;
  background: #fff;
}
.menu-twist .sp-has-child .sp-menu-item:first-child {
  padding-top: 20px !important;
}
.menu-twist .sp-has-child .sp-menu-item:last-child {
  padding-bottom: 20px !important;
}
.menu-twist .sp-has-child:hover .sp-menu-item {
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: twist;
  animation-name: twist;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(1) {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(2) {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(3) {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(4) {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(5) {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(6) {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(7) {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(8) {
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:last-child {
  box-shadow: 0 3px 3px -2px rgba(0,0,0,0.2);
}
.menu-twist .sp-has-child.menu-justify:hover .sp-dropdown {
  -webkit-animation: spMenuFadeInUp 500ms;
  animation: spMenuFadeInUp 500ms;
}
.menu-twist .sp-has-child.menu-justify .sp-dropdown-inner {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
  padding: 20px !important;
}
.menu-twist .sp-has-child.menu-justify .sp-mega-group .sp-menu-item {
  padding: 0 !important;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-iteration-count: 0;
  animation-iteration-count: 0;
  -webkit-animation-name: none;
  animation-name: none;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.menu-twist .sp-has-child.menu-justify .sp-mega-group .sp-menu-item:last-child {
  box-shadow: none;
}
@keyframes twist {
  0% {
    opacity: 0;
    transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    transform: rotateY(0);
  }
}
@-webkit-keyframes twist {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0);
  }
}
@-webkit-keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes spMenuZoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes spMenuZoom {
  0% {
    opacity: 0;
    transform: scale(.8);
    -webkit-transform: scale(.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,30px,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0,30px,0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.slide-top-menu .offcanvas-menu {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.slide-top-menu .body-wrapper {
  right: 0;
}
.slide-top-menu .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.slide-top-menu .offcanvas-menu {
  right: 0;
  background-color: #000000;
  visibility: visible;
}
.full-screen .offcanvas-menu {
  right: -100%;
  width: 100%;
  transform: translateX(0);
  background-color: rgba(0,0,0,0.9);
  transition: all 600ms ease;
}
.full-screen .offcanvas-menu .offcanvas-inner {
  margin: 0 auto;
  text-align: center;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module {
  margin-bottom: 0;
  margin-top: 80px;
  padding-bottom: 0;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul {
  background: transparent;
  height: auto;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li {
  overflow: inherit;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a {
  color: #fff;
  display: inline-block;
  font-size: 28px;
  padding: 20px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a:before {
  display: none;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a:hover,
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a:focus {
  background: transparent;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li .offcanvas-menu-toggler {
  left: auto;
  right: auto;
  font-size: 28px;
  padding: 20px 10px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li ul li {
  display: block;
  padding: 0 20px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li ul li a {
  font-size: 16px;
  padding: 5px 20px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li ul li .offcanvas-menu-toggler {
  padding: 6px 10px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li:hover a,
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li:focus a {
  background: transparent;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul.nav.menu {
  padding-bottom: 75px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module .search {
  max-width: 300px;
  margin: 25px auto 0;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 28px;
}
.full-screen .offcanvas-menu .close-offcanvas {
  font-size: 20px;
  height: 35px;
  line-height: 1;
  right: 30px;
  top: 25px;
  width: 35px;
  padding-top: 6px;
}
.full-screen-off-canvas.ltr .offcanvas-menu {
  visibility: visible;
  z-index: 9999;
  width: 100%;
  right: 0;
}
.full-screen-ftop .offcanvas-menu {
  right: 0;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  background-color: rgba(0,0,0,0.9);
  transition: all 500ms ease;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner {
  margin: 0 auto;
  text-align: center;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module {
  margin-bottom: 0;
  margin-top: 80px;
  padding-bottom: 0;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul {
  background: transparent;
  height: auto;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul >li {
  opacity: 0;
  -webkit-transform: translate3d(0px,-80px,0px);
  transform: translate3d(0px,-80px,0px);
  -webkit-transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
  transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li {
  overflow: inherit;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a {
  color: #fff;
  display: inline-block;
  font-size: 28px;
  padding: 20px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a:before {
  display: none;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a:hover,
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a:focus {
  background: transparent;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li .offcanvas-menu-toggler {
  left: auto;
  right: auto;
  font-size: 28px;
  padding: 20px 10px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li ul li {
  display: block;
  padding: 0 20px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li ul li a {
  font-size: 16px;
  padding: 5px 20px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li ul li .offcanvas-menu-toggler {
  padding: 6px 10px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li:hover a,
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li:focus a {
  background: transparent;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul.nav.menu {
  padding-bottom: 75px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module .search {
  max-width: 300px;
  margin: 25px auto 0;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 28px;
}
.full-screen-ftop .offcanvas-menu .close-offcanvas {
  font-size: 20px;
  height: 35px;
  line-height: 1;
  right: 30px;
  top: 25px;
  width: 35px;
  padding-top: 6px;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu {
  visibility: visible;
  z-index: 9999;
  width: 100%;
  right: 0;
  opacity: 1;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu .sp-module {
  margin-top: 80px;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu .sp-module ul {
  background: transparent;
  height: auto;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu .sp-module ul >li {
  opacity: 1;
  -webkit-transform: translate3d(0px,0px,0px);
  transform: translate3d(0px,0px,0px);
}
.new-look .offcanvas-menu {
  background-color: #2b2f3b;
}
.new-look .offcanvas-menu .sp-module ul >li >a {
  padding-left: 28px;
}
.new-look .offcanvas-menu .sp-module ul >li >a:before {
  display: none;
}
.new-look .offcanvas-menu .sp-module ul >li:hover a,
.new-look .offcanvas-menu .sp-module ul >li:focus a,
.new-look .offcanvas-menu .sp-module ul >li.active a {
  background: #22b8f0;
}
.new-look .offcanvas-menu .sp-module ul >li ul li a {
  background-color: #2b2f3b !important;
}
.new-look .offcanvas-menu .sp-module ul >li ul li a:hover,
.new-look .offcanvas-menu .sp-module ul >li ul li a:focus {
  color: #22b8f0;
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler {
  top: 6px;
  padding: 18px 25px;
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler i {
  display: none !important;
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler:before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 8px;
  left: auto;
  position: absolute;
  right: 25px;
  top: 14px;
  width: 2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler:after {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: auto;
  position: absolute;
  right: 22px;
  top: 17px;
  width: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler.collapsed:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler.collapsed:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.new-look-off-canvas .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.new-look-off-canvas.ltr .offcanvas-menu {
  visibility: visible;
  right: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@-moz-document url-prefix() {
  .offcanvas-menu {
    right: -320px;
    transform: translateX(0px);
  }
}
a {
  -webkit-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
body {
  line-height: 1.53;
    font-size: 14px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
font-family: 'Roboto', sans-serif;
    letter-spacing: 0.3px;
color: #535e72;

}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
label {
  font-weight: normal;
}
legend {
  padding-bottom: 10px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}








.sppb-carousel-indicators .active {
background: #343030 !important;
}







.sppb-btn {
transition: all 400ms;
    border-radius: 3px;
    height: 55px;
    padding: 0 38px;
    color: #fff;
    font-size: 16px;
    text-transform: none;
    font-weight: 500;
    letter-spacing: 0px;
    background: #E54F21;
    border: 0px solid #39c067;
box-shadow: none;
    width: fit-content;
font-family: 'Roboto', sans-serif;
display: flex;
    align-items: center;
    justify-content: center;
overflow: hidden;
z-index: 1;
position: relative;
}

.sppb-btn i {
margin: 0 5px 0 0;
}

.sppb-btn:after, .sppb-btn:before {
    top: 0px;
    width: 0px;
    left: 100%;
    content: '';
    z-index: -1;
    height: 100%;
    position: absolute;
    -webkit-transition: inherit;
    transition: inherit;
    -webkit-transition-timing-function: inherit;
    transition-timing-function: inherit;
    background-color: rgba(255,255,255,0.2);
}


.sppb-btn:before {
    z-index: -1;
    background-color: #5EB4C1;
}

.sppb-btn:after {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}


.sppb-btn:hover:after, .sppb-btn:hover:before {
    left: 0;
    width: 100%;
    -webkit-transition-property: width;
    transition-property: width;
background: #5EB4C1;
}

.sppb-btn:hover:before {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.sppb-btn:hover:after {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-property: width;
    transition-property: width;
}

.sppb-btn:active, .sppb-btn:hover {
transition: all 400ms;
border: 0px solid #39c067;
background: #7ec3cd;
color:#fff;
box-shadow: none;
}


.silverbut .sppb-btn {
color: #535e72;
    background-color: #eaecf1;
}

.silverbut .sppb-btn:hover {
color: #fff;
}

.nobgbut .sppb-btn {
background: transparent;
color: #5EB4C1;
    line-height: 1;
    border-radius: 0;
    padding: 0;
font-size: 18px;
height: 30px;
}

.nobgbut .sppb-btn:hover {
background: transparent;
color: #5EB4C1;
}

.nobgbut .sppb-btn:after, .nobgbut .sppb-btn:before {
    left: 0;
top:auto;
    bottom: 0;
    height: 2px;
    width: 100%;
    content: '';
    position: absolute;
    background-color: #5EB4C1;
}


.nobgbut .sppb-btn:before {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
}

.nobgbut .sppb-btn:after {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: -webkit-transform .3s ease .2s;
    transition: -webkit-transform .3s ease .2s;
    transition: transform .3s ease .2s;
    transition: transform .3s ease .2s,-webkit-transform .3s ease .2s;
}

.nobgbut .sppb-btn:hover:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.nobgbut .sppb-btn:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.uslbutsec {
margin: 0 0 25px 0 !important;

}

.uslbutsec .sppb-column-addons {
display: flex;
    flex-wrap: wrap;
    align-items: center;
justify-content: space-between;


}

.uslbutsec .sppb-column-addons > div {


}


.borderbut .sppb-btn {
border: 1px solid #222;
    background: transparent;
    color: #222;
}

.borderbut .sppb-btn:hover {
border: 1px solid #232323;
    background: #232323;
    color: #fff;
}


.sppb-carousel-text .sppb-btn {
}

.sppb-carousel-text .sppb-btn:hover  {

}




.cmbf-button-container.sppb-btn {
padding: 0 32px;
}

.cmbf-button-container.sppb-btn:hover {
padding: 0 32px;
}


.offline-inner {
  margin-top: 100px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
 display: block;
    height: 30px;
    padding: 0 10px;
    font-size: 16px;
    line-height: 1.428571429;
    color: #181818;
    background-color: #fff;
    background-image: none;
    border: 1px solid #666;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    /*color: #000 !important;
    box-sizing: border-box !important;
    display: block !important;
    width: 90% !important;
    height: 50px !important;
    background-color: #fff !important;
    padding: 0px 35px !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0px !important;
    border: 1px solid #eee !important;*/
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.uneditable-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.uneditable-input:-ms-input-placeholder {
  color: #999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.uneditable-input::-webkit-input-placeholder {
  color: #999;
}
select[disabled],
select[readonly],
fieldset[disabled] select,
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea,
input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled] input[type="password"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled] input[type="date"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled] input[type="month"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled] input[type="time"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled] input[type="week"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled] input[type="number"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled] input[type="email"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled] input[type="url"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled] input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled] input[type="tel"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled] input[type="color"],
.uneditable-input[disabled],
.uneditable-input[readonly],
fieldset[disabled] .uneditable-input {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.uneditable-input {
  height: auto;
}
.group-control select,
.group-control textarea,
.group-control input[type="text"],
.group-control input[type="password"],
.group-control input[type="datetime"],
.group-control input[type="datetime-local"],
.group-control input[type="date"],
.group-control input[type="month"],
.group-control input[type="time"],
.group-control input[type="week"],
.group-control input[type="number"],
.group-control input[type="email"],
.group-control input[type="url"],
.group-control input[type="search"],
.group-control input[type="tel"],
.group-control input[type="color"],
.group-control .uneditable-input {
  width: 100%;
}
.scrollup {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 50px;
  left: 15px;
  display: none;
  z-index: 999;
  border: 0px solid #F3D03E;
  background-color: #5EB4C1;
border-radius: 50px;
box-shadow: 0px 3px 30px 1px rgba(0,0,0,0.3);

}
.scrollup:hover {
  background-color: #5EB4C1;
border:0;
}
.scrollup:before {
  content: "\f062";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.scrollup:hover:before {
color: #fff;
}


.backface-visible {
  backface-visibility: hidden;
}
#sp-top-bar {
  padding: 8px 0;
}
#sp-top-bar .sp-module {
  display: inline-block;
  margin: 0 0 0 20px;
}
ul.social-icons {
  list-style: none;
  padding: 0;
  margin: -5px;
  display: inline-block;
}
ul.social-icons >li {
  display: inline-block;
  margin: 5px 7px;
}
ul.social-icons >li a {
  color: #999999;
}
.sp-module-content .mod-languages ul.lang-inline {
  margin: 0;
  padding: 0;
}
.sp-module-content .mod-languages ul.lang-inline li {
  border: none;
  display: inline-block;
  margin: 0 5px 0 0;
}
.sp-module-content .mod-languages ul.lang-inline li a {
  padding: 0 !important;
}
.sp-module-content .mod-languages ul.lang-inline li >a:before {
  display: none;
}
.sp-contact-info {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
.sp-contact-info li {
  display: inline-block;
  margin: 0 10px;
  font-size: 90%;
}
.sp-contact-info li i {
  margin: 0 3px;
}
.sticky-wrapper {
  position: relative;
  z-index: 99;
}

#sp-sloganblok {
background-image: url(/images/top-pattern.png);
    background-repeat: no-repeat;
}
p.slogan {
display: block;
    margin: 0 !important;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-weight: 500;
    text-align: left;
    text-transform: none;
    letter-spacing: 0px;

}

p.slogan span {
font-size: 150%;
}


p.slogan strong {
color: #333;
text-decoration: underline;
}

#sp-sloganblok .container {
border-bottom: 0px solid #ebebeb;
}


#sp-bottom {
    position: relative;
    background: url(/images/fbg.png);
    background-size: 100% 59%;
    background-repeat: no-repeat;
    background-position: center bottom;

}



#sp-bottom a {
font-weight: 500;
}

#sp-bottom a:hover {
text-decoration: underline;
}


#sp-header {
border-top: 0px solid #ccc;
border-bottom: 0px solid #ccc;
    box-shadow: none;

    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 11;

    height: auto;
    background-size: contain;
    background-repeat: repeat-x;
padding: 0px  15px ;

    background-size: cover;
    border-bottom: 0px solid #f2f2f2;
background: rgb(255 255 255 / 0%) !important;
}







#sp-header .container {

}

#sp-header .container:before,
#sp-header .container:after {
display: none !important;
}

#sp-header.menu-fixed {
position: fixed;
    box-shadow: 0 2px 6px 1px rgba(48,48,48,0.1);
    z-index: 11;
    width: 100%;

}

#sp-header.menu-fixed { 
background: rgb(255 255 255 / 95%) !important;

}


#sp-header.menu-fixed .row {
    height: 110px;
    transition: all 400ms;
}

#sp-section-1.menu-fixed {
    position: fixed;
    border-bottom: 0px solid #000;
}

#sp-header .logo {
  display: inline-block;
  height: auto;
  display: table;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  margin: 0;
}
#sp-header .logo a {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
#sp-header .logo p {
  margin: 5px 0 0;
}
#sp-header .sp-retina-logo {
  display: none;
}

#sp-section-2 {
padding: 0px;
position: relative;
z-index: 1;
}

#sp-section-2 .row {
display: flex;
    align-items: center;

}

#sp-section-2 .row:before {
display: none;
}


#sp-section-2.menu-fixed {
  position: fixed;
  z-index: 11;
border-bottom: 0px solid #666;
top: 0;
width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
height: auto;
box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 20%);

}

#sp-section-1.menu-fixed {
  position: fixed;
  z-index: 11;
border-bottom: 0px solid #666;
top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
box-shadow: 0 0 20px rgb(0 0 0 / 25%);
width: 100%;
background: rgb(0 6 38 / 90%);

}



#sp-section-2.menu-fixed .cmbf-button-container {
}
#sp-section-2.menu-fixed .cmbf-button-container:hover {
color:#fff !important;
}
#sp-section-2.menu-fixed .sp-megamenu-parent >li >a {


}
.menu-fixed  .container {
margin-bottom: 0 !important;
    border: 0 !important;
}
.menu-fixed  a {}
.sticky-wrapper.is-sticky {
  position: relative;
  z-index: 999;
}
#sp-title {
  min-height: 0;
}
.sp-page-title {
  padding: 30px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
.sp-page-title h2,
.sp-page-title h3 {
  margin: 0;
  padding: 0;
  color: #fff;
}
.sp-page-title h2 {
  font-size: 24px;
  line-height: 1;
}
.sp-page-title h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin-top: 10px;
}
.sp-page-title .breadcrumb {
  background: none;
  padding: 0;
  margin: 10px 0 0 0;
}
.sp-page-title .breadcrumb >.active {
  color: rgba(255,255,255,0.8);
}
.sp-page-title .breadcrumb >span,
.sp-page-title .breadcrumb >li,
.sp-page-title .breadcrumb >li+li:before,
.sp-page-title .breadcrumb >li>a {
  color: #fff;
}
.body-innerwrapper {
  overflow-x: hidden;
}

.layout-boxed .body-innerwrapper {
  margin: 0 auto;
box-shadow: none;
}
#sp-main-body {
  padding: 30px 0;

}
.com-sppagebuilder #sp-main-body {
  padding: 0;

}
.sppb-addon-cta .sppb-cta-subtitle {
  margin-bottom: 0;
  line-height: 26px !important;
}
.sppb-addon-cta .sppb-btn-lg {
  margin-top: 30px;
}
.sppb-addon-image-content {
  position: relative;
}
.sppb-addon-image-content .sppb-image-holder {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
}
.sppb-addon-image-content.aligment-left .sppb-image-holder {
  left: 0;
}
.sppb-addon-image-content.aligment-left .sppb-content-holder {
  padding: 120px 0 120px 50px;
}
.sppb-addon-image-content.aligment-right .sppb-image-holder {
  right: 0;
}
.sppb-addon-image-content.aligment-right .sppb-content-holder {
  padding: 120px 50px 120px 0;
}
@media (max-width: 768px) {
  .sppb-addon-image-content .sppb-image-holder {
    position: inherit;
    width: 100% !important;
    height: 300px;
  }
}
.sp-module {
  margin-top: 0px;
}
.sp-module:first-child {
  margin-top: 0;
}
.sp-module .sp-module-title {
  margin: 0 0 20px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
}
.sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-module ul >li {
  display: block;
  border-bottom: 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-module ul >li >a {
  display: block;
  padding: 5px 0;
  line-height: 45px;
  padding: 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-module ul >li >a:hover {
  background: none;
}
.sp-module ul >li >a:before {
  font-family: FontAwesome;
  content: " ";
  margin-right: 0;
}
.sp-module ul >li:last-child {
  border-bottom: none;
}
.sp-module .categories-module ul {
  margin: 0 10px;
}
.sp-module .latestnews >div {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
}
.sp-module .latestnews >div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.sp-module .latestnews >div >a {
  display: block;
  font-weight: 400;
}
.sp-module .tagscloud {
  margin: -2px 0;
}
.sp-module .tagscloud .tag-name {
  display: inline-block;
  padding: 5px 10px;
  background: #808080;
  color: #fff;
  border-radius: 4px;
  margin: 2px 0;
}
.sp-module .tagscloud .tag-name span {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: rgba(0,0,0,0.2);
  border-radius: 10px;
}
.login img {
  display: inline-block;
  margin: 20px 0;
}
.login .checkbox input[type="checkbox"] {
  margin-top: 6px;
}
.form-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search .btn-toolbar {
  margin-bottom: 20px;
}
.search .btn-toolbar span.icon-search {
  margin: 0;
}
.search .btn-toolbar button {
  color: #fff;
}
.search .phrases .phrases-box .controls label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .phrases .ordering-box {
  margin-bottom: 15px;
}
.search .only label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .search-results dt.result-title {
  margin-top: 40px;
}
.search .search-results dt,
.search .search-results dd {
  margin: 5px 0;
}
.filter-search .chzn-container-single .chzn-single {
  height: 34px;
  line-height: 34px;
}
.form-search .finder label {
  display: block;
}
.form-search .finder .input-medium {
  width: 60%;
  border-radius: 4px;
}
.finder .word input {
  display: inline-block;
}
.finder .search-results.list-striped li {
  padding: 20px 0;
}
.article-info {
  margin: 0 -8px 5px;
  line-height: 12px;
}
.article-info >dd {
  display: inline-block;
  color: #666;
  text-transform: uppercase;
  margin: 0 8px;
}
.article-info >dd >i {
  display: inline-block;
  margin-right: 3px;
}
article.item {
  margin-bottom: 50px;
}
.tags {
  margin-top: 20px;
}
.tags >span {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.content_rating,
.content_rating + form {
  display: none;
}
.voting-symbol {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 14px;
  display: inline-block;
}
.voting-symbol span.star {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.voting-symbol span.star.active:before {
  content: "\f005";
}
.voting-symbol span.star:before {
  content: "\f006";
  padding-right: 5px;
}
.sp-rating span.star:hover:before,
.sp-rating span.star:hover ~ span.star:before {
  content: "\f005";
  cursor: pointer;
}
.post_rating {
  margin-bottom: 20px;
}
.post_rating .ajax-loader,
.post_rating .voting-result {
  display: none;
}
.post-format {

  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
}
.entry-image,
.entry-gallery,
.entry-video,
.entry-audio,
.entry-link {
  margin-bottom: 30px;
}
.entry-status,
.entry-quote {
  margin-bottom: 50px;
}
.pull-right.entry-image {
  margin: 0 0 18px 20px;
}
.entry-status,
.entry-quote {
  margin-bottom: 50px;
}
.entry-header {
  position: relative;
  margin-bottom: 0px;
}
.entry-header.has-post-format {
  margin-left: 0;
  display: block;
}
.entry-header h2 {
  margin: 8px 0 0;
  font-size: 24px;
  line-height: 1;
}
article .comments-link {display:none;}

.entry-header h2 a {

display: block;
  color: #000;
margin-bottom:10px;
}

.entry-header h2 a:hover {
text-decoration: underline;
}

.entry-link {
  padding: 100px 50px;
  position: relative;
  z-index: 1;
}
.entry-link a h4 {
  margin: 0;
  font-size: 36px;
  color: #fff;
}
.entry-link a h4:hover {
  color: rgba(255,255,255,0.85);
}
.entry-link:before {
  position: absolute;
  left: -60px;
  font-size: 300px;
  content: "\f0c1";
  font-family: FontAwesome;
  transform: rotate(90deg);
  top: -75px;
  color: rgba(255,255,255,0.15);
  z-index: -1;
}
.entry-quote {
  position: relative;
  padding: 80px 50px;
  color: rgba(255,255,255,0.9);
}
.entry-quote:before {
  position: absolute;
  left: -40px;
  font-size: 300px;
  content: "\f10e";
  font-family: FontAwesome;
  transform: rotate(15deg);
  top: -75px;
  color: rgba(255,255,255,0.15);
}
.entry-quote blockquote small {
  color: #FFF;
  font-weight: 600;
  font-size: 20px;
}
.entry-quote blockquote {
  padding: 0;
  margin: 0;
  font-size: 16px;
  border: none;
}
.carousel-left,
.carousel-right {
  position: absolute;
  top: 50%;
  font-size: 24px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-top: -18px;
  text-align: center;
  color: #fff;
  background: rgba(0,0,0,0.5);
  border-radius: 4px;
  -webkit-transition: 400ms;
  transition: 400ms;
}
.carousel-left:hover,
.carousel-right:hover {
  color: #fff;
}
.carousel-left:focus,
.carousel-right:focus {
  color: #fff;
}
.carousel-left {
  left: 10px;
}
.carousel-right {
  right: 10px;
}
.newsfeed-category .category {
  list-style: none;
  padding: 0;
  margin: 0;
}
.newsfeed-category .category li {
  padding: 5px 0;
}
.newsfeed-category #filter-search {
  margin: 10px 0;
}
.category-module,
.categories-module,
.archive-module,
.latestnews,
.newsflash-horiz,
.mostread,
.form-links,
.list-striped {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-module li,
.categories-module li,
.archive-module li,
.latestnews li,
.newsflash-horiz li,
.mostread li,
.form-links li,
.list-striped li {
  padding: 2px 0;
}
.category-module li h4,
.categories-module li h4,
.archive-module li h4,
.latestnews li h4,
.newsflash-horiz li h4,
.mostread li h4,
.form-links li h4,
.list-striped li h4 {
  margin: 5px 0;
}
.article-footer-top {
  display: table;
  clear: both;
  width: 100%;
}
.article-footer-top .post_rating {
  float: left;
}
.helix-social-share {
  float: right;
}
.helix-social-share .helix-social-share-icon ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.helix-social-share .helix-social-share-icon ul li {
  margin-right: 7px;
  display: inline-block;
}
.helix-social-share .helix-social-share-icon ul li div {
  display: block;
}
.helix-social-share .helix-social-share-icon ul li div a {
  background: #f5f5f5 none repeat scroll 0 0;
  border-radius: 50%;
  height: 30px;
  padding-top: 4px;
  text-align: center;
  width: 30px;
  display: inline-block;
}
.helix-social-share .helix-social-share-icon ul li div a:hover,
.helix-social-share .helix-social-share-icon ul li div a:focus {
  background: #22b8f0;
  color: #fff;
}

#sp-bottom a:hover {
text-decoration: underline;
}


#sp-bottom .sp-module .sp-module-title {
text-transform: none;
    font-weight: 700;
    font-size: 22px;
    color: #272d3a;
    border: 0px solid #E54F21;
    width: min-content;
    line-height: 30px;
    padding: 0 0 0 0;
margin: 0 0 40px 0;
}

.bottomtext {
margin: 50px 0;

}

.footlogo img {
width: 170px;
    margin: 0;
}

.bottext {
text-align: center;
margin: 25px 0 0 0;
}

#sp-bottom1 .socfoot {
margin: 10px 0 0 0;
}

#sp-footer {
  color: #333;
  text-align: center;
  padding: 20px 0;
}
#sp-footer a {
  color: rgba(255,255,255,0.9);
}
#sp-footer a:hover {
  color: #fff;
}
#sp-footer-wrapper ul {
  display: inline-block;
}
#sp-footer-wrapper ul.nav {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li {
  display: inline-block;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li a {
  display: block;
}
#sp-footer-wrapper ul.nav li a:hover {
  background: none;
}
#sp-footer-wrapper .helix-framework {
  display: inline-block;
}
#sp-footer-wrapper .helix-framework .helix-logo {
  display: block;
  width: 130px;
  height: 40px;
  text-indent: -9999px;
  background: url(../images/helix-logo-white.png) no-repeat 0 0;
}
#sp-footer-wrapper .copyright {
  display: block;
}




.vm-order-done a {
  margin-top: 20px;
  text-transform: uppercase;
}
.vm-order-done .vmpayment_description {
  margin-left: 5px;
  font-size: 14px;
  color: #000;
}
.sp-comingsoon {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.sp-comingsoon body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  color: #fff;
}
.sp-comingsoon #sp-comingsoon {
  padding: 100px 0;
}
.sp-comingsoon .sp-comingsoon-wrap.has-background {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.sp-comingsoon .comingsoon-page-logo {
  text-align: center;
}
.sp-comingsoon .comingsoon-page-logo img {
  display: inline-block;
}
.sp-comingsoon .comingsoon-page-logo .sp-retina-logo {
  display: none;
}
.sp-comingsoon .sp-comingsoon-title {
  margin-top: 130px;
  font-size: 42px;
  margin-bottom: 10px;
  font-weight: 700;
}
.sp-comingsoon .sp-comingsoon-content {
  font-size: 28px;
  font-weight: 300;
}
.sp-comingsoon .days,
.sp-comingsoon .hours,
.sp-comingsoon .minutes,
.sp-comingsoon .seconds {
  display: inline-block;
  margin: 80px 15px;
}
.sp-comingsoon .days .number,
.sp-comingsoon .hours .number,
.sp-comingsoon .seconds .number,
.sp-comingsoon .minutes .number {
  width: 115px;
  height: 120px;
  line-height: 120px;
  border: 1px solid #fff;
  border-radius: 4px;
  display: inline-block;
  font-size: 48px;
  font-weight: bold;
}
.sp-comingsoon .days .string,
.sp-comingsoon .minutes .string,
.sp-comingsoon .seconds .string,
.sp-comingsoon .hours .string {
  display: block;
  font-size: 18px;
  margin-top: 10px;
}
.sp-comingsoon .social-icons li {
  display: inline-block;
  margin: 0 15px;
}
.sp-comingsoon .social-icons li a {
  color: rgba(255,255,255,0.7);
  font-size: 24px;
  -webkit-transition: color 400ms;
  transition: color 400ms;
}
.sp-comingsoon .social-icons li a:hover {
  color: #fff;
}
.error-page {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.error-page body {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.error-page .error-page-inner {
  height: 100%;
  min-height: 100%;
  width: 100%;
  display: table;
  text-align: center;
}
.error-page .error-page-inner.has-background {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.error-page .error-page-inner .error-logo-wrap {
  text-align: center;
  margin-bottom: 30px;
}
.error-page .error-page-inner .error-logo-wrap img {
  display: inline-block;
  max-width: 500px;
}
.error-page .error-page-inner >div {
  display: table-cell;
  vertical-align: middle;
}
.error-page .fa-exclamation-triangle {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 10px;
}
.error-page .error-code {
  font-weight: bold;
  font-size: 96px;
  line-height: 1;
  margin: 0 0 10px 0;
  padding: 0;
  color: #000;
}
.error-page .error-message {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 30px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (-moz-min-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
  #sp-header .sp-default-logo {
    display: block;
  }
  #sp-header .sp-retina-logo {
    display: block;
  }
  .sp-comingsoon .comingsoon-page-logo .sp-retina-logo {
    display: table;
    margin: 0 auto;
  }
  .sp-comingsoon .comingsoon-page-logo .sp-default-logo {
    display: none;
  }
}
.sp-social-share ul {
  display: block;
  padding: 0;
  margin: 20px -5px 0;
}
.sp-social-share ul li {
  display: inline-block;
  font-size: 24px;
  margin: 0 5px;
}
.dl-horizontal dt {
  margin: 8px 0;
  text-align: left;
}
.page-header {
  padding-bottom: 15px;
margin-top: 0;
}
table.category {
  width: 100%;
}
table.category thead >tr,
table.category tbody >tr {
  border: 1px solid #f2f2f2;
}
table.category thead >tr th,
table.category thead >tr td,
table.category tbody >tr th,
table.category tbody >tr td {
  padding: 10px;
}
.contact-form .form-actions {
  background: none;
  border: none;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
  background: #2D2D2D;
  border-radius: 5px;
  color: #fff;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-pre-loader {
  background: #f5f5f5;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.sp-pre-loader .sp-loader-clock {
  border: 3px solid #333333;
  border-radius: 60px;
  bottom: 0;
  height: 80px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
}
.sp-pre-loader .sp-loader-clock:after {
  content: "";
  position: absolute;
  background-color: #333333;
  top: 2px;
  left: 48%;
  height: 38px;
  width: 4px;
  border-radius: 5px;
  -webkit-transform-origin: 50% 97%;
  transform-origin: 50% 97%;
  -webkit-animation: grdAiguille 2s linear infinite;
  animation: grdAiguille 2s linear infinite;
}
.sp-pre-loader .sp-loader-clock:before {
  content: "";
  position: absolute;
  background-color: #333333;
  top: 6px;
  left: 48%;
  height: 35px;
  width: 4px;
  border-radius: 5px;
  -webkit-transform-origin: 50% 94%;
  transform-origin: 50% 94%;
  -webkit-animation: ptAiguille 12s linear infinite;
  animation: ptAiguille 12s linear infinite;
}
.sp-pre-loader .sp-loader-circle {
  position: absolute;
  height: 80px;
  width: 80px;
  border-radius: 80px;
  border: 3px solid rgba(51,51,51,0.7);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: loader1 3s linear infinite;
  animation: loader1 3s linear infinite;
}
.sp-pre-loader .sp-loader-circle:after {
  content: "";
  position: absolute;
  top: -5px;
  left: 20px;
  width: 11px;
  height: 11px;
  border-radius: 10px;
  background-color: #333333;
}
.sp-pre-loader .sp-loader-bubble-loop {
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 12px;
  background-color: #333333;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: loader6 1s ease-in-out infinite;
  animation: loader6 1s ease-in-out infinite;
}
.sp-pre-loader .sp-loader-bubble-loop:before {
  content: "";
  position: absolute;
  background-color: rgba(51,51,51,0.5);
  top: 0px;
  left: -25px;
  height: 12px;
  width: 12px;
  border-radius: 12px;
}
.sp-pre-loader .sp-loader-bubble-loop:after {
  content: "";
  position: absolute;
  background-color: rgba(51,51,51,0.5);
  top: 0px;
  left: 25px;
  height: 12px;
  width: 12px;
  border-radius: 12px;
}
.sp-pre-loader .circle-two {
  bottom: 0;
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}
.sp-pre-loader .circle-two > span,
.sp-pre-loader .circle-two > span:before,
.sp-pre-loader .circle-two > span:after {
  content: "";
  display: block;
  border-radius: 50%;
  border: 2px solid #333333;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.sp-pre-loader .circle-two > span {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-left-color: transparent;
  -webkit-animation: effect-2 2s infinite linear;
  -moz-animation: effect-2 2s infinite linear;
  -ms-animation: effect-2 2s infinite linear;
  -o-animation: effect-2 2s infinite linear;
  animation: effect-2 2s infinite linear;
}
.sp-pre-loader .circle-two > span:before {
  width: 75%;
  height: 75%;
  border-right-color: transparent;
}
.sp-pre-loader .circle-two > span:after {
  width: 50%;
  height: 50%;
  border-bottom-color: transparent;
}
.sp-pre-loader .wave-two-wrap {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 50%;
  width: 90px;
}
.sp-pre-loader .wave-two {
  margin: 0;
  list-style: none;
  width: 90px;
  position: relative;
  padding: 0;
  height: 10px;
}
.sp-pre-loader .wave-two li {
  position: absolute;
  width: 2px;
  height: 0;
  background-color: #333333;
  bottom: 0;
}
.sp-pre-loader .wave-two li:nth-child(1) {
  left: 0;
  -webkit-animation: sequence1 1s ease infinite 0;
  animation: sequence1 1s ease infinite 0;
}
.sp-pre-loader .wave-two li:nth-child(2) {
  left: 15px;
  -webkit-animation: sequence2 1s ease infinite 0.1s;
  animation: sequence2 1s ease infinite 0.1s;
}
.sp-pre-loader .wave-two li:nth-child(3) {
  left: 30px;
  -webkit-animation: sequence1 1s ease-in-out infinite 0.2s;
  animation: sequence1 1s ease-in-out infinite 0.2s;
}
.sp-pre-loader .wave-two li:nth-child(4) {
  left: 45px;
  -webkit-animation: sequence2 1s ease-in infinite 0.3s;
  animation: sequence2 1s ease-in infinite 0.3s;
}
.sp-pre-loader .wave-two li:nth-child(5) {
  left: 60px;
  -webkit-animation: sequence1 1s ease-in-out infinite 0.4s;
  animation: sequence1 1s ease-in-out infinite 0.4s;
}
.sp-pre-loader .wave-two li:nth-child(6) {
  left: 75px;
  -webkit-animation: sequence2 1s ease infinite 0.5s;
  animation: sequence2 1s ease infinite 0.5s;
}
.sp-pre-loader .sp-loader-audio-wave {
  width: 3em;
  height: 2em;
  background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
  background-repeat: no-repeat;
  background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
  animation: audioWave 1.5s linear infinite;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.sp-pre-loader .sp-loader-with-logo {
  top: 0;
  left: 0;
  width: 100%;
  height: 105px;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  position: absolute;
}
.sp-pre-loader .sp-loader-with-logo .logo {
  display: inline-block;
  width: auto;
}
.sp-pre-loader .sp-loader-with-logo .line {
  background: #333333;
  bottom: 0;
  height: 5px;
  left: 0;
  position: absolute;
  top: auto;
}
@-webkit-keyframes grdAiguille {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes grdAiguille {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes ptAiguille {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes ptAiguille {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader1 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes loader1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader6 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
  }
}
@keyframes loader6 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes rotate-360 {
  from {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes audioWave {
  25% {
    background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
  }
  37.5% {
    background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
  }
  50% {
    background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em;
  }
  62.5% {
    background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em;
  }
  75% {
    background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em;
  }
}
@-webkit-keyframes effect-2 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes effect-2 {
  from {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes sequence1 {
  0% {
    height: 10px;
  }
  50% {
    height: 50px;
  }
  100% {
    height: 10px;
  }
}
@keyframes sequence2 {
  0% {
    height: 20px;
  }
  50% {
    height: 65px;
  }
  100% {
    height: 20px;
  }
}
@keyframes rot1 {
  100% {
    transform: skew(-10deg) translateX(50px) rotate(405deg);
  }
}
@-webkit-keyframes rot1 {
  100% {
    -webkit-transform: skew(-10deg) translateX(50px) rotate(405deg);
  }
}
@keyframes rot2 {
  100% {
    transform: skew(-10deg) rotate(525deg);
  }
}
@-webkit-keyframes rot2 {
  100% {
    -webkit-transform: skew(-10deg) rotate(525deg);
  }
}
@keyframes rot3 {
  100% {
    transform: skew(-10deg) translateX(20px) translateY(-50px) rotate(645deg);
  }
}
@-webkit-keyframes rot3 {
  100% {
    -webkit-transform: skew(-10deg) translateX(20px) translateY(-50px) rotate(645deg);
  }
}
@keyframes width {
  10% {
    width: 10%;
  }
  20% {
    width: 20%;
  }
  30% {
    width: 30%;
  }
  40% {
    width: 40%;
  }
  50% {
    width: 50%;
  }
  60% {
    width: 60%;
  }
  70% {
    width: 70%;
  }
  80% {
    width: 80%;
  }
  90% {
    width: 90%;
  }
  100% {
    width: 100%;
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .scrollup {
    bottom: 25px;
    right: 25px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  ul.social-icons {
    margin: 0;
    width: 100%;
    text-align: center;
  }
  ul.social-icons > li {
    margin: 5px;
  }
  .sp-contact-info {
    display: table;
    float: none;
    margin: 0;
    text-align: center;
    width: 100%;
  }
  .sp-contact-info li {
    margin: 0 5px;
    font-size: 89%;
  }
  .sppb-animated .sppb-addon-cta .sppb-cta-title {
    font-size: 28px !important;
    line-height: 40px !important;
  }
  .sppb-animated .sppb-addon-cta .sppb-btn-lg {
    font-size: 16px;
  }
  .scrollup {
    bottom: 25px;
    right: 25px;
  }
  .form-horizontal .control-label {
    width: 100%;
    text-align: left;
  }
  .form-horizontal .controls {
    margin: 0;
    width: 100%;
  }
  .form-horizontal .controls input,
  .form-horizontal .controls textarea {
    width: 100%;
  }
  .form-horizontal .controls textarea {
    height: 131px;
  }
}
@media screen and (min-width: 550px) and (max-width: 767px) {
  .sp-contact-info li {
    margin: 0 5px;
    font-size: 90%;
  }
}
@media (min-width: 768px) {
  .sppb-col-sm-offset-6 {
    margin-left: 50%;
  }
}
.sppb-testimonial-pro .sppb-item img {
  display: inline-block;
  margin-bottom: 10px;
}


.vmslider-product .vmslider-price .product-price span.PricesalesPrice{
color: #000;
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;

    padding: 10px 0 !important;
}


.vmslider-product .vmslider-name a{

    text-decoration: none;
    letter-spacing: 0px;
    transition: color 300ms ease-out;
    font-size: 20px;
    line-height: 22px;
    color: #171717;
    font-weight: normal;



}






#sp-bottom .row:before, #sp-bottom .row:after {
display: none !important;
}

@media screen and (min-width: 768px) and (max-width:1366px) {


.transformimage {
    transform: translateX(-10%);
}

}

@media screen and (min-width: 290px) and (max-width:767px) {


.faq .tabs-tab {
flex-direction: column;

}

.faq .sppb-nav-tabs {
width: 100%;
}

.faq .sppb-tab-content {
    width: 100%;
}

.preimsecline:before {
display: none;
}


#sp-bottom .sp-module .sp-module-title {
    margin: 0 auto 30px auto;

}

ul.bottommenu {
align-items: center;

}

#sp-bottom .custom {
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.borderlefttext {
margin: 0 auto;
    width: fit-content;

}

.transformimage {
    transform: translateX(0%);
}


#sp-header .row,
#sp-header.menu-fixed .row {
    height: 75px;
}

#sp-header #sp-callback {
    display: none;
}

.mobcolumnreverse > .sppb-row-container > .sppb-row {
flex-direction: column-reverse;

}

.preimleft .sppb-addon-title {
text-align: center;
}

.mobtitlecenter .sppb-addon-title {
text-align: center;

}

.watop img {
    width: 30px;
}

.usl .sppb-addon-text a.katbut {
width: 100%;

}

.slidersec:after {
height: 50px;
    background-size: cover;

}

#sp-menu {
    justify-content: center;
padding-right: 15px;
}

.topsec {
    height: auto;
}

.mobcenter.headborder .sppb-addon-title:before {
right: 0;
    margin: 0 auto;

}


.custbut .sppb-btn {
width: fit-content;

}


#sp-page-builder .headleft .sppb-section-title .sppb-title-heading {
    margin: 0 auto;
}


.blog .intro-image {
    width: 100%;
}

.preimleftbig h3 {
    margin: 10px 0 0 0;
}

.preimleftbig .sppb-img-container img {
    max-height: 150px;
    max-width: 90%;
}


.usl .sppb-addon-text {
text-align: center;
}



#sp-header {

}


.custpic {
display: none;
}


.height100.height100mob {
height: auto;

}



.sppb-carousel-inner>.sppb-item {
}

.sppb-item.sppb-item-has-bg .sppb-carousel-item-inner {
    position: absolute;

}



.custdivin {
z-index: 1 !important;

}


.heightsecleft .sppb-row .sppb-col-md-6:nth-child(1) .sppb-column-addons > div {
    height: auto;
}

#sp-callback .sp-column {
justify-content: flex-end;
flex-direction: row;
align-items: center;

}

.uslsec {
height: auto;
}

.usl {
    padding: 0px 0px 0px 0px;
}


.usltext h3 {
margin: 0 auto 6px auto;
}


.telbig {
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
}


#sp-header.menu-fixed {
    max-width: 100% !important;
}

.usl h3 a {
font-size: 20px;
text-align: center;
}


.heightsec .sppb-column-addons > div {
    height: auto;
}

.usl .sppb-media-content {
align-items: center;
padding: 15px;
}

.usl .margin0 {
    margin: 0 auto;

}


#sp-header .container {

}

.textbefore h3 {
position: relative;
    width: fit-content;
    margin: 0 auto 10px auto;

}

.preimgalka:before {
display: none;
}


.usltext:before {
    content: '';
    position: absolute;
    left: 0;
    width: 50px;
    height: 4px;
    background: #1e1d1c;
    border-radius: 0px;
    right: 0;
    margin: 0 auto;
    bottom: -13px;
}



.sppb-carousel-pro-text h2:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -11px;
    background: #1e1d1c;
    height: 4px;
    width: 75px;
    margin: 0 auto;
    right: 0;
}


.uslsec .sppb-column-addons > div {
    height: auto;
}

.topsec:before {
    content: '';

}

.stepsec .sppb-row:before {
display: none;
}


.after2:after {
display: none;
}


.bordertext h3 {
width: 100%;
    text-align: center;
    margin: 0 auto;
    align-items: center;
    justify-content: center;

}

.bigfon:before {
display: none;
}




.formanemodal .qf3form form {
flex-direction: column;

}

.formanemodal .qf3form.default .qf3 {
    width: 100%;
}

.formanemodal .qfcopytext {
    max-width: 100%;
}



.persontext {
    text-align: center;
}

.persontext h3 {
margin: 0 auto;
}

.persontext .sppb-addon-content {
font-size: 18px;
margin: 5px 0 0 0;
}

.preimgalka {
margin: 0;

}

.videsec {
    height: 20vh;
}

.videsec .sppb-section-bacground-video {
height: 20vh;
}

.usltext {
padding: 0px 15px;
    margin: 0 auto;

}

.bigbefore:before {

display: none;
}



.preimtopsec {
background: #fff;
    box-shadow: 0px 20px 30px rgba(40, 44, 64, 0.03);
    margin: 0px 0 0 0 !important;
padding: 30px 15px;

}

.usltext h3 a {
font-size: 20px;
line-height: 24px;
margin: 0 0 5px 0;
}


#sp-slogan {
display: none;
}

#sp-callback .sp-column  .sp-module:nth-child(2) {

}


.cmbf-button-container.sppb-btn {
background: url(/images/phoneiconw.png) no-repeat center #E54F21;
    background-size: 20px;
    font-size: 0;
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 50px;
padding: 0;
    float: none;
    margin: 0 auto;
}

#offcanvas-toggler >i {
padding: 0px;
display: flex;
font-family: Flaticon;
    font-style: normal;

}

.usltext h3, .usltext .sppb-addon-content {


}


.containerinside > .sppb-row-container > .sppb-row > div {
padding: 0 !important;
}



.bordersecleft {
padding: 0 0 0px 15px !important;
margin: 0 0 30px 0 !important;

}


#sp-top3 {
font-size: 14px;
    text-align: center;
}


.height100 {
min-height: 250px;
}


.kat .sppb-addon-content {
    display: flex;
    flex-direction: column;
    align-items: center;
gap: 10px;
}

.kat .sppb-img-container {
width: 80%;
}

.kat .sppb-media-content {
width: 100%;
}

.kat h3 a {
text-align: center;
}

.kat .sppb-addon-text {
    text-align: center;
}

.topsec .sppb-column-addons {
flex-direction: column;

}

.sppb-carousel {
overflow: hidden;
}

.sppb-item.sppb-item-has-bg>img {
position: relative;

}


.sppb-carousel-inner>.sppb-item {

}

.preimleft {
justify-content: center;

}

.formanemodalsec .sppb-container-inner {
    padding: 30px 15px;
}

#sp-top2 {
}

.textbg h3 {
font-size: 30px;

}

.preim {
justify-content: center;
width: 100%;

}

.sppb-carousel-content {
text-align: center;


}

.sppb-carousel-text h2 {
text-align: center;
}


.slick-arrow, .slick-arrow:hover {
width: 20px;
    height: 20px;
    background-size: 12px;
    top: calc(50% - 7px);
}

.ot_testimonial .slick-track {
    gap: 0;
}

.slick-arrow.slick-prev {
left: -10px !important;
}

.slick-arrow.slick-next {
right: -10px !important;
}


.sppb-carousel-pro-text h2, .sppb-carousel-pro-content {
    text-align: center;
}


.preimleft .sppb-addon-text {
    text-align: center;
}

.preimleft h3 {
text-align: center;
border: 0;
margin: 0 auto 5px auto;
}


.preimleft .sppb-addon-content {
flex-direction: column;
    align-items: center;
}

.preimleft.preimright .sppb-addon-content {
align-items: center;

}

.preimleft.preimright h3 {
    text-align: center;
}

.preimleft.preimright .sppb-addon-text {
    text-align: center;
}

.preimsec .sppb-column-addons > div {
    height: auto;
}

.padleft .sppb-col-md-12 {
    padding-left: 15px;
}

.imgrelative {
position: relative;
    right: 0px;
}


.bigtext {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
}

.sppb-addon-animated-number {
margin: 0 auto;
justify-content: center;

}

.sppb-addon-animated-number .sppb-addon-content {
    text-align: center;
    align-items: center;

}

.sppb-animated-number {
text-align: center;
}

.sppb-animated-number-title {
    text-align: center;
}

.imglogo {
text-align: center;
}

.preimgalka .sppb-addon-content {
justify-content: flex-start;

}

#sp-top1 .custom {
flex-direction: column;
    gap: 5px;
}

.centerblok.socfoot {
justify-content: center;
}

.coloro {
color: inherit !important;
    background: transparent;
    padding: 0;
    display: initial;
}

.preimgalka.nomargin {
    margin: 0 auto;
}


#sp-skidtext p {
font-size: 14px;
    line-height: 16px;

}

#sp-callback {

}


#sp-top1 .phoneic span a, .numbig {
    font-size: 12px;
    line-height: 14px;
}

.textborder h3 {
border:0;
}

.textborder h3:before {
display: none;
}

.preim .sppb-addon-content {
align-items: center;
flex-direction: column;
}

.preimstep .sppb-addon-content {
flex-direction: column;

}

.preimstep .sppb-media-content h3 {
text-align: center;

}

.preim h3 {
text-align: center;
margin: 0 auto 10px auto;
    font-size: 20px;
}

.preim .sppb-addon-text {
    text-align: center;
}

.preimstep .sppb-addon-text {
text-align: center;
}

.bgcover {
background-position: 100% 100% !important;
}

.logo .sp-default-logo {
    max-height: 50px;
padding: 5px 0;
}


.widgetCalendar .datepickerContainer {
    width: calc(100% - 20px) !important;
    height: 130px !important;

}

.widgetCalendar > .datepicker {
display: block; position: relative; width: 250px !important; height: 150px !important;
}



.formanemodal {
position: relative;
    right: 0;
    width: 100%;

}

.carsec {
margin: 0 0 30px 0 !important;
}


.relbut {
    position: relative;
    top: -15px;
}

.sppb-carousel-text {
    width: 100%;
    padding: 15px;
    align-items: center;

}

.sppb-item.sppb-item-has-bg .sppb-carousel-item-inner {
    padding: 20px;
}


.sppb-item.sppb-item-has-bg .sppb-carousel-item-inner>div {

width: 100%; 
}


.bgf {
background: #f5f5f5 !important;
}



.preimgalka h3 {
font-size: 18px;
    line-height: 22px !important;
text-align: center;

}

.preimgalka .sppb-img-container {
    min-width: 30px;
    width: 30px;
}


.sppb-carousel-arrow {
    top: calc(50% - 10px);
}


.sppb-carousel-arrow.left {
    width: 20px;
    height: 20px;
left: 15px;
    background-size: 10px;

}

.sppb-carousel-arrow.right {
    width: 20px;
right: 15px;
    height: 20px;
    background-size: 10px;
left: auto;

}


.beforecolor:before {
display: none;
}

.heightsec .sppb-column-addons {
margin: 0 0 0 0;
}

#sp-top1 .phoneic {
font-size: 12px;
}

#sp-top1 img {
    width: 15px !important;
display: none;

}


.ot_testimonial .ot_list {
    box-shadow: none;
}

#myCarousel .slick-slide {
    padding: 0;
}

#sp-header .logo {
margin: 0;
}

.mobbg .sppb-row-overlay {
background-color: rgb(255 255 255 / 90%) !important;
}

.mobbgcover {
background-size: cover !important;
}


.sppb-btn.formazakazbut {
    margin: 0 auto;
}



ul.sppb-gallery li {
    width: 46%;
max-width: 46%;
}

ul.sppb-gallery {

}


.sppb-carousel .sppb-btn {

}


.preimusl .sppb-addon-content {
flex-direction: column;
}

.preimusl .sppb-img-container {
    width: 100%;
}

.preimusl .sppb-media-content {
    width: 100%;
}

.preimusl h3 {
text-align: center;
}

.preimprice {
text-align: center;
}

.preimusl {
padding: 15px;
}

.preimusl .sppb-btn.formazakazbut {
margin: 0 auto;
}

p.slogan {
    margin: 5px 0 !important;
    font-size: 12px;
    line-height: 22px;
}

#sp-logo {

}

.sppb-carousel-pro .sppb-carousel-control {
opacity: 0.5;
}

.sppb-carousel-pro .sppb-carousel-control:hover {
opacity: 1;
}


div.modal.fade.in {
    top: 20px;
}

#sp-top2 .phoneic span:nth-of-type(2) {
display: none;

}

#sp-top2 .phoneic .borderafter:after {
display: none;
}

#sp-top2 .phoneic img {
width: 20px;

}


#sp-top2 .phoneic a {
font-size: 14px;
}

.sppb-gallery li {
    width: 50%;
max-width: 50%;
}

.sppb-gallery img {
padding: 0px;
}

.etap {
margin: 0 0 30px 0;
}

.etap .sppb-img-container {
width: 100px;
    height: 100px;
}

.etap .sppb-img-container img {
    height: 50px;
    width: 50px;
}

.etap:after {
display: none;
}

.etap .sppb-addon-text {
right: 15px;
}




.fivebloksection .sppb-col-md-2 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
padding: 0 10px;
}


.sppb-carousel-pro {
    padding: 15px;
}

.uslheader h3 {
    font-size: 26px;
    line-height: 26px;
}

.uslheader .sppb-img-container {
    width: 30px;
}



#sp-header .row > div {


}

#sp-slogan, #sp-top1 {
display: none !important;
}

#sp-callback .sp-column .sp-module:nth-child(1) {
display: none;
}

#sp-menu:before {
width: 20px;

}


#sp-callback .phoneic img {
    width: 20px;
}

#sp-callback .phoneic span a {
gap: 3px;
    font-size: 14px;
line-height: 14px;
font-weight: bold;
}

.sppb-carousel-indicators {
    position: absolute;
    bottom: -30px;
}


.sppb-carousel-pro-inner-content .sppb-row > div:nth-child(1) {
-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}


.sppb-carousel-pro-inner-content .sppb-row > div:nth-child(2) {
-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;

}


#sp-page-builder .sppb-section-title.sppb-text-center .sppb-title-subheading {
    display: block;
    max-width: 100%;
    font-size: 14px;
}


#sp-botmenu {
display: none;
}

#sp-bottom .row {
display: flex;
    flex-direction: column;
    gap: 40px;
}

.sppb-btn {
width: fit-content;
display: flex;
    align-items: center;
    justify-content: center;
}


.mobcenter {
text-align: center;
}

.sppb-addon.sppb-addon-button-group .sppb-addon-content {
    display: flex;
    gap: 15px;
    flex-direction: column;
    align-items: center;
}


#offcanvas-toggler {
    display: flex;
    align-items: center;
    justify-content: center;
}

#sp-page-builder .sppb-section-title .sppb-title-heading {
font-size: 30px;
    line-height: 36px;
text-align: center;
    margin: 0 auto;
}

#sp-page-builder .sppb-section-title .sppb-title-subheading {
    font-size: 16px;
    line-height: 22px;
text-align: center;

.bline .sppb-section-title > .sppb-title-heading:before  {
font-size: 26px;
    line-height: 30px;}

.cmbf-button-container.sppb-btn {
background: url(/images/phoneiconw.png) #39c067 no-repeat center;
    font-size: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background-size: 20px;
float: none;
    margin: 0 auto;

}






}

/*.div.testimonies-form input, div.testimonies-form textarea, div.testimonies-form select {
  color: #000 !important;
    box-sizing: border-box !important;
    display: block !important;
    width: 90% !important;
    height: 50px !important;
    background-color: #fff !important;
    padding: 0px 35px !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0px !important;
    border: 1px solid #eee !important;
}

div.testimonies-form .form-horizontal .controls {
        width: 100% !important;
    margin: 0 auto 20px auto !important;
    padding: 0 0 0 0 !important;
}*/


