html { margin-top: 0px !important; }
	* html body { margin-top: 0px !important; }
	@media screen and ( max-width: 782px ) {
		html { margin-top: 0px !important; }
		* html body { margin-top: 0px !important; }
	}
@font-face {
    font-family: ApercuPro;
    src: url('../fonts/ApercuPro.woff2') format("woff2");
    src: url('../fonts/ApercuPro.woff') format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: ApercuPro;
    src: url('../fonts/ApercuPro-Italic.woff2') format("woff2");
    src: url('../fonts/ApercuPro-Italic.woff') format("woff");
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: ApercuPro;
    src: url('../fonts/ApercuPro-Medium.woff2') format("woff2");
    src: url('../fonts/ApercuPro-Medium.woff') format("woff");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: ApercuPro;
    src: url('../fonts/ApercuPro-MediumItalic.woff2') format("woff2");
    src: url('../fonts/ApercuPro-MediumItalic.woff') format("woff");
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: ApercuPro;
    src: url('../fonts/ApercuPro-Bold.woff2') format("woff2");
    src: url('../fonts/ApercuPro-Bold.woff') format("woff");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: ApercuPro;
    src: url('../fonts/ApercuPro-BoldItalic.woff2') format("woff2");
    src: url('../fonts/ApercuPro-BoldItalic.woff') format("woff");
    font-weight: bold;
    font-style: italic;
}
body {
    font-family: ApercuPro, Arial, sans-serif;
    font-size: 16px;
    color: #333333;
    overflow-x: hidden;
    position: static;
    overflow-y: auto;
}
img{
    max-width: 100%;
    height: auto!important;
}
body.no-scroll {}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: ApercuPro, Arial, sans-serif;
    font-weight: bold;
}
section {
    padding: 100px 0;
}
img{
    height: auto!important;
}
h2 {
    font-size: 42px;
    color: #523996;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}
h2.section-title {
    font-size: 100px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin: 0;
    padding: 0;
    margin-bottom:40px;
    line-height: 120px;
}
p {
    font-size: 16px;
    color: #242424;
    font-weight: normal;
    line-height: 26px;
}
a.box-button {
    display: inline-block;
    padding: 14px 50px;
    font-size: 16px;
    color: #523996;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 20px;
    border: 2px solid #523996;
    transition: all ease 0.4s;
    position: relative;
}
a.box-button:hover {
    text-decoration: none;
}
a.box-button::before {
    content: '';
    width: 12px;
    height: 12px;
    border: 2px solid #523996;
    position: absolute;
    left: -7px;
    top: 10px;
    display: block;
    background-color: #fff;
    transform: rotate(45deg);
    transition: all ease 0.4s;
}
a.box-button:hover::before {
    top: 26px;
}
a.box-button::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 2px solid #523996;
    position: absolute;
    right: -7px;
    bottom: 10px;
    display: block;
    background-color: #fff;
    transform: rotate(45deg);
    transition: all ease 0.4s;
}
a.box-button:hover::after {
    bottom: 26px;
}
a.arrow-link {
    display: inline-block;
    font-size: 22px;
    color: #523996;
    font-weight: 500;
    padding-right: 50px;
    line-height: 22px;
    background-image: url(../images/link-arrow.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) 4px;
    font-family: ApercuPro, Arial, sans-serif;
    transition: all ease 0.4s;
}
a.arrow-link:hover {
    text-decoration: none;
    background-position: calc(100% - 0px) 4px;
}
#page-header {
    position: fixed;
    left: 0px;
    right: 0px;
    top: -75px;
    height: 74px;
    width: 100%;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    color: rgb(82, 57, 150);
    background-color: rgb(255, 255, 255);
    user-select: none;
    z-index: 20;
    box-shadow: rgba(0, 0, 0, 0.14) 0px 3px 4px;
    padding: 0px 80px 0px 80px;
    transition: top 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
    z-index: 9999;
}
#page-header.sticky-head {
    top: 0;
}
#page-header .logo-blue {
    font-family: ApercuPro, Arial, sans-serif !important;
    font-size: 24px;
    color: #523996;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 2px;
    display: inline-block;
}
#menu-container {
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #523996;
    color: #fff;
    overflow: hidden;
    padding-top: 150px;
    z-index: 999;
    opacity: 0;
    transition: all ease 0.1s;
    transform: scale(0);
}
#menu-container.opened {
    right: 0;
    opacity: 1;
    transform: scale(1);
}
.head-content {
    width: 100%;
    text-align: right;
    margin-top: 8px;
}
.head-content a {
    margin: 0;
    padding: 0;
    margin-left: 40px;
    font-size: 16px;
    color: #523996;
    font-weight: bold;
    text-transform: uppercase;
    float: right;
    cursor: pointer;
}
.head-content a:hover {
    text-decoration: none;
}
.head-content a.telephone {
    color: rgb(137, 137, 137);
    font-size: 17px;
}
.menu-button .menu-icon {
    width: 26px;
    float: right;
    display: block;
    margin-left: 15px;
    margin-top: 2px;
    position: relative;
    height: 20px;
}
.menu-button .menu-icon i {
    width: 100%;
    height: 2px;
    background-color: #523996;
    display: block;
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 12px;
    transition: all ease 0.4s;
    position: absolute;
}
.menu-button .menu-icon i:first-of-type {
    position: absolute;
    left: 0;
    top: 0;
}
.menu-button .menu-icon i:first-of-type::after {
    content: '';
    width: 7px;
    height: 7px;
    background-color: #fff;
    border: 2px solid #523996;
    position: absolute;
    left: 0;
    top: -2px;
    transition: all ease 0.4s;
}
.menu-button .menu-icon i:nth-last-of-type(2) {
    top: 9px;
    left: 0;
}
.menu-button .menu-icon i:last-of-type {
    margin: 0;
    left: 0;
    bottom: 0;
    top: inherit;
}
.menu-button .menu-icon i:last-of-type::after {
    content: '';
    width: 7px;
    height: 7px;
    background-color: #fff;
    border: 2px solid #523996;
    position: absolute;
    right: 0;
    top: -2px;
    transition: all ease 0.4s;
}
.menu-button:hover .menu-icon i:first-of-type::after,
.menu-button.opened .menu-icon i:first-of-type::after {
    left: 9px;
}
.menu-button.opened .menu-icon i:first-of-type::after {
    display: none;
}
.menu-button:hover .menu-icon i:last-of-type::after,
.menu-button.opened .menu-icon i:last-of-type::after {
    right: 9px;
}
.menu-button.opened .menu-icon i:last-of-type::after {
    right: 10px;
}
.menu-button.opened .menu-icon i:nth-of-type(2) {
    opacity: 0;
}
.menu-button.opened .menu-icon i:first-of-type {
    transform: translateY(9px) rotate(45deg) translateZ(0px);
}
.menu-button.opened .menu-icon i:last-of-type {
    transform: translateY(-9px) rotate(-45deg) translateZ(0px);
}
.container {
    max-width: 960px;
}
#menu-container .nav-tabs {
    border: 0;
}
#menu-container .nav-tabs .nav-item.show .nav-link,
#menu-container .nav-tabs .nav-link.active {
    background: none;
    border: 0;
    color: #fff;
    border-bottom: 3px solid #fff;
}
#menu-container .nav-tabs .nav-link {
    padding: 5px 0;
    border: 0;
    color: #fff;
    margin: 0 50px 0 0;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
