/*
--------------------------------------------- 
*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@font-face {
    font-family: Altone Trial;
    src: url('../fonts/altone-trial.ttf');
    font-weight: 400;
}

@font-face {
    font-family: Altone Trial;
    src: url('../fonts/AltoneTrial-Bold.ttf');
    font-weight: 700;
}

/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
    display: block;
}

* {
    box-sizing: border-box;
}

html,
body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    background-color: #fff;
    font-size: 16px;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none !important;
    color: #3CF;
}

a:hover {
    color: #FC3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    margin-bottom: 0px;
}

ul {
    margin-bottom: 0px;
}

p {
    font-size: 14px;
    line-height: 25px;
    color: #2a2a2a;
}

img {
    width: 100%;
    overflow: hidden;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
    background: #fff;
    font-family: 'Montserrat', sans-serif;
}

::selection {
    background: #00C5DE;
    color: #fff;
}

::-moz-selection {
    background: #00C5DE;
    color: #fff;
}

@media (max-width: 991px) {

    html,
    body {
        overflow-x: hidden;
    }

    .mobile-top-fix {
        margin-top: 30px;
        margin-bottom: 0px;
    }

    .mobile-bottom-fix {
        margin-bottom: 30px;
    }

    .mobile-bottom-fix-big {
        margin-bottom: 60px;
    }
}

.main-button-red a {
    font-size: 13px;
    color: #fff;
    background-color: #a12c2f;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 22px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all .3s;
}

.main-button-red a:hover {
    opacity: 0.9;
}

.main-button-yellow a {
    font-size: 13px;
    color: #fff;
    background-color: #00C5DE;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 22px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all .3s;
}

.main-button-yellow a:hover {
    opacity: 0.9;
}

.section-heading h2 {
    line-height: 40px;
    margin-top: 0px;
    margin-bottom: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(250, 250, 250, 0.15);
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}


/* 
-----------------
Header
-----------------
*/

.sub-header {
    background-color: #003358;
    position: relative;
    z-index: 1111;
}

.sub-header .left-content p,
.sub-header .left-content p a {
    color: #fff;
    padding: 8px 0px;
    font-size: 13px;
}

.sub-header .right-content {
    text-align: right;
    padding: 8px 0px;
}

.sub-header .right-content ul li {
    display: inline-block;
    margin-left: 15px;
}

.sub-header .right-content a {
    color: #fff;
    font-size: 14px;
    transition: all .3s;
}

.sub-header .right-content a:hover,
.sub-header .left-content p a:hover {
    color: #00C5DE;
}



.background-header {
    background-color: #fff !important;
    height: 80px !important;
    position: fixed !important;
    top: 0 !important;
    left: 0;
    right: 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
}

.background-header .main-nav .nav li a {
    color: #003358 !important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
    color: #003358 !important;
}

.background-header .main-nav .nav .btn-navmenu a {
    color: #ffff !important;
}

.background-header .main-nav .nav .btn-navmenu a:hover {
    color: #ffff !important;
}

.background-header .main-nav .nav li:hover a {
    color: #00C5DE !important;
}

.background-header .nav li a.active {
    color: #00C5DE !important;
}

.responsive-details-block #acordion .active {
    color: #00C5DE !important;
}

.header-area {
    background-color: #fff;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 100;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.header-area .main-nav {
    min-height: 90px;
    background: transparent;
}

