/*******************************/
/********* General CSS *********/
/*******************************/
body {
    color: #333;
    background: #fff;
    font-family: 'Montserrat', sans-serif;
	 font-weight: 400;
	 font-size: 16px;
}

a {
    color: #4F84C4;
    transition: .3s;
}

a:hover,
a:active,
a:focus {
    color: #00539C;
    outline: none;
    text-decoration: underline;
}

.btn:focus {
    box-shadow: none;
}

.wrapper {
    position: relative;
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    background: #ffffff;
}

.container {
    max-width: 1050px;
}


/*******************************/
/********** Header CSS *********/
/*******************************/
.frontend {
	padding-top: 70px;
}

.header {
    position: fixed;
	 top: 0;
	 left: 0;
	 z-index: 10;
    width: 100%;
    padding: 8px 0;
	 -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.3);
	 box-shadow: 0 0 15px rgba(0,0,0,0.3);
	 background: #fff;
	 /*border-bottom: 2px solid #4F84C4;*/
}
@media (min-width: 1200px) {
    .header .container-fluid {
        padding-left: 60px;
        padding-right: 60px;
    }
}

.header .brand {
    position: relative;
}

.header .brand img {
    width: 100%;
    max-width: 150px;
    height: 100%;
    max-height: 100px;
}

.header .topbar {
    position: relative;
    text-align: right;
}

.header .topbar .topbar-col {
    display: inline-block;
    padding: 0 15px;
}

.header .topbar-col a {
    color: #213546;
    font-size: 13px;
}

.header .topbar-col a i {
    margin-right: 10px;
    color: #4F84C4;
}

.header .topbar-social {
    position: relative;
}

.header .topbar-social a {
    display: inline-block;
}

.header .topbar-social a i {
    margin-right: 10px;
    font-size: 18px;
    color: #bbbbbb;
}

.header .topbar-social a:last-child i {
    margin: 0;
}

.header .topbar-social a:hover i {
    color: #4F84C4;
}

.header .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #bbbbbb;
}

.header .dropdown-menu a.active {
    color: #4F84C4;
}

@media (min-width: 992px) {
    .header .navbar {
        background: #ffffff !important;
		  padding-bottom: 0;
		  padding-right: 0;
    }
    ul.menu {
			margin: 0;
			padding: 0;
			list-style: none;
		}
		ul.menu li {
			display: inline-block;
		}
    .header .navbar-brand {
        display: none;
    }
    
    .header .navbar-light a.nav-link, .header ul.menu .nav-link a {
        position: relative;
        padding: 8px 10px;
        color: #213546;
        font-size: 16px;
        z-index: 1;
		  font-weight: 600;
    }
    
    .header .navbar-light a.nav-link:hover,
    .header .navbar-light a.nav-link.active,
	.header .navbar-light .nav-link a:hover,
    .header .navbar-light .nav-link.current_page_item a	 {
        color: #4F84C4;
    }
}