#menu-container .tab-content > .tab-pane {
    padding: 40px 0;
    width: 100%;
}
#menu-container .tab-content > .active {
    display: inline-block;
}
#menu-container .tab-content ul {
    margin: 0;
    padding: 0;
}
#menu-container .tab-content ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 50%;
    padding-right: 20px;
    float: left;
    margin-bottom: 10px;
}
#menu-container .tab-content ul li a {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
    opacity: 0.8;
    transition: all ease 0.4s;
}
#menu-container  #menu-secondary-menu li a{
    font-size:34px;
    line-height:46px;
}

#menu-container .tab-content ul li a:hover {
    opacity: 1;
    text-decoration: none;
}
#page-content {
    width: 100%;    
}
.home-hero-container {
    width: 100%;
    height: 100vh;
    position: relative;
    padding: 0;
}
.home-hero-container #hero-center-round {
    position: absolute;
    width: 2600px;
    height: 2600px;
    top: 50%;
    left: 50%;
    right: 0;
    margin-top: -1300px;
    margin-left: -1300px;
    border-radius: 100%;
    z-index: -1;
    background-color: #523996;
}
.hero-navigation {
    width: 300px;
    position: fixed;
    left: 100px;
    top: 70px;
    z-index: 2;
}
.hero-navigation ul {
    margin: 0;
    padding: 0;
    width: 100%;
}
.hero-navigation li {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    padding-right: 20px;
    float: left;
    margin-bottom: 5px;
}
.hero-navigation li a {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    opacity: 0.8;
    transition: all ease 0.4s;
}
.hero-navigation ul li a:hover {
    opacity: 1;
    text-decoration: none;
    color: #fff;
}
.hero-video-wrap {
    position: relative;
    width: 40%;
    margin: auto;
    border-radius: 100%;
    border-radius: 2000px;
    overflow: hidden!important;
    top: 70px;
}
.hero-video-wrap:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.hero-video-wrap video {
    position: absolute;
    width: auto;
    height: 100%;
    top: 0;
    left: 50%;
    right: 0;
    transform: translateX(-50%);
    margin: auto;
}
.hero-video-wrap::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9;
}
.hero-video-wrap .hero-content {
    position: absolute;
    width: 85%;
    height: 85%;
    margin: auto;
    border-radius: 100%;
    background-image: url(../images/white-pattern.png);
    background-repeat: repeat;
    background-size: 42px;
    margin: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 99;
    padding-top: 150px;
    color: #fff;
}
.hero-video-wrap .hero-content h1 {
    font-size: 60px;
    text-transform: uppercase;
}
.hero-video-wrap .hero-content p {
    font-size: 34px;
    line-height: 36px;
    font-weight: bold;
    text-transform: uppercase;
    max-width: 80%;
    margin: auto;
    display: block;
    clear: both;
    color: #fff;
}
.hero-video-wrap .hero-content button {
    background: none;
    border: 0;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    color: #fff;
}
.hero-video-wrap .hero-content button img {
    display: block;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 20px;
}
.hero-nav {
    width: 300px;
    text-align: right;
    margin-top: 0;
    position: fixed;
    right: 90px;
    top: 70px;
    z-index: 9999;
}
.hero-nav a {
    margin: 0;
    padding: 0;
    margin-left: 40px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    float: right;
    cursor: pointer;
}
.hero-nav .menu-button .menu-icon i {
    background-color: #fff;
}
.hero-nav .menu-button .menu-icon i:first-of-type::after {
    background-color: #523996;
    border-color: #fff;
}
.hero-nav .menu-button .menu-icon i:last-of-type::after {
    background-color: #523996;
    border-color: #fff;
}
.hero-nav a:hover {
    text-decoration: none;
    color: #fff;
}
.remove-fixed {
    position: absolute !important;
}
.overflow-hidden {
    overflow: hidden!important;     
    opacity: 0 !important;
}
.scroll-now {
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    bottom:35px;    
    text-align: center;
    color: #fff;
    font-size: 16px; 
    width: 23px;
    height: 34px;        
    border-radius: 13px;
    border-width: 2px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.4);
    border-image: initial;
    transition: opacity 200ms ease 0s;    
}
.scroll-now::before{
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 8px;
    width: 3px;
    height: 6px;
    background-color: rgba(255, 255, 255, 0.4);
    transform-origin: 50% 0%;
    border-radius: 2px;
    animation: 1.5s linear 0s infinite normal none running jcvtXe;
}
.scroll-now::after{
    content: "Scroll";
    display: block;
    position: absolute;
    top: 100%;
    right: -50px;
    left: -50px;
    margin-top: 11px;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    color: rgba(255, 255, 255, 0.4);
}