.header-area .main-nav .logo {
    line-height: 100px;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    float: left;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo:first-child {
    margin-right: 60px;
}

.header-area .main-nav .logo:nth-child(2) {
    margin-right: 24px;
}

.header-area .main-nav .logo:nth-child(3) img {
    margin-top: 9px;
}

.background-header .main-nav .logo {
    line-height: 75px;
}

.background-header .nav {
    margin-top: 20px !important;
}

.header-area .main-nav .nav {
    float: right;
    margin-top: 30px;
    margin-right: 0px;
    background-color: transparent;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 999;
}

.header-area .main-nav .nav li {
    padding-left: 15px;
    padding-right: 15px;
}

.header-area .main-nav .nav li:last-child {
    padding-right: 0px;
}

.header-area .main-nav .nav li a {
    display: block;
    font-weight: 700;
    font-family: 'Roboto';
    font-size: 14px;
    text-transform: uppercase;
    color: #003358;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    height: 40px;
    line-height: 40px;
    border: transparent;
    letter-spacing: 1px;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
    color: #00C5DE;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
    color: #00C5DE;
    opacity: 1;
}

.header-area .main-nav .nav li.has-sub,
.header-area .main-nav .nav li.has-sub-right {
    position: relative;
    padding-right: 15px;
}

.header-area .main-nav .nav li.has-sub:after {
    font-family: FontAwesome;
    content: "\f107";
    font-size: 12px;
    color: #003358;
    position: absolute;
    right: 5px;
    top: 12px;
}


.header-area .main-nav .nav li.has-sub-right:after {
    font-family: FontAwesome;
    content: "\f105";
    font-size: 12px;
    color: #003358;
    position: absolute;
    right: 5px;
    top: 12px;
}

.header-area .main-nav .nav li.has-sub:hover:after,
.header-area .main-nav .nav li.has-sub-right:hover:after {
    color: #00C5DE;
}


.background-header .main-nav .nav li.has-sub:after,
.background-header .main-nav .nav li.has-sub:after {
    color: #1e1e1e;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: absolute;
    width: max-content;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    top: 40px;
    opacity: 0;
    transition: all .3s;
    transform: translateY(+2em);
    visibility: hidden;
    z-index: -1;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu-right {
    position: absolute;
    width: 200px;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    top: 0px;
    left: 200px;
    opacity: 0;
    transition: all .3s;
    transform: translateY(+2em);
    visibility: hidden;
    z-index: -1;
    display: none;
}


.header-area .main-nav .nav li.has-sub ul.sub-menu li,
.header-area .main-nav .nav li.has-sub ul.sub-menu-right li {
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li a,
.header-area .main-nav .nav li.has-sub ul.sub-menu-right li a {
    opacity: 1;
    display: block;
    background: #f7f7f7;
    color: #2a2a2a !important;
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    font-size: 13px;
    font-weight: 400;
    border-bottom: 1px solid #eee;
    padding-right: 20px;
}

.header-area .btn-navmenu {
    background: linear-gradient(94.25deg, #EB216A 0%, #DD6742 100%);
    padding: 0px 20px !important;
    border-radius: 4px;
    margin-left: 20px;
}

.header-area .btn-navmenu:hover {
    box-shadow: 0px 3px 6px #939393;
    color: #ffff !important;
}

.header-area .btn-navmenu a {
    color: #ffff !important;
}

.header-area .main-nav .nav li.has-sub ul li a:hover {
    background: #fff;
    color: #00C5DE !important;
    padding-left: 25px;
}

.header-area .main-nav .nav li.has-sub ul li a:hover:before {
    width: 3px;
}

.header-area .main-nav .nav li.has-sub:hover ul.sub-menu,
.header-area .main-nav .nav li.has-sub:hover ul.sub-menu-right {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 33px;
    width: 32px;
    height: 40px;
    text-indent: -9999em;
    z-index: 99;
    right: 40px;
    display: none;
}

.background-header .main-nav .menu-trigger {
    top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #1e1e1e;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
    background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #1e1e1e;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
    width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
    background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    content: "";
}

.header-area .main-nav .menu-trigger span {
    top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
    -moz-transform-origin: 33% 100%;
    -ms-transform-origin: 33% 100%;
    -webkit-transform-origin: 33% 100%;
    transform-origin: 33% 100%;
    top: -10px;
    z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
    -moz-transform-origin: 33% 0;
    -ms-transform-origin: 33% 0;
    -webkit-transform-origin: 33% 0;
    transform-origin: 33% 0;
    top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
    background-color: transparent;
    width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
    -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
    -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
    -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
    transform: translateY(6px) translateX(1px) rotate(45deg);
    background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
    background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
    -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    transform: translateY(-6px) translateX(1px) rotate(-45deg);
    background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
    background-color: #1e1e1e;
}

.header-area.header-sticky {
    min-height: 90px;
}

.header-area .nav {
    margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
    color: #00C5DE;
}


/* 
-----------------
Banner home
-----------------
*/

.main-banner {
    position: relative;
    max-height: 100%;
    overflow: hidden;
    margin-bottom: -7px;
}

.main-banner .col-lg-12 {
    display: flex;
    justify-content: center;
}

#bg-img {
    min-width: 100%;
    min-height: 600px;
    max-width: 100%;
    max-height: 800px;
    object-fit: cover;
    z-index: -1;
}

#bg-img img {
    object-fit: cover;
}

.main-banner .img-overlay {
    background-image: url("../images/Rectangle 14.png");
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-banner .caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 981px;
    background: #003358;
    height: 361px;
}


.main-banner .caption h2 {
    margin-top: 36px;
    margin-bottom: 22px;
    font-size: 46px;
    line-height: 56px;
    font-weight: 800;
    color: #fff;
    text-align: center;
}

.main-banner .caption h6 {
    margin-top: 0px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
}


.main-banner .caption p {
    color: #fff;
    font-size: 14px;
    max-width: 570px;
}

.main-banner .search-form-banner {
    width: 619px;
    margin: auto;
    height: 48px;
    margin-top: 40px;
    display: flex;
}

.main-banner .search-form-banner input[type=search] {
    width: 100%;
    padding: 13px 25px;
    color: #000000;
}

.main-banner .search-form-banner input[type=submit] {
    width: 180px;
    background: linear-gradient(94.25deg, #EB216A 0%, #DD6742 100%);
    font-family: Montserrat;
    color: #ffff;
}

.main-banner .icon-banner-section {
    display: flex;
    width: 981px;
    justify-content: space-between;
    position: absolute;
    top: 70%;
    margin-top: 90px;

}

.main-banner .icon-banner-col {
    display: flex;
}

.main-banner .icon-banner-col img {
    width: auto;
    height: 55px;
}

.main-banner .icon-banner-col span p:first-child {
    color: #ffff;
    font-size: 25px;
    font-weight: 700;
    font-family: 'Roboto';
    margin-bottom: 5x;
}

.main-banner .icon-banner-col span p:nth-child(2) {
    color: #ffff;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Roboto';
}

.main-banner .icon-banner-col span {
    margin-left: 20px;
}

.banner-separator {
    display: block;
    height: 60px;
    background: #EAEEF0;
}

/*
-----------------
courses home
-----------------
*/


.courses {
    width: 100%;
    padding-bottom: 80px;
}

.section-title {
    margin-top: 70px;
    margin-bottom: 40px;
}

.section-title h3 {
    font-size: 45px;
    font-weight: 700;
    line-height: 50px;
    color: #000000;

}


.section-title h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    color: #003358;
}

.section-title span {
    width: 42px;
    height: 3px;
    background: #C62F47;
    display: block;
    margin: 15px 0px;
}

.section-title h3 strong {
    color: #00C5DE;
}

.courses .item {
    text-align: center;
    color: #fff;
    width: 360px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    margin: auto;
}

.courses .item .carousel-block {
    margin-top: 80px;
    width: -webkit-fill-available;
    display: flex;
    flex-wrap: wrap;
}

.courses .block-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 250px;
    width: 360px;
    display: flex;
    align-items: flex-end;
}

.courses .first-image {
    background-image: url(../images/logos/144.png);

}

.courses .second-image {
    background-image: url(../images/logos/198.png);

}

.courses .third-image {
    background-image: url(../images/logos/213.png);

}


.courses .carousel-block .first-image {
    background-image: url(../images/logos/218.png);

}

.courses .carousel-block .second-image {
    background-image: url(../images/logos/250.png);

}

.courses .carousel-block .third-image {
    background-image: url(../images/logos/251.png);

}

.courses .fade-block {
    display: flex;
    background: #000000b3;
    width: 100%;
    height: 104px;
}

.courses .item .fade-block .col-lg-8 p:first-child {
    font-size: 15px;
    margin-top: 20px;
    line-height: 18px;
    font-weight: 400;
    font-family: 'Roboto';

}

.courses .item .fade-block .col-lg-8 p:nth-child(2) {
    font-size: 22px;
    margin-top: 5px;
    line-height: 22px;
    font-weight: 700;
    font-family: 'Roboto';
}

.courses .item .fade-block .col-lg-4 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.courses .item .fade-block .col-lg-4 span {
    background: linear-gradient(94.25deg, #EB216A 0%, #DD6742 100%);
    padding: 15px 10px;
    font-size: 16px;
    border-radius: 30px;
}

.courses .down-content {
    background: #EAEEF0;
    width: 100%;
    height: 111px;
    color: #000000;
    text-align: left;
    padding: 25px 20px;
    transition: all ease-out 0.3s;
}

.courses .item .icon {
    max-width: 60px;
    margin: 0 auto;
}

.courses .item h4 {
    font-size: 22px;
    font-weight: 500;
    font-family: 'Roboto';
    text-transform: uppercase;
    color: #003358;
}

.courses .item p {
    color: #fff !important;
    font-size: 13px;
    text-align: left;
    padding-left: 20px;
}

.courses .owl-nav {
    display: inline-block !important;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-25px);
}

.courses .owl-nav .owl-prev {
    margin-right: 10px;
    outline: none;
    position: absolute;
    right: 60px;
    top: -30em;
}

.courses .owl-nav .owl-prev span,
.courses .owl-nav .owl-next span {
    opacity: 0;
}

.courses .owl-nav .owl-prev:before {
    display: inline-block;
    font-family: 'FontAwesome';
    color: #1e1e1e;
    font-size: 25px;
    font-weight: 700;
    content: '\f104';
    background-color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: solid 2px #A0A0A0;
}

.courses .owl-nav .owl-prev {
    opacity: 1;
    transition: all .5s;
}

.courses .owl-nav .owl-prev:hover {
    opacity: 0.9;
}

.courses .owl-nav .owl-next {
    opacity: 1;
    transition: all .5s;
}

.courses .owl-nav .owl-next:hover {
    opacity: 0.9;
}

.courses .owl-nav .owl-next {
    margin-left: 10px;
    outline: none;
    position: absolute;
    right: 18px;
    top: -30em;
}

.courses .owl-nav .owl-next:before {
    display: inline-block;
    font-family: 'FontAwesome';
    color: #1e1e1e;
    font-size: 25px;
    font-weight: 700;
    content: '\f105';
    background-color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: solid 2px #A0A0A0;
}



.courses .owl-carousel .owl-item a {
    width: 100%;
}

.courses .owl-carousel .down-content:hover {
    background: #0000003d;
}


/*
-----------------
upcoming courses home
-----------------
*/

section.upcoming-courses {
    background-image: url(../images/Group\ 16.png);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 30px;
}

section.upcoming-courses .section-heading {
    text-align: center;
}

.upcoming-top-section h3 {
    font-size: 28px;
    font-weight: 700;
    color: #003358;
    margin-bottom: 6px;
    line-height: 33px;
}

.upcoming-top-section p {
    font-size: 24px;
    color: #003358;
}

.upcoming-top-section {
    height: 240px;
    background: #fff;
    display: flex;
    align-content: center;
    margin-bottom: 60px;
    padding: 72px 48px;
}

.upcoming-top-section .col-lg-2 {
    text-align: center;
}

.upcoming-top-section .col-lg-7,
.upcoming-top-section .col-lg-3 {
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.upcoming-top-section img {
    width: 96px;
}

.upcoming-top-section .col-lg-3 a {
    width: 260px;
    height: 50px;
    background: #003358;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffff;
}

.upcoming-top-section .col-lg-3 a:hover {
    box-shadow: 0px 3px 6px #000000;
}

.upcoming-top-section span,
.upcoming-col span {
    width: 42px;
    height: 3px;
    background: #00C5DE;
    margin-top: 16px;
}

.upcoming-col {
    height: 160px;
    display: flex;
    align-content: flex-start;
    margin-bottom: 0px;
}

.upcoming-col .col-lg-10 {
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding-left: 0px;
}

.upcoming-col img {
    width: 32px;
}

.upcoming-col .col-lg-2 {
    text-align: center;
}

.upcoming-col h3 {
    font-size: 22px;
    color: #003358;
    line-height: 26px;
    font-weight: 700;
}

.upcoming-col p {
    font-size: 24px;
    color: #003358;
    line-height: 28px;
    margin-top: 8px;
}


section.upcoming-courses .categories ul li a:hover {
    color: #a12c2f;
}

section.upcoming-courses .categories .main-button-red {
    border-top: 1px solid #eee;
    padding-top: 30px;
    margin-top: 15px;
}

section.upcoming-courses .categories .main-button-red a {
    width: 100%;
    text-align: center;
}

/*
-----------------
category search home
-----------------
*/

section.category-search {
    padding-top: 10px;
    padding-bottom: 90px;
}

.category a {
    display: flex;
    width: 366px;
    height: 92px;
    border: solid 1px #BABABA;
    margin-bottom: 20px;
    transition: all ease 0.3ms;
}

.category a:hover {
    box-shadow: 0px 3px 6px #cccc;
}

.category a span {
    width: 80px;
    background: linear-gradient(94.25deg, #EB216A 0%, #DD6742 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 80px;
}

.category a img {
    max-width: 60px;
    max-height: 60px;
}

.reduced-img a img {
    max-width: 60px;
}

.category h5 {
    display: flex;
    align-items: center;
    margin-left: 20px;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Roboto';
    color: #003358;
    padding-right: 10px;
}

/* 
-----------------
Footer
----------------- 
*/


.footer {
    text-align: center;
    padding-top: 60px;
    background: #1D305D;
}

.footer h5 {
    color: #00C5DE;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Roboto';
    margin-bottom: 30px;
    text-align: left;
}

.footer .col-lg-3 {
    padding-left: 65px;
    display: flex;
    align-items: center;
}

.footer .col-lg-3:nth-child(3) {
    flex-direction: column;
}

.footer .col-lg-3.logos img:nth-child(1) {
    max-width: 80%;
}

.footer .col-lg-3.logos img:nth-child(2) {
    max-width: 70%;
}

.footer .col-lg-3.logos:nth-child(4) img {
    max-width: 65%;
}

.footer .col-lg-3:nth-child(3) p {
    color: #ffff;
    margin-bottom: 20px;
}

.footer .col-lg-3 a {
    width: 100%;
    display: block;
    color: #fff;
    font-size: 17px;
    font-family: 'Roboto';
    font-weight: 300;
    text-align: left;
}

.footer .footer-logo p {
    font-size: 13px;
    line-height: 25px;
    color: #ffffff;
    text-align: left;
}

.footer .col-lg-3 a:hover {
    color: #00C5DE;
}

.footer .fa-angle-right {
    margin-right: 6px;
}

.footer .social-round a i {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    background-color: #fff;
    color: #003958;
}

.footer .social-round a i:hover {
    background-color: #00a3c2;
    color: #fff;
}


.footer .rrss {
    display: inline-flex;
    width: 220px;
    justify-content: space-between;
    margin: 30px;
}

.footer .rrss i {
    color: #fff;
}

.after-footer .col-lg-12 {
    display: flex;
}

.after-footer {
    background: #162548;
    padding: 20px 100px;
}

.after-footer .copy {
    display: flex;
    width: 60%;
}

.after-footer .dev-foot {
    width: 40%;
}

.after-footer .copy p:last-child {
    display: flex;
    justify-content: flex-end;
}

.after-footer p {
    color: #fff;
}

.after-footer p a {
    margin-left: 5px;
}

.after-footer .dev-foot p {
    text-align: right;
}

/*
------------------
Scroll Up
-----------------
*/

a.scroll-up-tab {
    background: linear-gradient(94.25deg, #EB216A 0%, #DD6742 100%);
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 25px;
    margin: 30px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s;
    z-index: 1000;
}

a.scroll-up-tab i {
    position: relative;
    top: 7px;
    font-size: 25px;
    color: #ffff;
}












/*
---------------------------------------------
heading page
---------------------------------------------
*/

section.heading-page {
    background-image: url(../images/heading-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 230px;
    padding-bottom: 110px;
    text-align: center;
}

section.heading-page h6 {
    margin-top: 0px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
}

section.heading-page h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    letter-spacing: 1px;
}











/*
-------------------------------------------------------------
Course Page
-------------------------------------------------------------
*/

.banner-top {
    height: 350px;
    background: #1D305D;
}

.banner-top-lang {
    height: 100px;
}

.banner-top .container,
.banner-top .row {
    height: 100%;
}

.banner-top .row .col-lg-12 {
    flex-direction: column;
    justify-content: center;

}

.banner-top h1 {
    font-family: Altone Trial;
    font-weight: 700;
    color: #ffff;
    margin-top: 90px;
}

.banner-top a {
    color: #ffff;
}

.breadcrumb-item.active {
    color: #00C5DE;
}

.course-details-section {
    background: #F2F2F2;
    padding: 78px 0px 149px;
}

.course-details-section .row .col-lg-8 {
    background: #ffff;
    padding: 0px;
    margin-right: 40px;
}

.course-details-section .row .col-lg-8 .nav {
    width: 100%;
    background: #FAFAFA;
}

.course-details-section .row .col-lg-8 .nav li {
    width: 25%;
}

.course-details-section .row .col-lg-8 .nav-tabs {
    border-bottom: 0px;
}

.course-details-section .row .col-lg-8 .nav-tabs .nav-link {
    width: 100%;
    height: 100%;
    border-color: #f2f2f2;
    color: #464646;
    font-family: Roboto;
    line-height: 20px;
    font-size: 16px;
    font-weight: 700;
    padding: 18px;
}

.course-details-section .row .col-lg-8 .nav-tabs .nav-link:hover {
    color: #00C5DE;
}

.course-details-section .row .col-lg-8 .nav-tabs .nav-link.active {
    color: #00C5DE;
    border-top: solid 3px #00C5DE;
    border-bottom: 0px;
}

.course-details-section .row .col-lg-8 .tab-content .active {
    padding: 55px 45px;
}

.course-details-section .row .col-lg-8 .tab-content p {
    font-family: 'Roboto';
    color: #5B5B5B;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 10px;
}

.course-details-section .row .col-lg-8 .tab-content .info-course {
    margin-top: 50px;
    background: #F7F7F7;
    padding: 45px;
}

.course-details-section .row .col-lg-8 .tab-content .info-course h3 {
    font-family: 'Altone Trial';
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: #003358;
}

.course-details-section .info-course .check-list ul {
    display: flex;
    flex-flow: wrap;
}

.course-details-section .info-course .check-list li {
    font-family: Roboto;
    font-weight: 400;
    color: #5B5B5B;
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
    width: 50%;
}

.course-details-section #contents .info-course .check-list ul {
    margin-left: 20px;
}

.course-details-section #contents .info-course .check-list li {
    width: 100% !important;
    margin-top: 20px;
    list-style: disc;
}

.course-details-section #contents .info-course .check-list li ol {
    margin-left: 10px;

}

.course-details-section #contents .info-course .check-list li ol li {
    list-style: none;
}

