*,*:before,*:after { padding: 0; margin: 0; outline: 0; box-sizing: border-box; }
html,body { width: auto !important;overflow-x: hidden !important;padding: 0;margin: 0}
body {font-weight: normal;     font-family: Cochin; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; text-size-adjust: none; font-family: 'Open Sans', sans-serif;}
img { height: auto; max-width: 100%; display: inline-block; }
a,input[type="file"],input[type="image"],label[for] { cursor: pointer; }
a[href^="tel"],textarea[disabled],select[disabled] { cursor: default; }
input[type="text"],input[type="password"],input[type="date"],input[type="datetime"],input[type="datetime-local"],input[type="month"],input[type="week"],input[type="email"],input[type="number"],input[type="search"],input[type="tel"],input[type="time"],input[type="url"],input[type="color"],textarea,a[href^="tel"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button { display: none; -webkit-appearance: none; }
textarea { resize: none; -webkit-overflow-scrolling: touch; overflow-scrolling: touch; }
button,input,optgroup,select,textarea { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; }
nav ul,nav ol { list-style: none outside none;}
p {margin: 0;}
a:focus {outline: 0;outline-offset: 0;}
a:hover {text-decoration: none;}
.no-margin {margin: 0;}
.no-padding {padding: 0;}
.clearfix:after {clear: both;content: "";display: block;}
.container {
    width: 1440px;
}
@font-face {
    font-family: Savoye;
    src: url(font/Savoye/SavoyeLetPlain.woff2)format('woff2'),
         url(font/Savoye/SavoyeLetPlain.woff)format('woff');
        font-style: normal;
}
@font-face {
    font-family: 'Savoye LET';
    src: url('font/SavoyeLet/SavoyeLetPlain.woff2') format('woff2'),
         url('font/SavoyeLet/SavoyeLetPlain.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: Cochin;
    src: url(font/Cochin/Cochin.woff2)format('woff2'),
         url(font/Cochin/Cochin.woff)format('woff');
    font-style: normal;
}
.top-header {
    background: #447981;
    padding: 10px 0;
}
.top-header ul {
    margin: 0;
}
.social .fa{
    color: #fff;
    font-size: 25px;
    margin-right: 15px;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    vertical-align: -webkit-baseline-middle;
}
.social>a {
    vertical-align: -webkit-baseline-middle;
}
.social>a:hover .fa{
    color: #a2decf;
}
.fa{
    color: #fff;
    font-size: 25px;
    margin-right: 15px;
}
.top-header ul.call-info {
    margin-top: 6px;
    font-family: Cochin;
}
.top-header ul.call-info li {
    display: inline-block;
    list-style: none;
    border-right: 1px solid #fff;
    padding: 0 4px 0 2px;
}
.top-header ul.call-info li:first-of-type {
    padding-left: 0;
    padding-right: 4px;
}
.top-header ul.call-info li:last-of-type {
    border-right: none;
    padding-right: 0;
    padding-left: 2px;
}
.top-header ul.call-info li>a {
    color: #fff;
    font-size: 17px;
    font-weight:lighter;
    text-decoration: none;
    cursor: pointer;
}
.top-header ul.call-info li:hover a {
    color: #a2decf;
}
.top-header ul.lang  {
    display: inline-block;
}
.top-header ul.lang li {
    display: inline-block;
    list-style: none;
    border-right: 1px solid #fff;
    padding: 0 7px;
}
.top-header ul.lang li>a {
    color: #fff;
    font-size: 17px;
    font-weight:lighter;
    text-decoration: none;
    cursor: pointer;
    font-family: Cochin;
}
.top-header ul.lang li:hover a {
    color: #fbc210;
}
.top-header ul.lang li.active a {
    color: #fbc210;
}
.top-header ul.lang li:last-of-type {
    border-right: none;
    padding-right: 0px;
}
.top-header ul.lang li:first-of-type {
    padding-left: 0;
}
.top-header .login,
.top-header .login-profile,
.top-header .logout-profile, 
.top-header .login-moodle
{
    display: inline-block;
    position: relative;
}
.top-header .logout-profile {
    margin-right: 10px;
}
.top-header .login>span,
.top-header .login-profile>span,
.top-header .login-moodle>span
{
    display: inline-block;
    padding: 7px 5px;
    font-size: 17px;
    font-weight: 600;
    color: #fbc210;
    margin: 0 10px;
    cursor: pointer;
    border-top: 1px solid #fbc210;
    border-bottom: 1px solid #fbc210;
    font-family: Cochin;
}
.top-header .login-profile>span>a,
.top-header .logout-profile>span>a,
.top-header .login-moodle>span>a
{
    font-size: 17px;
    font-weight: 600;
    color: #fbc210;
}
.top-header .login-profile:hover>span>a,
.top-header .login-moodle:hover>span>a
{
    color: #447981;
}
.top-header .logout-profile:hover>span>a  {
    color: #fff;
}
.top-header .login:hover>span,
.top-header .login-profile:hover>span,
.top-header .login-moodle:hover>span{
    background: #fbc210;
    color: #447981;
}
.top-header .login .input-group-addon  {
    background: none;
    border: none;
}
.top-header .login .input-group {
    border: 2px solid #447981;
    border-radius: 5px;
    margin-bottom: 20px;
}
.top-header .login .input-group[type="submit"] {
    border: 2px solid #447981;
    border-radius: 5px;
    margin-bottom: 20px;
    width: 100%;
    background: none;
    font-size: 22px;
    color: #447981;
    font-weight: 600;
    border-radius: 25px;
    font-family: Cochin;
}
.top-header .login .input-group.registration {
    background: #fff;
    color: #447981;
    border: 2px solid #447981;
    border-radius: 35px;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}
.top-header .login .input-group.registration:after,
.top-header .registration-form .login.input-group:after {
    content: "";
    display: inline-block;
    background: url(images/arrow-registration1.png);
    width: 21px;
    height: 13px;
    vertical-align: baseline;
    margin-left: 10px;
}
.top-header .registration-form .login.input-group {
    background: #fff;
    color: #447981;
    border: 2px solid #447981;
    border-radius: 35px;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}
.top-header .registration-form .login.input-group:hover {
    background: #447981;
    color: #fff;
}
.top-header .registration-form .login.input-group>input {
    background: none;
    font-size: 20px;
    font-weight: 600;
    border-radius: 25px;
    font-family: Cochin;
}
.top-header .login .input-group.registration>input {
    background: none;
    font-size: 20px;
    font-weight: 600;
    border-radius: 25px;
    font-family: Cochin;
}
.top-header .login .input-group.registration:hover {
    background: #447981;
    color: #fff;
}
.top-header .login .input-group.registration:hover:after,
.top-header .registration-form .login.input-group:hover:after {
    background: url(images/arrow-registration.png);
}
.top-header .login .input-group[type="submit"]:hover {
    background: #447981;
    color: #fff;
}
.top-header .login .glyphicon  {
    font-size: 12px;
}
.glyphicon.lock:before {
    content: "";
    display: block;
    background: url(images/lock.png);
    width: 21px;
    height: 21px;
    background-repeat: no-repeat;
    background-position: center;
}
.top-header .login .fa {
    color: #447981;
    font-size: 21px;
    margin-right: 0;
}
body .top-header .login input {
    border: none;
    outline: inherit;
    height: 38px;
}
body .top-header .login .form-control:focus {
    box-shadow: none;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.top-header .login .login-form,
.top-header .login .registration-form  {
    position: absolute;
    min-width: 240px;
    right: 0;
    margin-top: 11px;
    background: #fff;
    padding: 35px 15px;
    display: none;
    -webkit-box-shadow: 0px 0px 12px 7px rgba(0,0,0,0.09);
    -moz-box-shadow: 0px 0px 12px 7px rgba(0,0,0,0.09);
    box-shadow: 0px 0px 12px 7px rgba(0,0,0,0.09);
    z-index: 999999;
}
.top-header .login .registration-form .input-group-addon {
    padding: 6px 10px;
}
.top-header .search {
    display: inline-block;
    position: relative;
    /*width: 50%;*/
}
.top-header .search input  {
    display: inline-block;
    background: transparent;
    outline: none;
    border-radius: 0;
    color: #fff;
    height: 38px;
    opacity: 0;
}
.top-header .search span  {
    position: absolute;
    top: 8px;
    right: 10px;
    cursor: pointer;
}
.top-header .search button  {
    background: none;
    border: none;
    position: absolute;
    top: 8px;
    right: 10px;
    cursor: pointer;
    display: none;
    width: 19px;
    height: 21px;
}
.top-header .search button .fa  {
    font-size: 22px;
}
.top-header .search span>.fa  {
    color: #fff;
    margin: 0;
    font-size: 21px;
}
.logos {
    padding: 10px 0;
}
.logos ul li {
    list-style: none;
    display: inline-block;
    width: 17%;
    margin: 0 1%;
}
.logos ul li:last-of-type {
    margin-right: 0;
}
.logos .row {
    display: table;
}
.logos [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: sub;
}
.logos .row .col-sm-5 img {
    /*width: 80%;*/	height: 120px;
}
.clicked-logo li {
    text-align: center;
}
.clicked-logo img {
    width: 60%;
}
.clicked-logo li:last-child img {
    width: 85%;
}
.menu-header {
    background: #fbc210;
    position: relative;
    z-index: 9999;
}
.menu-header .navbar {
    margin: 0;
    border: none;
}
.menu-header .navbar li {
    border-bottom: 4px solid transparent;
    font-family: Cochin;
}
.menu-header .navbar li>a {
    text-shadow: 1px 1px 9px rgba(150, 150, 150, 0.27);
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    line-height: 48px;
    text-transform: uppercase;
    height: 70px;
}
.menu-header .navbar .dropdown-content li>a {
    height: inherit;
}
.menu-header .nav > li > a:hover, .menu-header .nav > li > a:focus {
    background: none;
}
.menu-header .navbar li.active {
    border-bottom: 4px solid #447981;
    color: #447981!important;
}
.menu-header .navbar li.active a{
    color: #447981;
}
.menu-header .navbar li.active>.dropdown>a {
    color: #447981!important;
}
.menu-header .nav > li.active>.dropdown .menu-arrow-down:after,
.menu-header .navbar li.active .menu-arrow-down:after {
    background: url(images/menu-arrow-down1.png);
}
.menu-header .nav > li:hover {
    border-bottom: 4px solid #447981;
}
.menu-header .nav > li:hover .fa {
    color: #447981;
}
.menu-header .nav > li:hover .menu-arrow-down:after {
    background: url(images/menu-arrow-down1.png);
}
.menu-header .nav > li:hover a {
    color: #447981;
}
.menu-header .nav > li:hover .dropdown>a {
    color: #447981!important;
}
.menu-header .nav > li .menu-arrow-down {
    vertical-align: middle;
    display: inline-block;
}
.menu-header .nav > li .menu-arrow-down:after {
    content: "";
    display: inline-block;
    background: url(images/menu-arrow-down.png);
    width: 29px;
    height: 23px;
    vertical-align: sub;
}
.menu-header .navbar-nav > li > a {
    padding: 10px 20px;
    margin-top: 5px;
    padding-bottom: 5px;
}
.menu-header .navbar-nav > li > a .fa-home {
    font-size: 28px;
    vertical-align: middle;
    margin: 0;
}
.menu-header .navbar-nav > li.active > a .fa-home {
    color: #447981;
}
.menu-header .navbar-nav > li:first-of-type > a {
    padding: 10px 30px 12px 30px;
}
.home-slider .slick-dots {
    bottom: 20px;
}
.home-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #447981;
}
.home-slider .slick-dots li button:before {
    opacity: 1;
    color: #fff;
}
.home-slider .slick-dots li button:before {
    font-size: 13px;
}
.home-slider .slick-slide {
    position: relative;
}
.home-slider .slider-text {
    position: absolute;
    bottom: 15%;
    right: 0;
    width: 45%;
}
.home-slider .slider-text h3 {
    font-size: 36px;
    line-height: 24px;
    color: #fff;
    margin: 0 0 15px 0;
    background: rgba(54, 54, 54, 0.45);
    padding: 25px 15px;
    font-family: Cochin;
}
.home-slider .slider-text p {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin: 0;
    opacity: 0;
}
.home-slider .slider-text .promotion-link {
    background: #fff;
    font-size: 18px;
    font-weight: bold;
    color: #3d3d3d;
    padding: 5px 15px;
    margin-top: 15px;
    display: -webkit-inline-box;
    border: 2px solid #38b6b1;
    font-family: Cochin;
}
.home-slider .slider-text .promotion-link:hover {
    -webkit-box-shadow: 0px 0px 12px 7px rgba(0,0,0,0.09);
    -moz-box-shadow: 0px 0px 12px 7px rgba(0,0,0,0.09);
    box-shadow: 0px 0px 12px 7px rgba(0,0,0,0.09);
}
.page-title {
    padding-bottom: 70px;
}
.page-title h1 {
    /* font-family: Cochin; */
    font-family: Cochin;
    font-size: 52px;
    font-weight: bold;
    color: #447981;
    margin-bottom: 40px;
}
.page-title h2 {
    /* font-family: 'Bad Script', cursive; */
    font-family: 'Savoye LET';
    /* ont-size: 33px; */
    font-size: 45px;
    /* font-style: italic; */
    font-weight: lighter;
    color: #447981;
}
.home-page .section1 {
    background: url(images/section1-bg.jpg);
    background-size: cover;
    background-position: center;
}
.home-page .section1 .section1-1 {
    background: rgba(255, 255, 255, 0.4);
    padding-bottom: 50px;
}
.home-page .section1 .section-title {
    background: url(images/title-bg2.png);
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    text-align: center;
}
/* .home-page .section1 .section1-2 .section-title {
    background-size: 30%;
}
.home-page .section1 .section1-1 .section-title {
    background-size: 23%;
} */
.home-page .section1 .section-title h3 {
    line-height: 140px;
    font-size: 350%;
    font-weight: bold;
    color: #3d3d3d;
    font-family: 'Savoye LET';
    padding-top: 20px;
}
.home-page .section1 .section-text,
.course-page .section1 .section-text {
    height: 500px;
    background-repeat: no-repeat;
    background-position: center top;
}
.home-page .section1 .section-text>div{
    padding: 60px 70px 0 100px;
}
.course-page .section1 .section-text>div{
    padding: 80px 30px 0 40px;
}
.home-page .section1 .section-text h4,
.home-page .section1 .section-text h4 span{
    font-size: 26px;
    font-weight: bold;
    color: #3d3d3d;
    font-family: Cochin;
    display: block;
}
.course-page .section1 .section-text h6{
    font-size: 27px;
    font-weight: bold;
    color: #3d3d3d;
    padding: 10px 0;
    font-family: 'Savoye LET';
}
.course-page .section1 .section-text h6>img{
    margin-right: 15px;
}
.course-page .section1 .section-text h4.box-title {
    font-size: 18px;
    font-weight: bold;
    color: #3d3d3d;
    font-family: Cochin;
}
.home-page .section1 .section1-1 .section-text h4>img {
    width: 30%;
}
.home-page .section1 .section-text h4>img,
.course-page .section1 .section-text h4>img{
    margin-right: 3px;
    float: left;
}
.home-page .section1 .section-text .page-text {
    margin: 0 0 25px 0;
}
.page-text {
    margin-bottom: 25px;
}
/* .home-page .section1 .section1-2 .section-text  .page-text {
    height: 140px;
} */
.course-page .section1 .section-text .page-text {
    font-size:17px;
    font-weight: bold;
    color: #3d3d3d;
    height: 90px;
    overflow: hidden;
    margin-top: 24px;
    font-family: 'Savoye LET';
}
.course-page .section1 h1 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #38b6b1;
    margin: 50px 0 30px;
    font-family: Cochin;
}
.course-page .section1 .section-text:nth-of-type(1) {
    margin-top: 15px;
}
.course-page .section1 .section-text:nth-of-type(2) {
    margin-top: 45px;
}
.course-page .section1 .section-text:nth-of-type(3) {
    margin-top: 0;
}
.home-page .section1 .section-text .page-text p {
    font-size: 21px;
    font-weight: 600;
    color: #3d3d3d;
    font-family: 'Savoye LET';
}
.navbar-nav {
    font-family: Cochin;
}
.home-page .section1 .section-text .sigh-in a {
    background: rgba(255, 255, 255, 0.75);
    font-size: 18px;
    font-weight: bold;
    color: #3d3d3d;
    padding: 15px;
    margin-top: 15px;
    position: absolute;
    bottom: 13%;
    right: 35%;
    font-family: Cochin;
}
.home-page .section1 .section-text .for-free {
    margin-top: 15px;
}
.home-page .section1 .section-text .for-free a,
.error-page .content-section .return-button a {
    background: #447981;
    font-size: 18px;
    color: #fff;
    padding: 10px;
}
.error-page .content-section .return-button {
    margin-top: 60px;
}

.client-request-page .time-section a{
    background: #447981;
    font-size: 13px;
    color: #fff;
    padding: 5px 10px;
    margin-left: 10px;
    text-decoration: none;
}
.client-request-page .time-section a>.fa{
    color: #fff;
    font-size: 18px;
    margin-right: 15px;
    vertical-align: bottom;
    display: inline-block;
}
.home-page .section1 .section-text a:hover,
.error-page .content-section .return-button a:hover {
    -webkit-box-shadow: 0px 0px 12px 7px rgba(0,0,0,0.09);
    -moz-box-shadow: 0px 0px 12px 7px rgba(0,0,0,0.09);
    box-shadow: 0px 0px 12px 7px rgba(0,0,0,0.09);
}
.home-page .section1 .section1-2 {
    padding-bottom: 50px;
}
.home-page .section1 .section1-2 .section-text {
    min-height: 580px;
}
.home-page .section1 .section1-2 .section-text h4>img {
    margin-right: 3px;
    display: inline-block;
    float: none;
}
.section2 {
    padding: 75px 0;
}
.section2 .page-title h1 {
    font-size: 40px;
    font-weight: bold;
    color: #447981;
    margin-bottom: 40px;
    cursor: pointer;
    text-align: center;
}
.section2.buy-course .page-title h1 {
    cursor: default;
}
.section2 .page-title h1:hover {
    color: #fbc210;
    text-decoration: underline;
}
.section2.buy-course .page-title h1:hover {
    color: #447981;
    text-decoration: none;
}
.section2 .page-title h2 {
    /* font-size: 25px; */
    font-size: 45px;
    font-weight: 500;
    color: #447981;
    font-style: inherit;
    text-align: center;
}
.section2 .hidden-form {
    margin-top: 64px;
    font-size: 16px;
    color: #447981;
    font-weight: normal;
    display: none;
}
.section2 .hidden-form h3 {
    font-size: 24px;
    font-weight: 500;
    color: #447981;
    font-weight: bold;
    text-align: center;
    margin-bottom: 35px;
    font-family: Cochin;
}
.alert-danger, .alert-warning {
    font-family: Cochin;
}
.prices-course {
    font-size: 16px;
    font-weight: bold;
    color: #447981 !important;
    margin: 15px 0;
}
.prices-course>span{
    margin-left: 15px;
}
.section2 .hidden-form .close {
    font-size: 27px;
    color: #447981;
    opacity: 1;
}
.section2 .hidden-form>.col-sm-6>div {
    -webkit-box-shadow: 0px 0px 12px 7px rgba(0,0,0,0.09);
    -moz-box-shadow: 0px 0px 12px 7px rgba(0,0,0,0.09);
    box-shadow: 0px 0px 12px 7px rgba(0,0,0,0.09);
    padding: 30px 40px;
}
.section2 .hidden-form .input-group {
    border: 2px solid #447981;
    border-radius: 5px;
    margin-bottom: 20px;
}
.section2 .hidden-form .input-group-addon {
    background: none;
    border: none;
}
.section2 .hidden-form .fa {
    color: #447981;
    font-size: 21px;
    margin-right: 0;
}
.section2 .hidden-form input {
    border: none;
    outline: inherit;
    height: 38px;
}
.section2 .hidden-form textarea {
    border: none;
    outline: inherit;
}
.section2 .hidden-form input[type="checkbox"],
.buy-course input[type="checkbox"] {
    height: inherit;
}
.fa.phone:before {
    content: "";
    display: block;
    background: url(images/phone.png);
    width: 21px;
    height: 21px;
    background-repeat: no-repeat;
    background-position: center;
}
.form-control:focus {
    box-shadow: none;
}
.hidden-form input[type="submit"] {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background: #447981;
    padding: 0 60px;
    display: block;
    line-height: 24px;
    border-radius: 25px;
    margin: auto;
    position: relative;
    top: 30px;
    margin-bottom: 50px;
    font-family: Cochin;
}
.hidden-form input[type="submit"]:hover {
    background: #38b6b1;
}
.hidden-form input[type="checkbox"],
.buy-course input[type="checkbox"]  {
    -webkit-appearance: none;
    border: 2px solid #447981;
    padding: 9px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    vertical-align: bottom;
    margin-right: 10px;
}
.hidden-form .checkbox {
    margin: 10px 0;
}
.hidden-form .textarea {
    margin: 20px 0;
}
.hidden-form input[type="checkbox"]:active,
.hidden-form input[type="checkbox"]:checked:active,
.buy-course input[type="checkbox"]:active,
.buy-course input[type="checkbox"]:checked:active {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
.hidden-form input[type="checkbox"]:checked,
.buy-course input[type="checkbox"]:checked {
    border: 2px solid #447981;
    color: #447981;
    height: inherit;
}
.hidden-form input[type="checkbox"]:checked:after,
.buy-course input[type="checkbox"]:checked:after {
    content: '';
    background-image: url(images/checkbox.png);
    position: absolute;
    top: 3px;
    left: 2px;
    width: 14px;
    height: 12px;
}
.hidden-form p {
    font-size: 19px;
    font-weight: bold;
    color: #38b6b1;
    font-family: Cochin;
}
.hidden-form label {
    font-family: Cochin;
    font-size: 17px !important;
    padding-left: 30px !important;
}
.category-language-level {
    background: rgba(146, 182, 177, 0.3);
    border-radius: 10px;
    padding: 10px;
    display: none;
}
.loader-wrapper {
    background: #44798169;
    position: absolute;
    width: 100%;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 10px;
    z-index: 9;
    display: none;
}
#loader-login, #loader-registration{
    border-radius: 0px;
}
.hidden-form .disabled label {
    color: rgba(68, 121, 129, 0.50) !important;
    cursor: no-drop !important;
}
.hidden-form .disabled input[type="submit"], button[disabled], html input[disabled] {
    cursor: no-drop !important;
}
.hidden-form .disabled [type="radio"]:checked + label:before,
.hidden-form .disabled [type="radio"]:not(:checked) + label:before,
.hidden-form .disabled input[type="checkbox"] {
    border-color: rgba(68, 121, 129, 0.50) !important;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #38b6b1; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    margin: auto;
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #447981 !important;
    font-size: 16px;
    font-family: Cochin;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #447981 !important;
    font-size: 16px;
    font-family: Cochin;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #447981 !important;
    font-size: 16px;
    font-family: Cochin;
}
:-moz-placeholder { /* Firefox 18- */
    color: #447981 !important;
    font-size: 16px;
    font-family: Cochin;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 18px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    font-size: 16px;
    color: #447981;
    font-weight: normal;
    margin-right: 5px;
    margin-top: 10px;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 15px;
    height: 15px;
    border: 2px solid #447981;
    border-radius: 100%;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 7px;
    height: 7px;
    background: #38b6b1;
    position: absolute;
    top: 7px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.hidden-form .payment, .hidden-form .payment label,
.section2.buy-course .payment, .section2.buy-course .payment label {
    font-size: 16px;
    font-weight: bold;
    color: #38b6b1;
    margin-top: 15px;
}
.payment-info .input-group {
    width: 100%;
}
.payment-info  {
    display: none;
}
.right-col .row,
.left-col .row {
    display: table;
    width: 100%;
    position: relative;
    padding: 25px 0;
}
.right-col [class*="col-"],
.left-col [class*="col-"],
.section3 .news[class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
}
.section3 {
    background: #dbdbdb;
    padding: 35px 0;
}
.section3 h3 {
    font-size: 28px;
    font-weight: 600;
    color: #447981;
    font-family: Cochin;
}
.section3 .news:first-of-type {
    border-right: 2px solid #38b6b1;
}
.section3 .news .row,
.news-page .news .row {
    margin: 40px 0;
    padding: 15px;
}
.section3 .news a:hover .row,
.news-page .news a:hover .row {
    background: rgba(56, 182, 177, 0.38);
}
.section3 .news img,
.news-page .news img {
    width: 100%;
    -webkit-box-shadow: 0px 0px 12px 7px rgba(0,0,0,0.09);
    -moz-box-shadow: 0px 0px 12px 7px rgba(0,0,0,0.09);
    box-shadow: 0px 0px 12px 7px rgba(0,0,0,0.09);
}
.news-page .news h4 {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    margin: 15px 0;
}
.section3 .news h4 {
    font-size: 24px;
    color: #000000;
    font-weight: 600;
    margin: 15px 0;
    font-family: Cochin;
}
.news-page .news p {
    font-size: 18px;
    color: #447981;
    font-weight: 600;
}
.section3 .news p {
    font-size: 18px;
    color: #000;
    font-weight: lighter;
    height: 70px;
    overflow: hidden;
    font-family: Cochin;
}
.footer {
    border-top: 10px solid #447981;
}
.footer .row {
    padding: 65px 0;
}
.footer .col-footer>ul{
    -webkit-column-width: 100px;
    -moz-column-width: 100px;
    -o-column-width: 100px;
    -ms-column-width: 100px;
    column-width: 100px;
}
.footer .col-footer>ul li{
    list-style: none;
    font-size: 14px;
    font-weight: normal;
    color: #3d3d3d;
    margin-bottom: 7px;
    /* font-family: 'Savoye LET'; */
}
.footer .col-footer>ul li>a{
    font-weight: bold;
    color: #447981;
    font-family: 'Cochin';
    font-size: 18px;
}
.footer .col-footer>ul li:hover>a{
    color: #fbc210;
    text-decoration: underline;
}
.footer .col-footer>p{
    font-size: 19px;
    font-weight: 600;
    color: #3d3d3d;
    margin-bottom: 25px;
    font-family: Cochin;
}
.footer .col-footer:last-of-type ul {
    margin-top: -22px;
}
.footer .col-footer:last-of-type li {
    font-size: 16px;
    font-weight: 600;
    color: #3d3d3d;
}
.footer .col-footer:last-of-type li a {
    font-size: 19px;
    color: #3d3d3d;
    font-family: Cochin;
}
.copy-section {
    background: #38b6b1;
    color: #fff;
    padding: 30px 0;
}
.copy-section .col-sm-4 p {
    margin-top: 12px;
}
.copy-section p {
    font-size: 12px;
    font-weight: lighter;
    color: #fff;
}
.copy-section .newsleter p {
    font-size: 12px;
    font-weight: lighter;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
}
.copy-section .newsleter input {
    display: inline-block;
    background: transparent;
    outline: none;
    border-radius: 0;
    color: #fff !important;
    height: 30px;
    box-shadow: none;
    font-size: 14px;
    border: 1px solid #a2decf;
    border-radius: 5px;
    margin: 0 5px;
    padding-left: 5px;
}
.copy-section .newsleter input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff !important;
    font-size: 13px;
}
.copy-section .newsleter input::-moz-placeholder { /* Firefox 19+ */
    color: #fff !important;
    font-size: 13px;
}
.copy-section .newsleter input:-ms-input-placeholder { /* IE 10+ */
    color: #fff !important;
    font-size: 13px;
}
.copy-section .newsleter input:-moz-placeholder { /* Firefox 18- */
    color: #fff !important;
    font-size: 13px;
}
.copy-section .newsleter button {
    background: #a2decf;
    font-size: 12px;
    color: #447981;
    padding: 7px;
    display: inline-block;
    border-radius: 5px;
    text-transform: uppercase;
    height: 30px;
    text-decoration: none;
    box-shadow: none;
    border: none;
}
.copy-section .newsleter button:hover {
    background: #447981;
    color: #fff;
    text-decoration: none;
}
.copy-section .newsleter .for-free {
    display: inline-block;
}
.copy-section ul {
    list-style: none;
}
.copy-section ul>li{
    display: inline-block;
    padding: 0 15px;
    min-width: 15%;
    vertical-align: -webkit-baseline-middle;
}
.dropdown {
    position: relative;
    display: inline-block;
    text-shadow: 1px 1px 9px rgba(150, 150, 150, 0.27);
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    line-height: 48px;
    text-transform: uppercase;
    padding: 10px 20px;
    font-family: Cochin;
    margin-top: 5px;
}
.dropdown a {
    color: #fff !important;
}
.dropbtn {
    text-shadow: 1px 1px 9px rgba(150, 150, 150, 0.27);
    font-size: 19px;
    color: #fff;
    font-weight: bold;
    line-height: 48px;
    text-transform: uppercase;
    padding: 10px 20px;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(56, 182, 177, 0.7);
    z-index: 1;
    top: 60px;
    left: 0;
    margin-top: 10px;
    color: #fff;
}
body .dropdown-content>a {
    color: #fff;
}
.menu-header .nav > li:hover .dropdown-content>a {
    color: #447981;
}
.dropdown-content li> a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown:hover .dropbtn {
    background: none;
    color: #447981;
}
.dropdown-content {
    min-width: 915px;
    padding: 20px 15px;
}
.dropdown-content ul {
    display: inline-block;
    width: 24%;
    vertical-align: top;
}
.dropdown-content ul>p {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    border: none;
    line-height: 2;
    text-transform: initial;
}
.dropdown-content ul>li {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    border: none;
    line-height: 1.5;
    text-transform: initial;
}
.dropdown-content li>a {
    text-shadow: none!important;
    font-size: 20px !important;
    color: #fff!important;
    font-weight: normal!important;
    line-height: 1.5!important;
    text-transform: initial!important;
    padding: 5px 0!important;
  /*  font-family: 'Savoye LET'; */
    font-family: 'Cochin';
}
.dropdown-content li>a:hover,.dropdown-content p>a:hover {
    background: none!important;
    text-decoration: underline;
    color: #fff!important;
}
.dropdown-content li img {
    margin-right: 10px;
}
/*-----------Courses Page---------------*/
.header-bg {
    width: 100%;
    height: 330px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.content-section {
    padding: 45px 0 0 0 ;
}
.content-section h1 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #38b6b1;
    margin-bottom: 30px;
    font-family: Cochin;
}
.content-section .page-text p {
    font-size: 20px;
    font-weight: lighter;
    color: #3d3d3d;
    font-family: Cochin;
}
.courses-page .content-section .row {
    display: table;
}
.courses-page .content-section [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
}
.content-section .col-sm-6:first-of-type {
    border-right: 1px solid #959595;
}
.news-page .content-section .col-sm-6:first-of-type {
    border-right: 0;
}
.contact-us-page .content-section .col-sm-6:first-of-type {
    border-right: none;
}
.select-section h2 {
    text-align: center;
    color: #3d3d3d;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 55px;
    font-family: Cochin;
}
.select-section .col-sm-4 p {
    text-align: center;
    color: #3d3d3d;
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0;
    font-family: Cochin;
}
.select-section .col-sm-4 {
    margin-bottom: 50px;
}
.games-page .select-section .col-sm-4>div{
    background: #f5f5f5;
    padding: 15px;
}
.games-page .select-section .col-sm-4 p {
    text-align: left;
}
.games-page .select-section .col-sm-4 .page-text>p {
    font-size: 14px;
    font-weight: lighter;
    color: #3d3d3d;
}
.games-page .select-section .col-sm-4 .prices>span {
    font-size: 36px;
    font-weight: bold;
    color: #447981;
    float: right;
    margin: 12px 0;
    font-family: Cochin;
}
.games-page .select-section .col-sm-4 .prices>span>i {
    font-style: normal;
    font-size: 16px;
}
.games-page .select-section .col-sm-4 .prices>span::before {
    content: "";
    display: inline-block;
    background-image: url(images/game-prices.png);
    width: 34px;
    height: 35px;
    vertical-align: text-top;
    margin-right: 10px;
}
.select-section .col-sm-4:hover p {
    color: #38b6b1;
}
.games-page .select-section .col-sm-4:hover p,
.promotions-page .select-section .col-sm-4:hover p,
.promotion-page .select-section .col-sm-4:hover p {
    color: #3d3d3d;
    text-decoration: none;
}
.games-page .select-section .col-sm-4:hover>div,
.promotions-page .select-section .col-sm-4:hover>div,
.promotion-page .select-section .col-sm-4:hover>div {
    background: rgba(56, 182, 177, 0.25);
    -webkit-box-shadow: 0px 0px 12px 7px rgba(0,0,0,0.09);
    -moz-box-shadow: 0px 0px 12px 7px rgba(0,0,0,0.09);
    box-shadow: 0px 0px 12px 7px rgba(0,0,0,0.09);
}
.games-page .select-section .col-sm-4:hover>div img,
.promotions-page .select-section .col-sm-4:hover>div img,
.promotion-page .select-section .col-sm-4:hover>div img {
    opacity: 0.5;
}
.promotions-page .select-section .col-sm-4:hover>div .period,
.promotion-page .select-section .col-sm-4:hover>div .period {
    background: #a8e1da;
}
.content-section .section2 h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #3d3d3d;
    margin-bottom: 30px;
    font-family: Cochin;
}
.content-section .section2 .page-text p {
    font-size: 19px;
    font-weight: lighter;
    color: #3d3d3d;
    margin-bottom: 30px;
}
.content-section .section2 a {
    font-size: 17px;
    font-weight: 600;
    color: #38b6b1;
    border: 2px solid #38b6b1;
    padding: 5px 10px;
    text-align: center;
    margin: auto;
    display: table;
    text-decoration: none;
    font-family: Cochin;
}
.content-section .section2 .table a {
    display: block;
    border-radius: 0;
    background: transparent;
}
.section2.buy-course .table {
    margin: 30px 0;
}
body .section2.buy-course input[type="submit"] {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 0;
    display: block;
}
.section2.buy-course .payment {
    margin-bottom: 30px;
}
.section2.buy-course .paiment-type p {
    font-size: 16px;
    font-weight: bold;
    color: #38b6b1;
}
.section2.buy-course  .back-button {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: #38b6b1;
    padding: 7px 60px;
    line-height: 24px;
    border-radius: 25px;
    margin: auto;
    height: 38px;
    display: -webkit-inline-box;
}
.section2.buy-course .course-prices {
    float: right;
    font-weight: bold;
}

