body{
    background:var(--main-color);
    color: var(--text-color-main);
}

.text-shadow{
    text-shadow:1px 1px 0 rgba(0,0,0,0.2);
}
.text-shadow-white{
    text-shadow:1px 1px 0 rgba(255,255,255,0.2);
}

.text-black{
    color: var(--black-color);
}

.text-font-black{ font-weight: var(--font-black);}
.text-font-bold{ font-weight: var(--font-bold);}
.text-font-medium{ font-weight: var(--font-medium);}
.text-font-regular{ font-weight: var(--font-regular);}
.text-font-thin{ font-weight: var(--font-thin);}

.text-size-07{font-size: 0.7em;}
.text-size-08{font-size: 0.8em;}
.text-size-09{font-size: 0.9em;}
.text-size-10{font-size: 1em;}
.text-size-11{font-size: 1.1em;}
.text-size-12{font-size: 1.2em;}
.text-size-13{font-size: 1.3em;}
.text-size-14{font-size: 1.4em;}
.text-size-15{font-size: 1.5em;}
.text-size-16{font-size: 1.6em;}
.text-size-17{font-size: 1.7em;}
.text-size-18{font-size: 1.8em;}
.text-size-20{font-size: 2em;}
.text-size-22{font-size: 2.2em;}
.text-size-25{font-size: 2.5em;}
.text-size-30{font-size: 3em;}
.text-size-35{font-size: 3.5em;}
.text-size-40{font-size: 4em;}

.navbar-brand, .footer-navbar-brand{
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    font-size: 22px;
    color: var(--text-color-main);
    text-decoration: none;
}
h1{
    border-left: 5px solid var(--third-color);
    border-radius: 3px 0 0 3px;
    padding-left: 15px;
}
.navbar-brand img, .footer-navbar-brand img{height: 50px;width: 50px; margin-right:10px; color: transparent;font-size:1px;}
.footer-navbar-brand img{filter: brightness(0) invert(1);}
.navbar-brand span, .footer-navbar-brand span{
    display: inline-block;
    margin-left: 10px;
}
.footer-navbar-brand{color: #fff;}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px;
}
.as-seen-on__content img{ max-height:40px;width:auto;max-width:120px;}
.price-features-list li{margin: 10px 0;}

.phone_input{padding-left: 50px !important;}
/*<editor-fold desc="LANGUAGE SWITCHER">*/
#language_select{
    font-weight: bold;
    margin-left: 15px;
    min-width: 85px;
    border-radius: 16px;
    border: 2px solid var(--third-color);
}
#language_select:hover .lang{
    color: var(--third-color);
}
#language_select:hover .arrow{
    border-color: transparent var(--third-color) var(--third-color) transparent;
}
#language_select .language_select-list{
    padding: 15px 0;
}
#language_select .language_select-list-item-link{
    padding: 5px 10px;
}
/*</editor-fold>*/



/*<editor-fold desc="Forms">*/
.form input[type="text"], .form input[type="email"], .form input[type="password"], .form textarea, .form select{
    border: 1px solid rgba(0,0,0,0.175);
}
.form{
    padding:0;
}
.form .btn-submit{
    opacity:1;
    font-weight: 500;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
    letter-spacing: inherit;
    font-size: 1.1em;
}
.form-disclaimer{font-size: 0.8em; text-align: left; color: var(--black-color);}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{
    border-radius: 18px 0 0 18px;
}
/*</editor-fold>*/


/*<editor-fold desc="RTL">*/
html[dir="rtl"] .navbar-brand,
html[dir="rtl"] .footer-navbar-brand,
html[dir="rtl"] #language_select{
    direction: ltr;
}
html[dir="rtl"] .feature .heading,
html[dir="rtl"] .feature .descr{
    text-align: right !important;
}
@media (min-width: 767px) {
    html[dir="rtl"] .section_cta {
        background-position: calc(50% - 560px);
    }
}

.coloured_svg {
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    background-color: var(--third-color);
}
/*</editor-fold>*/

/*<editor-fold desc="RTL">*/
html[dir="rtl"] h1 {
    border-left: none;
    border-right: 5px solid var(--third-color);
    border-radius: 0 3px 3px 0;
    padding-left: 0;
    padding-right: 15px;
}
html[dir="rtl"] .after2 {
    padding-left: 0;
    padding-right: 10px;
    border-left: none;
    border-right: 5px solid var(--third-color);
    border-radius: 0 3px 3px 0;
}
html[dir="rtl"] .theme-btn11 {
    margin-left:0;
    margin-right:16px;
}
html[dir="rtl"] .percentCount {
    float: left;
}
html[dir="rtl"] .owl-stage-outer {
    direction: ltr;
}
html[dir="rtl"] .owl-item {
    direction: rtl;
}
html[dir="rtl"] .tes8-bottom-hadding {
    padding-left: 0;
    padding-right: 16px;
}
html[dir="rtl"] .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{
    border-radius: 0 18px 18px 0;
}
html[dir="rtl"] .footer-right-padding {
    padding-right: 0;
    padding-left: 50px;
}

/*</editor-fold>*/
