:root {
    --topbar: #209153;
    --slogan:#4272a6;
    --primary: #e63132;
    --secondary:#dcd934;
}

/*
   1.Theme Default CSS
*/

*{
    margin:0;
    padding: 0;
}
a{
    text-decoration:none;
}
a:hover{
    text-decoration: none
}
a:focus{
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
    margin-top: 7px;
    margin-bottom: 7px;
    text-transform: capitalize;
    font-family: 'Raleway', sans-serif;
}
h5{
    color: #333!important;
}

ul{
    margin: 0;
}
/*li{
    list-style: none;
}*/
p{
    font-size: 15px;
    margin: 0;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.8em;
    color: #555;
    overflow-x: hidden;

}
section{
    overflow: hidden;
}
.overlay{
    width: 100%;
    height: 100%;
    background: #333;
    opacity: .7;
}
.edu-overlay{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #333;
    opacity: .8;
}
.section-padding{
    padding: 60px 0;
}
.nsp-title{
    margin-bottom: 60px;
    text-align: center;
}
.nsp-title h2{
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
}
.nsp-title p{
    padding: 0 26%;
}
.eduspace-btn {
    border: 0;
    border-radius: 0;
    background: #20B876;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    display: block;
    width: 180px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    transition: all .5s ease;
}
.eduspace-btn:hover,
.eduspace-btn:focus{
    background: #222;
    color: #fff;
    border: none;
}
.no-padding{
    padding-left: 0;
    padding-right: 0;
}
.padding{
    padding-left: 0px;
}
/*
   Theme Default CSS
*/
/*
  3.Start header top bar css
*/
.header-top-bar{
    background: var(--topbar);
    padding: 10px;
}
.header-top-left {
    float: left;
}
.header-top-left ul li{
    list-style: none;
    float: left;
    margin-right: 20px;
}
.header-top-left ul li a{
    color: #fff;
    font-size: 16px;
}
.header-top-left ul li a i{
    margin-right: 10px;
}
.header-top-right{
    overflow: hidden;
    float: right;
}
.header-top-right ul li{
    float: left;
    list-style: none;
    margin-right: 20px;
}
.header-top-right ul li a{
    color: #fff;
    font-size: 16px;
}
.header-top-right ul li a i{
    margin-right: 10px;
}
/*
  End header top bar css
*/


/*
  4.Start header-area Area css
*/
header{
    width: 100%;
    z-index: 337;
}
header.sticky {
    position: fixed;
    background-color: #fff;
    top: 0;
    box-shadow: 0 0 7px #ccc;
}
.sticky .main-menu-area{
    margin: -5px 0;
    transition: .5s;
}
.sticky .main-menu ul li ul.sub-menu{
    margin-top: 20px;
}
.sticky .search-form{
    margin-top: 6px;
}
/* main-menu */
.main-menu-area{
    padding: 10px;
}
.logo {
    margin-top: 0px;
}
.logo img{
    width: 70%;
}
.main-menu {
    float: right;
}
.main-menu ul li a .caret i{
    font-size: 18px;
    margin-left: 5px;
    -webkit-transition: .4s;
    transition: .4s;
}
.main-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.main-menu li {
    float: none;
    position: relative;
    display: inline-block;
}
.main-menu li a{
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 20px 10px;
    text-transform: uppercase;
}
.main-menu li a:hover{
    color: #20B876;
}
.main-menu ul li ul.sub-menu li:last-child {
    border-bottom: none;
}
.main-menu ul li ul.sub-menu {
    background: #fff none repeat scroll 0 0;
    border-width: 0 1px 1px;
    margin-top: 15px;
    opacity: 0;
    position: absolute;
    text-align: left;
    top: 100px;
    transition: all 0.4s ease 0s;
    visibility: hidden;
    width: 195px;
    z-index: 9999;
    border-top: 4px solid var(--topbar);
}
.main-menu ul li ul.sub-menu li {
    float: none;
    display: block;
    border-bottom: 1px solid #20B876;
    padding-bottom: 0;
    -webkit-transition: .4s;
    transition: .4s;
}
.main-menu ul li ul.sub-menu li:last-child {
    border-bottom: none;
}
.main-menu ul li ul.sub-menu li:hover {
    background:var(--topbar);
}
.main-menu ul ul li > a {
    font-weight: 600;
    color: #333;
    padding: 15px 20px;
    text-transform: capitalize;
}
.main-menu li:hover > .sub-menu{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 75%;
    visibility: visible;
}
.main-menu li:hover .caret i{
    transform: rotate(-180deg);
}
.main-menu li li:hover > a {
    color: #fff;
}

