
/*=========={ Header Section }==============*/
.header_wrapper{
    background: #0c5adb;
    position: relative;
}
.header_wrapper:before {
    content: "";
    height: 150px;
    background: #ffffff;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;

}
.header_wrapper.inner{
    background-image: url("../images/inner_bg.jpg");
    background-size: cover;
    min-height: 550px;
}
.header_wrapper.inner:before{
    display: none;
}
.header_wrapper.inner .header{
    background: transparent;
}
.header_wrapper.inner h1{
    color: #ffffff;
}
.header_wrapper.inner .silder_wrapper {
    margin: 0 85px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-top: 70px;
}
.breadcrumb{
    background: transparent;
}
.breadcrumb-item a{
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
}
.breadcrumb-item.active {
    color: #ffffff;
    font-size: 20px;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #ffffff;
    content: "\f101";
    font-family: FontAwesome;
    font-size: 20px;
}

/*--- Header top ---*/
.header_top {
    background: #061127;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; 
}
.header_top .info_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_top .info_wrapper .contact_info ul{
    display: flex;
    align-items: center;
}
.header_top .info_wrapper .contact_info ul li{
    margin-right: 30px;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}
.header_top .info_wrapper .contact_info ul li i{
    margin-right: 7px;
    color: #ff5a2c;
}

.header_top .top_button a{
    background: #ff5a2c;
    height: 52px;
    line-height: 52px;
    padding: 0 30px;
    color: #ffffff;
    display: block;
    font-size: 15x;
    text-transform: uppercase;
}
.header_top .top_button a i {
    padding-right: 10px;
}
.header_top .social_wrapper{
    display: none !important;
}
.header_top .social_wrapper span {
    padding-right: 15px;
    line-height: 30px;
    color: #ffffff; 
}
.header_top .social_wrapper .social-items li:last-child {
    margin-right: 0; 
}
.header_top .social_wrapper .social-items li a:hover i {
    margin-top: -8px; 
}
.header_top .social_wrapper .social-items li a i {
    color: #ffffff;
    padding: 0;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 29px;
    border-radius: 50%;
    font-size: 13px;
    margin: 0;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}
.header_top .social_wrapper .social-items li a i:hover {
    padding: 0;
}


/*--- Header ---*/


/* ========= Slider Style  ==========*/
.carousel-inner {
    max-height:890px;
}
.carousel .carousel-item {
    width: 100%;
    height: 890px;
    background-size: cover;
    background-position: center;
}
.carousel .carousel-item:before{
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;

}
.carousel .carousel-item:first-of-type {
    background-image: url("../images/banner.jpg");
}
.carousel .carousel-item:nth-of-type(2) {
    background-image: url("../images/banner_1.jpeg");
}
.carousel .carousel-item:nth-of-type(3) {
    background-image: url("../images/banner_2.jpeg");
}
.carousel .carousel-item:last-of-type {
    background-image: url("../images/banner_3.jpeg");
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 50px;
    height: 50px;
}
.carousel-control-prev, .carousel-control-next {
    cursor: pointer;
    background: #171c2f;
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    color: #fff;
    display: none;
}
.carousel .carousel-indicators {
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
        bottom: inherit;
            right: 0 !important;
    left: unset;
}
.carousel-indicators li {
    width: 3px;
    height: 55px;
    background-color: rgba(255,255,255,.5);
    margin-bottom: 10px;

}
.carousel-indicators .active {
    background-color: #ff5a2c;
}










header {
    background: #0c5adb;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.header_wrapper a.scroll_down {
    position: absolute;
    left: 50%;
    bottom: -80px;
    transform: translateX(-50%);
    z-index: 999;
    display: none;
}
header .navbar .navbar-brand{
    padding-top: 0;
    padding-right: 30px;
}
header .navbar {
    padding: 0px 0;
    position: relative;
    z-index: 1;
        min-height: 93px;
    line-height: 93px;
}
header .navbar .navbar-nav .btn{
    display: none;
}
header .navbar .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0px;
}
header .navbar .nav-item .nav-link {
    color: #ffffff;
    font-size: 15px;
    padding: 0px 13px;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
}
header .navbar .nav-item .nav-link.active,
header .navbar .nav-item .nav-link:hover {
    color: #ff5a2c;
}

header .navbar .contact_number {
    font-weight: 600;
    margin-left: 15px;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    
    border-radius: 5px;
    font-size: 15px;
}
.header .navbar .contact_number i{
    color: #ffffff;    
    transition: all 0.3s ease-in-out;
    font-size: 18px;
}
header .navbar .contact_number:hover i{
    color: #171c2f;
}
header .navbar .contact_number span{
    display: none;
}



/*--- Header Content ---*/
.header_wrapper .intro-wrapper {
    text-align: left;
    position: absolute;
    top: 50%;
    z-index: 99;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}
.header_wrapper .intro-wrapper .intro-text {
    text-align: left;
    max-width: 100%;
    margin: 0px auto;
    padding: 0px;
    padding-right: 35%;
}
.header_wrapper .intro-wrapper .intro-text .welcome_shape{
    width: 187px;
}
.header_wrapper .intro-wrapper .intro-text span{
    display: inherit;
    margin: 0px 0 5px;
        font-size: 45px;
    color: #ff5a2c;
    display: none;
}
.header_wrapper .intro-wrapper .intro-text h1 {
    margin-bottom: 36px;
    color: #ffffff;
}
.header_wrapper .intro-wrapper .intro-text p{
    color: #ffffff;
    line-height: 32px;
    margin: 0;
    font-size: 20px;
    padding: 0;
}
.header_wrapper .intro-wrapper .intro_banner{
    display: none;
}
.header_wrapper .intro-wrapper .btn{
}



/*-------- Inner Header --------*/
.silder_wrapper {
    margin: 0 85px;
}

.header_wrapper.inner .carousel{
    display: none;
}
.header_wrapper.inner .inner_text{
    display: block !important;
}
.header_wrapper .silder_wrapper .inner_text{
    display: none;
}
.header_inner{
    min-height: 300px;
}
.silder_wrapper.inner .intro-wrapper{
    position: static;
    transform: none;
    background: #EFEFEF;
    padding: 40px 0;
}
.silder_wrapper.inner .intro-wrapper ul li a {
    color: #171c2f;
    padding-right: 10px;
    margin-right: 10px;
    transform: all 0.3s ease-in-out;
    position: relative;
}
.silder_wrapper.inner .intro-wrapper ul li a:before{
    position: absolute;
    content: "\f054";
    font-family: FontAwesome;
    top: 50%;
    transform: translateY(-50%);
    right: -5px;
    font-size: 13px;
    line-height: 25px;
    color: #171c2f;
}
.silder_wrapper.inner .intro-wrapper ul li:last-child a:before{
    display: none;
}
.silder_wrapper.inner .intro-wrapper ul li a:hover{
    color: #B91E24;
}
.silder_wrapper.inner .carousel {
    display: none;
}
.silder_wrapper.inner .intro-text p{
    display: none;
}
.silder_wrapper.inner .intro-text {
    text-align: center;
    background: none;
    padding: 0;
}
.silder_wrapper.inner .intro-text h1 {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 55px;
    text-transform: none;
    color: #171c2f;
}
.silder_wrapper.inner img {
    display: none;
}
.silder_wrapper.inner .intro-text .swin-btn {
    margin-top: 0;
        line-height: 0;
    padding: 0 40px 0  0;
    height: 0;
    border: none !important;
    font-size: 15px;
    font-weight: 400;
    position: relative;
}
.silder_wrapper.inner .intro-text .swin-btn:hover{
    color: red;
}
.silder_wrapper.inner .intro-text .swin-btn:before{
    position: absolute;
    content: "//";
    font-size: 25px;
    right: 10px;
    top: 2px;
}
.silder_wrapper.inner .intro-text .swin-btn:last-child{
    padding: 0;
}
.silder_wrapper.inner .intro-text .swin-btn:last-child:before{
    display: none;
}