#videomodal.modal {
    padding: 0 !important;
    z-index: 99999;
}
#videomodal .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    max-width: 100%;
    margin: auto;
}
#videomodal .modal-dialog .modal-body {
    width: 100%;
    height: calc(100vh - 2px);
    padding: 0;
    background-color: #523996;
}
#videomodal .modal-dialog .modal-body .close {
    position: absolute;
    top: 100px;
    transform: translateY(-50%);
    right: 10px;
    color: #fff;
    opacity: 1;
    font-size: 60px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5)
}
#videomodal .modal-dialog iframe {
    width: 100% !important;
    height: 100% !important;
    border: 0;
}
#cources-section {
    width: 100%;
    display: inline-block;
    clear: both;
    margin-top: 200px;
}
#cources-section .course-box {
    width: 100%;
    padding-right: 80px;
    min-height: 500px;
    display: block;
    position: relative;
    padding-top: 180px
}
#cources-section .course-box::after {
    content: '';
    width: 0;
    height: 0;
    background-color: #523996;
    background-image: url("../images/white-pattern.png");
    background-repeat: repeat;
    background-size: 30px;
    color: #fff;
    position: absolute;
    z-index: -1;
    left: -100px;
    right: 0;
    top: -110px;
    bottom: 0;
    margin: auto;
    border-radius: 100%;
    transition: all ease 0.4s;
    opacity: 0.4;
}
#cources-section .course-box:hover::after {
    width: 550px;
    height: 550px;
    opacity: 1;
}
#cources-section .course-box:hover {
    text-decoration: none;
    color: #fff;
}
#cources-section .course-box img {
    position: absolute;
    left: 0;
    top: 0;
    transition: all ease 0.2s;
}
#cources-section .course-box img.white {
    opacity: 0;
}
#cources-section .course-box:hover img.white {
    opacity: 1;
}
#cources-section .course-box img.blue {
    opacity: 1;
}
#cources-section .course-box:hover img.blue {
    opacity: 0;
}
#cources-section .course-box h2 {
    transition: all ease 0.2s;
    font-size: 38px;
}
#cources-section .course-box:hover h2 {
    color: #fff;
}
#cources-section .course-box p {
    transition: all ease 0.2s;
}
#cources-section .course-box:hover p {
    color: #fff;
}
.advantages-section .advantage-box {
    position: relative;
    width: 750px;
    height: 750px;
    margin: auto;
}
.advantages-section .advantage-box .owl-stage-outer {
    text-align: center;
    border-radius: 100%;
    width: 750px;
    height: 750px;
    overflow: hidden;
    background-image: url(../images/black-pattern.png);
    background-repeat: repeat;
    background-size: 50px;
}
.advantages-section .advantage-box .owl-stage-outer .owl-stage {
    top: 30%;
}
.advantages-section .advantage-box .ad-content {
    position: relative;
    width: 70%;
    height: auto;
    margin: auto;
    text-align: left;
}
.advantages-section .advantage-box .ad-content img {
    width: auto;
}
.advantages-section .advantage-box .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.advantages-section .advantage-box .owl-nav .owl-prev {
    float: left;
    margin-left: -60px;
}
.advantages-section .advantage-box .owl-nav .owl-next {
    float: right;
    margin-right: -60px;
}
.advantages-section .advantage-box .owl-nav .owl-next.disabled,
.advantages-section .advantage-box .owl-nav .owl-prev.disabled {
    opacity: 0.4;
}
.advantages-section .advantage-box .owl-dots {
    bottom: 50px;
    text-align: center;
    z-index: 999;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.advantages-section  .owl-carousel button.owl-dot {
    width: 10px;
    height: 10px;
    background-color: #e2e2e2!important;
    border-radius: 100%;
    margin: 5px;
    transition: all ease 0.4s;
}
.advantages-section  .owl-carousel button.owl-dot:hover,
.advantages-section  .owl-carousel button.owl-dot.active {
    width: 15px;
    height: 15px;
    background-color: #523996!important;
}
.upcoming-events-section {
    background-color: #523996;
    color: #fff;
    padding: 100px 80px;
    background-image: url(../images/white-pattern.png);
    background-repeat: repeat;
    background-size: 40px;
}
.upcoming-events-section h2 {
    color: #fff;
}
.owl-carousel .owl-item img{
    height: auto!important;
}
.events-wrapper {
    width: 100%;
}
.events-wrapper .event-box {
    width: 100%;
    position: relative;
}
.events-wrapper .event-box .customNextBtn {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 20px;
    background: none;
    border: 0;
    background-image: url(../images/right-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    right: -60px;
    background-size: 100%;
}
.events-wrapper .owl-item:last-of-type .customNextBtn{
    display: none;
}
.events-wrapper .event-box img {
    width: 100%;
    margin-bottom: 20px;
}
.events-wrapper .event-box a {
    text-decoration: none;
    color: #fff;
}
.events-wrapper .event-box .date {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    text-decoration: none;
}
.events-wrapper .event-box h3 {
    font-size: 42px;
    color: #fff;
    text-transform: uppercase;
    line-height: 44px;
    text-decoration: none;
}
.partners-section {
    text-align: center;
}
.partners-section h2 {
    margin-bottom: 10px;
}
.partners-section p {
    font-size: 18px;
    text-align: center;
    line-height: 26px;
    max-width: 550px;
    margin: auto;
    margin-bottom: 50px;
    display: block;
}
.partner-whole-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-height: 350px;
    overflow: hidden;
    transition: all ease 1s;
}
.partner-whole-wrap.showmore {
    max-height: 4000px
}
.partner-whole-wrap .partner-box {
    width: 33.333%;
    padding: 0 30px;
    margin: 10px 0;
    text-align: center;
    position: relative;
    transition: all ease 0.4s;
    height: 150px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #fff;
}
.partner-whole-wrap .partner-box img {
    margin-bottom: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    transition: all ease 0.4s;
    max-width: 80%;
    max-height: 80px;
}
.partner-whole-wrap .partner-box img.white {
    opacity: 0;
}
.partner-whole-wrap .partner-box:hover img.black {
    opacity: 0;
}
.partner-whole-wrap .partner-box:hover img.white {
    opacity: 1;
}
.partner-whole-wrap .partner-box .type {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 10px;
    font-size: 12px;
}
.partner-whole-wrap .partner-box:hover {
    background-color: #523996;
    background-image: url("../images/white-pattern.png");
    background-repeat: repeat;
    background-size: 30px;
    color: #fff;
}
.partners-section .box-button {
    margin-top: 50px;
}
.testimonials-section {
    background-color: #523996;
    color: #fff;
    padding: 100px 80px 150px;
    background-image: url(../images/white-pattern.png);
    background-repeat: repeat;
    background-size: 40px;
}
.testimonials-section h2 {
    color: #fff;
}
.testimonials-section .testimonial-wrap .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.testimonials-section .testimonial-wrap .owl-nav .owl-prev {
    float: left;
    margin-left: -60px;
}
.testimonials-section .testimonial-wrap .owl-nav .owl-next {
    float: right;
    margin-right: -60px;
}
.testimonials-section .testimonial-wrap .owl-nav .owl-next.disabled,
.testimonials-section .testimonial-wrap .owl-nav .owl-prev.disabled {
    opacity: 0.4;
}
.testimonials-section .testimonial-wrap .owl-dots {
    bottom: -50px;
    text-align: center;
    z-index: 999;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonials-section .testimonial-wrap button.owl-dot {
    width: 10px;
    height: 10px;
    background-color: #e2e2e2;
    border-radius: 100%;
    margin: 5px;
    transition: all ease 0.4s;
}
.testimonials-section .testimonial-wrap.owl-carousel button.owl-dot:hover,
.testimonials-section .testimonial-wrap.owl-carousel button.owl-dot.active {
    width: 15px;
    height: 15px;
    background-color: #fff;
}
.testimonial p {
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    line-height: 36px;
    color: #fff;
    max-width: 80%;
    margin: auto;
    display: block;
    font-style: italic;
    margin-bottom: 30px;
}
.testimonial h4 {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}
.blog-whole-wrap {
    margin: 0 -40px;
}
.blog-whole-wrap .blog-box {
    width: calc(50% - 80px);
    margin: 0 40px;
    float: left;
}
.blog-whole-wrap .blog-box img{
    width: 100%;
    border: 10px solid #3c237f;
    margin-bottom: 20px;
    height: auto;
}
.blog-whole-wrap .blog-box h2 {
    color: #000;
}
.blog-section{
    padding-bottom: 0;
}
.blog-section .view-all {
    float: right;
    margin-top: 50px;
}
.blog-section h2{
    text-align: left;
}
.home .blog-section h2{
    text-align: center;
}

.newsletter-section {
    width: 100%;
    background-color: #523996;
    background-image: url(../images/white-pattern.png);
    background-repeat: repeat;
    background-size: 40px;
    padding: 80px 0;
    color: #fff;
    margin-top: 100px;
}
.home .newsletter-section{
    margin-top: 10px;
}
.newsletter-section h2 {
    color: #fff;
    margin-bottom: 0;
}
.newsletter-section p {
    color: #fff;
    margin: 0;
}
.newsletter-section p a{
    color: #18C139;
    text-decoration: none;
}
.newsletter-section .form-inline {
    width: 100%;
    margin-top: 10px;
}
.newsletter-section .form-inline .form-group {
    width: calc(100% - 135px);
}
.newsletter-section .form-inline .form-group .form-control {
    width: 100%;
    height: 50px;
    border-radius: 0;
    border: 0;
}
.newsletter-section .form-inline .btn-primary {
    font-size: 20px;
    line-height: 20px;
    background-color: #18c139;
    border-radius: 0;
    padding: 15px 25px;
    padding: 15px 10px;
    width: 135px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
}
#page-footer {
    background-color: #3c237f;
    text-align: center;
    color: #fff;
    padding: 0;
}
#page-footer .foot-top {
    padding: 50px 0 50px;
}
#page-footer .foot-top .foot-logo {
    margin-bottom: 10px;
}
#page-footer p {
    font-size: 16px;
    color: #fff;
    margin: 0;
    margin-bottom: 30px;
}
#page-footer ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
#page-footer ul li {
    display: inline-block;
    list-style: none;
}
#page-footer ul li a {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 0 20px;
    text-transform: uppercase;
    transition: all ease 0.4s;
    opacity: 1;
}
#page-footer ul li a:hover {
    text-decoration: none;
    opacity: 0.6;
}
#page-footer .foot-bottom {
    padding: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#page-footer .foot-bottom .social {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}