.course-details-section #contents .info-course p {
    color: #000;
    margin-top: 20px;
    margin-bottom: 0px
}


.course-details-section .info-course .check-list li:before {
    content: '\2713';
    margin-right: 10px;
    font-weight: 800;
    color: #000;
}

.course-details-section #contents .info-course .check-list li:before {
    content: none;
}

.course-details-section .col-lg-3 {
    width: 29%;
}

.course-details-section .col-lg-3 .course-img {
    padding: 50px;
}

.course-details-section .col-lg-3 .course-send {
    padding: 42px 50px;
    background: #fff;
    border-bottom: solid 1px #ECECEC;
}

.course-details-section .col-lg-3 .course-send a {
    display: flex;
    width: 260px;
    height: 50px;
    background: #003358;
    color: #fff;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 700;
    justify-content: center;
    align-items: center;
}

.course-details-section .col-lg-3 .course-send a:hover {
    box-shadow: 0px 3px 6px rgb(167, 166, 166);
}

.course-details-section .col-lg-3 .course-info-col {
    background: #fff;
    padding: 40px 28px 70px;
}

.course-details-section .col-lg-3 .course-info-col td {
    font-family: 'Roboto';
    font-size: 16px;
    color: #606060;
    font-weight: 400;
}

.course-details-section .col-lg-3 .course-info-col td i {
    margin-right: 10px;
    color: #00C5DE;
}

