/* ===================================
    About
====================================== */

/*
    Theme Name: MegaOne
    Theme URI:
    Author: Themes Industry
    Author URI:
    Description: One Page Parallax Template
    Tags: one page, multipurpose, parallax, creative, html5
*/

/* ===================================
    Table of Content
====================================== */

/*  - Fonts
    - General
    - Social Icon Hover
    - Header And Navigation
    - Slider
    - About
    - Work
    - Clients
    - Price
    - Blog
    - Contact
    - Footer
    - Loader
    - Media Queries   */

/* ===================================
    Google fonts
====================================== */
   /*      @font-face {
            font-family: 'Raleway';
            src: url('/local/templates/shcool/font/BebasNeueBold.eot');
            src: local('Raleway Bold'), local('BebasNeueBold'),
                url('/local/templates/shcool/font/BebasNeueBold.eot?#iefix') format('embedded-opentype'),
                url('/local/templates/shcool/font/BebasNeueBold.woff2') format('woff2'),
                url('/local/templates/shcool/font/BebasNeueBold.woff') format('woff'),
                url('/local/templates/shcool/font/BebasNeueBold.ttf') format('truetype');
            font-weight: bold;
            font-style: normal;
        }

        @font-face {
            font-family: 'Raleway';
            src: url('/local/templates/shcool/font/BebasNeue-Thin.eot');
            src: local('Raleway Thin'), local('BebasNeue-Thin'),
                url('/local/templates/shcool/font/BebasNeue-Thin.eot?#iefix') format('embedded-opentype'),
                url('/local/templates/shcool/font/BebasNeue-Thin.woff2') format('woff2'),
                url('/local/templates/shcool/font/BebasNeue-Thin.woff') format('woff'),
                url('/local/templates/shcool/font/BebasNeue-Thin.ttf') format('truetype');
            font-weight: 100;
            font-style: normal;
        }

        @font-face {
            font-family: 'Raleway';
            src: url('/local/templates/shcool/font/BebasNeueLight.eot');
            src: local('Raleway Light'), local('BebasNeueLight'),
                url('/local/templates/shcool/font/BebasNeueLight.eot?#iefix') format('embedded-opentype'),
                url('/local/templates/shcool/font/BebasNeueLight.woff2') format('woff2'),
                url('/local/templates/shcool/font/BebasNeueLight.woff') format('woff'),
                url('/local/templates/shcool/font/BebasNeueLight.ttf') format('truetype');
            font-weight: 300;
            font-style: normal;
        }

        @font-face {
            font-family: 'Raleway Book';
            src: url('/local/templates/shcool/font/BebasNeueBook.eot');
            src: local('Raleway Book'), local('BebasNeueBook'),
                url('/local/templates/shcool/font/BebasNeueBook.eot?#iefix') format('embedded-opentype'),
                url('/local/templates/shcool/font/BebasNeueBook.woff2') format('woff2'),
                url('/local/templates/shcool/font/BebasNeueBook.woff') format('woff'),
                url('/local/templates/shcool/font/BebasNeueBook.ttf') format('truetype');
            font-weight: normal;
            font-style: normal;
        }

        @font-face {
            font-family: 'Raleway';
            src: url('/local/templates/shcool/font/BebasNeueRegular.eot');
            src: local('Raleway Regular'), local('BebasNeueRegular'),
                url('/local/templates/shcool/font/BebasNeueRegular.eot?#iefix') format('embedded-opentype'),
                url('/local/templates/shcool/font/BebasNeueRegular.woff2') format('woff2'),
                url('/local/templates/shcool/font/BebasNeueRegular.woff') format('woff'),
                url('/local/templates/shcool/font/BebasNeueRegular.ttf') format('truetype');
            font-weight: normal;
            font-style: normal;
        }



.font-primary {
    font-family: 'Raleway', sans-serif;
}
.font-secondary {
    font-family: 'Raleway Book', sans-serif;
}*/

@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');

/* ===================================
    General
====================================== */
body {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    color: #666666;
    font-weight: 100;
    line-height: 26px;
    letter-spacing: 0.5px;
    /*overflow-x: hidden;*/
    /*background-color: #202020;*/
    -webkit-font-smoothing: antialiased;
}
.bg-dark1{
    background: url('/bitrix/templates/school/images/bg-1.jpg');
    /*background-size: cover;*/
}
.bg-dark2{
    background: url('/bitrix/templates/school/images/bg-2.jpg');
    /*background-size: cover;*/
}


ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
section, .section-padding {position: relative; padding: 7.5rem 0;}

.portfolio-padding {
    padding: 7.5rem 0 4rem;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1;
    margin: 0px 0px 30px 0px;
}
h1 {
    font-size: 36px;
}
.h1 {
    font-size: 2.5rem;
}
h2 {
    font-size: 2.2rem;
}
h1 a{
    color:#555555;
}
p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #202020;
    opacity: .8;
}
.line-height-heading {
    line-height: 1.2;
}
.line-height-normal {
    line-height: normal;
}
.line-height-17px {
    line-height: 17px;
}
.line-height-25px {
    line-height: 25px;
}
.line-height-35px {
    line-height: 35px;
}
img {
    max-width: 100%;
}
/* Width */