#page-footer .foot-bottom .social a {
    padding: 0 20px;
    color: #fff;
    text-transform: none;
    transition: all ease 0.4s;
}
#page-footer .foot-bottom .social a:hover {
    text-decoration: none;
    opacity: 0.6;
}
#page-footer .foot-bottom .social .custom-html-widget{
    display: inline-block;
    width: auto;
}
.education-section {
    width: 100%;
    padding: 0;
    margin: 0;
    height: calc(100vh - 100px)
}
.fullslide-wrap {
    height: 100%;
}


#pinContainer {
    width: 100%;
    height: calc(100vh - 72px);
    overflow: hidden;
    top: 72px!important;
    margin-bottom: 200px;
}



#pinContainer .panel {
    height: 100%;
    width: 100%;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
#section-wipes{
    padding: 0!important;
}



.edu-back-wrap{
    width: 600px;
    height: 600px;
    background-color: #523996;
    background-image: url(../images/white-pattern.png);
    background-repeat: repeat;
    background-size: 40px;
    border-radius: 100%;
    text-align: center;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.edu-back-wrap .edu-content-wrap{
    width: 70%;
    color: #fff;
}
.edu-back-wrap .edu-content-wrap h2{
    color: #fff;
    font-size: 60px;
}
.edu-back-wrap .edu-content-wrap h4{
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    max-width:80%;
    margin: auto;
} 
.edu-back-wrap .edu-content-wrap p{
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin-top: 20px;
}
.inner-hero-content{
    width: 100%;
    max-width:1000px;    
    margin: auto;
    text-align: center;
    color: #fff;
    position: relative;
    top:250px;    
    z-index: 3;
}
.inner-hero-content h1{
    font-size: 100px;    
    line-height: 90px;
    color: #fff;
    text-transform: uppercase;
}
.inner-hero-content p{
    max-width: 585px;
    margin: 0 auto;
    color: #c9b5ff;
    font-size: 22px;
}
.inner-hero-content img{    
    margin-top: -200px;
    opacity: 0.6;
    margin-bottom: 30px;
    margin-left: 100px;
    display: block;    
}
.logo-white{
    font-family: ApercuPro, Arial, sans-serif !important;
    font-size: 34px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: -10px;
    display: inline-block;
    transition: all ease 0.4s;    
}
.logo-white:hover{    
    text-decoration: none;
    color: #fff;
}
#pattern-round{
    width: 1000px;
    height: 1000px;
    position: absolute;
    left: -300px;
    top: -300px;
    background-image: url(../images/white-pattern.png);
    background-repeat: repeat;
    background-size: 40px;
    border-radius: 5000px;
    z-index: 0;
}
.home-hero-container.inner-page-hero #hero-center-round{
    width: 4000px;
    height: 4000px;
    left: -2000px;
    top: -2000px;
    margin: 0;
}
#program-content{
    width: 100%;
    margin-top: 200px;
    clear: both;
}
.blog-archive-wrap{
    width: 100%;    
}
.blog-archive-wrap .blog-box{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.blog-archive-wrap .blog-box .blog-image{
    width: 40%;    
}
.blog-archive-wrap .blog-box .blog-content{
    width: 60%;
    padding-left: 30px;
}
.blog-archive-wrap .blog-box .blog-content h2 a{
    color: #523996;
    text-decoration: none;
    transition: all ease 0.4s;
}
.blog-archive-wrap .blog-box .blog-content h2 a:hover{
    color: #6336cb;
}
.innerpage-normal-hero{
    width: 100%;
    height: 100vh;
    background-color: #503795;
    color: #fff;
    display: flex;
    align-items: center;
    position: relative;
}
.innerpage-normal-hero h1 {
    font-size: 100px;
    line-height: 90px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
.innerpage-normal-hero .page-subhead{
    max-width: 585px;
    margin: 0 auto;
    color: #c9b5ff;
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    margin-top: 30px;
    line-height: 34px;
}
.ip-cricle {
    width: 1000px;
    height: 1000px;
    position: absolute;
    left: -300px;
    top: -300px;
    background-image: url(../images/white-pattern.png);
    background-repeat: repeat;
    background-size: 40px;
    border-radius: 5000px;
    z-index: 0;
}
#move-down{
    position: absolute;
    width: 25px;
    height: 40px;
    background-image: url(../images/bottom-arr.png);
    background-repeat: no-repeat;
    background-size: 100%;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: auto;
    animation: MoveUpDown 1s linear infinite;
}
@keyframes MoveUpDown {
  0%, 100% {
    bottom: 20px;
  }
  50% {
    bottom: 30px;
  }
}
.innerpage-normal-hero .hero-navigation, .innerpage-normal-hero .hero-nav{
    position: absolute;
}
#hero-bottom-content{
    margin-top: 200px;
    padding-top: 100px;
}
.es_subscription_message.success{
    color: #fff;
}
.emaillist .es-field-wrap{
   width: calc(100% - 135px);
    margin: 0;
    float: left;
}
.emaillist .es-field-wrap label{
    width: 100%;
}
.emaillist .es-field-wrap br{
    display: none
}
.emaillist .es-field-wrap{
    width:calc(50% - 60px);
    float: left;
    margin-right: 10px;
}
.emaillist .es-field-wrap .es_txt_email, .emaillist .es-field-wrap input{
    width: 100%;
    height: 50px;
    border-radius: 0;
    border: 0;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;    
    width: 100%;
}
.emaillist .es_textbox_button{
    font-size:16px;
    line-height: 20px;
    background-color: #18c139;
    border-radius: 0;
    
    padding: 15px 10px;
    width: 100px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    border: 0;
    color: #fff;
    float: left;
}
.emaillist .es-field-wrap label{
    margin: 0;
}
.emaillist{
    margin-top: 13px;
}
.verloop-button{
    top: 50%!important;
    bottom: inherit!important;
    right: -35px!important;
    width: 110px!important;
    transform: rotate(270deg)!important;
    background: none!important;
    border-radius: 0!important;
    box-shadow: none!important;
    height: auto!important;
}
.verloop-livechat-logo{
    background: none!important;
    background-color: #18c139!important;
    color: #fff;
    width: 120px!important;
    border-radius: 10px 10px 0 0;
    height: auto!important;
    padding: 10px;
    text-align: center;
}
.verloop-livechat-logo:after{
    content: 'Hello Lets chat.';
    font-size: 14px;
    color: #fff;
}
.award-round{
    position: fixed;
    width: 50px;
    height: 50px;
    background-color: #fff;
    color: #523996;
    z-index: 99;
    border-radius: 1000px;
    right: 30px;
    bottom: 30px;
    
    transition: all ease 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.award-round:hover{
    width: 150px;
    height: 150px;
}
.award-round a{
    color: #523996;
    float: left;
    display: inline-block;
    font-size:50px;
    font-weight:  bold;
    text-align: center;
    line-height:25px; 
    transition: all ease 0.4s;
}
.award-round a strong{
    line-height: 30px;
    margin-top: 15px;
    display: block;
    transition: all ease 0.4s;
}
.award-round a:hover{
    text-decoration: none;
}
.award-round:hover a strong {
    margin-top: -20px;
    font-size: 90px;
}
.award-round span{
    width: 100px;
    font-size: 20px;
    margin: auto;
    text-align: center;
    line-height: 18px;
    position: absolute;
    left: 0;
    right: 0;
    top:80px;
    margin: auto;
}
#program-content{
    width: 100%;
}
#program-content h2{
    text-align: left;
}
#program-content  .duration{
     font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #15A125;
}
#program-content  .pro-intro-content p{
    font-size: 20px;
    line-height: 30px;
}
#program-content .pro-advantages ul{
    margin: 0;
    padding: 0;
}
#program-content .pro-advantages ul li{
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 15px;
}
.program-section-content{
    padding: 30px 0;
    display: inline-block;
    width: 100%;
}
h3.prog-title{
     font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #523996;
    margin-bottom: 20px;
}
.program-section-content table{
    width: 100%;
    border: 1px solid #cfcfcf;
}
.program-section-content table td, .program-section-content table th{
    border: 1px solid #cfcfcf;
    text-align: left!important;
    padding: 5px 10px;
}
#faqaccordion .card{
    border-radius: 0;
}
#faqaccordion .card-header{
    padding: 0;
    border-radius: 0;
}
#faqaccordion .card-header .btn-link{
    float: left;
    padding: 10px 60px 10px 15px;
    width: 100%;
    text-align: left;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    position: relative;
}
#faqaccordion .card-header .btn-link::after{
    content: '';
    width: 15px;
    height: 3px;
    background-color: #523996;
    position: absolute;
    right: 24px;
    top: 23px;    
}
#faqaccordion .card-header .btn-link::before{
    opacity: 0;
}
#faqaccordion .card-header .btn-link.collapsed::after{
    content: '';
    width: 15px;
    height: 3px;
    background-color: #523996;
    position: absolute;
    right: 24px;
    top: 23px;    
}
#faqaccordion .card-header .btn-link.collapsed::before{
    content:'';
    width: 3px;
    height: 15px;
    background-color: #523996;
    position: absolute;
    right: 30px;
    top: 17px;
    opacity: 1;
    transition: all ease 0.4s;
}