.content-section .section2 .table > tbody > tr > td,
.section2.buy-course .table > tbody > tr > td {
    vertical-align: middle;
    font-family: Cochin;
}
.content-section .section2 .table thead tr th,
.section2.buy-course .table thead tr th {
    text-align: center;
    background: #38b6b1;
    color: #fff;
    font-family: Cochin;
    font-size: 18px;
}
.content-section .section2 .table tbody>tr:nth-of-type(even),
.section2.buy-course .table tbody>tr:nth-of-type(even) {
    background-color: rgba(56, 182, 177, 0.1);
}
.course-page .content-section .section2 a:hover {
    color: #fbc210;
    border: 2px solid #fbc210;
    background: none;
}
.course-page .section2 .header {
    background: #447981;
    padding: 35px 0 20px 0;
}
.course-page .section2 .body {
    background: #dbdbdb;
}
/*.course-page .section2 .body>img {
    position: relative;
    top: -40px;
}*/
.course-page .section2 {

    padding: 0;
    padding-bottom: 30px;
}
.course-page .contact-form  {
    padding: 55px 0;
}
.course-page .contact-form .input-group,
.contact-us-page .contact-form .input-group {
    border: 2px solid #447981;
    border-radius: 5px;
    margin-bottom: 20px;
    width: 100%;
    margin-top: 0;
}
.course-page .contact-form .input-group-addon,
.contact-us-page .contact-form .input-group-addon {
    background: none;
    border: none;
}
.course-page .contact-form .fa,
.contact-us-page .contact-form .fa {
    color: #447981;
    font-size: 21px;
    margin-right: 0;
}
.course-page .contact-form input,
.contact-us-page .contact-form input {
    border: none;
    outline: inherit;
    height: 38px;
}
.course-page .contact-form input[type="checkbox"] {
    border: 2px solid #447981;
    outline: inherit;
    height: auto;
}
.course-page .contact-form textarea,
.contact-us-page .contact-form textarea {
    height: 162px;
    width: 100%;
}
.course-page .contact-form input[type="submit"],
.contact-us-page .contact-form input[type="submit"] {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background: #447981;
    padding: 0 60px;
    display: block;
    line-height: 24px;
    border-radius: 25px;
    margin: auto;
    position: relative;
    top: 30px;
    margin-bottom: 20px;
    font-family: Cochin;
}
.course-page .contact-form input[type="submit"]:hover,
.contact-us-page .contact-form input[type="submit"]:hover {
    background: #38b6b1;
}
.course-page .contact-form .row.form-contact {
    padding: 10px 0 40px 0;
    -webkit-box-shadow: 0px 0px 18px 12px rgba(0,0,0,0.09);
    -moz-box-shadow: 0px 0px 18px 12px rgba(0,0,0,0.09);
    box-shadow: 0px 0px 18px 12px rgba(0,0,0,0.09);
}
.course-page .contact-form .close {
    font-size: 27px;
    color: #447981;
    opacity: 1;
    margin-right: 15px;
    margin-bottom: 25px;
}
.course-page .contact-form  h4 {
    font-size: 28px;
    color: #38b6b1;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    cursor: pointer;
    font-family: Cochin;
}
.course-page .contact-form  h4:hover {
    color: #fbc210;
    text-decoration: underline;
}
.course-page .contact-form .hidden-form {
    display: none;
}
.train {
    position: relative;
    width: 1800px;
}
.train span.flags  {
    width: 109px;
    height: 93px;
    display: block;
    position: absolute;
    left: 25%;
    top: -90px;
    z-index: 99;
}

