@import url(../css/bootstrap.min.css);
@import url(../css/animate.css);
@import url(../css/lightbox.min.css);
@import url(../css/owl.carousel.min.css);
@import url(../css/font-awesome.min.css);
@font-face {
    font-family: 'Open Sans', sans-serif;
    src: url('../fonts/open-sans/OpenSans-bold.ttf'), url('../fonts/open-sans/OpenSans-BoldItalic.ttf'), url('../fonts/open-sans/OpenSans-ExtraBoldItalic.ttf'), url('../fonts/open-sans/OpenSans-Italic.ttf'), url('../fonts/open-sans/OpenSans-Light.ttf'), url('../fonts/open-sans/OpenSans-LightItalic.ttf'), url('../fonts/open-sans/OpenSans-Regular.ttf'), url('../fonts/open-sans/OpenSans-Semibold.ttf'), url('../fonts/open-sans/OpenSans-SemiboldItalic.ttf'), ;
}

@font-face {
    font-family: 'Poppins', sans-serif;
    src: url('https://fonts.googleapis.com/css?family=Poppins:100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap')
}

body {
    font-family: 'Open Sans', sans-serif;
    /* font-family: 'Poppins', sans-serif; */
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
}

p {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

figure {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
}

a {
    text-decoration: none;
    color: #fff;
    transition: 0.3s ease all;
}

a:hover {
    color: #fff;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.top-head {
    background: #00913e;
    position: relative;
    padding: 10px 0;
    transition: 0.5s ease all;
}

.top-left li {
    display: inline-block;
    margin: 0 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

.top-left li i {
    margin-right: 5px;
}

.top-head-right {
    position: relative;
    float: right;
    padding: 5px 0;
    background: #fdc307;
}

.top-head-right li {
    float: left;
    margin: 0 3px;
}

.top-head-right li a {
    display: block;
    padding: 3px 15px;
    border-radius: 40px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

.top-head-right::after {
    position: absolute;
    content: '';
    top: 0px;
    left: -49px;
    border-top: 39px solid #febe28;
    border-left: 44px solid transparent;
}

.top-head-right li:first-child a {
    background: #000000;
}

.top-head-right li:nth-child(2) a {
    background: #3c0062;
    color: #f39208;
}

.top-head-right li:nth-child(3) a {
    background: #620000;
}

.top-head-right li:nth-child(4) a {
    background: #624c05;
}

.top-head-right li:nth-child(5) a {
    background: red;
}

.top-head-right li:last-child a {
    color: #0c0707;
    font-size: 16px;
    font-weight: 600;
}

.top-head-right li a img {
    margin-right: 5px;
}

.secondary-nav {
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, rgba(253, 195, 7, 1) 50%, rgba(253, 195, 7, 1) 100%);
    margin-top: -21px;
    position: relative;
    z-index: 2;
}
.sticky .secondary-nav{
    margin-top: -42px;
}

ul.nav li.nav-item:nth-child(6) .dropdown-menu-right {
    right: 0;
    left: auto;
}

.blank-space {
    margin-top: 153px;
}

.sticky .top-head {
    margin-top: -44px;
}

.sticky .main-head {
    padding: 0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    background: rgba(255, 255, 255, 0.98);
}


/* #yt-widget .yt-button {
    height: 28px !important;
}

#yt-widget .yt-wrapper_align_right {
    display: none;
} */

.select2-dropdown {
    width: 130px !important;
}

.select2-container--default .select2-selection--single {
    /*border: 1px solid #00913e;*/
      border: 1px solid #E6B302;
    padding: 2px;
    border-radius: 10px;
    font-size: 14px;
    text-transform: uppercase;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #424242;
    line-height: inherit;
}


/* top head section ends */


/* main head section starts */

.navbar {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.navbar-brand img {
    height: 65px;
    width: auto;
    transition: 0.5s ease all;
}

.sticky .navbar-brand img {
    height: 50px;
    width: auto;
}

.sticky .navbar-light .navbar-nav .nav-link {
    font-size: 12px;
}

.main-head {
    padding: 20px 0 0 0;
    background: #fff;
}

.sticky .learn-menu-wrapper {
    padding-top: 12px;
}

.dropdown-menu {
    transform-origin: 50% 0;
    transform: rotateX(-90deg);
    transition: 0.3s ease all;
    transform: scaleY(0);
    display: initial;
    /* background: #fff; */
    /* box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); */
    border: none;
    border-radius: 0;
    padding: 18px 0 0 0;
    margin: 0;
    background: transparent;
}

.sub-menu-right {
    left: auto !important;
    right: 0 !important;
}

.dropdown:hover .dropdown-menu {
    transform: scaleY(1);
}

.dropdown-item {
    color: #424242;
    transition: 0.5s ease all;
    /* text-transform: uppercase; */
    transition: 0.5s ease all;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.dropdown-item:hover {
    color: #fff;
    background: #00913e;
}

.sticky .dropdown-item {
    font-size: 16px;
    padding: 5px 25px;
}

.navbar-light .navbar-nav {
    display: flex;
    align-items: center;
}

.sticky .dropdown-menu {
    padding: 11px 0 0 0;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #00913e;
}

.navbar-light .navbar-nav .nav-link {
    color: #525252;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    transition: 0.3s ease all;
    display: flex;
    align-items: center;
}

.navbar-light .navbar-nav .nav-link i {
    font-size: 20px;
}

.dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: fontawesome;
    top: 0;
    font-size: 25px;
    margin-left: 5px;
}

.dropdown .dropdown-menu-right {
    left: 0;
    right: auto;
}

.dropdown:last-child {
    left: auto;
    right: 0;
}

.top-menu-bar {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 22;
    transition: 500ms;
    display: none;
}

span.menu-line {
    display: block;
    width: 40px;
    height: 1px;
    background: #ffffff;
    margin: 9px 0;
    transition: 500ms;
}

.top-menu-bar.active {
    top: 11px;
}

.top-menu-bar.active span.menu-line:nth-child(2) {
    opacity: 0;
}

.top-menu-bar.active span.menu-line:nth-child(1) {
    transform: rotate(45deg);
}

.top-menu-bar.active span.menu-line:nth-child(3) {
    transform: rotate(-45deg);
    margin-top: -19px;
}

.navbar-toggler {
    outline: none;
    transition: 500ms ease all;
}

.navbar-toggler:focus {
    outline: none;
}

.navbar-toggler.active span.main-menu-line:nth-child(2) {
    opacity: 0;
}

.navbar-toggler.active span.main-menu-line:nth-child(1) {
    transform: rotate(45deg);
}

.navbar-toggler.active span.main-menu-line:nth-child(3) {
    transform: rotate(-45deg);
    margin-top: -19px;
}

button.navbar-toggler.active {
    margin-top: 10px;
}

.navbar-toggler {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 22;
}

.navbar-toggler .main-menu-line {
    display: block;
    width: 40px;
    height: 1px;
    background: #000000;
    margin: 9px 0;
    transition: 500ms;
}

.secondary-top-nav {
    display: none;
}

.learn-menu-wrapper {
    margin-left: -60%;
    width: 100%;
}

.dropdown:hover .learn-menu-wrapper {
    width: 100%;
}

.learn-menu-wrapper {
    position: absolute;
    top: 0;
    left: 30%;
    /* width: 550px; */
    /* background: rgba(255, 255, 255, 0.98); */
    z-index: 999;
    padding: 19px 15px;
}

.back_div {
    border-bottom: 3px solid #fcc60c;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    background: rgba(255, 255, 255, 0.98);
    padding: 40px 15px;
}

.learn-sub-menu {
    transform-origin: 50% 0;
    transform: rotateX(-90deg);
    transition: 0.3s ease all;
    transform: scaleY(0);
    display: initial;
    margin-left: -60%;
    width: 100%;
    z-index: 9;
}

.sub_menu {
    background: #fff;
}

.dropdown:hover .learn-sub-menu {
    transform: scaleY(1);
    width: 100%;
}

.learn-nav {
    width: 750px !important;
    position: absolute;
    left: 0;
    width: 100%;
}

.learn-menu-wrapper h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.learn-menu-wrapper p {
    margin-bottom: 10px;
}

.learn-menu-list {
    margin-bottom: 20px;
}

.learn-list-one {
    height: 100%;
}

.learn-list-one ul {
    padding-left: 0;
}

.learn-list-one .dropdown-item {
    padding-left: 0;
}

.learn-menu-list li {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.26);
    padding: 8px 0 8px 15px;
}

.learn-list-one {
    border-left: 2px solid #00913e;
}

.learn-list-one h4 a {
    font-size: 17px;
    color: #444;
}

.learn-list-one h4 {
    font-size: 17px;
    margin-bottom: 10px;
    padding-left: 10px;
}

.learn-list-one a {
    color: #004e8f;
    font-size: 12px;
    text-decoration: none;
    font-weight: 500;
    /*color: #424242;*/
    transition: 0.5s ease all;
    text-transform: uppercase;
    transition: 0.5s ease all;
}

.learn-list-one a:hover {
    color: #00913e;
    background: transparent;
}

.book-btn {
    color: #fff;
    background: #3c0062;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 40px;
    transition: 0.3s ease all;
}

.book-btn:hover {
    text-decoration: none;
    background: #00913e;
}

#yt-widget.yt-state_mobile * {
    font-size: 12px !important;
}

#yt-widget .yt-button {
    border: none !important;
}