/*------Mobile menu Area------*/
.mobile-menu-area {
    display: none;
}
.mean-container .mean-nav,
.mean-container .mean-bar {
    background: #fff;
}
.mean-container a.meanmenu-reveal span,
.mean-container .mean-nav ul li a:hover {
    background: #20B876;
}
.mean-container .mean-nav ul li a:hover .mean-nav ul li a.mean-expand {
    color: #333;
    font-weight: 600;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
    background: transparent none repeat scroll 0 0;
    color: #333;
    font-weight: 600;
}
.mean-container .mean-nav ul li a:hover {
    color: #333;
    font-weight: 600;
}
.mean-container a.meanmenu-reveal {
    color: #333;
    font-weight: 600;
    border-color: #20B876;
    top: -3px;
}
.mean-container .mean-nav ul li a,
.mean-container .mean-nav ul li li a {
    color: #333;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    opacity: 1;
}
.mean-container .mean-nav ul li a:hover {
    color: #333;
    font-weight: 600;
}
.mean-container .mean-nav ul li a.mean-expand {
    border-color: transparent!important;
    line-height: 32px;
    padding: 9px !important;
    background: transparent;
}
/*
  End header-area css
*/

/*
  13.start Footer-widget section css
*/
.widget-area{
    background: #242C42;
}
.widgt-main-area{
    margin-top: 50px;
    margin-bottom: 50px;
}

.widget-social{
    margin-top: 20px;
    margin-left: -16px;
}
.widget-social ul li{
    display: inline-block;
    margin-right: 15px;
}
.widget-social ul li a i{
    height: 40px;
    width: 40px;
    background: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    font-size: 18px;
    color: var(--topbar);
    transition: .5s;
}
.f-widget-title{
    margin-bottom: 30px;
}
.f-widget-title h4{
    color: #fff;
    font-weight: 600;
}
.categories li {
    list-style: none;
    margin-bottom: 11px;
    color: #fff;
}
.categories li i{
    margin-right: 10px;
}
.categories li a{
    color: #fff;
}
.widget-blog{
    margin-bottom: 40px;
}
.w-r-right a{
    color: #fff;
}
.w-r-right p{
    color: #dcdcdc;
}
.news-text p{
    color: #fff;
}

.w-r-left{
    float: left;
}
.w-r-right{
    padding-left: 70px;
}
.w-r-right p{
    font-size: 13px;
}
.fa-facebook:hover{
    background: var(--primary);
    color: #fff;
}
.fa-youtube:hover{
    background: var(--primary);
    color: #fff;
}
.fa-linkedin:hover{
    background: var(--primary);
    color: #fff;
}
.fa-instagram:hover{
    background: var(--primary);
    color: #fff;
}
/*
  End Footer widget section css
*/

/*
  14.Start Footer Area css
*/
.footer-area{
    background: var(--topbar);
    padding-bottom: 30px;
    padding-top: 30px;
}
.footer-text{
    text-align: center;
}
.footer-text p{
    color: #fff;
}
/*
  End Footer Area css
*/
/*** 
=============================================
    Slogan area style
=============================================
***/
.slogan-area {
    position: relative;
    display: block;
    background: var(--slogan);
    padding: 35px 0;
}