#faqaccordion .card-header .btn-link:hover,
#faqaccordion .card-header .btn-link:focus{
    text-decoration: none;
}

.course-info{
    width: 100%;
    
}
.course-info {
    margin: 0;
    padding: 0;    
}
.course-info li{
    padding: 0;
    margin: 0;
    list-style: none;
}
.course-info li p{
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: #15A125;
}
.course-info li h4{
    margin-bottom: 25px;
}
.apply-button{
    width: 100%;
    max-width: 400px;
    text-align: center;
    border-radius: 0;
    border: 0;
    background-color: #15A125;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 10px;
    font-size: 20px;
    transition: all ease 0.4s
}
.apply-button:hover{
    background-color: #188723;
    color: #fff;
}

.apply-program-box{
    width: 100%;
    max-width: 600px;
    height: 600px;
    margin: auto;
    border-radius: 100%;
    background-image: url(../images/black-pattern.png);
    background-repeat: repeat;
    background-size: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.apply-program-box h3{
    font-size: 60px;
    color: #18C139;
    
}
.apply-program-box a{
    width: 250px;
    height: 250px;
    background-color: #523996;
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    padding-top: 110px;
    transition: all ease 0.4s
}
.apply-program-box a:hover{
    background-color:  #18C139;
    text-decoration: none;
}
.admission-content{
    text-align: center
}
.admission-content p{
    font-size: 24px;
    line-height: 32px;
}
.admission-content img{
    width: 100%;
    margin-top: 30px;
}
.admission-content h2{
    margin-top: 50px;
}
.admission-form{
    margin-top: 100px;
}
form.wpcf7-form label{
    font-size: 20px;
    font-weight: bold;
}
form.wpcf7-form  p{
    display: inline-block;
    width: 100%;
}
.wpcf7-not-valid-tip{
    margin-top: -10px;
}
.wpcf7-form-control     {
    width: 100%;
    height: 50px;
    font-size: 20px;
    margin-bottom: 20px;
    padding: 0 15px;
}
textarea.wpcf7-form-control{
    height: 150px;
    padding-top: 15px;
}
.wpcf7-form-control.wpcf7-submit{
    width: 100%;
    max-width: 300px;
    padding: 15px 10px;
    background-color: #3C237F;
    color: #ff;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    height: auto;
    border: 0;
    float: right;
    transition: all ease 0.4s;
}
.wpcf7-form-control.wpcf7-submit:hover{
    background-color: #18c139;
}
form .wpcf7-validation-errors{
    background-color: #F41B2D;
    margin: 0;
    color: #fff;
    border:0 ;
    padding:10px 20px;    
        
}
form .wpcf7-mail-sent-ok{
     background-color: #55A865;
    margin: 0;
    color: #fff;
    border:0 ;
    padding:10px 20px;    
}
.entry-header{
    display: none;
}
.entry-content{
    
}
.contact-info{
    margin-bottom: 40px;
}
.contact-info .phone-no{
    font-size: 20px;
    font-weight: bold;
}
.contact-info .email a{
    font-size: 20px;
    font-weight: bold;
    color: #18c139;
    transition: all ease 0.4s;
}
.contact-info .email a:hover{
    text-decoration: none;
    color: #333;
}
.blog-subcontent{
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 50px;
}
.blog-img{
    width: 100%;
    margin-bottom: 50px;
}
.blog-img img{width: 100%;}
.blog-content-wrap p{
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
}
.share-post{
    text-align: center;
}
.share-program{
    margin-top: 30px;
    text-align: left;
}
.share-program .heateor_sss_sharing_ul{
    text-align: left!important
}
.table-responsive table{
    min-width: 500px;
}
.program-head-content{
    text-align: center;
    padding-bottom:200px;
    display: inline-block;
    width: 100%;
}
.program-head-content .btn-default{
    clear: both;
    display: inline-block;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: rgb(82, 57, 150);
    cursor: pointer;
    padding: 16px 24px;
    border-radius: 61px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(82, 57, 150);
    border-image: initial;
    transition: background-color 350ms ease 0s, color 350ms ease 0s;
    margin:15px 15px;
    width: 100%;
    max-width: 240px;
    min-height: 70px;
    vertical-align: top;
}
.program-head-content .btn-default:first-of-type{
    padding-top: 27px;
}
.program-head-content .btn-default:hover{
    background-color: rgb(82, 57, 150);
    color: #fff;
    text-decoration: none;
}
.program-head-content .btn-default span{
    display: block;
    text-align: center;
    width: 100%;
    font-size: 12px;
    text-transform: none;
    margin-top: 5px;
}
.course-finder-tab{
    margin-top:40px;
    margin-bottom: 100px;
}
.nav-tabs{
    margin-bottom: 50px;
}
.course-finder-box{
    text-align: left;
    display: inline-block;
    padding: 20px 20px 20px 0;
    width: 100%;
    height: 100%;
    transition: all ease 0.4s;
}
.course-finder-box:hover h2{
   color: #333;
}
.course-finder-box:hover  img{
    transform: scale(1.1)
}
.course-finder-box img{
    width: 120px;
    margin-bottom: 20px;
    transition: all ease 0.4s;
}
.course-finder-box h2{
    font-size: 20px;
    text-align: left;
    transition: all ease 0.4s;
}
.course-finder-box p{
    font-size: 16px;
    line-height: 22px;
}
.course-finder-box:hover{
    text-decoration: none;
}

.nav-tabs .nav-item.show .nav-link,  .nav-tabs .nav-link, .nav-tabs{
    border: 0;
    font-size: 24px;
    text-transform: uppercase;
    color: #523996;
    font-weight: bold;
    padding: 0;
    text-align: left;
    padding: 10px 30px 10px 0; 
    background: none!important;
    margin-right: 20px;
    
}
.nav-tabs .nav-link.active{
    border-bottom: 3px solid #523996
}
.wearehere .admission-form{
    margin-top: 0;
}
.wearehere form.wpcf7-form label{
    font-size: 17px;
}
.wearehere .wpcf7-form-control{
    font-size: 15px;
    height: 40px;
    padding: 0 10px;
    margin-bottom:10px;
}
.wearehere textarea.wpcf7-form-control{
    height: 100px;
}
.wearehere .wpcf7-form-control.wpcf7-submit{
    max-width: 150px;
}
.wearehere br{
    display: none!important;
}
.whoare-content p{
    font-size: 20px;
    line-height: 30px;
}
.whoare-content ul {
    margin: 0;
    padding: 0;    
}
.enterprise-content .tab-content{
    margin-bottom: 30px;
}
.whoare-content li{
    list-style: none;
    font-size:18px;
    line-height: 22px;
    padding-left: 30px;
    background-image: url(../images/link-arrow.png);
    background-repeat: no-repeat;
    background-position: left 5px;
    background-size: 20px;
    margin-bottom: 15px;
}
.enterprise-content{padding-top: 70px;}

.enterprise-content .nav-tabs{
    margin: 0;
    padding: 0;
    margin-bottom: 0;
}
.enterprise-content  .tab-content{
        padding: 20px 0;
    border: 1px solid #cfcfcf;
    border-left: 0;
    border-right: 0;
}
.intro-big-content p{
    font-size: 24px!important;
    line-height: 34px!important;
}
#menu-container .nav-tabs{
    padding-right: 0;
    margin-right: 0!important;
    margin-bottom: 0;
}
.white-arrow-left{
    width: 40px;
    height: 60px;
    background-size:auto 100%;
    background-image: url(../images/white-arrow-left.png);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}
