/* reset css start */
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700|Roboto:400,500,700');

:root {
    --heading-font: 'Roboto Slab', serif;
    --para-font: 'Roboto', sans-serif;
    --heading-color: #242424;
    --para-color: #242424;
    --primary-bg: #f5f5f5;
}

html {
    scroll-behavior: smooth;
}

body {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    padding: 0;
    margin: 0;
    font-weight: 400;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: inset 1px 0px 9px 0px #000087;
}

::-webkit-scrollbar-thumb {
    background-color: white;
    border-radius: 5px;
    height: 60px;
    box-shadow: 1px 0px 9px 0px #000;
}

img {
    max-width: 100%;
    height: auto;
}

button:focus,
input:focus,
textarea:focus {
    outline: none;
    /*    border-color: #ff8f79 !important;*/
}

input {
    border: 1px solid transparent !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
    font-family: var(--para-font);
    color: var(--heading-color);
    font-weight: 300;
    margin: 0;
    line-height: 1.3;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 23px;
}

h3,
h3 > a {
    font-size: 30px;
    text-transform: none;
    line-height: 1.2;
}

h4,
h4 > a {
    font-size: 24px;
    text-transform: none;
}

h5,
h5 > a {
    font-size: 18px;
    text-transform: none;
}

h6,
h6 > a {
    font-size: 15px;
    text-transform: none;
}