.course-details-section .responsive-details-block {
    display: none;
}









/* 
---------------------------------------------
News Page
--------------------------------------------- 
*/

.news-section {
    padding: 20px 0px;

    margin-bottom: 40px;
}

.news-section .row {
    justify-content: center;
}

.news-section .row .col-lg-4 {
    width: 29%;
    margin-right: 15px;
    margin-top: 80px;

}

.news-section .row .col-lg-4 h5,
.news-section .row .col-lg-4 p {
    font-family: 'Roboto';
    font-size: 16px;
    line-height: 24px;
    color: #5B5B5B;
    font-weight: 400;
    margin: 20px 0px;
}

.news-section .row .col-lg-4 h5 i {
    color: #00C5DE;
    margin-right: 10px;

}

.news-section .row .col-lg-4 h3 {
    font-family: 'Altone Trial';
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: #003358;
}

.news-section .pagination {
    justify-content: flex-end;
}

.news-section .pagination ul {
    display: flex;
    margin-right: 60px;
}

.news-section .pagination ul li {
    width: 36px;
    height: 36px;
    border: solid 2px #A0A0A0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    margin-top: 80px;
    border-radius: 3px;
}

.news-section .pagination ul li:hover {
    background: #1D305D;
    border: solid 2px #1D305D;
}

.news-section .pagination ul li a:hover {
    color: #fff;
}

.news-section .pagination ul li.active {
    background: #1D305D;
    border: solid 2px #1D305D;
}

.news-section .pagination ul li.active a {
    color: #fff;
}

