/*main menu new style*/
.header nav.navbar{
    padding: 0 1rem;
    transition: all .3s ease-in-out;
    padding-top: 15px;
}
.navbar-brand {
    font-size: inherit;
    height: auto;
    margin-bottom: -8px;
}.request form {
    background: #FFF;
    padding: 20px;
    box-shadow: 3px 3px 3px 3px #dadada;
    border-radius: 8px !important;
}.menu li a:hover {
    color: blue;
}
ul.country-logo {
    display: none;
}
.menu {
    display: block;
    margin-top: 13px;
}
ul.mt-4.mb-4.points li {
    padding-left: 20px;
    padding-left: 20px !important;
}

ul.mt-4.mb-4.points i {
    position: absolute;
    left: 0px;
}
.menu li {
    display: inline-block;
    position: relative;
}

.menu li:first-child {
    margin-left: 0;
}

.menu li a {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-decoration: none;
    padding: 12px 21px;
    display: block;
    transition: all 0.3s ease-in-out 0s;
    color: #030303;
    opacity: 1.0;
}

.menu li a:hover, .menu li:hover>a {
    opacity: 1;
}
.menu li a.active{
    color: #7202bb;
}

.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 221px;
    position: absolute;
    left: 0;
    background: #fff;
    z-index: 9;
    border-radius: 4px;
    transform: translate(0,20px);
    transition: all 0.3s ease-out;
    -webkit-box-shadow: 0 4px 10px rgba(0,0,0,.15);
    box-shadow: 0 4px 10px rgba(0,0,0,.15);
}

.menu ul.sub-menu li{
    border-bottom: 1px solid #ebebeb;
}
.menu ul.sub-menu li:last-child{
    border-bottom: 0;
}
.menu ul:after {
    bottom: 100%;
    left: 35px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border: solid transparent;
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}
.menu li a.dropdown-toggle::after {
    position: relative;
    left: 2px;
    vertical-align: middle;
}


.menu ul li {
    display: block;
    float: none;
    background: none;
    margin: 0;
    padding: 0;
}

.menu ul li a {
    text-transform: inherit;
    font-size: 13px;
    display: block;
    color: #424141;
    padding: 8px 15px;
    font-family: 'Montserrat', sans-serif;
}
.menu ul li a:hover, .menu ul li:hover>a {
    color: #ffffff;
    background: #007bff;
}

.menu ul.sub-menu li:first-child a:hover,
.menu ul.sub-menu li:last-child ul li:first-child a:hover{
    border-radius: 4px 4px 0 0;
}
.menu ul.sub-menu li:last-child a:hover,
.menu ul.sub-menu li:last-child ul li:last-child a:hover{
    border-radius: 0 0 4px 4px;
}
.menu ul.sub-menu li:last-child ul li a:hover{
    border-radius: 0;
}

.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}

.menu ul ul {
    left: 200px;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transform: translate(20px,20px);
    transition: all 0.2s ease-out;
}

.menu ul.sub-menu ul:after {
    left: -8px;
    top: 10px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border: solid transparent;
    border-right-color: #fff;
    border-width: 8px;
}

.menu li>ul ul:hover {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}
.responsive-menu {
    display: none;
    width: 100%;
    padding: 20px 15px;
    background: #374147;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.responsive-menu:hover {
    background: #374147;
    color: #fff;
    text-decoration: none;
}

@media (min-width: 320px) and (max-width: 992px) {
    .navbar {
        /* background-image: linear-gradient(to left, #3264f5, #305be4, #3b4fe2, #4740de, #7202bb) !important; */
        padding: .85rem 1rem !important;
    }
    .menu li{
        display: block;
    }

    .white-bg.affix, .custom-nav.affix, .navbar.white-bg {
        background: #ffffff !important;
        border-bottom: 1px solid #ebebeb;
    }

    .white-bg.custom-nav ul li a, .custom-nav ul li a {
        color: #081d43 !important;
    }

    .white-bg.navbar .navbar-toggler span {
        color: #202877;
    }

    .ptb-100 {
        padding: 55px 0;
    }

    .pt-100 {
        padding-top: 55px;
    }

    .pb-100 {
        padding-bottom: 55px;
    }
}

@media (min-width: 992px) {
    .navbar {
        border-bottom: 1px solid rgba(0, 0, 0, 0);
        background: transparent;
        -o-transition: border-bottom .3s ease-in-out, background .3s ease-in-out, padding .3s ease-in-out;
        -webkit-transition: border-bottom .3s ease-in-out, background .3s ease-in-out, padding .3s ease-in-out;
        -moz-transition: border-bottom .3s ease-in-out, background .3s ease-in-out, padding .3s ease-in-out;
        transition: border-bottom .3s ease-in-out, background .3s ease-in-out, padding .3s ease-in-out;
        -webkit-backface-visibility: hidden;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .mainWrap {
        width: 768px;
    }

    .menu ul {
        top: 37px;
    }

    .menu li a {
        padding: 8px 15px;
    }

    a.homer {
        background: #374147;
    }
}

@media (max-width: 767px) {
	.column {
    float: left;
    width: 100% !important;
    margin-bottom: 25px;
}
	.card-header {
    height: auto !important;
}
	.reverse {
    flex-flow: column-reverse;
}.services h2 {
    font-weight: bold;
    font-size: 26px !important;
}.col-sm-3.radio.pr-0 {
    width: 30%;
    float: left;
}

.col-sm-6.radio.pl-0 {
    width: 30%;
}.p-5 {
    padding: 20px !important;
}input.btn.btn-primary {
    float: right;
    width: 100% !important;
    margin-right: -10px !important;
    margin-top: 20px;
}.col-md-4.mt-5.pt-2.mt-sm-0.pt-sm-0 {
    margin-top: -20px !important;
    padding-top: 0px !important;
}

.col-md-4.mt-4.pt-2.mt-sm-0.pt-sm-0 {
    margin-top: -20px !important;
    padding-top: 0px !important;
}input#upload_file {
    width: 88%;
}
	.navbar-brand {
    font-size: inherit;
    height: auto;
    margin-bottom: -8px;
    margin-top: 15px;
}a.navbar-brand img {
    width: 220px;
    left: 0;
    text-align: left;
    float: left;
    position: relative;
    left: -90px !important;
}button.navbar-toggler {
    margin-top: -25px !important;
}
		span.shape2 {
    display: none !important;
}ul.navbar-nav.ml-auto.menu {
    background-color: #FFF;
    border-radius: 8px;
}ul.country-logo {
    position: absolute;
    right: 0;
    width: 21% !important;
    display: flex;
    /* float: right; */
    margin-top: -44px !important;
    margin-right: 150px !important;
}.bg-transparent.affix {
    background-color: #FFF !important;
    box-shadow: 4px 4px 4px #f1f1f1;
    margin-top: -25px;
    padding-bottom: 10px;
    height: 109px !important;
    padding-top: 33px !important;
}
.reverse {
    display: flex;
    flex-flow: column-reverse;
}section.list_content img {
    width: 80% !important;
    margin-bottom: 20px;
    margin-top: 20px;
}
	span.shape1 {
    display: none !important;
}
.pl-5 {
    padding-left:20px !important;
}.work_process i {
    text-align: center;
    margin: 0 auto;
}.section_title {
    padding-bottom: 0px !important;
}
span.shape1 {
    display: none;
}
    .responsive-menu{
        display: block;
    }
    .header nav.navbar{
        padding: 0.5rem 1rem;
    }
    .mainWrap {
        width: auto;
        padding: 50px 20px;
    }

    nav {
        margin: 0;
        background: none;
    }

    .menu li {
        display: block;
        margin: 0;
    }

    .menu li a {
        padding: 8px 15px;
    }

    .menu li a:hover,.menu li:hover>a {
        background: #3264f5;
        color: #fff;
    }

    .menu ul {
        visibility: hidden;
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        transform: initial;
    }

    .menu li:hover>ul {
        visibility: visible;
        opacity: 1;
        position: relative;
        transform: initial;
    }

    .menu ul ul {
        left: 0;
        transform: initial;
    }

    .menu li>ul ul:hover {
        transform: initial;
    }
}