.slogan-area .title {
    position: relative;
    display: block;
    width: 800px;
}
.slogan-area .title h3{
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}
.slogan-area .button {
    position: relative;
    display: block;
}
.slogan-area .button a{
    color: #27282c;
    background: #ffffff;
}
.slogan-area .button a:hover{
    color: #ffffff;
    background: #e11f2c;
}
.btn-one {
    position: relative;
    display: inline-block;
    background: #e9212e;
    color: #ffffff;
    font-size: 15px;
    line-height: 60px;
    font-weight: 500;
    text-transform: capitalize;

    padding: 0 30px 0;
    transition: all 500ms ease;
}
/*** 
=============================================
  services
=============================================
***/
/*---------------- :: 11 bizway-service Section area css -------------*/
.featured-imagebox-services .featured-thumbnail {
    position: relative;
    overflow: hidden;
    border: 5px solid #fff;
}
.featured-imagebox-services .featured-thumbnail:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
}
#site-navigation .menu ul.dropdown>li>a:before, .nsp-bgcolor-darkgrey .nsp-custombutton.nsp-btn-bgcolor-skincolor:hover, .nsp-bgcolor-darkgrey .section-title.with-desc .title-header:before, .nsp-bgcolor-grey .pagination-block .page-numbers, .nsp-bgcolor-skincolor .inside.nsp-fid-view-topicon h3:after, .nsp-bgcolor-skincolor .section-title.with-desc .title-header:after, .nsp-bgcolor-white, .nsp-bgcolor-white>.nsp-bg-layer, .nsp-bgimage-yes .nsp-pricing-plan, .nsp-blog-single .blockquote-box, .nsp-btn-bgcolor-white, .nsp-btn.nsp-btn-style-border.nsp-bgcolor-white, .nsp-col-bgcolor-skincolor .inside.nsp-fid-view-topicon h3:after, .nsp-highlight-fid-style1, .nsp-icon_element-background-color-white, .nsp-video-btn .nsp-video-btn-play, .nsp-video-btn .nsp-video-btn-play:after, .nsp-video-btn .nsp-video-btn-play:before, .nsp-video-play-btn, .contact-box, .featured-icon-box.style2, .featured-imagebox-post.left-image, .featured-imagebox-post.style1 .featured-content, .featured-imagebox-services .featured-content-services, .featured-imagebox-team.style1 .social-icons li>a, .site-navigation ul.social-icons li a:hover {
    background-color: #fff;
}
.featured-imagebox-services .featured-content-services {
    margin: -40px 20px 20px;
    z-index: 9;
    position: relative;
}
.box-shadow {
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 7%);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 7%);
}
.featured-title{
    padding-top: 10px;
    padding-bottom: 10px;
}
/*-----------------------------------------38. Owl Carousel-------------------------------------------*/
.owl-theme .owl-nav [class*=owl-] {
    font-size: 9px !important;
    margin: 9px!important;
    padding: 0px 7px!important;

}
.custom-dot {
    display: inline-block;
    z-index: 1;
    margin-top: 30px;
}
.custom-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: #cecece;
    cursor: pointer;
    display: block;
    border: 1px solid #fff;
    -webkit-backface-visibility: visible;
    border-radius: 30px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.custom-dot span:hover {
    background: #aaa;
    -webkit-backface-visibility: visible;
    border-radius: 30px;
}
.custom-dot.active span {
    width: 12px;
    height: 12px;
    background: #d21e2b;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.owl-nav i {
    color: #111;
    font-size: 20px;
    padding-top: 16px;
}
.owl-nav .owl-prev {
    color: #d21e2b;
    font-size: 43px;
    left: 0%;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 50px;
    height: 50px;
    background: #fff !important;
    -webkit-box-shadow: 0px 5px 28px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px 5px 28px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 5px 28px 0px rgba(50, 50, 50, 0.1);
}
.owl-nav .owl-next {
    color: #d21e2b;
    font-size: 43px;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 50px;
    height: 50px;
    background: #fff !important;
    -webkit-box-shadow: 0px 5px 28px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px 5px 28px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 5px 28px 0px rgba(50, 50, 50, 0.1);
}
/*
  10.counter section css
*/
.nsp-starts{
    background: url(../images/counterback.jpg)no-repeat center fixed;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.nsp-area{
    padding: 20px;
    background: #fff;
    margin-bottom: 40px;
    margin-top: 40px;
}
.nsp-area:hover {
    transform:scale(1.1);
    box-shadow: 0px 0px 20px #222;
    transition: .5s;
}
.counter{
    color: #222;
    font-family: 'Rubik', sans-serif;
    text-align: center;
    width: 210px;
    height: 210px;
    padding: 46px 30px;
    margin: 0 auto;
    border: 3px solid #ff2828;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}
.counter:before,
.counter:after{
    content: '';
    background: #ff2828;
    border-radius: 50%;
    box-shadow: 0 4px rgba(0,0,0,0.2);
    position: absolute;
    left: 10px;
    top: 10px;
    bottom: 10px;
    right: 10px;
    z-index: -1;
}
.counter:after{
    background: #fff;
    left: 25px;
    top: 25px;
    bottom: 25px;
    right: 25px;
}
.counter .counter-icon{
    color: #333;
    font-size: 35px;
    line-height: 35px;
    margin: 0 0 13px;
}
.counter h3{
    color: #ff2828;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 8px;
}
.counter .counter-value{
    color: #555;
    font-size: 30px;
    font-weight: 600;
    display: block;
}
.counter.blue{
    border-bottom-color: #00a8e0;
}
.counter.blue:before{
    background: #00a8e0;
}
.counter.blue h3{
    color: #00a8e0;
}
.counter.green{
    border-bottom-color: #7ebc2d;
}
.counter.green:before{
    background: #7ebc2d;
}
.counter.green h3{
    color: #7ebc2d;
}
.counter.purple{
    border-bottom-color: #4f31aa;
}
.counter.purple:before{
    background: #4f31aa;
}
.counter.purple h3{
    color: #4f31aa;
}
@media screen and (max-width:990px){
    .counter{
        margin-bottom: 40px;
    }
}
/*
  End Eduspcae-start section css
*/

.testimonial{
    margin: 0 10px;
}
.testimonial .testimonial-content{
    margin: 20px 0 50px 0;
    position: relative;
}
.testimonial .testimonial-content:after{
    content: "";
    width: 20px;
    height: 20px;
    border-top: 20px solid var(--slogan);
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    margin: 0 auto;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
}
.testimonial .description{
    min-height: 200px;
}
.testimonial .description{
    padding: 25px 35px;
    margin: 0;
    background: var(--slogan);
    border-radius: 15px;
    font-size: 20px !important;
    color: #fff;
    position: relative;
}
.testimonial .description p{
    font-size: 20px !important;
    color: #fff;
}
.testimonial .description:before,
.testimonial .description:after{
    font-family: "FontAwesome";
    font-weight: 900;
    width: 30px;
    height: 30px;
    line-height: 35px;
    border-radius: 8px;
    text-align: center;
    background: var(--topbar);
    position: absolute;
}
.testimonial .description:before{
    content: "\f10d";
    top: -14px;
    left: 25px;
}
.testimonial .description:after{
    content: "\f10e";
    bottom: -10px;
    right: 25px;
}
.testimonial .testimonial-profile{
    display: table;
    padding: 15px;
    border: 1px solid var(--primary);
    border-radius: 20px;
    margin: 0 auto;
    position: relative;
}
.testimonial .pic{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #dca842;
    float: left;
    overflow: hidden;
}
.testimonial .title{
    display: inline-block;
    margin: 0 0 0 30px;
    font-size: 19px;
    font-weight: bold;
    color: var(--primary);
    position: relative;
    top: 22px;
}
.testimonial .title:before{
    content: "";
    width: 1px;
    height: 70px;
    background: var(--secondary);
    position: absolute;
    top: -8px;
    left: -15px;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #888;
    margin-top: 10px;
}
.owl-theme .owl-controls{
    margin-top: 30px;
}
.owl-theme .owl-controls .owl-page span{
    background: transparent;
    border: 1px solid #dca842;
    opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span{
    background: #dca842;
    border: 1px solid #dca842;
}
@media only screen and (max-width: 479px){
    .testimonial .description{
        padding: 20px;
        font-size: 16px;
    }
    .testimonial .testimonial-profile{
        padding: 10px;
    }
    .testimonial .title{
        font-size: 16px;
    }
    .testimonial .post{
        font-size: 13px;
    }
}
/*** 
=============================================
   Breadcrumb  
=============================================
***/
.banner-area {
    position: relative;
    min-height: 150px;
    color: #333;
    background-position: 50% 50%;
    background-size: cover;
    background-color: #9514148f;
}

.banner-title {
    color: #333;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 900;
}

@media (max-width: 767px) {
    .banner-title {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .banner-title {
        font-size: 22px;
        line-height: 1.3;
    }
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner-heading {
    text-align: center;
    padding-top: 20px;
}

.breadcrumb {
    padding: 0;
    background: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}

.breadcrumb li a,
.breadcrumb .breadcrumb-item,
.breadcrumb li a:focus,
.breadcrumb li a:hover {
    color: #333 !important;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #333;
}

/*title hr line*/
.nsp-title h2::before {
    position: absolute;
    left: 42%;
    top: 42px;
    width: 137px;
    height: 8px;
    content: "";
    background-image: url(../images/devider.png);
}
/*** 
=============================================
    Slogan area style
=============================================
***/
.slogan-area2 {
    position: relative;
    display: block;
    background: var(--topbar);
    padding: 35px 0;
}

.slogan-area2 .title2 {
    position: relative;
    display: block;
    /*width: 800px;*/
}
.slogan-area2 .title2 h3{
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}
.slogan-area2 .button {
    position: relative;
    display: block;
}
.slogan-area2 .button a{
    color: #27282c;
    background: #ffffff;
}
.slogan-area2 .button a:hover{
    color: #ffffff;
    background: #e11f2c;
}
.btn-one {
    position: relative;
    display: inline-block;
    background: #e9212e;
    color: #ffffff;
    border-radius: 25px;
    font-size: 15px;
    line-height: 60px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 0 30px 0;
    transition: all 500ms ease;
}
.featured-title a{
    color: #333 !important;
}
.featured-title a:hover{
    color: var(--topbar) !important;
}
.featured-desc{
    padding: 5px 10px 10px 10px;
}

.help-block{
    color: red;
    display: inline-block;
}
.help-block-red{
    color: red !important;
}
.help-block-green{
    color: green !important;
}
.heading-form{
    color: #ff761b;
    font-size: 36px;
}

.serviceBox {
    background: #fff;
    text-align: center;
    padding: 0 0 25px;
    box-shadow: 0 2px 5px 0 #888282;
    border-top: 10px solid #4272a6;
    margin-top: 85px;
}
.serviceBox .service-icon {
    width: 100px;
    height: 100px;
    line-height: 114px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #5e5e5e;
    margin: -65px auto 0;
}
.serviceBox .service-icon i{
    color: #666;
    font-size: 45px;
}
.serviceBox .service-content{
    padding: 0 15px;
}
.serviceBox .service-content h3{
    color: #1e2731;
    font: bold 24px/40px 'arial';
    text-transform: uppercase;
    margin: 10px 0 10px;
}
.serviceBox .service-content p{
    font: lighter 13px/20px "verdana";
    color: #666;
    margin: 0 0 20px;
}
.serviceBox .read{
    padding: 30px 0;
}
.serviceBox .read a{
    border: 4px solid #4272a6;
    padding: 9px 25px;
    font: 600 14px/18px "arial";
    color: #4272a6;
    text-transform: uppercase;
}
.serviceBox .read a:hover{
    background: #4272a6;
    color: #000;
    text-decoration: none;
}
@media screen and (max-width: 990px){
    .serviceBox{
        margin-top: 80px;
    }
}