.train>img {
    position: relative;
    left: 75px;
}
.train .train-section {
    width: 330px;
    padding: 15px 25px;
}
.train .train-section h3 {
    text-align: center;
    font-size: 20px;
    color: #3d3d3d;
    font-weight: 600;
    margin-top: 5px; 
}
.train .train-section li {
    list-style: none;
    padding: 6px 0;
    display: block;
}
.train .train-section li:last-of-type {
    background: rgba(137, 137, 137, 0.7);
    margin: 0 -25px;
    padding: 10px 25px;
    margin-top: 5px; 
}
.train .train-section li:last-of-type span {
    font-size: 22px;
    line-height: 1.1; 
}
.train .train-section li>span {
    font-size: 29px;
    line-height: 1; 
    font-weight: 600;
    color: #fff;
    font-family: 'Savoye LET';
}
.train .train-section li>img {
	vertical-align: middle; 
	width: 26px; 
	height: auto; 
    margin: -4px 10px 0 0;
}

.train .train-section.sec1 {
    position: absolute;
    top: 25px;
    left: 586px;
}
.train .train-section.sec2 {
    position: absolute;
    top: 48px;
    left: 961px;
}
.train .train-section.sec3 {
    position: absolute;
    top: 19px;
    left: 1336px;
}
.scroll-train {
    overflow-x: auto;
    overflow-y: hidden;
    padding-top: 93px;
}
.call-us {
    background: #447981;
    width: 67px;
    height: 67px;
    border-radius: 100%;
    position: fixed;
    bottom: 20%;
    right: 30px;
    z-index: 99;
}
.call-us>div {
    background: #447981;
    width: 67px;
    height: 67px;
    border-radius: 100%;
    z-index: 999;
    position: relative;
}
.call-us img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto;
}
.call-us>span {
    font-size: 16px;
    color: #447981;
    padding: 5px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 12px 7px rgba(0,0,0,0.09);
    -moz-box-shadow: 0px 0px 12px 7px rgba(0,0,0,0.09);
    box-shadow: 0px 0px 12px 7px rgba(0,0,0,0.09);
    position: absolute;
    width: 200%;
    left: -110px;
    bottom: -20px;
    text-align: center;
    border-radius: 8px;
    display: none;
    font-family: Cochin;
}
.call-us:hover span {
    display: block;
}
/*----------About Us----------------*/
.video-slider video {
    width: 55%;
    text-align: center;
    display: block;
    margin: auto;
    background-color: transparent !important;
    outline-color: transparent;
    border: transparent;
    color: transparent;
    margin-top: -4px;
    margin-bottom: -4px;
}
.video-slider .border-none {
    position: relative;
}
.video-slider .border-none:before {
    content: "";
    display: block;
    background: #fff;
    width: 22.6%;
    position: absolute;
    left: 0;
    top:0;
    height: 100%;
}
.video-slider .border-none:after {
    content: "";
    display: block;
    background: #fff;
    width: 22.6%;
    position: absolute;
    right: 0;
    top:0;
    height: 100%;
}
.news-page  .container-fluid.content-section {
    position: relative;
    z-index: 9;
    background-color: #fff;
}
.col-content img {
    display: block;
    text-align: center;
    margin: auto;
}
.col-content h2 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 0;
    font-family: Cochin;
}
.col-subtitle h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #38b6b1;
    margin-top: 50px;
    font-family: Cochin;
}
.gallery-section  h2 {
    color: #3d3d3d;
    font-size: 38px;
    font-weight: 600;
    margin: 35px 0;
    text-align: center;
    font-family: Cochin;
}
.gallery-section .gallery-list:first-of-type:before{
    content: "";
    display: block;
    background-image: url(images/gallery-before.png);
    width: 100%;
    height: 38px;
}
.gallery-section .gallery-list:after {
    content: "";
    display: block;
    background-image: url(images/gallery-after.png);
    width: 100%;
    height: 38px;
}
.gallery-section .gallery-list>div {
    display: inline-block;
    width: 20%;
    padding: 0 0.5%;
    float: left;
    box-sizing: border-box;
    background: #000;
}
.gallery-section .gallery-list>div img {
    width: 100%;
}
.gallery-section .gallery-list>div a:hover img {
    opacity: 0.5
}
.gallery-section .gallery-list .backg-hover {
    background: #38b6b1;
}
.gallery-section {
    margin-bottom: 90px;
}
/*---------Game Page------------*/
.contac-us-section p {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #447981;
    display: table;
    margin: auto;
    padding: 10px 30px;
    border-radius: 25px;
    margin-bottom: 50px;
    margin-top: 50px;
    position: relative;
    font-family: Cochin;
}
.contact-us-page .contac-us-section p {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-align: left;
}
.contact-us-page .contac-us-section .col-md-3:nth-of-type(1)  p:before {
    background-image: url(images/contact-us-section-before1.png);
    width: 62px;
    height: 62px;
    left: -35px;
    top: -20px;
}
.contact-us-page .contac-us-section .col-md-3:nth-of-type(2)  p:before {
    background-image: url(images/contact-us-section-before2.png);
    width: 62px;
    height: 62px;
    left: -35px;
    top: -20px;
}
.contact-us-page .contac-us-section .col-md-3:nth-of-type(3)  p:before {
    background-image: url(images/contact-us-section-before3.png);
    width: 62px;
    height: 62px;
    left: -35px;
    top: -20px;
}
.contac-us-section p:before {
    content: "";
    display: inline-block;
    background-image: url(images/contact-us-section-before.png);
    width: 72px;
    height: 72px;
    position: absolute;
    left: -45px;
    top: -25px;
}
.single-game {
    background: #f0f0f0;
    padding: 15px;
}
.single-game #slideshow_1_thumbs_1  {
    overflow: auto;
}
.single-game #slideshow_1_thumbs_1 li{
    list-style: none;
    margin-bottom: 15px;
}
.single-game #slideshow1 img{
    width: 100%;
    -webkit-box-shadow: 0px 0px 12px 7px rgba(0,0,0,0.09);
    -moz-box-shadow: 0px 0px 12px 7px rgba(0,0,0,0.09);
    box-shadow: 0px 0px 12px 7px rgba(0,0,0,0.09);
}
.single-game h2 {
    color: #3d3d3d;
    font-size: 24px;
    font-weight: 600;
    margin: 30px 0;
}
.games-page .select-section h3 {
    color: #3d3d3d;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin: 20px 0;
}
.single-game .prices {
    background-image: url(images/price-box.png);
    width: 100%;
    background-repeat: no-repeat;
    background-position: right;
    text-align: center;
    padding: 15px 0;
}
.single-game .prices>span {
    font-size: 48px;
    font-weight: bold;
    color: #447981;
    float: right;
    margin: 12px 0;
    margin-right: 55px;
}
.single-game  .prices>span>i {
    font-style: normal;
    font-size: 36px;
}
.single-game .prices>span::before {
    content: "";
    display: inline-block;
    background-image: url(images/game-prices.png);
    width: 34px;
    height: 35px;
    vertical-align: middle;
    margin-right: 10px;
}
.scroll-section {
    overflow-x: hidden;
    overflow-y: scroll;
}
#slideshow_1_thumbs_1::-webkit-scrollbar,
.scroll-section::-webkit-scrollbar {
    width: 12px;
}
#slideshow_1_thumbs_1::-webkit-scrollbar-track,
.scroll-section::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}
#slideshow_1_thumbs_1::-webkit-scrollbar-thumb,
.scroll-section::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
/*------------Contact Us Page-------------*/
.contact-info h3 {
    font-size: 22px;
    color: #3d3d3d;
    font-weight: bold;
    margin-bottom: 25px;
    padding-left:  35px;
    font-family: Cochin;
}
.address, .phone-info {
    padding-bottom: 15px;
}
.address>span, .phone-info>span {
    font-size: 19px;
    color: #3d3d3d;
    font-family: Cochin;
}
.address:before {
    content: "";
    display: inline-block;
    background-image: url(images/contact-us-address.png);
    width: 25px;
    height: 25px;
    float: left;
    margin-bottom: 40px;
    margin-right: 10px;
}
.phone-info:before {
    content: "";
    display: inline-block;
    background-image: url(images/contact-us-phone.png);
    width: 25px;
    height: 25px;
    float: left;
    margin-bottom: 40px;
    margin-right: 10px;
}
.maps-list {
    margin-top: 60px;
}
.maps-list .col-sm-6 {
    margin-bottom: 20px;
}
.maps-list .col-sm-6>div {
    -webkit-box-shadow: 0px 0px 12px 7px rgba(0,0,0,0.09);
    -moz-box-shadow: 0px 0px 12px 7px rgba(0,0,0,0.09);
    box-shadow: 0px 0px 12px 7px rgba(0,0,0,0.09);
}
.maps-list h4 {
    font-size: 24px;
    font-weight: 600;
    color: #38b6b1;
    padding: 15px 10px;
    font-family: Cochin;
}
.input-group .form-control {
    z-index: 0;
}
/*-------------News Page-------------------*/
.new-info-line .date {
    font-size: 30px;
    color: #447981;
    font-weight: bold;
    float: left;
}
.new-info-line .date>span {
    font-size: 24px;
    color: #447981;
    font-weight: bold;
}
.new-info-line .social {
    float: right;
    position: relative;
    border: none !important;
    border-radius: 0!important;
    padding: 0!important;
    margin: 0!important;
}
.new-info-line .social>div {
    background: #cef0e8;
    padding: 16px 10px 16px 4px;
    -webkit-box-shadow: 0px 0px 12px 7px rgba(0,0,0,0.09);
    -moz-box-shadow: 0px 0px 12px 7px rgba(0,0,0,0.09);
    box-shadow: 0px 0px 12px 7px rgba(0,0,0,0.09);
}
.promotion-page .new-info-line .social>div {
    background: #cef0e8;
    padding: 13px 10px 15px 4px;
    -webkit-box-shadow: 0px 0px 12px 7px rgba(0,0,0,0.09);
    -moz-box-shadow: 0px 0px 12px 7px rgba(0,0,0,0.09);
    box-shadow: 0px 0px 12px 7px rgba(0,0,0,0.09);
}
.new-info-line .social:before {
    content: "";
    display: inline-block;
    background-image: url(images/social-before.png);
    width: 35px;
    height: 55px;
    position: absolute;
    left: -30px;
    top: 0;
}
.promotion-page .new-info-line .social:before {
    content: "";
    display: inline-block;
    background-image: url(images/promotion-before.png);
    width: 39px;
    height: 75px;
    position: absolute;
    left: -39px;
    top: 0;
}
.promotion-page .new-info-line .social img {
    margin-right: 10px;
}
.new-info-line .social span {
    display: inline-block;
    font-size: 16px;
    color: #447981;
    font-weight: 600;
    vertical-align: bottom;
    margin-right: 10px;
}
.new-info-line .social .social-list {
    display: inline-block;
}
.new-info-line .social .fa {
    color: #447981;
    font-size: 18px;
    margin-right: 7px;
}
.news-page .content-section .page-text p {
    padding-bottom: 30px;
    font-size: 18px;
}
.news-page .select-section h3 {
    font-size: 28px;
    color: #447981;
    font-weight: 600;
    text-align: center;
}
/*-----------Promotions Page---------------*/
.promotions-page h1 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #38b6b1;
    margin-bottom: 30px;
    font-family: Cochin;
}
.promotions-page .select-section p,
.promotion-page .select-section p {
    font-size: 20px;
    color: #3d3d3d;
    font-weight: normal;
    margin: 20px 0 30px 0;
    padding: 15px;
    text-decoration: none;
    font-family: Cochin;
}
.promotions-page .select-section .period,
.promotion-page .select-section .period {
    background: #cef0e8;
    padding: 10px 0 ;
    position: relative;
    text-align: center;
}
.promotions-page .select-section .period:before,
.promotion-page .select-section .period:before {
    content: "";
    display: inline-block;
    background-image: url(images/promotions-period.png);
    width: 64px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
}
.promotions-page .select-section .period>span,
.promotion-page .select-section .period>span {
    font-size: 20px;
    color: #447981;
    font-weight: 600;
    text-align: center;
    line-height: 24px;
    font-family: Cochin;
}
.promotions-page .select-section .col-sm-4>div,
.promotion-page .select-section .col-sm-4>div {
    background: #f5f5f5;
}
.promotions-page .select-section .col-sm-4>div img,
.promotion-page .select-section .col-sm-4>div img {
    padding: 15px;
    text-align: center;
    display: block;
    margin: auto;
}
.promotion-page .content-section .social  {
    border: 2px solid #447981;
    display: inline-block;
    border-radius: 25px;
    padding: 5px 15px;
    margin: 25px 0;
}
.promotion-page .content-section .social span {
    display: inline-block;
    font-size: 16px;
    color: #447981;
    font-weight: 600;
    vertical-align: bottom;
    margin-right: 10px;
}
.promotion-page .content-section .social .social-list {
    display: inline-block;
}
.promotion-page .content-section .social .fa {
    color: #447981;
    font-size: 18px;
    margin-right: 7px;
}
.promotion-page .select-section h3  {
    color: #3d3d3d;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}
.promotion-page .section2  {
    padding:15px 0;
}
/* Search Page */

.search-page h1 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #38b6b1;
    margin-bottom: 30px;
    font-family: Cochin;
    text-transform: uppercase;
}
.search-page .search-list {
    -webkit-box-shadow: 0px 0px 12px 7px rgba(0,0,0,0.09);
    -moz-box-shadow: 0px 0px 12px 7px rgba(0,0,0,0.09);
    box-shadow: 0px 0px 12px 7px rgba(0,0,0,0.09);
    padding: 15px;
    margin-bottom: 20px;
}
.search-page .search-list h2 {
    margin-top: 0;
    font-size: 18px;
    line-height: 24px;
    font-style: 600;
    color: #000;
}
.search-page .search-list h2>a {
    color: #000;
}
.search-page .search-list .other-search {
    color: #447981;
}
.search-page .search-list a:hover {
    color: #70c6c2;
    font-weight: 600px;
}
.shkolata-pagination.pagination {
    width: 100%;
    text-align: center;
}
.shkolata-pagination.pagination  li > a, .shkolata-pagination.pagination  li > span {
    position: relative;
    float: left;
    padding: 6px 10px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #70c6c2;
    text-decoration: none;
    background:none;
    border: none;
    font-size: 16px;
    font-weight: bold;
}
.shkolata-pagination.pagination  li {
    display: inline-block;
}
.shkolata-pagination.pagination  li:hover, .shkolata-pagination.pagination  li:hover a {
    background: #70c6c2;
    color: #fff;
}
.shkolata-pagination.pagination  .active > span {
    background: #70c6c2;
    color: #fff;
}
/* Client Profile Page */
.client-profile-page .profile {
    padding: 65px 0;
    -webkit-box-shadow: 0px 0px 12px 7px rgba(0,0,0,0.09);
    -moz-box-shadow: 0px 0px 12px 7px rgba(0,0,0,0.09);
    box-shadow: 0px 0px 12px 7px rgba(0,0,0,0.09);
    margin-bottom: 40px;
}