section.edu_banner:before {
    position: absolute;
    content: '';
    background-color: #f2f5f97a;
    width: 100%;
    height: 112vh;
    left: 0;
    /* padding-bottom: 60px; */
}
body,
p {
    font-family: 'Poppins', sans-serif;
    color: #343355;
    font-size: 15px;
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    color: #343355;
}
.color_40d {
    color: #3085c2;
}
.color_242 {
    color: #24232f;
}
.color_7f7 {
    color: #7f7d98;
}
.color_343 {
    color: #343355;
}
.color_3b3 {
    color: #3b334c;
}
.color_191 {
    color: #191620;
}

.bg_color_40d{
    background: #40d58d;
}

.popins {
    font-family: 'Poppins', sans-serif;
}     
.section_padding {
    padding: 40px 0;
}
.section_padding2 {
    padding: 140px 0 150px;
}



.testimonial_section .owl-next,
.testimonial_section .owl-prev {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.new_arrival .img_area .img_hover {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.edu_header{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    padding: 0 102px;
}
.edu_header .menuzord {
    padding: 0;
}
.edu_header .stuck_menu .menuzord-menu > li > a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 26px 25px;
    text-transform: capitalize
}

.edu_banner {
    overflow: hidden;
    padding: 0 130px;
}

.edu_banner .social_contact {
    position: absolute;
    bottom: 70px;
    left: 15px;
}
.edu_banner .social_contact li{
    margin-top: 10px;
}
.edu_banner .social_contact li:first-child{
    margin-top: 0px;
}
.edu_banner .social_contact a {
    color: #fff;
    width: 38px;
    height: 38px;
    display: block;
    text-align: center;
    border: 1px solid #fff;
    line-height: 38px;
    font-size: 16px;
}
.edu_banner .social_contact a:hover {
    background: #fff;
    color: #4137a4;
}

.edu_banner .content_wrapper{
    /* height: 100vh; */
    flex-flow: row;
    align-items: flex-start;
    justify-content: center;
    padding-top: 160px;
    padding-bottom: 40px;
}

.edu_banner > .shape1 {
    background-color: #e9edf233;
    position: absolute;
    right: -300px;
    top: -160px;
    width: 1078px;
    height: 882px;
    z-index: 0;
    border-radius: 0 0 0px 300px;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
}

.edu_banner > .shape2 {
    border-radius: 50%;
    background-color: #e9edf2;
    position: absolute;
    left: -549px;
    bottom: -478px;
    width: 798px;
    height: 798px;
    z-index: 0;
}

.edu_banner .banner_content {
    /* max-width: 650px; */
    width: 100%;
    margin-top: 50px;
}
.edu_banner .banner_content > span {
    background: #3433550a;
    border-radius: 50px;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    padding: 0 25px;
}
.edu_banner .banner_content h1 {
    font-size: 65px;
    line-height: 80px;
    padding-top: 30px;
    padding-bottom: 55px;
}


.edu_banner .banner_img img{
    position: relative;
    z-index: 1;
    margin-top: 60px;
}
.edu_banner .banner_img .circle {
    width: 100px;
    height: 100px;
    border: 5px solid #827ddc;
    border-radius: 100%;
    position: absolute;
    transform: scale(0.1);
}
.edu_banner .banner_img .circle1 {
    top: 93px;
    left: 16px;
    z-index: 2;
    -webkit-animation: img_circle1 2s linear 0s infinite;
    -moz-animation: img_circle1 2s linear 0s infinite;
    -ms-animation: img_circle1 2s linear 0s infinite;
    -o-animation: img_circle1 2s linear 0s infinite;
    animation: img_circle1 2s linear 0s infinite;
    
}
.edu_banner .banner_img .circle2 {
    bottom: 60px;
    right: 20px;
    z-index: 0;
    -webkit-animation: img_circle1 2s linear 0.5s infinite;
    -moz-animation: img_circle1 2s linear 0.5s infinite;
    -ms-animation: img_circle1 2s linear 0.5s infinite;
    -o-animation: img_circle1 2s linear 0.5s infinite;
    animation: img_circle1 2s linear 0.5s infinite;
}

@-webkit-keyframes img_circle1 {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
    }
}
@keyframes img_circle1 {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
    }
}

.section_title > p {
    font-size: 18px;
    line-height: 30px;
    margin: 0 auto;
    /* max-width: 700px; */
    width: 100%;
}



.newsletter_section {
    margin-bottom: -130px;
    position: relative;
    z-index: 1;
}
.newsletter {
    /* height: 275px; */
    background: #fff;
    border-radius: 5px;
}
.newsletter .newsletter_area {
    width: 50%;
    padding: 40px;
    height: 100%;
    border-radius: 5px 0 0 5px;
    box-shadow: 0px 16px 36px 0px rgba(203, 206, 222, 0.42);
}
.newsletter .cta_area {
    width: 50%;
    padding: 40px;
    background: #3b319b;
    height: 100%;
    border-radius:0 5px 5px 0;
}

.newsletter .cta_area > i,
.newsletter .newsletter_area > i {
    color: #a8a2ea;
    font-size: 70px;
    line-height: normal;
    margin-right: 50px;
}
.newsletter .newsletter_area > div {
    width: 370px;
}
.newsletter .newsletter_area form input {
    background: #f2f3f9;
    border: medium none;
    border-radius: 50px 0 0 50px;
    color: #aeaeae;
    float: left;
    height: 45px;
    padding: 5px 22px;
    width: 65%;
}
.newsletter .newsletter_area form button {
    background: #40d58d;
    border: medium none;
    border-radius: 0 50px 50px 0;
    color: #fff;
    height: 45px;
    width: 35%;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 48px;
}
.newsletter .newsletter_area .no_spam {
    color: #979797;
    font-size: 13px;
}

