/*---------------------------- 01. start Home page style ------------------------------------*/
body,
p {
    font-family: 'Poppins', sans-serif;
    color: #7f7d98;
    font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
	color:#292830;
}
.edu_banner .banner_content h5 {
	color: #191620;
	font-weight: 500;
}
.color_40d {
    color: #40d58d;
}
.color_242 {
    color: #24232f;
}
.color_7f7 {
    color: #7f7d98;
}
.color_343 {
    color: #343355;
}
.color_3b3 {
    color: #3b334c;
}
.color_191 {
    color: #191620;
}
.colorfff {
	color: #fff;
}
.bg_color_40d{
    background: #40d58d;
}

.popins {
    font-family: 'Poppins', sans-serif;
}     
.section_padding {
    padding: 150px 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;
}


/*---------------1.1 start header section style--------------*/
.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
}
/*---------------1.1 end header section style--------------*/


/*---------------1.2 start banner section style--------------*/
.edu_banner {
    overflow: hidden;
    padding: 0 100px;
}

.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;
}

.edu_banner > .shape1 {
    background-color: #392f9c;
    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: #4137a4;
    position: absolute;
    left: -399px;
    bottom: -450px;
    width: 798px;
    height: 798px;
    z-index: 0;
}

.edu_banner .banner_content {
    text-align:left;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}
.edu_banner .banner_content > span {
    background: #eeedfb;
    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;
}
.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;
    }
}
/*---------------1.2 end banner section style--------------*/


/*---------------1.3 start work process section style--------------*/
.section_title > p {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
	margin-bottom:10px;
}
.work_process .single_process{
    padding-left: 82px;
}
.work_process .single_process > img {
    left: 0;
    position: absolute;
    top: 7px;
}
/*---------------1.3 end work process section style--------------*/
footer {
	background-color:#392F9C;
}

