@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
4. Menu
5. Home
6. Classes
7. Call to action
8. Benefits
9. Testimonials
10. News & Offer
11. Footer


******************************/

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,900|Allura');

/*********************************
2. Body and some general stuff
*********************************/

* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

body {
    font-family: 'Questrial', sans-serif;
    font-size: 14px;
    font-weight: 400;
    background: #FFFFFF;
    color: #a5a5a5;
}

div {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    list-style: none;
    margin-bottom: 0px;
}

p {
    font-family: 'Questrial', sans-serif;
    font-size: 14px;
    line-height: 2.2;
    font-weight: 500;
    color: #6f6f6f;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

p a {
    display: inline;
    position: relative;
    color: inherit;
    /*border-bottom: solid 1px #ffa07f;*/
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

p:last-of-type {
    margin-bottom: 0;
}

a {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

a,
a:hover,
a:visited,
a:active,
a:link {
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

p a:active {
    position: relative;
    color: #FF6347;
}

/*p a:hover
{
	color: #FFFFFF;
	background: #ffa07f;
}*/
p a:hover::after {
    opacity: 0.2;
}

::selection {
    color: #007bff;
}

/* p::selection
{
	
} */

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Questrial', sans-serif;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

/* h1::selection, 
h2::selection, 
h3::selection, 
h4::selection, 
h5::selection, 
h6::selection
{
	
} */
.form-control {
    color: #db5246;
}

section {
    display: block;
    position: relative;
    box-sizing: border-box;
}

.clear {
    clear: both;
}

.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.trans_200 {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.trans_300 {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.trans_400 {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.trans_500 {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.fill_height {
    height: 100%;
}

.super_container {
    width: 100%;
    overflow: hidden;
}

.prlx_parent {
    overflow: hidden;
}

.prlx {
    height: 130% !important;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

.parallax_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.background_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.nopadding {
    padding: 0px !important;
}

.button {
    width: 180px;
    height: 46px;
    background: #007bff;
    text-align: center;
    border-radius: 20px;
}

.button a {
    display: block;
    line-height: 46px;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
}

/*********************************
3. Header
*********************************/
.header .logo img {
    max-width: 140px;
    padding-bottom: 5px;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    z-index: 100;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.header_content {
    height: 70px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.header.scrolled {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.header.scrolled .header_content {
    height: 80px;
}

.logo {
    font-size: 26px;
    font-weight: 500;
    color: #404040;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
}

.logo span {
    color: #007bff;
    font-weight: 700;
}

.main_nav {
    /*margin-left: 173px;*/
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
}

.main_nav ul li {
    position: relative;
    top: -6px;
}

.main_nav ul li:not(:last-child) {
    margin-right: 35px;
}

.main_nav ul li::after {
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -12px;
    width: 100%;
    height: 3px;
    background: #007bff;
    content: '';
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.main_nav ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #404040;
}

.main_nav ul li.active a,
.main_nav ul li:hover a {
    color: #007bff;
}

.main_nav ul li.active::after,
.main_nav ul li:hover::after {
    visibility: visible;
    opacity: 1;
    bottom: -2px;
}

.join_button {
    width: 180px;
    height: 35px;
    background: #007bff;
    text-align: center;
    border-radius: 20px;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
    margin-top: -10px;
}

.join_button a {
    display: block;
    line-height: 35px;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
}

.header_social {
    position: absolute;
    top: calc(50% + 5px);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: calc(100% + 29px);
}

.social ul li {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #8b7597;
    text-align: center;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.social ul li:hover {
    background: #007bff;
}

.social ul li:not(:last-child) {
    margin-right: 20px;
}

.social ul li a {
    display: block;
}

.social ul li a i {
    color: #FFFFFF;
    line-height: 34px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.hamburger {
    display: none;
    cursor: pointer;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
}

.hamburger i {
    font-size: 20px;
    color: #404040;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.hamburger:hover i,
.hamburger.active i {
    color: #007bff;
}

/*********************************
4. Menu
*********************************/

.menu {
    position: fixed;
    left: 0;
    top: -100vh;
    width: 100vw;
    height: 100vh;
    /* background: rgba(240,50,113,0.85); */
    background: #007bffe3;
    z-index: 99;
    -webkit-transition: all 800ms cubic-bezier(.88, .31, .65, .91);
    -moz-transition: all 800ms cubic-bezier(.88, .31, .65, .91);
    -ms-transition: all 800ms cubic-bezier(.88, .31, .65, .91);
    -o-transition: all 800ms cubic-bezier(.88, .31, .65, .91);
    transition: all 800ms cubic-bezier(.88, .31, .65, .91);
}

.menu.active {
    top: 0;
}

.menu_content {
    width: 100%;
    height: 100%;
}

.menu_nav_list li {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
}

.menu_nav_list li:first-child {
    transition-delay: 400ms;
}

.menu_nav_list li:nth-child(2) {
    transition-delay: 500ms;
}

.menu_nav_list li:nth-child(3) {
    transition-delay: 600ms;
}

.menu_nav_list li:nth-child(4) {
    transition-delay: 700ms;
}

.menu_nav_list li:nth-child(5) {
    transition-delay: 800ms;
}

.menu_nav_list li:nth-child(6) {
    transition-delay: 900ms;
}

.menu_nav_list li:nth-child(7) {
    transition-delay: 1000ms;
}

.menu_nav_list li:nth-child(8) {
    transition-delay: 1100ms;
}

.menu_nav_list li:nth-child(9) {
    transition-delay: 1200ms;
}

.menu.active .menu_nav_list li {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
}

.menu_nav_list li a {
    position: relative;
    font-size: 32px;
    color: #FFFFFF;
    font-weight: 400;
    line-height: 2;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.menu_nav_list li a::after {
    display: block;
    position: absolute;
    top: 63%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -15px;
    width: 0%;
    height: 3px;
    background: #FFFFFF;
    content: '';
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.menu_nav_list li a:hover {
    color: #f49dba;
}

.menu_nav_list li a:hover::after {
    width: calc(100% + 30px);
}

.menu_join {
    margin-top: 25px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 800ms 1200ms ease;
    -moz-transition: all 800ms 1200ms ease;
    -ms-transition: all 800ms 1200ms ease;
    -o-transition: all 800ms 1200ms ease;
    transition: all 800ms 1200ms ease;
}

.menu.active .menu_join {
    visibility: visible;
    opacity: 1;
}

.menu_join a {
    white-space: nowrap;
    line-height: 1.1;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.menu_join a:hover {
    color: #f49dba;
}

.menu_social {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 15px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 800ms 1400ms ease;
    -moz-transition: all 800ms 1400ms ease;
    -ms-transition: all 800ms 1400ms ease;
    -o-transition: all 800ms 1400ms ease;
    transition: all 800ms 1400ms ease;
}

.menu_social ul li {
    background: #FFFFFF;
}

.menu_social ul li:hover {
    background: rgba(255, 255, 255, 0.75);
}

.menu_social ul li a i {
    color: #007bff;
}

.menu_social ul li:hover a i {
    color: #FFFFFF;
}

.menu.active .menu_social {
    visibility: visible;
    opacity: 1;
}

/*********************************
5. Home
*********************************/

.home {
    width: 100%;
    height: 100vh;
    background: #007bff;
    padding: 150px 0px;
}

.home_slider_container {
    width: 100%;
    height: 100%;
}

.home_slider {
    width: 100%;
    height: 100%;
}

.home_slider_dots {
    position: absolute;
    top: 49.5%;
    left: 142px;
    width: 66px;
    z-index: 10;
    background: #007bff;
    border-radius: 10px;
    padding-top: 33px;
    padding-bottom: 33px;
}

.home_slider_custom_dot {
    position: relative;
    width: 100%;
    text-align: center;
    background: transparent;
    line-height: 35px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.home_slider_custom_dot::after {
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0px;
    width: 23px;
    height: 3px;
    background: #FFFFFF;
    border-radius: 2px;
    content: '';
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    visibility: hidden;
    opacity: 0;
}

.home_slider_custom_dot.active::after,
.home_slider_custom_dot:hover::after {
    visibility: visible;
    opacity: 1;
}

.home_slider_custom_dot:not(:last-child) {
    margin-bottom: 11px;
}

.home_content_container {
    position: absolute;
    left: 0;
    top: 47%;
    width: 100%;
}

.home_title h1 {
    font-size: 60px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.2;
}

.home_text {
    max-width: 640px;
    margin-top: 11px;
}

.home_text p {
    color: #FFFFFF;
}

.home_button {
    margin-top: 67px;
}

/*********************************
6. Classes
*********************************/

.classes {
    width: 100%;
    background: #FFFFFF;
    padding-top: 93px;
    padding-bottom: 27px;
}

.section_title h1 {
    font-size: 35px;
    color: #373636;
}

.section_title h1 span {
    color: #007bff;
}

.section_text {
    max-width: 660px;
    margin-top: 11px;
}

.section_text p {
    font-weight: 500;
    color: #aaaaaa;
}

.classes_row {
    margin-top: 105px;
}

.classes_col {
    margin-bottom: 71px;
}

.classes_title_container {
    padding-left: 7px;
}

.classes_icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.classes_icon div {
    width: 37px;
    height: 37px;
}

.classes_icon img {
    max-width: 100%;
}

.classes_icon::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: '';
    width: 74px;
    height: 74px;
    border-radius: 50%;
    opacity: 0.27;
}

.classes_title {
    font-size: 20px;
    font-weight: 600;
    padding-left: 35px;
}

.classes_item_text {
    margin-top: 18px;
}

.c_item_1 .classes_icon {
    background: #007bff;
}

.c_item_1 .classes_icon::before {
    background: #007bff;
}

.c_item_1 .classes_title {
    color: #007bff;
}

.c_item_2 .classes_icon {
    background: #8b7597;
}

.c_item_2 .classes_icon::before {
    background: #8b7597;
}

.c_item_2 .classes_title {
    color: #8b7597;
}

.c_item_3 .classes_icon {
    background: #f0d732;
}

.c_item_3 .classes_icon::before {
    background: #f0d732;
}

.c_item_3 .classes_title {
    color: #f0d732;
}

.c_item_4 .classes_icon {
    background: #c1ca36;
}

.c_item_4 .classes_icon::before {
    background: #c1ca36;
}

.c_item_4 .classes_title {
    color: #c1ca36;
}

.c_item_5 .classes_icon {
    background: #e6852e;
}

.c_item_5 .classes_icon::before {
    background: #e6852e;
}

.c_item_5 .classes_title {
    color: #e6852e;
}

.c_item_6 .classes_icon {
    background: #65b7cf;
}

.c_item_6 .classes_icon::before {
    background: #65b7cf;
}

.c_item_6 .classes_title {
    color: #65b7cf;
}

/*********************************
7. Call to action
*********************************/

.cta {
    width: 100%;
    background: #007bff;
    padding-top: 47px;
    padding-bottom: 38px;
}

.cta_title {
    font-size: 36px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1.2;
}

.cta_text {
    margin-top: 9px;
}

.cta_text p {
    color: #FFFFFF;
}

.cta_button {
    background: #FFFFFF;
    margin-top: 36px;
}

.cta_button a {
    color: #474646;
}

/*********************************
8. Benefits
*********************************/

.benefits {
    width: 100%;
    background: #FFFFFF;
    padding-top: 0px;
    padding-bottom: 90px;
}

.benefits_row {
    margin-top: 50px;
}

.benefit:not(:last-child) {
    margin-bottom: 30px;
}

.benefit_icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #007bff;
}

.benefit_title {
    padding-left: 32px;
    font-size: 20px;
    font-weight: 700;
    color: #373636;
}

.benefit_r .benefit_title {
    padding-left: 0;
    padding-right: 32px;
}

.benefit_text {
    margin-top: 18px;
}

/* .benefits_image {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
} */

/*********************************
9. Testimonials
*********************************/

.testimonials {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 80px;
}

.testimonials_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(240,50,113,0.75); */
    background: #007bff7a;
}

.testimonials_title {
    font-size: 48px;
    color: #FFFFFF;
    line-height: 1.2;
}

.quote {
    margin-top: 28px;
}

.testimonials_slider_container {
    margin-top: 41px;
}

.test_slider_dots {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 142px;
    width: 66px;
    z-index: 10;
    background: #FFFFFF;
    border-radius: 10px;
    padding-top: 33px;
    padding-bottom: 33px;
}

.test_slider_custom_dot {
    position: relative;
    width: 100%;
    text-align: center;
    background: transparent;
    line-height: 35px;
    font-size: 16px;
    font-weight: 500;
    color: #373636;
    cursor: pointer;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.test_slider_custom_dot.active,
.test_slider_custom_dot:hover {
    color: #007bff;
}

.test_slider_custom_dot::after {
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0px;
    width: 23px;
    height: 3px;
    background: #007bff;
    border-radius: 2px;
    content: '';
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    visibility: hidden;
    opacity: 0;
}

.test_slider_custom_dot.active::after,
.test_slider_custom_dot:hover::after {
    visibility: visible;
    opacity: 1;
}

.test_slider_custom_dot:not(:last-child) {
    margin-bottom: 11px;
}

.test_text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.875;
    color: #FFFFFF;
}

.test_info {
    margin-top: 69px;
}

.test_author {
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
}

.test_title {
    font-size: 16px;
    color: #FFFFFF;
    font-style: italic;
    margin-top: 5px;
}

/*********************************
10. News & Offer
*********************************/

.news_and_offer {
    width: 100%;
    background: #FFFFFF;
    padding-top: 108px;
    padding-bottom: 108px;
}

.news_title h1 {
    font-size: 48px;
    color: #373636;
}

.news_subtitle {
    margin-top: 13px;
}

.news_subtitle p {
    color: #ababab;
}

.news_items {
    margin-top: 76px;
}

.news_item {
    padding-left: 9px;
}

.news_item:not(:last-child) {
    margin-bottom: 42px;
}

.news_icon {
    width: 94px;
    height: 94px;
    border-radius: 50%;
    background: #007bff;
}

.news_icon::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #007bff;
    opacity: 0.27;
    content: '';
    width: 113px;
    height: 113px;
    border-radius: 50%;
}

.news_day {
    font-size: 24px;
    color: #FFFFFF;
    font-weight: 600;
    line-height: 0.75;
}

.news_month {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 500;
    line-height: 0.75;
    margin-top: 7px;
}

.news_content {
    padding-left: 30px;
    margin-top: 5px;
    padding-right: 30px;
}

.news_title a {
    font-size: 20px;
    font-weight: 700;
    color: #373636;
}

.news_title a:hover {
    color: #007bff;
}

.news_info {
    margin-top: 6px;
}

.news_info>div,
.news_info>div a {
    font-size: 12px;
    color: #939292;
}

.news_info>div a:hover {
    color: #007bff;
}

.news_info>div:not(:last-child)::after {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    content: '|';
    font-size: 12px;
    color: #939292;
}

.news_text {
    margin-top: 20px;
}

.offer {
    width: 100%;
    height: 100%;
}

.offer a {
    display: block;
    width: 100%;
    height: 100%;
}

.offer_content {
    width: 100%;
    height: 100%;
    padding-left: 36px;
    padding-right: 36px;
    padding-bottom: 43px;
}

.offer_box {
    width: 100%;
    padding-top: 19px;
    padding-bottom: 17px;
    background: #007bff;
}

.offer_box_subtitle {
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.2;
    padding-right: 72px;
}

.offer_box_title {
    font-size: 60px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1.1;
}

.offer_b {
    position: absolute;
    top: 105px;
    left: 30px;
    font-family: 'Allura', sans-serif;
    font-size: 60px;
    color: #FFFFFF;
    background: #c1ca36;
    padding-left: 13px;
    padding-right: 15px;
    line-height: 1.2;
    transform-origin: top left;
    -webkit-transform: rotate(-12.5deg);
    -moz-transform: rotate(-12.5deg);
    -ms-transform: rotate(-12.5deg);
    -o-transform: rotate(-12.5deg);
    transform: rotate(-12.5deg);
}

/*********************************
11. Footer
*********************************/

.footer {
    position: relative;
    width: 100%;
    padding-top: 77px;
    border-top: solid 3px #007bff;
}

.footer_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 26, 26, 0.87);
}

.footer_content {
    padding-bottom: 15px;
}

.footer_logo a {
    font-size: 48px;
    font-weight: 400;
    color: #FFFFFF;
}

.footer_logo a span {
    color: #007bff;
    font-weight: 700;
}

.footer_contact {
    margin-top: 12px;
}

.footer_contact ul li:not(:last-child) {
    margin-bottom: 15px;
}

.footer_contact_title {
    font-size: 14px;
    font-weight: 500;
    color: #007bff;
}

.footer_contact_text {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 3px;
}

.footer_social {
    margin-top: 93px;
}

.footer_nav {
    margin-top: 44px;
}

.footer_nav ul li:not(:last-child) {
    margin-right: 38px;
}

.footer_nav ul li a {
    font-size: 12px;
    font-weight: 500;
    color: #979696;
    white-space: nowrap;
}

.footer_nav ul li a:hover {
    color: #007bff;
}

.copyright {
    width: 100%;
    height: 38px;
    font-size: 11px;
    font-weight: 500;
    color: #6d6d6d;
}

/******* Slider Animation ********/

/*.bubbles
{
    position: relative;
    top: 0;
    left: 0;
    width: 	100%;
    height: 100%;
}*/

.bubbles li {
    position: absolute;
    list-style: none;
    display: flex;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, .2);
    animation: animate 25s linear infinite;
    bottom: -800px;
}

.bubbles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0;
}

.bubbles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}


.bubbles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.bubbles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.bubbles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.bubbles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.bubbles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.bubbles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}


.bubbles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}


.bubbles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 12s;
}


@keyframes animate {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}

.banenrh2 {
    padding-top: 100px;
}

/* .banenr-heading h5{

} */
.banenr-heading h2,
.banenr-heading h4 {
    color: #fff !important;
}

.banner-content img {
    height: 460px;
}

.classes_icon i {
    color: #fff;
    font-size: 26px;
    text-align: center;
    margin: 0px auto;
    line-height: 24px;
    padding: 5px;
}

.content-box:hover {
    box-shadow: 2px 2px 7px #ddd;
}

.content-box {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

/* .section2{

} */
/******************* SignUp *****************/
.signup {
    padding: 40px 0;
    background-color: #007bff;
}

.signup-inner {
    text-align: center !important;
}

.signup h3 {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
}

.custom-btn {
    width: 130px;
    height: 40px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
        7px 7px 20px 0px rgba(0, 0, 0, .1),
        4px 4px 5px 0px rgba(0, 0, 0, .1);
    outline: none;
}

.btn-16 {
    border: none;
    color: #000;
}

.btn-16:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    direction: rtl;
    z-index: -1;
    box-shadow:
        -7px -7px 20px 0px #fff9,
        -4px -4px 5px 0px #fff9,
        7px 7px 20px 0px #0002,
        4px 4px 5px 0px #0001;
    transition: all 0.3s ease;
}

.btn-16:hover {
    border: none;
    color: #000;
}

.btn-16:hover:after {
    left: auto;
    right: 0;
    width: 100%;
}

.btn-16:active {
    top: 2px;
}


/******************* Pricing Table *****************/
.demo2 {
    background: #f2f2f2;
    padding: 70px 0
}

.pricingTable2 {
    padding-bottom: 30px;
    margin: 0 15px;
    background: #fff;
    text-align: center;
    border-radius: 15px;
    overflow: hidden
}

.pricingTable2:hover {
    box-shadow: 0 0 10px rgba(195, 67, 67, .3) inset, 0 0 10px -5px rgba(0, 0, 0, .8)
}

.pricingTable2 .pricingTable-header {
    padding: 20px 15px 45px;
    background: #66ce04;
    -webkit-clip-path: polygon(50% 100%, 100% 60%, 100% 0, 0 0, 0 60%);
    clip-path: polygon(50% 100%, 100% 60%, 100% 0, 0 0, 0 60%);
    position: relative
}

.pricingTable2 .pricingTable-header:before {
    content: "";
    width: 400px;
    height: 400px;
    border-radius: 50%;
    position: absolute;
    right: -50%;
    top: -130%;
    background: repeating-radial-gradient(rgba(255, 255, 255, .05), rgba(255, 255, 255, .2) 20%);
    transition: all .5s ease 0s
}

.pricingTable2:hover .pricingTable-header:before {
    right: 50%
}

.pricingTable2 .title {
    font-size: 30px;
    color: #fff;
    margin: 0
}

.pricingTable2 .price-value {
    display: block;
    font-size: 20px;
    color: #000;
    margin: 0 0 20px;
    transition: all .3s ease 0s
}

.pricingTable2 .pricing-content {
    padding: 30px 25px 0;
    margin: 0;
    list-style: none
}

.pricingTable2 .pricing-content li {
    font-size: 18px;
    color: #909090;
    line-height: 40px;
    letter-spacing: 1px;
    text-transform: capitalize;
    border-bottom: 2px solid rgba(0, 0, 0, .15);
    margin-bottom: 10px;
    position: relative
}

.pricingTable2 .pricing-content li:last-child {
    border-bottom: none
}

.pricingTable2 .pricing-content li i {
    color: #66ce04
}

.pricingTable2 .pricingTable-signup {
    display: inline;
    padding: 10px 12px;
    margin: 0 16px;
    border-radius: 10px;
    background: #66ce04;
    font-size: 15px;
    color: #fff;
    letter-spacing: 0px;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    transition: all .3s ease 0s;
    width: auto;
    font-weight: bold;
}

.pricingTable2 .pricingTable-signup:hover {
    letter-spacing: 2px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .7), 0 0 0 7px rgba(255, 255, 255, .5) inset
}

.pricingTable2 .pricingTable-signup:before {
    content: "";
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background: repeating-radial-gradient(rgba(255, 255, 255, .05), rgba(255, 255, 255, .2) 20%);
    position: absolute;
    top: -180%;
    right: -40%;
    transition: all .8s ease 0s
}

.pricingTable2 .pricingTable-signup:hover:before {
    right: 40%
}

.pricingTable2.blue .pricingTable-header,
.pricingTable2.blue .pricingTable-signup {
    background: #15b8f3
}

.pricingTable2.blue .pricing-content li i {
    color: #15b8f3
}

.pricingTable2.pink .pricingTable-header,
.pricingTable2.pink .pricingTable-signup {
    background: #f03c79
}

.pricingTable2.pink .pricing-content li i {
    color: #f03c79
}

@media only screen and (max-width:990px) {
    .pricingTable2 {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:479px) {
    .pricingTable2 {
        margin: 0
    }

    .pricingTable2 .pricing-content li {
        font-size: 15px
    }
 /************ Signup************/
    .signup h3 {
        color: #fff;
        font-size: 25px;
        font-weight: 600;
    }
}

.demo2 .section_title_container {
    padding-bottom: 30px;
}





/************ Footer ************/
.footer {
    background-color: #000;
    padding-top: 30px;
    color: #636e74;
    font-weight: 400;
    font-size: 17px;
}

.footer-line {
    border-color: #152e3d;
}

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

.footer-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #fff;
    border-left: 2px solid #007bff;
    padding-left: 10px;
}

.footer-widget ul li i {
    padding-right: 10px;
    line-height: 1.75em;
    float: left;
}

.footer-widget p {
    color: #ccc;
}

.footer-widget ul li {
    font-weight: normal;
    line-height: 35px;
    clear: both;
}

.footer-widget ul li a {
    font-size: 15px;
    color: #ccc;
    font-weight: normal;
}

.footer-widget ul li a:hover {
    color: #007bff;
}

.newsletter-form {
    padding-top: 15px;
}

.newsletter-form .form-control {
    background-color: #1e2e38;
    border-color: #1e2e38;
}

.newsletter-form .form-control:focus {
    color: #fff;
}

.newsletter-form input::-webkit-input-placeholder {
    color: #fff !important;
}

.newsletter-form input:focus::-webkit-input-placeholder {
    color: #fff !important;
}


.tiny-footer {
    font-size: 14px;
    padding: 0px 0px;
    font-weight: 600;
    background-color: transparent;
    color: #888d90;
    line-height: 1;
}

.tiny-footer p {
    color: #fff;
}

.tiny-footer p a:hover {
    color: #007bff;
}

/* .social-footer{}
.social-footer ul{} */

.social-footer ul li {
    display: inline-block;
    padding-left: 20px;
}

.social-footer ul li a {
    color: #ccc;
}

.social-footer ul li a:hover {
    color: #007bff;
}

.footer-bottom {
    padding: 15px 0px;
    border-top: 1px dashed #666;
}



/* modal btn */
.modal-title {
    font-size: 2rem;
}

.modal-body {
    padding: 20px;
}

.small-btn {
    margin: 10px 0;
    align-content: end;
}

.btn-15 {
    background: #b621fe;
    border: none;
    z-index: 1;
}

.btn-15:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #663dff;
    border-radius: 5px;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
        7px 7px 20px 0px rgba(0, 0, 0, .1),
        4px 4px 5px 0px rgba(0, 0, 0, .1);
    transition: all 0.3s ease;
}

.btn-15:hover {
    color: #fff;
}

.btn-15:hover:after {
    left: 0;
    width: 100%;
}

.btn-15:active {
    top: 2px;
}