@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600&display=swap');

.home-banner,
body {
    position: relative;
    background-color: #dcecf9;
}
li,
ol,
ul {
    list-style: none;
}
.about_strip li,
.home-about h2,
.our-courses .heading h2,
.our-courses .heading p,
.text-center {
    text-align: center;
}
*,
ol,
ul {
    margin: 0;
    padding: 0;
}
.btn,
.slick-slide {
    outline: 0;
}
.btn,
.btn.md.primary,
.btn.md.secondary,
.btn.sm.primary,
.btn.sm.secondary {
    transition: all 0.35s ease;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    -webkit-text-size-adjust: none;
    width: 100%;
    overflow-x: hidden;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    line-height: 2;
    font-weight: 400;
    color: #020300;
}
body.active {
    overflow-y: hidden;
}
.container {
    max-width: 1290px;
    margin: 0 auto;
    padding: 0 15px;
}
img {
    max-width: 100%;
    vertical-align: top;
}
.bg-control {
    background-size: cover;
    background-repeat: no-repeat;
}
.section {
    padding: 100px 0;
}
figure {
    margin: 0;
    padding: 0;
}
a,
span {
    display: inline-block;
}
.flex.space-btw {
    justify-content: space-between;
}
.color-white {
    color: #fff;
}
@keyframes fade {
    0%,
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes pulse {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}
@-webkit-keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}
@keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}
@font-face {
    font-family: "AA Smart Sans Head";
    src: url(../fonts/AASmartSansHead-Light.eot);
    src: url(../fonts/AASmartSansHead-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/AASmartSansHead-Light.woff2) format("woff2"), url(../../app/fonts/AASmartSansHead-Light.woff) format("woff"),
        url(../fonts/AASmartSansHead-Light.ttf) format("truetype"), url(../fonts/AASmartSansHead-Light.svg#AASmartSansHead-Light) format("svg");
    font-weight: 300;
}
@font-face {
    font-family: "AA Smart Sans";
    src: url(../fonts/AASmartSans-Regular.eot);
    src: url(../fonts/AASmartSans-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/AASmartSans-Regular.woff2) format("woff2"), url(../../app/fonts/AASmartSans-Regular.woff) format("woff"),
        url(../fonts/AASmartSans-Regular.ttf) format("truetype"), url(../fonts/AASmartSans-Regular.svg#AASmartSans-Regular) format("svg");
    font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3em;
    margin: 0;
    font-family: 'Raleway', sans-serif;
}
.btn,
nav ul li a,
p {
    font-family: 'Raleway', sans-serif;
}
h1 {
    font-size: 60px;
}
@media (max-width: 992px) {
    h1 {
        font-size: 50px;
    }
}
@media (max-width: 767px) {
    h1 {
        font-size: 40px;
    }
}
h2 {
    font-size: 40px;
}
@media (max-width: 992px) {
    h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    h2 {
        font-size: 26px;
    }
}
h3 {
    font-size: 30px;
}
@media (max-width: 992px) {
    h3 {
        font-size: 25px;
    }
}
@media (max-width: 767px) {
    h3 {
        font-size: 22px;
    }
}
h4 {
    font-size: 24px;
}
@media (max-width: 992px) {
    h4 {
        font-size: 20px;
    }
}
h5 {
    font-size: 20px;
}
.btn,
h6 {
    font-size: 16px;
}
p {
    line-height: 1.5;
    color: #020300;
}
.btn,
.home-banner h1 {
    line-height: 1.3em;
    color: #fff;
}
a {
    text-decoration: none;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex.nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.flex.column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
}
.flex.space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex.space-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex.space-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.flex.space-evenly {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}
.flex.space-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.flex.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex.align-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.flex.align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}
.btn.sm {
    width: 103px;
    height: 39px;
    border-radius: 10px 0;
}
@media (max-width: 1080px) {
    .btn {
        font-size: 14px;
    }
    .btn.sm {
        width: 80px;
        height: 35px;
    }
}
@media (max-width: 992px) {
    .btn.sm {
        width: 70px;
    }
}
.btn.sm.primary {
    background-color: #7d8ca3;
}
.btn.sm.secondary {
    background-color: #79a9d1;
}
.btn.md {
    width: 138px;
    height: 43px;
    border-radius: 10px 0;
}
.btn.md.primary {
    background-color: #7d8ca3;
}
.btn.md.secondary,
.btn:hover.primary {
    background-color: #79a9d1;
}
.btn:hover {
    border-radius: 0;
}
.btn:hover.secondary {
    background-color: #7d8ca3;
}
.home-banner {
    width: 100%;
    height: 660px;
}
.home-banner h1 {
    text-transform: uppercase;
    font-weight: 700;
    position: absolute;
    left: 97px;
    top: 35%;
}
@media (max-width: 992px) {
    .home-banner h1 {
        left: 50px;
        top: 32%;
    }
}
@media (max-width: 767px) {
    .home-banner {
        height: 480px;
    }
    .home-banner h1 {
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        width: 100%;
        top: 30%;
    }
}
.banner-video {
    width: 100%;
    height: 100%;
    position: relative;
}
.banner-video:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55);
}
.banner-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content {
    position: absolute;
    top: 63%;
    left: 97px;
    width: 50%;
    height: 50px;
    overflow: hidden;
}
@media (max-width: 992px) {
    .content {
        left: 50px;
        top: 55%;
    }
}
.content p {
    font-size: 32px;
    line-height: 36px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .content {
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }
    .content p {
        font-size: 22px;
        text-align: center;
    }
    .loader {
        padding: 0 20px;
    }
}
.logos {
    width: 440px;
}
.logos img:last-of-type,
.logos img:nth-of-type(2),
.logos img:nth-of-type(3) {
    -webkit-animation: mouse-scroll 1.5s infinite;
    -moz-animation: mouse-scroll 1.5s infinite;
    animation: mouse-scroll 1.5s infinite;
}
.logos img:nth-of-type(2) {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    animation-delay: alternate;
}
.logos img:nth-of-type(3) {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    animation-delay: alternate;
}
.logos img:last-of-type {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    animation-delay: alternate;
}
.logos.center {
    margin: 0 auto;
    height: 70px;
}
.logos.center img:nth-of-type(2) {
    margin-top: -22px;
}
.logos.center img:nth-of-type(3) {
    margin-top: -46px;
}
.logos.center img:last-of-type {
    margin-top: -63px;
}
.loader {
    background-color: #fff;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
@media (max-width: 767px) {
    .loader .logos {
        width: 100%;
    }
}
header {
    background-color: transparent;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 99;
    transition: all 0.5s ease;
}
@media (max-width: 1280px) {
    header .main-logo {
        width: 280px;
    }
}
@media (max-width: 1080px) {
    header .main-logo {
        width: 220px;
    }
    nav {
        margin-right: 10px;
    }
}
@media (max-width: 992px) {
    header .main-logo {
        width: 140px;
    }
}
header .main-logo img {
    filter: brightness(0) invert(1);
    transition: all 0.5s ease;
}
header.fixed {
    background-color: #fff;
}
header.fixed .main-logo img {
    filter: none;
}
header.fixed i {
    color: #7d8ca3;
}
header.fixed nav ul li a {
    text-shadow: none;
    color: #7d8ca3;
}
header.fixed nav ul li a:hover {
    color: #79a9d1;
}

header.new-header {
    background-color: #fff;
}
header.new-header .main-logo img {
    filter: none;
}
header.new-header i {
    color: #7d8ca3;
}
header.new-header nav ul li a {
    text-shadow: none;
    color: #7d8ca3;
}
header.new-header nav ul li a:hover {
    color: #79a9d1;
}
header .toggle-menu {
    display: flex;
    align-items: center;
}
@media (max-width: 767px) {
    header .main-logo {
        width: 220px;
    }
    header .toggle-menu {
        display: flex;
        position: fixed;
        background: #fff;
        top: 70px;
        width: 100%;
        height: auto;
        left: 0;
        padding: 20px 0 30px;
        flex-direction: column;
        justify-content: center;
        transition: all 0.35s ease;
        opacity: 0;
        visibility: hidden;
        z-index: -1;
    }
}
header .toggle-menu.active {
    opacity: 1;
    visibility: visible;
    z-index: 99;
}
.top-header {
    padding: 0 100px 0 70px;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 1400px) {
    .top-header {
        padding: 0 50px 0 20px;
    }
}
@media (max-width: 767px) {
    .top-header .btn_wrap {
        flex-direction: column;
        align-items: center;
    }
}
.about_strip figure,
.our-courses li a,
.top-header .btn_wrap li:last-of-type a {
    align-items: center;
    transition: all 0.35s ease;
}
.top-header .btn_wrap li {
    margin-left: 20px;
}
@media (max-width: 1280px) {
    .top-header .btn_wrap li {
        margin-left: 10px;
    }
    .top-header .btn_wrap li:first-of-type {
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .top-header .btn_wrap li {
        margin-left: 0;
        margin-top: 10px;
    }
}
.top-header .btn_wrap li:last-of-type {
    margin-left: 15px;
}
@media (max-width: 992px) {
    .top-header {
        padding: 0 20px 0 10px;
    }
    .top-header .btn_wrap li:last-of-type {
        margin-left: 10px;
    }
}
.top-header .btn_wrap li:last-of-type a {
    width: 39px;
    height: 39px;
    border-radius: 50%;
    background-color: #59544b;
    display: flex;
    justify-content: center;
}
.top-header .btn_wrap li:last-of-type a:hover {
    background-color: #7d8ca3;
}
.top-header .btn_wrap li:last-of-type a i {
    color: #fff;
}
@media (max-width: 767px) {
    .top-header .btn_wrap li:last-of-type {
        margin-left: 0;
    }
    nav ul {
        flex-direction: column;
        align-items: center;
    }
}
nav ul li {
    margin: 0 15px;
    line-height: 0;
    position: relative;
}
.top-footer h4,
nav ul li a {
    line-height: 1.3em;
    font-weight: 600;
}
@media (max-width: 1280px) {
    nav ul li {
        margin: 0 6px;
    }
}
@media (max-width: 992px) {
    .top-header .btn_wrap li:last-of-type a {
        width: 34px;
        height: 34px;
    }
    nav ul li {
        margin: 0 5px;
    }
}
nav ul li a {
    font-size: 14px;
    font-style: normal;
    color: #fff;
    transition: all 0.35s ease;
    position: relative;
    letter-spacing: 0.5px;
}
@media (max-width: 992px) {
    nav ul li a {
        font-size: 12px;
    }
}
nav ul li a:hover, nav ul li.active>a, header.new-header li.active i{
    color: #79a9d1 !important;
    text-decoration: none;
}

.toggle-btn {
    display: none;
}
@media (max-width: 767px) {
    nav ul li {
        margin-top: 10px;
    }
    nav ul li a {
        color: #7d8ca3;
        font-size: 16px;
    }
    .toggle-btn {
        display: block;
    }
}
.toggle-btn i {
    color: #fff;
    font-size: 25px;
    cursor: pointer;
}
.toggle-btn .fa-bars {
    display: block;
    transition: all 0.35s ease;
}
.toggle-btn .fa-times {
    display: none;
    transition: all 0.35s ease;
}
.toggle-btn.active .fa-times {
    display: block;
}
.toggle-btn.active .fa-bars {
    display: none;
    transition: all 0.35s ease;
}
.top-footer {
    background-color: #fdfdfd;
    padding: 55px 102px 50px 97px;
}
@media (max-width: 1280px) {
    .top-footer {
        padding: 50px;
    }
}
@media (max-width: 1080px) {
    .top-footer {
        padding: 40px 30px;
    }
}
@media (max-width: 992px) {
    .top-footer {
        padding: 30px 30px 10px;
    }
}
.top-footer h4 {
    color: #000;
    margin-bottom: 23px;
}
@media (max-width: 767px) {
    .top-footer {
        padding: 0px 20px 40px;
    }
    .top-footer h4 {
        margin-top: 35px;
        margin-bottom: 15px;
    }
}
.top-footer ul li {
    padding-left: 80px;
}
@media (max-width: 1400px) {
    .top-footer ul li {
        padding-left: 70px;
    }
}
@media (max-width: 1280px) {
    .top-footer ul li {
        padding-left: 30px;
    }
}
@media (max-width: 1080px) {
    .top-footer ul li {
        padding-left: 20px;
    }
}
@media (max-width: 992px) {
    .top-footer ul li {
        padding-left: 10px;
        width: 50%;
        margin-bottom: 20px;
    }
    .top-footer ul li ul li {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .top-footer ul li {
        width: 100%;
        padding-left: 0;
        margin-bottom: 0;
        text-align: center;
    }
}
.footer_social {
    display: flex;
}
.footer_social a{
    width: 45px;
    height: 45px;
    margin: 0 10px 0 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
    border: solid 1px transparent;
}
.footer_social li:first-of-type a{
    background-color: #3a5899;
    text-decoration: none;
}
.footer_social li:nth-of-type(2) a{
    background-color: #007ab9;
    text-decoration: none;
}
.footer_social li:nth-of-type(3) a{
    background-color: #41a2f3;
    text-decoration: none;
}
.footer_social li:last-of-type a{
    background-color: #ea412c;
    text-decoration: none;
}
.footer_social a i{
    color: #fff;
    font-size: 24px;
    transition: all 0.25s ease;
}
.footer_social li:first-of-type a:hover{
    background-color: #fff;
    border: solid 1px #3a5899;
    text-decoration: none;
}
.footer_social li:nth-of-type(2) a:hover{
    background-color: #fff;
    border: solid 1px #007ab9;
    text-decoration: none;
}
.footer_social li:nth-of-type(3) a:hover{
    background-color: #fff;
    border: solid 1px #41a2f3;
    text-decoration: none;
}
.footer_social li:last-of-type a:hover{
    background-color: #fff;
    border: solid 1px #ea412c;
    text-decoration: none;
}
.footer_social li:first-of-type a:hover i{
    color: #3a5899;
}
.footer_social li:nth-of-type(2) a:hover i{
    color: #007ab9;
}
.footer_social li:nth-of-type(3) a:hover i{
    color: #41a2f3;
}
.footer_social li:last-of-type a:hover i{
    color: #ea412c;
}
.top-footer ul li:first-of-type {
    padding-left: 0;
}
.top-footer ul li ul li {
    line-height: 1em;
    padding-left: 0;
}
.top-footer ul li ul li:not(:last-of-type) a {
    margin-bottom: 13px;
}
.top-footer ul li ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    color: #020300;
    transition: all 0.35s ease;
}
.top-footer ul li ul li a:hover {
    color: #7d8ca3;
    text-decoration: underline;
}
.top-footer .footer_contact li {
    padding-left: 26px;
    position: relative;
}
.top-footer .footer_contact li:before {
    position: absolute;
    left: 0;
    top: 8px;
    color: #7d8ca3;
    font-family: fontawesome;
}
@media (max-width: 767px) {
    .top-footer .footer_contact li {
        padding-left: 0;
    }
    .top-footer .footer_contact li:before {
        display: none;
    }
}
.top-footer .footer_contact li:first-of-type {
    padding-left: 22px;
}
.top-footer .footer_contact li:first-of-type a:before,
.top-footer .footer_contact li:first-of-type:before {
    content: "\f041";
}
.top-footer .footer_contact li:last-of-type a:before,
.top-footer .footer_contact li:last-of-type:before {
    content: "\f0e0";
}
.top-footer .footer_contact li:not(:last-of-type) a {
    margin-bottom: 7px;
}
.top-footer .footer_contact li a {
    line-height: 2.1em;
}
@media (max-width: 767px) {
    .top-footer .footer_contact li:first-of-type {
        padding-left: 0;
    }
    .top-footer .footer_contact li:first-of-type a:before {
        left: 10px;
    }
    .top-footer .footer_contact li:last-of-type a:before {
        left: -25px;
    }
    .top-footer .footer_contact li a {
        position: relative;
    }
}
.top-footer .footer_contact li a:before {
    position: absolute;
    left: 0;
    top: 1px;
    color: #7d8ca3;
    font-family: fontawesome;
    display: none;
}
.home-about .wrapper,
.our-courses li {
    position: relative;
}
.top-footer .store-icon li:not(:last-of-type) {
    margin-right: 20px;
}
.copyright {
    background-color: #7d8ca3;
    padding: 15px 98px;
    justify-content: space-between;
}
@media (max-width: 1280px) {
    .copyright {
        padding: 15px 50px;
    }
}
@media (max-width: 1080px) {
    .copyright {
        padding: 15px 30px;
    }
}
.copyright a,
.copyright p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3em;
    color: #fff;
    margin-bottom: 0;
}
.copyright a {
    transition: all 0.35s ease;
}
.copyright a:hover {
    color: #000;
    text-decoration: underline;
}
.home-about {
    padding: 80px 0px 95px;
    background-color: #ccdbf3;
}
.home-about .wrapper{
    padding: 20px 100px;
    background-color: #dcecf9;
}
@media (max-width: 1080px) {
    .home-about {
        padding: 60px 0px 80px;
    }
}
.home_about_head{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.home-about .row{
    justify-content: space-between;
    align-items: center;
}
.home-about .col-left{
    width: 64%;
    padding-right: 40px;
}
.home-about .content_p p {
    line-height: 1.8;
    font-weight: 500;
    font-size: 16px;
}
.home_testimonial{
    align-items: center;
    padding-right: 60px;
    margin-top: 29px;
}
.home_testimonial p {
    width: calc(100% - 120px);
    padding: 0 20px 0 60px;
    font-style: italic;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
}
.home_testimonial figure{
    width: 120px;
    text-align: center;
}
.home_testimonial h6{
    margin: 10px 0 0 0;
}
.home_testimonial span {
    font-size: 13px;
    line-height: 1.4em;
    display: block;
}
.home-about .col-right{
    width: 36%;
}
/*.home-about .wrapper:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 43%;
    transform: translateX(-50%);
    width: calc(100% - 200px);
    border-radius: 98px 0 0;
    height: 350px;
    background-color: #79a9d1;
    z-index: -1;
}*/
@media (max-width: 767px) {
    .top-footer .footer_contact li a:before {
        display: block;
    }
    .top-footer .store-icon li:not(:last-of-type) {
        margin-right: 0;
    }
    .copyright {
        flex-direction: column;
        align-items: center;
    }
    .copyright p:last-of-type {
        margin-top: 10px;
    }
    .home-about {
        padding: 40px 0px;
    }
    .home-about .wrapper:before {
        display: none;
    }
    .logos.center {
        width: 100%;
    }
    .home-about .col-left {
        width: 100%;
        padding-right: 0px;
    }
    .home-about .col-right {
        width: 100%;
    }   
}
.home-about .col:first-of-type {
    padding-right: 74px;
    width: calc(100% - 522px);
    display: flex;
    flex-direction: column;
}
@media (max-width: 1280px) {
    .home-about .wrapper:before {
        height: 330px;
    }
    .home-about .col:first-of-type {
        width: calc(100% - 350px);
    }
}
@media (max-width: 992px) {
    .home-about .col:first-of-type {
        width: calc(100% - 280px);
        padding-right: 45px;
    }
    .home-about .col:first-of-type figure {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .home-about .col:first-of-type {
        width: 100%;
        padding-right: 0;
    }
}
.home-about .col:last-of-type {
    width: 522px;
}
@media (max-width: 1280px) {
    .home-about .col:last-of-type {
        width: 350px;
    }
}
@media (max-width: 992px) {
    .home-about .col:last-of-type {
        width: 280px;
    }
}
.home-about .col:last-of-type figure {
    /*border-radius: 0 0 100px;*/
    padding-bottom: 93%;
    position: relative;
    /*height: 528px;*/
}
/*@media (max-width: 1280px){
    .home-about .col:last-of-type figure{
        height: 390px;
    }
}
@media (max-width: 992px){
    .home-about .col:last-of-type figure{
        height: 320px;
    }
}*/

.home-about .col:last-of-type figure img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;

}
@media (max-width: 767px) {
    .home-about .col:last-of-type {
        width: 100%;
    }
    .home-about .col:last-of-type figure {
        /*border-radius: 0 0 50px;*/
        margin: 30px auto 0;
    }
}
/*.home-about .col:last-of-type figure img {
    border-radius: 0 0 100px;
}*/
.home-about h2 {
    font-weight: 600;
    line-height: 1.3em;
    color: #36311f;
    margin-top: 15px;
}
.home-about .content_ {
    padding: 40px 35px 40px 30px;
    background-color: #fdfdfd;
}
.home-about .content_ p {
    font-size: 16.5px;
    line-height: 1.8em;
    color: #020300;
    font-weight: 400;
    margin-bottom: 15px;
}
.home-about .content_ p:last-of-type{
    margin-bottom: 0;
}
@media (max-width: 767px) {
    /*.home-about .col:last-of-type figure img {
        border-radius: 0 0 50px;
    }*/
    .home-about .content_ {
        margin-bottom: 0;
        padding: 10px;
        margin-top: 20px;
    }
    .home-about .content_ p {
        font-size: 16px;
    }
}
.home-about .content_ .btn {
    margin-top: 30px;
}
.about_strip {
    background-color: #7d8ca3;
    padding: 0 60px 31px;
}
@media (max-width: 1280px) {
    .about_strip {
        padding: 0 20px 30px;
    }
}
@media (max-width: 1080px) {
    .about_strip {
        padding: 0 10px 30px;
    }
}
.about_strip figure {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #7d8ca3;
    display: flex;
    justify-content: center;
    margin: -62.5px auto 30px;
}
.about_strip figure img {
    transition: all 0.35s ease;
}
.about_strip ul {
    justify-content: space-between;
}
@media (max-width: 1280px) {
    .about_strip li {
        width: 33.33%;
    }
}
@media (max-width: 767px) {
    .about_strip {
        padding: 35px 20px;
    }
    .about_strip figure {
        margin: 0 auto 20px;
    }
    .about_strip li {
        width: 100%;
        margin-bottom: 40px;
    }
    .about_strip li:last-of-type {
        margin-bottom: 0;
    }
    .our-courses .heading .logos {
        width: 100%;
    }
}
/*.about_strip li figure:hover {
    background-color: #7d8ca3;
}
.about_strip li figure:hover img {
    filter: brightness(0) invert(1);
}*/
.about_strip h3 {
    color: #fff;
    font-size: 26px;
    line-height: 1.3em;
    font-weight: 700;
    margin-bottom: 24px;
}
@media (max-width: 1280px) {
    .about_strip h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }
}
.about_strip p {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.65em;
}
.our-courses {
    padding: 60px 100px 80px;
    background-color: #ccdbf3;
}
@media (max-width: 1280px) {
    .about_strip p {
        font-size: 16px;
    }
    .our-courses {
        padding: 60px;
    }
}
@media (max-width: 1080px) {
    .our-courses {
        padding: 50px 30px;
    }
}
.our-courses .heading h2 {
    font-weight: 700;
    line-height: 1.3em;
    color: #36311f;
    margin-top: 20px;
}
.our-courses .heading p {
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    color: #020300;
    margin-top: 17px;
}
.our-courses ul {
    margin-top: 45px;
    width: 100%;
}
.our-courses li {
    width: calc(33.33% - 38px);
    margin-right: 57px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-bottom: solid 2px #7d8ca3;
    position: relative;
    padding-bottom: 15px;
}

@media (max-width: 992px) {
    .our-courses {
        padding: 40px 20px;
    }
    .our-courses li {
        margin-right: 15px;
        width: calc(33.33% - 10px);
    }
}
.our-courses li:nth-of-type(3n) {
    margin-right: 0;
}
@media (max-width: 767px) {
    .our-courses li {
        margin-right: 0;
        width: 100%;
        margin-bottom: 65px;
    }
    .our-courses li:nth-of-type(3n) {
        margin-bottom: 0;
    }
    .our-courses li figure,
    .our-courses li figure img {
        width: 100%;
    }
}
.our-courses li figure img{
    width: 100%;
}
.our-courses li h3 {
    color: #36311f;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.35em;
    padding: 28px 30px 15px;
}
@media (max-width: 992px) {
    .our-courses li h3 {
        font-size: 20px;
        padding: 20px 15px 15px;
    }
}
.our-courses li p {
    color: #020300;
    font-size: 17px !important;
    font-weight: 400;
    line-height: 1.55em;
    margin-bottom: 37px;
    padding: 0 30px;
    text-align: left !important;
    margin-top: 0 !important;
}
.our-courses li p:empty {
    display: none;
}
.our-courses li a {
    border-radius: 50%;
    width: 66px;
    height: 66px;
    border: 1px solid #7d8ca3;
    display: flex;
    justify-content: center;
    background-color: #fff;
}
.our-courses li .arrow_btn{
    position: absolute;
    left: 40px;
    bottom: -33px;
}
@media (max-width: 992px) {
    .our-courses li p {
        font-size: 15px !important;
        line-height: 1.55em !important;
        padding: 0 15px;
    }
    .our-courses li a {
        width: 56px;
        height: 56px;
        left: 30px;
        bottom: -28px;
    }
}
.our-courses li a img {
    transition: all 0.35s ease;
}
.our-courses li a:hover {
    background-color: #7d8ca3;
}
.our-courses li a:hover img {
    filter: brightness(0) invert(1);
}
header .btn, nav ul li a{
    font-family: 'Raleway', sans-serif;
}
.inner-banner {
    height: 200px;
    position: relative;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.inner-banner h1{
    position: relative;
    color: #fff;
    margin-top: 50px;
    text-align: center;
}
.inner-banner:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.inner-contact{
    padding: ;
}

/* download app section start here */
.download_app {
    padding: 80px 100px 0px;
    align-items: center;
    background-color: #ccdbf3;
}
.download_app .col:last-of-type{
    padding-left: 40px;
}
.download_app h2{
    margin-bottom: 40px;
}
.download_app ul li:last-of-type{
    padding-left: 20px;
}
.download_app.sec .col {
    width: 33.33%;
}
.download_app.sec .col:nth-of-type(2n), .download_app.sec .col:last-of-type{
    padding: 0 20px;
}
.download_app.sec .col:nth-of-type(2n) h2, .download_app.sec .col:last-of-type h2{
    font-size: 28px;
    margin-bottom: 20px;
}
.download_app.sec .logos{
    width: 100%;
}
.download_app.sec .col:last-of-type{
    padding-left: 20px;
}
.download_app.sec .heading, .download_app.sec .col{
    text-align: center;
}
.download_app.sec ul{
    justify-content: center;
}
.download_app.sec ul li{
    width: 50%;
}

@media (max-width: 1280px){
    .download_app {
        padding: 60px;
    }
    .download_app ul li, .download_app .col{
        width: 50%;
    }
    .download_app.sec .col {
        width: 50%;
    }
    .download_app.sec .col:last-of-type{
        width: 100%;
    }
}
@media (max-width: 1080px){
    .download_app {
        padding: 50px 30px;
    }
}
@media (max-width: 992px){
    .download_app {
        padding: 40px 20px;
    }
}
@media (max-width: 767px){
    .download_app.sec .col {
        width: 100%;
    }
    .download_app {
        padding: 20px;
    }
    .download_app .col{
        width: 100%;
    }
    .download_app ul li{
        width: 50%;
    }
    .download_app h2{
        margin: 35px 0 20px 0;
    }
    .download_app .col:last-of-type {
        padding-left: 0px;
    }
    .download_app.sec .col:last-of-type{
        margin-top: 25px;
    }
}

/* about page start here */
.inner_about{
    padding: 40px 0;
}
.inner_about p{
    margin-bottom: 25px;
    line-height: 1.5em;
    font-size: 16px;
}
.inner_about ul{
    margin-bottom: 25px;
    padding-left: 15px;
}
.inner_about ul li{
    font-size: 16px;
}

/* inner detail page start here */
.inner_details{
    padding: 60px 0;
}
.video_detail{
    width: 100%;
    height: 480px;
    margin-bottom: 35px;
    position: relative;
}
.video_detail iframe{
    width: 100%;
    height: 100%;
}
.video_detail .video_img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.video_detail .video_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video_detail .video_img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.57);
    z-index: 2;
}
.video_detail .video_icon svg path{
    fill: #fff;
}
.video_detail .video_icon svg{
    width: 80px;
}
.video_detail .video_icon{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    cursor: pointer;
}
.inner_details .container{
    max-width: 920px;
}
.inner_details h2{
    margin-bottom: 20px;
}
.inner_details p{
    margin-bottom: 20px;
    line-height: 1.6em;
    font-size: 16px;
}
.inner_details table {
  font-family: 'Raleway', sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.inner_details td, .inner_details th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
  font-size: 16px;
}
.inner_details ul{
    margin-bottom: 20px;
}
.inner_details ul li{
    padding-left: 20px;
    position: relative;
    line-height: 1.6em;
    font-size: 16px;
}
.inner_details ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #000;
}
nav ul li .sub_menus {
    position: absolute;
    left: -155px;
    right: -135px;
    width: 280px;
    background: rgb(125 140 163);
    padding: 20px 10px;
    top: 35px;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    opacity: 0;
    z-index: -1;
    /* transition: all 0.5s ease; */
    border-radius: 25px 0px;
    display: none;
}
nav ul li:hover .sub_menus{
    opacity: 1;
    z-index: 99;
}
#search_btn{
    position: relative;
}
.header_form {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: rgb(125 140 163);
    padding: 20px 15px;
    box-shadow: none;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    transition: all 0.5s ease;
    border-radius: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header_form form{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.header_form h2{
    color: #fff;
    margin-bottom: 40px;
}
.header_form.active{
    opacity: 1;
    z-index: 999;
    visibility: visible;
}
.header_form .form-group {
    width: 700px;
    position: relative;
}
.header_form input {
    border-radius: 0;
    border: solid 1px #fff;
    width: 100%;
    padding: 14px 45px;
    font-size: 20px;
    line-height: 1.4rem;
    outline: none;
    color: #fff;
    background: transparent;
}
.header_form input::placeholder {
  color: #fff;
  opacity: 1;
}
.header_form input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.header_form input::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.header_form button {
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
    height: 52px;
    border: none;
    border-radius: 0;
    cursor: pointer;
}
.header_form button i{
    font-size: 30px;
    color: rgb(125 140 163);
}
.header_form .cross-btn {
    width: 50px;
    height: 50px;
    margin-top: 50px;
    border: solid 1px #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.header_form .cross-btn i{
    font-size: 30px;
    color: #fff;
}
nav ul li .sub_menus li{
    margin-bottom: 10px;
}
nav ul li .sub_menus li a{
    color: #fff;
    display: block;
}
nav ul li .sub_menus li:last-of-type{
    margin-bottom: 0;
}
nav ul li .sub_menus li a:hover {
    color: #000000;
}

section.contact_section {
    display: flex;
    padding: 50px 0px;
}
section.contact_section h3 {
    padding: 20px 0px;
}
section.contact_section h5 {
    padding-bottom: 20px;
}
section.contact_section p {
    padding-bottom: 20px;
}

nav ul li.dropdown:hover .sub_menus {
    display: block;
}

nav ul li.dropdown button{
    font-size: 14px;
    font-style: normal;
    color: rgb(255 255 255);
    transition: all 0.35s ease;
    position: relative;
    letter-spacing: 0.5px;
    border: none;
    cursor: pointer;
    background-color: transparent;
}
.inner_details.sec{
    padding: 140px 0 50px;
}
nav ul li{
    line-height: 2.3rem;
}
nav ul li .sub_menus li{
    line-height: 1rem;
}
@media (max-width: 767px){
    .inner_details.sec{
        padding: 90px 0 40px;
    }
    nav ul li{
        line-height: 0rem;
    }
    nav ul li .sub_menus {
        left: 50%;
        right: 0;
        width: 235px;
        transform: translateX(-50%);
    }
    .header_form .form-group {
        width: auto;
        position: relative;
    }
}
.enquire_form{
        padding: 80px 100px 0px;
}
.col_left_form{
    width:50%;
}
.custom_form_control{
    padding: 0.3rem;
    width: 100%;
}
.sub_enquire_form>form{
    padding-right: 150px;
}
.sub_enquire_form label{
    font-size: 14px;
}
.fix_height{
  height:70px;
}
.col_left_form img{
    padding: 20px 0px 20px 0px;
}


@media only screen and (max-width: 800px) and (min-width: 300px)  {
    .col_left_form{
        width:100%;
    }
    .sub_enquire_form>form {
        padding-right: 0px;
    }
     
}


/* new css */
/*---------------------start enquiry form-------------------------------*/
.enq_sec_bg textarea::placeholder, .enq_sec_bg input::placeholder{
    color: #c1c1c1;
}

.enq_sec_bg{
    background: #ccdbf3;
    padding: 40px 0px 40px 0px;
}
.enq_container{
    width: 800px;
    margin: 0 auto;
}
.enq_heading{
    text-align: center;
    font-size: 32px;
    font-family: 'Raleway', sans-serif;
}
.flex-container {
    display: flex;
}
.flex-container > div {
    margin: 10px;
    padding: 20px;
    font-size: 30px;
    width:50%
  }
.enq_form .form-group {
    margin-bottom: 16px;
}
.enq_form .form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 6px 20px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 0px;
    border-radius: 32px;
    outline: 0px !important;
    transition: all 0.25s ease;
}
.enq_form .form-control:focus{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.enq_form textarea{
    height: 80px !important;
    border-radius: 11px !important;
    resize: none;
}
.enq_form input[type='submit']{ 
display: block;
padding: 15px;
width: 100%;
border-radius: 41px !important;
color: #ffff;
background: #7d8ca3;
border: none;
cursor: pointer;
transition: all 0.25s ease;
}
.enq_form input[type='submit']:hover, .enq_form input[type='submit']:focus{
    background: #79a9d1;
}
input:focus-visible {
    outline-offset: 0px;
    border: 0px !important;
}
.content_enq_001{
    padding:40px !important;
}
.img_enq_001{
padding: 80px 0px !important;
}
.g-recaptcha div {
    margin: 10px auto;
}
.g-recaptcha iframe {
    padding-top: 0 !important;
}
.g-recaptcha div#captcha {
    font-size: 16px;
    padding: 5px 20px;
}
.content_enq_001 div#captcha {
    font-size: 16px;
    padding: 5px 20px;
}
/*---------------------end enquiry form-------------------------------*/
/*---------------------start contact us form-------------------------------*/
.contact_container{
    width: 1000px;
    margin: 0 auto;
}
.card_001 {
    transition: 0.3s;
    border-radius: 5px;
    display: flex;
  }
  .card_box_con{
    background: #dcecf9;
    border-radius: 20px;
  }
  .img_avtar{
      width: 20%;
  }
  .img_detail{
    width: 80%;
    text-align: right;
  }
  .img_detail h4{
    font-size: 20px;
    padding-bottom: 8px;
  }
  .img_detail p{
    font-size: 16px;
    padding-bottom: 8px;
    color: #68707a;
    font-style: italic;
    font-weight: 500;
  }
  .img_detail p:last-of-type{
    padding-bottom: 0px;
    font-weight: 400;
  }
  .img_detail p a{
    color: #68707a;
    transition: all 0.25s ease;
  }
  .img_detail p a:hover{
    color: #79a9d1;
    text-decoration: underline;
  }
  .card_box_con_001 h2{
    font-size: 25px;
    padding-bottom: 30px;
  }
  .card_box_con_001 i{
    background: #78a9d4;
    padding: 3px;
    border-radius: 50%;
    font-size: 20px;
    height: 29px;
    width: 29px;
    text-align: center;
    color: #fff;
  }
  .card_box_con_001 p{
    font-size: 16px;
    line-height: 30px;
    color: #68707a;

  }
  .card_box_con_001 p a{
    color: #68707a;
    transition: all 0.25s ease;
  }
  .card_box_con_001 p a:hover{
    color: #79a9d1;
    text-decoration: underline;
  }
  .card_box_con_001 iframe{
      padding-top: 20px;
  }
  .loc_p{
    width: 10%;
  }
  .loc_p_c{
    width: 90%;
  }
  .location_sp{
      padding-top: 10px;
  }
  .box_002{
    padding: 20px 70px 0px !important;
  }
  /*---------------------end contact us form-------------------------------*/

  /*---------------------start video list css-------------------------------*/
  .our-video{
    padding: 30px 100px 80px;
    background-color: #fff;
  }
  .our-video a.btn.md.primary{
    padding: 12px 20px;
    margin-top: auto;
  }
  .our-video .heading h2 {
    font-weight: 700;
    /* line-height: 1.3em; */
    color: #36311f;
    /* margin-top: 20px; */
    text-align: left;
    font-size: 34px;
    padding-left: 20px;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.our-video ul {
    margin-top: 30px;
    width: 100%;
}
.our-video li {
    width: 30%;
    margin-right: 3.2%;
    background-color: #fff;
    border: 1px solid #ccc;
    border-bottom: solid 2px #7d8ca3;
    /*margin: 0 auto;*/
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 80px;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.our-video li figure {
    width: 100%;
    height: 199px !important;
}
.our-video li figure a {
    width: 100%;
    height: 100%;
}
.our-video li figure video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.our-video li figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.btn.sm.primary {
    background-color: #7d8ca3;
   
}
.our-video a{
    display: inline-block;
}
.btn.sm {
    border-radius: 10px 0;
    padding: 12px 30px;
}
.btn{
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    line-height: 1.3em;
    color: #fff;
    text-decoration: none;
}
.our-video li h3 {
    color: #36311f;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.35em;
    padding: 10px 10px 20px;
}
.our-video .heading p {
    font-size: 16px;
    font-weight: 500;
    color: #7d8ca3;
    padding: 0px 10px 20px;
    line-height: 26px;
}
.card_002{
    height: 170px;
}
  /*---------------------end video list css-------------------------------*/

    /*---------------------start video Details css-------------------------------*/
    .our-video-detail{
        padding: 30px 100px 80px;
        background-color: #fff;
    }
    .vid_detail,.vid_detail_content{
        width: 49%;
        margin-left: 1%;
    }
    .para{
        line-height: 30px;
        margin-top: 20px;
        font-size: 16.5px;
    line-height: 1.8em;
    color: #68707a;
    font-weight: 400;
    margin-bottom: 15px;
    }
    .vid_detail_content{
        padding: 3px 40px 20px;
    }
    .our-video-detail h3{
        padding: 20px 0px;
        font-size: 22px;
        color: #020300;
    }
    .our-video-detail ul{
        padding: 10px;
    }
    .our-video-detail ul li{
        padding-bottom: 15px;
    line-height: 25px;
    font-size: 17px;
    word-spacing: 5px;
    color: #68707a;
    }
    .content_deatil{
        padding-top: 80px;
    }
    .content_deatil_001 {
        width: 35%;
    }
    .content_deatil_002 {
        width: 62%;
        padding-left: 50px;
    }
    .box_border{
        border-bottom: 1px solid #000;
        padding: 15px 0px;
    }
    .content_deatil_001 h4{
        font-size: 20px;
    }
      /*---------------------end video Details css-------------------------------*/
.video_det{

    position: relative;
}
.video_det video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video_det .quiz_btn{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    align-items: center;
    justify-content: center;
    display: none;
}
.video_det .quiz_btn.active{
    display: flex;
}
.video_det .quiz_btn button{
    border: none;
}
.popup_wrapper{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}
.popup_container{
    width: 60%;
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 20px;
    margin: 40px auto 20px;
    position: relative;
}
#close_{
    position: absolute;
    right: -20px;
    top: -20px;
    width: 45px;
    height: 45px;
    background-color: #7d8ca3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.5s ease;
}
#close_ i{
    color: #fff;
}
#close_:hover{
    background-color: #79a9d1;
}
.vid_detail ul{
    padding-left: 25px;
}
.vid_detail ul li {
    list-style: disc;
}
@media (max-width: 992px) {
    .home-about .wrapper {
        padding: 20px 20px;
        background-color: #dcecf9;
    }
    .home_testimonial p {
        padding: 0 10px 0 10px;
    }
    .home_testimonial {
        padding-right: 10px;
    }
}
@media (max-width: 767px){
    .home_testimonial p{
        padding: 0;
        width: 100%;
    }
    .home_testimonial figure {
        margin: 30px auto;
    }
}