/*---------------1.4 start list content section style--------------*/
.list_content {
    padding-bottom: 50px;
    padding-top: 50px;
}
.list_content .single_content:nth-child(even){
    flex-flow: row-reverse nowrap;
}
.list_content .single_content .section_title h1 {
    font-size: 47px;
    line-height: 60px;
}
.list_content .single_content .content_img {
    width: 45%;
}
.list_content .single_content .content_img img{
    z-index: 1;
    position: relative;
}
.list_content .single_content .content_img .circle {
    background: #40d58d;
    border-radius: 100%;
    bottom: -50px;
    height: 280px;
    left: 50%;
    margin-left: -30px;
    position: absolute;
    width: 280px;
    z-index: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.list_content .single_content .content_txt {
    width: 80%;
}
.list_content .single_content:nth-child(even) .content_txt{
    padding-left: 0;
    padding-right: 100px;
}
.list_content .single_content:nth-child(even) .content_img .circle {
    width: 380px;
    height: 380px;
    margin-left: 0;
    bottom: -130px;
}
.list_content .single_content .content_txt li {
    color: rgb(127, 125, 152);
    font-size: 16px;
    margin-bottom: 5px;
}
.list_content .single_content .content_txt li:last-child {
    margin-bottom: 0;
}
.list_content .single_content .content_txt li i {
    color: #40d58d;
    margin-right: 13px;
}
.list_content .single_content .content_txt .learn_more {
    background: #40d58d;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    height: 50px;
    line-height: 51px;
    text-align: center;
    text-transform: uppercase;
    width: 200px;
    margin-top: 45px;
}
.list_content .single_content .content_txt .learn_more:hover {
    background: #4137a4;
}
/*---------------1.4 end list content section style--------------*/

.faq_section{
    padding-top: 90px;
    padding-bottom: 90px;
}
.faq_section .shape1 {
    width: 600px;
    height: 550px;
    background: #f9fcfd;
    top: 420px;
    right: -330px;
    z-index: 1;
    position: absolute;
    border-radius: 0 0 0 140px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}
.faq_section .section_title {
    max-width: 900px;
    width: 100%;
}
.faq_section .single_faq p {
    line-height: 30px;
}
.faq_section .single_faq {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
    padding: 30px 25px;
    margin-bottom: 30px;
    background: #fff;
}

/*---------------1.5 start testimonial section style--------------*/
.testimonial_section {
    background: #3b319b;
    position: relative;
}
.testimonial_section:before {
    position: absolute;
    content: "";
    left: -10px;
    top: 0;
    width: 110px;
    height: 100%;
    background: #fff;
}
.testimonial_section .section_title > p {
    color: #afacce;
}
.testimonial_section .author_img {
    border: 2px solid #eeeeee;
    height: 270px;
    width: 270px;
}
.testimonial_section .author_img img {
    width: 100%;
    height: 100%;
}
.testimonial_section .author_info {
    padding-left: 100px;
    width: 70%;
}
.testimonial_section .author_comment {
    font-size: 24px;
    line-height: 38px;
}
.testimonial_section .owl-nav {
    margin-top: 35px;
    text-align: center;
}
.testimonial_section .owl-next,
.testimonial_section .owl-prev {
    background: #f0f0f0;
    border-radius: 100%;
    color: #949494;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    margin: 0 8px;
    padding: 8px 10px;
    position: relative;
    width: 40px;
}
.testimonial_section .owl-next:hover,
.testimonial_section .owl-prev:hover {
    background: #40d58d;
    color: #fff;
}
/*---------------1.5 end testimonial section style--------------*/


/*---------------1.6 start pricing table section style--------------*/
.pricingTbl {
    padding-bottom: 90px;
}
.pricingTbl .single_tbl {
  border: 1px solid #f6f6f6;
}
.pricingTbl .single_tbl .tbl_header {
  padding: 37px 0 0;
}
.pricingTbl .single_tbl .tbl_header .price {
    height: 100px;
    padding: 30px 5px;
    width: 100%;
    margin-top: 40px;
    border-top: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
}
.pricingTbl .advanced .tbl_header .price {
    background: #3b319b;
    border-top-color: #3b319b;
    border-bottom-color: #3b319b;
}
.pricingTbl .tbl_header .price h4 {
    color: #1a1c28;
    font-size: 30px;
    line-height: 26px;
}
.pricingTbl .single_tbl .tbl_header .price span {
    color: #737893;
    display: block;
    font-size: 14px;
    line-height: 24px;
}
.pricingTbl .advanced .tbl_header .price span,
.pricingTbl .advanced .tbl_header .price h4 {
    color: #fff;
}
.pricingTbl .tbl_header h3 {
    color: #3b334c;
}
.pricingTbl .advanced .tbl_header h3 {
    color: #191620;
}
.pricingTbl .single_tbl.advanced .tbl_header .rating {
    margin-bottom: 20px;
}
.pricingTbl .single_tbl.advanced .tbl_header .rating li i {
    color: #eeeeee;
    font-size: 16px;
}
.pricingTbl .single_tbl .tbl_body {
    padding: 43px 15px 60px;
}
.pricingTbl .single_tbl .tbl_body li {
    color: #666;
    margin-bottom: 15px;
}
.pricingTbl .single_tbl .tbl_body li.dactive_color {
    color: #c8c8ca;
}
.pricingTbl .single_tbl .tbl_btn {
    display: inline-block;
    height: 48px;
    line-height: 47px;
    margin-top: 45px;
    width: 180px;
    text-transform: uppercase;
    position: relative;
    border: 1px solid #cacaca;
    color: #484040;
    letter-spacing: 1px;
}
.pricingTbl .single_tbl .tbl_btn:hover {
    border-color: #3b319b;
    color: #fff;
    background: #3b319b;
}
/*---------------1.6 end pricing table section style--------------*/


/*---------------1.7 start newsletter section style--------------*/
.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;
}
/*---------------1.7 end newsletter section style--------------*/


/*---------------1.8 start footer section style--------------*/
.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: 110px;
    padding-top: 273px;
}
.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;
}
.copyright {
	color: #fff;
}
.footer_left {
	padding-bottom:15px;
	padding-top:15px;
}
.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--------------*/