.newsletter .cta_area > div > p {
    color: #c7c5e0;
}
.newsletter .cta_area .learn_today {
    background: #40d58d;
    border-radius: 0 50px 50px 0;
    color: #fff;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    width: 180px;
}

.footer_wrapper {
    background: #f2f3f9;
    overflow: hidden;
}
.footer_wrapper .shape2,
.footer_wrapper .shape1 {
    border-radius: 50px;
    position: absolute;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
}
.footer_wrapper .shape1 {
    background: #e6e8f2;
    bottom: -50px;
    height: 370px;
    left: -250px;
    width: 500px;
}
.footer_wrapper .shape2 {
    background: #eceef5;
    bottom: -150px;
    height: 350px;
    left: -90px;
    width: 600px;
}
.footer_section {
    padding-bottom: 40px;
    padding-top: 183px;
}
.footer_section .widget1 .language_select > li {
    color: #7e808b;
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
}

.footer_section .widget1 .language_select .nice-select {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #7e808b;
    font-size: 15px;
    height: auto;
    line-height: normal;
    font-family: "Poppins",sans-serif;
}
.footer_section .widget1 .language_select .nice-select::after {
    border-bottom: 2px solid #7e808b;
    border-right: 2px solid #7e808b;
    height: 8px;
    margin-top: -5px;
    width: 8px;
}
.footer_section .widget1 .language_select .nice-select .list {
    border-radius: 3px;
    color: #333;
}
.footer_section .single_widget ul.footer_signin li a {
    border: 1px solid #3b319b;
    border-radius: 5px;
    color: #3b319b;
    display: block;
    height: 36px;
    line-height: 35px;
    min-width: 108px;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
}
.footer_section .single_widget ul.footer_signin li.login a {
    background: #3b319b;
    color: #fff;
    margin-right: 10px;
}
.footer_section .single_widget ul.footer_signin li a:hover {
    background: #3b319b;
    color: #fff;
}
.footer_section .single_widget ul.footer_signin li.login a:hover {
    background: none;
    color: #3b319b;
}
.footer_section .single_widget ul li a {
    color: #7e808b;
    font-size: 15px;
    line-height: 34px;
}
.footer_section .single_widget ul li a:hover {
    color: #3b319b;
}

.footer_section .single_widget .footer_event > li {
    border: 1px solid #d2d5e5;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 10px 10px 10px 120px;
    position: relative;
}
.footer_section .single_widget .footer_event li a {
    color: #7e808b;
    display: block;
    line-height: normal;
    margin-top: -3px;
}
.footer_section .single_widget .footer_event li a:hover {
    color: #3b319b;
}
.footer_section .footer_event li span.time {
    background: #3b319b;
    border-radius: 5px;
    height: 42px;
    left: 10px;
    line-height: 43px;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 100px;
}
.footer_section .footer_event li .date {
    color: #a39bba;
    display: block;
    font-size: 12px;
    line-height: normal;
    margin-top: 2px;
}


/*---------*/
.footer_wrapper footer .footer_content {
    border-top: 1px solid #e8e9f3;
    padding: 28px 0;
}
.footer_wrapper footer p.copyright {
    color: #7e808b;
    font-size: 15px;
    vertical-align: middle;
}
.footer_wrapper footer .copyright a {
    color: #3b319b;
    text-decoration: underline;
}
.footer_wrapper footer .copyright a:hover {
    text-decoration: none;
}
.footer_wrapper footer .footer_left .policy li:last-child a {
    margin-right: 0;
}
.footer_wrapper footer .footer_left .policy a {
    color: #7e808b;
    font-size: 15px;
    margin-right: 15px;
}
.footer_wrapper footer .footer_left .policy a:hover {
    color: #3b319b;
}

.footer_wrapper footer .footer_right > p {
    color: #7e808b;
    font-size: 15px;
    font-weight: 500;
}
.footer_wrapper footer .footer_right .social_icon li a {
    color: #a39bba;
    font-size: 18px;
    padding: 1px 6px;
}
.footer_wrapper footer .footer_right .social_icon li a:hover {
    color: #24174e;
}
/*---------------1.8 end footer section style--------------*/



.bg-transparent.affix {
    background-color: #FFF !important;
    box-shadow: 4px 4px 4px #f1f1f1;
    margin-top: -25px;
    padding-bottom: 10px;
    height: 100px;
}

a.btn.btn-primary {
    border-radius: 23px;
    width: 170px;
}

/*-------------03. scroll top css-----------*/
.scroll_top {
    background: #027AEC none repeat scroll 0 0;
    border-radius: 3px;
    bottom: 50px;
    cursor: pointer;
    height: 40px;
    position: fixed;
    right: 30px;
    text-align: center;
    width: 40px;
    z-index: 99;
}
.scroll_top:hover i {
    color: #000;
}
.not_visible {
    visibility: hidden;
    display: none;
}
.scroll_top i {
    color: #fff;
    font-size: 24px;
    line-height: 38px;
}


/*-------------04. Global style---------------*/
.raleway {
    font-family: 'Raleway', sans-serif;
}.lato {
    font-family: 'Lato', sans-serif;
}.roboto {
    font-family: 'Roboto', sans-serif;
}.playfair {
    font-family: 'Playfair Display', serif;
}.mont {
    font-family: 'Montserrat', sans-serif;
}.merriweather {
    font-family: 'Merriweather', serif;
}.popins {
    font-family: 'Poppins', sans-serif;
}.open {
    font-family: 'Open Sans', sans-serif;
}


.pos_relative {
    position: relative;
}
.d_block {
    display: block;
}
.overlay2,
.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.section_tbl {
    display: table;
    width: 100%;
    height: 100%;
}
.section_tbl_cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