.white-arrow-right{
    width: 40px;
    height: 60px;
    background-size:auto 100%;
    background-image: url(../images/white-arrow-right.png);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}

.blue-arrow-left{
    width: 40px;
    height: 60px;
    background-size:auto 100%;
    background-image: url(../images/blue-arrow-left.png);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}
.blue-arrow-right{
    width: 40px;
    height: 60px;
    background-size:auto 100%;
    background-image: url(../images/blue-arrow-right.png);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}

@media screen and (max-width:1600px){
    .hero-video-wrap{
        width: 38%;
    }
}
@media screen and (max-width:1300px){
    .hero-video-wrap .hero-content{
        padding-top: 85px;
    }
    .hero-video-wrap .hero-content h1{
        font-size: 50px;
    }
}
@media screen and (max-width:1024px){
    .hero-navigation, .hero-nav{
        display: none;
    }
    #page-header{
        top: -1px;
        padding: 0 30px;
        background-color: #523996;
        color: #fff;
        border: 0;
        box-shadow: none;
    }
    #page-header .logo-blue, .head-content a.telephone, .head-content a{
        color: #fff;
    }
    .head-content a.telephone{
        display: none;
    }
    .menu-button .menu-icon i{
        background-color: #fff;
    }
    .hero-video-wrap{
        width: 70%;
        top: 50%;
        margin-top:-35%;
    }
    .home-hero-container .container-fluid, .home-hero-container .row, .home-hero-container .col-md-12{
        height: 100vh;
    }
    .hero-video-wrap .hero-content{
        padding-top: 80px;
    }
    .hero-video-wrap .hero-content h1{
        font-size: 50px;
    }
    .hero-video-wrap .hero-content p{
        font-size: 28px;
    }
    h2{
        font-size: 36px;
        line-height: 40px;
    }
    .edu-back-wrap .edu-content-wrap h2{
        font-size: 50px;
    }
    .edu-back-wrap .edu-content-wrap h4{
        font-size: 20px;
    }
    .edu-back-wrap .edu-content-wrap p{
        font-size: 16px;
        line-height:20px;
    }
    h2.section-title{
        font-size:80px;
        line-height: 90px;
    }
    .events-wrapper .event-box h3{
        font-size: 30px;
        line-height: 36px;
    }
    .events-wrapper .event-box .date{
        font-size: 18px;
    }
    .partners-section p{
        font-size: 16px;
    }
    .testimonial p{
        font-size: 20px;
        line-height: 30px;
    }
    .testimonial h4{
        font-size:24px;
    }
    a.arrow-link{
        font-size: 20px;
        background-size: 24px;
    }
    .newsletter-section{
        padding: 50px 0;
    }
    section{
        padding: 70px 0;
    }
    #page-footer ul li a{
        font-size: 16px;
        padding: 0 12px;
    }
    #page-footer .foot-bottom .social a{
        padding: 0 10px;
    }
    .advantages-section .advantage-box .owl-stage-outer, .advantages-section .advantage-box{
        width: 600px;
        height: 600px;
        margin: auto;
    }
    .advantages-section .advantage-box .owl-stage-outer .owl-stage{
        top: 24%;
    }
    .advantages-section .advantage-box .ad-content img{
        width: 35px;
        margin-bottom: 10px;
    }
    #menu-container{
        padding: 150px 30px 0;
    }
    .container{
        padding: 0 20px;
    }
    .upcoming-events-section{
        padding: 70px 30px;
    }
    .blog-whole-wrap{
        margin: 0 -20px;
    }
     #menu-container .tab-content ul li a{
        font-size: 20px;
        line-height: 24px;
    }
    .hero-video-wrap {
        background-image: url(../images/video-back.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .hero-video-wrap video{
        display: none;
    }
    .home-hero-container.inner-page-hero #hero-center-round{
        width: 3000px;
        height: 3000px;
        left: -1500px;
        top: -1500px;
        margin: 0;
    }
   
    .inner-hero-content{
        max-width: 630px;
        top: 350px;
    }
    .inner-hero-content h1{
        font-size: 80px;
    }
    #menu-container  #menu-secondary-menu li a{
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link, .nav-tabs{
        font-size: 20px;
        padding-right: 10px;
    }
}


