@charset "utf-8";

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5)
}

header .navigation_list>li .dropdown-menu-list>li,
ul {
    padding: 0
}

.banner_content h1{
    font-family: "Great Vibes", cursive;
}

.heading h2{
    font-family: "Great Vibes", cursive;
}
.heading p{
    font-size: 22px;
}
.banner_content p,
body {
     font-family: "Inter", sans-serif;
    /* font-family: "Roboto", serif; */
}

.fee_structure .table tr td,
.fee_structure .table tr th {
    vertical-align: middle;
    white-space: nowrap;
    font-size: 16px
}

.cms_txt p a,
.contact_infotxt p a,
.navigation_list>li a,
a,
a:hover {
    text-decoration: none
}

.hover-img,
.navigation_list>li.active img,
.social_list>li a:hover img,
header.fixed .logo img{
    opacity: 0;
    visibility: hidden
}



body {
    font-size: 14px
}

a {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: inline-block
}

.heading {
    text-align: center;
    padding-bottom: 30px
}

.heading h2 {
    font-size: 56px;
    margin: 0;
    color: #000
}

.footer_about a,
.white_heading h2 {
    color: #fff
}

input,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

ul {
    margin: 0;
    font-size: 0
}

li {
    list-style: none;
    font-size: 14px
}

select::-ms-expand {
    display: none
}

.btn-primary {
    color: #000;
    background-color: #fff;
    border-color: #fff;
    border-radius: 4px;
    font-size: 16px;
    height: 50px;
    line-height: 48px;
    min-width: 160px;
    padding: 0 10px;
    text-transform: uppercase;
    font-weight: 500
}

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background: 0 0;
    border-color: #fff
}