/*========== Services Block =========*/
.about_us {
    background: #F4F4F4;
    padding: 100px 0 ;
    position: relative;
}
.about_us .section_title{
    display: none;
}
.about_us .block_item.one .block_icon, 
.about_us .block_item.one h5, 
.about_us .block_item.one .button_second i{
    display: none;
}
.about_us .block_item.one {
    padding-right: 75px;
}
.about_us .block_item.two{
    margin-bottom: 30px;
}
.about_us .block_item.two:hover, 
.about_us .block_item.three:hover{
    background: #f7db07;
}
.about_us .block_item.two, 
.about_us .block_item.three {
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 0 0 50px rgba(0, 0 ,0, 0.2);
    padding: 30px 40px;
    transition: all 0.3s ease-in-out;
}
.about_us .block_item.two .block_icon,
.about_us .block_item.three .block_icon {
    margin-right: 40px;

}
.about_us .block_item.two .ietm-content p,
.about_us .block_item.three .ietm-content p {
    margin-bottom: 0;

}

.about_us .block_item.two .item-content, 
.about_us .block_item.three .item-content{
    width: 73%;
}
.about_us .block_item.two .block_icon i, 
.about_us .block_item.two .item-content .go_link,
.about_us .block_item.three .block_icon i, 
.about_us .block_item.three .item-content .go_link{
    display: none;

}
.about_us .block_item.two .item-content h5, 
.about_us .block_item.three .item-content h5{
    padding-bottom: 10px;
}
.about_us .block_item.two .item-content h5 a,  
.about_us .block_item.three .item-content h5 a {
    text-decoration: none;
    font-weight: 700;
    color: #212529;
    font-size: 25px;
    padding-bottom: 10px;
}
.about_us .block_item.one .item-content .button_second{
    background: #B91E24;
    border: 1px solid #B91E24;
}





.about_us.page{
    background: #ffffff;
}
.about_us.page .block_item.one {
    padding-right: 0;
    display: flex;
}
.about_us.page .block_item.one .block_icon{
    display: block;
    width: 45%;
    margin-bottom: 40px;
}
.about_us.page .block_item.one .block_icon img{
    width: 100%;
}
.about_us.page .block_item.one .block_icon i{
    display: none;
}
.about_us.page .block_item.one .item-content{
    width: 55%;
    padding: 0 50px;
}
.about_us.page .block_item.one .item-content .btn{
    display: none;
}
section.about_us.page.two{
    background: #EFEFEF;
}
section.about_us.page.three{
    background: #EFEFEF;
    padding-top: 0;
}
section.about_us.page.two .item-content{
    padding: 0 50px 0 0;
}

section.about_us.page.four .item-content{
    padding: 0 50px 0 0;
}