/*
.navbar-collapse {
    display: block;
    left: -100%;
    position: absolute;
    transition: 500ms ease all;
}

.navbar-collapse .active {
    left: 0;
    display: block;
} */


/* header section ends */


/* main slider section starts */

.slider-wrapper {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 550px;
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    margin: 0;
    background: #ECF0F1;
    border-radius: 0;
    color: #E74C3C;
    cursor: pointer;
    position: absolute;
    bottom: 200px;
    z-index: 999;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 50%;
    display: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    width: 40px;
    height: 40px;
}


/* .owl-carousel .owl-nav button.owl-next {
    position: absolute;
} */

.owl-carousel:hover .owl-nav button.owl-next {
    right: 10px;
    display: block;
}

.owl-carousel:hover .owl-nav button.owl-prev {
    left: 10px;
    display: block;
}

.owl-next span,
.owl-prev span {
    color: #e18d25;
    font-size: 30px;
}

.owl-next span,
.owl-prev span {
    color: #e18d25;
    font-size: 30px;
}


/* .main-slider {

    position: relative;
} */

.slider-content-link-wrap {
    display: block;
    background: none !important;
    border: none !important;
}

.slider-content-link-wrap:hover {
    text-decoration: none;
}

.slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slider-overlay img {
    height: 100%;
    width: 100%;
}