/*---------border-radius-------*/
.radius_3 {
    border-radius: 3px;
}.radius_5 {
    border-radius: 5px;
}.radius_10 {
    border-radius: 10px;
}.radius_50 {
    border-radius: 50px;
}.radius_100p {
    border-radius: 100%;
}
.menuzord {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
img.header_logo {
  height: 35px;
}




.align_center_center {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.align_col_center_left {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
}
.align_col_bottom_left {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: flex-end;
}
.align_col_center_right {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    justify-content: center;
}
.align_col_right_bottom {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    justify-content: flex-end;
}
.align_col_center_bottom {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: flex-end;
}
.align_row_left_top {
    display: flex;
    flex-flow: row;
    align-items: flex-start;
    justify-content: flex-start;
}
.align_row_center_left {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-start;
}
.align_row_center_right {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-end;
}
.align_row_center_center {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
}
.align_row_spacebetween {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
}
.d_inline,
.d_inline li {
    display: inline-block;
}
.uppercase>li>a {
    text-transform: uppercase;
}
.capitalize>li>a {
    text-transform: capitalize;
}


ul.points {
    margin-top: 20px;
    padding-left: 0px;
}

ul.points li {
    list-style: none;
    margin-bottom: 7px;
}

ul.points li i {
    margin-right: 15px;
}

.services h2 {
    font-weight: bold;
    font-size: 41px;
}.shadow {
    box-shadow: 0px 0px 5px 4px #ececec;
    /* padding: 20px; */
}i.flaticon-microphone {
    align-items: center;
    border: 3px solid #ff713180;
    border-radius: 100%;
    color: #ff7131;
    display: flex;
    flex-flow: column nowrap;
    font-size: 45px;
    height: 90px;
    justify-content: center;
    line-height: normal;
    width: 90px;
    /* margin-top: -42px; */
}

i.flaticon-users {
    align-items: center;
    border: 3px solid #ff713180;
    border-radius: 100%;
    color: #ff7131;
    display: flex;
    flex-flow: column nowrap;
    font-size: 45px;
    height: 90px;
    justify-content: center;
    line-height: normal;
    width: 90px;
    /* margin-top: -42px; */
}

i.flaticon-visualization{
    align-items: center;
    border: 3px solid #ff713180;
    border-radius: 100%;
    color: #ff7131;
    display: flex;
    flex-flow: column nowrap;
    font-size: 45px;
    height: 90px;
    justify-content: center;
    line-height: normal;
    width: 90px;
    /* margin-top: -42px; */
}.list_content .shape1 {
    background: #e5f2ff;
    border-radius: 50px;
    height: 410px;
    left: -190px;
    position: absolute;
    margin-top: 9%;
    width: 400px;
    z-index: 0;
    -webkit-transform: rotate(58deg);
    -ms-transform: rotate(58deg);
    -o-transform: rotate(58deg);
    transform: rotate(58deg);
}.list_content .shape2 {
    background: #e5f2ff;
    border-radius: 50px;
    height: 400px;
    right: -285px;
    position: absolute;
    margin-top: 36%;
    width: 400px;
    z-index: 0;
    -webkit-transform: rotate(-58deg);
    -ms-transform: rotate(-58deg);
    -o-transform: rotate(-58deg);
    transform: rotate(-58deg);
    overflow-x: hidden;
}section.list_content {
    background-color: #cccccc14;
}a.btn.btn-warning {
    background-color: #ff7131;
    border-radius: 23px;
    color: #FFF;
    font-size: 15px;
    padding-left: 18px;
    padding-right: 18px;
    line-height: 30px;
}

input.btn.btn-primary.mt-4 {
    border-radius: 21px;
    width: 137px;
}
.contact {
    /* background-color: #FFF; */
    padding: 18px;
    /* box-shadow: 7px 2px 6px 2px #e0e0e0; */
}.footer-nav-wrap.text-dark a {
    color: #001579;
    line-height: 32px;
}.white-bg {
    background-color: #343355;
    padding: 9px;
    color: #FFF;
    margin-top: 10px;
    float: left;
}
input.btn.btn-primary {
    border-radius: 20px;
    width: 155px;
}img.img-fluid.india-flag {
    width: 32px;
    margin-top: 9px;
}

ul.country-logo {
    position: absolute;
    right: 0;
    width: 21% !important;
    display: flex;
    /* float: right; */
    margin-top: -48px;
    margin-right: 25px;
}

ul.country-logo img {
    width: 20px !important;
    height: 17px;
    margin-right: 6px;
}

ul.country-logo li {
    list-style: none;
}

ul.country-logo img {
    border-radius: 24px;
    width: 26px !important;
    height: 26px;
    border: 1px solid #dad9d9;
    padding: 3px;
}.edu_banner .banner_img .circle {
    width: 100px;
    height: 100px;
    border: 5px solid #827ddc;
    border-radius: 100%;
    position: absolute;
    transform: scale(0.1);
}ol.breadcrumb {
    background-color: transparent;
    text-align: center;
    /* float: left; */
    /* width: 18%; */
    display: -webkit-inline-box;
    margin: 0 auto;
}.single_goal {
    padding: 22px 0 22px 110px;
}.single_goal > i {
    color: #343355;
    display: inline-block;
    font-size: 72px;
    left: 0;
    line-height: normal;
    position: absolute;
    margin-top: -9px;
}.leftside img {
    width: 88%;
}.contact-detail i {
    font-size: 33px;
    color: #ff7131;
}.contact-detail a {
    color: #000 !important;
}span.number {
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 20px;
    float: left;
    color: #ff9047;
    width: 100%;
}.rupees {
  
    border-radius: 4px;
    margin-left: 2px;
    margin-right: 1px;
    width: 99%;
}

.rupees input {
    border: none;
    float: left;
    background-color: transparent;
    width: 100%;
    color: #00a0e3;
    font-size: 25px;
}

.rupees i {
    float: left;
    position: absolute;
    top: 8px;
    left: 9px;
    font-size: 25px;
}.rupees p {
    padding-top: 12px;
    color: #000;
    text-align: left;
}.col-sm-6.final-price {
    background-color: #FFF;
    border: 1px solid #00a0e3;
    TEXT-ALIGN: RIGHT;
    WIDTH: 100%;
    FLOAT: LEFT;
}input[type="radio" i] {
    margin-top: 5px;
    margin-left: -21px;
}.row.rupees input:focus {
    /* border: 2px solid #ccc!important; */
    outline: none;
}input#upload_file {
    /* margin-left: -47px; */
}
.radio label {
    font-size: 14px;
    padding-left: 20px;
}

label input {
    position: absolute;
}input#upload_file {
    /* width: 81%; */
    /* font-size: 11px; */
}section.footer_section a {
    text-decoration: none;
}textarea#message {
    font-size: 16px;
}

a.btn.btn-primary.mt-4.button-free {
    width: 33%;
    font-size: 20px;
}

.card-header h5 {
    font-size: 18px;
    color: #000;
    z-index: 9;
    position: relative;
}.card-body {
    text-align: justify;
    /* margin-bottom: 20px; */
    font-size: 14px;
    padding-left: 10px;
    padding-top: 0px;
}.card-header {
    background-color: transparent;
    background-color: #f2f2f291;
    line-height: 27px;
    padding-left: 10px;
    margin-bottom: 8px;
    border-radius: 9px 9px 0px 0px;
    color: #000 !important;
    border-radius: 0;
    margin-bottom: 20px;
    border: 1px solid #dedede;
    /* margin-bottom: 20px; */
    border-radius: 8px !important;
    box-shadow: 4px 4px 4px #f1f1f1;
    font-size: 15px !important;
    height: 52px;
    text-align: left;
}i.fa.fa-angle-down {
    color: #4697e8;
    font-weight: bold;
    font-size: 22px;
}.card-header a {
    text-decoration: none;
    color: #1e1e1e;
    font-size: 16px;
}.card {
    border: none;
}.form-content fieldset {
    padding: 10px 5px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 0;
}/*main menu new style*/
.header nav.navbar{
    padding: 0 1rem;
    transition: all .3s ease-in-out;
    /* padding-top: 15px; */
}
.navbar-brand {
    font-size: inherit;
    height: auto;
    margin-bottom: -8px;
}