/*========== Blog Style CSS ==========*/
.services.style-one {
    background: #F4F4F4;
    padding: 100px 0;
}
.services.style-one .section_title span {
    display: block;
    background: transparent;
}
.services.style-one .services_style_one {
    align-items: center;
}
.services_wrapper.one .services_content .publish_info li{
    color: #0c5adb !important;
}
.services_wrapper.two .services_content .publish_info li{
    color: #ff5a2c !important;
}
.services_wrapper.three .services_content .publish_info li{
    color: #0c5adb !important;
}
.services_wrapper.one {
    border-right: none !important;
}
.services_wrapper.three {
    border-left: none !important;
}
.services.style-one .services_wrapper{
z-index: 2;
    position: relative;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    transition: all 0.3s ease-in-out;
    border: 5px solid #fff;
}
.services.style-one .services_wrapper:hover .sevice_banner .date{
}
.services.style-one .services_wrapper .services_content {
    padding: 25px 25px;
    text-align: center;
}
.services.style-one .services_wrapper .services_content ul{
    justify-content: center;
}
.services.style-one .services_wrapper .sevice_banner{
    background: #222222;
    overflow: hidden !important;
    position: relative;
}
.services.style-one .services_wrapper .sevice_banner .date{
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 9;
    background: #ff7e00;
    height: 65px;
    width: 55px;
    border-radius: 3px;
    text-align: center;
    color: #ffffff;
    line-height: 20px;
    font-size:14px;
    padding: 13px 0;
    transition: all 0.3s ease-in-out;
    display: none;
}
.services.style-one .services_wrapper .sevice_banner span{
    font-weight: 700;
    display: inherit;
    font-size: 20px;
}
.services.style-one .services_wrapper .sevice_banner i{
    display: none;
}
.services.style-one .services_wrapper .sevice_banner img{
    width: 100%;
    transition: all 0.3s ease-in-out;
}
.services.style-one .services_wrapper:hover .sevice_banner img{
    transform: scale(1.1, 1.2) rotate(-5deg); 
    transition: all 0.3s ease-in-out;
}
.services.style-one .services_wrapper .services_content .publish_info li{
    position: relative;
    padding-right: 0px;
    font-size: 18px;
    color: #606060;
}
.services.style-one .services_wrapper .services_content .publish_info li:before{
    position: absolute;
    content: "/";
    font-size: 13px;
    top: 0;
    right: 13px;
}
.services.style-one .services_wrapper .services_content .publish_info li:last-child:before{
    display: none;
}
.services.style-one .services_wrapper .services_content .publish_info li i{
    display: none;
}
.services.style-one .services_wrapper .services_content h3{
    margin-bottom: 15px;
    margin-top: 13px;
}
.services.style-one .services_wrapper .services_content .service_title{
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    display: block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    color: #171c2f;
}
.services.style-one .services_wrapper .services_content .service_title:hover, 
.services.style-one .services_wrapper .services_content .service_title:active {
    color: #ff5a2c;
}
.services.style-one .services_wrapper .services_content p{
    margin: 0;
    font-weight: 400;
}
.services.style-one .services_wrapper .services_content .view_button{
    padding-top: 20px;
    border-top: 1px solid #ededed ;
    display: none;
}
.services.style-one .services_wrapper .services_content .view_button a{
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 11px;
    line-height: 14px;
    text-transform: uppercase!important;
    display: block;
    color: #171c2f;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}
.services.style-one .services_wrapper .services_content .view_button a:hover, 
.services.style-one .services_wrapper .services_content .view_button a:active {
    color: #ff5a2c;
}
.services.style-one .services_wrapper .services_content .view_button a i{
    margin-left: 5px;
    color: #ff5a2c;
}
.services.style-one .button_second{
    display: none;
}












/*======= Who We Are ========*/
.who-we-are{
    padding: 30px 0px 0px;
    background: #ffffff;
}
.who-we-are .section_title{
    text-align: left;
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 0px;
}
.who-we-are .section_title img{
    display: none;
}
.who-we-are .section_title p{
    width: 100%;
    display: block;
    font-size: 15px;
    line-height: 26px;
}
.who-we-are .section_title ul{
    margin: 30px 0 0 
}
.who-we-are .section_title ul li{
    color: #606060;
    font-size: 16px;
    line-height: 32px;
}
.who-we-are .section_title ul li i{
    color: #ff5a2c;
    font-size: 15px;
    line-height: 32px;
    padding-right: 4px;
}
.who-we-are .who-we-banner {
    padding-left: 0px;
    position: relative;
    display: inline-block;
    right: 60px;
}
.who-we-are .who-we-banner img{
    width: 100%;
}
section.who-we-are .call_info {
    display: flex;
    align-items: center;
}
section.who-we-are .button_second {
    margin-top: 0;
}
.who-we-are .call_info .call_number{
    padding-left: 30px;
    display: none;
}
.who-we-are .call_info .call_number h5 {
    color: #14caf4;
    font-size: 18px;
}
.who-we-are .call_info .call_number p {
    margin-top: 0;
    font-size: 15px;
    font-weight: 400;
    color: #171c2f;
}



































/*========== Footer Style CSS ==========*/
footer {
    background: #061127;
    padding-top: 90px;

}
footer .section_title{
    text-align: left;
    width: 100%;
    margin: 0px;
}
footer .section_title span{
    background: #113364;
    color: #ffffff;
}
footer .section_title h2{
    color: #ffffff;
}

footer .section_title p{
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    font-family: 'Montserrat', sans-serif;
}
footer p, footer li, footer a {
    color: #ffffff;
    transition: all 0.3s ease-in-out; 
    font-family: 'Open Sans', sans-serif;
    
}

footer form{
    width: 100%;
    justify-content: right;
    display: inline-grid;
    height: 100%;
    align-items: center;
}
footer form .input-group{
    position: relative;
        width: 100%;
    margin: 0px auto;
}
footer form .input-group input{
    border-radius: 50px !important;
    height: 90px !important;
    background: #3f415c;
    border: none;
    padding: 0 80px;
    font-size: 16px !important;
    color: #ffffff !important;
}
footer form .input-group input:focus{
    background: #3f415c;
    box-shadow: none;
}
footer input::placeholder {
    color: #ffffff !important;
}
footer form .input-group .form_icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 45px;
    color: #ff7e00;
    z-index: 11;
    font-size: 20px;
    display: none;
}
footer form .input-group .input-group-append{
    position: relative;
    right: 15px;
    top: 0px;
    z-index: 9;
    transform:none;
}
footer form .input-group input{
    display: none !important;
}
footer form .input-group .input-group-append button{
    cursor: pointer;
}
footer .widget_footer{
    margin-top: 90px;
    padding-top: 90px;
    padding-bottom: 90px;
    border-top: 1px solid #515968;
}
footer .footer_col_hed h3 {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 35px;
    font-weight: 700;
}
.footer-title p{
    padding-right: 50px;
}
footer img.f_logo {
    margin-bottom: 30px; 
    max-width: 150px;
    position: relative;
}
footer ul li {
    padding-bottom: 10px;
    color: #ee9982;
    font-size: 16px;
    
}
footer ul li a{
    padding-bottom: 15px; 
    color: #ffffff;
    font-size: 15px;
}
footer ul li a:hover {
    color: #cf7500; 
}
footer ul li:last-childe {
    padding-bottom: 0px; 
}
footer .footer_col_hed ul li i {
    padding-right: 10px;
    font-size: 16px;
    color: #ee9982;
}
footer ul.address {
    display: inline-grid;
}
footer ul.address li {
    display: flex;
}
footer ul.address li span{
    font-size: 14px;    
    padding-bottom: 5px;
}
footer ul.address li p{
    margin: 0;
    padding-right: 15px;
}
footer ul.address li:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}    
footer .footer-bottom {
    background: #0d1130;
    padding: 22px 0px; 
    margin-top: 50px;
    display: none;
}
footer .footer-bottom p{
    color: #ffffff;
    margin: 0;
    line-height: 32px;
    font-size: 14px;
 
}
footer .footer-bottom ul li {
    padding-bottom: 0px; 
}
footer .footer-bottom ul li:first-child {
  padding-left: 0px; 
}
footer .icon-bottom{
  float: right;
  margin: 0;
}
footer .icon-bottom li {
    margin-right: 15px; 
}
footer .icon-bottom li:last-child {
    margin-right: 0px; 
}
footer .icon-bottom li i{
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 12px;
}
footer .icon-bottom li{
    opacity: 1;
}
footer .icon-bottom li .fb{
    background: #3b5998;
}
footer .icon-bottom li .tw{
    background: #1da1f2;
}
footer .icon-bottom li .pin{
    background: #BB081D;
}
footer .icon-bottom li .youtube{
    background: #FF0000;
}


footer.style-one .footer_info{
    display: none;
}
footer .footer_info{
    text-align: center;
    padding-bottom: 70px;
}
footer .footer_info .info_block h4{
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    padding-bottom: 15px;
    font-family: 'Cardo', serif;
}
footer .footer_info .info_block ul{
    margin-bottom: 30px;
}
footer .footer_info .info_block ul li{
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Josefin Sans', sans-serif !important;
    font-weight: 300;
    padding: 0;
    line-height: 26px;
}