.w-71 {
    width: 71% !important;
}
.w-73 {
    width: 73% !important;
}
.w-77 {
    width: 77% !important;
}
.w-82 {
    width: 82% !important;
}
.w-87 {
    width: 87% !important;
}
.w-93 {
    width: 93% !important;
}
.w-265 {
    max-width: 265px;
}
.va-middle {
    vertical-align: middle;
}
.overflow-visible {
    overflow: visible;
}
a, a:active, a:focus, a:hover {
    text-decoration: none !important;
    outline: none;
}
a:focus, a:hover {
    color: #212622;
}
a, *::before, *::after, img, span, input, button, .navbar, .fixedmenu, .tp-bullet, .owl-dot, .owl-prev, .owl-next {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
i::before, i::after {
    -webkit-transition: all .0s ease;
    -o-transition: all .0s ease;
    transition: all .0s ease;
}
a.vk_hover:focus, a.vk_hover:hover .vk_hover {
    color:#0077FF !important;
}
/* transition none */
.no-transition *{transition-timing-function:initial; -moz-transition-timing-function:initial; -webkit-transition-timing-function:initial; -o-transition-timing-function:initial; -ms-transition-timing-function:initial; transition-duration: 0s; -moz-transition-duration: 0s; -webkit-transition-duration: 0s; -o-transition-duration: 0s; -ms-transition-duration: 0s;}
.no-animation {animation: none !important;}
.no-transform {transform: none !important;}
::-webkit-scrollbar-track {background-color: #e9edf0;border-left: 1px solid #ededed;}
::-webkit-scrollbar {width: 7px;background-color:  #fde268;}
::-webkit-scrollbar-thumb {background: #fde268;}

.pt-10px {
    padding-top: 10px;
}
.pt-15px {
    padding-top: 15px;
}
.pt-20px {
    padding-top: 20px;
}
.pt-60px {
    padding-top: 60px;
}
.pb-60px {
    padding-bottom: 60px;
}
.pb-10px {
    padding-bottom: 10px;
}
.pb-20px {
    padding-bottom: 20px;
}
.pb-40px {
    padding-bottom: 40px;
}
.pb-140px {
    padding-bottom: 140px;
}
.pl-2rem {
    padding-left: 2rem;
}
.pt-7rem {
    padding-top: 7rem;
}
.pb-7rem {
    padding-bottom: 7rem;
}
.p-7rem {
    padding: 7rem 0;
}
.p-half {
    padding: 3.75rem 0;
}
.pt-half {
    padding-top: 3.75rem;
}
.pb-half {
    padding-bottom: 3.75rem;
}
.mt-7rem {
    margin-top: 7rem;
}
.mb-7rem {
    margin-bottom: 7rem;
}
.mt-5px {
    margin-top: 5px;
}
.mt-10px {
    margin-top: 10px;
}
.mb-10px {
    margin-bottom: 10px;
}
.mt-15px {
    margin-top: 15px;
}
.mb-15px {
    margin-bottom: 15px;
}
.mt-20px {
    margin-top: 20px;
}
.mb-20px {
    margin-bottom: 20px;
}
.mt-25px {
    margin-top: 25px;
}
.mb-25px {
    margin-bottom: 25px;
}
.mt-30px {
    margin-top: 30px;
}
.mb-30px {
    margin-bottom: 30px;
}
.mt-35px {
    margin-top: 35px;
}
.mb-35px {
    margin-bottom: 35px;
}
.mt-40px {
    margin-top: 40px;
}
.mb-40px {
    margin-bottom: 40px;
}
.mt-50px {
    margin-top: 50px;
}
.mb-50px {
    margin-bottom: 50px;
}
.mt-80px {
    margin-top: 80px;
}
.mt-105px {
    margin-top: 105px;
}
.mt-66px {
    margin-top: 66px;
}
.mt-750rem {
    margin-top: .75rem !important;
}
.mt-130rem {
    margin-top: 1.30rem !important;
}
.mb-175rem {
    margin-bottom: 1.75rem !important;
}
.mb-2rem {
    margin-bottom: 2rem !important;
}
.br-5px{
    border-right:5px solid #ffffff;
}
.v-center {
	align-items: center;
	justify-content: center;
}
.br-10 {
	border-radius: 10px;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.big {
	font-size: 24px;
}
.yell_link {
	color: #222222;
	font-weight:400;
	text-transform: uppercase;
}
.white_link {
    	color: #ffffff;
}
a.vk_hover:focus, a.vk_hover:hover .vk_hover {
    color:#0077FF;
}
.yell_link:hover{
	color:  #fde268;
	text-decoration: none;
}
.heading-space {
    margin-bottom: 4.125rem;
}
.heading-space-half {
    margin-bottom: 2rem;
}
/* center block */
.center-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.content iframe {
	max-width: 560px;
	border-radius: 20px;
}
.content ul {
	margin: 20px;
}
.content ul li	{
	list-style-type: circle;
	padding:0px;
	}
.content ol li {
 list-style-type: decimal;
}	

.content .no_list li {
	list-style-type: none;
}
.content .no_list{
	margin: 0px;
	padding: 0px;
}
.content .li_tic {
	margin: 20px 0px;
	padding: 0px;
}
.content .li_tic li {
	list-style-type: none;
	background: url('/bitrix/templates/second/images/li.svg') no-repeat left center;
	background-size: 20px;
	padding: 5px 0px 5px 30px;
	}
#google-map {
    height: 400px;
    width: 100%;
}
.col-map #google-map {
    height: 409px;
}
.h-100vh {
    min-height: 100vh !important;
}
.hidden {
    visibility: hidden !important;
}
.map {
    background: url("/bitrix/templates/school/images/map.jpg");
}

.heading-para-setting {
    max-width: 950px;
    margin: 0 auto;
}
.fullscreen{
    height: 100vh !important;
    width: 100%;
}
.half-section{
    width: 100%;
}
.half-section {
    position: relative;
    overflow: hidden;
}

.content-setting {
    
    font-weight: 300;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}

/* hover on images */
.hover-effect::before,
.hover-effect::after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1.3s !important;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s !important;
}
.hover-effect::before {
    right: 0;
    opacity: 1;
    top: 0;
}
.hover-effect::after {
    bottom: 0;
    opacity: .7;
    left: 0;
}
.hover-effect:hover::after, .hover-effect:hover::before {
    height: 100%;
    opacity: 0;
    width: 100%;
}
.text-center {
    text-align:center !important;
    width:100%;
    }

/* img wrap */
.image {
    overflow: hidden;
}
a.image{
    display: block;
}
.image img {
    width: 100%;
    height: 100%;
    display: block;
}
.image, .image img {
    position: relative;
}
.split-blog-scale img {
    transform: scale(1);
    transition: 1s;
}
.split-blog-scale:hover img {
    transform: scale(1.2);
}
/* background color */
.bg-light-gray {
    background-color: #f9f9f9;
}
.bg-light-gray2 {
    background-color: #efefef;
}
.bg-light-gray3 {
    background-color: #f2f2f2;
}
.bg-yellow, .hvr-bg-yellow:hover {
    background-color:  #fde268;
    color: #0c2933;
}
.bg-pink, .hvr-bg-pink:hover  {
    background-color: #e57bff;
}
.bg-blue, .hvr-bg-blue:hover {
    background-color: #84a1d2;
}
.bg-gray, .hvr-bg-gray:hover {
    background-color: #a8a8a8;
}

.bg-black {
    background-color: #212622;
}
.bg-black2 {
    background-color: #262626;
}
.bg-black3 {
    background-color: #19283e;
}
.bg-white2 {
    background-color: #202020;
}
.transparent-bg {
    background-color: transparent;
}
.bg-dark {
    background-color: #1d1d21 !important;
}

/* overlay */
.overlay {
    background-color:  #fde268;
    opacity: 0.75;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    position: absolute;
    visibility: hidden;
    z-index: 98;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
/* overlay-setting */
.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* opacity */
.opacity-1 { opacity: .1; }
.opacity-2 { opacity: .2; }
.opacity-3 { opacity: .3; }
.opacity-4 { opacity: .4; }
.opacity-5 { opacity: .5; }
.opacity-6 { opacity: .6; }
.opacity-7 { opacity: .7; }
.opacity-8 { opacity: .8; }
.opacity-9 { opacity: .9; }

/* z-index */
.z-index-1 { z-index: 1; }

/* text-color */
.color-black { color: #212622; }
.color-grey { color: #535353; }
.color-light-grey {color: #6f6f6f;}
.color-light-grey2 {color: #a5a5a5;}
.color-vlight-grey { color: #8c8c8c;}
.color-vlight-grey2 {color: #ebebeb;}
.color-white {color: #ffffff;}
.color-light-gw {color: #f7f7f7;}
.color-yellow, .hover-yellow:hover {color:  #fde268 !important;}
.color-pink {color: #e57bff;}
.color-blue {color: #84a1d2;}
.text-black { color: #212622;}
.text-yellow {color:  #fde268 !important;}

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

/* font-size */
.font-13 {font-size: 13px;}
.font-14 {font-size: 14px;}
.font-16 {font-size: 16px;}
.font-18 {font-size: 18px;}
.font-20 {font-size: 20px;}
.font-30 {font-size: 30px;}
.font-72 {font-size: 72px;}
.slider-text {font-size: 60px;}

/* font-weight */
.font-weight-100{font-weight: 100;}
.font-weight-200{font-weight: 200;}
.font-weight-500{font-weight: 500;}
.font-weight-600{font-weight: 600;}

/* owl carousel bullets */
.owl-dots .owl-dot {
    height: 11px;
    width: 11px;
    margin: 2px 10px;
    position: relative;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
}

/* border */
.border-light2 {
    border: 1px solid #e8e8e8;
}
.border-vlight {
    border: 1px solid #f8f9fa;
}

/* buttons */
.btn:hover, .btn:active, .btn:focus {
    outline: none;
    box-shadow: none;
}
button {
    cursor: pointer;
}
button:hover, button:active, button:focus {
    outline: none;
}
.btn-setting {
    padding: 9px 34px;
    width: auto;
    display: inline-block;
    font-weight: 300;
    line-height: 25px;
    font-size: 25px;
    
    text-align: center;
    -webkit-border-radius: 36px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease !important;
}
nav .btn-setting {
    font-size: 14px;
    font-weight: 300;
    padding: 5px 20px;
    width: 180px;
}
.btn-yellow {
    border-color: #fde268;
    background-color: #fde268;
    color: #0c2933;
}
.btn-green{
    border-color: #25d366;
    background-color: #25d366;
    color: #ffffff;
}
.btn-pink {
    border-color: #e57bff;
    background-color: #e57bff;
    color: #202020;
}
.btn-blue {
    border-color: #84a1d2;
    background-color: #84a1d2;
    color: #202020;
}
.btn-white {
    background-color: #202020;
    color: #212622;
}
.btn-transparent2 {
    border: 1px solid #212622;
    color: #212622;
}
.btn-transparent3 {
    color: #202020;
}
.rev_slider .btn-setting {
    border: 2px solid #acacac;
    /*box-shadow: 0 1px 4px rgba(221, 221, 221, 0.53) !important;*/
}

.btn-black {
    border-color: #202020;
    background-color: #202020;
    color: #202020;
}

.btn-transparent {
    border: 1px solid #ffffff;
    background: transparent;
}
.btn-white:hover, .btn-white:focus, .btn-transparent2:hover, .btn-transparent2:focus {
    color: #202020;
}
.btn-transparent3:hover, .btn-transparent3:focus {
    color: #212622;
}
.btn-white2:hover, .btn-white2:focus {
    color: #212622;
}

.btn-transparent-white {
    background: transparent;
    border: 1px solid !important;
    border-color: #202020;
}

.btn-hvr-up:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: -1;
}
.btn-hvr-up:hover:after, .btn-hvr-up:active:after, .btn-hvr-up:focus:after {
    height: 100%;
}
.btn-hvr-yellow:after {
    background-color:  #5c7479;
}
.btn-hvr-yellow:hover, .btn-hvr-yellow:focus {
    border-color:  #fde268;
    color: #202020;
}
.btn-hvr-yellow:focus, .btn-hvr-pink:focus, .btn-hvr-blue:focus, .btn-hvr-whatsapp:focus {
    color: #202020;
}
.btn-hvr-pink:after {
    background-color: #e57bff;
}
.btn-hvr-pink:hover, .btn-hvr-pink:focus {
    border-color: #e57bff;
    color: #202020;
}
.btn-hvr-blue:after {
    background-color: #84a1d2;
}
.btn-hvr-blue:hover, .btn-hvr-blue:focus {
    border-color: #84a1d2;
     color: #202020;
}
.btn-hvr-white:after {
    background-color: #d2dbaa;
}
.btn-hvr-white:hover, .btn-hvr-white:focus {
    border-color: #ffffff;
}
.btn-hvr-whatsapp:after {
    background-color: #25d366;
}
.btn-hvr-whatsapp:hover, .btn-hvr-whatsapp:focus {
    border-color: #25d366;
    color: #202020;
}
/* border radius */
.radius-small {
    border-radius: 4px;
}
.radius-0 {
    border-radius: 0 !important;
}
.container.radius {
    border-radius: 36px;
}
.header-appear .container.radius {
    border-radius: 0;
}

/* ===================================
   Social Icon Hover
====================================== */
/*icon bg hover */
.facebook-bg-hvr:hover{background:#4267B2 !important;color: #fff !important; border: 1px solid transparent !important;}
.twitter-bg-hvr:hover{background:#1DA1F2 !important;color: #fff !important; border: 1px solid transparent !important;}
.instagram-bg-hvr:hover{background:#C32AA3 !important;color: #fff !important; border: 1px solid transparent !important;}
.linkedin-bg-hvr:hover{background:#0077B5 !important;color: #fff !important; border: 1px solid transparent !important;}
.pinterest-bg-hvr:hover{background:#BD081C !important;color: #fff !important; border: 1px solid transparent !important;}
.google-bg-hvr:hover{background:#DB4437 !important;color: #fff !important; border: 1px solid transparent !important;}

/*icon text hover */
.facebook-text-hvr:hover{color:#4267B2 !important;}
.twitter-text-hvr:hover{color:#1DA1F2 !important;}
.instagram-text-hvr:hover{color:#C32AA3 !important;}
.linkedin-text-hvr:hover{color:#0077B5 !important;}
.pinterest-text-hvr:hover{color:#BD081C !important;}
.google-text-hvr:hover{color:#DB4437 !important;}

/* ===================================
          Top Header section
====================================== */
.top-header{
    padding-top: 20px;
    padding-bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 11;
}
.top-header .slider-social{
    margin-left: 20px;
}
.top-header .slider-social li a i{
    font-size: 14px;
}
.top-header .btn-setting {
    padding: 4px 20px;
    font-size: 14px;
}

/* ===================================
    Header & Navigation
====================================== */

/* menu bars */
.menu-lines {
    transform: rotateY(180deg);
}
.menu-bars-setting {
    /*position: absolute;*/
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    /*top: 40px*/
}
.menu-bars-setting2 {
    position: absolute;
    right: 20px;
}
.menu-inner {
    position: relative;
    right: 0;
    margin-left: 1rem;
}
.menu_bars, .menu_bars2 {
    padding: 5px;
    width: 38px;
    cursor: pointer;
    z-index: 1;
}
.menu_bars2 {
    height: 36px;
    position: absolute;
}
.menu_bars span, .menu_bars2 span {
    background: #fff;
    width: 30px;
    height: 2px;
    display: block;
}
.menu_bars2 span {
    height: 1px;
}
.transparent-bg .menu_bars span, .menu-outer.menu_bars span {
    background: #ffffff;
}
.transparent-bg.black .menu_bars span, .just-menu .menu_bars span {
    background: #212622;
}
.navbar .menu-btn{
    display: none;
}

.header-appear .menu_bars span, .header-appear .menu-outer.menu_bars span, .header-appear .just-menu .menu_bars span, .just-menu.black .menu_bars span {
    background: #fff;
}
.menu_bars, .menu_bars span, .menu_bars2, .menu_bars2 span{
    -webkit-transition: 300ms linear all;
    -o-transition: 300ms linear all;
    transition: 300ms linear all;
}

.menu_bars span:nth-child(1) {
    width: 30px;
}
.menu_bars span:nth-child(2) {
    width: 30px;
    margin: 6px auto;
}
.menu_bars span:nth-child(3) {
    width: 30px;
}
.menu_bars:hover span:nth-child(2) {
    width: 30px;
}

.menu_bars2 span:nth-child(2) {
    display: none;
}
.menu_bars2 span:nth-child(1), .menu_bars2 span:nth-child(3) {
    width: 30px;
    top: 20px;
    position: absolute;
    left: 5px;
    margin-top: -1px;
}
.menu_bars2 span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu_bars2 span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.menu_bars2.active {
    position: fixed;
    top: 1.5rem;
    right: 1.5rem;
}
/* logo */
.logo {
    max-width: 140px;
}
.logo img {
    vertical-align: middle;
}

.logo-full {
    display: inline-block;
    width: 200px;
}
.logo-full img{
    width: 100%;
}

.navbar .logo-default,.navbar .nav-btn-number{
    opacity: 0;
}
.header-appear .logo-default, .header-appear .nav-btn-number {
    opacity: 1;
}

/* nav top default */
.navbar-top-default{
    position: absolute;
    top: 0;
    z-index: 99;
    height: 90px;
    width: 100%;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}
.nav-height-small {
    height: 64px;
}

.navbar-top-default .navbar-nav .nav-link {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #ffffff;
    padding: 0 0;
    margin-right: 1rem;
    margin-left: 1rem;
    
}
.header-appear .navbar-nav .nav-link:hover, .header-appear .navbar-nav .nav-link.active {
    color:  #fde268;
}
.header-appear .transparent-bg.nav-three-circles .navbar-nav .nav-link,
.header-appear .transparent-bg.nav-three-circles .navbar-nav .nav-link:hover,
.header-appear .transparent-bg.nav-three-circles .navbar-nav .nav-link.active {
    color: #212622;
}

/* Nav Three Circles Hover Effect */
.nav-three-circles .navbar-nav .nav-item .nav-link {
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    position: relative;
    display: inline;
}
.navbar-nav .nav-item{
    display: inline;
}
 .nav-item a.active{
        color:#fde268;
        font-size:20px;
        margin-left:1rem;
        margin-right:1rem;
}
 .side-menu .nav-item a.active{
        color: #fde268;
        font-size:32px;
        margin-left:1rem;
        margin-right:30px;
        padding:0 0 4px 0 !important;
        line-height: normal;
}
.nav-three-circles .navbar-nav .nav-item .nav-link::after {
    position: absolute;
    top: 80%;
    left: 50%;
    color: transparent;
    content: '•';
    text-shadow: 0 0 transparent;
    font-size: 0.5em;
    -webkit-transition: text-shadow 0.3s, color 0.3s;
    -moz-transition: text-shadow 0.3s, color 0.3s;
    transition: text-shadow 0.3s, color 0.3s;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
}
.nav-three-circles .navbar-nav .nav-item .nav-link.active::after,
.nav-three-circles .navbar-nav .nav-item .nav-link:hover::after {
    color:  #fde268;
    text-shadow: 10px 0  #fde268, -10px 0  #fde268;
}
.nav-three-circles .navbar-nav .nav-item .nav-link:hover,.nav-three-circles .navbar-nav .nav-item .nav-link.active {
    color:  #fde268;
}


.black.navbar-top-default .navbar-nav .nav-link {
    color: #212622;
}
.navbar-top-default .navbar-nav .nav-link:hover {
    color:  #fde268;
}

.header-appear .navbar-top-default {
    height: 75px;
    position: fixed;
    background: #484b59;
    -webkit-animation-name: animationFade;
    -o-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

@-webkit-keyframes animationFade {
    from { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); }
    to { opacity: 1; -webkit-transform: none; transform: none; }
}
@-o-keyframes animationFade {
    from { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); }
    to { opacity: 1; -webkit-transform: none; -o-transform: none; transform: none; }
}
@keyframes animationFade {
    from { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0);
    }
    to { opacity: 1; -webkit-transform: none; -o-transform: none; transform: none; }
}

/* nav social icons */
header .navbar-top-default .header-social {
    padding-left: 1rem;
}
header .navbar-top-default.seven-links .header-social {
    padding-left: 1rem;
    padding-right: 1rem;
}
header .navbar-top-default .header-social a {
    font-size: 14px;
    color: #212622;
    height: 36px;
    width: 37px;
    line-height: 38px;
    display: inline-block;
    text-align: center;
    margin: 0;
    border: 1px solid transparent;
    border-radius: 50%;
}
header .navbar-top-default .header-social a:hover {
    background: #ffffff;
}
header .transparent-bg.navbar-top-default .header-social a {
    color: #202020;
}
header .transparent-bg.black.navbar-top-default .header-social a {
    color: #212622;
}
header.header-appear .navbar-top-default .header-social a, header.header-appear .transparent-bg.navbar-top-default .header-social a {
    color: #212622;
}
header.header-appear .navbar-top-default .header-social a.facebook-text-hvr:hover {
    background: #4267B2;
    color: #ffffff !important;
}
header.header-appear .navbar-top-default .header-social a.twitter-text-hvr:hover {
    background: #1DA1F2;
    color: #ffffff !important;
}
header.header-appear .navbar-top-default .header-social a.linkedin-text-hvr:hover {
    background: #0077B5;
    color: #ffffff !important;
}
header.header-appear .navbar-top-default .header-social a.google-text-hvr:hover {
    background: #DB4437;
    color: #ffffff !important;
}

header.header-appear .navbar-top-default .header-social a:hover {
    background: transparent;
}
/* nav box shadow */
.nav-box-shadow {
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.15);
}

/* bottom nav */
.bottom-nav {
    height: 70px;
    top: auto;
    bottom: 0;
    border-bottom: solid 1px #2b2b2b;
}
.header-appear .bottom-nav {
    bottom: auto;
}

/* ===================================
    Side Menu
====================================== */

/* Default Right SideNav */
.side-menu {
    width: 35%;
    position: fixed;
    right: 0;
    top: 0;
    background:  #fde268;
    z-index: 1032;
    height: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    overflow: hidden;
}

.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}

/*side clode btn*/
.side-menu .btn-close {
    height: 33px;
    width: 33px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 30px;
    right: 15px;
    cursor: pointer;
}
.side-menu.before-side .btn-close{
    display: none;
}
.side-menu .btn-close::before, .side-menu .btn-close::after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 24px;
    width: 2px;
    background: #212622;
    top: 5px;
}
.side-menu .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.side-menu .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*side open btn*/

.sidemenu_btn.left {
    left: 15px;
    right: auto;
}
.sidemenu_btn span {
    height: 2px;
    width: 100%;
    background: #FFFFFF;
    display: block;
}

.sidemenu_btn span:nth-child(2) {
    margin: 4px 0;
}

.side-menu .inner-wrapper {
    padding: 3.5rem 5rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.side-menu .side-nav {
    margin-bottom: 20px;
    display: block;
}

.side-nav .navbar-nav .nav-link {
    font-family: 'Raleway', sans-serif;
    display: inline-table;
    color: #fff;
    padding: 10px 0 10px 0 !important;
    font-size: 32px;
    font-weight: 300;
    line-height: normal;
    min-height: 50px;
    position: relative;
    
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;
}
.side-nav .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    background:  #fde268;
    display: inline-block;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.side-nav .navbar-nav .nav-link:hover::after, .side-nav .navbar-nav .nav-link:focus::after, .side-nav .navbar-nav .nav-link.active::after {
    width: 100%;
}

.side-nav .navbar-nav .nav-item {
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
}
.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.side-menu p {
    font-size: 16px;
    margin-top: .5rem;
    margin-bottom: 0;
}

.side-nav .navbar-nav .nav-item {
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;
}
.side-nav .navbar-nav .nav-item:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}
.side-nav .navbar-nav .nav-item:nth-child(2){
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}
.side-nav .navbar-nav .nav-item:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
.side-nav .navbar-nav .nav-item:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}
.side-nav .navbar-nav .nav-item:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}
.side-nav .navbar-nav .nav-item:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}
.side-nav .navbar-nav .nav-item:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}
.side-nav .navbar-nav .nav-item:nth-child(8) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}
.side-nav .navbar-nav .nav-item:nth-child(9) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}

.social-icons-simple{
    margin-bottom: 0;
    margin-left: -10px;
}

.social-icons-simple li{
    display: inline-block;
}

.social-icons-simple li a  {
    display: block;
    font-size: 16px;
    height: 36px;
    line-height: 38px;
    border: 1px solid transparent;
    text-align: center;
    width: 36px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 0;
    -webkit-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
}
.social-icons-simple li a:hover{
    background-color: transparent;
}

.social-icons-simple li.animated-wrap a:hover{
    background-color: transparent;
    color: #202020;
}

/* Center SideNav */
.side-menu.center {
    width: 100%;
    position: fixed;
    bottom: 0;
    background: #818181;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    overflow-x: hidden;
}
.side-menu.center .inner-wrapper {
    text-align: center;
}
.side-menu.center .side-nav {
    margin: 0 auto 20px;
}
.side-menu.center .side-nav .navbar-nav .nav-link {
    padding: 0 0 4px 0 !important;
    margin-right: 30px;
}
/* Left SideNav */
.side-menu.left {
    left: 0; right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.side-menu.side-menu-active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.quarter-circle {
    display: inline-block;
    margin: 0;
    width: 120px;
    right: 0;
    position: absolute;
    top: 0;
    height: 120px;
    background:  #fde268;
    border-radius: 0 0 0 120px;
    z-index: 2;
}
/* ===================================
   Slider
====================================== */
.rs-beforeafter-bounce-arrows .rs-main-slider-four-rs-964-rs-beforeafter-bounce-left {
    -webkit-animation: main-slider-four-rs-964-rs-beforeafter-bounce-left 1.50s ease-in-out infinite;
    animation: main-slider-four-rs-964-rs-beforeafter-bounce-left 1.50s ease-in-out infinite;
}

.banner-overlay::after  {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.banner-overlay::after {
    background: rgba(0,0,0,.75);
}
.awaza.tp-bullets {
    z-index: 98;
}
.awaza.tp-bullets {
    left: -25px !important;
}
.awaza .tp-bullet.selected, .awaza .tp-bullet:hover {
    background:transparent;
}
#banner-main .tp-bullet, .bullet-bar .tp-bullet {
    border-radius: 36px;
}
#banner-main .tp-bullet:hover {
    background: #ffffff;
}
/* Revolution Slider Numbers Bullets */
.awaza .tp-bullet.selected .animated-wrap, .awaza .tp-bullet.selected .animated-element {
    transform: none !important;
}
.awaza .animated-wrap {
    width: 25px;
}
.awaza .tp-bullet {
    width: unset;
    height: 6px;
    position: relative;
    background:transparent;
    cursor: pointer;
    color: #212622;
}
.awaza .tp-bullet-number {
    position: relative;
    text-align: left;
}
.awaza .tp-bullet.selected:nth-child(4){
    padding-bottom: 4px;
    border-bottom: 2px solid;
}
.awaza, .tp-tabs, .tp-thumbs{
    top: 43% !important;
}
.awaza .tp-bullet .tp-count {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    position: relative;
}
.awaza .tp-count:after {
    content: '';
    border-radius: 36px;
    height: 5px;
    width: 27px;
    display: block;
    position: absolute;
    background: #ffffff;
    top: 100%;
    visibility: visible;
    opacity: 1;
}
.awaza .tp-count:before {
    content: '';
    border-radius: 50%;
    height: 5px;
    width: 5px;
    display: block;
    position: absolute;
    background: #ffffff;
    transform: translateX(-250%);
}
.awaza .tp-bullet.selected .tp-count:before, .awaza .tp-bullet.selected .tp-count:after {
    background: #e57bff;
}


/*==================================
		testimonials
==================================*/

		.shadow-effect {
		    background: #fff;
		    padding: 20px;
		    border-radius: 4px;
		    text-align: center;
			border:1px solid #ECECEC;
		    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
		}
		#customers-testimonials .shadow-effect p {
		    font-family: inherit;
		    font-size: 17px;
		    line-height: 1.5;
		    margin: 0 0 17px 0;
		    font-weight: 300;
		}
		.testimonial-name {
		    margin: -17px auto 0;
		    display: table;
		    width: auto;
		    background: #3190E7;
		    padding: 9px 35px;
		    border-radius: 12px;
		    text-align: center;
		    color: #fff;
		    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
		}
		#customers-testimonials .item {
		    text-align: center;
		    padding: 50px;
				margin-bottom:80px;
		    opacity: .2;
		    -webkit-transform: scale3d(0.8, 0.8, 1);
		    transform: scale3d(0.8, 0.8, 1);
		    -webkit-transition: all 0.3s ease-in-out;
		    -moz-transition: all 0.3s ease-in-out;
		    transition: all 0.3s ease-in-out;
		}
		#customers-testimonials .owl-item.active.center .item {
		    opacity: 1;
		    -webkit-transform: scale3d(1.0, 1.0, 1);
		    transform: scale3d(1.0, 1.0, 1);
		}
		.owl-carousel .owl-item img {
		    transform-style: preserve-3d;
		    max-width: 100%;
		}
		#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
		#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
		    background: #fde268;
		    transform: translate3d(0px, -50%, 0px) scale(0.7);
		}
		#customers-testimonials.owl-carousel .owl-dots{
			display: inline-block;
			width: 100%;
			text-align: center;
		}
		#customers-testimonials.owl-carousel .owl-dots .owl-dot{
			display: inline-block;
		}
		#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
		    background: #fde268;
		    display: inline-block;
		    height: 20px;
		    margin: 0 2px 5px;
		    transform: translate3d(0px, -50%, 0px) scale(0.3);
		    transform-origin: 50% 50% 0;
		    transition: all 250ms ease-out 0s;
		    width: 20px;
		}
		
#testimonials_descktop{
	display: none;
	background-color: #84cdca;
}

#testimonials_mob{
	display: block;
	background-color: #84cdca;
}		

/* ===================================
             feature box
====================================== */

.feature-icon {
	font-size: 40px; 
	margin-bottom: 20px; 
	max-width: 30px; 
	margin-left: auto; 
	margin-right: auto;
	}

.feature-content{
    position: relative;
}

.feature-content .feature-col{
    color: #202020;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    min-height: 240px;
    vertical-align: middle;
}
.feature-content .feature-col-1{
    color: #84cdca;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    min-height: 240px;
    vertical-align: middle;
}
#features .front .one,
#features .front .two,
#features .front .three{
  color: #84cdca;
}
#features .front .fore{
	color: #84cdca;
}

#features .back .one-1,
#features .back .two-1,
#features .back .three-1{
  color: #ffffff;
  background: #84cdca;
}

#features .back .fore-4{
	background: #e02f46;
}
#features .back .one-1 p,
#features .back .two-1 p{
  color: #ffffff;
}
#for .feature-content .feature-col {
	color: #ffffff;
}
#for .front .two {
	color: #ffffff;
}
#for .feature-col-1 {
	color: #202020;
}