.slider-content {
    position: relative;
    z-index: 1;
    text-align: center;
}

.slider-content h1,
.slider-content p {
    color: #fff;
}

.slider-content h1 {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.slider-content p {
    font-size: 22px;
    font-weight: 600;
    text-transform: initial;
    max-width: 700px;
    margin: 30px auto 30px auto;
    line-height: 35px;
    /*text-shadow: 0px 1px 2px #b5a1a1;*/
}
@media screen and (max-width:768px) {
    .slider-content p {
        line-height: 20px;
    }
}
.slider-content a {
    color: #fff;
    padding: 7px 45px;
    border-radius: 40px;
    border: 1px solid #fff;
    transition: 0.3se ease all;
    margin-top: 85px;
}

.slider-content a:hover {
    color: #fff;
    background: #004d8e;
    border-color: #004d8e;
}


/* main slider section ends */


/* popular sourses section starts */

.welcome-sec,
.popular-course {
    padding: 54px 0;
}

.title-wrapper {
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 54px;
}

.title-wrapper h2 {
    color: #030303;
    font-size: 24px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    padding: 10px 0;
    text-transform: uppercase;
}

.title-wrapper h2::before {
    content: "";
    height: 3px;
    width: 97px;
    background: #fdc307;
    top: 0;
    right: 0;
    position: absolute;
}

.title-wrapper h2::after {
    content: "";
    height: 3px;
    width: 103px;
    background: #fdc307;
    bottom: 0;
    left: 0;
    position: absolute;
}

.courses-wrap figure {
    height: 180px;
    display: flex;
    align-items: flex-end;
}

.course-title {
    display: flex;
    width: 100%;
    background: #3d1b69;
    color: #fff;
    align-items: center;
    justify-content: space-between;
}

.course-title h3 {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    padding-left: 5px;
}

.course-title a {
    color: #fff;
    background: #f9c446;
    border-radius: 0;
    position: relative;
    transition: 0.3s ease all;
    font-weight: 600;
    font-size: 14px;
}

.course-title a::before {
    position: absolute;
    content: '';
    top: -1px;
    left: -33px;
    border-top: 36px solid #febe28;
    border-left: 33px solid transparent;
    transition: 0.3s ease all;
}

.course-title a:hover {
    color: #fff;
    background: #00913e;
}

.course-title a:hover::before {
    border-top-color: #00913e;
}

.course-content {
    padding: 10px;
    background-color: #fdfcf5;
}

.course-content p {
    max-height: 74px;
    overflow: hidden;
    margin-bottom: 15px;
}

.course-detail {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.course-detail p {
    color: #3d0068;
    font-size: 16px;
    font-weight: 600;
    margin: 5px;
}

.course-detail p span {
    font-weight: 400;
    color: #7b7b7a;
    font-size: 14px;
}

.course-detail a {
    background: #3d0068;
    padding: 6px 20px;
    border-radius: 10px;
    font-size: 14px;
    transition: 0.3s ease all;
}

.course-detail a:hover {
    background: #00913e;
    text-decoration: none;
}

.courses-wrap {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.btn1 {
    background: #3c0062;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0;
    margin: 0 auto;
    display: block;
    margin-top: 39px;
    font-size: 16px;
    max-width: 250px;
}

.btn1:hover {
    text-decoration: none;
    background: #00913e;
    color: #fff;
}


/* popular courses section ends */


/* welcome section starts */

.welcome-title {
    text-align: left;
    margin: 0;
    margin-bottom: 15px;
    padding: 0 15px;
}

.welcome-title h2 {
    color: #3d0068;
    padding: 20px 0;
    font-weight: 700;
    text-align: left;
    text-transform: initial;
}

.welcome-title h2::before {
    width: 79px;
}

.welcome-title h2::after {
    width: 112px;
}

.welcome-content p {
    font-size: 16px;
    line-height: 30px;
}

.welcome-content p a {
    color: #6609a7;
    margin-left: 5px;
}

.welcome-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 264px;
}

.welcome-alignment {
    align-items: center;
}


/* welcome section ends */
/* why haouat-partner starts */
/* General Styles */
body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
}

.partners-section {
    text-align: center;
    padding: 60px 20px;
    background-color: #ffffff;
}

.section-title {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 40px;
    position: relative;
}

.section-title::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background-color: #007BFF;
    margin: 10px auto 30px;
}