.btn-primary.focus,
.btn-primary:focus {
    color: #000;
    background-color: #fff;
    border-color: #fff
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    max-width: 1920px;
    margin: auto;
    padding: 0 0 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    right: 0;
    /* background: linear-gradient(91.05deg, #5f023b5e -3.42%, #c01d8052 54.96%, #5f023b57 115.72%); */
}
header::after{
    background: linear-gradient(91.05deg, #5f023b -3.42%, #c01d80 54.96%, #5f023b 115.72%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s all;
}
.blog_content figure img,
.learn_content figure img,
.social_list>li a img,
header .logo {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.navigation_panel {
    -moz-transition: .5s;
    -o-transition: .5s
}

header .logo figure {
    position: relative;
    margin-bottom: 0
}

header .logo img {
    transition: none;
    max-width: 75px
}

.faq_content .nav-tabs .nav-item.show .nav-link:after,
.faq_content .nav-tabs .nav-link.active:after,
.navigation_list>li a:hover .hover-img,
.navigation_list>li.active .hover-img,
.social_list>li a:hover img.hover-img,
header.fixed .logo img.hover-img {
    opacity: 1;
    visibility: visible
}

header.fixed::after {
    opacity: 1;
    visibility: visible;
}

.logo {
    position: absolute;
    left: 50%;
    top: 5px;
    margin-left: -37.5px
}

.navigation_panel {
    padding-top: 99px;
    webkit-transition: all .5s;
    transition: .5s
}

.academia_content,
.hover-img {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s
}

.navigation_list {
    float: left;
    width: 81.2%;
    padding-top: 5px
}

.navigation_list>li {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-right: 33px
}

.navigation_list>li figure {
    position: relative;
    margin: 0
}

.blog_detail .blog_txt ul li:after,
.blog_txt ul li:last-child:after,
.breadcrumb_panel .breadcrumb>li:last-child:after,
.copyright,
.home_black,
.navbar-close,
.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span,
.why_academia .academia_carousel {
    display: none
}

.navigation_list>li.home {
    padding-right: 20px
}

.navigation_list>li a {
    color: #fff
}

.about_section .heading h2,
.about_section .main-heading h1,
.navigation_list>li a:hover,
.navigation_list>li.active a {
    color: #000
}
.about_section .heading.white_heading h2{
    color: #fff
}
.navigation_list>li.pull_right {
    float: right
}

.social_list {
    float: right;
    width: 18.8%;
    text-align: right;
}

.social_list>li {
    display: inline-block;
    padding-right: 5px
}

.social_list>li:last-child {
    padding-right: 0
}

.social_list>li a {
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #fddf66;
    text-align: center;
    line-height: 24px;
    position: relative;
    border: 1px solid rgb(255,226,106);
    background: rgb(255,226,106);
    background: -moz-linear-gradient(90deg, rgba(255,226,106,1) 0%, rgba(253,235,165,1) 50%, rgba(215,179,64,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255,226,106,1) 0%, rgba(253,235,165,1) 50%, rgba(215,179,64,1) 100%);
    background: linear-gradient(90deg, rgba(255,226,106,1) 0%, rgba(253,235,165,1) 50%, rgba(215,179,64,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe26a",endColorstr="#d7b340",GradientType=1);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0!important;
}

.social_list>li a:hover {
    background: 0 0;
    border-color: #e8c46b
}

.hover-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: .5s
}

.navbar-toggler {
    width: 45px;
    height: 30px;
    margin: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    position: absolute;
    padding: 0 110px 0 0;
    top: 24px;
    right: 0;
    display: none;
    color: #fff
}

.cstm_btn,
.view_btn {
    display: inline-block
}

.fee_structure .table tr td input[type=image]:focus,
.navbar-toggler span:focus,
.navbar-toggler:focus,
.owl-carousel .owl-dots .owl-dot:focus,
.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-prev:focus {
    outline: 0
}

.accordion_txt ul li a,
.breadcrumb_panel .breadcrumb>li a,
header.fixed .navbar-toggler,
header.inner_page_header .navbar-toggler {
    color: #000
}
header.inner_page_header .navbar-toggler {
    color: #000!important
}
header.fixed .navbar-toggler span,
header.inner_page_header .navbar-toggler span {
    background: #000
}
header.inner_page_header .navbar-toggler span{
    background-color: #000
}
.navbar-toggler span {
    display: block;
    position: absolute;
    height: 2px;
    width: 32px;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    right: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    outline: 0
}

.navbar-toggler span:first-child {
    top: 0
}

.navbar-toggler span:nth-child(2),
.navbar-toggler span:nth-child(3) {
    top: 8px;
}

.navbar-toggler span:nth-child(4) {
    top: 16px;
}

.navbar-toggler.show span:first-child {
    top: 10px;
    width: 0%;
    right: 50%
}

.navbar-toggler.show span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.navbar-toggler.show span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.navbar-toggler.show span:nth-child(4) {
    top: 18px;
    width: 0%;
    right: 50%
}

header .navigation_list>li .dropdown-menu {
    min-width: 270px;
    padding: 10px 0 15px;
    border-color: rgb(255, 226, 106);
    background: rgb(255, 226, 106);
    background: -moz-linear-gradient(90deg, rgba(255, 226, 106, 1) 0%, rgba(253, 235, 165, 1) 50%, rgba(215, 179, 64, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 226, 106, 1) 0%, rgba(253, 235, 165, 1) 50%, rgba(215, 179, 64, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 226, 106, 1) 0%, rgba(253, 235, 165, 1) 50%, rgba(215, 179, 64, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe26a",endColorstr="#d7b340",GradientType=1);
}

header .navigation_list>li .dropdown-menu-list>li>a {
    padding: 10px 15px;
    font-size: 12px;
    color: #000;
    display: block
}

header .navigation_list>li .dropdown-menu-list>li.active>a,
header .navigation_list>li .dropdown-menu-list>li>a:hover {
    background: rgba(0, 0, 0, .05);
    color: #000
}

header .navigation_list>li .dropdown-toggle {
    position: relative;
    padding-right: 19px
}

header .navigation_list>li .dropdown-toggle::after {
    border-top: 5px solid;
    border-right: 4px solid transparent;
    border-bottom: 0;
    border-left: 4px solid transparent;
    position: absolute;
    top: 6px;
    right: 0
}

.banner_section {
    min-height: 1000px;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    z-index: 1;
    max-width: 1920px;
    margin: auto;
    background-attachment: fixed !important;
}
.banner_section-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

/* .banner_section:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgb(95,2,59);
    background: linear-gradient(180deg, rgba(95,2,59,0.8883928571428571) 0%, rgba(192,29,128,0.17130602240896353) 50%, rgba(95,2,59,0) 100%);
    opacity: 0.5;
} */

.banner_content {
    text-align: center;
    padding: 173px 0 0
}

.banner_content h1 {
    color: #fff;
    font-size: 50px;
    /* text-shadow: 3px 2px 1px rgb(0, 0, 0); */
    padding: 15px;
    background-color: #5f023b7c;
    border-radius: 20px;
}

.banner_content p {
    color: #fff;
    font-size: 18px
}

.banner_content p img {
    margin-left: 7px;
    margin-top: -9px
}

.learn-carousel {
    cursor: auto !important;
    padding: 0 28px 29px
}

.learn_content {
    border: 2px solid #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative
}

.learn_content figure:after,
.learn_txt {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
    bottom: 0
}

.learn_content figure {
    position: relative;
    margin: 0;
    overflow: hidden
}

.blog_content a,
.learn_content figure a {
    display: block
}

.blog_content figure:hover img,
.learn_content:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.learn_content figure:after {
    content: "";
    height: 210px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%)
}

.learn_txt {
    text-align: left;
    padding: 17px
}

.academia_content figure,
.blog_txt,
.blog_txt ul li,
.free_resister,
.input_group,
.say_about,
.say_about_bottom,
.sitemap-section ul ul li {
    position: relative
}

.learn_txt h3 {
    color: #fff;
    font-size: 24px;
    margin: 0;
    line-height: 30px;
}

.course_description p a,
.footer_about a:hover,
.footer_link ul>li>a:hover,
.learn_txt h3:hover,
.styled-selectors label a,
.view_btn:hover {
    color: #e3bd63
}

.learn_txt .seprator {
    width: 220px;
    height: 5px;
    background: rgba(255, 255, 255, .26);
    margin: 6px 0
}

.learn_txt span {
    display: block;
    color: #fff
}

.view_btn {
    font-size: 14px;
    color: #fff;
    font-weight: 400
}

.cstm_btn,
.free_resister p {
    font-weight: 700;
    font-size: 20px
}

.cstm_btn {
    min-width: 577px;
    padding: 10px 15px;
    border-radius: 7px;
    border: 1px solid rgb(255,226,106);
    color: #000;
    background: rgb(255,226,106);
    background: -moz-linear-gradient(90deg, rgba(255,226,106,1) 0%, rgba(253,235,165,1) 50%, rgba(215,179,64,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255,226,106,1) 0%, rgba(253,235,165,1) 50%, rgba(215,179,64,1) 100%);
    background: linear-gradient(90deg, rgba(255,226,106,1) 0%, rgba(253,235,165,1) 50%, rgba(215,179,64,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe26a",endColorstr="#d7b340",GradientType=1);
}

.blog_txt h3 a:hover,
.read_more,
footer h3 {
    color: #cb9b25
}

.cstm_btn:hover {
    color: #000;
    background: #fff
}

.why_academia {
    padding: 39px 0;
    max-width: 1920px;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.academia_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 5px -19px 0;
    padding: 0 96px 50px
}

.academia_list>li {
    width: 25%;
    padding: 0 19px 38px
}

.academia_content {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #debd40;
    height: 100%;
    text-align: center;
    padding: 42px 20px 22px;
    box-shadow: 0 0 57px rgba(29, 38, 43, .1);
    transition: .5s
}

.academia_content figure img {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: relative;
    top: 0
}

.academia_content:hover figure img {
    top: -10px
}

.academia_content figure:after {
    content: '';
    width: 80px;
    height: 17px;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, .15) 28%, rgba(0, 0, 0, .15) 54%, rgba(0, 0, 0, 0) 71%, rgba(0, 0, 0, 0) 79%, rgba(0, 0, 0, 0) 81%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, .15) 28%, rgba(0, 0, 0, .15) 54%, rgba(0, 0, 0, 0) 71%, rgba(0, 0, 0, 0) 79%, rgba(0, 0, 0, 0) 81%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .15) 28%, rgba(0, 0, 0, .15) 54%, rgba(0, 0, 0, 0) 71%, rgba(0, 0, 0, 0) 79%, rgba(0, 0, 0, 0) 81%);
    opacity: 0;
    transition: .6s ease-in-out;
    -webkit-transition: .6s ease-in-out
}

.academia_content:hover figure:after {
    opacity: .2
}

.academia_content:hover {
    box-shadow: 0 0 57px rgba(29, 38, 43, .2)
}

.academia_content p {
    color: #404040;
    line-height: 1.5;
    font-size: 18px;
    margin: 0;
}

.free_resister {
    max-width: 562px;
    margin: auto;
    border-radius: 7px;
    padding: 23px 195px 24px 30px;
    background: rgb(255,226,106);
    background: -moz-linear-gradient(90deg, rgba(255,226,106,1) 0%, rgba(253,235,165,1) 50%, rgba(215,179,64,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255,226,106,1) 0%, rgba(253,235,165,1) 50%, rgba(215,179,64,1) 100%);
    background: linear-gradient(90deg, rgba(255,226,106,1) 0%, rgba(253,235,165,1) 50%, rgba(215,179,64,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe26a",endColorstr="#d7b340",GradientType=1);
}

.free_resister p {
    color: #000;
    margin: 0
}

.free_resister .btn,
.live_chat .btn {
    position: absolute;
    right: 15px;
    top: 14px
}

.say_about {
    min-height: 570px;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    z-index: 1;
    padding: 37px 0;
    max-width: 1920px;
    margin: auto;
    overflow: hidden;
    background-attachment: fixed !important
}

.free_resister .btn:hover,
.live_chat .btn:hover {
    border-color: #000;
    color: #000
}

.say_about:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0, 0, 0, .15);
}

.say_about_carousel {
    margin-top: 30px;
    width: 85%;
    float: right;
    padding-bottom: 50px
}

.say_about_carousel .owl-item img {
    width: auto
}

.say_about_content {
    background: #fff;
    border: 1px solid rgba(115, 115, 115, .5);
    padding: 45px 30px 30px;
    box-shadow: 5px 5px 27px rgba(133, 133, 133, .17)
}

.say_about_top {
    border-left: 2px solid rgba(0, 0, 0, .76);
    padding: 0 0 0 20px;
    margin-bottom: 30px;
    max-height: 170px;
    overflow: hidden;
    overflow-y: auto
}

.say_about_top p {
    line-height: 1.5;
    color: #4b4b4d;
    margin-bottom: 10px;
    font-size: 18px;
}

.say_about_bottom {
    padding: 10px 0 0 85px;
    min-height: 67px;
    margin-left: 30px
}

.say_about_bottom figure {
    height: 67px;
    width: 67px;
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0
}

.say_about_bottom strong {
    display: block;
    font-weight: 400;
    font-size: 20px;
    color: #000;
    line-height: 24px
}

.say_about_bottom span {
    display: block;
    color: #4b4b4d
}

.say_about_bottom span b {
    font-size: 16px;
    font-weight: 600;
    display: block
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #e3bd63 !important
}

.owl-carousel .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.owl-carousel .owl-dots .owl-dot {
    width: 28px;
    height: 8px;
    border-radius: 100px;
    background: #fff;
    margin: 0 3px
}

.owl-carousel .owl-dots .owl-dot.active {
    background: #debd40
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    margin-top: -27px;
    height: 53px;
    width: 53px;
    text-align: center;
    line-height: 53px;
    background-color: #debd40;
    box-shadow: 7px 1px 9px rgba(41, 46, 55, .31);
    border-radius: 50%
}

.say_about_carousel .owl-stage {
    padding-left: 0 !important
}

.owl-carousel.say_about_carousel .owl-nav button.owl-next {
    right: 240px
}

.owl-carousel .owl-nav button.owl-prev {
    left: -30px;
    background: rgb(255,226,106);
    background: -moz-linear-gradient(90deg, rgba(255,226,106,1) 0%, rgba(253,235,165,1) 50%, rgba(215,179,64,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255,226,106,1) 0%, rgba(253,235,165,1) 50%, rgba(215,179,64,1) 100%);
    background: linear-gradient(90deg, rgba(255,226,106,1) 0%, rgba(253,235,165,1) 50%, rgba(215,179,64,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe26a",endColorstr="#d7b340",GradientType=1);
    overflow: hidden;
}
.owl-carousel .owl-nav button.owl-prev::after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-image: url(../images/prev.svg);
    background-position: center;
    background-repeat: no-repeat
}
.owl-carousel .owl-nav button.owl-next {
    right: -30px;
    background: rgb(255,226,106);
    background: -moz-linear-gradient(90deg, rgba(255,226,106,1) 0%, rgba(253,235,165,1) 50%, rgba(215,179,64,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255,226,106,1) 0%, rgba(253,235,165,1) 50%, rgba(215,179,64,1) 100%);
    background: linear-gradient(90deg, rgba(255,226,106,1) 0%, rgba(253,235,165,1) 50%, rgba(215,179,64,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe26a",endColorstr="#d7b340",GradientType=1);
    overflow: hidden;
    
}
.owl-carousel .owl-nav button.owl-next::after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-image: url(../images/next.svg);
    background-position: center;
    background-repeat: no-repeat
}
.latest_blog {
    padding: 39px 0 50px;
    max-width: 1920px;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.latest_blog_carousel {
    margin: 39px auto 57px;
    max-width: 1260px
}

.blog_content {
    border-radius: 10px 10px 5px 5px;
    border: 1px solid #d2d2d2;
    overflow: hidden
}

.blog_content figure {
    margin: 0;
    overflow: hidden
}

.blog_txt {
    padding: 15px 15px 55px;
    background: #fff
}

.blog_txt h3 {
    color: #000;
    font-size: 22px;
    margin-bottom: 10px;
}

.blog_txt h3 a {
    color: #000;
    display: block
}

.blog_txt p {
    line-height: 1.5;
    color: #404040;
    margin: 0;
    font-size: 18px;
}

.blog_txt ul {
    padding-bottom: 10px
}

.blog_txt ul li {
    display: inline-block;
    font-size: 12px;
    padding-right: 10px;
    margin-right: 10px;
    line-height: 16px;
    color: #404040
}

.blog_txt ul li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 1px;
    width: 1px;
    height: 80%;
    margin: auto;
    background: #404040
}

.read_more {
    font-size: 14px;
    border-bottom: 1px solid #debd40;
    line-height: 14px;
    position: absolute;
    bottom: 22px;
    left: 11px
}

.read_more:hover {
    color: #000;
    border-color: #000
}

.latest_blog_carousel .owl-dots .owl-dot {
    background: #cacaca
}

.live_chat {
    max-width: 722px;
    margin: auto;
    border-radius: 7px;
    padding: 23px 195px 24px 46px;
    position: relative;
    background: rgb(255,226,106);
    background: -moz-linear-gradient(90deg, rgba(255,226,106,1) 0%, rgba(253,235,165,1) 50%, rgba(215,179,64,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255,226,106,1) 0%, rgba(253,235,165,1) 50%, rgba(215,179,64,1) 100%);
    background: linear-gradient(90deg, rgba(255,226,106,1) 0%, rgba(253,235,165,1) 50%, rgba(215,179,64,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe26a",endColorstr="#d7b340",GradientType=1);
}

.live_chat p {
    font-weight: 700;
    color: #000;
    margin: 0;
    font-size: 22px
}

footer {
    border-top: 1px solid #dcd7ca;
    padding: 15px 0 15px;
    background: linear-gradient(91.05deg, #5f023b -3.42%, #c01d80 54.96%, #5f023b 115.72%)
}

.experience_content,
.footer_content {
    display: flex;
    flex-wrap: wrap
}

.footer_about {
    width: 25.4%
}

.footer_about figure {
    margin-bottom: 15px
}

.footer_about p {
    margin-bottom: 2px;
    line-height: 24px;
    color: #fff;
    font-size: 18px;
}

footer h3 {
    font-size: 22px;
    margin: 0 0 8px;
    font-weight: 700;
    line-height: 19px;
    background: -moz-linear-gradient(90deg, rgba(255, 226, 106, 1) 0%, rgba(253, 235, 165, 1) 50%, rgba(215, 179, 64, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 226, 106, 1) 0%, rgba(253, 235, 165, 1) 50%, rgba(215, 179, 64, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 226, 106, 1) 0%, rgba(253, 235, 165, 1) 50%, rgba(215, 179, 64, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe26a",endColorstr="#d7b340",GradientType=1);
    color: transparent;
    background-clip: text; 
    display: inline-block;
}

footer p {
    font-size: 14px;
    line-height: 28px;
    color: #fff
}

.footer_link {
    width: 50.3%;
    padding-top: 29px
}

.footer_link ul {
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap
}

.footer_link ul>li {
    line-height: 15px;
    width: 33.33%;
    padding-right: 10px
}

.footer_link ul>li>a {
    color: #fff;
    margin: 7px 0 6px;
    font-size: 18px
}

.get_in_touch {
    width: 23.8%;
    padding-left: 11px;
    padding-top: 29px;
}

.get_in_touch p {
    line-height: 22px;
    font-size: 16px;
    margin-bottom: 10px;
    color: #fff
}

.input_group .form-control {
    height: 52px;
    font-size: 16px;
    padding: 0 80px 0 16px;
    border: none
}

.btn-secondary:focus,
.contact_form .form-control:focus,
.faq_content .card-header .btn-link:focus,
.input_group .form-control:focus,
.registration_form .form-control:focus {
    outline: 0;
    box-shadow: none
}

.btn-secondary {
    background: #fddf66;
    color: #000;
    min-width: 115px;
    height: 42px;
    line-height: 40px;
    padding: 0 5px;
    font-weight: 500;
    font-size: 15px;
    border-radius: 100px;
    background: rgb(255,226,106);
    background: -moz-linear-gradient(90deg, rgba(255,226,106,1) 0%, rgba(253,235,165,1) 50%, rgba(215,179,64,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255,226,106,1) 0%, rgba(253,235,165,1) 50%, rgba(215,179,64,1) 100%);
    background: linear-gradient(90deg, rgba(255,226,106,1) 0%, rgba(253,235,165,1) 50%, rgba(215,179,64,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe26a",endColorstr="#d7b340",GradientType=1);
}

.get_in_touch .btn-secondary {
    position: absolute;
    right: 2px;
    top: 5px
}

.btn-secondary:hover {
    background: 0 0;
    border-color: #e3bd63
}

.footer_social {
    padding: 50px 0 0;
    text-align: center;
    position: relative;
    z-index: 1
}

/* .footer_social:after {
    content: "";
    position: absolute;
    left: 0;
    top: 35px;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .116);
    z-index: -1
} */

.footer_social .social_list {
    width: auto;
    text-align: center;
    display: inline-block;
    float: none;
    margin: auto;
    background: 0 0;
    padding: 0 15px;
    width: 100%;
}

.footer_social .social_list li {
    padding: 1px 5px;
    width: auto;
}

.footer_social .social_list li a:hover {
    border-color: #fff
}

header.inner_page_header {
    background: #fff;
    border-bottom: 1px solid #f5f5f5
}

.main-content {
    padding-top: 154px
}

.main-heading,
.sitemap {
    text-align: center
}

.main-heading h1 {
    font-size: 60px;
    margin: 0;
    color: #000;
    font-family: "Great Vibes", cursive;
    letter-spacing: 2px
}
.main-content.faq--page .main-heading h1{
    font-family: "Qwigley", serif;
}
.main-heading p {
    font-size: 22px;
    color: #000;
    max-width: 1000px;
    margin: 10px auto auto;
    line-height: 32px;
    letter-spacing: .5px
}
.about_section .main-heading p{
    font-size: 22px;
    color: #404040;
}
.privacy--text .main-heading p{
    margin-left: 0;
    max-width: 100%;
    text-align: left;
}
.privacy--text .main-heading h1{
    text-align: left;
}
.privacy--text .breadcrumb_panel .breadcrumb{
    justify-content: flex-start;
    padding-left: 0;
}
.main-heading p a {
    color: #e7bc50
}

.main-heading strong {
    font-size: 30px;
    margin: 0;
    color: #000;
    letter-spacing: 2px;
    font-weight: 400;
    line-height: 32px;
    display: block;
    padding-bottom: 18px
}

.breadcrumb_panel {
    padding: 5px 0 0
}

.breadcrumb_panel .breadcrumb {
    background: 0 0;
    justify-content: center
}

.breadcrumb_panel .breadcrumb>li {
    font-size: 15px;
    color: #cb9b25;
    position: relative;
    padding-right: 12px;
    margin-right: 12px
}

.breadcrumb_panel .breadcrumb>li:after {
    content: "/";
    position: absolute;
    right: -3px;
    top: 0;
    color: #000
}

.breadcrumb_panel .breadcrumb>li:last-child {
    padding-right: 0;
    margin-right: 0
}

.breadcrumb_panel .breadcrumb>li.active {
    font-weight: 700;
    color: #cb9b25
}

.about_section {
    padding: 40px 0 73px;
    max-width: 1920px;
    margin: auto;
    position: relative;
}
.about_section .jarallax{
    opacity: 0.5;
}
.start_now .jarallax{
    opacity: 1;
}
.start_now .jarallax .jarallax-img{
    opacity: 1!important;
}
.about_listing {
    padding: 47px 25px 80px
}

.about_listing>li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    margin-bottom: 85px
}

.about_img figure,
.about_listing>li:last-child {
    margin-bottom: 0
}
.about_img figure img{
    max-width: 100%;
}
.about_img {
    width: 45%
}

.about_txtbox {
    width: 55%;
    padding-left: 78px
}

.about_txtbox .heading,
.contact_contant .heading {
    text-align: left
}

.about_listing>li:nth-child(2n) .about_img {
    -ms-flex-order: 2;
    order: 2;
    width: 43%
}

.about_listing>li:nth-child(2n) .about_txtbox {
    -ms-flex-order: 1;
    order: 1;
    width: 57%;
    padding: 0 40px 0 0
}

.about_txtbox p {
    font-size: 22px;
    color: #404040;
    line-height: 1.5;
    margin: 0
}

.about_txtbox p+p {
    margin-top: 20px
}

.bt-0 {
    border-top: 0 !important
}

.say_about_inner:after {
    background: rgba(0, 0, 0, .7)
}

.start_now {
    position: relative;
    z-index: 1;
    padding: 74px 0;
    background-attachment: fixed !important;
    background-size: cover !important;
    background-position: center !important
}

.start_now .heading p {
    font-size: 22px;
    color: #fff;
    text-align: center;
    margin: 30px 0 10px
}

.start_now .heading p a {
    color: #d3a024
}

.start_now:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0, 0, 0, .30)
}

.about_experience {
    padding: 75px 0 0
}

.experience_txtbox {
    width: 50.1%;
}

.experience_img {
    width: 49.9%;
}

.experience_img figure {
    margin: 0;
    position: relative;
    padding: 30px;
    z-index: 1;
}

/* .experience_img figure:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 531px;
    height: 790px;
    background: url(../images/experience_img_bg.jpg);
    z-index: -1
} */

.experience_txtbox .heading {
    text-align: left;
    padding-bottom: 12px;
    line-height: 30px
}

.experience_txtbox .heading h2 {
    line-height: 65px;
    color: #e8c46b
}

.experience_txtbox p {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 20px
}

.experience_txtbox .live_chat {
    padding: 31px 195px 31px 22px;
    margin-top: 35px
}

.experience_txtbox .live_chat .btn {
    font-weight: 700;
    right: 28px;
    top: 0;
    bottom: 0;
    margin: auto
}

.experience_txtbox .live_chat p {
    font-size: 20px;
    margin: 0;
    letter-spacing: .8px
}

.registration_section {
    padding: 40px 0 45px;
    max-width: 1920px;
    margin: auto
}

.registration_form {
    padding-top: 30px;
    max-width: 1209px;
    margin: auto
}

.registration_form .form-group {
    margin-bottom: 25px
}

.contact_form label,
.registration_form label {
    font-size: 18px;
    font-weight: 600;
    color: rgba(0, 0, 0, .8)
}

.registration_form label span {
    font-size: 14px
}

.registration_form label b {
    font-weight: 400;
    color: #e32222
}

.contact_form .form-control,
.registration_form .form-control {
    height: 50px;
    border-radius: 0;
    border: 1px solid #e3bf68;
    font-size: 14px
}

.registration_form select.form-control {
    -webkit-appearance: none;
    background-image: url(../images/select_arrow.svg);
    background-position: center right 15px;
    background-repeat: no-repeat
}

.phone_number_input {
    position: relative;
    padding-left: 97px
}

.phone_number_input select.form-control {
    width: 97px;
    position: absolute;
    left: 0;
    border-right: 0;
    background-size: 13px;
    padding: 0 27px 0 20px;
    background-position: center right 10px
}
.phone_number_input select.form-control{
    padding-left: 10px;
}
.contact_form textarea.form-control,
.registration_form textarea.form-control {
    height: 140px;
    resize: none
}


.note {
    font-size: 18px;
    color: rgba(0, 0, 0, .8);
    margin: 0 0 25px
}

.styled-selectors label {
    font-size: 18px;
    margin: 0;
    color: rgba(0, 0, 0, .8)
}
.styled-selectors label small{
    font-size: 18px;
}
.styled-selectors input[type=checkbox]:not(old) {
    margin: 0;
    padding: 0;
    opacity: 0;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    cursor: pointer
}

.styled-selectors input[type=checkbox]:not(old)+label {
    display: inline-block;
    margin-left: 0;
    padding-left: 25px;
    line-height: 21px;
    cursor: pointer;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative
}

.styled-selectors input[type=checkbox]:not(old)+label:after {
    position: absolute;
    top: 2px;
    left: 0;
    content: '';
    height: 15px;
    width: 15px;
    border: 1px solid #c7c7c7;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #f8f9fa
}

.styled-selectors input[type=checkbox]+label:before {
    position: absolute;
    top: 2px;
    left: 0;
    content: '';
    height: 15px;
    width: 15px;
    background-image: url("../images/chekbox-check.svg");
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 1;
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: center
}

.styled-selectors input[type=checkbox]:checked+label:before {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}

.registration_form .submit_group {
    padding-top: 20px
}

.contact_form .submit_btn,
.registration_form .submit_btn {
    font-size: 18px;
    font-weight: 600;
    min-width: 144px;
    height: 53px;
    line-height: 53px
}

.start_now .live_chat .btn {
    font-weight: 700
}

.course_detail {
    padding: 40px 0 0;
    max-width: 1920px;
    margin: auto;
    position: relative;
}
.course_detail .jarallax{
    opacity: 0.5;
}
.course_description {
    padding-top: 9px;
    padding-bottom: 24px
}

.course_description p {
    font-size: 22px;
    color: #4b4b4d;
    text-align: center;
    max-width: 1112px;
    margin: auto auto 15px;
    line-height: 27px;
    letter-spacing: .5px
}

.can_we_help .heading h2,
.cms_txt h3,
.contact_contant .heading h2 {
    font-size: 36px;
    font-weight: 500;
    font-family: "Great Vibes", cursive;
}
.contact--page{
    padding: 50px 0;
}
.contact--page .jarallax{
    opacity: 0.5;
}
.fee_structure .table-responsive {
    max-width: 1103px;
    margin: auto;
    border-radius: 30px;
    border: 1px solid #e3bf68
}

.fee_structure .heading {
    padding-bottom: 15px
}

.fee_structure .heading h2 {
    font-size: 30px;
    letter-spacing: 1.5px
}

.fee_structure .table {
    background: #fff;
    margin: 0
}

.fee_structure .table tr th {
    text-align: center;
    border: none;
    border-right: 1px solid #e3bf68;
    padding: 25px 40px;
}
.fee_structure .table thead tr {
    background: rgb(255, 226, 106);
    background: -moz-linear-gradient(90deg, rgba(255, 226, 106, 1) 0%, rgba(253, 235, 165, 1) 50%, rgba(215, 179, 64, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 226, 106, 1) 0%, rgba(253, 235, 165, 1) 50%, rgba(215, 179, 64, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 226, 106, 1) 0%, rgba(253, 235, 165, 1) 50%, rgba(215, 179, 64, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe26a",endColorstr="#d7b340",GradientType=1);
}
.fee_structure .table tr td:last-child,
.fee_structure .table tr th:last-child {
    border-right: 0;
    min-width: 365px;
}

.fee_structure .table tr td span,
.fee_structure .table tr th span {
    text-align: center;
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, .6);
    white-space: normal
}

.fee_structure .table tr td {
    text-align: center;
    border-top: 1px solid #e3bf68;
    border-right: 1px solid #e3bf68;
    color: #000;
    font-weight: 600;
    width: 28.5%;
    padding: 27px 20px
}

.fee_structure .table tr td:first-child {
    width: 35%
}

.course_registration .registration_section {
    padding: 62px 0 45px
}

.course_registration .registration_form {
    padding-top: 18px
}

.custom-file-label,
.custom-file-label::after {
    right: 0;
    padding: 0 .75rem;
    line-height: 48px;
    top: 0
}

.previous_jobs_detail .table-responsive {
    margin: auto;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05)
}

.blog_detail .question_panel p,
.contact_info ul,
.previous_jobs_detail .table {
    margin: 0
}

.previous_jobs_detail .table-striped tbody tr:nth-of-type(2n) {
    background-color: rgba(0, 0, 0, .03)
}

.previous_jobs_detail .table tr td {
    vertical-align: middle;
    border: 1px solid #dee2e6;
    padding: 20px;
    border-top: 0
}

.previous_jobs_detail .table tr th {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    border: 0;
    border-right: 1px solid #d7b86c;
    padding: 20px;
    white-space: nowrap;
    background: #e8c46b
}

.previous_jobs_detail .table tr th:first-child {
    border-left: 1px solid #d7b86c
}

.previous_jobs_detail .table tr td:first-child,
.previous_jobs_detail .table tr th:first-child {
    width: 50px;
    text-align: center;
    font-weight: 700
}

.previous_jobs_detail .table tr td .form-control {
    border: 1px solid #ddd;
    width: 240px;
    margin: auto
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 50px;
    margin-bottom: 0
}

.custom-file-input,
.custom-file-label {
    height: calc(2.25rem + 2px);
    cursor: pointer
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0;
    opacity: 0
}

.custom-file-label {
    position: absolute;
    left: 0;
    z-index: 1;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse"
}

.custom-file-label::after {
    position: absolute;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 48px;
    color: #000;
    content: "Browse";
    background-color: #e3bf68;
    border-left: 1px solid #e3bf68;
    border-radius: 0;
    cursor: pointer;
    font-size: 16px
}

.cms_content,
.launch_class_page,
.teacher_page {
    padding: 40px 0 80px;
    max-width: 1920px;
    margin: auto;
    position: relative;
}
.teacher_page .jarallax, .cms_content .jarallax, .launch_class_page .jarallax{
    opacity: 0.5;
}
.contact_page{
    position: relative;
}
.cms_txt h3 {
    margin: 0;
    color: #000;
    letter-spacing: 2px;
    font-family: "Great Vibes", cursive;
    padding: 20px 0 10px
}

.cms_txt p {
    font-size: 22px;
    color: #404040;
    line-height: 27px;
    margin: 0 0 15px
}

.cms_txt p a {
    color: #e7bc50;

}

.cms_txt ul {
    padding: 0 0 0 20px
}

.cms_txt ul li {
    display: block;
    margin-bottom: 10px;
    font-size: 22px;
    color: #404040;
    position: relative;
    padding-left: 20px
}

.cms_txt ul li:before {
    content: "";
    height: 7px;
    width: 7px;
    background: #ddb34b;
    position: absolute;
    top: 9px;
    left: 0
}

.contact_contant {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 100px 0;
    justify-content: center
}

.contact_form {
    width: 100%;
    padding-right: 0
}

.contact_info {
    width: 50%;
    padding: 0 0 30px
}

.contact_info ul li {
    padding: 0 0 40px
}

.contact_infotxt {
    position: relative;
    padding-left: 70px
}

.contact_infotxt figure {
    position: absolute;
    left: 0;
    top: 0
}

.contact_infotxt h3 {
    font-weight: 700;
    font-size: 20px;
    color: #2b2b2b;
    margin-bottom: 5px
}

.contact_infotxt p {
    color: #2b2b2b;
    font-size: 16px;
    margin: 0
}

.contact_infotxt p a {
    color: #2b2b2b
}

.can_we_help {
    padding: 0 20px 30px 0;
    width: 50%
}

.can_we_help p {
    color: #4b4b4d;
    font-size: 18px;
    margin: 0 0 7px
}

.can_we_help p strong {
    font-weight: 600;
    padding-top: 10px;
    display: block;
    font-size: 22px
}

.can_we_help p a,
.can_we_help ul li a {
    color: #e8c46b;
    text-decoration: none
}

.can_we_help ul {
    padding-left: 0
}

.can_we_help ul li {
    color: #4b4b4d;
    font-size: 18px;
    margin: 0 0 5px
}

.accordion_txt p,
.launch_class_txtbox ul li {
    color: #2b2b2b;
    font-size: 18px
}

.teacher_page .about_experience {
    padding: 30px 0 0
}

.teacher_page .experience_img figure {
    padding: 53px 0 0 53px
}
.experience_img figure img{
    max-width: 100%;
}
.blog_detail .blog_content figure img,
.teacher_page .experience_img figure img {
    max-width: 100%
}

.teacher_page .experience_img figure:after {
    left: 0;
    right: auto
}

.teacher_page .experience_txtbox p a {
    color: #cb9b25;
    text-decoration: underline
}

.teacher_page .experience_txtbox {
    padding: 50px 0 0
}

.teacher_page .experience_content {
    align-items: center
}

.launch_class_content {
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
    align-items: center
}

.launch_class_txtbox {
    width: 50%;
    padding-right: 30px
}

.launch_class_txtbox ul li {
    display: block;
    margin-bottom: 15px;
    padding-left: 35px;
    position: relative
}

.launch_class_txtbox ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    background: url(../images/correct.svg) no-repeat;
    width: 20px;
    height: 20px
}

.launch_class_video {
    width: 50%
}

.launch_class_video iframe {
    width: 100%;
    height: 400px;
    border: 7px solid #e8c46b
}

.faq_content {
    max-width: 1000px;
    margin: auto
}

.blog_detail .blog_content figure,
.faq_content .card {
    margin-bottom: 20px
}

.faq_content .nav-tabs {
    justify-content: center;
    margin-bottom: 30px;
    margin-top: 30px;
    border: none
}

.faq_content .nav-tabs .nav-link {
    border: 1px solid #c01d80;
    font-size: 18px;
    text-align: center;
    border-radius: 10px;
    font-weight: 700;
    height: 60px;
    padding: 0 25px;
    line-height: 57px;
    color: #c01d80;
    background: #fff;
    min-width: 245px;
    position: relative
}

.faq_content .nav-tabs .nav-link:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    border-top: 10px solid #c01d80;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    margin-left: -5px;
    opacity: 0;
    visibility: hidden
}

.faq_content .nav-tabs .nav-item {
    margin: 0 5px
}

.faq_content .nav-tabs .nav-item .nav-link:hover,
.faq_content .nav-tabs .nav-item.show .nav-link,
.faq_content .nav-tabs .nav-link.active {
    border: 1px solid #c01d80;
    background: linear-gradient(91.05deg, #5f023b -3.42%, #c01d80 54.96%, #5f023b 115.72%);
    color: #fff
}

.accordion_txt {
    background: #fff;
    padding: 20px 30px;
    border-radius: 0 0 10px 10px;
    border: 1px solid #e8c46b;
    border-top: none
}

.accordion_txt ul {
    padding-left: 20px;
    padding-bottom: 20px
}

.accordion_txt ul li {
    display: block;
    font-size: 16px;
    margin: 8px 0;
    position: relative;
    padding-left: 25px
}

.accordion_txt ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgb(255, 226, 106);
    background: -moz-linear-gradient(90deg, rgba(255, 226, 106, 1) 0%, rgba(253, 235, 165, 1) 50%, rgba(215, 179, 64, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 226, 106, 1) 0%, rgba(253, 235, 165, 1) 50%, rgba(215, 179, 64, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 226, 106, 1) 0%, rgba(253, 235, 165, 1) 50%, rgba(215, 179, 64, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe26a",endColorstr="#d7b340",GradientType=1);
}

.accordion_txt p a {
    color: #e8c46b;
    word-break: break-all
}

.faq_content .card-header .btn-link {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    border: 1px solid #e8c46b;
    padding: 15px 70px 15px 30px;
    border-radius: 10px;
    position: relative;
}

.faq_content .card-header .btn-link:hover {
    background: rgb(255, 226, 106);
    background: -moz-linear-gradient(90deg, rgba(255, 226, 106, 1) 0%, rgba(253, 235, 165, 1) 50%, rgba(215, 179, 64, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 226, 106, 1) 0%, rgba(253, 235, 165, 1) 50%, rgba(215, 179, 64, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 226, 106, 1) 0%, rgba(253, 235, 165, 1) 50%, rgba(215, 179, 64, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe26a",endColorstr="#d7b340",GradientType=1);
}
.faq_content .card-header .btn-link::after{
    position: absolute;
    width: 30px;
    height: 30px;
    content: "";
    background-image: url(../images/plus_icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.faq_content .card-header .btn-link[aria-expanded=true] {
    border-radius: 10px 10px 0 0;
    background: rgb(255, 226, 106);
    background: -moz-linear-gradient(90deg, rgba(255, 226, 106, 1) 0%, rgba(253, 235, 165, 1) 50%, rgba(215, 179, 64, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 226, 106, 1) 0%, rgba(253, 235, 165, 1) 50%, rgba(215, 179, 64, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 226, 106, 1) 0%, rgba(253, 235, 165, 1) 50%, rgba(215, 179, 64, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe26a",endColorstr="#d7b340",GradientType=1);
}
.faq_content .card-header .btn-link[aria-expanded=true]::after{
    background-image: url(../images/minus_icon.svg);
}
.blog_page,
.sitemap_page {
    padding: 40px 0 60px;
    max-width: 1920px;
    margin: auto;
    position: relative;
}
.blog_page .jarallax, .sitemap_page .jarallax{
    opacity: 0.5;
}
.blog_listing {
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
    margin: 0 -15px
}

.blog_listing>li {
    width: 25%;
    padding: 0 15px 30px
}

.blog_detail .blog_content {
    border: none;
    border-radius: 0;
    padding: 0 100px;
    overflow: visible
}

.blog_detail .blog_content h3 {
    font-size: 50px;
    letter-spacing: 1.5px;
    margin-bottom: 0;
    font-family: "Great Vibes", cursive;
}

.post_user {
    display: block;
    font-size: 16px;
    color: #404040
}

.blog_detail .blog_txt {
    padding: 0;
    margin-top: 30px;
    background: 0 0
}

.blog_detail .blog_txt p {
    font-size: 18px;
    font-weight: 400;
    color: #404040;
    line-height: 31px;
    margin-bottom: 20px
}

.blog_detail .blog_txt h4,
.blog_detail .blog_txt p strong {
    color: #000;
    font-weight: 700
}

.blog_detail .blog_txt p a {
    color: #e2ba56
}

.blog_detail .blog_txt h4 {
    padding-top: 10px;
    font-size: 18px
}

.blog_detail .blog_txt ul {
    padding-left: 10px
}

.blog_detail .blog_txt ul li {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #404040;
    margin-bottom: 20px;
    line-height: 30px;
    padding-left: 20px;
    position: relative
}

.blog_detail .blog_txt ul li:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 7px;
    height: 7px;
    background: #404040;
    border-radius: 100px;
    margin: 0
}

.post_date {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center
}

.post_date strong {
    display: inline-block;
    text-align: center;
    font-size: 40px;
    color: #e8c46b;
    font-weight: 700;
    line-height: normal;
    padding: 0 7px 5px;
    border-bottom: 1px solid #e8c46b
}

.post_date span {
    font-size: 18px;
    display: block;
    color: #505050;
    padding: 10px 0 0
}

.blog_detail .question_panel h4 {
    font-size: 24px;
    font-weight: 700;
    color: #404040
}

.question_panel {
    background-color: #fffcf5;
    border-left: 3px solid #e8c46b;
    border-right: 3px solid #e8c46b;
    color: #242424;
    padding: 30px;
    word-break: break-word;
    margin-bottom: 20px
}

.answer_head {
    background: #f5f5f5;
    padding: 15px 30px;
    margin-bottom: 20px
}

.blog_detail .answer_head h4 {
    font-size: 24px;
    font-weight: 700;
    color: #404040;
    margin: 0
}

.sitemap-section {
    padding: 50px 0 20px;
    text-align: center
}

.sitemap-section ul {
    list-style: none;
    padding-left: 0;
    display: inline-block
}

.sitemap>ul {
    margin-bottom: 50px;
    text-align: left
}

.sitemap>ul>li {
    position: relative;
    display: block
}

.sitemap-section ul li a {
    color: #454545;
    font-size: 15px;
    font-weight: 600;
    width: 280px;
    text-align: center;
    background: rgb(255, 226, 106);
    background: -moz-linear-gradient(90deg, rgba(255, 226, 106, 1) 0%, rgba(253, 235, 165, 1) 50%, rgba(215, 179, 64, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 226, 106, 1) 0%, rgba(253, 235, 165, 1) 50%, rgba(215, 179, 64, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 226, 106, 1) 0%, rgba(253, 235, 165, 1) 50%, rgba(215, 179, 64, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe26a",endColorstr="#d7b340",GradientType=1);
    padding: 15px 10px;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    transition: 0.4s all;
}

.sitemap-section ul li a:hover {
    background: linear-gradient(91.05deg, #5f023b -3.42%, #c01d80 54.96%, #5f023b 115.72%);
    color: #fff;
}

.sitemap ul ul li a {
    width: 280px
}

.sitemap-section ul ul {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 60px
}

.sitemap .btn {
    margin: auto;
    display: block
}

.tooltip-inner {
    color: #251606;
    background-color: #e8c46b
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    border-top-color: #e8c46b
}

.hidden-lg {
    display: none !important
}

/* 23-12-2024 */

.memorization-course .heading{
    padding-bottom: 0px;
}
.memorization-course .fee_structure .heading{
    padding-bottom: 15px;
}
.memorization-course .registration_section{
    padding-top: 35px;
}
.registration_section.memorization-course{
    position: relative;
}
.bg--logo{
    position: relative;
    z-index: 1;
}
.bg--logo::before{
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url("../images/hifz_logo.svg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    opacity: 0.1;  
    z-index: -1;
}
/* .registration_section.memorization-course::before{
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url("../images/hifz_logo.svg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    opacity: 0.1;  
    z-index: -1;
}

.course_registration .course_detail::before{
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url("../images/hifz_logo.svg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    opacity: 0.1;  
    z-index: -1;
}
.main-content .teacher_page::before{
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url("../images/hifz_logo.svg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    opacity: 0.1;  
    z-index: -1;
} */

/* .main-content .blog_page::before{
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url("../images/hifz_logo.svg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    opacity: 0.1;  
    z-index: -1;
}
.main-content .cms_content::before{
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url("../images/hifz_logo.svg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    opacity: 0.1;  
    z-index: -1;
}
.main-content .contact_page::before{
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url("../images/hifz_logo.svg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    opacity: 0.1;  
} */
.why_academia{
    position: relative;
}
/* .why_academia::before{
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url("../images/hifz_logo.svg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    opacity: 0.1;  
    z-index: -1;
}
.registration_section.career_page::before{
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url("../images/hifz_logo.svg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    opacity: 0.1;  
    z-index: -1;
}
.launch_class_page::before{
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url("../images/hifz_logo.svg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    opacity: 0.1;  
    z-index: -1;
} */
.registration_section.registration__page{
    padding-top: 0;
}
.registration_section.registration__page .contact_page{
    padding-top: 40px;
}
/* .sitemap_page::before{
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url("../images/hifz_logo.svg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    opacity: 0.1;  
    z-index: -1;
}
.bg--section::before{
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url("../images/hifz_logo.svg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    opacity: 0.1;  
}
.about_section::before{
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url("../images/hifz_logo.svg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    opacity: 0.1;  
    z-index: -1;
} */
.say_about::before{
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url("../images/banner-img2.png");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    opacity: 1;  
    z-index: -1;
}
header.inner_page_header.fixed{
    background: linear-gradient(91.05deg, #5f023b -3.42%, #c01d80 54.96%, #5f023b 115.72%);
    border-bottom: none;
}
header.inner_page_header.fixed .navigation_list>li a {
    color: #fff;
    text-decoration: none;
}
header.inner_page_header.fixed .navigation_list>li li a{
    color: #000;
}
header .navigation_list>li a:hover{
    color: #e8c46b;
}
.terms-conditions .cms_txt strong{
    font-family: "Playfair Display", serif;
}
.terms-conditions .main-heading h3{
    font-family: "Playfair Display", serif;
    text-align: left;
}
.terms-conditions .main-heading p{
    text-align: left;
    max-width: 100%;
    margin: 0px;
}

@media (min-width:1400px) {
    .container {
        max-width: 1390px
    }
}

@media (min-width:1200px) {
    header.fixed .navigation_list>li a {
        color: #fff;
        text-decoration: none
    }

    header.fixed .navigation_list>li a:hover,
    header.inner_page_header .navigation_list>li a:hover,
    header.inner_page_header .navigation_list>li.active>a {
        color: #e8c46b
    }

    header.fixed .home_black,
    header.inner_page_header .home_black {
        display: inline-block
    }

    header.fixed .home_white,
    header.inner_page_header .home_white {
        display: none
    }

    header.fixed .social_list>li a:hover {
        background: 0 0;
        border-color: #d6b16a
    }

    header.fixed .social_list>li a .hover-img {
        top: 2px
    }

    header.inner_page_header {
        padding-bottom: 30px
    }

    header.inner_page_header.fixed {
        padding-bottom: 10px
    }

    header.inner_page_header .navigation_list>li a {
        color: #000;
        text-decoration: none
    }
}

@media (min-width:768px) {

    .mobile_menu_visible,
    .whatdoyou-carousel {
        display: none !important
    }
}

@media (min-width:1600px) and (max-width:1700px) {
    .say_about_carousel {
        width: 90%
    }
}

@media (min-width:1500px) and (max-width:1599px) {
    .say_about_carousel {
        width: 94%
    }
}

@media (min-width:1400px) and (max-width:1499px) {
    .say_about_carousel {
        width: 97%
    }
}

@media (min-width:1200px) and (max-width:1399px) {

    .logo,
    header.fixed .logo {
        margin-left: -25px;
    }

    .logo a img,
    header.fixed .logo img {
        max-width: 50px;
    }

    .navigation_panel,
    header.fixed .navigation_panel {
        padding-top: 67px
    }

    .navigation_list>li {
        padding-right: 15px
    }

    .navigation_list {
        width: 78%
    }

    .social_list {
        width: 22%
    }

    .social_list>li {
        padding-right: 3px
    }

    .banner_section {
        min-height: 887px
    }

    .academia_list {
        padding: 0 50px 50px
    }

    .say_about_carousel {
        width: 89%
    }

    header.inner_page_header {
        padding-bottom: 20px
    }

    .main-content {
        padding-top: 113px
    }

    .experience_img img {
        max-width: 100%
    }

    .experience_img {
        padding: 0;
        width: 45%
    }

    .experience_img figure:after {
        width: 461px;
        height: 680px
    }

    .experience_txtbox {
        padding: 25px 30px 0 0;
        width: 55%
    }

    .experience_img figure {
        padding: 40px 40px 0 0
    }

    .experience_txtbox .live_chat .btn {
        right: 15px
    }

    .experience_txtbox .live_chat {
        padding: 30px 184px 31px 15px
    }

    .teacher_page .experience_img figure {
        padding: 30px 0 0 30px
    }

    .teacher_page .experience_img figure:after {
        height: 570px
    }

    .teacher_page .experience_txtbox {
        padding: 20px 0 0 30px
    }

    .teacher_page .experience_txtbox p {
        line-height: 28px;
        margin-bottom: 10px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    img {
        max-width: 100%
    }

    .footer_about br,
    .heading br {
        display: none
    }

    .banner_section {
        min-height: 100%
    }

    .learn-carousel {
        padding: 0 0 35px
    }

    .learn-carousel .owl-dots {
        bottom: 0
    }

    .banner_content {
        padding: 133px 0 60px
    }

    .cstm_btn {
        margin-top: 20px
    }

    .academia_list {
        padding: 0 0 50px;
        margin: 0 -10px
    }

    .academia_list>li {
        padding: 0 10px 20px
    }

    .say_about {
        padding: 30px 0 30px 15px;
        min-height: inherit
    }

    .say_about_carousel {
        position: relative;
        margin-top: 0;
        width: 96%
    }

    .free_resister p,
    .live_chat p {
        font-size: 28px
    }

    .latest_blog_carousel {
        margin: 0 auto 30px;
        max-width: 100%;
        padding-bottom: 40px
    }

    .footer_about {
        width: 27%;
        padding-right: 20px
    }

    .footer_link {
        width: 38.66%;
        padding-top: 20px
    }

    .footer_link ul>li {
        width: 50%
    }

    .get_in_touch {
        width: 33.33%
    }

    .main-content {
        padding-top: 98px
    }

    .experience_img {
        padding: 0;
        width: 50%
    }

    .experience_txtbox {
        padding: 25px 30px 0 0;
        width: 50%
    }

    .experience_img figure:after {
        width: 431px;
        height: 600px
    }

    .experience_img figure {
        padding: 40px 40px 0 0
    }

    .experience_txtbox .heading h2 {
        line-height: 54px
    }

    .experience_txtbox .live_chat {
        padding: 20px 184px 20px 20px
    }

    .blog_detail .blog_content,
    .career_page .registration_form,
    .contact_contant {
        padding: 0
    }

    .previous_jobs_detail .table tr td .form-control {
        width: 250px
    }

    .previous_jobs_detail .table tr th {
        font-size: 16px
    }

    .teacher_page .experience_img figure {
        padding: 30px 0 0 30px
    }

    .teacher_page .experience_txtbox {
        padding: 20px 0 0 30px
    }

    .teacher_page .experience_txtbox p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 10px
    }

    .blog_listing {
        margin: 0 -8px
    }

    .blog_listing>li {
        padding: 0 8px 30px
    }
}

@media (min-width:768px) and (max-width:991px) {

    .banner_section,
    .say_about {
        min-height: 100%
    }

    img {
        max-width: 100%
    }

    .learn-carousel {
        padding: 0 0 35px
    }

    .learn-carousel .owl-dots {
        bottom: 0
    }

    .banner_content {
        padding: 133px 0 60px
    }

    .cstm_btn {
        margin-top: 20px
    }

    .academia_list {
        padding: 0 0 50px;
        margin: 0 -10px
    }

    .academia_list>li {
        padding: 0 10px 20px;
        width: 33.33%
    }

    .say_about {
        padding: 30px 0 30px 15px
    }

    .say_about_carousel {
        position: relative;
        margin-top: 0;
        width: 96%
    }

    .owl-carousel.say_about_carousel .owl-nav button.owl-next {
        right: 140px
    }

    .free_resister p,
    .live_chat p {
        font-size: 28px
    }

    .latest_blog_carousel {
        margin: 0 auto 30px;
        max-width: 100%;
        padding-bottom: 40px
    }

    .footer_about {
        width: 40%;
        order: 3;
    }

    .footer_link {
        width: 60%;
        padding-top: 20px;
        order: 2;
    }

    .footer_link ul>li {
        width: 50%
    }

    .get_in_touch {
        width: 100%;
        padding: 30px 0 0;
        order: 1;
    }

    .heading h2 {
        font-size: 32px
    }

    .heading br,
    .main-content br,
    .start_now .heading p br {
        display: none
    }

    .main-heading h1 {
        font-size: 45px
    }

    .main-content {
        padding-top: 98px
    }

    .about_listing {
        padding: 40px 0 70px
    }

    .about_listing>li {
        margin-bottom: 50px
    }

    .about_txtbox {
        padding-left: 30px
    }

    .about_listing>li:nth-child(2n) .about_txtbox {
        padding-right: 30px
    }

    .about_txtbox p {
        font-size: 16px;
        line-height: 24px
    }

    .start_now {
        padding: 50px 0
    }

    .experience_img {
        padding: 0;
        width: 100%;
        -ms-flex-order: 1;
        order: 1;
        text-align: center
    }

    .experience_txtbox {
        padding: 30px 0 0;
        width: 100%;
        -ms-flex-order: 2;
        order: 2
    }

    .experience_img figure:after {
        width: 431px;
        height: 600px
    }

    .experience_img figure {
        padding: 40px 40px 0 0
    }

    .experience_txtbox .heading h2 {
        line-height: 54px
    }

    .experience_txtbox .live_chat {
        padding: 20px 184px 20px 20px
    }

    .fee_structure .table tr td {
        white-space: nowrap
    }

    .blog_detail .blog_content,
    .career_page .registration_form,
    .contact_contant {
        padding: 0
    }

    .previous_jobs_detail .table tr td .form-control {
        width: 250px
    }

    .previous_jobs_detail .table tr th {
        font-size: 16px
    }

    .contact_form {
        width: 100%;
        padding-right: 0
    }

    .launch_class_content {
        padding-top: 0
    }

    .launch_class_txtbox ul li {
        font-size: 16px;
        padding-left: 35px
    }

    .faq_content .nav-tabs {
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow: hidden;
        overflow-x: auto;
        padding-bottom: 12px
    }

    .faq_content .nav-tabs .nav-link {
        font-size: 16px;
        padding: 0 16px;
        min-width: 218px;
        height: 50px;
        line-height: 47px
    }

    .faq_content .card-header .btn-link {
        font-size: 22px;
        padding: 10px 70px 10px 30px
    }

    .blog_listing>li {
        width: 50%;
        padding: 0 15px 30px
    }

    .blog_listing .blog_content figure img {
        width: 100%
    }
}

@media (max-width:1199px) {

    .logo,
    header.fixed .logo {
        max-width: 100%;
        margin-left: 0
    }

    header {
        padding: 10px 0
    }

    .logo {
        position: relative;
        left: 0;
        top: 0
    }

    .logo a img {
        max-width: 55px;
    }

    .navigation_panel {
        position: fixed;
        right: -100%;
        top: 0;
        width: 300px;
        height: 100%;
        padding: 15px 0;
        background: linear-gradient(91.05deg, #5f023b 0%, #c01d80 100%);
        opacity: 0;
        visibility: hidden
    }

    .navigation_panel.show {
        right: 0;
        opacity: 1;
        visibility: visible;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -o-transition: .5s;
        transition: .5s
    }

    .navigation_list>li {
        display: block;
        padding: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .2)
    }

    .navigation_list>li.home {
        padding: 0
    }

    .navigation_list>li.pull_right {
        float: none
    }

    .navigation_list>li a {
        padding: 17px 20px;
        display: block
    }

    header .navigation_list>li .dropdown-toggle::after {
        top: 24px;
        right: 20px
    }

    header .navigation_list>li .dropdown-menu {
        min-width: 100%;
        transform: none !important;
        position: relative !important;
        border-radius: 0;
        margin: 0;
        float: none
    }

    .navigation_list>li figure {
        text-align: center
    }

    .navigation_list {
        float: none;
        width: 100%;
        height: calc(100% - 90px);
        overflow: auto;
        margin-top: 40px
    }

    .navigation_panel .social_list {
        width: 100%;
        float: none;
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 20px
    }

    .navigation_panel .social_list>li {
        padding-right: 6px
    }

    .navbar-toggler {
        display: block
    }

    .navbar-close {
        display: block;
        position: absolute;
        right: 15px;
        top: 15px;
        background: 0 0;
        border: none
    }

    .navbar-close:focus {
        outline: 0
    }

    .hidden-lg {
        display: block !important
    }

    .visible-lg {
        display: none !important
    }
}

@media (max-width:767px) {

    .blog_txt p,
    .say_about_top p {
        line-height: 20px
    }

    .about_img,
    .experience_img,
    .free_resister,
    .live_chat {
        text-align: center
    }

    .container,
    .owl-carousel .owl-nav button.owl-next img,
    .owl-carousel .owl-nav button.owl-prev img,
    img {
        max-width: 100%
    }

    .heading h2 {
        font-size: 26px
    }

    .open_menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden
    }

    .logo {
        z-index: 1
    }

    .logo a img {
        max-width: 40px;
    }

    .navbar-toggler span {
        width: 33px
    }

    .navbar-toggler span:nth-child(2),
    .navbar-toggler span:nth-child(3) {
        top: 10px
    }

    .navbar-toggler span:nth-child(4) {
        top: 21px
    }

    .navbar-toggler {
        padding-right: 87px;
        color: #fff!important;
        font-size: 16px;
        height: 25px;
        top: 23px
    }
    header.fixed .navbar-toggler span{
        background-color: #fff;
    }
    header.inner_page_header .navbar-toggler span{
        background-color: #000
    }
    .blog_listing .blog_content figure img,
    .contact_info,
    .footer_about,
    .launch_class_video,
    .navigation_panel,
    .sitemap ul ul li a,
    .sitemap-section ul li a {
        width: 100%
    }

    .course_description p br,
    .heading h2 br,
    .hide-mobile,
    .main-heading p br,
    .navbar-close,
    .navigation_panel .social_list,
    .sitemap-section ul ul:after {
        display: none
    }

    .navigation_list {
        margin-top: 70px;
        height: calc(100% - 70px)
    }

    .learn-carousel {
        padding: 0 25px 35px
    }

    .learn-carousel.owl-carousel .owl-dots,
    .owl-carousel .owl-dots,
    .why_academia .academia_carousel .owl-dots {
        bottom: 0
    }

    .banner_section {
        min-height: 100%
    }

    .banner_content {
        padding: 133px 0 30px
    }

    .banner_content h1,
    .can_we_help .heading h2,
    .contact_contant .heading h2,
    .fee_structure .heading h2 {
        font-size: 24px
    }

    .banner_content p,
    .blog_txt h3,
    .contact_infotxt h3 {
        font-size: 18px
    }

    .cstm_btn {
        min-width: 350px;
        font-size: 14px;
        letter-spacing: 1px;
        margin-top: 20px
    }

    .academia_list {
        padding: 0 0 20px;
        margin: 5px -8px 0;
        display: none
    }

    .academia_list>li {
        width: 50%;
        padding: 0 8px 15px
    }

    .academia_content {
        padding: 25px 10px 22px;
        min-height: 220px;
        box-shadow: 0 0 20px rgba(29, 38, 43, .1)
    }

    .why_academia .heading {
        padding-bottom: 10px
    }

    .why_academia .academia_carousel {
        display: block;
        padding-bottom: 20px
    }

    .academia_carousel .owl-dots .owl-dot {
        background: #cacaca
    }

    .accordion_txt,
    .experience_txtbox .live_chat,
    .why_academia .academia_carousel .item {
        padding: 20px
    }

    .academia_content:hover {
        box-shadow: 0 0 18px rgba(29, 38, 43, .2)
    }

    .why_academia .academia_carousel img {
        width: auto;
        display: block;
        margin: auto
    }

    .free_resister {
        padding: 15px;
        margin-top: 30px
    }

    .free_resister p {
        font-size: 22px;
        margin-bottom: 10px
    }

    .free_resister .btn,
    .live_chat .btn {
        position: relative;
        top: 0;
        right: 0
    }

    .say_about {
        padding: 30px 15px;
        min-height: 419px;
    }

    .say_about_carousel {
        padding: 0 20px 40px;
        position: relative;
        margin-top: 0;
        width: 100%
    }

    .question_panel,
    .say_about_content {
        padding: 15px
    }

    .say_about_bottom,
    .start_now .live_chat {
        margin: 0
    }

    .say_about_bottom span {
        font-size: 12px
    }

    .owl-carousel .owl-dots .owl-dot {
        width: 24px;
        height: 6px
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel.say_about_carousel .owl-nav button.owl-next {
        right: -10px
    }

    .latest_blog_carousel {
        margin: 0 auto 30px;
        max-width: 100%;
        padding: 0 20px 40px
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: -10px
    }
    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        height: 30px;
        width: 30px;
    }
    .owl-carousel .owl-nav button.owl-next::after,
    .owl-carousel .owl-nav button.owl-prev::after {
        background-size: 15px
    }

    .blog_content figure a {
        display: block
    }

    .blog_txt p {
        margin-bottom: 0
    }

    .blog_txt,
    .can_we_help p strong {
        padding-top: 10px
    }

    .live_chat {
        padding: 15px;
        margin-top: 20px
    }

    .live_chat p {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 10px
    }

    .footer_link {
        width: 100%;
        padding-top: 0;
        order: 3;
    }

    .footer_link ul>li {
        width: 50%;
        padding-right: 6px
    }

    .get_in_touch {
        width: 100%;
        padding: 30px 0 0
    }

    .copyright {
        display: block;
        padding: 15px 0 0
    }

    .copyright p {
        margin: 0;
        line-height: 20px
    }

    .mobile_menu_hide {
        display: none !important
    }

    header.inner_page_header .navbar-toggler.show {
        color: #fff
    }

    header.inner_page_header .navbar-toggler.show span {
        background: #fff
    }

    .open_menu header.inner_page_header .logo img {
        opacity: 1;
        visibility: visible
    }

    .open_menu header.inner_page_header .logo img.hover-img {
        opacity: 0;
        visibility: hidden
    }

    .main-content {
        padding-top: 74px
    }

    .main-heading h1 {
        font-size: 36px
    }

    .accordion_txt p,
    .main-heading p {
        font-size: 16px;
        line-height: 22px
    }

    .about_section {
        padding: 30px 0 50px
    }

    .about_listing {
        padding: 30px 0 40px
    }

    .about_img,
    .about_txtbox .heading,
    .contact_contant .heading {
        padding-bottom: 20px
    }

    .about_img {
        width: 100%
    }

    .about_txtbox {
        width: 100%;
        padding: 20px 0 0
    }

    .about_txtbox p {
        font-size: 14px;
        line-height: 20px
    }

    .about_listing>li {
        margin-bottom: 50px
    }

    .about_listing>li:nth-child(2n) .about_img {
        width: 100%;
        -ms-flex-order: 1;
        order: 1
    }

    .about_listing>li:nth-child(2n) .about_txtbox {
        width: 100%;
        -ms-flex-order: 2;
        order: 2;
        padding: 20px 0 0
    }

    .start_now {
        padding: 30px 0
    }

    .start_now .heading p {
        font-size: 14px;
        line-height: 24px;
        margin: 0
    }

    .start_now .free_resister {
        margin: auto
    }

    .about_experience {
        padding: 40px 0 0
    }

    .experience_txtbox {
        width: 100%;
        -ms-flex-order: 2;
        order: 2;
        padding: 25px 0 0
    }

    .experience_txtbox .heading h2 {
        line-height: 36px
    }

    .blog_content .question_panel p,
    .course_description p,
    .experience_txtbox p {
        font-size: 16px;
        line-height: 24px
    }

    .experience_txtbox .live_chat .btn {
        right: 0
    }

    .experience_txtbox .live_chat p,
    .teacher_page .experience_txtbox p {
        margin-bottom: 15px
    }

    .experience_img {
        width: 100%;
        padding: 0;
        -ms-flex-order: 1;
        order: 1
    }

    .experience_img figure:after {
        width: 90%;
        height: 90%
    }

    .experience_img figure {
        padding: 30px 30px 0 0
    }

    .contact_form .form-control,
    .custom-file,
    .registration_form .form-control {
        height: 40px
    }

    .accordion_txt ul li,
    .blog_detail .blog_txt h4,
    .can_we_help p,
    .can_we_help ul li,
    .cms_txt ul li,
    .contact_form label,
    .contact_infotxt p,
    .note,
    .registration_form label,
    .styled-selectors input[type=checkbox]:not(old)+label {
        font-size: 16px
    }

    .contact_form textarea.form-control,
    .registration_form textarea.form-control {
        height: 90px
    }

    .main-heading strong {
        font-size: 24px;
        padding-bottom: 10px
    }

    .fee_structure .table tr td {
        white-space: nowrap
    }

    .cms_content,
    .course_registration .registration_section,
    .teacher_page {
        padding: 40px 0
    }

    .course_registration .registration_form,
    .launch_class_content {
        padding-top: 0
    }

    .registration_section .free_resister {
        margin-top: 0
    }

    .blog_detail .blog_content,
    .career_page .registration_form,
    .contact_contant,
    .sitemap-section,
    .teacher_page .about_experience {
        padding: 0
    }

    .previous_jobs_detail .table tr td .form-control {
        width: 250px
    }

    .previous_jobs_detail .table tr th {
        font-size: 16px
    }

    .custom-file-label {
        line-height: 37px
    }

    .custom-file-label::after {
        height: 38px;
        line-height: 37px
    }

    .cms_txt h3 {
        font-size: 24px;
        padding: 10px 0
    }

    .cms_txt p {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 10px
    }

    .contact_page,
    .launch_class_page {
        padding-bottom: 40px
    }

    .contact_form {
        width: 100%;
        padding: 0 0 40px
    }

    .contact_info ul li {
        padding: 0 0 25px
    }

    .contact_infotxt {
        padding-left: 60px
    }

    .contact_infotxt figure {
        max-width: 40px
    }

    .can_we_help {
        padding: 0 0 30px;
        width: 100%
    }

    .contact_info ul li:last-child {
        padding-bottom: 0
    }

    .teacher_page .experience_img figure {
        padding: 30px 0 0 30px
    }

    .teacher_page .experience_txtbox {
        padding: 30px 0 0
    }

    .launch_class_txtbox {
        width: 100%;
        padding: 0 0 20px
    }

    .launch_class_txtbox ul li {
        font-size: 14px;
        padding-left: 35px
    }

    .launch_class_video iframe {
        width: 100%;
        height: 300px;
        border: 7px solid #e8c46b
    }

    .faq_content .nav-tabs {
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow: hidden;
        overflow-x: auto;
        padding-bottom: 12px
    }

    .faq_content .nav-tabs .nav-link {
        font-size: 16px;
        padding: 0 16px;
        min-width: 218px;
        height: 50px;
        line-height: 47px
    }

    .faq_content .card-header .btn-link {
        font-size: 18px;
        padding: 10px 50px 10px 15px
    }

    .accordion_txt ul {
        padding-left: 10px
    }


    .blog_page,
    .sitemap_page {
        padding-bottom: 30px
    }

    .blog_detail .blog_content h3 {
        font-size: 24px;
        margin-bottom: 6px
    }

    .blog_detail .blog_txt {
        padding: 0;
        margin-top: 5px
    }

    .post_date {
        position: relative;
        text-align: left;
        padding-bottom: 15px
    }

    .post_date strong {
        font-size: 28px;
        padding: 0 2px 0 0;
        border: none;
        vertical-align: middle
    }

    .post_date span {
        font-size: 16px;
        padding: 0;
        display: inline-block;
        vertical-align: middle
    }

    .blog_detail .answer_head h4,
    .blog_detail .question_panel h4 {
        font-size: 20px
    }

    .answer_head {
        padding: 15px 20px
    }

    .blog_detail .blog_txt p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px
    }

    .blog_listing>li {
        width: 50%
    }

    .blog_detail .blog_txt ul li:before {
        width: 6px;
        height: 6px;
        top: 7px
    }

    .blog_detail .blog_txt ul li {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px
    }

    .sitemap>ul {
        margin-bottom: 30px
    }

    .sitemap>ul>li:last-child {
        margin-bottom: 0
    }

    .sitemap-section ul ul {
        padding: 20px 0 0 20px;
        margin: -20px 0 0;
        width: 100%
    }

    .sitemap-section ul ul ul {
        margin-bottom: 20px
    }

    .sitemap-section ul li a:after {
        width: 16px
    }

    .sitemap-section ul ul:before {
        left: 1px
    }
}

@media (max-width:479px) {

    .academia_list>li,
    .blog_listing>li {
        width: 100%
    }

    .navbar-close {
        left: -39px
    }

    .navigation_panel .social_list>li {
        padding-right: 4px
    }

    .launch_class_video iframe {
        height: 200px
    }
}

@media (max-width:370px) {
    .cstm_btn {
        min-width: 100%
    }

    .footer_link ul>li a {
        font-size: 12px;
        margin: 4px 0
    }
}
#home-page-form {
    padding-bottom: 0;
}
#home-page-form .heading{
    padding-bottom: 0;
}
#home-page-form .contact_contant{
    padding-top: 0;
}
.jarallax-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.opacity-20{
    opacity: 0.15 !important;
}
.bg--section{
    position: relative;
}
.why_academia .banner_section-bg.jarallax, .bg--section .banner_section-bg.jarallax{
    opacity: 0.5;
}
.flow_process {
    padding: 60px 0;
}

.flow_process p {
    color: #5c6670;
    font-size: 16px;
    width: 100%;
    text-align: center;
}

.flow_process_listing {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 27px;
    justify-content: center;
    align-items: flex-start;
}

.flow_process_listing>li {
    width: 20%;
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}

.flow_process_listing>li:nth-child(even) .flow_process_txtbox {
    margin-top: 50px;
}

.flow_process_txtbox {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e9cd8a;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 35px 20px 22px;
    box-shadow: 0 0 57px rgba(29, 38, 43, .1);
    position: relative;
    min-height: 233px;
}

.flow_process_listing>li:before {
    content: "";
    position: absolute;
    top: -60px;
    right: -98px;
    background: url(../images/top_line_shape.png);
    width: 193px;
    height: 98px;
}

.flow_process_listing>li:nth-child(even):after {
    content: "";
    position: absolute;
    bottom: -60px;
    right: -98px;
    background: url(../images/bottom_line_shape.png);
    width: 193px;
    height: 98px;
}

.flow_process_listing>li:nth-child(even):before {
    display: none;
}

.flow_process_listing>li:last-child:before {
    display: none;
}

.flow_process_txtbox:hover {
    box-shadow: 1px 4px 27px rgba(92, 102, 112, 0.20);
}

.flow_process_txtbox span {
    font-size: 70px;
    color: rgb(92 102 112 / 47%);
    font-weight: bold;
    position: absolute;
    top: 10px;
    left: 15px;
    line-height: 70px;
}

.flow_process_txtbox figure {
    margin-bottom: 19px;
    text-align: center;
    position: relative;
}

.flow_process_txtbox figure img {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    position: relative;
    top: 0
}

.flow_process_txtbox figure:after {
    content: '';
    width: 80px;
    height: 17px;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, .15) 28%, rgba(0, 0, 0, .15) 54%, rgba(0, 0, 0, 0) 71%, rgba(0, 0, 0, 0) 79%, rgba(0, 0, 0, 0) 81%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, .15) 28%, rgba(0, 0, 0, .15) 54%, rgba(0, 0, 0, 0) 71%, rgba(0, 0, 0, 0) 79%, rgba(0, 0, 0, 0) 81%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .15) 28%, rgba(0, 0, 0, .15) 54%, rgba(0, 0, 0, 0) 71%, rgba(0, 0, 0, 0) 79%, rgba(0, 0, 0, 0) 81%);
    opacity: 0;
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
}

.flow_process_txtbox:hover figure:after {
    opacity: 0.2;
}

.flow_process_txtbox:hover figure img {
    position: relative;
    top: -10px;
}

.flow_process_txtbox p {
    color: #404040;
    font-size: 16px;
    width: 100%;
    line-height: 1.5;
    margin: 0
}
.class_benefit {
    padding: 25px 0;
}

.benefit_listing {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px 0px;
    padding: 20px 60px 0;
    justify-content: center;
}

.benefit_listing>li {
    width: 50%;
    padding: 5px 20px;
    position: relative;
    margin-bottom: 10px;
    font-weight: 600;
}

.benefit_listing>li:last-child:after {
    display: none;
}

.benefittxt {
    position: relative;
    padding: 40px 20px 40px 135px;
    min-height: 82px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
    color: #404040;
    font-size: 22px;
    line-height: 1.3;
    background: #fff;
    box-shadow: 0 0 57px rgba(29, 38, 43, .1);
    border: 1px solid #e9cd8a;
}

.benefittxt figure {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.registration_section .heading h1{
    font-family: "Great Vibes", cursive;
    font-size: 60px;
}
.registration_section{
    position: relative;
}


@media (min-width:992px) and (max-width:1199px) {
    .flow_process_listing>li {
        width: 33.33%;
        padding: 10px;
    }
    .flow_process_listing {
        padding: 0;
    }
    .flow_process_listing>li:after {
        display: none !important;
    }
    .flow_process_listing>li:before {
        display: none !important;
    }
    .flow_process_listing>li:nth-child(even) .flow_process_txtbox {
        margin-top: 0;
    }
    .benefit_listing {
        padding: 20px 0 0;
    }
    .benefit_listing>li {
        width: 50%;
    }
    .benefittxt {
        min-height: 80px;
    }
    .flow_process {
        padding: 0px 0;
    }
    .free_resister p, .live_chat p{
        font-size: 20px;
    }
}
@media (min-width:768px) and (max-width:991px) {
    .free_resister p, .live_chat p{
        font-size: 20px;
    }
    .flow_process_listing>li {
        width: 33.33%;
        padding: 10px;
    }
    .flow_process_listing>li:after {
        display: none !important;
    }
    .flow_process_listing>li:before {
        display: none !important;
    }
    .flow_process_listing>li:nth-child(even) .flow_process_txtbox {
        margin-top: 0;
    }
    .flow_process_txtbox {
        min-height: 258px;
    }
    .benefit_listing>li {
        width: 50%;
    }
    .benefit_listing {
        padding: 20px 0 0;
    }
    .benefittxt {
        min-height: 102px;
        font-size: 16px;
        line-height: 22px;
    }
    .benefittxt figure {
        top: 0px;
        transform: inherit;
        height: 100%;
        display: flex;
        align-items: center;
    }
   
}

@media (max-width:767px) {
    .flow_process_listing>li {
        width: 50%;
        padding: 10px;
    }
    .flow_process_listing>li:after {
        display: none !important;
    }
    .flow_process_listing>li:before {
        display: none !important;
    }
    .flow_process_listing>li:nth-child(even) .flow_process_txtbox {
        margin-top: 0;
    }
    .benefit_listing {
        padding: 20px 0 0;
    }
    .benefit_listing>li {
        width: 100%;
    }
    .benefittxt {
        min-height: 120px;
        font-size: 16px;
        padding: 20px 15px 20px 100px;
    }
    .flow_process {
        padding: 0px 0;
    }
    .class_benefit {
        padding: 0 0;
    }
    .benefittxt figure {
        left: 0px;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 100%;
        display: flex;
        align-items: center;
        transform: inherit;
    }
    .registration_section .heading h1{
        font-size: 26px;
    }
    .registration_section .heading h3{
        font-size: 20px;
    }

    .contact_contant{padding-top: 20px;}
}

@media (max-width:479px) {
    .flow_process_listing>li {
        width: 100%;
        padding: 10px;
    }
    .benefit_listing>li {
        width: 100%;
    }
}



























.initiative-wrap{
    position: relative;
    display: flex;
    text-align: center;
    justify-content: center;
    padding-top: 100px;
    margin-top: 30px;
    margin-bottom: 50px;
}
.initiative-wrap li{
    position: relative;
    width: 201px;
    min-height: 300px;
    max-height: 300px;
}
.initiative-wrap li:nth-child(odd):after{
    position: absolute;
    content: "";
    right: -47px;
    top: 86px;
    background-image: url(../images/circle-right-shape.png);
    background-repeat:no-repeat ;
    background-size: 74px;
    width: 80px;
    height: 80px;
}
.initiative-wrap li:nth-last-child(1)::after{
    display: none;
}
.initiative-wrap li:nth-child(even):after{
    position: absolute;
    content: "";
    right: -53px;
    top: 123px;
    background-image: url(../images/circle-right-top-shape.png);
    background-repeat:no-repeat ;
    /* background-size: 120px; */
    background-size: 95px;
    width: 100px;
    height: 100px;
}
.initiative-wrap li .img-box figure{
    width: 170px;
    height: 170px;
    border: 24px solid #d3a024;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 10px;
    margin: 0 auto;
    overflow: hidden;
}
.initiative-wrap li:hover .img-box figure img{
    transform: scale(1.1);
}
.initiative-wrap li:nth-child(even){
    flex-direction: column-reverse;
    display: flex;
    margin-top: -55px;

}
.initiative-wrap li .img-box figure img{
    width: 75px;
    transition: 0.4s all;
}
.initiative-wrap li .vertical-line{
    min-height: 30px;
    max-height: 30px;
    position: relative;
}
.initiative-wrap li .vertical-line::before{
    position: absolute;
    content: "";
    left: 50%;
    top: 12px;
    background-image: url(../images/dashed-borde.png);
    width: 5px;
    height: 30px;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.initiative-wrap li .bottom-box h3{
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d3a024;
    border-radius: 50%;
    margin: 0 auto 5px auto;
}
.initiative-wrap li:hover .bottom-box h3{
    background-color: #910b60;
    color: #fff;
}
.initiative-wrap li .bottom-box p{
    font-size: 14px;
    font-weight: 400;
    color: #111111;
    margin-bottom: 0;
}

@media(max-width:991px){
    .initiative-section{
        padding: 45px 0px 0px;
    }
    .initiative-wrap{
        flex-wrap: wrap;
        padding-top: 0;
        margin: 55px -10px 0px -10px;
    }
    .initiative-wrap li .img-box figure img{
        width: 60px;
    }
    .initiative-wrap li{
        width: 100%;
        max-height: 100%;
        min-height: 100%;
        margin-bottom: 25px;
        padding: 0 10px;
    }
    .initiative-wrap li:nth-child(even){
        flex-direction: column;
        margin-top: 0;
    }
    .initiative-wrap li:after{
        display: none;
    }
    .initiative-wrap li .bottom-box{
        position: absolute;
        top: 40px;
        right: 0;
        width: 260px;
        text-align: left;
        margin-left: 30px;
    }
    .initiative-wrap li .bottom-box p{
        text-align: left;
    }
    .initiative-wrap li:nth-child(odd) .bottom-box{
        left: 0;
        text-align: right;
        margin-left: 0;
    }
    .initiative-wrap li:nth-child(odd) .bottom-box p{
        text-align: right;
    }
    .initiative-wrap li:nth-last-child(1) .vertical-line{
        display: none;
    }
    .initiative-wrap{
        margin-bottom: 45px;
    }
    .initiative-wrap li{
        margin-bottom:0 ;
    }
    .initiative-wrap li .bottom-box h3{
        margin-right: 0;
    }
    .initiative-wrap li:nth-child(even) .bottom-box h3{
        margin-left: 0;

    }
    .initiative-wrap li .img-box figure {
        width: 150px;
        height: 150px;
        border-width: 19px;
    }
}
@media(max-width:767px){
    .initiative-wrap {
        margin: 34px -10px 30px -10px;
    }
    .initiative-wrap::before {
        position: absolute;
        content: "";
        left: 50px;
        top: 2px;
        height: 90%;
        border-left: 1px dashed #000;
    }
    .initiative-wrap li {
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: inherit !important;
        margin-bottom: 15px;
    }
    .initiative-wrap li .img-box figure {
        width: 80px;
        height: 80px;
        border-width: 10px;
    }
    .initiative-wrap li .img-box figure img {
        width: 38px;
    }
    .initiative-wrap li .vertical-line {
        display: none;
    }
    .initiative-wrap li .bottom-box {
        padding-bottom: 15px;
        border-bottom: 1px solid #ddd;
        width: 100%;
        position: initial !important;
        text-align: left !important;
        margin-left: 15px !important;
    }
    .initiative-wrap li:nth-child(odd) .bottom-box p{
        text-align: left;
    }
    .initiative-wrap li .bottom-box h3{
        margin-left: 0;
    }
}











ul.stepslisting {
    margin: 30px 0px 0px;
    padding: 30px 0px;
    display: flex;
}
ul.stepslisting li {
    width: 33.33%;
    padding: 0px 20px;
    list-style: none;
    text-align: center;
    position: relative;
}
ul.stepslisting li .questionCard figure {
    height: 180px;
    width: 180px;
    border-radius: 50%;
    background: #ffffff;
    -webkit-box-shadow: 5px 15px 30px rgba(27, 33, 47, 0.05);
    box-shadow: 5px 15px 30px rgba(27, 33, 47, 0.05);
    margin: 0 auto 30px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
ul.stepslisting li .questionCard figure img {
    width: 90px;
}
ul.stepslisting li .questionCard figure:after {
    position: absolute;
    left: 0px;
    height: 150px;
    width: 150px;
    top: 0px;
    margin: auto;
    bottom: 0px;
    right: 0px;
    content: '';
    border: 1px dashed #cda827;
    border-radius: 50%;
    z-index: -1;
    animation: Rotate 20s linear infinite;
    -webkit-animation: Rotate 20s linear infinite;
}
@keyframes Rotate {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  
  @-webkit-keyframes Rotate {
    from {
      -webkit-transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
    }
  }
  ul.stepslisting li .questionCard strong {
    display: block;
    color: #000;
    font-size: 18px;
    padding: 0px 0px 10px;
    max-width: 295px;
    margin: auto;
}
ul.stepslisting li .questionCard p {
    font-size: 18px;
    line-height: 22px;
    color: #3d3d3d;
    padding: 0px 5px;
    max-width: 320px;
    margin: auto;
}
ul.stepslisting li::after {
    content: "";
    position: absolute;
    width: 101px;
    height: 80px;
    background: url(../images/arrow-line.svg);
    background-size: auto;
    right: -40px;
    top: 57px;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: -1;
    background-position: center;
}
ul.stepslisting li.middleCard::after {
    width: 101px;
    height: 80px;
    right: -40px;
    top: 57px;
    background: url(../images/arrow-line.svg);
    background-repeat: no-repeat;
    height: 80px;
    background-size: 100%;
    background-position: center right;
    background-position: center;
}
ul.stepslisting :last-child::after{
    display: none;
}
.text-section{
    padding: 50px 0px 80px;
}
.text-section .heading{
    padding-bottom: 0;
}
.text-section .heading h2{
    margin-bottom: 15px;
}
.text-section .heading p{
    max-width: 1080px;
    margin: 0 auto 15px auto;
    font-size: 22px;
}
.text-section.pb-0{
    padding-bottom: 0;
}
.quran-feature{
    padding: 50px 0;
}
.feature-box{
    background: #fff;
    border-radius: 10px;
    border: 1px solid #debd40;
    text-align: center;
    padding: 20px;
    box-shadow: 0 0 13px rgba(29, 38, 43, .1);
    transition: .5s;
    margin-bottom: 0;
    flex: 1;
    margin: 15px;
}
.feature-box h4{
    font-size: 20px;
    margin-bottom: 10px;
}
.feature-box p{
    margin-bottom: 0;
    font-size: 18px;
}
.quran-feature .owl-stage-outer, .quran-feature .owl-stage{
    display: flex;
}
.quran-feature .owl-item{
    display: flex;
}
.quran-feature .owl-item .quran-feature-item{
    display: flex;
    flex: 1;
}
.quran-feature.our-value{
    padding: 80px 0 0;
}
.submit_group .wpcf7-spinner{
    display: none;
}
/* html[dir="rtl"] .owl-stage-outer{
    direction: ltr !important;
}
   html[dir="rtl"] .owl-carousel{
    direction: ltr !important;
   } */
html[dir="rtl"] a[data-toggle="tooltip"]{
    direction: ltr !important;
}
header .container{
    position: relative;
}
.cstm-lang-code{
    position: absolute;
    right: 15px;
    top: 10px;
}
.cstm-lang-code .trp-language-switcher{
    width: 112px;
    height: auto;
}
.cstm-lang-code .trp-language-switcher > div, .cstm-lang-code .trp-language-switcher > div:hover{
    padding: 0!important;
    width: 100%!important;
    border: 0;
    background-image: url(../images/arrow-down-3101.svg);
    background-position: calc(100% - 6px) calc(1em + 2px), calc(100% - 3px) calc(1em + 0px);
    font-size: 14px;
    background-color: rgb(255 255 255 / 24%);
    backdrop-filter: blur(15px);
    color: #fff;
}
.cstm-lang-code .trp-language-switcher > div > a{
    font-size: 14px;
    color: #fff;
}
.cstm-lang-code .trp-language-switcher > div > a:not(.trp-ls-shortcode-disabled-language):hover{
    color: #000;
}
.inner_page_header .cstm-lang-code .trp-language-switcher > div > a{
    color: #000;
}
.inner_page_header .cstm-lang-code .trp-language-switcher > div, .inner_page_header .cstm-lang-code .trp-language-switcher > div:hover{
    background-image: url(../images/arrow-down-black.svg);
    background-color:  #f5f5f5;
    color: #fff;
    
}
.inner_page_header.fixed .cstm-lang-code .trp-language-switcher > div, 
.inner_page_header.fixed .cstm-lang-code .trp-language-switcher > div:hover{
    background-color: rgb(255 255 255 / 24%);
    backdrop-filter: blur(15px);
    background-image: url(../images/arrow-down-3101.svg);
}
.inner_page_header.fixed .cstm-lang-code .trp-language-switcher > div > a, .inner_page_header.fixed .cstm-lang-code .trp-language-switcher > div > a:hover{
    color: #fff;
}
.inner_page_header.fixed .cstm-lang-code .trp-language-switcher > div a:not(.trp-ls-shortcode-disabled-language):hover{
    color: #000;
}
.navigation_list>li.active a{
    color: #e8c46b;
}
@media(max-width:1399px){
    ul.stepslisting li::after{
        width: 132px;
        right: -15px;
    }
    ul.stepslisting li.middleCard::after{
        width: 132px;
        right: -15px;
        top: 57px;
    }
    .banner_content h1{
        font-size: 40px;
    }
}
@media(max-width:1199px){
    .navigation_list>li.home a figure img{
        margin: 0;
    }
    ul.stepslisting li .questionCard figure{
        height: 100px;
        width: 100px;
    }
    ul.stepslisting li .questionCard figure img{
        width: 45px;
    }
    ul.stepslisting li .questionCard figure:after{
        height: 100px;
        width: 100px;
    }
    ul.stepslisting li::after {
        width: 117px;
        right: -55px;
    }
    ul.stepslisting li::after {
        width: 80px;
        right: -30px;
        top: 15px;
    }
    ul.stepslisting li.middleCard::after {
        width: 80px;
        right: -30px;
        top: 15px;
    }
    ul.stepslisting li .questionCard p{
        font-size: 16px;
    }
    .navigation_list>li.home a figure{
        text-align: left;
    }
    .navigation_panel .social_list{
        display: block;
    }
    .navigation_list{
        padding-bottom: 50px;
    }
    header.inner_page_header .navbar-toggler.show, header.inner_page_header.fixed .navbar-toggler{
        color: #fff!important;
    }
    header.inner_page_header.fixed .navbar-toggler span{
        background-color: #fff;
    }
    .cstm-lang-code{
        position: initial;
        margin-left: 0;
    }
    .logo, header.fixed .logo{
        padding-left: 50px;
        margin-right: auto;
    }
    header .container{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    header .navbar-toggler{
        left: 0;
        right: auto;
        font-size: 0;
        padding: 0 32px 0 0;
        height: 20px;
        width: 34px;
        top: 50%;
        transform: translateY(-50%);
    }
    .navigation_list>li.home a figure img{
        left: 0;
        right: auto;
    } 
}
@media(max-width:991px){
    ul.stepslisting{
        flex-wrap: wrap;
        justify-content: center;
    }
    ul.stepslisting li{
        width: 33.33%;
        margin-bottom: 40px;
    }
    ul.stepslisting li:last-child{
        margin-bottom: 0;
    }
    ul.stepslisting li .questionCard figure{
        margin-bottom: 10px;
    }
    
    ul.stepslisting li::after{
        display: none;
    }
}
@media(max-width:767px){
    ul.stepslisting li{
        width: 50%;
        margin-bottom: 40px;
        padding: 0 10px;
    }
    .sitemap-section ul li a{
        padding: 0 0 0 20px;
        text-align: left; 
        background: transparent;
        position: relative;
    }
    .sitemap-section ul li a:hover{
        background: transparent;
        color: #000;
    }
    .sitemap-section ul li a::before{
        position: absolute;
        width: 10px;
        height: 10px;
        background-color: #cb9b25;
        border-radius: 50%;
        content: "";
        left: 0;
        top: 6px;
    }
    .sitemap-section ul li>ul{
        position: relative;
    }
    .sitemap-section ul li>ul::before{
        position: absolute;
        width: 2px;
        height: calc(100% - 25px);
        background-color: #cb9b25;
        border-radius: 50%;
        content: "";
        left: 3.5px;
        top: -7px;
    }
    .sitemap-section ul li>ul li a::before{
        width: 32px;
        border-radius: 0;
        height: 2px;
        left: -16px;
        top: 10px;
    }
    .sitemap-section ul li>ul li:last-child{
        position: relative;
    }
    .sitemap-section ul li>ul li:last-child::after{
        position: absolute;
        width: 2px;
        height: calc(100% - 25px);
        background-color: #fff;
        border-radius: 50%;
        content: "";
        left: -16.5px;
        top: 12px;
    }
    .banner_content h1{
        font-size: 24px;
    }
    .text-section{
        padding: 40px 0 40px;
    }


    .text-section .heading p, .heading p{font-size: 18px;}
    .about_section .main-heading p{font-size: 18px; line-height: 26px;}
    .blog_txt p, .feature-box p,.say_about_top p, .academia_content p{font-size: 16px;}
    .get_in_touch {
        order: 2;
    }
    .footer_about{
        order: 1;
    }
    .cstm-lang-code .trp-language-switcher > div > a{
        font-size: 0;
    }
    .cstm-lang-code .trp-language-switcher{
        width: 64px;
    }
    .cstm-lang-code .trp-language-switcher > div, .cstm-lang-code .trp-language-switcher > div:hover{
        background-position: calc(100% - 6px) calc(1em - 4px), calc(100% - 3px) calc(1em + 0px);
    }
    .footer_social .social_list{
        padding: 0;
    }
    .footer_social{
        padding-top: 20px; 

    }
    .navbar-toggler{
        font-size: 0;
    }
}
@media(max-width:576px){
    ul.stepslisting li{
        width: 100%;
        margin-bottom: 20px;
    }
}