.menu {
    display: block;
    margin-top: 13px;
}

.menu li {
    display: inline-block;
    position: relative;
}

.menu li:first-child {
    margin-left: 0;
}

.menu li a {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-decoration: none;
    padding: 12px 21px;
    display: block;
    transition: all 0.3s ease-in-out 0s;
    color: #030303;
    opacity: 1.0;
}

.menu li a:hover, .menu li:hover>a {
    opacity: 1;
}
.menu li a.active{
    color: #7202bb;
}

.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 221px;
    position: absolute;
    left: 0;
    background: #fff;
    z-index: 9;
    border-radius: 4px;
    transform: translate(0,20px);
    transition: all 0.3s ease-out;
    -webkit-box-shadow: 0 4px 10px rgba(0,0,0,.15);
    box-shadow: 0 4px 10px rgba(0,0,0,.15);
}

.menu ul.sub-menu li{
    border-bottom: 1px solid #ebebeb;
}
.menu ul.sub-menu li:last-child{
    border-bottom: 0;
}
.menu ul:after {
    bottom: 100%;
    left: 35px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border: solid transparent;
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}
.menu li a.dropdown-toggle::after {
    position: relative;
    left: 2px;
    vertical-align: middle;
}


.menu ul li {
    display: block;
    float: none;
    background: none;
    margin: 0;
    padding: 0;
}

.menu ul li a {
    text-transform: inherit;
    font-size: 13px;
    display: block;
    color: #424141;
    padding: 8px 15px;
    font-family: 'Montserrat', sans-serif;
}
.menu ul li a:hover, .menu ul li:hover>a {
    color: #007bff !important;
    background: none;
}

.menu ul.sub-menu li:first-child a:hover,
.menu ul.sub-menu li:last-child ul li:first-child a:hover{
    border-radius: 4px 4px 0 0;
}
.menu ul.sub-menu li:last-child a:hover,
.menu ul.sub-menu li:last-child ul li:last-child a:hover{
    border-radius: 0 0 4px 4px;
}
.menu ul.sub-menu li:last-child ul li a:hover{
    border-radius: 0;
}

.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}

.menu ul ul {
    left: 200px;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transform: translate(20px,20px);
    transition: all 0.2s ease-out;
}

.menu ul.sub-menu ul:after {
    left: -8px;
    top: 10px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border: solid transparent;
    border-right-color: #fff;
    border-width: 8px;
}

.menu li>ul ul:hover {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}
.responsive-menu {
    display: none;
    width: 100%;
    padding: 20px 15px;
    background: #374147;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.responsive-menu:hover {
    background: #374147;
    color: #fff;
    text-decoration: none;
}

@media (min-width: 320px) and (max-width: 992px) {
    .navbar {
        /* background-image: linear-gradient(to left, #3264f5, #305be4, #3b4fe2, #4740de, #7202bb) !important; */
        padding: .85rem 1rem !important;
    }
    .menu li{
        display: block;
    }

    .white-bg.affix, .custom-nav.affix, .navbar.white-bg {
        background: #ffffff !important;
        border-bottom: 1px solid #ebebeb;
    }

    .white-bg.custom-nav ul li a, .custom-nav ul li a {
        color: #081d43 !important;
    }

    .white-bg.navbar .navbar-toggler span {
        color: #202877;
    }

    .ptb-100 {
        padding: 55px 0;
    }

    .pt-100 {
        padding-top: 55px;
    }

    .pb-100 {
        padding-bottom: 55px;
    }
}

@media (min-width: 992px) {
    .navbar {
        border-bottom: 1px solid rgba(0, 0, 0, 0);
        background: transparent;
        -o-transition: border-bottom .3s ease-in-out, background .3s ease-in-out, padding .3s ease-in-out;
        -webkit-transition: border-bottom .3s ease-in-out, background .3s ease-in-out, padding .3s ease-in-out;
        -moz-transition: border-bottom .3s ease-in-out, background .3s ease-in-out, padding .3s ease-in-out;
        transition: border-bottom .3s ease-in-out, background .3s ease-in-out, padding .3s ease-in-out;
        -webkit-backface-visibility: hidden;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .mainWrap {
        width: 768px;
    }

    .menu ul {
        top: 37px;
    }

    .menu li a {
        padding: 8px 15px;
    }

    a.homer {
        background: #374147;
    }
}

@media (max-width: 767px) {
	.reverse {
    flex-flow: column-reverse;
}.services h2 {
    font-weight: bold;
    font-size: 26px !important;
}.col-sm-3.radio.pr-0 {
    width: 30%;
    float: left;
}

.col-sm-6.radio.pl-0 {
    width: 30%;
}.p-5 {
    padding: 20px !important;
}input.btn.btn-primary {
    float: right;
    width: 100% !important;
    margin-right: -10px !important;
    margin-top: 20px;
}.col-md-4.mt-5.pt-2.mt-sm-0.pt-sm-0 {
    margin-top: -20px !important;
    padding-top: 0px !important;
}

.col-md-4.mt-4.pt-2.mt-sm-0.pt-sm-0 {
    margin-top: -20px !important;
    padding-top: 0px !important;
}input#upload_file {
    width: 88%;
}
	.navbar-brand {
    font-size: inherit;
    height: auto;
    margin-bottom: -8px;
    margin-top: 15px;
}a.navbar-brand img {
    width: 220px;
    left: 0;
    text-align: left;
    float: left;
    position: relative;
    left: -90px !important;
}button.navbar-toggler {
    margin-top: -25px !important;
}
		span.shape2 {
    display: none !important;
}ul.navbar-nav.ml-auto.menu {
    background-color: #FFF;
    border-radius: 8px;
}ul.country-logo {
    position: absolute;
    right: 0;
    width: 21% !important;
    display: flex;
    /* float: right; */
    margin-top: -44px !important;
    margin-right: 150px !important;
}.bg-transparent.affix {
    background-color: #FFF !important;
    box-shadow: 4px 4px 4px #f1f1f1;
    margin-top: -25px;
    padding-bottom: 10px;
    height: 109px !important;
    padding-top: 33px !important;
}
.reverse {
    display: flex;
    flex-flow: column-reverse;
}section.list_content img {
    width: 80% !important;
    margin-bottom: 20px;
    margin-top: 20px;
}
	span.shape1 {
    display: none !important;
}
.pl-5 {
    padding-left:20px !important;
}.work_process i {
    text-align: center;
    margin: 0 auto;
}.section_title {
    padding-bottom: 0px !important;
}
span.shape1 {
    display: none;
}
    .responsive-menu{
        display: block;
    }
    .header nav.navbar{
        padding: 0.5rem 1rem;
    }
    .mainWrap {
        width: auto;
        padding: 50px 20px;
    }

    nav {
        margin: 0;
        background: none;
    }

    .menu li {
        display: block;
        margin: 0;
    }

    .menu li a {
        padding: 8px 15px;
    }

    .menu li a:hover,.menu li:hover>a {
        background: #3264f5;
        color: #fff;
    }

    .menu ul {
        visibility: hidden;
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        transform: initial;
    }

    .menu li:hover>ul {
        visibility: visible;
        opacity: 1;
        position: relative;
        transform: initial;
    }

    .menu ul ul {
        left: 0;
        transform: initial;
    }

    .menu li>ul ul:hover {
        transform: initial;
    }
}