.news-section .pagination ul li a {
    font-family: 'Roboto';
    font-size: 16px;
    line-height: 24px;
    color: #5B5B5B;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}













/* 
---------------------------------------------
Languages Page
--------------------------------------------- 
*/

.language-page {
    margin-bottom: 60px;
}

.language-page .container {
    margin-top: 65px;
}

.languages-section {
    padding: 96px 0px;
}

.language-page .section-title {
    margin-top: 0px;
}

.languages-section .language-row {
    display: flex;
    margin-bottom: 20px;
    border-radius: 6px;
}

.languages-section .language-row:hover {
    box-shadow: 0px 3px 6px rgb(139, 139, 139);
}

.languages-section .language-row .img-box img {
    width: 115px;
    height: 115px;
}

.languages-section .language-row h3 {
    font-family: 'Roboto';
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    color: #003358;
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 20px;
    border: solid 1px #BABABA;
    border-left: 0px;
    border-radius: 0px 6px 6px 0px;
}

.language-page .row .col-lg-4 {
    margin-top: 45px;
}


.language-page .section-title h3 img {
    width: 41px;
}

.language-page .first-image {
    background-image: url(../images/logos/144.png);
}

.language-page .second-image {
    background-image: url(../images/logos/198.png);
}

.language-page .third-image {
    background-image: url(../images/logos/213.png);
}

.language-page .item .fade-block .col-lg-4 {
    margin-top: 0px;
}

.language-page .item .fade-block .col-lg-8 p:first-child {
    margin-bottom: 10px;
}


/* 
---------------------------------------------
FAQs Page
--------------------------------------------- 
*/

.faqs-section {
    background-image: url(../images/Group-16.png);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-faq {
    padding: 20px;
    margin-top: 40px;
}

.section-faq .row {
    justify-content: flex-start;
}

.faq-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    color: #003358;
    padding: 0;
}

.section-faq .col-lg-8 span {
    width: 42px;
    height: 3px;
    background: #C62F47;
    display: block;
    margin: 15px 0px;
}

.faq-question {
    margin-top: 6px;
}

.faq-question .accordion-button::after {
    background-image: url('../images/flecha.png');
    transform: rotate(90deg);
}

.faq-question .accordion-button:not(.collapsed)::after {
    transform: rotate(-90deg);
}


.faq-answer {
    background: #fff;
    padding: 20px;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 14px;
    line-height: 25px;
    color: #2a2a2a;
}

.accordion-collapse {
    width: 100%;
}

.section-faq .accordion-button {
    box-shadow: 0px 2px 1px #ccc;
    font-weight: 600;
}

.section-faq .accordion-button:not(.collapsed) {

    background-color: #fff;
    box-shadow: 0px 3px 6px #ccc;

}

.faqs-section .row .col-lg-4 {
    width: 33%;
    margin-right: 0px;
    margin-top: 0px;
    display: flex;
    justify-content: center;
    padding-top: 50px;
}

#generalInfo .col-lg-4 .img-box {
    max-width: 50%;
}

.faq-answer ul,
.faq-answer ol {
    margin-top: 5px;
    padding-left: 20px;
}

.faq-answer ol li{
    list-style: inherit;
}

.faq-answer ul li{
    list-style: disc;
}


#courses_chosen .chosen-single{
    height: 38px;
    font-size: 16px;
    line-height: 38px;
    background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
}