.partners-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}
.partner-image{
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 264px;
}
.partner-card {
    background-color: #f4f4f4;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    max-width: 1140px;
    text-align: center;
    padding: 20px;
}

.partner-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.partner-logo {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 15px;
    transition: transform 0.3s ease-in-out;
}

.partner-card:hover .partner-logo {
    transform: scale(1.1);
}

.partner-info h3 {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 10px;
    margin-top: 10px;
}
.partner-info{
    margin: 0 10px;
}

.partner-info p {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.6;
}


/* why study section starts */

.why-study-sec {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0;
}

.study-title h2 {
    color: #3c0062;
    font-weight: 700;
    padding: 15px 0;
}

.study-title h2::before {
    left: 0;
    width: 137px;
}

.study-title h2::after {
    right: 0;
    left: auto;
    width: 166px;
}

.learning-wrap {
    text-align: left;
    margin: 0 auto;
    /* max-width: 750px; */
    margin: 0 auto;
}

.m_a_auto {
    margin: 0 auto;
}

.learning-wrap li {
    list-style-type: disc !important;
    display: inline-block;
    margin: 20px;
    text-align: left;
    position: relative;
}

.learning-wrap li a {
    color: #333333;
    font-size: 18px;
    font-weight: 600;
}

@media(max-width:1140px) {
    .learning-wrap li a {
        font-size: 15px;
    }
}

.learning-wrap li::before {
    content: "";
    position: absolute;
    left: -16px;
    top: 9px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fdc307;
}


/* why study section ends */


/* testimonial section starts */

.testimonial-sec {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    position: relative;
    margin-top: 35px;
    padding: 90px 0;
}

.testimonial-sec::before {
    content: "";
    position: absolute;
    background: rgba(40, 53, 147, .7);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.title-wrap {
    position: relative;
    margin: 0 auto;
    margin-bottom: 40px;
}

.testimonial-title h2 {
    color: #fff !important;
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
}

.slider-image-side {
    width: 30%;
}

.slider-image-side figure {
    height: 189px;
    width: 189px;
    border-radius: 50%;
    margin: 0 auto;
    border: 10px solid #fff;
    position: relative;
}

.slider-image-side figure::before {
    content: "";
    position: absolute;
    top: 8px;
    transform: rotate(54deg);
    right: -37px;
    z-index: -1;
    border-left: 32px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 50px solid #fff;
}

.testimonial-slider-wrapper {
    display: flex;
    align-items: center;
}

.testimonial-content {
    width: 70%;
    position: relative;
}

.testimonial-content p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
}