.feature-content .feature-col-2{
    color: #84b813;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    min-height: 240px;
    vertical-align: middle;
}
.feature-content .feature-col-3{
    color: #84b813;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    min-height: 240px;
    vertical-align: middle;
}

#for .feature-col-2 {
	color: #202020;
}

.feature-content .feature-col-4 {
	color: #e02f46;
}

.feature-content .feature-col-1 > .box{
    padding: 0 20px;
    vertical-align: middle;
    width: 100%;
    min-height: 360px;
}

.feature-content .feature-col-2 > .box{
    padding: 0 20px;
    vertical-align: middle;
    width: 100%;
    min-height: 360px;
}

.feature-content .feature-col-3 > .box{
    padding: 0 20px;
    vertical-align: middle;
    width: 100%;
    min-height: 360px;
}


.feature-content .feature-col-4 > .box{
    padding: 0 20px;
    vertical-align: middle;
    width: 100%;
    min-height: 360px;
}


.back:hover {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .12);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
/*.flip-box {margin: 0px 15px 0px 15px;}*/
.feature-content .feature-col-1.one-1{
    background: #ffffff;
     max-height: 360px;
}

#for.feature-content .feature-col-1.one-1{
    background: #ffffff;
     max-height: 460px;
}


.feature-content .feature-col-2.two-2{
    background: #ffffff;
     max-height: 360px;
}
.feature-content .feature-col-3.three-3{
    background: #ffffff;
     max-height: 360px;
}

.feature-content .feature-col-4.fore-4{
    background: #ffffff;
     max-height: 360px;
}

.flip {
    max-width: 259px;
    margin: 5px;
}

#for .flip {
  max-width: 48%;
  width: 48% !important;
}

#features .flip {
  max-width: 22%;
}

#for .flip {
    max-width: 518px;
    margin: 5px;
}

.feature-content .feature-col.one{
    /*background: #84b813;*/
    background: #ffffff;
    max-height: 360px;
}

#for .feature-col.one{
    background: #fde268 !important;
    max-height: 460px;
    color: #202020;
}

.feature-content .feature-col.two {
    background: #ffffff;
    max-height: 360px;
}

#for .feature-col.two {
  	background: #484b59;
    max-height: 460px;
}

#for .feature-col.two p {
	color: #ffffff;
}

#features .front p {
	color: #202020;
}

.feature-content .feature-col.three {
     background: #ffffff;
    max-height: 360px;
}

.feature-content .feature-col.fore {
   	background: #ffffff;
    max-height: 360px;
}

.feature-content .feature-col > .box {
    padding: 0 20px;
    vertical-align: middle;
    width: 100%;
    min-height: 360px;
}

#for.feature-content .feature-col > .box {
	min-height: 460px;
}

#for.feature-content .feature-col-1 > .box {
	min-height: 460px;
}


.mb-10px {
    margin-bottom: 10px;
}
.mb-30px {
    margin-bottom: 30px;
}
.mb-35px {
    margin-bottom: 35px;
}
/* features */
.feature-item {
    display: table;
    margin: 30px 0 0;
    max-width: 450px;
    text-align: left;
}
.feature-item .icon {
    text-align: center;
    position: relative;
    z-index: 1;
    font-size: 40px;
}
.laptop-features-icon {
    display: table-cell;
    vertical-align: top;
    width: 41px;
    transition: all 1.2s;
}

.features-content {
    display: table-cell;
    padding-left: 15px;
}

/* features 2 Boxes with image Section */
.blog-three-block {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.features-one {
    text-align: center;
    height: 100%;
    width: 100%;
    padding: 78px 45px;
    z-index: 0;
    position: relative;
    background: #ffffff;
    color: #2b2b2b;
}
.features-one i {
    font-size: 40px;
    width: 43px;
    height: 34px;
    display: inline-block;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition-duration: 0.3s;
    transition: all 0.3s;
    transition-timing-function: ease-in-out;
}
.features-one:hover i {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}
.features-one h5 {
    margin: 20px 0 14px;
}

.time-line {height: 2px; width: 40px; background-color: #84b813; display: inline-block; }

/**************TYPES OF YOGA SECTION*****************/

.card {
    background-color: #fff;
    border: 0 solid rgba(0,0,0,.125);
    text-align: center;
}
.card-body {
    padding: 0;
}
.cover:hover{
    border-radius: 15px;
    -webkit-box-shadow: 2px 2px 15px #e1e1e1;
    box-shadow: 2px 2px 15px #e1e1e1;
}
/*.cover:hover .numbering{
    background: #fde268;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}*/
.cover:hover .card-title{
    color: #fde268;
    -webkit-background-clip: text;
    
}
.cover{
    padding: 25px;
    cursor: pointer;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}
.cover .card-title{
    margin-top: 45px;
    margin-bottom: 40px;
    font-size: 26px;
    color: rgb(33, 35, 49);
    -webkit-transition: 0.9s ease;
    -o-transition: 0.9s ease;
    transition: 0.9s ease;
	text-align: center;
}
.cover .card-text{
	font-size: 18px;
	text-align: center;
}

.cover .numbering{
    font-size: 45px;
    font-family:'Open Sans', sans-serif;
    line-height: 0.867;
    background: #fde268;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: 0.9s ease;
    -o-transition: 0.9s ease;
    transition: 0.9s ease;
}

.pros_cons_head {
	font-size:50px;
	
	line-height:2;
}

/* features */
.feature-item {
    display: table;
    margin: 30px 0 0;
    max-width: 450px;
    text-align: left;
}
.feature-item .icon {
    text-align: center;
    position: relative;
    z-index: 1;
    font-size: 40px;
}
.laptop-features-icon {
    display: table-cell;
    vertical-align: top;
    width: 41px;
    transition: all 1.2s;
}

.features-content {
    display: table-cell;
    padding-left: 15px;
}

/* features 2 Boxes with image Section */
.blog-three-block {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.features-one {
    text-align: center;
    height: 100%;
    width: 100%;
    padding: 78px 45px;
    z-index: 0;
    position: relative;
    background: #ffffff;
    color: #2b2b2b;
}
.features-one i {
    font-size: 40px;
    width: 43px;
    height: 34px;
    display: inline-block;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition-duration: 0.3s;
    transition: all 0.3s;
    transition-timing-function: ease-in-out;
}
.features-one:hover i {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}
.features-one h5 {
    margin: 20px 0 14px;
}

.time-line {height: 2px; width: 40px; background-color: #84b813; display: inline-block; }


/* ===================================
               department
====================================== */

.department-sub {
	font-size: 16px;
	margin-bottom: 20px;
    color: #7e8186; 
}

.title-clr {
	color: #84b813;
}

.department-title h2 {
	font-size: 32px; 
	margin-bottom: 40px;
	font-weight: 300;
	line-height: 52px;
}

.feature-item{
    text-align: right;
    cursor: pointer;
}

.feature-item .feature-heading{
    color: #3c3f46;
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 1.4;
    font-weight: 300;
}

.feature-head {
	text-align:center !important;
}

.feature-txt {text-align: left; display: table-cell; vertical-align: middle;}
.feature-item .icon {
    background-color: #fde268;
    width: 70px;
    height: 70px;
    max-width: 70px;
    min-width: 70px;
    text-align: center;
    display: table;
    position: relative;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    font-size: 34px;
    line-height: 60px;
    color: #fff;
    margin: 0 15px 15px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .6s ease;
}
.feature-item .icon-2 {
    background-color: #5c7479;
    width: 70px;
    height: 70px;
    max-width: 70px;
    min-width: 70px;
    text-align: center;
    display: table;
    position: relative;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    font-size: 34px;
    line-height: 60px;
    color: #fff;
    margin: 0 15px 15px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .6s ease; 
}

.feature-item:hover .icon{
    background-color:#5c7479;
    transform: rotateY(-180deg);
}

.feature-item:hover .icon-2{
    background-color: #fde268;
    transform: rotateY(-180deg);
}

[class*=" lni-"], [class^=lni-]{
	line-height: 2 !important;
}


.yellow-box {
    opacity: .7 !important;
}

/* slider social */
.slider-social {
    z-index: 99;
}

.slider-social a {
    display: block;
    position: relative;
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    background: transparent;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    margin: 0 auto;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}
.slider-social i {
    line-height: 35px;
}
.side-menu-icons a:hover .fa-vk, .slider-social a:hover .fa-vk{
    color:#0077ff;
}
.side-menu-icons a:hover .fa-instagram, .slider-social a:hover .fa-instagram{
    color:#F58529;
}
.side-menu-icons a:hover .fa-telegram, .slider-social a:hover .fa-telegram{
    color:#0088cc;
}
.side-menu-icons a:hover .fa-whatsapp, .slider-social a:hover .fa-whatsapp{
    color:#25d366;
}
.slider-social.icon-small img {
    transform: translateY(-60%);
}
.icon-box-large {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.icon-box-large-two {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
.slider-social .icon-box-large-two a {
    border-radius: 50%;
    width: 90px;
    height: 90px;
}
.slider-social .icon-box-large-two i {
    line-height: 90px;
}
.icon-box-small {
    width: 68px;
    height: 67px;
    border-radius: 50%;
}
.slider-social .icon-box-small a {
    border-radius: 50%;
    width: 45px;
    height: 45px;
}
.slider-social .icon-box-small i {
    line-height: 45px;
}
.bg-pink-two {
    background: #febdc8;
}
.bg-gray-two {
    background: #e2e3e2;
}

/* ===================================
    Cursor
====================================== */

/* Cursor */
#animated-cursor {
    position: absolute;
    left: 0;
    display: none;
    top: 0;
    width: 30px;
    height: 30px;
    pointer-events: none;
    z-index: 10000;
    -webkit-transition: opacity 0.2s ease-in-out 0.5s;
    transition: opacity 0.2s ease-in-out 0.5s;
}

.cursor-light:hover ~ #animated-cursor{
    display: inline-block;
}

#cursor {
    position: fixed;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    border: 2px solid rgba(255, 255, 255, 1);
    border-radius: 50%;
    pointer-events: none;
    opacity: 1;
    box-sizing: border-box;
}
#cursor:before {
    font-family: themify;
    content: "\e649";
    font-size: 6px;
    width: 4px;
    height: 8px;
    line-height: 8px;
    text-align: center;
    position: absolute;
    left: -12px;
    top: 9px;
    color: #202020;
    opacity: 0;
    transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#hold-event {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    background: rgba(255,255,255,0);
}
#cursor-loader {
    width: 40px;
    height: 40px;
    position: absolute;
    background-color: transparent;
    border-right: 2px solid transparent;
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid transparent;
    border-top: 2px solid transparent;
    border-radius: 50px;
    box-sizing: border-box;
    opacity: 0;
    transform: translate(-9px, -9px) rotate(0deg);
    -webkit-animation: rotating 0.8s ease-in-out infinite;
    animation: rotating 0.8s ease-in-out infinite;
    -webkit-transition: opacity 0s ease-in-out 0s;
    transition: opacity 0s ease-in-out 0s;
}
#cursor:after {
    font-family: themify;
    content: "\e649";
    font-size: 6px;
    width: 4px;
    height: 8px;
    line-height: 8px;
    text-align: center;
    position: absolute;
    right: -10px;
    top: 9px;
    color: #202020;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

@keyframes rotating {
    0% {
        -webkit-transform: translate(-7px, -7px) rotate(0deg);
        transform:  translate(-7px, -7px) rotate(0deg);
    }

    95% {
        -webkit-transform:  translate(-7px, -7px) rotate(350deg);
        transform:  translate(-7px, -7px) rotate(350deg);
    }

    100% {
        -webkit-transform:  translate(-7px, -7px) rotate(360deg);
        transform:  translate(-7px, -7px) rotate(360deg);
    }
}

.header-appear.cursor-light:hover ~ #animated-cursor{
    display: none;
}
.header-appear .animated-wrap, .header-appear .animated-element {
    transform: none !important;
}