/* 
---------------------------------------------
Contact Page
--------------------------------------------- 
*/
.form-col {
    padding: 50px;
    box-shadow: 0px 3px 6px #ccc;
    border-radius: 10px;
    margin: 20px;
    background: linear-gradient(94.25deg, #EB216A 0%, #DD6742 100%);
}

.contact-section p {
    margin-top: 10px;
}

.contact-section .container {
    display: flex;
}

.contact-section .form-label,
.contact-section .form-check-label {
    color: #fff;
}

.contact-section .col-lg-4 {
    padding: 50px;
}

.contact-section .col-lg-4 .row {
    padding: 50px;
    border: solid 2px #162548;
    border-radius: 10px;
    display: flex;
    justify-content: flex-start;
}

.contact-section form p:last-child {
    display: flex;
    justify-content: center;
    align-items: center;

}

.contact-section .btn {
    padding: 6px 110px;
    margin-top: 30px;
    border-radius: 6px;
    background: #1D305D;
    border: none;
    font-weight: 600;
}

.contact-section .btn:hover {
    box-shadow: 0px 3px 6px #686868;
}

.contact-section .col-lg-4 .row span {
    width: 42px;
    height: 3px;
    background: #C62F47;
    display: block;
    margin: 15px 0px;
}

.contact-section .container .row{
    padding: 30px;
}

.contact-section .container .row p{
    margin-top: 0;
    font-size: 18px;
    font-weight: 500;
}



/* 
---------------------------------------------
Privacy Policy Page
--------------------------------------------- 
*/

.privacy p {
    font-family: 'Roboto';
    font-size: 16px;
    line-height: 24px;
    color: #5B5B5B;
    margin-bottom: 20px;
    font-weight: 300;

}

.privacy .privacy-block {
    background: #F7F7F7;
    padding: 20px;
    height: 260px;
}

.privacy .privacy-block h5 {
    font-family: 'Altone Trial';
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    color: #003358;
    margin-bottom: 20px;
}

.privacy .col-lg-12 {
    margin: 40px 0px;
}

.privacy ol li {
    list-style: number;
    margin-left: 30px;
}

.privacy ul li {
    list-style: disc;
    margin-left: 30px;
}




/*
-----------------
Media query´s All Pages
-----------------
*/
@media (max-width: 1400px) {
    .course-details-section .col-lg-3 .course-send a {
        width: 100% !important;
    }

    .language-page .row .col-lg-4 {
        width: 32%;
    }
    .main-nav img{
        max-width: 85%;
    }

    .header-area .main-nav .logo:first-child{
        margin-right: 0px;
    }
}



@media (max-width: 1200px) {
	.header-area.header-sticky .container {
        max-width: 100%;
    }

    .header-area .main-nav .nav li {
        padding-left: 7px;
        padding-right: 7px;
    }

    .header-area .main-nav:before {
        display: none;
    }

    .header-area .main-nav .logo:first-child {
        margin-right: 0px;
        width: 150px;
    }

    .courses .item {
        width: auto;
    }

    .upcoming-top-section {
        padding: 40px 20px;
    }

    .upcoming-top-section .col-lg-2 {
        width: 14%;
        text-align: left;
    }

    .upcoming-top-section .col-lg-3 a {
        width: 220px;
    }

    .category-search .category a {
        width: 100%;
        height: 80px;
    }

    .category-search .category a span {
        padding: 0px;
        width: 60px;
        min-width: 60px;
    }

    .category a img {
        width: 45px;
        display: flex;
    }

    .category h5 {
        font-size: 21px;
    }

    .news-section .row .col-lg-4 h3 {
        font-size: 21px !important;
        line-height: 26px !important;
    }

    .news-section .row .col-lg-4 h5,
    .news-section .row .col-lg-4 p {
        margin: 16px 0px !important;
    }

    .news-section .row .col-lg-4 {
        width: 31%;
    }

    .course-details-section .col-lg-3 .course-send {
        padding: 40px 30px;
    }

    .course-details-section .col-lg-3 .course-info-col {
        padding: 40px 20px 50px
    }

    .language-page .container {
        margin-top: 0px;
    }

    .section-title h3 {
        font-size: 36px;
        line-height: 46px;
    }

    .news-section .row .col-lg-4 {
        margin-top: 40px;
    }

    .courses .item h4 {
        font-size: 20px;
    }

    .courses .down-content {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100px;
    }

    .courses .item .fade-block .col-lg-8 p:nth-child(2) {
        font-size: 20px;
    }

    .privacy .section-title {
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .privacy .row .col-lg-4 {
        overflow-x: hidden;
    }

    .privacy .row .col-lg-4 img {
        height: 100%;
        width: auto;
        margin-left: -80px;
    }

    .language-page .section-title {
        margin-bottom: 0px;
        margin-top: 40px;
    }
}


@media (max-width: 1075px) {

    html,
    body {
        overflow-x: hidden;
    }
}


@media (max-width: 1024px) {
    .header-area .main-nav .logo {
        color: #1e1e1e;
    }

    .header-area.header-sticky .nav li a:hover,
    .header-area.header-sticky .nav li a.active {
        color: #00C5DE !important;
        opacity: 1;
    }

    .header-area.header-sticky .nav li.search-icon a {
        width: 100%;
    }

    .header-area {
        background-color: #f7f7f7;
        padding: 0px 15px;
        height: 90px;
        box-shadow: none;
        text-align: center;
    }

    .header-area .container {
        padding: 0px;
    }

    .header-area .logo {
        margin-left: 30px;
    }

    .header-area .menu-trigger {
        display: block !important;
    }

    .header-area .main-nav {
        overflow: hidden;
    }

    .header-area .main-nav .nav {
        float: none;
        width: 100%;
        display: none;
        -webkit-transition: all 0s ease 0s;
        -moz-transition: all 0s ease 0s;
        -o-transition: all 0s ease 0s;
        transition: all 0s ease 0s;
        margin-left: 0px;
    }

    .header-area .main-nav .nav li:first-child {
        border-top: 1px solid #eee;
    }

    .header-area.header-sticky .nav {
        margin-top: -10px !important;
        width: 48%;
        float: right;
    }

    .header-area .main-nav .nav li {
        width: 100%;
        background: #fff;
        border-bottom: 1px solid #eee;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .header-area .main-nav .nav li a {
        height: 50px !important;
        line-height: 50px !important;
        padding: 0px !important;
        border: none !important;
        background: #f7f7f7 !important;
        color: #191a20 !important;
    }

    .header-area .main-nav .nav li a:hover {
        background: #eee !important;
        color: #00C5DE !important;
    }

    .header-area .main-nav .nav li.has-sub ul.sub-menu {
        position: relative;
        visibility: inherit;
        opacity: 1;
        z-index: 1;
        transform: translateY(0%);
        top: 0px;
        width: 100%;
        box-shadow: none;
        height: 0px;
        transition: all 0s;
    }

    .header-area .main-nav .nav li.submenu ul li a {
        font-size: 12px;
        font-weight: 400;
    }

    .header-area .main-nav .nav li.submenu ul li a:hover:before {
        width: 0px;
    }

    .header-area .main-nav .nav li.has-sub ul.sub-menu {
        height: auto;
    }

    .header-area .main-nav .nav li.has-sub:after {
        color: #3B566E;
        right: 30px;
        font-size: 14px;
        top: 15px;
    }

    .header-area .main-nav .nav li.submenu:hover ul,
    .header-area .main-nav .nav li.submenu:focus ul {
        height: 0px;
    }

    .main-banner .caption {
        width: 85% !important;
        padding: 25px;
    }

    .main-banner .caption h2 {
        font-size: 34px !important;
        line-height: 40px !important;
    }

    .main-banner .search-form-banner {
        width: 65% !important;
    }

    .main-banner .icon-banner-section {
        width: 80% !important;
    }

    .header-area .main-nav .nav li.btn-navmenu {
        margin-left: 0px;

    }

    .header-area .main-nav .nav li.btn-navmenu a {
        background: linear-gradient(94.25deg, #EB216A 0%, #DD6742 100%) !important;
        color: #fff !important;
    }

    .header-area .main-nav .nav li.has-sub ul.sub-menu-right {
        top: 49px;
        left: 80px;
    }

    .header-area .main-nav .nav li.has-sub-right:after {
        content: "\f107";
        right: 30px;
    }
}


@media (max-width: 992px) {

    .header-area .container {
        max-width: 870px !important;
    }

    .main-banner .caption {
        top: 45%;
    }


    .main-banner .caption .main-button-red {
        margin-top: 15px;
    }


    section.upcoming-courses .categories {
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .accordions {
        margin-left: 0px;
    }

    .header-area .main-nav .menu-trigger {
        right: 65px;
    }

    .header-area .main-nav .logo {
        line-height: 90px;
    }

    .header-area .main-nav .logo:first-child {
        text-align: left;
        margin-right: 0px;
    }


    .header-area .main-nav .logo:nth-child(2),
    .header-area .main-nav .logo:nth-child(3) {
        margin-right: 0px;
        margin-left: 0px;
    }

    .main-nav .logo img {
        width: 75%;
    }

    .section-title h3 {
        font-size: 32px;
        line-height: 36px;
    }

    .courses .owl-nav .owl-next:before,
    .courses .owl-nav .owl-prev:before {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .courses .item .fade-block .col-lg-4 {
        flex: auto;
        justify-content: flex-end;
        margin-right: 15px;
    }

    .upcoming-courses .container {
        max-width: 80%;
    }

    .upcoming-top-section {
        padding: 30px 5px;
        margin-bottom: 100px;
    }

    .upcoming-top-section .col-lg-7 {
        width: 53%;
    }

    .upcoming-top-section .col-lg-2 img {
        width: 75px;
    }

    .upcoming-top-section h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .upcoming-top-section p {
        font-size: 18px;
    }

    section.upcoming-courses {
        padding-bottom: 100px;
    }

    .upcoming-col {
        height: 100px;
        align-content: flex-start;
    }

    .upcoming-col h3 {
        font-size: 21px;
        line-height: 26px;
    }

    .upcoming-col p {
        font-size: 18px;
        line-height: 22px;
    }

    section.category-search {
        padding: 0px 0px;
        margin-bottom: 100px;
    }

    .footer .footer-logo img {
        max-width: 200px;
    }

    .footer .col-lg-3 a {
        font-size: 14px;
    }

    .upcoming-top-section .col-lg-3 a {
        width: 195px;
    }

    .category-search .category a {
        width: 60%;
    }

    .category-search .category {
        display: flex;
        justify-content: center;
    }

    .news-section .container {
        max-width: 90%;
    }

    .header-area.header-sticky .nav {
        margin-top: 0px !important;
        width: 54%;
    }

    .course-details-section .row .col-lg-8:first-child {
        display: none;
    }

    .course-details-section .responsive-details-block {
        display: block;
        width: 70%;
        margin: auto;
        margin-right: auto !important;
    }

    .course-details-section .col-lg-3 {
        width: 80%;
        margin: auto;
    }

    .course-details-section .col-lg-3 .course-img {
        text-align: center;
    }

    .course-details-section .col-lg-3 .course-img img {
        width: 60%;
    }

    .course-details-section {
        background: #fff;
        padding: 10px 0px 140px;
    }

    .course-details-section #accordion .ui-accordion-content {
        font-family: 'Roboto';
        color: #5B5B5B;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        margin-bottom: 10px;
        padding: 10px;
        padding-top: 30px;
        display: none;
    }

    .course-details-section #accordion .contents-responsive {
        padding-left: 25px;
    }

    .course-details-section #accordion .contents-responsive p {
        margin-top: 15px;
        margin-bottom: 5px;
    }

    .course-details-section #accordion .contents-responsive ul {
        margin-left: 15px;
    }

    .course-details-section #accordion .contents-responsive ul li {

        font-size: 14px;
    }

    .course-details-section #accordion .contents-responsive ul li:before {
        content: '\2713';
        margin-right: 10px;
        font-weight: 800;
        color: #000;
    }

    .course-details-section #accordion .contents-responsive ul li ol {
        margin-left: 33px;
    }

    .course-details-section #accordion .contents-responsive ul li ol li {
        list-style: disc;
    }

    .course-details-section #accordion .contents-responsive ul li ol li:before {
        content: none;
    }

    .course-details-section #accordion h3 {
        color: #464646;
        font-family: Roboto;
        line-height: 24px;
        font-size: 14px;
        font-weight: 500;
        font-size: 19px;
        padding: 10px;
        border: solid 1px #ccc;
    }

    .course-details-section #accordion .ui-accordion-content .info-course {
        margin-top: 50px;
        background: #F7F7F7;
        padding: 45px;
    }

    .course-details-section #accordion .ui-accordion-content .info-course h3 {
        font-family: 'Altone Trial';
        font-weight: 700;
        font-size: 22px;
        line-height: 26px;
        color: #003358;
    }


    .course-details-section #accordion .ui-accordion-header:after {
        color: #3B566E;
        right: 30px;
        font-size: 18px;
        font-family: 'FontAwesome';
        content: "\f107";
        float: right;
        font-weight: 700;
    }

    .course-details-section #accordion .ui-accordion-header-active:after {
        color: #3B566E;
        right: 30px;
        font-size: 18px;
        font-family: 'FontAwesome';
        content: "\f106";
        float: right;
        font-weight: 700;
    }

    .course-details-section #accordion {
        border: solid 1px #ccc;
    }

    .course-details-section .col-lg-3 .course-send {
        padding: 0px 60px;
        border-bottom: 0px;
    }

    .courses.language-page .first-image,
    .courses.language-page .second-image,
    .courses.language-page .third-image {
        height: 220px;
        width: 100%;
    }

    .courses.language-page .fade-block {
        height: 90px;
    }

    .courses.language-page .fade-block .col-lg-8 p {
        margin: 12px 0px !important;

    }

    .courses.language-page .fade-block .col-lg-8 p:first-child {
        font-size: 14px !important;
        line-height: 16px !important;
    }

    .courses .item h4 {
        font-size: 16px;
    }

    .courses .down-content {
        height: 90px;
    }

    .language-page .section-title {
        margin-top: 40px;
    }

    .privacy .privacy-block {
        height: auto;
    }

    .privacy .row .col-lg-4 {
        overflow-y: hidden;
        width: 100%;
        padding: 0px;
        height: 200px;
    }

    .privacy .row .col-lg-4 img {
        height: auto;
        width: 100%;
        margin-top: -105px;
        margin-left: 0px;
    }

    .course-details-section .info-course .check-list li {
        width: 100%;
    }

    .after-footer .col-lg-12 {
        flex-direction: column;
    }

    .after-footer .copy {
        width: 100%;
    }

    .after-footer .dev-foot {
        width: 100%;
        display: flex
    }

    .footer .footer-logo {
        width: 100%;
    }

    .footer .footer-logo p {
        margin: auto;
        text-align: center;
    }

    .footer .col-lg-3 {
        width: 100%;
        justify-content: center;
    }

    .footer .col-lg-3.logos img:nth-child(1) {
        max-width: 40%;
    }

    .footer .col-lg-3.logos:nth-child(4) img {
        max-width: 25%;
    }

    .footer .col-lg-3.logos img:nth-child(2) {
        max-width: 30%;
    }

    .section-faq .col-lg-4 {
        display: none;
    }

    .form-col {
        width: 100%;
    }

    .contact-section .container {
        flex-direction: column;
    }

}