.testimonial-content span {
    font-size: 24px;
    font-weight: 900;
    color: #fdc307;
}

.owl-dots {
    position: absolute;
    left: 30%;
}

.testimonial-slider.owl-nav button.owl-next,
.testimonial-slider .owl-nav button.owl-prev,
.testimonial-slider button.owl-dot {
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 8px;
    transition: 0.3s ease all;
}

.testimonial-slider button.owl-dot.active {
    background: #fdc307;
}


/* testimonial section  ends */


/* learning section starts */

.learning-sec {
    padding: 50px 0;
}

.title-wrap {
    margin-bottom: 35px;
}

.title-wrap h2 {
    color: #fdc307;
    font-size: 30px;
    font-weight: 400;
}

.learning-content {
    margin: 0 auto;
}

.learning-content p {
    font-size: 55px;
    color: #000;
    max-width: 712px;
    line-height: 67px;
    text-align: center;
    text-transform: uppercase;
}


/* learning section ends */


/* category section starts */

.category-sec {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0;
}

.category-wrapper {
    display: block;
}

.category-wrapper:hover {
    text-decoration: none;
}

.category-wrapper img {
    height: 60px;
    width: auto;
    margin-bottom: 15px;
}

.category-wrapper h3 {
    color: #fff;
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 10px;
}

.category-wrapper p {
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    font-weight: 400;
    max-height: 100px;
    overflow: hidden;
}


/* category section ends */


/* blog section starts */

.blog-sec {
    padding: 45px 0;
}

.blog-title h2 {
    font-size: 26px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 15px;
    color: #3b4c61;
}


/* .blog-left {
    width: 50%;
} */


/* .blog-left:first-child {
    margin-left: -20px;
} */

.blog-left-wrap h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
    margin-bottom: 15px;
    color: #273547;
}

.blog-left-wrap span {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 8px;
    color: #000;
    font-weight: 700;
}

.blog-left-wrap {
    margin: 0 20px;
}

.blog-left-wrap p span {
    color: #273547;
    font-size: 14px;
    font-weight: 400;
}

.blog-bottom-link {
    color: red !important;
    margin-left: 5px;
}

.blog-left-wrap {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding-bottom: 18px;
}


/* .whole-blog-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
} */

.blog-left:hover .blog-bottom-link {
    text-decoration: underline;
}


/* video section */

.blog-video {
    -webkit-box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.23);
}

.YouTube_image img {
    width: 100%;
}