/*============ Counter Area =============*/
.number_count {
    padding: 50px 0; 
    background: #EFEFEF;
}
.number_count .count_item_wrapper{
    background: #2F4F4F;
    display: flex;
    align-items: center;
    padding: 60px;
}
.number_count .counters-item {
    color: #171c2f;
    text-align: center;
    font-size: 15px;
    font-weight: 500; 
    width: 20%;
}
.number_count .counters-item i {
    font-size: 40px;
    color: #dd3333;
}
.number_count .counters-item .user-rating {
    padding: 20px 0 15px;
    position: relative;
    margin-bottom: 15px;
}
.number_count .counters-item .user-rating:before {
    position: absolute;
    content: "";
    background: #dd3333;
    height: 1px;
    width: 40px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.number_count .counters-item .user-rating span {
    font-size: 50px;
    font-weight: 700;
    color: #171c2f;
    font-style: normal;
}
.number_count .counters-item span {
    font-size: 16px;
    font-weight: 700;
    color: #171c2f;
}




/*============ Target Outcomes =============*/
.target-outcomes{
    padding: 60px 0;
}
.target-outcomes .outcome_step h3{
    color: #B91E24;
    margin-bottom: 30px;
}
.target-outcomes .outcome_step li{
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}
.target-outcomes .outcome_step li:before {
    position: absolute;
    content: "";
    background: #dd3333;
    height: 6px;
    width: 6px;
    top: 9px;
    left: 0;
}





/*============ Target Outcomes =============*/
section.news.page {
    padding: 100px 0;
}
.news.page .news_items_wrapepr {
}
.news.page .news_items_wrapepr .shape{
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
.news.page .news_items_wrapepr .services_wrapper{
    margin-bottom: 30px;
    float: left;
    margin-right: 5%;
    width: 45%;
    z-index: 2;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.news.page .news_items_wrapepr .services_wrapper:hover .sevice_banner img{
    opacity: 0.3;
}

.news.page .news_items_wrapepr .services_wrapper .services_content {
    padding: 35px 0px;
}
.news.page .news_items_wrapepr .services_wrapper .sevice_banner{
    background: #222222;
    overflow: hidden !important;
    position: relative;
}
.news.page .news_items_wrapepr .services_wrapper .sevice_banner .date{
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 9;
    width: 100%;
    border-radius: 3px;
    text-align: left;
    color: #ffffff;
    line-height: 20px;
    font-size:14px;
    padding: 13px 0;
    transition: all 0.3s ease-in-out;
    padding-left: 30px;
    visibility: hidden;
    opacity: 0;
}
.news.page .news_items_wrapepr .services_wrapper:hover .sevice_banner .date{
    opacity: 1;
    visibility: visible;
    bottom: 20px;
}
.news.page .news_items_wrapepr .services_wrapper .sevice_banner span{
    font-weight: 700;
    display: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 15px;
    padding: 5px 25px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;

}
.news.page .news_items_wrapepr .services_wrapper:hover .sevice_banner span{
    opacity: 1;
    visibility: visible;
}
.news.page .news_items_wrapepr .services_wrapper .sevice_banner i{
    position: absolute;
    top: 0;
    right: 0;
    height: 36px;
    width: 36px;
    text-align: center;
    background: #171c2f;
    color: #ffffff;
    line-height: 36px;
    font-size: 14px;
    z-index: 999;
}
.news.page .news_items_wrapepr .services_wrapper:hover .sevice_banner i{
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 99;
}
.news.page .news_items_wrapepr .services_wrapper .sevice_banner img{
    width: 100%;
    transition: all 0.3s ease-in-out;
}
.news.page .news_items_wrapepr .services_wrapper:hover .sevice_banner img{
    transform: scale(1.1, 1.2) rotate(-5deg); 
    transition: all 0.3s ease-in-out;
}
.news.page .news_items_wrapepr .services_wrapper .services_content .publish_info{
    padding-left: 30px;
    border-left: 1px solid #171c2f;
    line-height: 34px;
}
.news.page .news_items_wrapepr .services_wrapper .services_content .publish_info li{
    position: relative;
    padding-right: 4px;
    font-size: 13px;
}
.news.page .news_items_wrapepr .services_wrapper .services_content .publish_info li i{
    display: none;
}
.news.page .news_items_wrapepr .services_wrapper .services_content h3{
    margin-bottom: 15px;
    margin-top: 13px;
}
.news.page .news_items_wrapepr .services_wrapper .services_content .service_title{
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    display: block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    color: #171c2f;
}
.news.page .news_items_wrapepr .services_wrapper .services_content .service_title:hover, 
.news.page .news_items_wrapepr .services_wrapper .services_content .service_title:active {
    color: #ff5a2c;
}
.news.page .news_items_wrapepr .services_wrapper .services_content p{
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}
.news.page .news_items_wrapepr .services_wrapper .services_content .view_button{
    padding-top: 20px;
}
.news.page .news_items_wrapepr .services_wrapper .services_content .view_button a{
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase!important;
    color: #fff;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    background: #171c2f;
    display: inline-block;
    padding: 10px 15px;
}
.news.page .news_items_wrapepr .services_wrapper .services_content .view_button a:hover, 
.news.page .news_items_wrapepr .services_wrapper .services_content .view_button a:active {
    color: #ff5a2c;
}
.news.page .news_items_wrapepr .services_wrapper .services_content .view_button a i{
    margin-left: 5px;
    color: #ff5a2c;
    display: none;
}

.news.page .right_widget {
    background: #f8fafc;
    padding: 30px;
}
.news.page .right_widget .widget_single{
    margin-bottom: 60px;
}
.news.page .right_widget .widget_single:last-child{
    margin-bottom: 0;
}
.news.page .right_widget h4{
    padding-bottom: 40px;
    font-weight: 400;
}
.news.page .right_widget .categories ul li{
    line-height: 30px;
}
.news.page .right_widget .categories ul li a{
    color: #171c2f;
    line-height: 20px;
}


.news.page .right_widget .recent_post ul li{
    padding-bottom: 15px;
}

.news.page .right_widget .recent_post ul li a{
    color: #171c2f;
    line-height: 20px;
}




/*=========== {  Pagination Style} ===========*/
.pagination_blog {
    display: flex;
    justify-content: space-between;
    width: 100%; 
    align-content: center;
}
.pagination_blog .next_prev {
    background: #171c2f;
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    border-radius: 50px;
    color: #fff;
}
.pagination_blog ul {
    display: flex;
    width: 100%;
    justify-content: center;
    line-height: 44px;
}
.pagination_blog ul li:first-child{
    
}
.pagination_blog ul li {
    margin: 0 7px;
    text-align: center;
    cursor: pointer; 
}
.pagination_blog ul li a {
    color: #171c2f;
    font-size: 18px;
    font-weight: 500; 
}
.pagination_blog ul li a i:before {
    color: #6a7a83;
    font-size: 14px;
    margin: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}
.pagination_blog ul li.current a {
    color: #cccccc; 
}










/*======== Contact Us =========*/
section.contact_us {
    background: #EFEFEF;
    padding: 60px 0;
    margin-top: 100px;
}
.google_map iframe {
    width: 100%;
}
input.form-control {
    height: 50px;
    border-radius: 1px;
    outline: none;
    box-shadow: none;
    background: #ffffff;
    border: 1px solid rgba(53, 53, 53, 0.1);
}
section.contact_us .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #171c2f;
    outline: 0;
    box-shadow: none;
}
section.contact_us label {
    font-size: 18px;
    font-weight: 700;
    color: #171c2f;
    line-height: 28px;
    padding-top: 5px;
}
section.contact_us label span{
    color: #e80000;
    padding-left: 2px;
}
section.contact_us p {
    margin-bottom: 25px;
    padding-top: 8px;
}
textarea{
    height: 120px;
    border: 1px solid rgba(53, 53, 53, 0.1);
}
section.contact_us .button_second {
    background: #171c2f;
    border: 1px solid #171c2f;
    font-size: 20px;
}














/*=======[Gallery Style two]========*/
.gallery_area.style-two{
    padding: 100px 0;
}
.gallery_area.style-two .full_gallery_view{
    display: none;
}
.gallery_area.style-two .gallery-wrapper figure {
    width: 32%;
    float: left;
    margin: 7px;
    position: relative;
    overflow: hidden;
    height: auto;
}
.gallery_area.style-two .gallery-wrapper figure img {
    width: 100%;
    transition: all 0.3s ease-in-out;
}
.gallery_area.style-two .gallery-wrapper figure:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("../images/gallery_shape.png");
    transition: .3s ease;
    visibility: visible;
    opacity: 1;
    left: 0; 
}
.gallery_area.style-two .gallery-wrapper figure figcaption {
    padding: 40px 15px 35px 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    height: auto;
    transform: none;
    width: 100%;
    text-align: left;
    transition: .5s ease;
    visibility: visible;
    opacity: 1;
    z-index: 2;
}
.gallery_area.style-two .gallery-wrapper figure figcaption h4{
    color: #ffffff;
    padding-bottom: 5px;
    font-weight: 700;
    line-height: 40px;
}
.gallery_area.style-two .gallery-wrapper figure figcaption h4 a{
        color: #ffffff;
}
.gallery_area.style-two .gallery-wrapper figure figcaption p{
    color: #ffffff;
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    
}
.gallery_area.style-two .gallery-wrapper figure figcaption a i {
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    height: 100%;
    width: 100%;
}

.gallery_area.style-two .gallery-wrapper figure:hover figcaption {
    visibility: visible;
    opacity: 1; 
}
.gallery_area.style-two .gallery-wrapper figure, .gallery_style_two{
    width: 31%;
    margin: 1%;
}
.gallery_area.style-two .port-view {
    display: none;
}






/*======== Register Area =========*/
.register_area {
    background: transparent url("../images/counter_bg.jpg") no-repeat center center/cover;
    min-height: 500px;
    position: relative;
    padding: 130px 0;
    z-index: 1; 
}
.register_area:before {
    background: transparent;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    right: 0%;
    width: 100%;
    z-index: 0; 
}
.register_area .form-content {
    padding: 80px 30px 0 0;
}
.register_area .form-content h2 {
    font-size: 50px !important;
    font-weight: 700;
    color: #ffffff;
    line-height: 70px; 
}
.register_area .form-content p {
    color: #ffffff;
    margin: 0;
    padding-top: 30px; 
    font-size: 20px;
    line-height: 32px;
}
.register_area .form-content .count_student {
    margin-top: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
}
.register_area .form-content .count_student .single_count {
    margin-right: 60px;
    min-width: 150px; 
}
.register_area .form-content .count_student .single_count:last-child {
    margin-right: 0; 
}
.register_area .form-content .count_student .single_count span {
    display: block; 
}
.register_area .form-content .count_student .single_count .counter, .register_area .form-content .count_student .single_count .count_icon {
    color: #ff5a2c;
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 10px; 
}
.register_area .form-content .count_student .single_count .department_name {
    color: #ffffff;
    font-size: 20px;
    line-height: 40px; 
}
.register_area .form-full-box {
    background: #ffffff;
    margin: 0px 0 0 10%;
    padding: 0px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
    box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1); 
}
.register_area .form-full-box .form_title {
    margin-bottom: 40px; 
    background: #0c5adb;
    padding: 40px;
}
.register_area .form-full-box .form_title h2 {
    font-size: 36px;
    line-height: 36px;
    padding-bottom: 0;
    font-weight: 700;
    position: relative; 
    color: #ffffff;
}
.register_area .form-full-box .form_title p {
    margin: 0;
    padding-top: 15px;
    font-size: 16px;
    color: #ffffff;

}
.register_area .form-full-box .form_title p span {
    color: #ff5a2c; 
}
.register_area .form-full-box .register-form {
    padding: 0 40px 40px;
}
.register_area .form-full-box .register-form .form-group {
    margin-bottom: 20px;
    position: relative; 
}
.register_area .form-full-box .register-form .form-group label {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); 
}
.register_area .form-full-box .register-form .form-group label i:before {
    margin: 0;
    color: #d7d7d7;
    font-size: 20px; 
}
.register_area .form-full-box .register-form .form-group input, .register_area .form-full-box .register-form .form-group textarea {
    position: relative;
    background: transparent;
    border-bottom: 1px solid  #d7d7d7;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
    -webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0);
    height: 80px;
    padding: 10px 15px 10px 40px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
    color: #333146;
    font-size: 16px;
    font-weight: 400;
}
.register_area .form-full-box .register-form .form-group input:focus, .register_area .form-full-box .register-form .form-group textarea:focus {
    border-color: #092ace;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; 
}
.register_area .form-full-box .register-form .form-group input:-webkit-input-placeholder, .register_area .form-full-box .register-form .form-group textarea:-webkit-input-placeholder {
/* Chrome/Opera/Safari */
    color: #333146;
    font-size: 16px;
    font-weight: 400; 
}
.register_area .form-full-box .register-form .form-group input:-moz-placeholder, .register_area .form-full-box .register-form .form-group textarea:-moz-placeholder {
/* Firefox 19+ */
    color: #333146;
    font-size: 16px;
    font-weight: 400; 
}
.register_area .form-full-box .register-form .form-group input-ms-input-placeholder, .register_area .form-full-box .register-form .form-group textarea-ms-input-placeholder {
/* IE 10+ */
    color: #333146;
    font-size: 16px;
    font-weight: 400; 
}
.register_area .form-full-box .register-form .form-group input-moz-placeholder, .register_area .form-full-box .register-form .form-group textarea-moz-placeholder {
/* Firefox 18- */
    color: #333146;
    font-size: 16px;
    font-weight: 400; 
}
.register_area .form-full-box .register-form .form-group textarea {
    padding-top: 30px; 
}
.register_area .form-full-box .register-form .register-btn-box {
    padding-top: 20px; 
}
.register_area .form-full-box .register-form .register-btn-box button {
    margin-top: 0;
}
.register_area .form-full-box .register-form .register-btn-box button:hover {
    background: #ff5a2c;
    color: #ffffff; 
}