@media (max-width: 984px) {
    .main-banner .caption {
        top: 50%;
    }

    #bg-img {
        max-height: 690px;
    }

    #bg-img img {
        width: auto;
    }
}


@media (max-width: 820px) {

    .main-banner .caption h2 {
        font-size: 30px !important;
        line-height: 35px !important;
    }

    .main-banner .caption h6 {
        font-size: 14px;
    }

    .main-banner .icon-banner-col span p:first-child {
        font-size: 21px;
    }

    .main-banner .icon-banner-col span p:nth-child(2) {
        font-size: 14px;
    }

    .main-banner .icon-banner-col span {
        margin-left: 15px;
    }

    .upcoming-top-section .col-lg-3 a {
        width: 170px;
        font-size: 14px;
    }

    .upcoming-top-section h3 {
        font-size: 22px;
        line-height: 26px;
    }

    .upcoming-top-section p {
        font-size: 16px;
        line-height: 20px;
    }

    .upcoming-top-section .col-lg-2 img {
        width: 60px;
    }

    .upcoming-col h3 {
        font-size: 18px;
        line-height: 22px;
    }

    .upcoming-col {
        margin-bottom: 30px;
    }

    .news-section .row .col-lg-4 {
        width: 70% !important;
    }

    .courses.language-page .first-image,
    .courses.language-page .second-image,
    .courses.language-page .third-image {
        height: 320px;
    }

    .courses.language-page .col-lg-4 .col-lg-8 {
        width: 60% !important;
    }

    .courses.language-page .col-lg-4 .col-lg-4 {
        width: auto !important;
    }

    .courses.language-page .fade-block {
        height: 110px;
    }

    .courses .item .fade-block .col-lg-8 p:first-child {
        font-size: 15px !important;
        margin-top: 20px !important;
        line-height: 18px !important;
    }

    .courses.language-page .fade-block .col-lg-8 p {
        margin: 12px 10px !important;
    }

    .courses.language-page .item .fade-block .col-lg-4 {
        margin-right: 30px;
    }

    .courses.language-page .item h4 {
        font-size: 21px;
    }

    .courses.language-page .col-lg-4 {
        margin-right: 0px;
    }

    .courses.language-page .section-title {
        margin-bottom: 20px;
    }

    .after-footer {
        padding: 20px 40px;
    }
}

@media (max-width: 767px) {

    .sub-header .left-content p {
        display: none;
    }

    .sub-header .right-content {
        text-align: center;
    }

    .main-nav .nav .sub-menu {
        display: none;
    }

    .header-area .main-nav .nav li ul.sub-menu li a {
        color: #1f272b;
    }

    .main-banner .caption h6 {
        font-weight: 500;
    }

    .category-search .category a {
        width: 90%;
    }

    .banner-separator {
        height: 50px;
    }

    .section-title {
        margin-top: 65px;
    }

    .courses {
        padding-bottom: 90px;
    }

    .footer .col-lg-3 {
        padding-left: 10px;
    }

    .courses .owl-nav .owl-prev {
        right: 60px;
    }

    a.scroll-up-tab {
        right: 0px;
    }

    .main-banner .search-form-banner {
        width: 85% !important;
    }

    .languages-section .language-row .img-box img {
        width: 90px;
        height: 90px;
    }

    .languages-section .language-row h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .courses.language-page {
        padding-bottom: 0px;
    }

    .after-footer .container {
        max-width: 100%;
    }

    .after-footer .copy {
        flex-wrap: wrap;
    }

    .faqs-section .container {
        max-width: 100%;
    }

}