.video_and_get_in_touch {
    width: 100%;
    height: 100%;
    padding: 55px 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.play_button {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.YouTube_image:hover .play_button .fa-play {
    transition: .1s;
    background-color: red;
}

.play_button .fa-play {
    font-size: 30px;
    padding: 10px 20px 10px 25px;
    transition: .3s;
    color: #fff;
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.4);
}

.insideboxblack {
    display: block;
    overflow: hidden;
    padding: 20px 25px 40px 25px;
    background: #fff;
}

.insideboxblack h2 {
    font-size: 26px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 15px;
    color: #3b4c61;
    margin-bottom: 15px;
}


/* .insideboxblack h2 span {
    color: #fff;
} */

.ourvideos a {
    font-size: 15px;
    display: block;
    padding: 12px 0 5px 0;
    color: #fff;
}

.lstcntdtils {
    float: left;
    width: 100%;
    color: rgba(255, 255, 255, .7);
}

.lstcntdtils span:before {
    font-family: 'FontAwesome';
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
    content: '\f041';
    color: #9fa0a0;
}

.lstcntdtils span.phonelst:before {
    content: '\f095';
}

.lstcntdtils span.maillst::before {
    font-size: 13px;
    content: '\f0e0';
}

.listhead {
    font-size: 15px;
    display: block;
    margin-bottom: 16px;
}

.lstcntdtils span {
    font-size: 14px;
    line-height: 19px;
    position: relative;
    float: left;
    width: 100%;
    padding: 0 0 11px 25px;
}

.getcallback .insideboxblack {
    background: #fff;
}

.mc-field-group.input-group strong {
    font-size: 13px;
    font-weight: normal;
    display: block;
    padding: 3px 0;
}

.mc-field-group.halfwidthleft {
    float: left;
    width: 49%;
}

.mc-field-group.halfwidthright {
    float: right;
    width: 49%;
}

.getcallback input[type='text'],
.getcallback input[type='email'],
.getcallback input[type='tel'],
.getcallback select {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 12px;
    width: 100%;
    height: 29px;
    padding: 0 5px 0 10px;
    color: #13191d;
    border: 1px solid #d1d2d2;
    border-radius: 0;
    background: #fff;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
}

.callmenplease {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 10px;
}

.datefield span {
    display: inline-block;
    min-width: 46px;
    vertical-align: middle;
}

.getcallback select {
    background: url(../images/arrowbottomblack.png) no-repeat 97% 46% #fff !important;
}

.mc-field-group.input-group ul li label {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
}

.getcallback .insideboxblack h2 span {
    color: #2286ba;
}

.getcallback input[type='submit'] {
    font-weight: bold;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 35px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    background: #2386ba;
}

.explore-wrap {
    text-decoration: none;
    color: #337ab7;
    font-weight: 600;
    transition: 0.3s ease all;
}


/* blog section ends */


/* client section starts */

.client-sec {
    padding: 20px 0 20px 0;
    position: relative;
    background-color: #fff;
    text-align: center;
    justify-content: center;
    display: flex;
}

section.logos {
    border-top: 1px solid #ff00001c;
}


/* @media(min-width:768px) {
    .client-sec::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: -1px;
        right: -1px;
        border-bottom: 140px solid transparent;
        border-right: 190px solid #242c37;
        border-left: 0px solid transparent;
    }
} */

@media(max-width:1100px) {
    .client-sec::after {
        border-right: 130px solid #242c37;
    }
}


}
.client-sec ul {
    margin: 0;
}
.client-sec ul li {
    display: inline-block;
    margin: 0 30px 0 15px;
}
.client-sec ul li a img {
    height: 60px;
    width: auto;
}

/* clients section ends */

/* subscribe section starts */
section.newsletter-sec {
    padding-bottom: 35px;
}
.home-newsletter {
    background: #5588c9;
    padding: 30px 50px;
    display: block;
    width: 100%;
}
.home-newsletter h3 {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.home-newsletter input {
    padding: 10px;
    outline: none;
    border: none;
    font-size: 13px;
    border-radius: 3px;
    margin-right: 20px;
    width: 312px;
    margin-bottom: 45px;
}
.check-button-wrap {
    display: flex;
    align-items: center;
    padding: 0 20px;
}
.checkbox-wrapper {
    display: flex;
    align-items: center;
    margin-right: 90px;
}
.checkbox-wrapper input[type=radio] {
    width: inherit;
    margin: 0;
    margin-right: 15px;
    border-radius: 50%;
}
.checkbox-wrapper p {
    font-size: 14px;
    color: #fff;
}
.check-button-wrap button {
    background: #4b6689;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 45px;
    display: block;
    outline: none;
    width: 273px;
    border: none;
    border-radius: 3px;
    font-size: 15px;
}
.check-button-wrap button:hover {
    background: #00913e;
    color: #fff;
}

/* subscribe section ends */

/* footer section starts */
footer {
    background: #242c37;
    padding: 50px 0;
}
.footer-links h3 {
    font-size: 19px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
}
.footer-links ul li a {
    font-size: 15px;
    font-weight: 400;
    color: #96b4dd;
}
.footer-location ul li {
    margin: 15px 0;
}
.footer-location ul li a {
    font-weight: 600;
    color: #fff;
    font-size: 16px;
}
.footer-location ul li span {
    color: #000;
    background: #fdc307;
    margin-right: 20px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
}
.menulinksfooter {
    padding: 15px;
}
.menulinksfooter li {
    margin-bottom: 10px;
}
.menulinksfooter li a {
    font-size: 15px;
    font-weight: 400;
    color: #96b4dd;
}
.footertextlow {
    font-size: 15px;
    line-height: 28px;
    padding: 0 15px;
    color: #96b4dd;
}
.footertextlow p {
    font-style: italic;
    color: #96b4dd;
}
.footertextlow p a {
    text-decoration: underline;
    color: #fff;
    font-weight: 600;
}
#button {
    display: inline-block;
    background-color: #FF9800;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 40px;
    left: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}