/*---------------------------start date- 11-04-2022---- css------------------------*/
@media only screen and (max-width: 800px) and (min-width: 300px)  {

    /*---------------------------start enquire form---- css------------------------*/
    .enq_container{
     width: 100%;
     margin: 0 auto;
    }
    .flex-container{
        display: block;
    }
    .flex-container > div {
  width:100%;
  margin: 0px;
    }
  
    .img_enq_001 {
        padding: 40px 0px 10px!important;
        text-align: center;
    }
    .enq_sec_bg{
        padding: 20px;
    }
    .content_enq_001 {
        padding: 20px !important;
    }
 
    /*---------------------------end enquire form---- css------------------------*/
    
    
    /*---------------------------start contact-details---- css------------------------*/
    .contact_container{
        width: 100%;
        margin: 0 auto;
       }
       .flex-container{
           display: block;
       }
       .flex-container > div {
     width:100%;   
      margin-bottom: 10px;
    
       }
       .img_enq_001 {
           padding: 40px 0px 10px!important;
           text-align: center;
       }
       .img_avtar{
           width: 100%;
       }
       .img_detail {
           width: 100%;
           text-align: center;
     
       }
       .card_001{
           display: block;
           text-align: center;
       }
       .box_002 {
        padding: 10px !important;
        text-align: center !important;
    }
    .img_detail p a{
        font-size: 13px;
    }
    .card_box_con_001 h2{
        text-align: center;
    }
       /*---------------------------end contact-details--- css------------------------*/
           
    /*---------------------------start category/1---- css------------------------*/
    .our-video {
        padding: 20px !important;
    }
    .our-video li {
    width: 100%;
    }
    .our-video .heading h2 {
        text-align: center;
    }
 


     /*---------------------------end category/1---- css------------------------*/
         /*---------------------------start details---- css------------------------*/
    .vid_detail {
      width:100%;
    }
    .video_det{
        width: 100%;
    }
.vid_detail_content{
  width: 100%;  
}
.our-video-detail {
    padding: 20px;
}
.top-footer ul li {
    padding-left: 0px !important;
}
.footer_social a {
    display: inline-block !important;
    padding-top: 9px !important;
}

    
     /*---------------------------end details---- css------------------------*/
        
    }

    @media only screen and (max-width: 786px) and (min-width: 768px)  {
        .top-footer ul li ul li a {
            padding-left: 10px;
        }

    }

    @media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
        .enq_sec_bg {
            padding-left: 10px !important;
        }

      }
    
    
    /*---------------------------end --date- 11-04-2022---- css------------------------*/