/* ===================================
   Second
====================================== */
.second{
    background-color: #ffffff;
   }

/* ===================================
   About
====================================== */
#about iframe {
	margin-top: -60px;
	margin-left: 40px;
	position: relative;
	z-index: 10;
	display: block;
	border-radius: 0px;
}
.about{
    /*background-color: #191818;*/
   }
.main-title {
    position: relative;
    margin-bottom: 2rem;
    text-align: center;
}
.main-title h5 {
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    margin-bottom: 1.1rem;
    color: #202020;
}

.main-title h2 {
    font-weight: 300;
    color: #202020;
    line-height: 1.2;
    /*max-width: 650px;*/
    margin-bottom: 1.5rem;
    margin-left: auto;
    margin-right: auto;
}
.main-title h5.color-white, .main-title h2.color-white {
    color: #ffffff;
}
.main-title p {
    max-width: 720px;
    margin: 0 auto;
}

.main-title.style-two h5 {
    margin-bottom: 1.5rem;
}
.main-title.style-two h2 {
    text-transform: initial;
    font-size: 37px;
    font-weight: 300;
    max-width: 720px;
}
.main-title.style-two p {
    color: #202020;
    max-width: 720px;
}

.rare-box {
    height: 187px;
    width: 100%;
    background:  #fde268;
    position: relative;
}
.about-img-small {
    margin-left: 30px;
    top: -155px;
    margin-bottom: -153px;
}
.about ul li {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    display: flex;
    color: #373737;
    
}
.about ul li:before{
    font-family: "Font Awesome 5 Free";
    padding-right: 15px;
    font-weight: 300;
    content: '\f061';
    color:  #fde268;
}
@keyframes scale {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-10px)
    }
}


/* about 3 boxes */
.about-box {
    transition: .5s linear;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    padding: 40px;
    max-width: 350px;
}
.about-box i {
    font-size: 30px;
    position: relative;
}
.about-box:hover  {
    transform: translate(0,-13px);
    transition: .5s linear;
}

/* ===================================
    Team
====================================== */
/*.team:before {
    content: url(/pics/catalog.png);
    position: absolute;
    right: 150px;
    top: 60px;
    animation: scale .6s alternate infinite linear both;
}
.team-image, .team-image2{
    background-color:  #fde268;
    max-width: 285px;
    max-height: 285px;
}
*/
.team div {
    background-color: #fde268;
}
.team div:hover {
    background-color:#cccccc;
}
.team div:hover a {
    color:#ffffff; border:2px solid #ffffff; padding:2px 5px;
    }