.sidebar-menu {
    list-style: none;
}
.sidebar-menu li {
    padding: 20px 0;
}
.sidebar-menu li>a {
    font-size: 18px;
    color: #447981;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
}
.sidebar-menu li:hover a {
    color: #38b6b1;
}
.sidebar-menu li.active a {
    color: #38b6b1;
}
.profile-content {
    border-left: 2px solid #447981;
    padding: 25px 0;
}
.client-request-page .profile-content {
    padding: 0;
}
.profile-content input,
.profile-content a
{
    border: 2px solid #447981;
    border-radius: 5px;
    margin-bottom: 20px;
    width: 100%;
    margin-top: 0;
    outline: inherit;
    height: 38px;
}
.profile-content a{
    padding: 8px 0 0 0;
}

.profile-content label {
    color: #447981;
    font-size: 16px;
    display: inline-block;
    font-weight: normal;
    margin-top: 10px;
}
.profile-content .edit-profile {
    background: #38b6b1;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border: none;
}
.profile-content .new-profile {
    background: #a2decf;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border: none;
}
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.contact-form.row-eq-height .col-sm-6{
    position: relative;
}
.contact-form.row-eq-height .col-sm-6>.button-collect{
    position: absolute;
    bottom: -50px;
    width: 100%;
}
/* Client Request Page */
.client-request-page .profile,
.payment-courses-page .profile {
    padding: 65px 0;
    -webkit-box-shadow: 0px 0px 12px 7px rgba(0,0,0,0.09);
    -moz-box-shadow: 0px 0px 12px 7px rgba(0,0,0,0.09);
    box-shadow: 0px 0px 12px 7px rgba(0,0,0,0.09);
    margin-bottom: 40px;
}
.client-request-page .request-list,
.payment-courses-page .payment-list {
    -webkit-box-shadow: 0px 0px 12px 7px rgba(0,0,0,0.09);
    -moz-box-shadow: 0px 0px 12px 7px rgba(0,0,0,0.09);
    box-shadow: 0px 0px 12px 7px rgba(0,0,0,0.09);
    padding: 25px 15px;
    margin-bottom: 30px;
}
.client-request-page .request-list h2,
.payment-courses-page .payment-list h2 {
    color: #447981;
    font-size: 20px;
    margin-top: 0;
}
.profile h2 {
    color: #447981;
    font-size: 20px;
    margin-top: 0;
}
.client-request-page .request-list .time-section p,
.client-request-page .request-list .price_section p {
    display: inline-block;
    color: #447981;
    font-size: 16px;
    margin-left: 10px;
}
.client-request-page .request-list .time-section span,
.client-request-page .request-list .price_section span {
    display: inline-block;
    vertical-align: bottom;
}
.client-request-page .request-list .time-section,
.client-request-page .request-list .price_section {
    display: inline-block;
    padding: 15px 0;
}
.client-request-page .request-list .price_section {
    float: right;
}
.client-request-page .request-list .price_section p {
    color: #38b6b1;
    font-weight: bold;
}
.payment-courses-page .payment-list ul {
    list-style: none;
    margin: 0 -15px;
}
.payment-courses-page .payment-list ul>li {
    display: inline-block;
    width: 25%;
    float: left;
    color: #447981;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}
.payment-courses-page .payment-list ul>li.sum-payment {
    color: #38b6b1;
}

/* Payment Steps Page */
.payment-steps-page div.text-center {
    margin: 30px 0;
}
.payment-steps-page div.text-center>p {
    font-size: 16px;
    font-weight: 600;
    color: #447981;
    margin: 15px 0;
}
.payment-steps-page div.text-center>p>strong {
    font-weight: bold;
    color: #000;
}
.payment-steps-page div.text-center a {
    background: #447981;
    font-size: 18px;
    color: #fff;
    padding: 10px;
    border: none;
    margin-top: 50px;
}
.payment-steps-page div.text-center a:hover {
    -webkit-box-shadow: 0px 0px 12px 7px rgba(0,0,0,0.09);
    -moz-box-shadow: 0px 0px 12px 7px rgba(0,0,0,0.09);
    box-shadow: 0px 0px 12px 7px rgba(0,0,0,0.09);
}
.error-page h1.error {
    font-size: 190px;
    color: #447981;
    text-shadow: -3px 4px 30px rgba(0, 0, 0, 0.29);
}
/* slider animation  */
@keyframes fadeInRight {
  from {
    opacity: 1;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1);
  }

  50% {
    opacity: 1;
  }
}
@keyframes pulse {
        0% {
            opacity: 1;
             transform: scale3d(1, 1, 1);
        }
        50% {
            opacity: 1;
             transform: scale3d(1.25, 1.25, 1.25);
        }
        100% {
            opacity: 1;
            transform: scale3d(1, 1, 1);
        }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes tada {
  from {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    opacity: 1;
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
      opacity: 1;
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
  }

  75% {
      opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  90% {
      opacity: 1;
    transform: translate3d(0, 0px, 0);
  }

  to {
      opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
      opacity: 1;
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
      opacity: 1;
    transform: translate3d(-10px, 0, 0);
  }

  90% {
      opacity: 1;
    transform: translate3d(5px, 0, 0);
  }

  to {
      opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
      opacity: 1;
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
      opacity: 1;
    transform: translate3d(10px, 0, 0);
  }

  90% {
      opacity: 1;
    transform: translate3d(-5px, 0, 0);
  }

  to {
      opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes pulse-bg {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 1;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
    opacity: 1;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px);
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 1;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 1;
    transform: scale(1) rotate(10deg);
    transform-origin: center bottom;
  }
  50% {
      opacity: 1;
    transform: rotate(-10deg);
  }
  to {
    opacity: 1;
    transform: scale(1) rotate(10deg);
    transform-origin: center bottom;
  }
}
.slide5, .slide3, .slide4, .slide1, .slide2 {
    opacity: 1;
}
.animate .slide5,
.animate .slide3,
.animate .slide4,
.animate .slide1,
.animate .slide2 {
    opacity: 1;
    animation-name: pulse-bg;
    animation-duration: 2s;
    width: 100%;
}
.slide5-1 {
    position: absolute;
    left: 10%;
    bottom: 10%;
    width: 7%;
    opacity: 0;
}
.animate .slide5-1 {
    opacity: 0;
    animation: fadeIn;
    animation: tada 3s infinite;
    animation-delay: 0.6s;
}
.slide5-2 {
    position: absolute;
    left: 4%;
    bottom: 43%;
    width: 9%;
    opacity: 0;
}
.animate .slide5-2 {
    opacity: 0;
    animation: fadeIn;
    animation: pulse 3s infinite;
    animation-delay: 0.8s;
}
.slide5-3 {
    position: absolute;
    right: 20%;
    bottom: 10%;
    width: 5%;
    opacity: 0;
}
.animate .slide5-3 {
    opacity: 0;
    animation: fadeIn;
    animation: pulse 3s infinite;
    animation-delay: 1s;
}
.slide5-4 {
    position: absolute;
    left: 19%;
    bottom: 44%;
    width: 7%;
    opacity: 0;
}
.animate .slide5-4 {
    opacity: 0;
    animation: fadeIn;
    animation: pulse 3s infinite;
    animation-delay: 1.2s;
}
.slide5-5 {
    position: absolute;
    right: 9%;
    bottom: 45%;
    width: 8%;
    opacity: 0;
}
.animate .slide5-5 {
    opacity: 0;
    animation: fadeIn;
    animation: tada 3s infinite;
    animation-delay: 1.4s;
}
.slide5-6 {
    position: absolute;
    right: 25%;
    top: 15%;
    width: 10%;
    opacity: 0;
}
.animate .slide5-6 {
    opacity: 0;
    animation: fadeIn;
    animation: pulse 3s infinite;
    animation-delay: 1.6s;
}
.slide3-1 {
    position: absolute;
    left: 13%;
    top: 0;
    margin: auto;
    opacity: 0;
    width: 45%;
}
.slide4-1 {
    position: absolute;
    left: 4%;
    top: 0;
    margin: auto;
    opacity: 0;
    width: 46%;
}
.animate .slide3-1,
.animate .slide4-1  {
    animation: bounceInUp 3s linear;
    animation-fill-mode:forwards;
    animation-delay:0.2s;
}
.slide4-2  {
    position: absolute;
    top: 8%;
    right: 39%;
    opacity: 0;
    width: 10%;
}
.animate .slide4-2  {
    animation: tada 3s infinite;
    animation-fill-mode:forwards;
    animation-delay:0.5s;
}
.slide4-3  {
    position: absolute;
    top: 8%;
    right: 25%;
    opacity: 0;
    width: 10%;
}
.animate .slide4-3  {
    animation: tada 3s infinite;
    animation-fill-mode:forwards;
    animation-delay:0.6s;
}
.slide4-4  {
    position: absolute;
    top: 13%;
    right: 12%;
    opacity: 0;
    width: 10%;
}
.animate .slide4-4  {
    animation: tada 3s infinite;
    animation-fill-mode:forwards;
    animation-delay:0.7s;
}
.slide1-1 {
    position: absolute;
    top: 0%;
    left: 1%;
    opacity: 0;
    z-index: 999;
    width: 42%;
}
.slide2-1 {
    position: absolute;
    top: -54%;
    left: 8%;
    opacity: 0;
    z-index: 999;
    width: 40%;
}
.slide2-2 {
    position: absolute;
    top: 26%;
    right: 10%;
    opacity: 0;
    width: 35%;
}
.slide2-3 {
    position: absolute;
    top: 47%;
    right: 14%;
    opacity: 0;
    width: 21%;
}
.animate .slide2-2 {
    animation: bounceInRight 2s linear;
    animation-fill-mode:forwards;
    animation-delay: 0.5s;
}
.animate .slide2-3 {
    animation: fadeIn 2s linear;
    animation-fill-mode:forwards;
    animation-delay: 1.8s;
}
.animate .slide2-1 {
    animation: bounceInLeft 2s linear;
    animation-fill-mode:forwards;
    animation-delay: 0.5s;
}
.animate .slide1-1 {
    animation: fadeInLeft 2s linear;
    animation-fill-mode:forwards;
    animation-delay:0.7s;
}
.animate .slide1-2 {
    animation: fadeIn 1s linear;
    animation-delay: 1.6s;
    animation-fill-mode:forwards;
}
.slide1-2 {
    position: absolute;
    bottom: 0%;
    right: 3%;
    opacity: 0;
    width: 26%;
}
.slide1-3 {
    position: absolute;
    bottom: 12%;
    left: 8%;
    opacity: 0;
    width: 28%;
    z-index: 999;
}
.animate .slide1-3 {
    animation: fadeIn 1s linear;
    animation-delay: 2.6s;
    animation-fill-mode:forwards;
}

.home-slider .slider-text h3,
.home-slider .slider-text .promotion-link {
    opacity: 0;
}
.animate .slider-text h3 {
    animation: fadeInRight 1s linear;
    animation-delay: 1.6s;
    animation-fill-mode:forwards;
}
.not-animate .text-slider{
    margin: 0 0 15px 0;
    background: rgba(54, 54, 54, 0.45);
    padding: 25px 15px;
}
.not-animate .text-slider h3 {
    margin-bottom: 10px;
    background: none;
    padding: 0;
}
.animate.not-animate .slider-text h3 {
    animation: fadeInRight 1s linear;
    animation-delay: 0.2s;
    animation-fill-mode:forwards;
}
.animate.not-animate .slider-text p {
    animation: fadeInRight 1s linear;
    animation-delay: 1s;
    animation-fill-mode:forwards;
}
.animate.not-animate .slider-text .promotion-link {
    animation: fadeInRight 1s linear;
    animation-delay: 1.5s;
    animation-fill-mode:forwards;
}
.animate .slider-text .promotion-link {
    animation: fadeInRight 1s linear;
    animation-delay: 2.6s;
    animation-fill-mode:forwards;
}
.home-slider .slider-text h3,
.home-slider .slider-text .promotion-link {
    opacity: 0;
}
.animate .slider-text .promotion-link {
    animation: fadeInRight 1s linear;
    animation-delay: 2.6s;
    animation-fill-mode:forwards;
}
.home-slider.mobile-slider {
    display: none;
}
.caregory-slider {
    display: none;
}

@media screen and (max-width: 1661px) {
    .home-page .section1 .section1-1 .section-text>div {
            padding: 60px 50px 0 60px;
    }
    .header-bg {
        height: 240px;
}
}
@media screen and (max-width: 1440px) {
    .home-page .section1 .section1-1 .section-text {
        width: 50%;
    }
    .home-page .section1 .section1-1 .section-text>div {
        max-width: 370px;
        margin: auto;
    }
    .course-page .section1 .col-sm-10.col-sm-offset-1 {
        margin: 0;
        width: 100%;
    }
    .copy-section ul {
        text-align: center;
    }
    .copy-section ul>li {
        display: inline-block;
        padding: 0 15px;
        min-width: 24%;
        margin-bottom: 15px;
    }
    .container {
        width: 90%;
    }
    .menu-header .navbar li>a,.dropdown a {
        font-size: 13px
    }
    .home-page .section1 .section1-2 .section-text h4>img {
        max-width: 45%;
    }
    .top-header .login>span {
        font-size: 14px;
    }
    .home-page .section1 .section-text>div {
        padding: 60px 50px 0 60px;
    }
    .home-page .section1 .section-text .page-text {
        height: 118px;
    }
    .promotions-page .select-section .period:before,
    .promotion-page .select-section .period:before {
        display: none;
    }
}
@media screen and (max-width: 1200px) {
    .course-page .section1 .section-text>div {
        padding: 80px 15px 0px 10px;
    }
    .social .fa {
        font-size: 15px;
    }
    .top-header ul.call-info li>a {
        font-size: 13px;
    }
    .top-header .search {
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }
    .dropdown {
        padding: 10px 0px;
    }
    .menu-header .navbar-nav > li:first-of-type > a {
        padding: 10px 0;
    }
    .menu-header .navbar-nav > li > a {
        padding: 10px 10px;
    }
    .section1 .container,    .section3 .container {
        width: 100%;
    }
    .home-page .section1 .section-text>div {
        padding: 60px 0 0 0;
    }
    .home-page .section1 .section-text>div {
        max-width: 260px;
        margin: auto;
    }
    .dropdown-content {
        min-width: 825px;
    }
    .home-slider .slick-dots {
        bottom: -20px;
        background: #fbc210;
    }
    .header-bg {
        height: 150px;
}
}
@media screen and (max-width: 991px) {
    .course-page .section1 .section-text>div {
        width: 310px;
        margin: auto;
    }
    .course-page .section1 .section-text:nth-of-type(2) {
        margin-top: 15px;
    }
    .container {
        width: 95%;
    }
    .top-header ul.lang li>a {
        font-size: 14px;
    }
    .social, .call-info, .top-header .col-sm-5.text-right {
        text-align: center;
    }
    .top-header .col-sm-5.text-right {
        margin-top: 15px;
    }
    .top-header .search {
        float: left;
    }
    .lang {
        float: right;
    }
    .home-slider .slider-text h3, .page-title h2, .section2 .page-title h2 {
        font-size: 21px;
    }
    .home-slider .slider-text p {
        font-size: 13px;
    }
    .home-slider .slider-text {
        bottom: 0;
    }
    .page-title h1, .section2 .page-title h1 {
        font-size: 35px;
    }
    .page-title {
        padding: 0;
    }
    .section2.buy-course {
        padding: 50px 0;
    }
    .home-page .section1 .section-text>div {
        max-width: 300px;
        margin: auto;
    }
    .section2, .footer .row {
        padding: 25px 0;
    }
    .col-footer {
        margin-bottom: 15px;
    }
    .copy-section {
        padding: 15px 0;
        text-align: center;
    }
    .copy-section>.container>.row>div {
        margin-bottom: 15px;
    }
    .menu-header, .menu-header .container {
        width: 100%;
        padding: 0;
    }
    .menu-header .container .row {
        margin: 0;
    }
    .menu-header .navbar li>a, .dropdown a {
        font-size: 11px;
    }
    .dropdown-content {
        min-width: 767px;
        left: -55px;
    }
}
@media screen and (max-width: 767px) {
    .header-bg {
        height: 120px;
    }
    .home-slider p {
        position: absolute;
        top: 0;
        margin: 0 0 15px 0;
        background: rgba(54, 54, 54, 0.45);
        padding: 25px 15px;
        right: 0;
        color: #fff;
        font-size: 17px;
    }
    .caregory-slider {
        display: block;
    }
    .caregory-slider .slick-next {
        right: 25px;
    }
    .caregory-slider .slick-prev {
        left: 25px;
    }
    .section1-1 .col-lg-3.col-sm-6.section-text,
    .section1-2 .col-md-4.section-text {
        display: none;
    }
    .home-page .section1 .section-text .sigh-in a {
        right: inherit;
    }
    .navbar-toggle {
        float: left;
    }
    .dropdown-content li img {
        display: none;
    }
    .home-slider {
        display: none;
    }
    .home-slider .slick-dots {
        bottom: -20px;
        background: none;
    }
    .home-slider.mobile-slider {
        display: block;
    }
    .home-page .section1 .section1-1 .section-text {
        width: inherit;
    }
    .dropdown:hover .dropdown-content {
        display: none;
    }
    /* .dropdown-content {
        display: block;
    } */
    .section2.buy-course .course-prices {
        float: none;
        margin-bottom: 20px;
    }
    .contact-form.row-eq-height .col-sm-6>.button-collect {
        position: inherit;
        bottom: 0;
    }
    .section2.buy-course .table {
        margin: 0;
    }
    .contact-form.row-eq-height .col-sm-6>.button-collect>a,
    .contact-form.row-eq-height .col-sm-6>.button-collect>input {
        display: block;
        position: inherit;
        float: none;
        text-align: center;
        width: 100%;
    }
    .menu-header .navbar li>a, .dropdown a, .dropdown-content ul>p {
        font-size: 13px;
    }
    .dropdown-content li>a {
        font-size: 11px;
    }
    .dropdown-content {
        min-width: 100%;
        left: 0;
        right: 0;
        position: relative;
        top: 0;
        background-color: rgba(56, 182, 177, 0.7);
        margin-top: 0;
        padding: 0;
    }
    .dropdown {
        width: 100%;
        /* text-align: center; */
        margin: auto;
    }
    .menu-header .navbar li>a {
        height: inherit;
    }
    .dropdown-content ul {
        display: block;
        width: 100%;
        vertical-align: top;
        /* text-align: center; */
        padding-left: 15px;
    }
    .dropdown-content ul>p>a {
        font-size: 18px;
    }
    .menu-header .navbar> .navbar-collapse > .navbar-nav>li:first-of-type {
        border-bottom: 4px solid #447981;
    }
    .menu-header .nav > li:hover, .menu-header .navbar li.active {
        border-bottom: 4px solid transparent;
    }
    .navbar-toggle .icon-bar {
        background: #447981;
    }
    .menu-header {
        position: relative;
    }
    .menu-header, .menu-header .container {
        width: 100%;
        padding: 0;
    }
    .menu-header .container .row {
        margin: 0;
    }
    .navbar-collapse {
        position: absolute;
        width: 100%;
        background: #38b6b1;
        z-index: 99;
    }
    .navbar-nav {
        /* text-align: center; */
        /* padding-left: 15px; */
    }
    .menu-header .navbar li {
        padding-left: 15px;
    }
    .menu-header .navbar-nav > li> a,.menu-header .navbar-nav > li:first-of-type > a,.dropdown {
        padding: 0
    }
    .menu-header .nav > li .menu-arrow-down {
        vertical-align: -webkit-baseline-middle;
    }
    .right-col .row, .left-col .row,  .logos .row {
        display: block;
    }
    .right-col [class*="col-"], .left-col [class*="col-"], .section3 .news[class*="col-"],.logos [class*="col-"] {
        float: none;
        display: block;
        vertical-align: top;
    }
 .logos [class*="col-"]
    .section3 .news:first-of-type {
        border: none;
    }
    .footer .col-footer>ul {
        -webkit-column-width: 170px;
        -moz-column-width: 170px;
        -o-column-width: 170px;
        -ms-column-width: 170px;
        column-width: 170px;
    }
    .home-slider .slider-text {
        width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .home-slider .slick-dots {
        bottom: -20px;
    }
    .home-slider .slick-dots li button:before {
        color: #808080;
    }
    .top-header .search {
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }
    .top-header ul.lang {
        margin-top: 10px;
    }
    .top-header .login {
        float: left;
    }
    .top-header .login .login-form,
    .top-header .login .registration-form {
        left: 0;
    }
    /* .home-page .section1 .section-title h3 {
        line-height: 150px;
        font-size: 15px;
    } */
    .select-section .col-sm-4 {
        text-align: center;
    }
    .courses-page  .content-section .row {
        display: inherit;
    }
    .courses-page  .content-section [class*="col-"] {
        float: none;
        display: inherit;
        vertical-align: top;
        border: none;
        margin-bottom: 15px;
    }
    .content-section .col-sm-6:first-of-type {
        border: none;
    }
    .content-section {
        padding: 0;
    }
    .content-section .table-responsive {
        margin: 50px 0;
    }
    .content-section .table-responsive {
        width: 110%;
        margin-left: -5% !important;
    }
    .gallery-section .gallery-list>div {
        width: 100%;
        padding: 2%;
    }
    .contac-us-section {
        margin-left: 30px;
    }
    .promotions-page .select-section .period:before,
    .promotion-page .select-section .period:before {
        display: inline-block;
    }
    .profile-content {
        border-left: none;
        border-top: 2px solid #447981;
    }
    .profile-content .form-group {
        margin-bottom: 0px;
    }
    .profile-content  label {
        margin-top: 0px;
    }
    .client-profile-page .profile,
    .client-request-page .profile {
        padding: 0;
    }
    .profile-content {
        padding-top: 30px !important;
    }
    .row-eq-height {
        display: block;
    }
    .payment-courses-page .payment-list ul>li {
        width: 100%;
        margin-bottom: 10px;
    }
    .payment-courses-page .payment-list ul>li:last-of-type {
        margin-bottom: 0;
    }
    .payment-courses-page .payment-list {
        padding: 10px 15px;
    }
    .error-page h1.error {
        font-size: 60px;
        color: #447981;
        text-shadow: -3px 4px 30px rgba(0, 0, 0, 0.29);
    }
    .error-page .content-section .return-button {
        margin: 60px;
    }
    .error-page .content-section .return-button>a{
        display: grid;
    }
    .error-page .content-section .train {
        position: relative;
        width: 100%;
    }
    .error-page .content-section .train>img {
        left: 0;
    }
    .home-page .section1 .section-title h3 {
        line-height: 70px;
        font-size: 300%;
    }
    .section2 .hidden-form>.col-sm-6>div {
        margin-bottom: 30px;
    }

}
@media screen and (max-width: 440px) {
    .header-bg {
        height: 70px;
        background-size: contain;
    }
    .caregory-slider .slick-next {
        right: 5px;
        z-index: 99;
    }
    .caregory-slider .slick-prev {
        left: 5px;
        z-index: 99;
    }
    .promotions-page .select-section .period:before,
    .promotion-page .select-section .period:before {
        display: none;
    }
    .profile-content .new-profile {
        font-size: 13px;
    }

}

.buy-now a {
    font-size: 28px;
    text-align: center;
    cursor: pointer;
    font-family: Cochin;
    font-weight: 600;
    color: #fff;
    background: #447981;
    display: block;
    line-height: 32px;
    border-radius: 25px;
    margin: auto;
    max-width: 260px;
}

.buy-now a:hover {
    color: white;
    background: #38b6b1;
}

.tels { display: none; background: #447981; width: 100%; position: fixed; bottom: -90px; left: 0; z-index: 30; transition: bottom .3s; }
.tels.open { bottom: 0; } 

.tels .tels__trigger a { display: inline-block; text-align: center; padding: 10px; }
.tels .tels__body a { display: block; text-decoration: none; color: #fff; border-top: 1px solid #fff; padding: 9px 15px; }
.tels .tels__body a i { margin-right: 5px; }
.tels__trigger { text-align: center; }

/* video lessons button */
@media (min-width: 768px){
ul.navbar-button {display: none;}
.menu-header .navbar li.promo a {
   border: 2px solid #447981;
   background: rgb(0 0 0 / 10%);
   border-radius: 12px;
}
.menu-header .nav > li.promo:hover {border-bottom: none;}
.menu-header .navbar li.promo.active {border-bottom:  none;}
}

@media screen and (max-width: 767px){
  ul.navbar-button {
  display: block!important;
}
  .navbar-button li {
     right:10px;
     position:absolute;
     margin: 2px;
   }
  .navbar-button li a {
     border: 2px solid #447981;
     background: rgb(0 0 0 / 10%);
     border-radius: 12px;
     padding: 10px;
  }
}
/* video lessons button */

@media (max-width: 767px) {
    .tels { display: block; bottom: -132px; z-index: 9999;}
    .call-us { display: none !important; }		.call-info { display: none !important; }		.top-header .login-moodle {    margin-left: -24px;	}	.top-header .search {    display: none;}	.top-header .login-profile>span, 	.top-header .login-moodle>span {    border: none;}	.top-header .col-sm-6.text-right.no-padding.clearfix {     margin-top: 4px;      text-align: center;}	.top-header .col-sm-2.social.no-padding {    padding-left: 12px;}	.logos .col-sm-5 {    text-align: center;   }	.logos .col-sm-7.text-right.clicked-logo {    display: none;    }	.slick-dotted.slick-slider {    margin-bottom: 0px; }	ul.slick-dots {    display: none!important; }
}@media (min-width: 768px){	.call-us { display: none !important; }	    .top-header .col-sm-2.social.no-padding {        width: 160px;    }	.top-header .login-moodle {    margin-left: -12px;	}/**/    .top-header .col-sm-4.no-padding {		width: 705px;    }    .top-header .col-sm-6.text-right.clearfix.no-padding{        width: 575px;    }    .top-header .search{        width: 170px;    }}@media screen and (min-width: 768px) and (max-width: 1440px){	.social i.fa {font-size: 22px;}	.top-header .col-sm-2.social.no-padding {width: 150px;}	.top-header .col-sm-4.no-padding {width: 625px;}	.top-header .col-sm-6.text-right.clearfix.no-padding{width: 472px;}	.top-header .search {width: 130px;}	.container-fluid.top-header .container {		margin-left: 8px;		margin-right: 8px;		width: 100%;	}	.top-header ul.call-info li>a{font-size: 15px;}	.top-header ul.call-info {margin-top: 8px;	}	.top-header .col-sm-6.text-right.clearfix.no-padding div{  	margin-left: -10px;	margin-right: -10px;	}	.menu-header .navbar li {		margin-left: -6px;		margin-right: -6px;	}    }