section.edu_banner:before {
    position: absolute;
    content: '';
    background-color: #f2f5f97a;
    width: 100%;
    height: 112vh;
    left: 0;
    /* padding-bottom: 60px; */
}
body,
p {
    font-family: 'Poppins', sans-serif;
    color: #343355;
    font-size: 15px;
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    color: #343355;
}
.color_40d {
    color: #3085c2;
}
.color_242 {
    color: #24232f;
}
.color_7f7 {
    color: #7f7d98;
}
.color_343 {
    color: #343355;
}
.color_3b3 {
    color: #3b334c;
}
.color_191 {
    color: #191620;
}

.bg_color_40d{
    background: #40d58d;
}

.popins {
    font-family: 'Poppins', sans-serif;
}     
.section_padding {
    padding: 40px 0;
}
.section_padding2 {
    padding: 140px 0 150px;
}



.testimonial_section .owl-next,
.testimonial_section .owl-prev {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.new_arrival .img_area .img_hover {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.edu_header{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    padding: 0 102px;
}
.edu_header .menuzord {
    padding: 0;
}
.edu_header .stuck_menu .menuzord-menu > li > a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 26px 25px;
    text-transform: capitalize
}

.edu_banner {
    overflow: hidden;
    padding: 0 130px;
}

.edu_banner .social_contact {
    position: absolute;
    bottom: 70px;
    left: 15px;
}
.edu_banner .social_contact li{
    margin-top: 10px;
}
.edu_banner .social_contact li:first-child{
    margin-top: 0px;
}
.edu_banner .social_contact a {
    color: #fff;
    width: 38px;
    height: 38px;
    display: block;
    text-align: center;
    border: 1px solid #fff;
    line-height: 38px;
    font-size: 16px;
}
.edu_banner .social_contact a:hover {
    background: #fff;
    color: #4137a4;
}

.edu_banner .content_wrapper{
    /* height: 100vh; */
    flex-flow: row;
    align-items: flex-start;
    justify-content: center;
    padding-top: 160px;
    padding-bottom: 40px;
}

.edu_banner > .shape1 {
    background-color: #e9edf233;
    position: absolute;
    right: -300px;
    top: -160px;
    width: 1078px;
    height: 882px;
    z-index: 0;
    border-radius: 0 0 0px 300px;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
}

.edu_banner > .shape2 {
    border-radius: 50%;
    background-color: #e9edf2;
    position: absolute;
    left: -549px;
    bottom: -478px;
    width: 798px;
    height: 798px;
    z-index: 0;
}

.edu_banner .banner_content {
    /* max-width: 650px; */
    width: 100%;
    margin-top: 50px;
}
.edu_banner .banner_content > span {
    background: #3433550a;
    border-radius: 50px;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    padding: 0 25px;
}
.edu_banner .banner_content h1 {
    font-size: 65px;
    line-height: 80px;
    padding-top: 30px;
    padding-bottom: 55px;
}


.edu_banner .banner_img img{
    position: relative;
    z-index: 1;
    margin-top: 60px;
}
.edu_banner .banner_img .circle {
    width: 100px;
    height: 100px;
    border: 5px solid #827ddc;
    border-radius: 100%;
    position: absolute;
    transform: scale(0.1);
}
.edu_banner .banner_img .circle1 {
    top: 93px;
    left: 16px;
    z-index: 2;
    -webkit-animation: img_circle1 2s linear 0s infinite;
    -moz-animation: img_circle1 2s linear 0s infinite;
    -ms-animation: img_circle1 2s linear 0s infinite;
    -o-animation: img_circle1 2s linear 0s infinite;
    animation: img_circle1 2s linear 0s infinite;
    
}
.edu_banner .banner_img .circle2 {
    bottom: 60px;
    right: 20px;
    z-index: 0;
    -webkit-animation: img_circle1 2s linear 0.5s infinite;
    -moz-animation: img_circle1 2s linear 0.5s infinite;
    -ms-animation: img_circle1 2s linear 0.5s infinite;
    -o-animation: img_circle1 2s linear 0.5s infinite;
    animation: img_circle1 2s linear 0.5s infinite;
}

@-webkit-keyframes img_circle1 {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
    }
}
@keyframes img_circle1 {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
    }
}

.section_title > p {
    font-size: 18px;
    line-height: 30px;
    margin: 0 auto;
    /* max-width: 700px; */
    width: 100%;
}



.newsletter_section {
    margin-bottom: -130px;
    position: relative;
    z-index: 1;
}
.newsletter {
    /* height: 275px; */
    background: #fff;
    border-radius: 5px;
}
.newsletter .newsletter_area {
    width: 50%;
    padding: 40px;
    height: 100%;
    border-radius: 5px 0 0 5px;
    box-shadow: 0px 16px 36px 0px rgba(203, 206, 222, 0.42);
}
.newsletter .cta_area {
    width: 50%;
    padding: 40px;
    background: #3b319b;
    height: 100%;
    border-radius:0 5px 5px 0;
}

.newsletter .cta_area > i,
.newsletter .newsletter_area > i {
    color: #a8a2ea;
    font-size: 70px;
    line-height: normal;
    margin-right: 50px;
}
.newsletter .newsletter_area > div {
    width: 370px;
}
.newsletter .newsletter_area form input {
    background: #f2f3f9;
    border: medium none;
    border-radius: 50px 0 0 50px;
    color: #aeaeae;
    float: left;
    height: 45px;
    padding: 5px 22px;
    width: 65%;
}
.newsletter .newsletter_area form button {
    background: #40d58d;
    border: medium none;
    border-radius: 0 50px 50px 0;
    color: #fff;
    height: 45px;
    width: 35%;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 48px;
}
.newsletter .newsletter_area .no_spam {
    color: #979797;
    font-size: 13px;
}

.newsletter .cta_area > div > p {
    color: #c7c5e0;
}
.newsletter .cta_area .learn_today {
    background: #40d58d;
    border-radius: 0 50px 50px 0;
    color: #fff;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    width: 180px;
}

.footer_wrapper {
    background: #f2f3f9;
    overflow: hidden;
}
.footer_wrapper .shape2,
.footer_wrapper .shape1 {
    border-radius: 50px;
    position: absolute;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
}
.footer_wrapper .shape1 {
    background: #e6e8f2;
    bottom: -50px;
    height: 370px;
    left: -250px;
    width: 500px;
}
.footer_wrapper .shape2 {
    background: #eceef5;
    bottom: -150px;
    height: 350px;
    left: -90px;
    width: 600px;
}
.footer_section {
    padding-bottom: 8px;
    padding-top: 183px;
}
.footer_section .widget1 .language_select > li {
    color: #7e808b;
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
}