.team div:nth-child(4), .team div:nth-child(6), .team div:nth-child(12), .team div:nth-child(14){
    background-color:#a8a8a8;
} 
.team div:hover:nth-child(4), .team div:hover:nth-child(6), .team div:hover:nth-child(12), .team div:hover:nth-child(14){
    background-color:#cccccc;
}
.team .transition{transition:1s;}
.team-image img, .team-image2 img {
    width: 100%;
    height:auto;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.team-image{
    min-height:250px;
}
.team-image a{
    display:block;
    height:100%;
}
.m-image1, .m-image2, .m-image3, .m-image4 {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}/*
.m-image1 {
    margin: 21px 0 0 21px;
}
.m-image2 {
    margin:0 21px 21px 0;
}
.m-image3 {
    margin:21px 21px 0 0;
}
*/
.team-social {
    margin-bottom: 5px;
}
.team-social li{
    list-style: none;
    display: inline-block;
}
.team-social>li>a{
    height: 35px;
    width: 35px;
    border: 1px solid transparent;
    border-radius: 30px;
    display: block;
    line-height: 35px;
    color: #202020;
}
.team-classic-content {
    padding: 80px 20px;
    /*background: #fff;*/
    -webkit-box-shadow: 0 10px 5px -10px #b7b7b7;
    box-shadow: 0 10px 5px -10px #b7b7b7;
    text-align:center;
    }
.team-classic-content h3{
    font-size:1.4em;
    margin-bottom:20px;
}
.team-classic-content h5{
     font-size:1em;
}
.pink{
    background: #e57bff;
}
.yellow {
    background:  #fde268;
}
.tp-caption .yellow{
    background:none;
    color: #fde268;
    font-size:50px;

}
.blue {
    background: #84a1d2;
}

.team-classic-content.pink:before {
    background: #e57bff;
}
.team-classic-content.yellow:before {
    background:  #fde268;
}
.team-classic-content.blue:before {
    background: #84a1d2;
}
/*Hover for team1 and team 3*/
.hvr-team {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    width:100%;
}
.hvr-team:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.team-col, .team-col2{
    max-width: 300px;
}


.team-col h3,.team-col h5,.team-col p,.team-col a,
.team-col2 h3,.team-col2 h5,.team-col2 p,.team-col2 a {
    color: #202020;
}

.hvr-team:hover, .hvr-team:focus, .hvr-team:active {
    color: #202020;
}
.team-col .hvr-team:before,.team-col:focus .hvr-team:before, .team-col .hvr-team:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.team-col:hover, .team-col2{
    cursor: pointer;
}

.team-col .team-image {
    overflow: hidden;
    
}
.team-col:hover .team-image img {
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    transform: scale(1.1);
}
.team-col:hover .m-image1, .team-col:hover .m-image3 {
    margin: 0 ;
}

/*Hover for team 2 and 4*/
/* Sweep To Top */
.hvr-team2 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    width:100%;
}
.hvr-team2:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-team2, .hvr-team2:focus, .hvr-team2:active {
    color: white;
}
.team-col2 .hvr-team2:before,.team-col2:focus .hvr-team2:before, .team-col2:active .hvr-team2:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.team-col2 .team-image,.team-col2 .team-image2{
    overflow: hidden;
}
.team-col2:hover .team-image img,.team-col2:hover .team-image2 img{
   transform: scale(1.1);
}
.team-col2 .team-image2 img, .team-col2 .team-image img {
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.team-col2:hover .m-image2, .team-col2:hover .m-image4{
    margin: 0 ;
}
.small-container{
    max-width: 866px;
}

.feature-item{
    text-align: right;
    cursor: pointer;
}

.feature-item .feature-heading{
    color: #3c3f46;
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 1.4;
    font-weight: 300;
}

.feature-head {
	text-align:center !important;
}

.feature-txt {text-align: left; display: table-cell; vertical-align: middle;}
.feature-item .icon {
    background-color:  #fde268;
    width: 70px;
    height: 70px;
    max-width: 70px;
    min-width: 70px;
    text-align: center;
    display: table;
    position: relative;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    font-size: 34px;
    line-height: 60px;
    color: #fff;
    margin: 0 15px 15px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .6s ease;
}
.feature-item .icon-2 {
    background-color: #a8a8a8;
    width: 70px;
    height: 70px;
    max-width: 70px;
    min-width: 70px;
    text-align: center;
    display: table;
    position: relative;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    font-size: 34px;
    line-height: 60px;
    color: #fff;
    margin: 0 15px 15px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .6s ease; 
}

.feature-item:hover .icon{
    background-color:#a8a8a8;
    transform: rotateY(-180deg);
}

.feature-item:hover .icon-2{
    background-color:  #fde268;
    transform: rotateY(-180deg);
}

[class*=" lni-"], [class^=lni-]{
	line-height: 2 !important;
}

/* ---- Social Icons ---- */
ul.social_icon li a {
    color: #fff;
    display: block;
    font-size: 16px;
    height: 36px;
    line-height: 35px;
    text-align: center;
    width: 36px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
ul.social_icon li a:hover,
ul.social_icon li a:focus {
    background: #b2cb20;
    border-color: transparent;
    color: #fff;
}
ul.social_icon li a.facebook:hover,
ul.social_icon li a.facebook:focus {
    background: #3b5999;
    border-color: #3b5999;
}
ul.social_icon li a.twitter:hover,
ul.social_icon li a.twitter:focus {
    background: #55acee;
    border-color: #55acee;
}
ul.social_icon li a.insta:hover,
ul.social_icon li a.insta:focus {
    background: #e4405f;
    border-color: #e4405f;
}
ul.social_icon li a.google:hover,
ul.social_icon li a.google:focus {
    background:#dd4b39;
    border-color: #dd4b39;
}

/* ===================================
    Parallax Quote
====================================== */

.quote-text {
    max-width: 1000px;
    margin: 0 auto;
}
.quote {
    font-size: 20px;
    color: #202020;
}

/* ===================================
    Work
====================================== */

.cbp-filter-style:after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background:  #fde268;
    position: relative;
    left: 12px;
    top: -2.5px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cbp-l-filters-alignCenter {
    margin-bottom: 40px;
}
.cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active {
    color: #e57bff;
}
.cbp-l-filters-alignCenter .cbp-filter-counter {
    background-color:  #fde268;
}
.cbp-l-filters-alignCenter .cbp-filter-counter:after {
    border-top: 4px solid  #fde268;
}
.cbp-l-filters-alignCenter .cbp-filter-item {
    color: #202020;
    font: 600 14px/20px "Open Sans", sans-serif;
    margin: 0 10px 10px;
}
.cbp-l-filters-alignCenter .cbp-filter-item:hover {
    color:  #fde268;
}
.cbp-caption-zoom .cbp-caption-activeWrap {
    opacity: 0;
    top: 5%;
    left: 5%;
    bottom: 5%;
    visibility: hidden;
    z-index: 1;
    background: rgba(16, 15, 15, 0.88);
    -webkit-transition: all 0.4s cubic-bezier(0.57, 0.21, 0.69, 1.25);
    transition: all 0.4s cubic-bezier(0.57, 0.21, 0.69, 1.25);
}
.cbp-caption-active .cbp-caption-activeWrap {
    width: 0;
    position: absolute;
    z-index: 1;
    height: 90%;
}
.cbp-item:hover .cbp-caption-activeWrap {
    left: 5%;
    width: 90%;
    height: 90%;
}
.cbp-caption-active .cbp-item:hover .cbp-caption-activeWrap,
.cbp-caption-active .cbp-item:focus .cbp-caption-activeWrap{
    opacity: 1; visibility: visible;
}
.cbp-l-grid-mosaic-flat .cbp-caption-activeWrap p {
    position: absolute;
    left: 20px;
    bottom: 65px;
    color: #202020;
    font: 100 18px/8px "Open Sans", sans-serif;
    
    letter-spacing: 1px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all .4s;
    transition: all .4s;
}
.cbp-l-grid-mosaic-flat .cbp-l-caption-title {
    position: absolute;
    left: 20px;
    bottom: 30px;
    color: #202020;
    font: 700 20px/0 "Open Sans", sans-serif;
    
    letter-spacing: 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all .4s;
    transition: all .4s;
}
.cbp-l-grid-mosaic-flat .cbp-l-caption-title:after {
    background-color: #202020;
}
.cbp-l-grid-mosaic-flat .work-icon{
    position: absolute;
    right: -50px;
    top: 10%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid  #fde268;
    background:  #fde268;
    text-align: center;
    font-size: 20px;
    color: #202020;
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
}
.cbp-item:hover .cbp-caption-activeWrap p, .cbp-item:hover .cbp-l-caption-title {
    opacity: 1; visibility: visible;
    -webkit-transform: translateY(0px); transform: translateY(0px);
}
.cbp-item:hover .cbp-caption-activeWrap p {
    -webkit-transition-delay: .3s; transition-delay: .3s;
}
.cbp-item:hover .cbp-l-caption-title {
    -webkit-transition-delay: .5s; transition-delay: .5s;
}
.cbp-item:hover .work-icon {
    right: 20px;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: .3s; transition-delay: .3s;
}
.cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* ===================================
    Pricing Starts
====================================== */
.pricing-padding {
    padding: 7.5rem 0 4rem;
}
.price-transform {
    transform: translateY(-67px);
}
.price-box, .price-box2{
    color: #212622;
    border-bottom: 1px solid #e6e1e1;
}
.price-box {
    padding-bottom: 10px;
}
.price-box2{
    padding-top: 20px;
    padding-bottom: 20px;
}
.price-sub-heading {
    font-size: 15px;
    color: #ffffff;
}
.price {
    padding-top: 40px;
    padding-bottom: 40px;
}
.dollar {
    position: absolute;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    transform: translateX(-95%);
    top: 10px;
    font-weight: 300;
}
.price_title{
	color: #ffffff;
	font-size: 18px;
}
.price h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 38px;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 0;
}
.pricing-item{
    position: relative;
    padding: 2rem 1rem 4rem;
    max-width: 365px;
    margin: 0 auto;
    cursor: pointer;
    z-index:1;
    transition: 1s;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    background: #484b59;
    border-radius: 10px;
}
.price span.month{
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #ffffff;
    
}
.price-description {
    padding-bottom: 40px;
}
.price-description p{
    color: #ffffff;
    
    margin-bottom: 20px;
}
.price-description p span {
	font-size: 24px;
}
.price-description p:last-child {
    margin-bottom: 0;
}

.bg-yellow, .hvr-bg-yellow:hover .price_title,
.bg-yellow, .hvr-bg-yellow:hover .price-description p,
.bg-yellow, .hvr-bg-yellow:hover .price h2,
.bg-yellow, .hvr-bg-yellow:hover .price-sub-heading {
	color: #0c2933;
}
.quarter-triangle {
    position: absolute;
    top: 0;
    left: 0;
    width:0;
    height:0;
    border: 55px solid  #fde268;
    border-right-color: transparent;
    border-bottom-color: transparent;
    z-index: 0;
    transition: 1s;
    border-radius: 10px 0 0 0;
}

.triangle-inner-content i {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #0c2933;
    font-size: 15px;
    z-index: 1;
}
.triangle-inner-content span {
    position: absolute;
    top: 30px;
    left: -5px;
    color: #0c2933;
    font-size: 15px;
    font-weight: 300;
    transform: rotate(-45deg);
    z-index: 1;
    letter-spacing: 1px;
}


.price_title h4 {
    font-size: 1.4rem;
    font-weight: 300;
}
.pricing-item:hover .price-box, .pricing-item.price-transform:hover .price-box2,
.pricing-item:hover .price h2, .pricing-item:hover .price-sub-heading,
.pricing-item:hover .price span, .pricing-item:hover .price-description p,
.two-col-pricing .pricing-item:hover .price_title p, .two-col-pricing .pricing-item:hover .price-description p:before {
    color: #484b59;
}
.pricing-item:hover .price-box, .pricing-item:hover .price-box2 {
    border-color: #0c2933;
}

.pricing-item:hover .quarter-triangle{
  	border-color: #484b59;
  	border-right-color: transparent;
    border-bottom-color: transparent;
}

.pricing-item:hover .triangle-inner-content span, .pricing-item:hover .triangle-inner-content i{
	color: #ffffff;
}
.pricing-item .btn-pink {
    border-color: #e57bff;
    background-color: #e57bff;
    color: #fff;
}
.pricing-item .btn-yellow {
    border-color:  #fde268;
    background-color:  #fde268;
    color: #0c2933;
}
.btn-blue {
    border-color: #84CDCA;
    background-color: #84CDCA;
    color: #fff;
}
.pricing-item .btn-pink:focus, .pricing-item .btn-pink:hover, .pricing-item .btn-yellow:focus, .pricing-item .btn-yellow:hover, .pricing-item:hover .btn-yellow:hover, .pricing-item .btn-blue:focus, .pricing-item .btn-blue:hover {
    color: #202020;
}
.pricing-item:hover .btn-yellow, .pricing-item:hover .btn-pink, .pricing-item:hover .btn-blue {
    background: #484b59;
    border-color: #484b59;
    color: #ffffff;
}

/* ===================================
    Clients Starts
====================================== */

.section-padding .col-lg-12 h5  {
    font-family: 'Raleway', sans-serif;
}
.testimonial-two {
    background: #202020;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    max-width: 505px;
}
.testimonial-post {
    overflow: hidden;
    display: table;
}
.testimonial-post .post, .testimonial-post .text-content {
    display: table-cell;
}
.testimonial-post .post {
    height: 60px;
    width: 60px;
}
.testimonial-post .post > img {
    width: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.testimonial-post .text-content {
    vertical-align: middle;
    padding-left: 10px;
}
.testimonial-post:hover a, .testimonial-post:focus a {
    color: #e57bff;
}
.testimonial-two .testimonial-para:before{
    display: block;
    font-size: 28px;
    color: #acacac;
    margin-bottom: 15px;
    content:"\f10d";
    font-weight: 300;
    font-family:'Font Awesome 5 Free';
}
.testimonial-two .testimonial-item h5{
    margin-top: 10px;
    margin-bottom: 4px;
}
.testimonial-two .testimonial-item .rating{
    margin-top: 5px;
}
.testimonial-two .testimonial-item .rating i{
    font-size: 15px;
    color: #84a1d2;
}
/* testimonial images */
.owl-thumbs.owl-dots .owl-dot {
    position: absolute;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    margin: 0;
    background: transparent;
    z-index: 1;
    opacity: .65;
}
.owl-thumbs.owl-dots .owl-dot img {
    box-shadow: 0 10px 20px 0 rgba(20,44,56,.25);
}
.owl-thumbs.owl-dots .owl-dot:hover img {
    box-shadow: 0 10px 20px 0 rgba(20,44,56,0);
}
.owl-thumbs.owl-dots .owl-dot.active {
    opacity: 1;
}
.owl-thumbs.owl-dots .owl-dot.active img {
    box-shadow: 0 10px 20px 0 rgba(20,44,56,0);
}
.owl-thumbs.owl-dots .owl-dot .animated-wrap {
    width: 70px;
    height: 70px;
}
.owl-thumbs.owl-dots .owl-dot .animated-element {
    background: transparent;
    border: 5px solid rgba(255,255,255,.3);
    border-radius: 50px;
}
.owl-thumbs.owl-dots .owl-dot.animated-wrap.active .animated-element {
    border: 5px solid;
    border-color:  #fde268;
}
.owl-thumbs.owl-dots .owl-dot::after{
    display: none;
}
.owl-thumbs.owl-dots .owl-dot.active span, .owl-thumbs.owl-dots .owl-dot:hover span {
    background: transparent;
    height: 70px;
}
.owl-thumbs.owl-dots .owl-dot:nth-child(1){
    top: 13%;
    right: 2%;
}

.owl-thumbs.owl-dots .owl-dot:nth-child(2){
    top: auto;
    bottom: 12%;
    right: 11%;
}

.owl-thumbs.owl-dots .owl-dot:nth-child(3) {
    top: 46%;
    right: 16%;
}

.owl-thumbs.owl-dots .owl-dot:nth-child(4) {
    top: 18%;
    right: 28%;
}

.owl-thumbs.owl-dots .owl-dot:nth-child(5) {
    top: 18%;
    right: 66%;
}

.owl-thumbs.owl-dots .owl-dot:nth-child(6) {
    top: 54%;
    right: 76%;
}

.owl-thumbs.owl-dots .owl-dot:nth-child(7) {
    top: 69%;
    left: 10%;
}

.owl-thumbs.owl-dots .owl-dot:nth-child(8){
    top: 3%;
    left: 11%;
}
@-webkit-keyframes zoom-one {
    0%   {-webkit-transform: scale(1);transform: scale(1);}
    40%  {-webkit-transform: scale(0.5);transform: scale(0.5);}
    100% {-webkit-transform: scale(1);transform: scale(1);}
}
@keyframes zoom-one {
    0%   {-webkit-transform: scale(1);transform: scale(1);}
    40%  {-webkit-transform: scale(0.5);transform: scale(0.5);}
    100% {-webkit-transform: scale(1);transform: scale(1);}
}
@-webkit-keyframes zoom-two {
    0%   {-webkit-transform: scale(0.5);transform: scale(0.5);}
    40%  {-webkit-transform: scale(0.8);transform: scale(0.8);}
    100% {-webkit-transform: scale(0.5);transform: scale(0.5);}
}
@keyframes zoom-two {
    0%   {-webkit-transform: scale(0.5);transform: scale(0.5);}
    40%  {-webkit-transform: scale(0.8);transform: scale(0.8);}
    100% {-webkit-transform: scale(0.5);transform: scale(0.5);}
}
@-webkit-keyframes zoom-three {
    0%   {-webkit-transform: scale(0.7);transform: scale(0.7);}
    40%  {-webkit-transform: scale(0.4);transform: scale(0.4);}
    100% {-webkit-transform: scale(0.7);transform: scale(0.7);}
}
@keyframes zoom-three {
    0%   {-webkit-transform: scale(0.7);transform: scale(0.7);}
    40%  {-webkit-transform: scale(0.4);transform: scale(0.4);}
    100% {-webkit-transform: scale(0.7);transform: scale(0.7);}
}


/* owl carousel brands */
.brand-carousel.owl-carousel .owl-item img {
    margin: 0 auto;
    cursor: pointer;
    width: 200px;
}

/* our partners */
.our-partners-content img {
    display: block;
    margin: 0 auto;
    cursor: pointer;
    padding: 30px 20px;
    width: 200px;
    max-width: 100%;
}

/* ===================================
   Contact
====================================== */

.contact-sec .contact-form input[type="text"]{
    color: #000000;
    font-size: 16px;
    height: 40px;
    padding: 35px 0;
    background: transparent;
}
.contact-sec .contact-form input[type="submit"]{
   margin: 20px 0px;
   font-size: 20px;
}

.contact-sec .contact-area{
    margin: 0px 0 50px 20px;
}

.contact-sec .contact-heading{
    display: inline-block;
    font-size: 48px;
    color: #202020;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Bebas Neue Book', sans-serif;
    margin-top:0px !important;
}

.contact-sec .heading span {
    padding: 5px 20px;
    color: #ffffff;
    background: #008256;
}

.contact-sec .contact-form .form-control{
    border: none;
    border-radius: 0;
    padding-left: 0;
    border-bottom: 1px solid #000000;
    margin:0px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000000!important;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000000!important;
}
::-ms-input-placeholder { /* Microsoft Edge */
    color: #000000!important;
}

.contact-sec .contact-form .form-control:focus {
    box-shadow: none;
    border-bottom: 1px solid #ba0000;
}

.contact-sec .contact-form input::placeholder, .contact-sec .contact-form textarea::placeholder {
    color: #ffffff;
    font-size: 14px;
}

.contact-sec .contact-form textarea{
    padding-top: 20px;
    height: 100px;
    color: #040608;
    font-size: 16px;
    resize: none;
    background: transparent;
    margin-bottom: 40px;
}

.contact-sec .contact-form .purple-btn{
    margin-top: 15px;
}

.contact_btn {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.contact-form {
    display: flex;
    justify-content: center;
    
}
.form_background{
    /*background-color:#ffffff;*/
    padding:40px 60px 40px 60px;
}

.popup-window-buttons {
    box-sizing: border-box;
	margin-top: 20px;
	padding: 0;
}
/*contact details*/
.contact-sec .contact-background{
    position: absolute;
    right: 0;
    top: -35px;
    z-index: -1;
}
.contact-sec .contact-details ul {
	padding: 0;
 	margin: 0;
}
.contact-sec .contact-details ul li{
    color: #000000;
    list-style: none;
    margin-top: 35px;
    margin-left:20px;
    font-size: 16px;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-family: 'Stolzl Book', sans-serif;
    text-transform: uppercase;
}

.contact-sec .contact-details ul li.text-min {
	font-size: 14px;
}

.contact-sec .contact-details ul li:last-child{
    margin-bottom:0px;
}

.contact-sec .contact-details ul li span{
    display: inline-block;
    padding-right: 30px;
}

.contact-sec .contact-details ul li span:last-child{
    padding-right: 0;
}

.contact-sec .contact-details ul li i{
    margin-right: 20px;
    margin-bottom: 8px;
    color: #666666;
}
.contact-sec .contact-details ul li a {
	color: #666666;
}
.contact-sec .btn.btn-trans {
    font-size: 12px;
    font-weight: normal;
    font-family: 'Stolzl Book', sans-serif;
}

.contact-sec .form_background {
	padding: 10px;
}

.ok_message {
	font-size: 14px;
}
/* ===================================
    Footer
====================================== */

footer {
	background: #484b59;
	color: #ffffff;
	font-size: 14px;
}

footer .bt-1{
	padding-top:20px;
	border-top: 1px solid #ffffff;
}

footer .pb-20{
	padding-bottom:20px;
}

footer.bg-black2 {
    background: #f8f9fa;
}
.footer-icons li {
    display: inline-block;
}
.footer-icons li a  {
    display: block;
    height: 55px;
    width: 55px;
    font-size: 18px;
    color: #ffffff;
    line-height: 60px;
    text-align: center;
    margin: 0 0.1rem;
    border-radius: 40px;
    background: transparent;
    -webkit-transition: all .3s ease !important; -o-transition: all .3s ease !important; transition: all .3s ease !important;
}
.copyrights, .copyrights a {
    font-size: 14px;
    color: #ffffff;
}

footer ul li a, footer a {
	 font-size: 14px;
	 color: #ffffff;
    
}
.copyrights a:hover, .copyrights a:focus, footer a:hover, footer a:focus {
    color:  #fde268;
}

.footer-icons li a.facebook:hover, .footer-icons li a.facebook:focus {
    -webkit-box-shadow: 0 0 15px 30px #4267B2 inset;
    box-shadow: 0 0 15px 30px #4267B2 inset;
}
.footer-icons li a.twitter:hover, .footer-icons li a.twitter:focus {
    -webkit-box-shadow: 0 0 15px 30px #1DA1F2 inset;
    box-shadow: 0 0 15px 30px #1DA1F2 inset;
}
.footer-icons li a.google:hover, .footer-icons li a.google:focus {
    -webkit-box-shadow: 0 0 15px 30px #DB4437 inset;
    box-shadow: 0 0 15px 30px #DB4437 inset;
}
.footer-icons li a.linkedin:hover, .footer-icons li a.linkedin:focus {
    -webkit-box-shadow: 0 0 15px 30px #0077B5 inset;
    box-shadow: 0 0 15px 30px #0077B5 inset;
}
.footer-icons li .instagram:hover{
    color:#f58529;
}
.footer-icons li .vk:hover{
    color:#0077ff;
}
.footer-icons li .telegram:hover{
    color:#0088cc;
}
.footer-icons li .whatsapp:hover{
    color:#43d854;
}
.footer-icons li a.pinterest:hover, .footer-icons li a.pinterest:focus {
    -webkit-box-shadow: 0 0 15px 30px #BD081C inset;
    box-shadow: 0 0 15px 30px #BD081C inset;
}


.fullscreen .center-col, .not-fullscreen .center-col {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

/* background setting */
.bg-img-setting {
    background-size: cover;
    background-position: center center;
    width: 100%;
}
/* parallax images */
.parallax1 {
    background: url("/bitrix/templates/school/images/parallax1.1.png");
}
.parallax2 {
    background: url("/bitrix/templates/school/images/parallax2.png");
}
.newsletter1 {
    background: url("/bitrix/templates/school/images/newsletter.jpg");
}

/* parallax setting */
.parallax-setting {
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    width: 100%;
}

/* page header */
.page_header {
    background: url(/bitrix/templates/school/images/page-header.jpg) no-repeat;
}
.page_header {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.page_header .page-content h2 {
    font-size: 2rem;
}
.page_header .page-content .page_nav {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    padding: 18px 30px 18px;
    margin-top: 80px;
    color: #7f7f7f;
    font-size: 0.875rem;
    float: right;
    margin-bottom: -2px;
}

.page_header .page-content {
    margin: 3rem 0 8rem 0;
}


/* ===================================
    Blog, Blog Pages & News Starts
====================================== */

/* Blog */
.split-container-setting {
    max-width: 460px;
    margin-left: auto;
    margin-right: 96px;
}
.split-container-setting .main-title h2 {
    max-width: 100%;
    text-transform: initial;
}
.split-container-setting .main-title p {
    max-width: 100%;
    margin: 0;
}

.bg-change .split-container-setting .main-title h5, .bg-change .split-container-setting .main-title h2,
.bg-change .split-container-setting h6, .bg-change .split-container-setting p {
    color: #202020;
}

.split-container-setting.style-two {
    max-width: 460px;
    margin-left: 100px;
    margin-right: auto;
}
.split-container-setting.style-three {
    max-width: 600px;
    margin: 0 auto;
}

/* Blog Blog Pages */

.news_item {
    background: #ffffff;
    position: relative;
}
.news_item.blog-one:hover img, .news_item.blog-two:hover img {
    transform: scale(1.2);
}
.news_item.shadow{
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.news_item .news_desc{
    padding: 40px 30px;
}
/* blog post */
.blog-post {
    overflow: hidden;
}

.blog-post .post {
    height: 45px;
    width: 45px;
    overflow: hidden;
    border-radius: 50%;
}
.blog-post .post img {
    width: 100%;
}
.blog-post .blog-tags {
    vertical-align: middle;
    font-size: 15px;
}
.blog-post span{
    font-size: 13px;
    display: block;
}


.news_item:hover h3 a {
    color:  #fde268;
}


/* widgets */
.widget {
    background: #ffffff;
    padding: 2rem 1.5rem;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.widget button, .widget-parallax button {
    border: none;
}
.blog-box {
    -webkit-box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.widget-parallax {
    padding: 2rem 1.5rem;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.1);
}
/* form search */
.search-box .form-control {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
    -webkit-border-bottom-left-radius: 20px;
    border-bottom-left-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    border-top-left-radius: 20px;
}
.search-box .form-control,
.search-box .search-addon {
    background: #f6f6f6;
    border-color: #f6f6f6;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: table-cell;
}
.search-box .form-control:focus, .search-box textarea:focus {
    border-color:  #fde268;
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
}
.search-box .search-addon {
    background-color:  #fde268;
    color: #202020;
    position: relative;
    top: 0;
    left: 0;
    width: 50px;
    -webkit-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.search-addon:hover {
    background: #e57bff;
}
.search-box.bg-change .search-addon {
    background-color: #e57bff;
}
.search-box.bg-change .search-addon:hover {
    background-color:  #fde268;
}
.search-box.bg-change .form-control:focus, .search-box.bg-change textarea:focus {
    border-color: #202020;
}
/* recent post */
.single-post {
    overflow: hidden;
    display: table;
}
.single-post .post, .single-post .text {
    display: table-cell;
}
.single-post .post {
    height: 60px;
    width: 60px;
}
.single-post .post > img {
    width: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.single-post .text {
    vertical-align: middle;
    padding-left: 10px;
    font-size: 15px;
}
.single-post span{
    font-size: 13px;
    display: block;
}
.single-post:hover a, .single-post:focus a {
    color:  #fde268;
}
/* categories */
.categories-name > a {
    display: block;
    padding: 18px 0 5px;
    border-bottom: 1px solid #d8d8d8;
}
.categories-name > a > p:hover {
    color:  #fde268;
}

.categories-name > a > p > span {
    float: right;
    width: 40px;
    text-align: center;
    border-radius: 4px;
    font-size: 15px;
}
.categories-name > a > p:hover span {
    background:  #fde268;
    color: #202020;
}
/* tags */
.tags li {
    display: inline-block;
    padding: 2px 12px 2px;
    border: 1px solid #838383;
    border-radius: 36px;
    cursor: pointer;
    -webkit-transition: 300ms all linear;
    -o-transition: 300ms all linear;
    transition: 300ms all linear;
    margin: 0 1px 6px 0;
}
.tags li p {
    color: #838383;
}
.tags li:hover, .tags li:focus {
    background:  #fde268;
    border: 1px solid  #fde268;
    -webkit-transition: 300ms all linear;
    -o-transition: 300ms all linear;
    transition: 300ms all linear;
}
.tags li:hover p, .tags li:focus p {
    color: #202020;
}
ul.rounded li {
    display: flex;
    margin-top: 20px;
}
ul.rounded li::before {
    content: "";
    height: 10px;
    width: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background:  #fde268;
    margin-top: 6px;
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
}
/* post comments + tabs */
.any-profile {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 30px;
}
.any-profile .profile-photo {
    display: table-cell;
    vertical-align: top;
}
.any-profile .profile-text {
    display: table-cell;
    vertical-align: middle;
}
.any-profile .profile-photo {
    height: 90px;
    width: 90px;
}
.any-profile .profile-photo > img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 100%;
}
/* pagination */
.pagination li > a {
    height: 38px;
    width: 38px;
    padding: 0;
    line-height: 38px;
    font-size: 18px;
    color: #a5a5a5;
    text-align: center;
    margin: 0 4px;
    border: none;
}
.pagination li > a i {
    font-size: 14px;
}
.pagination li > a,
.pagination li:first-child  a,
.pagination li:last-child  a {
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
}
.pagination li > a:hover, .pagination li > a:focus {
    background:  #fde268;
}
.pagination li > a:hover, .pagination li > a:focus,
.pagination li.active > a{
    color: #202020;
}
.pagination li.active > a {
    background:  #fde268 !important;
}
.page-link:focus {
    box-shadow: none;
}
.blockquote {
    font-size: 17px;
}

/* newsletter */

.newsletter {
    text-align: center;
    background: #ffffff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    max-width: 505px;
}

.newsletter-icon i {
    font-size: 45px;
    color: #212622;
}

.subscribe-box .form-control {
    background: #f6f6f6;
    border-color: #f6f6f6;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: table-cell;
    font-size: 14px;
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
    border-radius: 0;
    max-width: 250px;
    margin-bottom: 0;
}

.subscribe-box .form-control:focus, .subscribe-box textarea:focus {
    border-color:  #fde268;
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
}

/* ===================================
   Loader
====================================== */
.loader {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 111111;
    /*background: #202020;*/
    overflow: hidden !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dot-container {
    width: 100%;
    height: 100%;
    position: absolute;
    /* top: 50%;
    left: 50%;
   transform: translate(-50%, -50%);
    margin: auto;
    filter: url('#goo');
    animation: rotate-move 2s ease-in-out infinite;*/
    background-color:#f2f2f2;
    
}
.dot-container img{
    position:absolute;
    margin:150px auto;
    left:0;
    right:0;
}

.dot {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.dot-3 {
    background-color: #84a1d2;
    animation: dot-3-move 2s ease infinite, index 6s ease infinite;
}

.dot-2 {
    background-color: #e57bff;
    animation: dot-2-move 2s ease infinite, index 6s -4s ease infinite;
}

.dot-1 {
    background-color:  #fde268;
    animation: dot-1-move 2s ease infinite, index 6s -2s ease infinite;
}

@keyframes dot-3-move {
    20% {transform: scale(1)}
    45% {transform: translateY(-18px) scale(.45)}
    60% {transform: translateY(-90px) scale(.45)}
    80% {transform: translateY(-90px) scale(.45)}
    100% {transform: translateY(0px) scale(1)}
}

@keyframes dot-2-move {
    20% {transform: scale(1)}
    45% {transform: translate(-16px, 12px) scale(.45)}
    60% {transform: translate(-80px, 60px) scale(.45)}
    80% {transform: translate(-80px, 60px) scale(.45)}
    100% {transform: translateY(0px) scale(1)}
}

@keyframes dot-1-move {
    20% {transform: scale(1)}
    45% {transform: translate(16px, 12px) scale(.45)}
    60% {transform: translate(80px, 60px) scale(.45)}
    80% {transform: translate(80px, 60px) scale(.45)}
    100% {transform: translateY(0px) scale(1)}
}

@keyframes rotate-move {
    55% {transform: translate(-50%, -50%) rotate(0deg)}
    80% {transform: translate(-50%, -50%) rotate(360deg)}
    100% {transform: translate(-50%, -50%) rotate(360deg)}
}

@keyframes index {
    0%, 100% {z-index: 3}
    33.3% {z-index: 2}
    66.6% {z-index: 1}
}


/* header courses */



.big_header_courses {
	font-size: 40px;
}

.big_header_courses span {
	font-size: 70px;
	color: #84cdca;
}

.big_header_courses2 {
	font-size: 30px;
}

.big_header_courses2 span {
	font-size: 50px;
	color: #84cdca;
}

.header_courses_descr {
	font-size: 22px;
	/*background-color: #5c7479;
	padding: 20px;
	border-radius: 10px;
	transform: rotate(-0.005turn);*/
	color: #ffffff;
	margin-bottom: 20px;
}

.step_head {
	background-color: #5c7479;
	font-size: 18px;
	display: table;
	padding: 5px 10px;
	border-radius: 5px;
	margin-bottom: 10px;
	margin-top: 40px; 
}

.course_free {
	background-color: #d2dbaa;
	color: #484b59;
	padding: 20px;
	border-radius: 10px;
	text-align: center;
	margin-top: 0px;
	position: relative;
	bottom: -40px;
}
.course_free span {
	 text-transform: uppercase;
}
.course_free .btn-setting {
	position: absolute;
	bottom: -20px;
	right: -30px;
	transform: rotate(-0.02turn);
}
 .bg_author {
 	background-image: url('/bitrix/templates/second/images/lai.png');
 	min-height: 60vh;
 	background-repeat: no-repeat;
 	background-position: bottom right;
 	background-size: contain;
 
 }
 
  .bg_dom {
 	background-image: url('/bitrix/templates/second/images/dom2.jpg');
 	background-repeat: no-repeat;
 	background-position: bottom right;
 	background-size: 110%;
 
 }
 
.bg_bs {
	background-image: url('/bitrix/templates/second/images/bg_top_bs.png');
	background-repeat: no-repeat;
 	background-position: bottom right;
 	background-size: 500px;
 	padding-bottom: 0px;
 	padding-top: 30px;
}
.author_info {
	position: absolute;
	bottom: 20px;
}

.author_info span {
 	display: table;
 	font-size: 16px;
	background-color: #84cdca;
	padding: 10px;
	border-radius: 10px;
	color: #ffffff;
	margin: 10px;
	/*transform: rotate(0.01turn);*/
}
.author_info span.author_name {
	font-size: 20px;
}
.author_info span.author_descr {
 	transform: rotate(0.0turn);
 	background-color: #5c7479;
}


/* accordions */

div.accordion{
  position: relative;
  /*margin:2em;*/
}
.accordion input{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity:0;
  visibility: 0;
}
.accordion h1{
  color:#202020;
  padding:0.5em;
  position: relative;
  border:1px solid #202020;
  border-radius:10px;
  font-size:20px;
}
.accordion div.hd{
  color:#202020;
  padding:0.5em;
  position: relative;
  border:1px solid #202020;
  border-radius:10px;
  font-size:20px;
  display:block;
  margin-bottom:5px;
  text-align: left;
  background-color: #ffffff;
}
/*.accordion label::before{
  content:"\f105";
  display: inline-block;
  border: 15px solid transparent;
  border-left:20px solid white;
}*/
.fa-angle-right::before{
 content:"\f105";
}
.accordion label{
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: start;
  margin-bottom:0px;
}
.accordion .fa-lg{
    font-size:14px;
    margin-right:5px;
    margin-top: 5px;
    vertical-align: top;
}
.accordion div.p{
  max-height:0px;
  overflow: hidden;
  transition:max-height 0.5s;
  text-align:left;
  padding-left: 20px; 
 /* background-color: white;
  box-shadow:0 0 10px 0 rgba(0, 0, 0, 0.2);*/
   
}
.accordion div.p p {
  padding:1em 5px;
  text-align:left;
}
.accordion input:checked ~ h1 .fa-angle-right::before{
    content:"\f107";
} 
.accordion input:checked ~ div .fa-angle-right::before{
    content:"\f107";
}
/*.accordion input:checked ~ h1 label::before{
  border-left:15px solid transparent;
  border-top:20px solid white;
  margin-top:12px;
  margin-right:10px;
}*/
.accordion input:checked ~ h1 ~ div.p{
  max-height:100px;
  margin-bottom:20px; 
}
.accordion input:checked ~ div ~ div.p{
  max-height:2000px;
  margin-bottom:20px;
  text-align: left;
  padding-left: 20px; 
}
.accordion a{
  color:steelblue;
}

.accordion div.p ul li{
  margin: 10px;
  list-style-type: disc;
}

.adm-photoeditor-sidebar input[type="number"] {
 padding: 0px;
}
.about-max {
max-width: 700px;
margin: 0 auto;
}

a.pn {
	color: #202020 !important;
	padding: 2px 14px !important;
}
.prev, .next{
	font-size: 12px;
}
@media  (min-width: 1250px){
.link_prev{
	position: fixed !important;
	left: 5px;
	top: 130px;
}

.link_next{
	position: fixed !important;
	right: 5px;
	top: 130px;
	}
}

#tabs {
	margin: 10px 0;
}
ul.tabs-nav {
	overflow: hidden;
	margin: 0;
	padding: 0;
	transform: rotate(-0.005turn);
	margin-bottom: -15px;
}
ul.tabs-nav li {
	display: block;
	float: left;
	padding: 0;
	list-style: none;
	margin-right: 10px;
}    
ul.tabs-nav a {
	display: block;
	padding: 10px 20px;
	/*border-top: 1px solid #ccc;  
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;*/
	background: #84cdca; 
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	opacity: 0.5;
}		
.tabs-nav li:first-child a {
	border-radius: 10px; 
}
.tabs-nav li:last-child a {
	display: block;
	border-radius: 10px; 
	margin-right:20px;
}
.tabs-nav li:first-child a:hover, .tabs-nav li:last-child a:hover {
	background-color: #fde268;
	color: #484b59;
}
.tabs-nav a.active {
	/*border-bottom: 1px solid #fff;*/
	background: #fde268;
	color: #0c2933;
	opacity: 1;
}
   
.tabs-items {
	border-radius: 0 5px 5px 5px;
	background: #fff;
	margin: -1px 0 0 0;
}
.tabs-item {
	padding: 15px;
	background: #484b59;
	color: #ffffff;
	border-radius: 10px;
	transform: rotate(-0.005turn);
	margin-top:10px;
}

.price_name {
	display: table;
	color: #84cdca;
	font-size: 30px;
	margin: 20px 0px;
	width: 200px;
	line-height: 35px;
}

.price_name2 {
	display: table;
	color: #84cdca;
	font-size: 30px;
	margin: 20px 0px;
	line-height: 35px;
}

.price_info {
	display: table;
	width: 100%;
}

.discount {
	display: block;
	background-color: #d2dbaa;
	color: #0c2933;
	padding: 5px 10px;
	width: 170px;
	text-align: center;
	border-radius: 10px;
	float: right;
	position: absolute;
	top: 5px;
	right: -10px;
	transform: rotate(0.02turn);
}

.w100 {
	width: 100%;
}

.price_descr ul {
	margin-left: 0px;
}

.price_descr ul li {
	font-size: 16px;
	padding: 10px 20px 10px 0px;
	display: block;
}

.price_descr ul li::before {
	color: #fde268;
	content: '•';
	display: block;
	float: left;
	font-size: 20px;
	margin-right:10px;
}


 .marked {
 background: url('/bitrix/templates/second/images/markers/marker-y-9.svg');
 margin: -2px -5px;
 padding:  2px  10px;
 color: #000000;
 white-space: nowrap;
}

 .marked_b {
 background: url('/bitrix/templates/second/images/markers/marker-b.svg');
 margin: -2px -5px;
 padding:  2px  10px;
 color: #ffffff;
 white-space: nowrap;
}

.price_inst span, .price_info span {
 color: #fde268;
 font-size: 30px;
}
.price_info span.marked {
	font-size: 18px;
	color: #000000;
}
#tabs .btn-setting {
	float: right;
	position: relative;
	top: -50px;
}

.right_block {
	background-color: #84cdca;
	color: #484b59;
	padding: 20px;
	border-radius: 10px;
	transform: rotate(0.005turn);
}

.right_block h2 {
	/*background-color: #484b59;
	padding: 10px;
	border-radius: 10px; */
	
	background: url('/bitrix/templates/second/images/markers/marker-b-9.svg');
 	margin: -2px -5px 30px -5px;
 	padding:  10px  17px;
	
	color: #ffffff;
	font-size: 24px;
	display: table;
	position: relative;
	top: 10px;
	transform: rotate(-0.008turn);
}


.right_block ul li {
	font-size: 16px;
	/*padding: 5px 10px;*/
	list-style-type: none;
	/*background-color: #fde268;*/
	/*border-radius: 10px;*/
	background: url('/bitrix/templates/second/images/markers/marker-y-9.svg');
 	margin: -2px -5px;
 	padding:  5px  15px;
	float: left;
	display: table;
	margin: 10px;
	transform: rotate(0.005turn);
	
}
.right_block ul.pd li {
	padding-left: 30px;
}
.right_block ul li span{
	font-size: 34px;
	position: absolute;
	left: 5px;
	top:-2px;
}

.right_block ul li:nth-child(even) {
	transform: rotate(-0.005turn);
	float: right;
}
.right_block input {
	margin: 0px;
}

.right_block2 {
	/*background-color: #84cdca;*/
	color: #484b59;
	padding: 20px;
	border-radius: 10px;
	transform: rotate(0.005turn);
}

.right_block2 h2 {
	/*background-color: #484b59;
	padding: 10px;
	border-radius: 10px; */
	
	background: url('/bitrix/templates/second/images/markers/marker-b-9.svg');
 	margin: -2px -5px 30px -5px;
 	padding:  10px  17px;
	
	color: #ffffff;
	font-size: 24px;
	display: table;
	position: relative;
	top: 10px;
	transform: rotate(-0.008turn);
}


.right_block2 ul li {
	font-size: 16px;
	/*padding: 5px 10px;*/
	list-style-type: none;
	/*background-color: #fde268;*/
	/*border-radius: 10px;*/
	background: url('/bitrix/templates/second/images/markers/marker-y-9.svg');
 	margin: -2px -5px;
 	padding:  5px  15px;
	float: left;
	display: table;
	margin: 10px;
	transform: rotate(0.005turn);
	
}
.right_block2 ul.pd li {
	padding-left: 30px;
}
.right_block2 ul li span{
	font-size: 34px;
	position: absolute;
	left: 5px;
	top:-2px;
}

.right_block2 ul li:nth-child(even) {
	transform: rotate(-0.005turn);
	float: right;
}
.right_block2 input {
	margin: 0px;
}

h2.bg_green {
	background: url('/bitrix/templates/second/images/markers/marker-g-9.svg');
 	margin: -2px -5px 30px -5px;
 	padding:  10px  17px;
	color: #484b59 !important;
}

.bg_yellow {
	background-color: #fde268 !important;
	color: #484b59 !important;
}

.bg_black {
	background-color: #484b59;
}

.bg_bir {
	background-color:#84cdca !important;
	color: #484b59 !important;
}

.rotate_right {
	transform: rotate(-0.005turn);
	}
.rotate_left {
	transform: rotate(0.005turn);
	}
.rotate_none {
	transform: rotate(0.0turn) !important;
}	

.right_block input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #484b59;
}
.right_block input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #484b59;
   opacity:  1;
}
.right_block input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #484b59;
   opacity:  1;
}
.right_block input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #484b59;
}
.right_block input::-ms-input-placeholder { /* Microsoft Edge */
   color:    #484b59;
}
.right_block input::placeholder { /* Most modern browsers support this now. */
   color:    #484b59;
}

.left_start {
	background: #484b59;
	padding: 20px;
	border-radius: 10px;
	color: #ffffff;
	min-height: 560px;
	width: 100%;
}

.course_format {
	background-color: #d2dbaa;
	padding: 10px;
	border-radius: 10px;
	color: #484b59;
	display: table;
	transform: rotate(0.02turn);
	position: absolute;
	top: 5px;
	right: -10px;
	font-size: 14px;
	z-index:3;
}

.left_start .btn-hvr-white2:after {
	background-color: #84cdca;
}

.left_start .btn-hvr-white2:hover{
	color: #ffffff;
}

.row {
	width: 100%;
}

.items {
  display: flex;
  justify-content: top;
  align-items: top;
  width: 100%;
  height: 100%;
  /*overflow: hidden;*/
}
.items__inner {
  position: absolute;
  width: 100%;
}

/*.items__item {
	border: 1px solid red;
}*/
.items__layer .items__item {
  position: absolute;
}
.items__layer .items__item:after {
  content: attr(data-title);
  position: absolute;
  line-height: 20px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
}
.items__layer .items__item:hover:after {
  visibility: visible;
  opacity: 1;
}
.mini_obj_acc_1_1 .items__item {
  top: 100px;
  left: -120px;  
}
.mini_obj_acc_1_1 .items__item:after {
  top: -23px;
  left: 0;
  color: #2E385C;
}
.mini_obj_acc_1_2 .items__item {
  top: 160px;
  left: 300px;
  width: 100px;
  height: 100px;
  transform: rotate(-0.8turn);

}
.mini_obj_acc_1_2 .items__item:after {
  bottom: -23px;
  right: 0;
  color: #5A5050;
}
.mini_obj_acc_1_3 .items__item {
  top: 300px;
  left: 360px;
  width: 100px;
  height: 100px;
  transform: rotate(-0.5turn);
 
}
.mini_obj_acc_1_3 .items__item:after {
  bottom: -23px;
  left: 0;
  color: #366C6F;
}
.mini_obj_acc_1_4 .items__item {
  top: 400px;
  left: -100px;
  width: 100px;
  height: 100px;
  transform: rotate(0.5turn);
 
}
.mini_obj_acc_1_4 .items__item:after {
  top: -23px;
  right: 0;
  color: #d0d8d2;
}
.mini_obj_acc_1_5 .items__item {
  top: 0px;
  left: 100px;
  width: 200px;
  height: 200px;
   transform: rotate(-0.8turn);
 
}
.mini_obj_acc_1_5 .items__item:after {
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  line-height: 20px;
  margin: auto;
  text-align: center;
  color: #c69891;
}
.mini_obj_acc_1_6 .items__item {
  top: 150px;
  left: 200px;
  width: 200px;
  height: 480px;
  transform: rotate(-0.5turn);
 
}
.mini_obj_acc_1_6 .items__item:after {
  top: -23px;
  right: 0;
  color: #d0d8d2;
}

.mini_obj_acc_1_7 .items__item {
  top: 100px;
  left: 200px;
 width: 200px;
  height: 200px;
 
}
.mini_obj_acc_1_7 .items__item:after {
  top: -23px;
  right: 0;
  color: #d0d8d2;
}
.mini_obj_acc_1_8 .items__item {
  top: 450px;
  left: -150px;
  width: 200px;
  height: 200px;
 
}
.mini_obj_acc_1_8 .items__item:after {
  top: -23px;
  right: 0;
  color: #d0d8d2;
}
.mini_obj_acc_1_9 .items__item {
  top: 200px;
  left: 150px;
  width: 200px;
  height: 200px;
   transform: rotate(-45deg);
 
}
.mini_obj_acc_1_9 .items__item:after {
  top: -23px;
  right: 0;
  color: #d0d8d2;
}

.mini_obj_acc_1_10 .items__item {
  top: 280px;
  left: 270px;
  width: 200px;
  height: 200px;
  transform: rotate(15deg);
 
}
.mini_obj_acc_1_10 .items__item:after {
  top: -23px;
  right: 0;
  color: #d0d8d2;
}

.mini_obj_acc_1_11 .items__item {
  top: 170px;
  left: -160px;
  width: 200px;
  height: 200px;
 
}
.mini_obj_acc_1_11 .items__item:after {
  top: -23px;
  right: 0;
  color: #d0d8d2;
}

.mini_obj_acc_1_12 .items__item {
  top: 220px;
  left: 10px;
  width: 200px;
  height: 200px;
 
}
.mini_obj_acc_1_12 .items__item:after {
  top: -23px;
  right: 0;
  color: #d0d8d2;
}

.mini_obj_acc_1_13 .items__item {
  top: 250px;
  left: 100px;
  width: 200px;
  height: 200px;
  transform: rotate(15deg);
 
}
.mini_obj_acc_1_13 .items__item:after {
  top: -23px;
  right: 0;
  color: #d0d8d2;
}
.mini_obj_acc_1_14 .items__item {
  top: 350px;
  left: -160px;
 width: 200px;
  height: 200px;
 
}
.mini_obj_acc_1_14 .items__item:after {
  top: -23px;
  right: 0;
  color: #d0d8d2;
}

.mini_obj_acc_1_15 .items__item {
  top: 250px;
  left: 150px;
  width: 400px;
  height: 400px;
 
}
.mini_obj_acc_1_15 .items__item:after {
  top: -23px;
  right: 0;
  color: #d0d8d2;
}

.mini_obj_acc_1_16 .items__item {
  top: 350px;
  left: 330px;
  width: 200px;
  height: 200px;
 
}
.mini_obj_acc_1_16 .items__item:after {
  top: -23px;
  right: 0;
  color: #d0d8d2;
}
.mini_obj_acc_1_17 .items__item {
  top: 550px;
  left: 530px;
  width: 200px;
  height: 200px;
 
}
.mini_obj_acc_1_17 .items__item:after {
  top: -23px;
  right: 0;
  color: #d0d8d2;
}

.mini_obj_acc_1_18 .items__item {
  top: 150px;
  left: 0px;
  width: 200px;
  height: 200px;
 
}
.mini_obj_acc_1_18 .items__item:after {
  top: -23px;
  right: 0;
  color: #d0d8d2;
}
.mini_obj_acc_1_19 .items__item {
  top: 300px;
  left: -100px;
  width: 300px;
  height: 300px;
 
}
.mini_obj_acc_1_19 .items__item:after {
  top: -23px;
  right: 0;
  color: #d0d8d2;
}
.mini_obj_acc_1_20 .items__item {
  top: 250px;
  left: -130px;
  width: 200px;
  height: 200px;
 
}
.mini_obj_acc_1_20 .items__item:after {
  top: -23px;
  right: 0;
  color: #d0d8d2;
}
.mini_obj_acc_1_21 .items__item {
  top: 150px;
  left: 430px;
 width: 200px;
  height: 200px;
 
}
.mini_obj_acc_1_21 .items__item:after {
  top: -23px;
  right: 0;
  color: #d0d8d2;
}
.mini_obj_acc_1_22 .items__item {
  top: 450px;
  left: 30px;
  width: 200px;
  height: 200px;
 
}
.mini_obj_acc_1_22 .items__item:after {
  top: -23px;
  right: 0;
  color: #d0d8d2;
}

.mini_obj_acc_1_23 .items__item {
  top: 550px;
  left: 0px;
 width: 200px;
  height: 200px;
 
}
.mini_obj_acc_1_23 .items__item:after {
  top: -23px;
  right: 0;
  color: #d0d8d2;
}

.mini_obj_acc_1_24 .items__item {
  top: 550px;
  left: 0px;
  width: 200px;
  height: 200px;
 
}
.mini_obj_acc_1_24 .items__item:after {
  top: -23px;
  right: 0;
  color: #d0d8d2;
}

.mini_obj_acc_1_25 .items__item {
  top: 550px;
  left: 0px;
  width: 200px;
  height: 200px;
 
}
.mini_obj_acc_1_25 .items__item:after {
  top: -23px;
  right: 0;
  color: #d0d8d2;
}

.mini_obj_acc_1_26 .items__item {
  top: 550px;
  left: 0px;
  width: 200px;
  height: 200px;
 
}
.mini_obj_acc_1_26 .items__item:after {
  top: -23px;
  right: 0;
  color: #d0d8d2;
}

.mini_obj_acc_1_27 .items__item {
  top: 50px;
  left: 350px;
  width: 200px;
  height: 200px;
 
}
.mini_obj_acc_1_27 .items__item:after {
  top: -23px;
  right: 0;
  color: #d0d8d2;
}

.mini_obj_acc_1_28 .items__item {
  top: 550px;
  left: 0px;
  width: 200px;
  height: 200px;
 
}
.mini_obj_acc_1_28 .items__item:after {
  top: -23px;
  right: 0;
  color: #d0d8d2;
}

.mini_obj_acc_1_29 .items__item {
  top: 250px;
  left: 0px;
  width: 200px;
  height: 200px;
 
}
.mini_obj_acc_1_29 .items__item:after {
  top: -23px;
  right: 0;
  color: #d0d8d2;
}

.mini_obj_acc_1_30 .items__item {
  top: 550px;
  left: 0px;
  width: 200px;
  height: 200px;
 
}
.mini_obj_acc_1_30 .items__item:after {
  top: -23px;
  right: 0;
  color: #d0d8d2;
}

#big_photo_acc .items__item {
	top: 50px;
  	left: 20px;
  	width: 350px;
  	height:300px;
}

#big_photo_acc .items__item {
	top: -23px;
  	left: 0;
}

.mobile_img_bg, .abs {
	display: none;
}

.btn-corner {
 position: relative;
 margin-top: -50px;
}

/* ===================================
   Compare
====================================== */

table.compare_table {
	border-collapse: collapse !important;
	border-radius: 10px 10px 10px 10px;
	border-spacing: 0;
	width: 100%; 
	border: 0px; 
	border-collapse: collapse; 
	overflow: auto;
	}
	
table.compare_table thead {
	background-color: #5c7479; color: #ffffff; 
	text-align:center; 
	font-size: 20px;
	border-radius: 10px 10px 10px 10px;
	}

table.compare_table, table.compare_table thead {
	border-radius: 10px 10px 10px 10px;
}

th {
	position: -webkit-sticky;
	position: sticky;
  	top: 75px;
  	background-color: #5c7479; 
  	color: #ffffff;
}

table.compare_table td {
	padding: 0.6rem 1rem; 
	border-bottom: 1px solid #e8e9eb;
	}

table.compare_table td.text_pgs {
	/*background-color: #f1f1f1;*/
	width: 40%;
	text-align:center;
}

table.compare_table td.text_mes {
	/*background-color: #484b59;
	color: #ffffff;*/
	width: 40%;
	text-align:center;
}

table.compare_table tr:hover td {
	background-color: #84cdca;
	color: #ffffff;
}

table.compare_table td:first-child {
	border-left: 1px solid #e8e9eb;
}
table.compare_table td:nth-child(3) {
	border-right: 1px solid #e8e9eb;
}

table.compare_table tr:hover td:first-child{
	background-color: #fde268;
	color: #484b59;
}


/* ===================================
   Media Queries
====================================== */
@media (max-width: 1375px){
	.navbar-top-default .navbar-nav .nav-link {
	font-size:12px;
	text-transform: uppercase;
	}
	.nav-item a.active {
		font-size: 12px;
		text-transform: uppercase;
	}
}	

@media (max-width: 1240px){
	.ni_0 {
		display: none !important;
	}
}
@media screen and (max-width: 1140px){
 	.header-appear .navbar .menu-btn{
        display: block;
    }
    #menu_sec {
    	display: none!important;
    }
}
@media (max-width: 1280px) and (min-width: 992px) {

    .about-img {
        height: 580px;
    }
    .image img.about-img {
        height: 580px;
    }
}
@media screen and (max-width: 1199px) {
    h1, .h1{
        font-size: 3.56rem;
    }
    h2 {
        font-size: 2.45rem;
    }
    h3 {
        font-size: 1.65rem;
    }
    h4 {
        font-size: 1.15rem;
    }
    h5  {
        font-size: 1rem;
    }
    .navbar-top-default .navbar-nav .nav-link {
        padding-right: 0.1rem;
        padding-left: 0.1rem;
        margin-right: 1rem;
        margin-left: 1rem;
    }
    .split-container-setting {
        max-width: 400px;
        margin-right: 67px;
    }
    .split-container-setting.style-two {
        max-width: 400px;
        margin-left: 70px;
    }
    .split-container-setting.style-three {
        max-width: 400px;
    }
    .nav-radius .navbar-nav .nav-item .nav-link {
        margin-right: 0.1rem;
        margin-left: 0.1rem;
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .team-classic-content {
        padding: 80px 20px;
    }
    .btn-setting {
     padding: 9px 14px;
    }
   
}

@media screen and (max-width: 1024px) {
    .about-img {
        height: 480px;
    }
    /* parallax setting */
	.parallax-setting {
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: repeat;
    background-position: center center;
    overflow: visible;
    width: 100%;
	}
	.middle80 {
	 white-space: normal;
	}
}

@media screen and (max-width: 991px) {
    h1, .h1 {
        font-size: 2.95rem;
    }
    h2 {
        font-size: 2.3rem;
    }
    h3 {
        font-size: 1.4rem;
    }
    h4 {
        font-size: 1.125rem;
    }
    .mt-sm-40px {
        margin-top: 40px;
    }
    .sm-mt-2rem {
        margin-top: 2rem;
    }
    .sm-mt-5 {
        margin-top: 3rem;
    }
    .sm-mt-15px {
        margin-top: 15px;
    }
    .sm-mb-10px {
        margin-bottom: 10px;
    }
    .md-mb-5 {
        margin-bottom: 3rem;
    }
    .sm-text-center {
        text-align: center !important;
    }
    .sm-p-0 {
        padding: 0;
    }
    #home.h-100vh {
        min-height: unset !important;
    }
    .menu-bars-setting {
        position: relative;
        right: 0;
        left: unset;
        top: unset;
        transform: translateX(0);
    }
    .split-container-setting, .split-container-setting.style-two, .split-container-setting.style-three {
        padding: 7.5rem 0;
        max-width: 720px;
        margin: 0 auto;
    }

    .testimonial-post {
        margin: 0 auto;
    }
    .testimonial-post .post, .testimonial-post .text-content {
        display: block;
        margin: 0 auto;
    }

    .side-menu {
        width: 45%;
    }
    .side-menu.center .side-nav .navbar-nav .nav-link {
        padding: 0 !important;
        margin-right: 0;
        margin-bottom: 10px;
        font-size: 20px;
        min-height: unset;
        line-height: 1.4;
    }
     .side-menu .nav-item a.active {
        color: #fde268;
        font-size:20px;
        margin-right: 0;
        display:inline-block;
        margin-bottom: 5px;
        margin-left:0px;
        min-height: unset;
        line-height: 1.4;
	}
    .split-box-container-setting {
        max-width: 650px;
        padding: 0 15px;
        margin: 0 auto;
    }
    .about-img, .image img.about-img {
        height: auto;
        width: 100%;
    }
    .contact-box {
        padding: 36px 20px;
    }
    .pricing-padding {
        padding: 7.5rem 0;
    }
    .about:before {
        display: none;
    }
    .items__inner {
    	width: 100%;
    	height: 100vh;
    	position absolute;
    }
    .items__item{
    	display: none;
    }
    #for .flip {
 	 max-width: 100%;
  	 width: 100% !important;
	}
	#for.feature-content .feature-col > .box {
	min-height: 760px;
	}
	#for .feature-col.two {
	min-height: 660px;
	}
	#for.feature-content .feature-col-1.one-1{
    background: #ffffff;
     max-height: 760px;
	}
    .mobile_img_bg, .abs {
		display: block;
	}  
	.abs {
		position:absolute; width: 100%;
	}
	.mib_1 {
		position:absolute;
		top: 330px;
		right: -10px;
		transform: rotate(40deg);
	}
	.mib_2 {
		position:absolute;
		top: 220px;
		left: -30px;
	}
	.mib_3 {
		position:absolute;
		top: 560px;
		left: -30px;
	}
	.mib_4 {
		position:absolute;
		top: 600px;
		right: -10px;
		transform: rotate(-20deg);
	}
	.mib_6 {
		position:absolute;
		top: -20px;
		right: -10px;
		transform: rotate(20deg);
	}
	.mib_7 {
		position:absolute;
		top: 960px;
		left: -55px;
		transform: rotate(40deg);
	}
	.mib_8 {
		position:absolute;
		top: 0px;
		left: -25px;
	}
	.mib_11 {
		position:absolute;
		top: 830px;
		right: -30px;
	}
	
	table.compare_table {
	  border-color: transparent !important;
	}
		table.compare_table thead {
		display: none;
		}
		table.compare_table td.compare_head {
			background-color: transparent;
		}
	  table.compare_table tr {
		display: block;
		margin-bottom: 2rem;
		border: 1px solid #cccccc;
		border-radius: 10px 10px 10px 10px;
	  }
	  
	  table.compare_table td {
		display: block;
		text-align: center;
		width:100%;
		margin-bottom:2px;
		border-radius: 5px 5px 5px 5px;
		border:none;
	  }
	  table.compare_table td:before {
		content: attr(aria-label);
		display: block;
		float: none;
		font-size: 12px;
		
		background-color: #5c7479;
		color: #ffffff;
		
		padding: 2px 5px;
		border-radius: 5px 5px 5px 5px;
		line-height: 12px;
		margin-bottom: 20px;
		position:relative;
	  }
	  table.compare_table td.text_mes:before {
	   background-color: #fde268;
	   color: #000000;
	   font-size: 14px; 
	  }
		table.compare_table td.compare_head:before {display: none;}
	  	table.compare_table td.compare_head span {
			background: url('/bitrix/templates/second/images/markers/marker-b.svg');
			margin: -2px -5px;
			padding: 2px  10px;
			color: #000000;
			font-size: 24px;
		}
		table.compare_table td.text_pgs, table.compare_table td.text_mes{
			width: 100%;
		}
		table.compare_table td.text_mes {
			/*background-color: #484b59;*/
		}
		

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

    h1, .h1 {
        font-size: 2.65rem;
    }

    h2, .main-title.style-two h2, .cbp-l-project-title {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.375rem;
    }

    h4 {
        font-size: 1.115rem;
    }
    p {
        font-size: 14px;
    }
    .logo {
        max-width: 120px;
    }
    .side-menu {
        width: 380px;
    }

    section, .section-padding, .pricing-padding {
        padding: 4.5rem 0;
    }
    .awaza {
        display: none !important;
    }
    .d-xs-none {
        display: none !important;
    }
    .d-xs-block {
        display: inline-block !important;
    }
    .mt-xs-4rem {
        margin-top: 0 !important;
    }
    .mt-xs-40px {
        margin-top: 40px;
    }
    .mb-xs-5 {
        margin-bottom: 3rem !important;
    }
    .mt-xs-5 {
        margin-top: 3rem !important;
    }
    .mb-xs-2rem {
        margin-bottom: 2rem !important;
    }
    .mb-xs-3 {
        margin-bottom: 1rem !important;
    }
    .mt-xs-0 {
        margin-top: 0 !important;
    }
    .mb-xs-0 {
        margin-bottom: 0 !important;
    }
    .mr-xs-0 {
        margin-right: 0 !important;
    }
    .ml-xs-0 {
        margin-left: 0 !important;
    }
    .mrl-xs-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .m-xs-0 {
        margin: 0 !important;
    }
    .pt-xs-4 {
        padding-top: 1.5rem !important;
    }
    .pt-xs-25px {
        padding-top: 25px;
    }
    .pt-xs-0 {
        padding: 0 !important;
    }
    .pb-xs-0 {
        padding-bottom: 0 !important;
    }
    .pr-xs-0 {
        padding-right: 0 !important;
    }
    .pl-xs-0 {
        padding-left: 0 !important;
    }
    .price-item {
        padding: 2rem 2rem 3rem;
    }
    .text-xs-center {
        text-align: center !important;
    }
    .btn-setting {
        font-size: 20px;
        padding: 8px 28px;
    }

    .w-xs-50 {
        width: 50%;
    }

    .split-container-setting, .split-container-setting.style-two, .split-container-setting.style-three {
        max-width: 540px;
        padding: 4.5rem 0;
    }

    .main-title {
        margin-bottom: 2.5rem;
    }
    .main-title h2,  .cbp-l-project-title {
        margin-bottom: 1.2rem;
    }

    .order-xs-2 {
        order: 2;
    }

    .footer-icons li a {
        height: 45px;
        width: 45px;
        font-size: 16px;
        line-height: 50px;
    }

    .price-transform {
        transform: translateY(0);
    }

    .contact-transform {
        transform: translateY(-50%);
    }
    .contact-box {
        padding: 4.5rem 0;
    }
    .brand-transform-padding {
        padding: 0 0 490px;
    }
    .footer-transform-padding {
        padding: 490px 0 0;
    }

    .quarter-circle {
        width: 100px;
        height: 100px;
    }

    .logo-full {
        display: inline-block;
        width: 150px;
    }

    .icon-box-large {
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }
    .slider-social .icon-box-large a {
        width: 30px;
        height: 30px;
    }
    .slider-social .icon-box-large i {
        line-height: 30px;
    }
    .icon-box-large-two {
        width: 60px;
        height: 60px;
    }
    .slider-social .icon-box-large-two a {
        width: 45px;
        height: 45px;
    }
    .slider-social .icon-box-large-two i {
        line-height: 45px;
    }
    .slider-social i {
        font-size: 16px;
    }
    .slider-social i.font-16 {
        font-size: 14px;
    }
    .icon-box-small {
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }
    .slider-social .icon-box-small a {
        border-radius: 50%;
        width: 30px;
        height: 30px;
    }
    .slider-social .icon-box-small i {
        line-height: 30px;
    }
    .big_header_courses{
    	font-size: 30px;
    } 
    
    .big_header_courses span {
		font-size: 40px;
		color: #84cdca;
		margin: 10px 0px;
		display: block;
	}
	.course_free .btn-setting {
		right: -20px;
	}
	.course_format {
     	right: 0px;
    }
    .container {
    	width: 80%;
    	padding: 0px;
    }
    .tabs-item, .right_block {
    	transform: rotate(-0.000turn);
    }
    .discount {
    	top: -10px;
		right: -20px;
    }
     .d2 {
    	top: -30px;
		right: -20px;
    }
    #tabs .btn-setting {
     top: -35px;
     right: -20px;
     transform: rotate(-0.02turn);
    }
    .col-sm-12, .col-md-12, .col-lg-6, .col-xl-6, .p-3 {
    	padding: 0px !important;
    }
    .row {
    margin-left: 0px;
    margin-right: 0px;
    }
    
    #features .flip {
		max-width: 100%;
	}
	
    .header_courses_descr ul li, .header_courses_descr .marked  {
		font-size: 16px;
	}
	.mobile_min_height {
		min-height: 300px;
		padding-top: 100px;
	}
	.hh_text {
		margin-top: -40px !important;
	}
	.hu__hu__ {
		margin-left: 0px !important;
	}
	.marked, .marked_b{
	 white-space: normal;
	}
	.big_header_courses2 span {
	 font-size: 35px;
	}
	#testimonials_descktop{
	display: none;
	}

	#testimonials_mob{
		display: block;
		background-color: #84cdca;
	}
}

@media screen and (max-width: 575px) {
    .side-menu .inner-wrapper {
        padding: 2.5rem 5rem 3.5rem;
    }
    .loading {
        top: 46%;
        left: 46%;
    }
   
    .main-title h5 {
        line-height: 1;
        margin-bottom: 1rem;
    }
    .loader-box {
        position: relative;
        display: grid;
        grid-template-columns: 33% 33% 33%;
        grid-gap: 2px;
        height: 70px;
        margin: 0 auto 45px auto;
        width: 70px
    }
    .left_start {
    	min-height: 630px;
    }
}
@media screen and (max-width: 480px) {
    .side-menu {
        width: 370px;
    }
}

.rt05{
		transform: rotate(0.01turn);
		top:-20px;
		right: -40px;
		position: static;
	}
.checkFormAuth {
	display: none;
}