.inner_about .content_layout ul li{
    list-style: disc;
}
.inner_about .content_layout ol{
    padding-left: 15px;
    margin-bottom: 20px;
}
.inner_about .content_layout ol li{
    list-style: decimal;
}
.vid_detail_content h3:first-of-type {
    padding-top: 0;
    padding-bottom: 20px;
}
.vid_detail_content h3:nth-of-type(2) {
    font-size: 19px;
    padding-bottom: 7px !important;
}
.vid_detail_content p{
    font-size: 16.5px;
    line-height: 1.8em;
    color: #68707a;
    font-weight: 400;
    margin-bottom: 15px;
}
.vid_detail_content p:empty{
    display: none;
}
.pie_section {
    padding: 20px;
    display: flex;
}
.pie_section p {
    width: 50%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 40px;
}
.pie_section p img{
    margin-bottom: 20px;
    width: 140px;
    align-self: flex-start;
}
.home-about.sec{
    padding: 0;
}
.home-about.sec .wrapper{
    padding: 50px 100px;
}
.about_main {
    background: #ccdbf3;
    padding: 65px 0;
}
.about_main .container{
    display: flex;
}
.about_main .col-left{
    width: 42%;
}
.about_main .col-right{
    width: 58%;
    padding-left: 55px;
}
.container.partner_content_layout {
    display: block;
    text-align: center;
}
.cols_5.borders.partner-gallery {
    display: flex;
    gap: 20px;
}
.partner-gallery .row_0 {
    background: rgba(255,255,255,.5);
    flex: 0 0 33%;
    max-width: 100%;
}
.inner_about.about_main p {
    line-height: 1.75em;
}
.inner_about.about_main h2{
    margin-bottom: 20px;
}
.custom_lists_about{
    column-count: 2;
    padding-top: 40px;
    column-gap: 60px;
}
.custom_lists_about li{
    position: relative;
    padding-left: 15px;
    margin-bottom: 20px;
    line-height: 1.75em;
    font-size: 16px;
}
.custom_lists_about li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background-color: white;
    border-radius: 50%;
}
.inner_about.font_change p{
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}
.custom_tabs .tab{
    display: flex;
}
.custom_tabs .tab li{
    border: none;
    border: 1px solid #ccc;
    margin: 0;
    padding: 10px;
    margin-right: 10px;
    cursor: pointer;
    transition: all 0.5s ease;
    font-size: 20px;
    font-weight: 500;
    background-color: #fff;
    width: 20%;
}
.custom_tabs .tab li:hover,
.custom_tabs .tab li.active{
    background-color: #7d8ca3;
    color: #fff;
    border: solid 1px #7d8ca3;
}
.custom_tabs .tab-wrapper{
    padding: 35px 0 0 0;
}
.custom_tabs .tab-content{
    display: none;
}
.our-video a.btn.md.primary{
    width: auto;
}
section.inner_about .content_layout .col{
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
section.inner_about .content_layout .col li{
    list-style: none;
    width: 49%;
    margin-right: 2%;
    text-align: center;
    display: flex;
    flex-direction: column;
}
section.inner_about .content_layout .col li:nth-of-type(2n){
    margin-right: 0;
}
section.inner_about .content_layout .col li img{
    align-self: center;
    margin-bottom: 15px;
}
.custom_tabs h2 {
    padding-left: 0 !important;
}
#videoBtn {
    margin: 0 auto;
    margin-top: 100px;
}

@media (max-width: 1499px){
    .our-video .container_{
        max-width: 1150px;
        margin: 0 auto;
    }
    .our-video li {
        width: 344px;
    }
}

@media (max-width: 1345px){
    .our-video .container_{
        max-width: 750px;
    }
    .our-video li {
        width: calc(50% - 3.2%);
    }
}

@media (max-width: 767px){
    #videoBtn {
        margin-top: 20px;
    }
    .our-video .container_{
        max-width: 100%;
    }
    .our-video li {
        width: 100%;
        margin-right: 0;
    }
}

@media (max-width: 480px){
    .pie_section{
        flex-wrap: wrap;
    }
    .pie_section p{
        width: 100%;
    }
    .pie_section p:first-of-type{
        margin-bottom: 25px;
    }
}