.footer_section .widget1 .language_select .nice-select {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #7e808b;
    font-size: 15px;
    height: auto;
    line-height: normal;
    font-family: "Poppins",sans-serif;
}
.footer_section .widget1 .language_select .nice-select::after {
    border-bottom: 2px solid #7e808b;
    border-right: 2px solid #7e808b;
    height: 8px;
    margin-top: -5px;
    width: 8px;
}
.footer_section .widget1 .language_select .nice-select .list {
    border-radius: 3px;
    color: #333;
}
.footer_section .single_widget ul.footer_signin li a {
    border: 1px solid #3b319b;
    border-radius: 5px;
    color: #3b319b;
    display: block;
    height: 36px;
    line-height: 35px;
    min-width: 108px;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
}
.footer_section .single_widget ul.footer_signin li.login a {
    background: #3b319b;
    color: #fff;
    margin-right: 10px;
}
.footer_section .single_widget ul.footer_signin li a:hover {
    background: #3b319b;
    color: #fff;
}
.footer_section .single_widget ul.footer_signin li.login a:hover {
    background: none;
    color: #3b319b;
}
.footer_section .single_widget ul li a {
    color: #7e808b;
    font-size: 15px;
    line-height: 34px;
}
.footer_section .single_widget ul li a:hover {
    color: #3b319b;
}

.footer_section .single_widget .footer_event > li {
    border: 1px solid #d2d5e5;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 10px 10px 10px 120px;
    position: relative;
}
.footer_section .single_widget .footer_event li a {
    color: #7e808b;
    display: block;
    line-height: normal;
    margin-top: -3px;
}
.footer_section .single_widget .footer_event li a:hover {
    color: #3b319b;
}
.footer_section .footer_event li span.time {
    background: #3b319b;
    border-radius: 5px;
    height: 42px;
    left: 10px;
    line-height: 43px;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 100px;
}
.footer_section .footer_event li .date {
    color: #a39bba;
    display: block;
    font-size: 12px;
    line-height: normal;
    margin-top: 2px;
}


/*---------*/
.footer_wrapper footer .footer_content {
    border-top: 1px solid #e8e9f3;
    padding: 28px 0;
}
.footer_wrapper footer p.copyright {
    color: #7e808b;
    font-size: 15px;
    vertical-align: middle;
}
.footer_wrapper footer .copyright a {
    color: #3b319b;
    text-decoration: underline;
}
.footer_wrapper footer .copyright a:hover {
    text-decoration: none;
}
.footer_wrapper footer .footer_left .policy li:last-child a {
    margin-right: 0;
}
.footer_wrapper footer .footer_left .policy a {
    color: #7e808b;
    font-size: 15px;
    margin-right: 15px;
}
.footer_wrapper footer .footer_left .policy a:hover {
    color: #3b319b;
}

.footer_wrapper footer .footer_right > p {
    color: #7e808b;
    font-size: 15px;
    font-weight: 500;
}
.footer_wrapper footer .footer_right .social_icon li a {
    color: #a39bba;
    font-size: 18px;
    padding: 1px 6px;
}
.footer_wrapper footer .footer_right .social_icon li a:hover {
    color: #24174e;
}
/*---------------1.8 end footer section style--------------*/



.bg-transparent.affix {
    background-color: #FFF !important;
    box-shadow: 4px 4px 4px #f1f1f1;
    margin-top: -25px;
    padding-bottom: 10px;
    height: 100px;
}

a.btn.btn-primary {
    border-radius: 23px;
    width: 170px;
}

/*-------------03. scroll top css-----------*/
.scroll_top {
    background: #027AEC none repeat scroll 0 0;
    border-radius: 3px;
    bottom: 50px;
    cursor: pointer;
    height: 40px;
    position: fixed;
    right: 30px;
    text-align: center;
    width: 40px;
    z-index: 99;
}
.scroll_top:hover i {
    color: #000;
}
.not_visible {
    visibility: hidden;
    display: none;
}
.scroll_top i {
    color: #fff;
    font-size: 24px;
    line-height: 38px;
}


/*-------------04. Global style---------------*/
.raleway {
    font-family: 'Raleway', sans-serif;
}.lato {
    font-family: 'Lato', sans-serif;
}.roboto {
    font-family: 'Roboto', sans-serif;
}.playfair {
    font-family: 'Playfair Display', serif;
}.mont {
    font-family: 'Montserrat', sans-serif;
}.merriweather {
    font-family: 'Merriweather', serif;
}.popins {
    font-family: 'Poppins', sans-serif;
}.open {
    font-family: 'Open Sans', sans-serif;
}


.pos_relative {
    position: relative;
}
.d_block {
    display: block;
}
.overlay2,
.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.section_tbl {
    display: table;
    width: 100%;
    height: 100%;
}
.section_tbl_cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