@media screen and (max-width:767px){
    #page-header{
        padding: 0;
    }
    .head-content a.login{
        display: none;
    }
    .head-content{
        margin-top: 4px;
    }
    #page-header .logo-blue{
        font-size: 18px;
    }
     #menu-container .tab-content ul li a{
        font-size: 18px;
        line-height: 22px;
    }
    #menu-container{
        padding: 80px 0;
    }
    .edu-back-wrap{
        width: 400px;
        height: 400px;    
    }
    .edu-back-wrap .edu-content-wrap img{
        width: 70px;
        margin-bottom: 10px
    }
    .edu-back-wrap .edu-content-wrap h2{
        font-size: 40px;
    }
    .edu-back-wrap .edu-content-wrap h4{
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 5px;
    }
    .edu-back-wrap .edu-content-wrap p{
        margin: 0;
        font-size: 14px;
    }
    
    .advantages-section .advantage-box .owl-stage-outer{
        width:100%;
        height: auto;
    }
    .advantages-section .advantage-box{
        width: calc(100% - 100px);
        height: auto;
    }
    .advantages-section .advantage-box .owl-stage-outer{
        
        border-radius: 0;
    }
    .advantages-section .advantage-box .owl-stage-outer .owl-stage{
        top: 0;
    }
    .advantages-section .advantage-box .owl-dots{
        bottom: 0;
    }
    #menu-container{
        overflow: auto;
    }
    .advantages-section .advantage-box .ad-content{
        width:100%;
    }
    .owl-nav .owl-prev img, .owl-nav .owl-next img{
        width:30px;
    }
    h2.section-title{
        font-size: 55px;
        line-height: 65px;
        margin-bottom: 20px;
    }
    #cources-section .course-box    {
        width:70%;
        margin: auto;
        padding-right: 0;
    }
    #cources-section .course-box::after{
        left: -70px;
    }
    .inner-hero-content h1{
        font-size: 70px;
    }
    .home-hero-container.inner-page-hero #hero-center-round{
        width: 2000px;
        height: 2000px;
        left: -1000px;
        top: -1000px;
        margin: 0;
    }
    #pattern-round{
        width: 500px;
        height: 500px;
        position: absolute;
        left: -200px;
        top: -200px;
    }
    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link, .nav-tabs{
        font-size: 20px;
        padding-right: 0px;
    }
}