@media(max-width:650px) {
    .after-footer {
        padding: 20px;
    }
}


@media(max-width: 600px) {
    .main-banner .search-form-banner input[type=search] {
        padding: 10px;
    }

    .main-banner .icon-banner-section {
        top: 46%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .main-banner .caption {
        top: 33%;
    }

    .main-banner .icon-banner-col {
        flex-direction: column;
        align-items: center;
    }

    .main-banner .icon-banner-col span {
        text-align: center;
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .upcoming-top-section .col-lg-2 {
        width: 20%;
    }

    .upcoming-top-section .col-lg-7 {
        width: 80%;
    }

    .upcoming-top-section .col-lg-3 {
        width: 60%;
        margin: auto;
        margin-top: 20px;
    }

    .upcoming-top-section {
        margin-bottom: 80px;
    }

    #bg-img {
        min-height: 125vh;
    }

    #bg-img img {
        min-height: 125vh;
    }

    .footer .col-lg-3.logos img:nth-child(1) {
        max-width: 25%;
    }


}

@media(max-width: 550px) {
    .main-banner .search-form-banner {
        flex-direction: column;
    }

    .main-banner .search-form-banner input[type=search] {
        border: none;
        border-radius: 4px;
        text-align: center;
    }

    .main-banner .search-form-banner input[type=submit] {
        width: 100%;
        padding: 10px;
        border: none;
        border-radius: 4px;
        margin-top: 12px;
    }

    .main-banner .caption {
        height: 415px;
    }

    .main-banner .icon-banner-section {
        top: 48%;
    }

    .courses {
        padding-bottom: 50px;
    }

    .courses .item {
        width: 360px;
    }

    section.upcoming-courses {
        padding-bottom: 30px;
    }

    section.category-search {
        margin-bottom: 50px;
    }


    .footer .col-lg-3 {
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .footer .col-lg-3 a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
    }

    .footer h5 {
        margin-bottom: 16px;
        margin-top: 20px;
    }

    .upcoming-col .col-lg-2 {
        width: 15%;
    }

    .upcoming-col .col-lg-10 {
        width: 85%;
    }

    .upcoming-col {
        height: auto;
    }

    .header-area .main-nav .logo:nth-child(2),
    .header-area .main-nav .logo:nth-child(3) {
        display: none;
    }

    .after-footer {
        padding: 20px;
    }

    .header-area.header-sticky .nav {
        width: 65%;
    }

    .news-section .row .col-lg-4 {
        width: 90% !important;
        margin-top: 50px;
    }

    .news-section .pagination ul {
        margin-right: 25px !important;
    }

    .banner-top {
        height: 270px;
    }

    .banner-top .container .row .col-lg-12 nav {
        display: none;
    }

    .banner-top h1 {
        margin-left: auto;
        margin-right: auto;
    }

    .course-details-section .col-lg-3 {
        width: 85%;
    }

    .course-details-section .responsive-details-block {
        width: 80%;

    }

    .languages-section {
        padding: 70px 30px;
    }

    .languages-section .language-row .img-box img {
        width: 70px;
        height: 70px;
    }

    .languages-section .language-row h3 {
        font-size: 21px;
    }

    .privacy .section-title {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .privacy .row .row {
        padding-right: 0px;
        padding-left: 30px;
    }

    .privacy .section-title.section-title h3 {
        font-size: 26px;
    }
}

@media(max-width: 490px) {
    .main-banner .caption {
        height: 460px;
    }

    .main-banner .caption h6 {
        width: 80%;
        margin: auto;
    }

    .main-banner .search-form-banner {
        margin-top: 26px;
    }

    .main-banner .search-form-banner {
        width: 90% !important;
    }

    .main-banner .caption h2 {
        margin-top: 20px;
        font-size: 29px !important;
    }

    .section-title h3 {
        font-size: 26px;
        line-height: 36px;
    }

    .courses .item h4 {
        font-size: 18px;
    }

    .after-footer p {
        font-size: 11px;
    }

    .upcoming-courses .container {
        max-width: 92%;
    }

    .header-area .main-nav .menu-trigger {
        right: 45px;
    }

    .header-area.header-sticky .nav {
        width: 100%;
    }

    .news-section .row .col-lg-4 {
        width: 100% !important;
    }

    .course-details-section #accordion .ui-accordion-content .info-course {
        padding: 45px 20px;
    }

    .course-details-section .responsive-details-block {
        width: 85%;
    }

    .course-details-section .col-lg-3 {
        width: 95%;
    }

    .courses.language-page .item h4 {
        font-size: 19px;
    }

    .courses.language-page .first-image,
    .courses.language-page .second-image,
    .courses.language-page .third-image {
        height: 240px;
    }

    .courses.language-page .item {
        width: auto;
    }

    .privacy .row .row {
        padding-left: 20px;
    }

    .footer .col-lg-3.logos img:nth-child(2) {
        max-width: 45%;
    }

    .section-faq {
        padding: 10px;
    }
}

@media(max-width: 390px) {
    .main-banner .caption h2 {
        font-size: 26px !important;
        line-height: 30px !important;
    }

    .courses .owl-nav .owl-next:before,
    .courses .owl-nav .owl-prev:before {
        width: 30px;
        height: 30px;
        line-height: 27px;
    }

    .courses .owl-nav .owl-next {
        right: 0px;
    }

    .courses .owl-nav .owl-prev {
        right: 35px;
    }

    .courses .item .carousel-block {
        margin-top: 55px;
    }

    .courses {
        padding-bottom: 55px;
    }

    .upcoming-top-section h3 {
        font-size: 19px;
        line-height: 24px;
    }

    .upcoming-top-section .col-lg-2 img {
        width: 50px;
    }

    .course-details-section .col-lg-3 {
        width: 100%;
    }

    .course-details-section .responsive-details-block {
        width: 90%;
    }

    .languages-section {
        padding: 70px 15px;
    }

    .courses.language-page {
        margin-bottom: 15px;
    }

    .privacy .col-lg-12 {
        margin: 15px 0px;
    }

    .main-banner .caption {
        height: 435px;
    }

    .courses .item {
        width: 300px;
    }

    .after-footer {
        padding: 15px 5px;
    }
}

@media(max-width:376px) {

    .after-footer .copy p:last-child {
        justify-content: center;
    }

    .after-footer .dev-foot {
        justify-content: center;
    }

    a.scroll-up-tab {
        bottom: -15px;
        right: -13px;
    }
}