/*---------border-radius-------*/
.radius_3 {
    border-radius: 3px;
}.radius_5 {
    border-radius: 5px;
}.radius_10 {
    border-radius: 10px;
}.radius_50 {
    border-radius: 50px;
}.radius_100p {
    border-radius: 100%;
}
.menuzord {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
img.header_logo {
  height: 35px;
}




.align_center_center {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.align_col_center_left {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
}
.align_col_bottom_left {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: flex-end;
}
.align_col_center_right {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    justify-content: center;
}
.align_col_right_bottom {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    justify-content: flex-end;
}
.align_col_center_bottom {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: flex-end;
}
.align_row_left_top {
    display: flex;
    flex-flow: row;
    align-items: flex-start;
    justify-content: flex-start;
}
.align_row_center_left {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-start;
}
.align_row_center_right {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-end;
}
.align_row_center_center {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
}
.align_row_spacebetween {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
}
.d_inline,
.d_inline li {
    display: inline-block;
}
.uppercase>li>a {
    text-transform: uppercase;
}
.capitalize>li>a {
    text-transform: capitalize;
}


ul.points {
    margin-top: 20px;
    padding-left: 0px;
}

ul.points li {
    list-style: none;
    margin-bottom: 7px;
}

ul.points li i {
    margin-right: 15px;
}

.services h2 {
    font-weight: bold;
    font-size: 41px;
}.shadow {
    box-shadow: 0px 0px 5px 4px #ececec;
    /* padding: 20px; */
}i.flaticon-microphone {
    align-items: center;
    border: 3px solid #ff713180;
    border-radius: 100%;
    color: #ff7131;
    display: flex;
    flex-flow: column nowrap;
    font-size: 45px;
    height: 90px;
    justify-content: center;
    line-height: normal;
    width: 90px;
    /* margin-top: -42px; */
}

i.flaticon-users {
    align-items: center;
    border: 3px solid #ff713180;
    border-radius: 100%;
    color: #ff7131;
    display: flex;
    flex-flow: column nowrap;
    font-size: 45px;
    height: 90px;
    justify-content: center;
    line-height: normal;
    width: 90px;
    /* margin-top: -42px; */
}

i.flaticon-visualization{
    align-items: center;
    border: 3px solid #ff713180;
    border-radius: 100%;
    color: #ff7131;
    display: flex;
    flex-flow: column nowrap;
    font-size: 45px;
    height: 90px;
    justify-content: center;
    line-height: normal;
    width: 90px;
    /* margin-top: -42px; */
}.list_content .shape1 {
    background: #e5f2ff;
    border-radius: 50px;
    height: 410px;
    left: -190px;
    position: absolute;
    margin-top: 9%;
    width: 400px;
    z-index: 0;
    -webkit-transform: rotate(58deg);
    -ms-transform: rotate(58deg);
    -o-transform: rotate(58deg);
    transform: rotate(58deg);
}.list_content .shape2 {
    background: #e5f2ff;
    border-radius: 50px;
    height: 400px;
    right: -285px;
    position: absolute;
    margin-top: 36%;
    width: 400px;
    z-index: 0;
    -webkit-transform: rotate(-58deg);
    -ms-transform: rotate(-58deg);
    -o-transform: rotate(-58deg);
    transform: rotate(-58deg);
    overflow-x: hidden;
}section.list_content {
    background-color: #cccccc14;
}a.btn.btn-warning {
    background-color: #ff7131;
    border-radius: 23px;
    color: #FFF;
    font-size: 15px;
    padding-left: 18px;
    padding-right: 18px;
    line-height: 30px;
}

input.btn.btn-primary.mt-4 {
    border-radius: 21px;
    width: 137px;
}
.contact {
    /* background-color: #FFF; */
    padding: 18px;
    /* box-shadow: 7px 2px 6px 2px #e0e0e0; */
}.footer-nav-wrap.text-dark a {
    color: #001579;
    line-height: 32px;
}.white-bg {
    background-color: #343355;
    padding: 9px;
    color: #FFF;
    margin-top: 10px;
    float: left;
}
input.btn.btn-primary {
    border-radius: 20px;
    width: 155px;
}img.img-fluid.india-flag {
    width: 32px;
    margin-top: 9px;
}

ul.country-logo {
    position: absolute;
    right: 0;
    width: 21% !important;
    display: flex;
    /* float: right; */
    margin-top: -48px;
    margin-right: 25px;
}

ul.country-logo img {
    width: 20px !important;
    height: 17px;
    margin-right: 6px;
}

ul.country-logo li {
    list-style: none;
}

ul.country-logo img {
    border-radius: 24px;
    width: 26px !important;
    height: 26px;
    border: 1px solid #dad9d9;
    padding: 3px;
}.edu_banner .banner_img .circle {
    width: 100px;
    height: 100px;
    border: 5px solid #827ddc;
    border-radius: 100%;
    position: absolute;
    transform: scale(0.1);
}ol.breadcrumb {
    background-color: transparent;
    text-align: center;
    /* float: left; */
    /* width: 18%; */
    display: -webkit-inline-box;
    margin: 0 auto;
}.single_goal {
    padding: 22px 0 22px 110px;
}.single_goal > i {
    color: #343355;
    display: inline-block;
    font-size: 72px;
    left: 0;
    line-height: normal;
    position: absolute;
    margin-top: -9px;
}.leftside img {
    width: 88%;
}.contact-detail i {
    font-size: 33px;
    color: #ff7131;
}.contact-detail a {
    color: #000 !important;
}span.number {
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 20px;
    float: left;
    color: #ff9047;
    width: 100%;
}.rupees {
  
    border-radius: 4px;
    margin-left: 2px;
    margin-right: 1px;
    width: 99%;
}

.rupees input {
    border: none;
    float: left;
    background-color: transparent;
    width: 100%;
    color: #00a0e3;
    font-size: 25px;
}

.rupees i {
    float: left;
    position: absolute;
    top: 8px;
    left: 9px;
    font-size: 25px;
}.rupees p {
    padding-top: 12px;
    color: #000;
    text-align: left;
}.col-sm-6.final-price {
    background-color: #FFF;
    border: 1px solid #00a0e3;
    TEXT-ALIGN: RIGHT;
    WIDTH: 100%;
    FLOAT: LEFT;
}input[type="radio" i] {
    margin-top: 5px;
    margin-left: -21px;
}.row.rupees input:focus {
    /* border: 2px solid #ccc!important; */
    outline: none;
}input#upload_file {
    /* margin-left: -47px; */
}
.radio label {
    font-size: 14px;
    padding-left: 20px;
}

label input {
    position: absolute;
}input#upload_file {
    /* width: 81%; */
    /* font-size: 11px; */
    text-align: left;
    width: 100%;
    border: 0px !important;
}section.footer_section a {
    text-decoration: none;
}textarea#message {
    font-size: 16px;
}

a.btn.btn-primary.mt-4.button-free {
    width: 33%;
    font-size: 20px;
}

.card-header h5 {
    font-size: 18px;
    color: #000;
    z-index: 9;
    position: relative;
}.card-body {
    text-align: justify;
    /* margin-bottom: 20px; */
    font-size: 14px;
    padding-left: 10px;
    padding-top: 0px;
}.card-header {
    background-color: transparent;
    background-color: #f2f2f291;
    line-height: 27px;
    padding-left: 10px;
    margin-bottom: 8px;
    border-radius: 9px 9px 0px 0px;
    color: #000 !important;
    border-radius: 0;
    margin-bottom: 20px;
    border: 1px solid #dedede;
    /* margin-bottom: 20px; */
    border-radius: 8px !important;
    box-shadow: 4px 4px 4px #f1f1f1;
    font-size: 15px !important;
    height: auto;
    text-align: left;
}i.fa.fa-angle-down {
    color: #4697e8;
    font-weight: bold;
    font-size: 22px;
}.card-header a {
    text-decoration: none;
    color: #1e1e1e;
    font-size: 16px;
}.card {
    border: none;
}.form-content fieldset {
    padding: 13px 22px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 0;
}

ul.radio-group li {
    width: 39%;
    float: left;
}ul.row.form-group li {
    list-style: none;
    margin-right: 16px;
}

ul.row.form-group li input {
    margin-right: 2px;
}

ul.row.form-group {
    margin-left: 0px !important;
    padding-left: 2px;
}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}div#myModal {
    z-index: 9999 !important;
    /* position: absolute; */
}.col-sm-4.column img {
    height: 800px;
}
footer li {
    display: inline-block;
}
footer li a{
    color:unset;
}
.sitemap-pg li {
    padding: 15px 0 0;
}
.sitemap-pg {
    padding: 20px;
    height: 305px;
}
.sitemap-pg a{
    color:unset;
}.footer_section img.img-fluid.mb-1.pb-3 {
    width: 35%;
}div#page-content h2 {
    font-size: 22px;
}
.contact-foot .footer_section {
    padding-top: 25px;
}