@media screen and (max-width:640px){
    .hero-video-wrap{
        width: 100%;
        margin-top: -62%;
    }
    .hero-video-wrap .hero-content{
        padding-top: 20px;
    }

    .hero-video-wrap .hero-content h1{
        font-size: 34px;
        line-height: 40px;
    }
    .hero-video-wrap .hero-content p{
        font-size: 22px;
        line-height:24px;
    }
    .hero-video-wrap .hero-content button img{
        width: 40px;
    }
    .hero-video-wrap .hero-content button{
        font-size: 17PX;
    }
    #cources-section .course-box{
        width: 100%;
    }
    h2{
        font-size: 32px;
    }
    .edu-back-wrap{
        width:280px;
        height: 280px;
        
    }
    .edu-back-wrap .edu-content-wrap p{
        display: none;
    }
    .edu-back-wrap .edu-content-wrap h2{
        font-size: 30px;
        margin-bottom: 5px;
    }
    .edu-back-wrap .edu-content-wrap img{
        margin-bottom: 10px;
        width: 60px;
    }
    h2.section-title{
        font-size: 40px;
        line-height: 45px;
    }
    .owl-nav .owl-prev img, .owl-nav .owl-next img{
        width: 25px;
    }
    .advantages-section .advantage-box{
        width: calc(100% - 60px);
    }
    .advantages-section h2.section-title{
        margin-bottom: 70px;
    }
    .advantages-section .advantage-box .owl-nav .owl-next{
        margin-right: -40px;
    }
    .advantages-section .advantage-box .owl-nav .owl-prev{
        margin-left: -40px;
    }
    .partner-whole-wrap .partner-box{
        width: 100%;
    }
    .testimonials-section{
        padding: 70px 0px 100px
    }
    .blog-whole-wrap .blog-box{
        width: 100%;
        padding: 0 20px;;
        margin: 0;
    }
    .newsletter-section .form-inline .form-group{
        width: 100%;
    }
    #page-footer ul li{
        width: 100%;
        text-align: center;
    }
    #menu-container .tab-content ul li{
        width: 100%;
    }
    .blog-whole-wrap .blog-box{
        margin-bottom: 40px;
    }
    
    .emaillist .es-field-wrap{
        width: 100%;
    }
    .blog-archive-wrap .blog-box .blog-image{
        width: 100%;
        margin-bottom: 40px;
    }
    .blog-archive-wrap .blog-box .blog-image img{
        width: 100%;
    }
    .blog-archive-wrap .blog-box .blog-content{
        padding: 0;
        width: 100%;
    }
    .inner-hero-content h1{
        font-size: 50px;
    }
    .inner-hero-content p{
        font-size: 18px;
        line-height: 24px;
    }
    .inner-hero-content{
        top: 200px;
    }
    .apply-program-box h3{
        font-size: 40px;
    }
    .apply-program-box a{
        font-size: 20px;
        width: 200px;
        height: 200px;        
        padding: 15px;
        padding-top:70px;
    }
    .apply-program-box{
        height: 430px;
    }
    .emaillist .es-field-wrap .es_txt_email{
        margin-bottom: 20px;
    }
    #program-content .duration{
        font-size: 24px;
    }
    .admission-content p{
        font-size: 20px;
        line-height: 26px;
    }
    .newsletter-section{
        margin-top: 40px;
    }
    .verloop-button{
        top: inherit!important;
        bottom: -2px!important;
        transform: none!important;
        right:2px!important
    }
    .award-round{
        right: inherit;
        left: 10px;
        bottom: 10px;
    }
    #menu-container  #menu-secondary-menu li a{
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .emaillist .es-field-wrap{
        margin-top: 15px;
    }
    .wearehere .admission-form{
        margin-top: 60px;
    }
    h3{
        font-size: 22px;
    }
    .whoare-content p{
        font-size: 18px;
        line-height: 26px;
    }
    .intro-big-content p{
        font-size: 18px!important;
        line-height: 24px!important;
    }
    .white-arrow-left{
        width: 30px;
        height: 40px;       
    }
    .white-arrow-right{
        width: 30px;
        height: 40px;       
    }

    .blue-arrow-left{
        width: 30px;
        height: 40px;       
    }
    .blue-arrow-right{
        width: 30px;
        height: 40px;        
    }
}
@media screen and (max-width:480px){
    .inner-hero-content h1{
        font-size: 40px;
        line-height: 45px;
    }
    .inner-hero-content img{
        width:100px;
        margin-top: -100px
    }
    
}