a {
    color: var(--heading-color);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

a {
    display: inline-block;
}

a:focus,
a:active,
a:hover {
    color: var(--heading-color);
    text-decoration: none;
}

p,
span,
li {
    font-family: var(--para-font);
    color: var(--para-color);
    line-height: 1.5;
    margin: 0;
    font-weight: 400;
}

.line-li {
    border-top: solid rgba(0, 0, 0, 0.08) 0.05px;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

button {
    font-weight: 700;
}

input[type="submit"] {
    cursor: pointer;
}

.btn {
    border-radius: 0 !important;
}

/* reset css end */

/* global css start */
.mr-t-b-15 {
    margin-top: -15px;
    margin-bottom: -15px;
}

.solid-bg-blue {
    background-color: #4886ff;
}

.solid-bg-tomato {
    background-color: #ff6f6f;
}

.cmn-button {
    padding: 10px 35px;
    background: #000089;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    text-transform: capitalize;
    font-size: 15px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;

}

.cmn-button:hover {
    color: #fff;
    background-color: #0000898f;
}

.cmn-button.style-2 {
    background-color: transparent;
    border: 1px solid #ff8f79;
    color: #242424;
}

.cmn-button.style-2:hover {
    background-color: #ff8f79;
    color: #f4f2ef;
}

.section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-bg {
    background-color: var(--primary-bg);
}

.section-header-area p {
    margin-top: 25px;
}

.section-header {
    max-width: 340px;
    margin: 0 auto;
}

.section-wrapper {
    margin-top: 48px;
}

.section-left-head {
    margin-bottom: 25px;
}

.section-left-head-top,
.section-header-top {
    font-size: 36px;
    font-family: var(--heading-font);
    line-height: 1;
    font-weight: 700;
}

.section-left-sub-head {
    color: #ff8f79;
    text-transform: uppercase;
    line-height: 1;
}

.section-left-content p {
    margin-bottom: 27px;
}

.section-left-content .cmn-button {
    margin-top: 11px;
}

.color-one {
    background-image: -moz-linear-gradient(75deg, rgb(255, 255, 255) 0%, rgb(240, 85, 85) 0%, rgb(255, 255, 255) 0%, rgb(246, 29, 52) 0%, rgb(242, 134, 145) 0%, rgb(238, 238, 238) 0%, rgb(64, 156, 227) 0%, rgb(151, 207, 250) 100%);
    background-image: -webkit-linear-gradient(75deg, rgb(255, 255, 255) 0%, rgb(240, 85, 85) 0%, rgb(255, 255, 255) 0%, rgb(246, 29, 52) 0%, rgb(242, 134, 145) 0%, rgb(238, 238, 238) 0%, rgb(64, 156, 227) 0%, rgb(151, 207, 250) 100%);
    background-image: -ms-linear-gradient(75deg, rgb(255, 255, 255) 0%, rgb(240, 85, 85) 0%, rgb(255, 255, 255) 0%, rgb(246, 29, 52) 0%, rgb(242, 134, 145) 0%, rgb(238, 238, 238) 0%, rgb(64, 156, 227) 0%, rgb(151, 207, 250) 100%);
}

.color-two {
    background-image: -moz-linear-gradient(75deg, rgb(246, 29, 52) 0%, rgb(242, 134, 145) 0%, rgb(238, 238, 238) 0%, rgb(241, 87, 17) 0%, rgb(216, 95, 41) 0%, rgb(249, 167, 130) 0%, rgb(247, 130, 128) 0%, rgb(255, 91, 53) 100%);
    background-image: -webkit-linear-gradient(75deg, rgb(246, 29, 52) 0%, rgb(242, 134, 145) 0%, rgb(238, 238, 238) 0%, rgb(241, 87, 17) 0%, rgb(216, 95, 41) 0%, rgb(249, 167, 130) 0%, rgb(247, 130, 128) 0%, rgb(255, 91, 53) 100%);
    background-image: -ms-linear-gradient(75deg, rgb(246, 29, 52) 0%, rgb(242, 134, 145) 0%, rgb(238, 238, 238) 0%, rgb(241, 87, 17) 0%, rgb(216, 95, 41) 0%, rgb(249, 167, 130) 0%, rgb(247, 130, 128) 0%, rgb(255, 91, 53) 100%);
}

.color-three {
    background-image: -moz-linear-gradient(75deg, rgb(255, 255, 255) 0%, rgb(246, 29, 52) 0%, rgb(242, 134, 145) 0%, rgb(238, 238, 238) 0%, rgb(64, 156, 227) 0%, rgb(255, 255, 255) 0%, rgb(46, 200, 97) 0%, rgb(83, 231, 132) 99%);
    background-image: -webkit-linear-gradient(75deg, rgb(255, 255, 255) 0%, rgb(246, 29, 52) 0%, rgb(242, 134, 145) 0%, rgb(238, 238, 238) 0%, rgb(64, 156, 227) 0%, rgb(255, 255, 255) 0%, rgb(46, 200, 97) 0%, rgb(83, 231, 132) 99%);
    background-image: -ms-linear-gradient(75deg, rgb(255, 255, 255) 0%, rgb(246, 29, 52) 0%, rgb(242, 134, 145) 0%, rgb(238, 238, 238) 0%, rgb(64, 156, 227) 0%, rgb(255, 255, 255) 0%, rgb(46, 200, 97) 0%, rgb(83, 231, 132) 99%);
}

.color-four {
    background-image: -moz-linear-gradient(top, rgba(245, 250, 59, 1), rgba(255, 255, 255, 0));
    background-image: -webkit-linear-gradient(top, rgba(245, 250, 59, 1), rgba(255, 255, 255, 0));
    background-image: -ms-linear-gradient(top, rgba(245, 250, 59, 1), rgba(255, 255, 255, 0));
}

/* global css end */

/* slider nav css  */
.banner-slider .owl-nav,
.testimonial-slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

.banner-slider .owl-prev,
.testimonial-slider .owl-prev {
    float: left;
    margin-left: 50px;
}

.testimonial-slider .owl-prev {
    margin-left: -200px;
}

.banner-slider .owl-next,
.testimonial-slider .owl-next {
    float: right;
    margin-right: 50px;
}

.testimonial-slider .owl-next {
    margin-right: -200px;
}

.banner-slider button.owl-prev,
.banner-slider button.owl-next,
.banner-slider button.owl-prev.disabled,
.banner-slider button.owl-next.disabled,
.testimonial-slider button.owl-prev,
.testimonial-slider button.owl-next,
.testimonial-slider button.owl-prev.disabled,
.testimonial-slider button.owl-next.disabled {
    background-color: transparent !important;
    color: #f4f2ef !important;
    border: 1px solid #f4f2ef !important;
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    line-height: 60px;
}

.banner-slider button.owl-prev,
.banner-slider button.owl-next,
.banner-slider button.owl-prev:hover,
.banner-slider button.owl-next:hover,
.testimonial-slider button.owl-prev,
.testimonial-slider button.owl-next,
.testimonial-slider button.owl-prev:hover,
.testimonial-slider button.owl-next:hover {
    background-color: #ff8f79 !important;
    color: #f4f2ef !important;
    border-color: #ff8f79 !important;
}

.carou-1 {
    height: 538px !important;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
    overflow: hidden !important;
}


.owl-dots {
    width: 250%;
    position: absolute;
    bottom: 5% !important;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    text-align: center;
    padding: 0px !important;
}

.owl-carousel button.owl-dot {
    background: #fff;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 0px 5px;
}

.owl-carousel .owl-dot.active {
    background: black;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
    overflow: hidden !important;
    height: 526px;
}


/*  header-section css start */
.header-section.menu-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #f4f2ef;
    -webkit-box-shadow: 0px 3px 15px 3px rgba(33, 33, 34, 0.125);
    -moz-box-shadow: 0px 3px 15px 3px rgba(33, 33, 34, 0.125);
    box-shadow: 0px 3px 15px 3px rgba(33, 33, 34, 0.125);
}

.header-section.menu-fixed .header-top {
    display: none;
}

.header-top {
    background-color: #182939;
    padding: 10px 0;
}

.header-company-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-company-contact li {
    color: #f4f2ef;
    padding: 5px 0;
}

.header-company-contact li i {
    margin-right: 5px;
}

.header-company-contact li + li {
    margin-left: 27px;
}

.header-user-login-regis {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.header-user-login-regis li a {
    color: #f4f2ef;
    padding: 0 10px;
}

.header-user-login-regis li + li {
    border-left: 1px solid #525f6b;
    padding-right: 0;
}

.header-user-login-regis li i {
    margin-right: 5px;
}

/* menu css  */
.header-bottom {
    background-color: #f4f2ef;
}

.navbar {
    padding: 0;
}

.site-logo,
.site-title {
    display: block;
    font-size: 36px;
    line-height: 1;
    width: 265px
}

.site-title::first-letter {
    color: #ff8f79;
    font-weight: 700;
}

li.menu_has_children:after {
    position: absolute;
    content: "/";
    top: 30px;
    right: 2px;
    color: #000;
    font-family: 'FontAwesome';
    z-index: -10;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 2;
}

li.menu_has_children:last-child:after {
    position: absolute;
    content: "";
    top: 30px;
    right: 2px;
    color: #000;
    font-family: 'FontAwesome';
    z-index: -10;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 2;
}

li.menu_has_children:hover:after {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}

.main-menu li {
    position: relative;
}

.main-menu li a {
    text-transform: uppercase;
    font-weight: 700;
    padding: 29px 18px;
    display: inline-block;
    font-size: 16px;
    color: #242765;
}

.sub-menu {
    position: absolute;
    left: -20px;
    top: 125%;
    background-color: #f4f2ef;
    -webkit-box-shadow: 0px 18px 54px -8px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 18px 54px -8px rgba(0, 0, 0, 0.15);
    width: 220px;
    z-index: 999;
    padding: 15px 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    border-top: 2px solid #418ccb;
}

.main-menu li:hover > .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.sub-menu li a {
    padding: 10px 30px;
    display: block;
}

.sub-menu li a:hover {
    background-color: rgba(217, 217, 217, 0.3);
}

.sub-menu li.menu_has_children:after {
    position: absolute;
    content: "\f105";
    top: 6px;
    right: 30px;
}

.sub-menu li .sub-menu {
    position: absolute;
    top: 0;
    left: 95%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.sub-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    left: 100%;
    top: 0;
}











li.cont:after {
    position: absolute;
    content: "/";
    top: 30px;
    right: 2px;
    color: white;
    font-family: 'FontAwesome';
    z-index: -10;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 2;
}

li.cont:hover:after {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}


.sub-menu-2 {
    position: absolute;
    left: -20px;
    bottom: 35%;
    background-color: #f4f2ef;
    -webkit-box-shadow: 0px 18px 54px -8px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 18px 54px -8px rgba(0, 0, 0, 0.15);
    width: 220px;
    z-index: 999;
    padding: 15px 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    border-top: 2px solid #418ccb;
}

.main-menu li:hover > .sub-menu-2 {
    bottom: 60%;
    opacity: 1;
    visibility: visible;
    z-index: 100;
}

.sub-menu-2 li a {
    padding: 10px 30px;
    display: block;
}

.sub-menu-2 li a:hover {
    background-color: rgba(217, 217, 217, 0.3);
}

.sub-menu-2 li.menu_has_children:after {
    position: absolute;
    content: "";
    top: 6px;
    right: 30px;
}

.sub-menu-2 li .sub-menu {
    position: absolute;
    top: 0;
    left: 95%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.sub-menu-2 li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    left: 100%;
    top: 0;
}

.bot_social i {
    font-size: 26px;
    color: white;
}

.bot_social i:hover {
    transform: scale(1.03);
    transition: ease .3s;
    color: aqua;
}


.header-search-area {
    margin-left: 18px;
    position: relative;
}

.header-search-toggle {
    display: block;
    cursor: pointer;
    padding: 29px 0 29px 15px;
}

.header-search-toggle i {
    font-size: 18px;
    color: #bababa;
}

.header-serach-block {
    position: absolute;
    top: 120%;
    right: 0;
    z-index: 999;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.header-serach-block.closed {
    opacity: 0;
    visibility: hidden;
}

.header-serach-block.opened {
    opacity: 1;
    visibility: visible;
    top: 105%;
    -webkit-box-shadow: 0px 3px 15px 3px rgba(33, 33, 34, 0.125);
    -moz-box-shadow: 0px 3px 15px 3px rgba(33, 33, 34, 0.125);
    box-shadow: 0px 3px 15px 3px rgba(33, 33, 34, 0.125);
}

.header-search-form {
    width: 350px;
}

.header-search-form input {
    width: 80%;
    padding: 10px 20px;
    border: none;
}

.header-search-btn {
    width: 20%;
    cursor: pointer;
    border: none;
    background-color: #ff8f79;
}

.navbar-toggler {
    position: relative;
    display: inline-block;
    padding: 15px 20px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: none;
}

.navbar-toggler:focus {
    outline: none;
    border: none;
}

.menu-toggle {
    position: relative;
    display: block;
    width: 35px;
    height: 20px;
    background: transparent;
    border-top: 2px solid;
    border-bottom: 2px solid;
    color: var(--primary-color);
    font-size: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.menu-toggle:before,
.menu-toggle:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: currentColor;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: -webkit-transform 0.25s ease-in-out;
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    -o-transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    -moz-transition: -webkit-transform 0.25s ease-in-out;
    -ms-transition: -webkit-transform 0.25s ease-in-out;
}

span.is-active {
    border-color: transparent;
}

span.is-active:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

span.is-active:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

span.menu-toggle:hover {
    color: #ff8f79;
}

span.is-active {
    border-color: transparent;
}

span.is-active:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

span.is-active:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

/* menu affix css */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

/*  header-style2 css  */
.header-section.header-style2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.header-section.header-style2 .header-bottom {
    background-color: transparent;
}

.header-section.header-style2 .main-menu li a {
    color: #f4f2ef;
}




/*  banner-section css strat */
.banner-slider-item {
    position: relative;
    background-image: url(../images/banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 9;
}

.banner-slider-item2 {
    position: relative;
    background-image: url(../images/po_bg.jpg);

    background-repeat: no-repeat;
    background-size: cover;
    z-index: 9;
}

.banner-slider-item3 {
    position: relative;
    background-image: url(../images/bg_mastera.png);

    background-repeat: no-repeat;
    background-size: cover;
    z-index: 9;
}

.banner-slider-item4 {
    background-color: white;


}

.wooman img {
    width: 66%;
}

.dors_love {
    padding: 20px 0px;
}

.dors_love img {
    padding: 15px 0px;
}


.data_4 p,
.dors_love p {
    color: #d40000;
    font-size: 25px;
    text-align: center;
}

.icons_4{
    padding: 20px 0px;
}

.icons_4 p {
    font-size: 14px;
    color: #d40000;
}

.icons_4 img {
    width: 50%;
}

.banner-section {
    position: relative;
}

.banner-slider-item {
    position: relative;
}

.banner-slider-item:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: -10;
}



.good_life p {
    font-size: 28px;
    text-align: center;
    margin: 20px 0px;
}

.brand_face {
    width: 80% !important;
}

.nicol {
    margin-top: 5.5rem;
}

.icons_2 img,
.icons img {
    width: 50% !important;
    margin-top: 50px;
}




.cenzor {
    bottom: 0;
    right: 0;
    font-size: 20px;
    color: #7e7e7e;
}

.icons p {
    font-size: 14px;
}

.btn_blue {
    background: linear-gradient(to right, #6c7dff, rgba(137, 151, 250, 0.78));
    color: white;
    font-weight: 300;
}

.btn_green {
    background: linear-gradient(to right, #18db03, rgba(24, 219, 3, 0.72));
    color: white;
    font-weight: 300;
}

.data,
.data_3 {
    position: absolute;
    top: 30px;
}

.data_2 {
    position: absolute;
    top: 0px;
}

.data,
.data_3 {
    right: 0;
}

.lab,
.lab_2 {
    color: yellow;
    font-size: 50px;
}

.lab {
    top: 30px;
    right: 0;
    padding: 0px 20px;
    color: black;
}

.lab_text {
    font-size: 30px;
    color: black;
}

.lab_text_black {
    font-size: 30px;
    color: black;
}

.lab_text_2 {
    font-size: 30px;
    color: yellow;
}

.lab_2 {
    top: 30px;
    right: 0;
    color: yellow;
    font-size: 50px;
}

.proff p {
    color: yellow;
    font-size: 22px;
    text-align: center;
    margin: 20px 0px;
}


.dors p {
    font-size: 25px;
    text-align: center;
    margin: 20px 0px;
    color: black;
}

.icons_2 p {
    font-size: 14px;
    color: white;
    color: yellow;
}

.icons_3 img {
    width: 75%;
    padding-top: 20px;
}

.icons_3 p {
    font-size: 14px;
    color: white;
    color: black;
}

.mob {
    display: none;
}

.good_life_img {
    width: 75% !important;
    margin: auto;

}

.modal-content {
    background-color: #afafaf;
}

.scooll_logo {
    background-color: white;
}

.scooll_logo h1 {
    font-size: 56px;
    text-align: center;
    padding: 0px;
    background-color: #000087;
    color: white;
    font-weight: bolder;
}

.scooll_logo h2 {
    color: #000087;
    border-bottom: 2px solid #000087;
}

.school_discription {
    padding: 20px 0px;
}

h3.text-black {
    color: black;
    padding-bottom: 20px;
    text-align: center;
}

.text-1 {
    padding-bottom: 20px;
}


.text-1 p {
    text-align: left;
    font-size: 14px;
    padding: 0px 30px;
    color: black;
}

.item-carousel img,
.item-carousel_2 img {
    margin-top: -30px;
}

.bg_prog {
    padding: 20px 0px;
}

.social {
    background-color: #282828;
}

.social h2 {
    padding-top: 30px;
}

.social i {
    font-size: 65px;
    color: #919090;
    transform: scale(1);
    transition: .5s;
    padding: 30px 0px;
}

.social i:hover {
    color: white;
    transform: scale(1.03);
    transition: .5s;
}

.main_red_btn {
    background-color: #cb1919;
    color: white;
    border: 0;
    font-size: 15px;
    font-family: var(--para-font);
    font-weight: 300;
    letter-spacing: 5px;
    padding: 10px 30px;
    border: 1px solid #cb1919;
    margin-bottom: 30px;

}


.main_red_btn:hover {
    transform: scale(1.01);
    color: black;
}


.main_form h2 {
    font-size: 24px;
    font-weight: 200;
    color: white;
}

.main_form_2 {
    background-color: #86a2ff;
    padding: 50px 0px;
}


.main_form_2 p {
    font-size: 24px;
    color: white;
}

.row {
    margin-left: 0px;
    margin-right: 0;
}

.main_form_2 input {
    padding: 10px 0px 10px 15px;
}

.main_form_2 h2 {
    font-size: 24px;
    font-weight: 200;
    color: white;
}

.baner {
    background-image: url(../images/nicolay.png);
    background-repeat: no-repeat;
    background-size: cover;

}

.baner_text {
    padding: 100px 0px 50px 0px;
    width: 70%;
    text-align: left;
}

.baner p {
    width: 80%;
    font-size: 24px;
    padding: 50px 0px 50px 20px;
    text-align: right;
    margin: 0 auto;
    color: white;
}


.post {
    overflow: hidden;
    text-align: center;
}

.card-title {
    font-size: 22px;
    color: black;
    font-weight: bold;
}

.post p {
    padding: 15px 0px;
    font-size: 18px;
}

.real_item span {
    color: #7355ff;
    font-size: 16px;
    font-weight: 700;

}

.on_line_item span {
    color: #0f9600;
    font-size: 16px;
    font-weight: 700;

}

.post {
    width: 30%;
    height: auto !important;
}

.post_2 {
    width: 30% !important;
    height: auto !important;
}

.post img:hover {
    transform: scale(1.02);
    transition: ease all .5s;
}


.samara {
    display: none;
}

.modal-body iframe {
    width: 100%;
    height: 280px;
    box-shadow: 2px 0px 10px 0px black;
}

/*Brun*/
.bg-brun {
    background-image: url(../images/Brun_2021_fone.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 10px;
}

.bg-brun h2 {
    font-weight: 300;
    font-size: 24px;
    color: white;
    padding: 20px 0px;
}

.bg-brun img:last-child {
    position: absolute;
    width: 15%;
    padding: 30px 0px;
    transition: ease all .5s;
}

.bg-brun img:last-child:hover {
    transform: scale(1.5);
    transition: ease all .5s;
    cursor: pointer;
}

/*Anna*/
.bg-anna {
    background-image: url(../images/bg_anna.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-anna h2 {
    color: black;
    font-size: 24px;
    padding: 20px 0px;
}

.bg-anna img:last-child {
    position: absolute;
    width: 15%;
    padding: 30px 0px;
    transition: ease all .5s;
}

.bg-anna img:last-child:hover {
    transform: scale(1.5);
    transition: ease all .5s;
    cursor: pointer;
}

/* ====== scroll-to-top css ====== */
.scroll-to-top {
    height: 60px;
    width: 60px;
    position: fixed;
    bottom: 5%;
    right: 5%;
    display: none;
    z-index: 99;
    cursor: pointer;
    text-align: center;
    border-radius: 50%;
    background-color: #ff8f79;
    line-height: 77px;
}

.scroll-to-top .scroll-icon {
    font-size: 31px;
    color: #f4f2ef;
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

a[class*='lightcase-icon-'].lightcase-icon-close {
    top: 100px;
    right: 50px;
}

/* ====== preloader css ====== */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222222;
    z-index: 99999;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #cc8f00;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e6a100;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ff8f79;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.footer-section {
    background: linear-gradient(-45deg, #1f3041 5%, #6e99c7 85%, #070d91 15%);
    position: relative;
    z-index: 9;
}


.footer-top {
    padding-top: 96px;
    padding-bottom: 50px;
}

.footer-top p,
.company-footer-contact-list li {
    color: #f4f2ef;
}

/* ОБРАЗОВАТЕЛЬНЫЕ ПРОГРАММЫ */
.transfer_of_trainings {
    background-color: #afafaf;
    padding: 30px 0px;
}

.toggles {
    padding: 30px 0px;
    z-index: 100;
}

.toggles button {
    border-radius: 20px;
    border: 0;
    background-color: white;
    cursor: pointer;
    margin: 5px;
}

.toggles button:hover {
    transform: scale(1.03);
    transition: ease .2s;
    box-shadow: 0px 3px 7px 0px #242424;
}

/*  БЛОК С ВЕДУЩИМ */

.about_Im {
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.mass_logo h2 {
    padding: 25px 30px;
    color: black;
    font-weight: 500;
}

.mass_logo h3 {
    background-color: rgba(39, 39, 39, 0.84);
    padding: 10px 30px;
    color: white;
    font-weight: 500;
    font-size: 18px;
}

.mass_logo a {
    width: 25%;
    height: 100px;
    display: flex;
    align-items: center;
    margin: 0px 10px;
}

.vedyshi {
    text-align: center;
    margin-top: 85px;
}

.vedyshi img {
    width: 91%;
}

/* БЛОК С ТИНОЙ КОНДЕЛАКИ */

.bg-tina {
    background-image: url(../images/tina.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 10px;
}

.bg-tina h2 {
    font-weight: 300;
    font-size: 24px;
    color: white;
    padding: 20px 0px;
}

.tina_video {
    padding: 10px 0px 70px 0px;
}

.bg-tina img:last-child {
    position: absolute;
    width: 15%;
    padding: 30px 0px;
    transition: ease all .5s;
}

.bg-tina img:last-child:hover {
    transform: scale(1.5);
    transition: ease all .5s;
    cursor: pointer;
}

/* БЛОК С ПЕТРОМ ДРАНГО */

.bg-petr {
    background-image: url(../images/bg_petr.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 10px;
}

.bg-petr h2 {
    font-weight: 300;
    font-size: 24px;
    color: white;
    padding: 20px 0px;
}

.petr_video {
    padding: 10px 0px 70px 0px;
}

.bg-petr img:last-child {
    position: absolute;
    width: 15%;
    padding: 30px 0px;
    transition: ease all .5s;
}

.bg-petr img:last-child:hover {
    transform: scale(1.5);
    transition: ease all .5s;
    cursor: pointer;
}

/* БЛОК "ВЫБЕРИТЕ КУРС" */

.bg-kurs {
    background-color: #f4f4f4;
    padding-top: 20px;
}

.bg-kurs h2 {
    font-weight: 200;
}

.bg-kurs a, .bg-kurs button {
    outline: 0 !important;
    margin: 5px 0px;
    font-weight: bold;
    border: 1px solid grey;
}

.main_btn_kurs {
    
    justify-content: center;
    align-items: center;
    bottom: 10px;
    /*left: 79px;*/
}

.action {
    background-color: #6f99c7 !important;
    outline: none !important;
    color: white;
}

.btn_prog {
    cursor: pointer;
}

#bx_form_iframe_7 {
    height: 570px !important;
    background-color: inherit !important;
}

#bx_form_iframe_5,
#bx_form_iframe_13,
#bx_form_iframe_15,
#bx_form_iframe_17 {
    height: 650px !important;
    background-color: inherit !important;
}

#bx_form_iframe_21 {
    width: 100%;
    height: 365px !important;
    border: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: inherit !important;
}

#bx_form_iframe_19 {
    height: 285px !important;
    background-color: inherit !important;
}

.crm-webform-iframe {
    background-color: inherit !important;
}

.content,
.crm-webform-default {
    background-color: inherit !important;
}

.bot_tel {
    text-align: center;

}

.bot_tel a {
    font-size: 18px;
    color: white;
    margin-top: 5px;
}

.pay {
    background-color: whitesmoke;
    margin: 100px auto;
    height: 50vh;
    width: 50%;
}

.pay input {
    padding: 10px 30px;
}

.img_w {
    width: 85%;
}

.school_discription{
    background-image: url(../images/bg_blue.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0px;
}

.school_discription h3{
    font-size:24px;
    background-image: url(../images/circle.png);
    background-repeat: no-repeat;
    background-size: contain;
    border: 0;
    padding: 30px 0px 30px 10px;
    font-weight: 800;
    text-align: center;
    color: #000087;
}
.school_discription p{
    font-size: 16px;
    color: #000087;
    text-align: center;
}