/*=======[ Index Courses Area Style ]========*/
.popular_courses {
    padding: 130px 0 80px; 
}
.popular_courses .single-courses {
    -webkit-box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
    box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 50px; 
}
.popular_courses .single-courses:hover {
    -webkit-box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.15);
    box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.15);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}
.popular_courses .single-courses:hover .courses_banner_wrapper .courses_banner img {
    -webkit-transform: scale(1.1) rotate(4deg);
    transform: scale(1.1) rotate(4deg); 
}
.popular_courses .single-courses:hover .courses-content h3 a {
    color: #ff5a2c;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}
.popular_courses .single-courses .courses_banner_wrapper {
    position: relative; 
}
.popular_courses .single-courses .courses_banner_wrapper .courses_banner {
    overflow: hidden; 
}
.popular_courses .single-courses .courses_banner_wrapper .courses_banner img {
    width: 100%;
    height: auto;
    -webkit-transform: scale(1.06) rotate(0deg);
    transform: scale(1.06) rotate(0deg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}
.popular_courses .single-courses .courses_banner_wrapper .purchase_price {
    position: absolute;
    text-align: right;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 100; 
}
.popular_courses .single-courses .courses_banner_wrapper .purchase_price a {
    background: #092ace;
    font-weight: 400;
    border-radius: 0;
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    padding: 5px 25px;
    text-decoration: none;
    text-transform: uppercase; 
}
.popular_courses .single-courses .courses_info_wrapper p{
    display: none;
}
.popular_courses .single-courses .courses_info_wrapper {
    padding: 30px; 
}
.popular_courses .single-courses .courses_info_wrapper h3 {
    margin: 0;
    line-height: 26px; 
}
.popular_courses .single-courses .courses_info_wrapper h3 a {
    color: #171c2f;
    margin: 0px;
    font-weight: 700;
    font-size: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.popular_courses .single-courses .courses_info_wrapper .profile_info .teachers_name .profile_img{
    height: 30px;
    width: 30px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;



}
.popular_courses .single-courses .courses_info_wrapper .profile_info .teachers_name .profile_img img{
    width: 100%;
}
.popular_courses .single-courses .courses_info_wrapper .profile_info span{
    background: rgba(255, 91, 45, 0.3);
    color: #ff5b2d;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 700;
}
.popular_courses .single-courses .courses_info_wrapper .profile_info{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}
.popular_courses .single-courses .courses_info_wrapper .profile_info h3 a:hover {
    color: #ff5a2c; 
}
.popular_courses .single-courses .courses_info_wrapper .profile_info .cart_btn{
    display: none;
}
.popular_courses .single-courses .courses_info_wrapper .profile_info .teachers_name {
    padding: 0px;
    font-size: 15px;
    font-weight: 400; 
    display: flex;
    align-items: center;

}
.popular_courses .single-courses .courses_info_wrapper .profile_info .teachers_name a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
    color: #656565;
}
.popular_courses .single-courses .courses_info_wrapper .profile_info .teachers_name a:hover {
    color: #ff5a2c; 
}
.popular_courses .single-courses .courses_info_wrapper .courses_info {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
padding: 20px 0 0;
    margin-top: 40px;
    border-top: 1px solid #cccccc;
}
.popular_courses .single-courses .courses_info_wrapper .courses_info ul {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-content: center; 
    width: 100%;
}
.popular_courses .single-courses .courses_info_wrapper .courses_info ul li {
    color: #6a7a83;
    font-size: 13px;
    margin-bottom: 6px;
}
.popular_courses .single-courses .courses_info_wrapper .courses_info ul li i {
    padding-right: 10px; 
    color: #092ace;
}
.popular_courses .single-courses .courses_info_wrapper .courses_info .cart_btn {
    background: #ff5a2c;
    font-weight: 500;
    border-radius: 0;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
    display: none;
}
.popular_courses .single-courses .courses_info_wrapper .courses_info .cart_btn:hover {
    background: #092ace; 
}








.testimonial {
    padding: 130px 0 60px;
    background: #ffffff;
    position: relative;
    z-index: 0;
    overflow: hidden; 
}
.testimonial .says_info {
    max-width: 550px;
    margin: 0px auto;
    min-height: 220px; 
}
.testimonial .testimonial_single ul{
    justify-content: center;
}
.testimonial .testimonial_single ul li{
    color: #ffc107;
}
.testimonial .testimonial_single {
    text-align: center;
    position: relative;
    width: 70px; 
}
.testimonial .testimonial_single.slick-current .reviewer_info {
    position: relative; 
}
.testimonial .testimonial_single.slick-current .reviewer_info .reviewer {
    opacity: 1;
    visibility: visible;
    position: absolute;
    width: 250px;
    left: 0;
    -webkit-transform: translateX(-90px);
    transform: translateX(-90px);
bottom: -80px; 
}
.testimonial .testimonial_single p {
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    margin: 10px 0 0px;
    color: #ffffff;
}
.testimonial .testimonial_single .reviewer_info {
    width: 70px;
    margin: 0px auto; 
}
.testimonial .testimonial_single .reviewer_info .member-img {
    height: 50px;
    width: 50px;
    overflow: hidden;
    border-radius: 5px;
    margin: 5px auto 30px; 

}
.testimonial .testimonial_single .reviewer_info .member-img img {
    height: auto;
    width: 100%; 
}
.testimonial .testimonial_single .reviewer_info .reviewer {
    opacity: 0;
    visibility: hidden; 
}
.testimonial .testimonial_single .reviewer_info .reviewer h4 {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
}
.testimonial .testimonial_single .reviewer_info .reviewer span {
    font-weight: 700;
    font-size: 15px;
    color: #ff5a2c;
    line-height: 30px; 
    font-family: 'Rubik', sans-serif;
}
.testimonial ul.slick-dots {
    position: absolute;
    top: 40%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); 
}
.testimonial ul.slick-dots li .pager_item {
    height: 10px;
    width: 10px;
    background: #ff5a2c;
    margin: 15px 0;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}
.testimonial ul.slick-dots .slick-active .pager_item {
    height: 25px;
    width: 10px;
    background: #092ace;
    border-radius: 10px; 
}

.testimonial.style-two{
    background: url("../images/testimonial_bg.jpg");
    background-size: cover;
}

.testimonial.style-two .section_title{
    width: 60%;
}
.testimonial.style-two .section_title h2{
    color: #ffffff;
}
.testimonial.style-two .section_title p {
     display: none;
}
.testimonial.style-two .says_info{
    min-height:auto;
}
.testimonial.style-two .testimonial_content{
    padding-top: 65px;
}
.testimonial.style-two .testimonial_content:before{
    background-image: url("../images/quite_icon.png");
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
height: 40px;
    width: 56px;
}
.testimonial.style-two .testimonial_single ul {
    display: none !important;
}
.testimonial.style-two  .testimonial_single.slick-current .reviewer_info .reviewer {
    width: 355px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -80px;
}

.light_version.about .testimonial.style-two{
    background: #ffffff !important;
}









.services.news.style-one .services_wrapper {
    border: none;
}
.services.news.style-one .services_wrapper .services_content p{
    display: none;
}
.services.news.style-one .services_wrapper .services_content h3{
    text-align: left;
}
.services.news.style-one .services_wrapper .services_content h3 a{
    font-size: 20px;
    font-weight: 700;
    color: #171c2f;
}
.services.news.style-one .services_wrapper .services_content ul {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between !important;
    align-content: center; 
    width: 100%;
}
.services.news.style-one .services_wrapper .services_content ul li {
    color: #6a7a83;
    font-size: 13px;
    margin-bottom: 0px;
    display: inherit;
}
.services.news.style-one .services_wrapper .services_content ul li:before{
    display: none;
}
.services.news.style-one .services_wrapper .services_content ul li i {
    padding-right: 10px; 
    color: #092ace;
    display: block;
    line-height: 25px;
}





















.single-courses-area {
    padding: 100px 0 0;
    min-height: 1000px;
    background: #ffffff;
}
.single-courses-area .sidebar-right .sidebar-content {
    width: 85%;
    float: right;
}
.single-courses-area .single-curses-contert h2 {
    font-size: 30px;
    text-align: left;
}
.single-courses-area .single-curses-contert h3 {
    font-weight: 700;
}
.single-courses-area .single-curses-contert .review-option {
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
}
/*.single-courses-area .single-curses-contert .review-option .border-left {
    border-right: 1px solid #e5e5e5;
}*/
.single-courses-area .single-curses-contert .review-option .border-left:last-child {
    border-right: none;
}
.single-courses-area .single-curses-contert .review-option .teacher-info{
    display: flex;
    align-items: center;
}
.single-courses-area .single-curses-contert .review-option .teacher-info img {
    float: left;
    margin-right: 10px;
    width: 55px;
}
.single-courses-area .single-curses-contert .review-option .teacher-info .teacher-name{
    display: inline-grid;
}
.single-courses-area .single-curses-contert .review-option .teacher-info .teacher-name span {
    font-size: 13px;
    display: inline-block;
}
.single-courses-area .single-curses-contert .review-option .teacher-info .teacher-name span:last-child {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #171c2f;
}
.single-courses-area .single-curses-contert .review-option .review-rank {
    padding-left: 20px;
}
.single-courses-area .single-curses-contert .review-option .review-rank span {
    font-size: 13px;
}
.single-courses-area .single-curses-contert .review-option .review-rank .rank-icons ul {
    margin: 0;
}
.single-courses-area .single-curses-contert .review-option .review-rank .rank-icons ul li {
    display: inline-block;
}
.single-courses-area .single-curses-contert .review-option .review-rank .rank-icons ul li:last-child{
    margin-left: 10px;
}
.single-courses-area .single-curses-contert .review-option .review-rank .rank-icons ul li .review-icon {
    color: #fec722;
    font-size: 13px;
    letter-spacing: -3px;
}
.single-courses-area .single-curses-contert .review-option .categories {
    padding-left: 20px;
}
.single-courses-area .single-curses-contert .review-option .categories span {
    font-size: 13px;
    display: table;
}
.single-courses-area .single-curses-contert .review-option .categories span:last-child {
    color: #171c2f;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
}
.single-courses-area .single-curses-contert .review-option .students_count {
    padding-left: 20px;
}
.single-courses-area .single-curses-contert .review-option .students_count span {
    display: block;
}
.single-courses-area .single-curses-contert .review-option .students_count span:last-child {
    color: #171c2f;
    font-weight: 600;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
}
.single-courses-area .single-curses-contert .details-img-bxo img {
    height: 100%;
    width: 100%;
}
.single-courses-area .single-curses-contert .description-content h4 {
    padding-top: 40px;
    padding-bottom: 15px;
    border-bottom: 3px solid #eaeaea;
}
.single-courses-area .single-curses-contert .description-content p {
    margin: 30px 0;
}
.single-courses-area .single-curses-contert .description-content .requirements h5{
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
}
.single-courses-area .single-curses-contert .description-content .requirements {
    padding-bottom: 40px;
}
.single-courses-area .single-curses-contert .description-content .requirements ul li {
    font-family: "Open Sans", sans-serif;
    line-height: 28px;
    font-size: 15px;
    padding-left: 15px;
    position: relative;
    color: #606060;
}
.single-courses-area .single-curses-contert .description-content .requirements ul li:before {
    color: #ff5a2c;
    position: absolute;
    content: "\f101";
    font-family: FontAwesome;
    left: 0;
    font-size: 15px;
}
.single-courses-area .single-curses-contert .description-content .count-list h6{
    padding-bottom: 20px;
}
.single-courses-area .single-curses-contert .description-content .count-list ol {
    margin: 0;
    padding: 0;
}
.single-courses-area .single-curses-contert .description-content .count-list ol li {
    color: #606060;
    line-height: 28px;
    font-size: 15px;
    padding-left: 20px;
    counter-increment: count-me 1;
}
.single-courses-area .single-curses-contert .description-content .count-list ol li:before {
    color: #ff5a2c;
    content: counter(count-me, decimal) ". ";
    display: block;
    left: -20px;
    max-height: 0;
    max-width: 0;
    position: relative;
    top: 0.05em;
}
.single-courses-area .single-curses-contert .curriculum-text-box h4 {
    border-bottom: 3px solid #eaeaea;
    margin-bottom: 40px;
    padding: 40px 0 15px;
}
.single-courses-area .single-curses-contert .curriculum-text-box .curriculum-section .panel-group .panel + .panel {
    margin-top: 30px;
    box-shadow: none;
    margin-bottom: 35px;
}
.single-courses-area .single-curses-contert .curriculum-text-box .curriculum-section .panel-group .panel-default {
    border-color: transparent;
}
.single-courses-area .single-curses-contert .curriculum-text-box .curriculum-section .panel-group .panel .panel-heading {
    background-color: #fff7f5;
    border: 0px solid;
    border-color: transparent;
    padding: 0;
}
.single-courses-area .single-curses-contert .curriculum-text-box .curriculum-section .panel-group .panel .panel-title {
    width: 100%;
    height: 57px;
    display: table;
    padding: 0px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.single-courses-area .single-curses-contert .curriculum-text-box .curriculum-section .panel-group .panel .panel-title .click {
    background: #fff7f5;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
}
.single-courses-area .single-curses-contert .curriculum-text-box .curriculum-section .panel-group .panel .panel-title span {
    float: right;
    font-size: 15px;
    padding-right: 30px;
    font-family: "Open Sans", sans-serif;
    color: #171c2f;
    line-height: 20px;
}
.single-courses-area .single-curses-contert .curriculum-text-box .curriculum-section .panel-group .panel .panel-title a {
    display: block;
    color: #171c2f;
    padding: 0 30px;
    display: table-cell;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    transition: all 0.4s linear 0s;
    vertical-align: middle;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}
.single-courses-area .single-curses-contert .curriculum-text-box .curriculum-section .panel-group .panel .panel-title a.collapsed:before {
    position: absolute;
    content: "\f077";
    font-family: FontAwesome;
    font-size: 15px;
    text-align: center;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    -webkit-transition: all .4s ease-in;
    transition: all .3s ease-in;
}
.single-courses-area .single-curses-contert .curriculum-text-box .curriculum-section .panel-group .panel .panel-title a:before {
    position: absolute;
    content: "\f078";
    font-family: FontAwesome;
    font-size: 15px;
    text-align: center;
    top: 50%;
    right: 30px;
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
    line-height: 38px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    color: #ff5a2c;
}
.single-courses-area .single-curses-contert .curriculum-text-box .curriculum-section .panel-group .panel .panel-body {
    background: #fff7f5;
    padding: 30px 45px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
}
.single-courses-area .single-curses-contert .curriculum-text-box .curriculum-section .panel-group .panel .panel-body .curriculum-single {
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
}
.single-courses-area .single-curses-contert .curriculum-text-box .curriculum-section .panel-group .panel .panel-body .curriculum-single:last-child {
    margin-bottom: 0px;
}
.single-courses-area .single-curses-contert .curriculum-text-box .curriculum-section .panel-group .panel .panel-body .curriculum-single .lecture span {
    padding-right: 50px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}
.single-courses-area .single-curses-contert .curriculum-text-box .curriculum-section .panel-group .panel .panel-body .curriculum-single .lecture i {
    color: #ff5a2c;
    font-size: 15px;
    padding-right: 10px;
}
.single-courses-area .single-curses-contert .curriculum-text-box .curriculum-section .panel-group .panel .panel-body .curriculum-single .lecture-btn {
    background: #ff5a2c;
    height: 24px;
    text-align: center;
    line-height: 24px;
    padding: 0 15px;
}
.single-courses-area .single-curses-contert .curriculum-text-box .curriculum-section .panel-group .panel .panel-body .curriculum-single .lecture-btn a {
    color: #ffffff;
    line-height: 2;
    font-size: 11px;
    text-decoration: none;
}
.single-courses-area .single-curses-contert .review-content h4 {
    border-bottom: 3px solid #eaeaea;
    margin-bottom: 40px;
    padding: 40px 0 15px;
}
.single-courses-area .single-curses-contert .review-content .five-star-rating {
    background: #fff7f5;
    height: 180px;
    text-align: center;
    width: 195px;
}
.single-courses-area .single-curses-contert .review-content .five-star-rating .rating-box {
    padding: 31px 0;
}
.single-courses-area .single-curses-contert .review-content .five-star-rating .rating-box span{
    font-size: 15px;
}
.single-courses-area .single-curses-contert .review-content .five-star-rating .rating-box .five {
    font-size: 70px;
    color: #ff5a2c;
    font-family: 'Open Sans', sans-serif;
    line-height: 50px;
    font-weight: 700;
}
.single-courses-area .single-curses-contert .review-content .five-star-rating .rating-box ul {
    margin: 0;
    padding: 10px 0 5px;
}
.single-courses-area .single-curses-contert .review-content .five-star-rating .rating-box ul li {
    color: #fec722;
    display: inline-block;
}
.single-courses-area .single-curses-contert .review-content .five-star-rating .rating-box ul li i {
    font-size: 16px;
    letter-spacing: -2px;
}
.single-courses-area .single-curses-contert .review-content .rating-btom-padding {
    margin-bottom: 15px;
}
.single-courses-area .single-curses-contert .review-content .rating-btom-padding:last-child {
    margin-bottom: 0px;
}
.single-courses-area .single-curses-contert .review-content .rating-btom-padding .right-rating-text span {
    font-weight: 600;
    padding-right: 30px;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}
.single-courses-area .single-curses-contert .review-content .rating-btom-padding .right-rating-text .rating-color-yellow {
    background: #ff5a2c;
    padding: 3px 140px;
}
.single-courses-area .single-curses-contert .review-content .rating-btom-padding .right-rating-text .right-rating-color {
    background: #fff7f5;
    padding: 3px 140px;
}
.single-courses-area .sidebar-content .courses-price {
    text-align: center;
}
.single-courses-area .sidebar-content .widget_title {
    height: 50px;
    line-height: 50px;
    background: #141f3d;
    text-align: center;
}
.single-courses-area .sidebar-content .widget_title span {
    color: #ffffff;
    font-weight: 700;
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    text-transform: capitalize;
}
.single-courses-area .sidebar-content .courses-price .price-text {
    background: #fff7f5;
    padding: 30px 30px;
}
.single-courses-area .sidebar-content .courses-price .price-text span {
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
}
.single-courses-area .sidebar-content .courses-price .price-text .dolar-sign {
    font-size: 40px;
    font-weight: 700;
}
.single-courses-area .sidebar-content .courses-price .price-text p {
    font-size: 20px;
    margin: 0;
    padding: 15px 0 20px;
}
.single-courses-area .sidebar-content .courses-price .price-text .btn-secondary{
    margin-top: 0;
}
.single-courses-area .sidebar-content .courses-features {
    margin-top: 40px;
}
.single-courses-area .sidebar-content .courses-features .features-hading {
    text-align: center;
    height: 50px;
    background: #171c2f;
}
.single-courses-area .sidebar-content .courses-features .features-hading h3 {
    color: #ffffff;
    line-height: 50px;
}
.single-courses-area .sidebar-content .courses-features .all-corses-text.features-text ul li span:last-child{
    width: 18%;
    font-weight: 400;
}
.single-courses-area .sidebar-content .courses-features .features-text {
    background: #fff7f5;
    padding: 30px 30px;
}
.single-courses-area .sidebar-content .courses-features .features-text ul {
    margin: 0;
}
.single-courses-area .sidebar-content .courses-features .features-text ul li {
    margin-bottom: 25px;
    font-size: 14px;
}
.single-courses-area .sidebar-content .courses-features .features-text ul li:last-child {
    margin-bottom: 0;
}
.single-courses-area .sidebar-content .courses-features .features-text ul li span:last-child {
    float: right;
    width: 35%;
    font-weight: 600;
}
.single-courses-area .sidebar-content .courses-features .features-text ul li span i {
    margin-right: 10px;
    color: #ff5a2c;
    font-size: 12px;
}
.single-courses-area .sidebar-content .share-socila-link {
    margin-top: 40px;
}
.single-courses-area .sidebar-content .share-socila-link .social-hading {
    text-align: center;
    height: 50px;
    background: #171c2f;
}
.single-courses-area .sidebar-content .share-socila-link .social-hading h3 {
    color: #ffffff;
    line-height: 50px;
}
.single-courses-area .sidebar-content .share-socila-link .social-icon {
    background: #fff7f5;
    padding: 40px 15px;
}
.single-courses-area .sidebar-content .share-socila-link .social-icon ul {
    margin: 0;
        display: flex;
    flex-wrap: wrap;
}
.single-courses-area .sidebar-content .share-socila-link .social-icon ul li {
    display: inline-block;
    float: left;
    margin: 9px;
}
.single-courses-area .sidebar-content .share-socila-link .social-icon ul li a {
    background: red none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    height: 48px;
    width: 48px;
    font-size: 20px;
    text-align: center;
    line-height: 48px;
    padding: 0;
}
.single-courses-area .sidebar-content .share-socila-link .social-icon ul li a i {
    height: 25px;
    width: 25px;
    text-align: center;
}
.single-courses-area .sidebar-content .share-socila-link .social-icon ul li .facebook {
    background: #3b5998;
}
.single-courses-area .sidebar-content .share-socila-link .social-icon ul li .google {
    background: #dd4b39;
}
.single-courses-area .sidebar-content .share-socila-link .social-icon ul li .instagram {
    background: #f56040;
}
.single-courses-area .sidebar-content .share-socila-link .social-icon ul li .twitter {
    background: #1da1f2;
}
.single-courses-area .sidebar-content .share-socila-link .social-icon ul li .skype {
    background: #00aff0;
}
.single-courses-area .sidebar-content .share-socila-link .social-icon ul li .youtube {
    background: #cd201f;
}
.single-courses-area .sidebar-content .share-socila-link .social-icon ul li .linkedin {
    background: #8d6cab;
}
.single-courses-area .sidebar-content .share-socila-link .social-icon ul li .pinterest {
    background: #bd081c;
}
.single-courses-area .sidebar-content .all-corses {
    margin-top: 40px;
}
.single-courses-area .sidebar-content .all-corses .all-corses-hading {
    text-align: center;
    height: 50px;
    background: #171c2f;
}
.single-courses-area .sidebar-content .all-corses-text ul li span {
    text-transform: uppercase !important;
}
.single-courses-area .sidebar-content .all-corses-text ul li span i{
    font-size: 14px !important;
}

.single-courses-area .sidebar-content .latest-post {
    margin-top: 40px;
}
.single-courses-area .sidebar-content .latest-post .latest-post-hading {
    text-align: center;
    height: 50px;
    background: #171c2f;
}
.single-courses-area .sidebar-content .latest-post .latest-post-hading h6 {
    font-size: 18px;
    color: #ffffff;
    line-height: 50px;
}
.single-courses-area .sidebar-content .latest-post .latest-post-text {
    background: #fff7f5;
    padding: 40px 30px;
}
.single-courses-area .sidebar-content .latest-post .latest-post-text .latest-post-single {
    margin-bottom: 15px;
}
.single-courses-area .sidebar-content .latest-post .latest-post-text .latest-post-single:last-child {
    margin-bottom: 0;
}
.single-courses-area .sidebar-content .latest-post .latest-post-text .latest-post-single .course-image {
    padding: 0;
    height: 80px;
    width: 100px;
    padding-right: 10px;
}
.single-courses-area .sidebar-content .latest-post .latest-post-text .latest-post-single .course-image img {
    width: 100%;
    height: auto;
}
.single-courses-area .sidebar-content .latest-post .latest-post-text .latest-post-single .course-prefix {
    padding: 0 0 0 8px;
}
.single-courses-area .sidebar-content .latest-post .latest-post-text .latest-post-single .course-prefix h6 {
    margin-top: -8px;
    margin-bottom: 10px;
    padding: 0;
    font-size: 16px;
}
.single-courses-area .sidebar-content .latest-post .latest-post-text .latest-post-single .course-prefix h6 a {
    color: #171c2f;
    text-decoration: none;
}
.single-courses-area .sidebar-content .latest-post .latest-post-text .latest-post-single .course-prefix p {
    font-size: 13px;
}
.single-courses-area .sidebar-content .latest-post .latest-post-text .latest-post-single .course-prefix p i {
    padding-right: 10px;
}
.single-courses-area .sidebar-content {
    width: 85%;
}