#button:hover {
    cursor: pointer;
    background-color: #333;
}
#button:active {
    background-color: #555;
}
#button.show {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

/* footer section ends */

/* animation */
.fly {
    opacity: 0;
    transition: all 600ms ease-in-out;
    transform: translateY(100px) scale(1.05) translate3d(0, 0, 0);
}
.show-block {
    opacity: 1;
    transform: translateY(0) scale(1) translate3d(0, 0, 0);
}

/* animation ends */

/* sticky social media and offline msz */
.theme-background-color {
    background-color: #00913e !important;
}
#sticky-social {
    position: fixed;
    z-index: 2;
    right: 0;
    bottom: 15%;
}
#sticky-social a {
    font: 16px 'Open Sans', sans-serif;
    line-height: 35px;
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    text-align: center;
    color: #fff;
    background: #333;
}
#sticky-social a:hover span {
    right: 100%;
}
#sticky-social a span {
    line-height: 35px;
    position: absolute;
    right: -120px;
    width: 120px;
    text-align: center;
}
#sticky-social a[class*='facebook'],
#sticky-social a[class*='facebook']:hover,
#sticky-social a[class*='facebook'] span {
    background: #3b5998;
}
#sticky-social a[class*='twitter'],
#sticky-social a[class*='twitter']:hover,
#sticky-social a[class*='twitter'] span {
    background: #00aced;
}
#sticky-social a[class*='gplus'],
#sticky-social a[class*='gplus']:hover,
#sticky-social a[class*='gplus'] span {
    background: #dd4b39;
}
#sticky-social a[class*='linkedin'],
#sticky-social a[class*='linkedin']:hover,
#sticky-social a[class*='linkedin'] span {
    background: #007bb6;
}
#sticky-social a[class*='snapchat'],
#sticky-social a[class*='snapchat']:hover,
#sticky-social a[class*='snapchat'] span {
    background: #d5bf00;
}

#sticky-social a[class*='instagram'],
#sticky-social a[class*='instagram']:hover,
#sticky-social a[class*='instagram'] span {
    background: #517fa4;
}
#sticky-social a[class*='stumbleupon'],
#sticky-social a[class*='stumbleupon']:hover,
#sticky-social a[class*='stumbleupon'] span {
    background: #eb4924;
}
#sticky-social a[class*='pinterest'],
#sticky-social a[class*='pinterest']:hover,
#sticky-social a[class*='pinterest'] span {
    background: #cc2127;
}
#sticky-social a[class*='flickr'],
#sticky-social a[class*='flickr']:hover,
#sticky-social a[class*='flickr'] span {
    background: #ff0084;
}
#sticky-social a[class*='tumblr'],
#sticky-social a[class*='tumblr']:hover,
#sticky-social a[class*='tumblr'] span {
    background: #32506d;
}
.entypo-youtube {
    color: white;
    background-color: red !important;
}
.entypo-youtube span {
    background-color: red;
}
.padding_0 {
    padding: 0;
}
.call_Mail span.fa.fa-phone,
.call_Mail span.fa.fa-envelope {
    font-size: 25px;
}
.call_Mail {
    display: none;
}
.theme-background-color {
    background-color: #00913e !important;
}

/*  */
.welcome-content a {
    color: #6609a7;
    margin-left: 5px;
}

/* translator  */
.british_council img {
    width: 110px !important;
    height: auto !important;
}
.error_page h1 {
    font-size: 95px;
    font-family: 'Open sans', sans-serif;
    font-weight: 700;
    line-height: 90px;
}
.error_page h1 span {
    color: green;
}
.error_page h2 {
    font-size: 95px;
    font-family: 'Open sans', sans-serif;
    font-weight: 700;
    line-height: 90px;
}
.p_tb60 {
    padding: 60px 0;
}
.custom_button {
    margin-top: 40px;
    padding: 5px 30px;
    border-radius: 0;
    background-color: #3d0068;
    border-color: #3d0068;
}
.thank-you h1 {
    color: #424242;
}

.courses-wrap.fly img {
    width: 100%;
}

@media(max-width:768px) {
    .slider-content a {
        margin-top: 6px;
    }
    .top-head-right{
        z-index: 2;
    }
}

@media screen and (max-width: 575px) {
    .learning-wrap li {
        display: block;
    }
    .book-btn{
        display: block;
        margin: 10px 0;
        text-align: center;
    }
    .title-wrapper {
        margin-bottom: 0px;
    }

}
