@charset "UTF-8";

/*
Theme Name: Twenty Twenty-One
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.9
Requires PHP: 5.6
Version: 2.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

/*
Template Name: CFS
Theme URL:
/*--------------------------------------------------------------
 TABLE OF CONTENTS:
----------------------------------------------------------------
 CSS Reset
 Document Setup
 Header
 Homepage
 Footer
 Media-Queries
--------------------------------------------------------------*/
/*----CSS Reset----*/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*margin:0;padding:0;*/
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Lexend' !important;
    font-style: normal;
    color: #fff;
    background: #000;
    line-height: 1;
}

button::-moz-focus-inner {
    border: 0;
}

ol, ul {
    padding-left: 0 !important;
}

/*----Font-Face(Typography)----*/
.crimson-text-regular {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-style: normal;
}

.crimson-text-semibold {
  font-family: "Crimson Text", serif;
  font-weight: 600;
  font-style: normal;
}

.crimson-text-bold {
  font-family: "Crimson Text", serif;
  font-weight: 700;
  font-style: normal;
}

.crimson-text-regular-italic {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-style: italic;
}

.crimson-text-semibold-italic {
  font-family: "Crimson Text", serif;
  font-weight: 600;
  font-style: italic;
}

.crimson-text-bold-italic {
  font-family: "Crimson Text", serif;
  font-weight: 700;
  font-style: italic;
}