@media (max-width: 992px) {
    .header .brand {
        text-align: center;
        margin-bottom: 15px;
    }
    
    .header .topbar {
        text-align: center;
        margin-bottom: 15px;
    }
    
    .header .topbar .topbar-col {
        margin: 0;
    }
    
    .header .topbar .topbar-social {
        margin-top: 5px;
    }
    
    .header .navbar {
        background: #ffffff !important;
        border: 1px solid #eeeeee;
        z-index: 1;
    }
    
    .header a.nav-link {
        padding: 5px 0;
		  color: #
    }
    
    .header .dropdown-menu {
        box-shadow: none;
    }
}
@media (max-width: 767px) {
	.header .topbar {
		display: none;
	}
	.header .navbar {
		padding: 5px 10px;
	}
	.header .navbar .navbar-brand {
		padding: 0;
	}
	.navbar-toggler-icon {
		width: 24px;
		height: 24px;
	}
	.navbar-toggler {
		padding: 5px;
	}
}
.header .navbar .btn {
    position: relative;
    margin-left: 15px;
    padding: 12px 25px 10px 25px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    border: none;
    border-radius: 30px;
    background: linear-gradient(#4F84C4, #00539C);
    transition: .5s;
}

.header .navbar .btn:hover {
    background: linear-gradient(#00539C, #4F84C4);
}

.header .navbar .btn i {
    font-size: 16px;
    margin-right: 8px;
}

@media (max-width: 992px) {
    .header .navbar .btn {
        margin: 15px 0 10px 0;
    }
}


/*******************************/
/******* Page Header CSS *******/
/*******************************/
.page-header {
    position: relative;
    margin-bottom: 45px;
    padding: 80px 0;
    text-align: center;
    background: linear-gradient(to right, #00539C, #4F84C4 50%);
}

.page-header h2 {
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
}

.page-header a {
    position: relative;
    padding: 0 12px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}

.page-header a::after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    top: 6.5px;
    right: -6px;
    border-radius: 7px;
    background: #ffffff;
}

.page-header a:last-child::after {
    display: none;
}


/*******************************/
/*********** Hero CSS **********/
/*******************************/
.hero {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

@media (min-width: 768px) {
    .hero {
        padding: 45px 60px;
    }
}

.hero h2 {
    margin: 0;
    font-size: 45px;
    font-weight: 800;
}

.hero h2 span {
    color: #4F84C4;
}

.hero p {
    margin: 10px 0 20px 0;
    font-size: 18px;
    font-weight: 500;
}

.hero a.btn {
    position: relative;
    padding: 10px 35px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    background: linear-gradient(#4F84C4, #00539C);
    transition: .5s;
}

.hero a.btn:hover {
    background: linear-gradient(#00539C, #4F84C4);
}

.hero img {
    max-width: 100%;
    max-height: 600px;
}

@media (max-width: 767.98px) {
    .hero img {
        margin-top: 30px;
    }
}


/*******************************/
/******* Section Header ********/
/*******************************/
.section-header {
    position: relative;
    width: 100%;
    max-width: 550px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 60px;
    padding-bottom: 15px;
}

.section-header::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 3px;
    left: calc(50% - 30px);
    bottom: 0;
    background: linear-gradient(to left, #4F84C4, #00539C, #4F84C4);
    border-radius: 100%;
}

.section-header h2 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.section-header p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}


/*******************************/
/********* Service CSS *********/
/*******************************/
.service {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

@media (min-width: 768px) {
    .service {
        padding: 45px 60px 15px 60px;
    }
}

.service .service-item {
    position: relative;
    width: 100%;
    padding: 25px 30px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .03) 96%, rgba(0, 0, 0, .1), rgba(0, 0, 0, .2));
    border-radius: 30px 30px 0 0;
    margin-bottom: 30px;
}

.service .service-item:hover {
    background: linear-gradient(to bottom, rgba(0, 0, 0, .03) 96%, rgba(0, 0, 0, .2), rgba(0, 0, 0, .4));
}

.service .service-item h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.service .service-item img {
    height: 80px;
}

.service .service-item p {
    position: relative;
    margin: 20px 0 0 0;
    font-size: 16px;
}

.service .video-player {
    position: relative;
    padding-bottom: 41.7%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #ffffff;
    margin: 30px 0 0 0;
    border-radius: 8px;
}

.service .video-player video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #000000;
    z-index: -1;
}

.service .video-player img {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    border: none;
    height: auto;
    border-radius: 8px;
    filter: opacity(75%);
    -webkit-filter: opacity(75%);
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
    z-index: 1;
}

.service .video-player:hover img {
    filter: opacity(100%);
    -webkit-filter: opacity(100%);
}

.service .video-player .play {
    height: 100px;
    width: 100px;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
    position: absolute;
    background: url("../img/play.png") no-repeat;
    cursor: pointer;
    z-index: 2;
}

.service .video-player .play:hover {
    background: url("../img/play-hover.png") no-repeat;
}

@media (max-width: 575.98px) {   
    .service .video-player .play {
        height: 60px;
        width: 60px;
        left: 50%;
        top: 50%;
        margin-left: -30px;
        margin-top: -30px;
        background: url("../img/play-60.png") no-repeat;
    }
    
    .service .video-player .play:hover {
        background: url("../img/play-hover-60.png") no-repeat;
    }
}


/*******************************/
/******* Service Row CSS *******/
/*******************************/
.service-row {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.service-row .service-row-img {
    position: relative;
    width: 100%;
    padding: 0 30px;
    overflow: hidden;
}

.service-row .service-row-img img {
    max-width: 100%;
}

@media(max-width: 767.98px) {
    .service-row .service-row-img {
        margin-bottom: 30px;
    }
}

.service-row .service-row-text {
    position: relative;
    width: 100%;
    padding: 0 30px;
}

.service-row h2.section-title {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.service-row h2.section-title::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 3px;
    bottom: 0;
    left: 0;
    background: linear-gradient(to left, #4F84C4, #00539C, #4F84C4);
    border-radius: 0 100% 100% 0; 
}

.service-row p {
    font-size: 16px;
}

.service-row a.btn {
    margin-top: 15px;
    padding: 10px 35px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    background: linear-gradient(#4F84C4, #00539C);
    transition: .5s;
}

.service-row a.btn:hover {
    background: linear-gradient(#00539C, #4F84C4);
}

.service-row .service-row-col .col-sm-6 {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 15px;
}

.service-row .service-row-col-icon {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    padding: 8px 0;
    text-align: center;
    color: #ffffff;
    background: #4F84C4;
}

.service-row .service-row-col-text {
    width: calc(100% - 55px);
}

.service-row .service-row-col-text h3 {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 3px;
}

.service-row .service-row-col-text p {
    margin: 0;
    font-size: 10px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .service-row .service-row-img,
    .service-row .service-row-text {
        padding: 0;
    }
}


/*******************************/
/********** About CSS **********/
/*******************************/
.about {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

@media (min-width: 768px) {
    .about .container-fluid {
        padding: 0;
    }
    
    .about .row {
        margin: 0;
    }
    
    .about .col-md-6:first-child {
        padding: 0;
    }
    
    .about .col-md-6:last-child {
        padding: 0 60px;
    }
}

.about h2.section-title {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.about h2.section-title::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 3px;
    bottom: 0;
    left: 0;
    background: linear-gradient(to left, #4F84C4, #00539C, #4F84C4);
    border-radius: 0 100% 100% 0;
}

.about p {
    color: #213546;
    font-size: 16px;
    margin-bottom: 30px;
}

.about a.btn {
    padding: 10px 35px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    background: linear-gradient(#4F84C4, #00539C);
    transition: .5s;
}

.about a.btn:hover {
    background: linear-gradient(#00539C, #4F84C4);
}

.about img {
    max-width: 100%;
    border-radius: 0 30px 30px 0;
}

@media(max-width: 767.98px) {
    .about img {
        margin-bottom: 30px;
        border-radius: 30px 30px 0 0;
    }
}

.about .youtube-player {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #ffffff;
    margin: 0;
    border-radius: 0 30px 30px 0;
}

@media (max-width: 991.98px) {
    .about .youtube-player {
        padding-bottom: 50%;
    }
}

@media (max-width: 767.98px) {
    .about .youtube-player {
        padding-bottom: 56.23%;
        margin-bottom: 30px;
        border-radius: 30px 30px 0 0;
    }
}

.about .youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}

.about .youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-filter: brightness(100%);
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}

.about .youtube-player img:hover {
    -webkit-filter: brightness(90%);
}

.about .youtube-player .play {
    height: 100px;
    width: 100px;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
    position: absolute;
    background: url("../img/play.png") no-repeat;
    cursor: pointer;
}

.about .youtube-player .play:hover {
    background: url("../img/play-hover.png") no-repeat;
}

@media (max-width: 575.98px) {   
    .about .youtube-player .play {
        height: 60px;
        width: 60px;
        left: 50%;
        top: 50%;
        margin-left: -30px;
        margin-top: -30px;
        background: url("../img/play-60.png") no-repeat;
    }
    
    .about .youtube-player .play:hover {
        background: url("../img/play-hover-60.png") no-repeat;
    }
}


/*******************************/
/*********** FAQs CSS **********/
/*******************************/
.faqs {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

@media (min-width: 768px) {
    .faqs .container-fluid {
        padding: 0;
    }
    
    .faqs .row {
        margin: 0;
    }
    
    .faqs .col-md-6:first-child {
        padding: 0 60px;
    }
    
    .faqs .col-md-6:last-child {
        padding: 0;
    }
}

.faqs h2.section-title {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.faqs h2.section-title::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 3px;
    bottom: 0;
    left: 0;
    background: linear-gradient(to left, #4F84C4, #00539C, #4F84C4);
    border-radius: 0 100% 100% 0;
}

.faqs .card {
    margin-bottom: 15px;
    border: none;
    border-radius: 0;
}

.faqs .card:last-child {
    margin-bottom: 0;
}

.faqs .card-header {
    padding: 0;
    border: none;
    background: #ffffff;
}

.faqs .card-header a {
    display: block;
    width: 100%;
    padding: 15px 20px 12px 20px;
    color: #213546;
    font-size: 16px;
    font-weight: 400;
    background: #ffffff;
    border: 2px solid #4F84C4;
    border-radius: 0 30px 30px 0;
}

.faqs .card-header [data-toggle="collapse"]:after {
    font-family: 'font Awesome 5 Free';
    content: "\f067";
    float: right;
    color: #00539C;
    font-size: 12px;
    font-weight: 900;
    transition: .3s;
}

.faqs .card-header [data-toggle="collapse"][aria-expanded="true"]:after {
    font-family: 'font Awesome 5 Free';
    content: "\f068";
    float: right;
    color: #00539C;
    font-size: 12px;
    font-weight: 900;
    transition: .3s;
}

.faqs .card-body {
    padding: 15px 0;
    font-size: 16px;
    font-weight: 400;
    border: none;
    background: #ffffff;
}

.faqs a.btn {
    margin-top: 40px;
    padding: 10px 35px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    background: linear-gradient(#4F84C4, #00539C);
    transition: .5s;
}

.faqs a.btn:hover {
    background: linear-gradient(#00539C, #4F84C4);
}

.faqs img {
    max-width: 100%;
    border-radius: 30px 0 0 30px;
}

@media (max-width: 767.98px) {
    .faqs img {
        margin-top: 30px;
        border-radius: 0 0 30px 30px;
    }
}


/*******************************/
/******* Testimonial CSS *******/
/*******************************/
.testimonial {
    position: relative;
    width: 100%;
    padding: 45px 0;
    text-align: center;
}

.testimonial .container {
    max-width: 960px;
}

.about-page .testimonial {
    padding-bottom: 90px;
}

.testimonial .testimonial-slider-nav {
    position: relative;
    width: 300px;
    margin: 0 auto;
}

.testimonial .testimonial-slider-nav .slick-slide {
    position: relative;
    opacity: 0;
    transition: .5s;
}

.testimonial .testimonial-slider-nav .slick-active {
    opacity: 1;
    transform: scale(1.3);
}

.testimonial .testimonial-slider-nav .slick-center {
    transform: scale(2);
    z-index: 1;
}

.testimonial .testimonial-slider-nav .slick-slide img {
    position: relative;
    display: block;
    margin-top: 37px;
    width: 100%;
    height: auto;
    border-radius: 100px;
}

.testimonial .testimonial-slider-nav .slick-center img {
    border: 5px solid #ffffff;
}

.testimonial .testimonial-slider {
    position: relative;
    margin-top: 15px;
    padding-top: 50px;
}

.testimonial .testimonial-slider::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 50px;
    top: 0;
    left: calc(50% - 30px);
    background: url(../img/quote.png) top center no-repeat;
}

.testimonial .testimonial-slider h3 {
    font-size: 20px;
    font-weight: 700;
}

.testimonial .testimonial-slider h4 {
    font-size: 14px;
}

.testimonial .testimonial-slider p {
    font-size: 18px;
    font-style: italic;
    margin: 0;
}


/*******************************/
/*********** News CSS **********/
/*******************************/
.news {
    position: relative;
    width: 100%;
    padding: 45px 0 60px 0;
}

@media (min-width: 768px) {
    .news .container-fluid {
        padding: 0;
    }
    
    .news .row {
        margin: 0;
    }
    
    .news .col-md-6:first-child {
        padding: 0;
    }
    
    .news .col-md-6:last-child {
        padding: 0 60px;
    }
}

.news h2.section-title {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.news h2.section-title::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 3px;
    bottom: 0;
    left: 0;
    background: linear-gradient(to left, #4F84C4, #00539C, #4F84C4);
    border-radius: 0 100% 100% 0; 
}

.news p {
    font-size: 16px;
    margin-bottom: 30px;
}

.news a.btn {
    padding: 10px 35px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    background: linear-gradient(#4F84C4, #00539C);
    transition: .5s;
}

.news a.btn:hover {
    background: linear-gradient(#00539C, #4F84C4);
}

.news img {
    max-width: 100%;
    border-radius: 0 30px 30px 0;
}

@media (max-width: 767.98px) {
    .news img {
        margin-bottom: 30px;
        border-radius: 30px 30px 0 0;
    }
}


/*******************************/
/******* Call to Action ********/
/*******************************/
.call-to-action {
    position: relative;
    padding: 50px 0;
    background: linear-gradient(to right, #00539C, #4F84C4 50%);
}

.service-page .call-to-action {
    margin-top: 45px;
}

.call-to-action h2 {
    color: #ffffff;
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
}

.call-to-action p {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

.call-to-action a {
    float: right;
    padding: 10px 50px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #2c3035;
    background: #ffffff;
    border-radius: 30px;
}

@media (max-width: 768px) {
    .call-to-action a {
        float: left;
        margin-top: 30px;
    }
}


/*******************************/
/********** Story CSS **********/
/*******************************/
.story {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

@media(min-width: 768px) {
    .story {
        padding: 45px 60px 15px 60px;
    }
}

.story .story-container {
    position: relative;
    width: 100%;
}

.story .story-end,
.story .story-start,
.story .story-year {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 1;
}

.story .story-end p,
.story .story-start p,
.story .story-year p {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: 0;
    padding: 30px 0;
    text-align: center;
    background: linear-gradient(#4F84C4, #00539C);
    border-radius: 100px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
}

.story .story-year {
    margin: 30px 0;
}

.story .story-continue {
    position: relative;
    width: 100%;
    padding: 60px 0;
}

.story .story-continue::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -1px;
    background: #4F84C4;
}

.story .row.story-left,
.story .row.story-right .story-date {
    text-align: right;
}

.story .row.story-right,
.story .row.story-left .story-date {
    text-align: left;
}

.story .story-date {
    font-size: 14px;
    font-weight: 600;
    margin: 41px 0 0 0;
}

.story .story-date::after {
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    top: 45px;
    background: linear-gradient(#4F84C4, #00539C);
    box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    border-radius: 15px;
    z-index: 1;
}

.story .row.story-left .story-date::after {
    left: -7px;
}

.story .row.story-right .story-date::after {
    right: -7px;
}

.story .story-box,
.story .story-launch {
    position: relative;
    display: inline-block;
    margin: 15px;
    padding: 20px;
    border: 1px solid #dddddd;
    border-radius: 6px;
    background: #ffffff;
}

.story .story-launch {
    width: 100%;
    margin: 15px 0;
    padding: 0;
    border: none;
    text-align: center;
    background: transparent;
}

.story .story-box::after,
.story .story-box::before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}

.story .row.story-left .story-box::after,
.story .row.story-left .story-box::before {
    left: 100%;
}

.story .row.story-right .story-box::after,
.story .row.story-right .story-box::before {
    right: 100%;
}

.story .story-launch .story-box::after,
.story .story-launch .story-box::before {
    left: 50%;
    margin-left: -10px;
}

.story .story-box::after {
    top: 26px;
    border-color: transparent transparent transparent #ffffff;
    border-width: 10px;
}

.story .story-box::before {
    top: 25px;
    border-color: transparent transparent transparent #dddddd;
    border-width: 11px;
}

.story .row.story-right .story-box::after {
    border-color: transparent #ffffff transparent transparent;
}

.story .row.story-right .story-box::before {
    border-color: transparent #dddddd transparent transparent;
}

.story .story-launch .story-box::after {
    top: -20px;
    border-color: transparent transparent #dddddd transparent;
}

.story .story-launch .story-box::before {
    top: -19px;
    border-color: transparent transparent #ffffff transparent;
    border-width: 10px;
    z-index: 1;
}

.story .story-box .story-icon {
    position: relative;
    width: 40px;
    height: auto;
    float: left;
}

.story .story-icon i {
    font-size: 25px;
    color: #4F84C4;
}

.story .story-icon img {
    width: 25px;
}

.story .story-box .story-text {
    position: relative;
    width: calc(100% - 40px);
    float: left;
}

.story .story-launch .story-text {
    width: 100%;
}

.story .story-text h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 3px;
}

.story .story-text p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .story .story-continue::after {
        left: 40px;
    }
    
    .story .story-end,
    .story .story-start,
    .story .story-year,
    .story .row.story-left,
    .story .row.story-right .story-date,
    .story .row.story-right,
    .story .row.story-left .story-date,
    .story .story-launch {
        text-align: left;
    }
    
    .story .row.story-left .story-date::after,
    .story .row.story-right .story-date::after {
        left: 47px;
    }
    
    .story .story-box,
    .story .row.story-right .story-date,
    .story .row.story-left .story-date {
        margin-left: 55px;
    }
    
    .story .story-launch .story-box {
        margin-left: 0;
    }
    
    .story .row.story-left .story-box::after {
        left: -20px;
        border-color: transparent #ffffff transparent transparent;
    }

    .story .row.story-left .story-box::before {
        left: -22px;
        border-color: transparent #dddddd transparent transparent;
    }
    
    .story .story-launch .story-box::after,
    .story .story-launch .story-box::before {
        left: 30px;
        margin-left: 0;
    }
}


/*******************************/
/*********** Team CSS **********/
/*******************************/
.team {
    position: relative;
    width: 100%;
    padding: 45px 0 60px 0;
}

@media (min-width: 768px) {
    .team {
        padding: 45px 60px 60px 60px;
    }
}


.team .team-item {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    padding: 30px;
    background: rgba(0, 0, 0, .05);
    border-radius: 300px 300px 5px 5px;
}

.team .team-img {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.team .team-img img {
    width: 100%;
    border-radius: 300px;
}

.team .team-text {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.team .team-text h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.team .team-text p {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.team .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 30px 20px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: rgba(79, 132, 196, .92);
    border-radius: 300px 300px 5px 5px;
    opacity: 0;
    transition: .5s;
}

.team .team-item:hover .team-social {
    opacity: 1;
}

.team .team-social a {
    color: #ffffff;
    font-size: 22px;
    padding: 0 10px;
}


/*******************************/
/******** Portfolio CSS ********/
/*******************************/
.portfolio {
    position: relative;
    padding: 45px 0;
    background: #ffffff;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: -15px 0 25px 0;
    list-style: none;
    font-size: 0;
    text-align: center;
}

.portfolio #portfolio-flters li,
.portfolio .load-more .btn {
    cursor: pointer;
    display: inline-block;
    margin: 5px;
    padding: 10px 25px;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 30px;
    background: linear-gradient(#4F84C4, #00539C);
    border: 1px solid #4F84C4;
    transition: .5s;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    background: #ffffff;
    color: #213546;
}

.portfolio .load-more {
    text-align: center;
}

.portfolio .load-more .btn {
    margin: 25px 0;
    padding: 15px 40px;
    transition: .5s;
}

.portfolio .load-more .btn:hover {
    background: linear-gradient(#00539C, #4F84C4);
}

.portfolio .portfolio-item {
    position: relative;
    height: 280px;
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;
}

.portfolio .portfolio-item figure {
    background: #ffffff;
    overflow: hidden;
    height: 280px;
    position: relative;
    border-radius: 30px 30px 0 0;
    margin: 0; 
}

.portfolio .portfolio-item figure img {
    width: 100%; 
    height: 100%; 
    object-fit: cover;
    border-radius: 8px;
}

.portfolio .portfolio-item figure:hover img {
    opacity: 0.3;
    transition: 0.3s;
}

.portfolio .portfolio-item figure .link-preview,
.portfolio .portfolio-item figure .link-details {
    position: absolute;
    display: inline-block;
    opacity: 0;
    line-height: 1;
    text-align: center;
    width: 45px;
    height: 35px;
    border-radius: 6px;
    background: linear-gradient(#4F84C4, #00539C);
    transition: 0.5s;
}

.portfolio .portfolio-item figure .link-preview i,
.portfolio .portfolio-item figure .link-details i {
    color: #ffffff;
    padding-top: 9px;
    font-size: 16px;
}

.portfolio .portfolio-item figure .link-preview:hover,
.portfolio .portfolio-item figure .link-details:hover {
    background: linear-gradient(#00539C, #4F84C4);
}

.portfolio .portfolio-item figure .link-preview:hover i,
.portfolio .portfolio-item figure .link-details:hover i {
    color: #ffffff;
}

.portfolio .portfolio-item figure .link-preview {
    top: 50%;
    left: calc(50% - 61px);
}

.portfolio .portfolio-item figure .link-details {
    top: 50%;
    right: calc(50% - 61px);
}

.portfolio .portfolio-item figure:hover .link-preview {
    opacity: 1;
    top: calc(50% - 50px);
}

.portfolio .portfolio-item figure:hover .link-details {
    opacity: 1;
    top: calc(50% - 50px);
}

.portfolio .portfolio-item figure .portfolio-title {
    position: absolute;
    margin: 0;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    background: rgba(79, 132, 196, .8);
    border-radius: 0;
}

.portfolio .portfolio-item figure .portfolio-title:hover {
    text-decoration: none;
}


/*******************************/
/********* Contact CSS *********/
/*******************************/
.contact {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.contact h2.section-title {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 45px;
    padding-bottom: 15px;
}

.contact h2.section-title::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 3px;
    bottom: 0;
    left: 0;
    background: linear-gradient(to left, #4F84C4, #00539C, #4F84C4);
    border-radius: 0 100% 100% 0;
}

.contact .contact-info {
    position: relative;
    width: 100%;
    margin-bottom: 45px;
}

.contact .contact-info iframe {
    width: 100%;
    height: 300px;
    margin-bottom: 30px;
    border-radius: 10px;
}

.contact .contact-info h3 {
    color: #3f4b5a;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.contact .contact-info h3 span {
    font-weight: 400;
    padding-left: 5px;
}

.contact .contact-info p {
    color: #3f4b5a;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}

.contact .editor-info {
    position: relative;
    width: 100%;
    margin-bottom: 45px;
}

@media (min-width: 992px) {
    .contact .editor-info {
        padding-left: 30px;
    }
}

.contact .editor-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dddddd;
}

.contact .editor-item:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

.contact .editor-img {
    width: 120px;
    height: 120px;
    margin-right: 20px;
}

.contact .editor-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}

.contact .editor-text {
    width: auto;
}

.contact .editor-text h3 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.contact .editor-text a {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}


/*******************************/
/******* Single Page CSS *******/
/*******************************/

.single h2.section-title {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 45px;
    padding-bottom: 15px;
}

.single h2.section-title::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 3px;
    bottom: 0;
    left: 0;
    background: linear-gradient(to left, #4F84C4, #00539C, #4F84C4);
    border-radius: 0 100% 100% 0; 
}

.single h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
}

.single p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 25px;
}

.single .table,
.single .list-group {
    margin-bottom: 30px;
}


/*******************************/
/********* Footer CSS **********/
/*******************************/
.footer {
    position: relative;
    padding-top: 90px;
    background: #2c3035;
}

.footer .footer-about,
.footer .footer-link {
    position: relative;
    margin-bottom: 45px;
	 text-align: center;
}

.footer .footer-about .fi {
	text-align: center;
	color: #999;
	font-size: 32px;
	margin-bottom: 5px;
}

@media(min-width: 992px) {
    .footer .container:first-child {
        margin-bottom: 30px;
    }
    .footer .row > div {
		border-right: 1px solid #999;
	}
	.footer .row > div:last-child {
		border-right: none;
	}
    .footer .footer-about,
    .footer .footer-link {
        padding: 0 30px;
    }
}

.footer .footer-about h2,
.footer .footer-link h2 {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #999999;
	 text-align: center;
}

.footer .footer-about p {
    margin-bottom: 15px;
    font-size: 14px;
    color: #999;
}
.footer .footer-about p strong {
	display: block;
	margin-bottom: 3px;
}
.footer .footer-about p i {
    width: 20px;
}
.footer .footer-about p a {
	display: block;
	color: #999;
}
.footer .footer-about p a:hover {
	color: #fff;
	text-decoration: none;
}
.footer .footer-link a {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    color: #999999;
    
}

.footer .footer-link a::before {
    position: relative;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .footer-link a:hover {
    color: #ffffff;
}

.footer .copyright {
    padding: 15px;
    border-top: 1px solid #3b3e43;
}

.footer .copyright p {
    margin: 0;
    font-size: 14px;
    color: #999999;
}

.footer .copyright .col-md-6:last-child p {
    text-align: right;
}

.footer .copyright p a {
    color: #999999;
}

.footer .copyright p a:hover {
    color: #ffffff;
}

@media (max-width: 768px) {
    .footer .copyright p,
    .footer .copyright .col-md-6:last-child p {
        margin: 5px 0;
        text-align: center;
    }
}



.first-screen {
	text-align: center;
	padding: 100px 0;
	font-size: 21px;
	position: relative;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: #666;
	color: #fff;
	-webkit-text-shadow: 0 0 5px #000;
	text-shadow: 0 0 5px #000;
}
.first-screen:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 1;
}
.first-screen .container {
	z-index: 2;
	position: relative;
}
.first-screen h1 {
	font-weight: 700;
	font-size: 3.5rem;
	margin-bottom: 45px;
}
.first-screen h1 span {
	display: block;
	font-size: 60%;
	font-weight: 600;
}
.first-screen h3 {
	margin-bottom: 45px;
	font-size: 1.5rem;
}
.first-screen p {
	margin-bottom: 30px;
}
a.button {
	display: inline-block;
	color: #000;
	text-decoration: none;
	font-weight: 600;
	padding: 10px 45px;
	background: #F0BA18;
	-webkit-text-shadow: none;
	text-shadow: none;
	border-radius: 30px;
	text-align: center;
}
a.button.inverse {
	background: #4F84C4;
	color: #fff;
}
a.button:hover {
	background: #4F84C4;
	color: #fff;
}
a.button.inverse:hover {
	background: #F0BA18;
	color: #000;
}
.content-page {
	padding: 45px 0;
	font-size: 18px;
}
.content-page.main {
	padding: 120px 0;
}
.content-page h3 {
	margin-bottom: 30px;
	font-weight: bold;
}
.benefits, .experts {
	background: #eee;
	padding: 120px 0;
}
.experts {
	background: url(../img/bg.jpg) 50% 50% repeat #ddd;
}
.benefits h3, .experts h3 {
	text-align: center;
	font-weight: bold;
	margin-bottom: 45px;
}
.experts h3 span {
	display: block;
	font-weight: 400;
	font-size: 1.5rem;
}
.benefits .item {
	text-align: center;
	margin-bottom: 45px;
}
.benefits .item img {
	display: block;
	margin: 0 auto 10px auto;
	width: 80px;
	height: auto;
}
.experts .item {
	background: #fff;
	height: 100%;
	border-bottom: 3px solid #4F84C4;
}
.experts .item:hover {
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
}
.experts .item img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.experts .expert-info {
	padding: 10px;
	border-top: 5px solid #4F84C4;
}
.experts .expert-info .title {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 17px;
}
.experts .expert-info .title span {
	display: block;
	font-size: 14px;
	font-weight: 400;
}
.experts .expert-info .econtact {
	margin-bottom: 5px;
}
.experts .expert-info .countries {
	font-size: 16px;
}
.experts .expert-info .countries strong {
	font-weight: 600;
	font-size: 14px;
	display: block;
}
.experts .expert-info a.button {
	display: block;
	padding: 7px 15px;
	text-align: center;
}
.raspisanie {
	padding: 120px 0;
}
.raspisanie h3 {
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 2rem;
	margin-bottom: 45px;
}
.rapsday {
	display: none;
}
.rapsday.active {
	display: block;
}
.um-field-label label {
	margin-bottom: 0;
}
.um input[type="submit"].um-button, .um .um-button.um-alt, .um input[type="submit"].um-button.um-alt {
	border-radius: 30px !important;
	font-weight: 600 !important;
}
.entry-title {
	font-weight: 700;
	text-align: center;
	margin-bottom: 45px;
}

.members .item {
	text-align: center;
	font-size: 16px;
	margin-bottom: 30px;
	padding-top: 5px;
}
/*
.members .item:hover {
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.3);
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
}
*/
.members .item a:hover {
	text-decoration: none;
}
.members .item img {
	max-width: 100%;
	height: auto;
	display: block;
	margin:0 auto 5px auto;
	border: 1px solid #f6f6f6;
}
.members .item:hover img {
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.3);
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
}
.members .item .info {
	color: #000;
	padding: 5px 0;
}

.members .item .title {
	font-weight: 600;
	font-size: 18px;
}
.members .item .country {
	font-size: 14px;
}
.members .item .education {
	font-size: 14px;
	color: #ccc;
	margin-bottom: 5px;
}
.need-account {
	text-align: center;
}
.entry-title span {
	display: block;
	font-size: 1.3rem;
	color: #999;
	font-weight: 600;
	margin-top: 10px;
}
.member-logo {
	text-align: center;
	margin-bottom: 30px;
}
.content-page img {
	max-width: 100%;
	height: auto;
}
.member .price {
	font-weight: 600;
	margin-bottom: 30px;
}
.member .video {
	line-height: 30px;
	vertical-align: top;
	font-size: 14px;
}
.member .video img {
	vertical-align: top;
}
.video video {
	display: block;
	max-width: 100%;
	height: auto; 
}
.member .agent-name {
	font-size: 16px;
	font-weight: bold;
}
.member .agent-position {
	font-size: 14px;
	color: #666;
}
.member .events {
	padding: 30px 0 0 0;
	font-size: 14px;
}
.member .events h5 {
	font-weight: 600;
}
.raspisanie ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.raspisanie  li a {
	display: block;
	padding: 15px;
	font-size: 14px;
	border: 1px solid #ddd;
	background: #eee;
	cursor: pointer;
	margin-bottom: -1px;
}
.raspisanie  li a.active {
	border-right: none;
	border-right: none;
	background: #fff;
}
.raspisanie  li a strong {
	display: block;
	font-size: 16px;
}
.raspisanie .rasptime:hover {
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.raspisanie .daytime {
	background: #4F84C4;
	padding: 2px 10px;
	color: #fff;
	font-weight: 600;
}
.raspisanie .daycontent {
	margin-bottom: 15px;
	border: 1px solid #ddd;
	border-top: none;
	padding: 10px 10px 0 10px;
}
.raspisanie .ev-item {
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 13px;
	border-bottom: 1px solid #ddd;
}
.raspisanie .ev-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.raspisanie .ev-item strong {
	display: block;
	font-size: 15px;
}
.raspisanie .ev-item a.button, .wpfp-span .item a.button, .member .info .events a.button {
	padding: 3px 12px;
	font-size: 14px;
	margin-top: 8px;
}
a.button.disabled {
	background: #ddd !important;
	color: #666 !important;
}
.um-profile-photo {
	display: none;
}
.zapis {
	min-width: 480px;
}
.member .info a.button {
	margin-top: 15px;
}
.post-13 .um-profile-edit {
	top: 0;
	position: static;
	height: auto;
}
.post-13 .um-profile-edit-a {
	display: none;
}
.post-13 .entry-title {
	margin-bottom: 15px;
}
.post-13 .um-header {
	min-height: 30px;
	padding-bottom: 15px;
}
.post-13 .um-dropdown {
	right: 0 !important;
	position: static;
	display: block;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	width: auto !important;
}
.post-13 .um-dropdown li {
	display: inline-block;
}
.post-13 .um-dropdown li a {
	color: #4F84C4;
}
.post-13 .um-dropdown li:last-child a {
	border-top: none;
}
div.wpfp-span {
	padding: 30px 0;
}
.wpfp-span * {
	box-sizing: border-box;
}
.wpfp-span .item {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	color: #000;
}
.wpfp-span .title {
	font-size: 18px;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 0.3rem;
	padding-left: 0.3rem;
}
.wpfp-span.all {
	font-size: 15px;
}
.wpfp-span.all .dtuser {
	margin-top: 15px;
}
.dtuser span {
	font-weight: 600;
}
.wpfp-span.all .usa {
	border-bottom: 1px solid #ddd;
}
.wpfp-span.all .usa:last-child {
	border-bottom: none;
}
.wpfp-span.all .item {
	border-color: #4F84C4;
}
.um-dropdown-arr {
	display: none;
}
.row.a {
	margin-bottom: 10px;
}
#register {
	padding: 20px;
}
.fo {
	max-width: 640px;
}
.fo label {
	display: inline-block;
	margin-bottom: 10px;
	cursor: pointer;
	padding-right: 5px;
	font-weight: 600;
}
.countrieslist {
	display: flex;
	flex-wrap: wrap;
}
.countrieslist label {
	width: 33.33%;
}
@media (max-width: 640px) {
	.countrieslist label {
		width: 50%;
	}
}
.fo input[type="text"], .fo input[type="email"], .fo input[type="tel"], .fo select {
	display: block;
	margin: 0 0 15px 0;
	width: 100%;
	border-radius: 30px;
	border: 1px solid #ddd;
	background: #fff;
	font-size: 16px;
	line-height: 46px;
	height: 46px;
	padding: 0 15px;
	outline: none;
} 
.fo button {
	display: block;
	color: #000;
	text-decoration: none;
	font-weight: 600;
	padding: 10px 45px;
	background: #F0BA18;
	-webkit-text-shadow: none;
	text-shadow: none;
	border-radius: 30px;
	text-align: center;
	height: 46px;
	line-height: 26px;
	border: none;
	margin: 0 auto;
}
.fo button:hover {
	background: #4F84C4;
	color: #fff;
}
.success {
	text-align: center;
}
.success .title {
	font-weight: bold;
	font-size: 21px;
	margin-bottom: 15px;
}
@media (max-width: 767px) {
	body {
		font-size: 15px;
	}
	.header .brand {
		margin-bottom: 5px;
	}
	.first-screen h1 {
		font-size: 2rem;
	}
	.first-screen {
		padding: 45px 0;
	}
	.frontend {
		padding-top: 120px;
	}
	.content-page {
		font-size: 14px;
	}
	.benefits, .experts {
		padding: 45px 0;
		font-size: 14px;
	}
	.raspisanie li a {
		padding: 5px 10px;
	}
	.raspisanie {
		padding: 60px 0;
	}
	.raspisanie li a strong {
		display: inline-block;
	}
	.raspisanie ul {
		margin-bottom: 5px;
	}
	.raspisanie li a.active {
		border-right: 1px solid #ddd;
	}
	.navbar-toggler {
		padding: 3px;
	}
	.raspisanie h3 {
		font-size: 1.5rem;
		margin-bottom: 30px;
	}
	.experts h3 span {
		font-size: 1.2rem;
	}
	.footer {
		padding-top: 45px;
	}
	.footer .footer-about h2, .footer .footer-link h2 {
		margin-bottom: 0;
	}
	h1.entry-title {
		font-size: 2rem;
	}
	.post-15 h1.entry-title {
		font-size: 1.6rem;
	}
	.post-13 .um-dropdown li {
		display: block;
	}
}

#callback-wrapper-mediaguru {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: 1000;
	display: none;
}
.callback-wrapper-mediaguru-btns {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-content: center;
	height: 60px;
}
#callback-wrapper-mediaguru .callback-item {
	width: 50%;
	border-right: 1px solid #fff;
	background: #41c352;
}
#callback-wrapper-mediaguru .callback-item:hover {
	background: #3bc04d;
}
#callback-wrapper-mediaguru .callback-item:last-child {
	border-right: none;
}
#callback-wrapper-mediaguru .callback-item a {
	font-weight: 500;
	color: #fff;
	text-align: left;
	text-decoration: none;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0.03em;
	width: 100%;
	height: 60px;
	padding: 0 0 0 52px;
	display: flex;
	align-items: center;
}
#callback-wrapper-mediaguru .callback-item.whatsapp a {
	background: url(../img/whatsapp.svg) 18px 50% no-repeat;
}
#callback-wrapper-mediaguru .callback-item.callb a {
	background: url(../img/phone.svg) 18px 50% no-repeat;
}
#callback-wrapper-mediaguru .callback-item.whatsapp a:hover {
	color: #fff;
	text-decoration: none;
	background: url(../img/whatsapp.svg) 18px 50% no-repeat #3bc04d;
}
#callback-wrapper-mediaguru .callback-item.callb a:hover {
	color: #fff;
	text-decoration: none;
	background: url(../img/phone.svg) 18px 50% no-repeat #3bc04d;
}

@media (max-width: 480px){
	body {
		padding-bottom: 69px;
	}
	#callback-wrapper-mediaguru{
		display: block;
	}
}

.info .fo {
	margin-top: 45px;
}

.video {
	padding: 0 0 60px 0;
	text-align: center;
}
.video h3 {
	font-weight: bold;
	margin-bottom: 30px;
}
.video img {
	max-width: 100%;
	height: auto;
	display: block;
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
}
.video .item {
	margin-bottom: 30px;
}
.video a {
	display: block;
	position: relative;
}
.video a.vid:after {
	content: '';
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/play2.png) 50% 50% no-repeat;
}

@media (max-width: 480px) {
  .frontend {
    padding-top: 70px;
  }
  .first-screen h3 {
	  font-size: 1.4rem;
	  margin-bottom: 30px;
  }
  
}
.morelink {
	color: #4F84C4; 
	font-size: 14px;
}
.members a:hover .morelink {
	text-decoration: underline;
}

.vuz {
	border-bottom: 1px solid #eee;
	margin-bottom: 60px;
}
.vuz img {
	display: block;
	margin: 0 auto 15px auto;
}
.vuz h2 {
	text-align: center;
	margin-bottom: 30px;
}
@media (max-width: 991px) {
	.hidden-xs {
		display: none;
	}
}
.langs ul {
	list-style: none;
	display: flex;
	padding: 0;
	margin: 0;
}
.langs ul li {
	margin: 0 7px;
}

#menu-item-1149-en {
	display: none;
}


#menu-item-1149-ru a {
    background: url(../img/ru.png)  0 0 no-repeat !important;
	background-size: contain !important;
	display: block;
	width: 24px;
	height: 24px;

}
#menu-item-1149-ru a img {
	display: none;
}
#menu-item-1149-kz a {
	background: url(../img/kz.png)  0 0 no-repeat !important;
	background-size: contain !important;
	display: block;
	width: 24px;
	height: 24px;
}
#menu-item-1149-kz a img {
	display: none;
}