@font-face {
    font-family: 'Lexend';
    src: url('assets/fonts/Lexend-Regular.woff2') format('woff2'),
        url('assets/fonts/Lexend-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lexend';
    src: url('assets/fonts/Lexend-Medium.woff2') format('woff2'),
        url('assets/fonts/Lexend-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lexend';
    src: url('assets/fonts/Lexend-SemiBold.woff2') format('woff2'),
        url('assets/fonts/Lexend-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
button::-moz-focus-inner {
    border: 0;
}

/*----End-of-Scroll-to-Top----*/
.container {
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
ul,
ol {
    list-style-type: none !important;
    padding: 0;
    margin: 0;
}
ul,
ol:after {
    clear: both;
}
.disc-type {
    list-style-type: disc !important;
    padding-left: 15px;
}
.tc{
    color: #a5a3a6;
    font-style: normal;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

a {
    text-decoration: none;
    color: inherit;
}

a:focus {
    outline: none;
}

a:hover {
    /*color: inherit;
    ransition: all .3s !important;*/
}

.clrfix:after {
    content: "";
    display: block;
    clear: both;
}

figure {
    margin: 0 !important;
    position: relative;
}

section,
article {
    position: relative;
}

.rg {
    font-weight: normal;
    font-style: normal;
}

.bold {
    font-weight: bold;
    font-style: normal;
}

.exb {
    font-weight: 800;
    font-style: normal;
}

.light-font {
    font-weight: 300;
}

.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}

.item-center {
    margin: 0 auto;
}
.item{
    position: relative;
    display: block;
}

img {
    max-width: 100%;
    width: auto;
    display: block;
    height: auto;
}
.min-gap {
    margin: 30px 0 0;
}

.mid-gap {
    margin: 55px 0 0;
}
.mid-gap-2 {
    margin: 40px 0 0;
}
.min-pad{
    padding: 30px 0;
}
.mid-pad {
    padding: 55px 0;
}
.max-gap {
    margin: 80px 0 0;
}
.max-pad {
    padding: 80px 0;
}
.idx-1 {
    z-index: 1;
}
.idx-2 {
    z-index: 2;
}
.pos-r {
    position: relative;
}
.grid-2 .col {
    width: 50%;
}
.fw {
    width: 100%;
}
.fw-2 {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.desktop{
    display: block;
}

/*.mobile{
  display: none;
}*/

.hide{
    display: none !important;
}

.img-block {
    position: relative;
    display: block;
}

.absolute-1{
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 0px;
    z-index: 1;
}
.anchor {
    display: block;
    height: 55px;
    margin-top: -55px;
    visibility: hidden;
}
.index-1 {
    z-index: 1;
}
.rad-10 {
    border-radius: 10px;
}

/*----Headings----*/
h1,h2,h3,h4,h5,h6{
	font-family: "Crimson Text", serif;
    font-weight: 600;
    /*font-weight: normal;*/
    font-style: normal;
    /*text-transform: capitalize;*/
    line-height: 1;
    padding: 0px;
    margin: 0px;
}

h1 {
    font-size: 40px;
    font-weight: 900;
    font-style: normal;
    line-height: 1;
    padding: 0px;
    margin: 0px;
}

h3 {
	font-size: 22px;
}

p {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
    margin: 0px;
}

.flex-row,
.fix-1{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.fix-2 {
    display: flex !important;
}

.flex-row {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-center {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-start{
    align-items: flex-start;
}
.jt-1 {
    /*display: -ms-flexbox;
    display: flex;*/
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.jt-2 {
    /*display: -ms-flexbox;
    display: flex;*/
    -ms-flex-pack: justify;
    justify-content: center;
}
#sticky {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    left: 0;
    top: 10px;
    /*margin: 0;*/
}

.full-img {
    width: 100%;
    height: auto;
}

.overlay:before {
    display: block;
    position: absolute;
    background-image: linear-gradient(to left, transparent 10%, rgba(0, 0, 0, 0.9) 100%);
    bottom: 0;
    height: 100%;
    width: 100%;
    content: '';
    z-index: 2;
}

.overlay-1:before {
    display: block;
    position: absolute;
    background: #000000;
    opacity: .4;
    bottom: 0;
    height: 100%;
    width: 100%;
    content: '';
}

.tf-1 {
    position: absolute !important;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 9;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.image-holder {
    position: relative;
    background-position: center;
    background-size: cover;
    background-attacnewsent: scroll;
    background-repeat: no-repeat;
}

.image-content {
    position: relative;
}

.tile-1 {
    background: #241feb;
    color: #fff;
}
.tile-2{
    background: #1d0d0d;
    color: #fff;
}
.btn {
    width: max-content;
    text-align: center;
    padding: 13px 20px;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase !important;
    position: relative;
    display: inline-block;
    color: #000;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 10px;
    margin-top: 30px;
    transition: all .4s;
}
.btn:hover, .btn-2 {
    color: #fff;
    background: transparent;
}
.btn-3 {
    color: #000;
    background: #fff;
}
.btn-2:hover {
    color: #241feb;
    background: #fff;
}
.pg-link {
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    border-bottom: 1px solid;
    text-transform: uppercase;
}
.sec h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.1;
    margin: 15px 0 0;
}
.rad-15 {
    border-radius: 15px;
}

/*========Header========*/
.lf .spn {
    color: #fff;
    font-size: 25px;
	font-family: "Crimson Text", serif;
    font-weight: 700;
    text-transform: uppercase;
	background: -webkit-linear-gradient(#fcf6eb, #775c16);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lf img {
    max-width: 100px;
    display: none;
}
.lf .spn br {
	display: none;
}
#header {
    width: 100%;
    height: auto;
    position: relative;
    box-shadow: none;
}
.header-inner {
    position: absolute !important;
    z-index: 1;
    width: 100%;
}
.header-content{
    position: relative;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
    color: #000;
}
/*.sticky-header {
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}*/
.ht{
    bottom: 0;
    background: #241feb;
    width: 100%;
    color: #fff;
    padding: 13px 15px ;
    text-align: center;
    left: 0;
    /*position: fixed;*/
    right: 0;
    top: inherit;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}
.ht p{
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    display: inline-block;
}
.ht p a {
    text-decoration: underline;
}
/*.sticky-header {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0);
    z-index: 50;
    transition: all 0.5s;
    position: relative;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
}*/
.hfx {
    opacity: 0;
    position: fixed;
}
.on, .onn, .h-inn .hfx {
    opacity: 1;
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 15px 0;
    background: rgba(255,255,255, 1)!important;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}
.onn {
    opacity: 1;
    background: transparent;
}
.hfx .row {
    padding: 0 !important;
}
.header-fixed-top {
    margin-bottom: 50px;
}
.page_menu {
    /*position: absolute;*/
    left: 0;
    right: 0;
    max-width: 850px;
    margin: 0;
    text-align: center;
}
/*.on .page_menu {
    margin: 0;
}
.on .row {
    justify-content: space-between;
}*/
/*.page_menu .menu li:first-of-type {
    display: none;
}
.page_menu .menu li:first-of-type img {
    max-width: 60px;
    margin: 0 auto;
}*/
.menu .items {
    text-align: center;
}
.page_menu .menu li {
    position: relative;
    display: inline-block;
    margin-right: 0;
}
.page_menu .menu li:last-of-type {
   
}
.page_menu .menu li a {
    font-size: 13px;
    text-transform: lowercase;
}
.on .page_menu .menu li a {
    color: #000 !important;
}
/*.header-content .stroke ul li:after, .header-content .on .stroke ul li:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    content: '.';
    color: transparent;
    background: #b18b02;
    opacity: 0;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}*/
.header-content .stroke ul li:hover:after, .header-content .stroke ul li.active:after {
    opacity: 1;
}
.header-content .stellarnav {
    width: auto;
    /*margin-top: -10px;*/
}
.header-content .stellarnav>ul>li>a {
    padding: 0;
}
.header-content .stellarnav li.has-sub>a:after {
    border-top: 0;
    margin-left: 0;
}
.header-content .stellarnav.dark {
    background: transparent;
}
.header-content .stellarnav.mobile.dark ul {
    background: #fff;
}
.header-content .stellarnav ul ul {
    background: #fff !important;
    padding: 15px;
    top: 32px;
}
.header-content .stellarnav ul ul li {
    padding: 0 !important;
}
.header-content .stellarnav li li {
    padding-right: 0;
}
.header-content .stellarnav li li a {
    padding: 0;
    color: #111518 !important;
}
.header-content .stellarnav li li:first-of-type a {
    padding-top: 0 !important;
}

.header-content .stellarnav li li a:after {
    display: none;
}
.stellarnav .icon-close:after, .stellarnav .icon-close:before {
    width: 15px !important;
    border-bottom: solid 2px #fff !important;
}
.header-content .stellarnav li li a:hover {
    color: #EE4B2B;
}
.r-bot .h-menu li a:hover {color: #EE4B2B;}
.header-content .stellarnav.desktop li.has-sub a {
    padding-right: 0;
}
.header-content .stellarnav.dark .menu-toggle span.bars span {
    background: #fff;
    width: 35px;
    height: 3px;
    border-radius: 0;
    margin-bottom: 6px;
}
.on .stellarnav.dark .menu-toggle span.bars span {
    background: #000 !important;
}
.stellarnav .menu-toggle {
    /*position: absolute !important;
    right: 0;
    margin-top: -57px;
    padding: 0 !important;*/
}
.header-content .stellarnav.dark .icon-close:after, .header-content .stellarnav.dark .icon-close:before {
    border-color: #000 !important;
}
.on .stellarnav .menu-toggle span.bars {
    margin-right: 0;
}
.header-content .stellarnav.dark .menu-toggle span.bars span:last-of-type {
    margin-bottom: 0 !important;
}
/*.page_menu a.menu-toggle:last-of-type, .menu a.close-menu:last-of-type {
    display: none !important;
}*/
.hdr .btn {
    color: #fff;
	padding: 13px 20px !important;
    cursor: pointer;
    display: block;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-transform: capitalize;
    background: transparent;
    border: 2px solid #fff;
	transition: all .4s;
}
.hdr .btn:hover {
	background: #fff;
	color: #000 !important;
}
.r-top .f-row {
    background: #f3f3f3;
    font-size: 13px;
    font-weight: 900;
    border-radius: 5px;
    padding: 5px 15px 5px 5px;
    margin-right: 15px;
}
.r-top .pin {
    max-width: 100%;
    padding-right: 10px;
}
.r-top {
    font-size: 12px;
    justify-content: right;
}
/*.r-bot .h-menu {
    margin-right: 15px;
}*/
.r-bot .h-menu li {
    display: inline-block;
    padding-right: 50px;
}
.r-bot .h-menu li:last-of-type {
    padding-right: 0 !important;
}
.r-bot .h-menu li a {
   color: #fff !important;
   font-size: 14px;
   font-weight: 500;
   text-transform: capitalize;
}
.r-bot .h-menu li:nth-of-type(1) a:hover, .r-bot .h-menu li:nth-of-type(2) a:hover {
    color: #fb0000 !important;
}
.r-top .hsm li {
    font-size: 20px;
    padding: 0 20px; 
}
.hdr .btn {
    margin-top: 0;
}
.h-row {
    border-bottom: 1px solid #fff;
    padding: 20px 0;
}
.h-row .col-1 {
    padding: 0;
}
.h-row .col-2 {
}
.h-row .i-row {
    justify-content: center;
}
.h-row .r-top {
    margin-bottom: 18px;
}
.hsm li {
    position: relative;
}
.db {
    opacity: 0;
}
.hdr .sc {
     padding: 13px 20px;
     background: #000;
}

/*========HOMEPAGE(TRAINING)========*/
.rw-11 .row {
    background: #1b1b1b;
    padding: 35px;
    border-radius: 12px;
}
.rw-11 p {
    font-size: 18px;
    font-style: italic;
    padding-top: 30px;
}
.rw-11 .m-log {
	width: 100%;
    max-width: 350px;
}
.rw-11 ul li {
	font-size: 20px;
	font-weight: 500;
	padding-bottom: 20px;
}
.rw-11 ul li a {
	color: #ff0000;
	border-bottom: 1px solid;
}
.rw-11 .spr {
	border-top: 1px solid;
	padding: 35px 0 0;
	margin: 35px 0 0;
}

/*----Splash-Screen----*/
#splash {
    padding: 0;
}
.rw-1 .col-1 {
    width: 50%;
    margin-right: 3%;
    background: #1b1b1b;
    border-radius: 12px;
    padding: 35px;
}
.rw-1 .col-2 {
    width: 47%;
}
.rw-1 h4 {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    background: #241feb;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 15px;
    margin: 0;
}
.rw-1 h1 {
    font-size: 40px;
    line-height: 1.1;
    margin: 25px 0;
}
.abt .img-block {
    padding-top: 100%;
}

.rw-1 .img-block img {
	border-radius: 12px;
}
.slick-dots {
list-style: none;
padding: 0;
margin: 0;
position: absolute !important;
bottom: 120px;
left: auto;
right: 180px;
z-index: 9;
background: transparent;
padding: 10px;
}
.slick-dots li {
display: inline-block;
margin-left: 7px;
}
.slick-dots li:first-of-type {
margin-left: 0;
}
.slick-dots li:first-child {
margin-left: 0;
}
.slick-dots li button {
width: 35px;
height: 4px;
display: block;
font-size: 0;
line-height: 0;
padding: 0;
border: 0;
background: #fff;
border-radius: 5px;
cursor: pointer;
transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
}
.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button {
outline: none;
background-color: #241feb;
}

/*========INTRO========*/
.int .overlay-1:before {
    background: #fff;
    opacity: .8;
    /*background-image: linear-gradient(to top, transparent 10%, rgba(255, 255, 255, 0.9) 100%);*/
}
.int .col-1 {
    width: 19%;
    order: 3;
}
.int .col-1 .cnt {
    position: relative;
    right: 50px;
    z-index: 1;
}
.int .col-1 .blk {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    z-index: 2;
}
.int .blk h5 {
    color: #241feb;
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 5px;
}
.int .blk p {
    font-size: 25px;
    font-weight: 600;
}
.int .col-1 .blk:nth-of-type(2) {
    margin: 15px 0;
}
.int .col-2 {
    width: 44%;
    order: 2;
    margin: 70px 0 0 2%;
    position: relative;
}
.int .circ {
    position: absolute;
    bottom: 25px;
    z-index: 1;
    left: -85px;
    max-width: 100%;
}
.int .col-3 {
    width: 35%;
    order: 1;
    padding-right: 50px;
    align-self: flex-start;
}
.int .col-3 h2 {
    padding-bottom: 30px;
}
.int:before {
    opacity: .7;
}
.int p {
    padding-bottom: 30px;
}
.int p:last-of-type {
    padding-bottom: 0;
}
.int .img-block {
    padding-top: 560px;
}
.int .ht-1 {
    color: #241feb;
    font-size: 100px;
    position: relative;
    display: block;
    margin-top: -80px;
}
.int .cnt h3 {
    font-size: 20px;
    font-weight: 600;
    padding: 15px 0;
}
.h-txt {
    max-width: 620px;
}

/*========SIGN UP========*/
.sup .col {
    width: 48.5%;
}
.sup .col-1 {
	margin-right: 3%;
}
.sup .col {
    background: #1b1b1b;
    border-radius: 12px;
    padding: 30px;
}
.sup h3 {
	font-size: 32px;
    padding-bottom: 20px;
}
.sup .wpforms-field {
	width: 50%;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
.sup .wpforms-field-label {
	color: #fff !important;
}
.wpforms-field-container {
	display: flex;
	flex-wrap: wrap;
}
.sup .wpforms-field-medium {
	width: 100%;
	max-width: 100% !important;
}
.sup .wpforms-container {
	margin: 0 !important;
}
.sup .col-1 ul {
	list-style-type: disc !important;
	padding-left: 15px !important;
}
.sup .col-1 ul li {
	padding-bottom: 15px;
}
.sup .wpforms-submit-container {
	padding-left: 5px;
}
.sup .col-1 p {
	font-size: 20px;
	font-weight: 600;
}
.sup .col-1 a {color: #fb0000;}
.sup .wpforms-submit {
	font-weight: 600;
	background: #fff !important;
	color: #000 !important;
	border: 2px solid #fff !important;
	border-radius: 10px;
	transition: all .4s;
}
.sup .wpforms-submit:hover {
	color: #fff !important;
    background: transparent !important;
}
.sup #wpforms-33-field_1-container {
	width: 100% !important;
}

/*========FOOTER========*/
.ft-top {
    border-top: 1px solid #fff;
    padding-top: 20px;
}
.ft-logo {
    max-width: 150px;
}
/*.ftr .col:first-of-type {
    width: 40%;
}
.ftr .col {
    width: 20%;
}*/
.ftr .l-txt {
    padding-left: 30px;
}
.ftr .col .l-txt h4 {
	font-size: 20px;
   background: -webkit-linear-gradient(#fcf6eb, #775c16);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ftr .col h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px;
	text-transform: uppercase;
}
.ftr .col p {
    font-size: 15px;
    font-weight: 500;
}

.ft-links li {
	padding-top: 15px;
}

.ft-links li a {
	font-size: 15px;
	color: #fb0000;
	border-bottom: 1px solid;
}

.youtube-embed {
  position: relative;
  padding-bottom: 56%;
  width: 100%;
  text-align: left;
}

.youtube-embed iframe {
  width: 100%;
  position: absolute;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.svr ul {
	list-style-type: disc !important;
	padding-left: 15px !important;
}

.svr ul li, .svr ol li {
	padding-bottom: 15px;
}
.svr h3 {
	padding: 15px 0 20px;
}
.svr ol {
	list-style-type: numbers !important;
	padding-left: 15px !important;
}

.s-list {
	font-weight: 600;
	list-style-type: disc !important;
    display: inline-block;
    text-align: left;
}
.wcu .s-list {
	padding: 20px 0 0;
	display: flex;
	flex-flow: column;
    justify-content: center;
    align-items: center;
	text-align: center !important;
}
.wcu p {
	padding-top: 15px;
}
.wcu h3 {
	padding: 20px 0;
}
.l-1 {
	margin: 20px 0 30px !important;
}

.sup .col-1 .cfs {
	border-bottom: 1px solid;
}

/*========MEDIA-QUERIES========*/
/*@media only screen and (min-width:1920px) {
    .container {
        max-width: 1600px;
    }
}
@media only screen and (min-width:1680px) and (max-width:1919px) {
    .container, .header-content {
        max-width: 1530px;
    }
 
}
@media only screen and (min-width:1600px) and (max-width:1679px) {
    .container{
        max-width: 1400px;
    }
}
@media only screen and (min-width:1500px) and (max-width:1599px) {
    .container{
        max-width: 1300px;
    }
}
@media only screen and (min-width:1366px) and (max-width:1499px) {
    .container {
        max-width: 1250px;
    }
}*/
@media only screen and (max-width:1660px) {
 .qte-1 .c-txt {
    top: -40px;
    left: 10px;
 }
}
@media only screen and (max-width:1200px) {
.int .col-3 {
    padding-left: 40px;
}
.int .ht-1 {
    font-size: 50px;
}
.int .col-1 h3 {
    font-size: 18px;
}
.int .col-1 p {
    font-size: 13px;
}
.int .img-block {
    padding-top: 400px;
}
.frm-1 .cd {
    padding: 40px;
}
.ft-top .col {
    width: 50%;
    margin-bottom: 20px;
}
.qte-1 .col-2 {
    padding: 40px;
}
.rw-1 h1 {
    font-size: 45px;
}
}
@media only screen and (max-width:1040px) {
 
}
@media only screen and (max-width:992px) {
.ft-top .i-col, .int .col, .svr-1 .col, .tst .col, .rw-6 .i-col, .sup .col, .rw-1 .col {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .int .col-3 {
    padding: 30px 0 0;
  }
  .sec .h-txt {
    text-align: center;
    max-width: 100%;
  }
  .int .img-block {
    padding-top: 100%;
    max-width: 550px;
    margin: 0 auto;
  }
  .int .col-1 .cnt {
    right: auto;
    bottom: -30px;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    padding: 15px;
  }
  .int .cnt h3 {
    padding: 10px 0;
  }
  .int h2 {
    margin-bottom: 0 !important;
  }
  .int .row {
    margin-top: 10px;
  }
  .int .ht-1 {
    margin-top: 0;
  }
  .svr-1 .row-1 {
    text-align: center;
    justify-content: center;
  }
  .svr-1 .col-2 {
    padding-top: 15px;
  } 
  .svr-1 .col-2 .btn {
    margin: 25px auto 0;
  }
  .tst .col-2 {
    margin-top: 0px;
  }
  .tst .avt-row {
    justify-content: center;
  }
  .tst .slick-dots {
    top: auto;
    bottom: -50px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
  }
  .tst .slick-arrow {
    display: none !important;
  }
  .tst .rev-txt {
    padding: 30px;
  }
  .tst .rev-txt p, .int .col-3 {
    text-align: center;
  }
  .int .col-3 .btn {
    margin: 20px auto 0;
  }
  .qte-1 .col-2 p {
    font-size: 20px;
  }
  .h-row .r-top {
    display: none;
  }
  .r-bot .h-menu li {
    padding-right: 0 !important;
  }

  .rw-1 h1 {
    font-size: 40px;
  }
  .stellarnav .menu-toggle span.bars {
    margin-right: 0 !important;
  }
  .int .col-2 {
    margin: 50px 0 20px;
  }
  .int .col-1 .cnt {
    bottom: 0;
  }
  .int .circ {
    display: none;
  }
  .rw-6 .col-1 {
    padding-right: 0;
  }
  .rw-6 .i-col-1 img {
    margin: 0 auto 20px;
  }
  .r-bot .h-menu li a {
    color: #000 !important;
  }
	#sticky {
		position: relative;
	}
	.sup .col-1 {
		margin-bottom: 30px;
	}
	.hdr .btn { 
	     border: 2px solid #000 !important;	
	}
	.rw-1 .col-1 {
		padding: 25px;
	}
	.r-bot .h-menu li {
	margin-left: 25px;
	}
	.r-bot .h-menu li:nth-of-type(1) a, .r-bot .h-menu li:nth-of-type(2) a {
		padding-left: 0 !important;
	}
}
@media only screen and (max-width:850px) {
.c-row .i-col, .rw-1 .col, .rw-7 .col {
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
}
 .sec h2 {
    font-size: 30px;
 }
 .sp-txt {
    padding: 30px 20px;
    text-align: center;
 }
 .sp-txt p {
    font-size: 18px;
 }
 .svr-11 .col {
    width: 50%;
 }
 .svr-11 h3 {
    font-size: 28px;
 }
 .svr-11 .col-2 {
    padding: 30px;
 }
 .c-row .i-col-2 {
    padding-left: 0;
 }
 .c-row .i-txt h2 {
    font-size: 30px;
    margin: 0 !important;
 }
 .c-row .i-txt h3 {
    font-size: 20px;
    margin: 20px 0 15px;
 }
 .c-row .i-col-2 {
    margin-top: 25px; 
 }

 .rw-1 .col-1 {
    order: 2;
 }
 .max-gap {
    margin: 40px 0 0;
 }
 .h-row .col-1 {
    padding: 0;
 }
 .hdr .btn {
    font-size: 14px;
    padding: 10px 15px;
 }
 .rw-1 .col-1 {
    text-align: center;
    padding-top: 40px;
 }
 .sec {
    /*text-align: center;*/
 }
 .sp-bot .row li {
    width: 49%;
 }
 .sp-bot .row li:nth-of-type(3n+3) {
   margin-right: auto;
 }
 .sp-bot .row li:nth-of-type(2n+2) {
   margin-right: 0;
 }
 .rw-7 .col-2 img {
    margin: 40px auto 0;
 }
	.mid-gap {
		margin: 35px 0 0;
	}
	.rw-1 h1 {
		font-size: 25px;
	}
}
@media only screen and (max-width:768px) {
.ft-top .col, .svr-11 .col { 
   width: 100% !important;
   margin-left: 0 !important;
   margin-right: 0 !important;
}
.svr-1 .i-col:last-of-type {
    margin-bottom: 0;
}
.svr-1 .i-col, .ft-top .col, .ft-menu, .alt-11 .banner-text {
    text-align: center;
}
.ft-top .btn {
    margin: 0 auto;
} 
.ft-top .r-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.alt-11 h1 {
    font-size: 30px;
}
.alt-11 .btn {
    margin: 25px auto 0;
}
.svr-11 .row:nth-of-type(even) .col-1 {
    order: 0;
}
.ftr .i-row {
    display: block;
    justify-content: center;
}
.ftr .l-txt {
    padding-left: 0;
}
.ft-logo img {
    margin: 0 auto 20px;
}
	.lf .spn {
		font-size: 25px;
	}
	.lf .spn br {
		display: block;
	}
	.wcu .s-list li {
		font-size: 16px;
	}
}
@media only screen and (max-width:650px) {
.sp-bot .row li, .sup .wpforms-field { 
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
} 
.sp-bot .row li:last-of-type { 
  margin-bottom: 0;
}
.rw-4 .img-block img {
    margin: 0 auto;
}
.rw-4 .cap, .rw-5 .i-txt {
    text-align: center;
}
	.sup .wpforms-field {
		border: 0 !important;
	}	
	.lf .spn {
		font-size: 17px !important;
	}
}



