/*=========={ Header Section }==============*/
/*--- Header top ---*/
.header_top {
    background: #121864;
    padding: 19px 0;
    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: 15px;
    font-family: 'Open Sans', sans-serif;
}
.header_top .info_wrapper .contact_info ul li i{
    margin-right: 7px;
    color: #3ee996;
}

.header_top .top_button a{
    background: #3ee996;
    height: 52px;
    line-height: 52px;
    padding: 0 30px;
    color: #ffffff;
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    display: none;
}
.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_top .top_right button{
    background: transparent;
    border: none;
    color: #ffffff;
}
.header_top .top_right button img, .header_top .top_right .dropdown-menu img{
    padding-right: 10px;
}
.header_top .top_right .cart_option{
    position: relative;
}
.header_top .top_right .cart_option i{
    color: #ffffff;
    font-size: 22px;
    border-left: 1px solid #cccccc;
    padding-left: 30px;
    margin-left: 30px;
    position: relative;
}
.header_top .top_right .cart_option i span{
    position: absolute;
    top: -9px;
    right: -9px;
    height: 15px;
    width: 15px;
    background: #1053ff;
    font-size: 11px;
    color: #ffffff;
    border-radius: 50%;
    line-height: 15px;
    text-align: center;
}









header {
    background-image: url("../images/home_banner.jpg");
    min-height: 960px;
    background-size: cover;
    position: relative;
    z-index: 99;
    overflow: hidden;
}
header:before{
  position: absolute;
  content: "";
  background-image: url(../images/home-shape.png);
  height: 100%;
  width: 100%;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease-in-out;
  background-repeat: no-repeat;
  background-size: cover;
}
.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: 50px 0 0;
    position: relative;
    z-index: 1;
}
header .navbar .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0px;
}
header .navbar .nav-item .nav-link {
    color: #ffffff;
    font-size: 16px;
    padding: 0px 25px;
    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: #3ee996;
}
header .navbar .btn-primary {
    margin-top: 0;
    margin-left: 50px;
}
.header_wrapper{
    position: relative;
}
.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{
    padding-top: 10px;
    text-align: center;
    width: 80%;
    margin: 0px auto;
}
.header_wrapper .intro-wrapper .intro-text .welcome_shape{
    width: 187px;
}
.header_wrapper .intro-wrapper .intro-text span{
    display: inherit;
    margin: 0px 0 15px;
    font-size: 30px;
    color: #ffffff;
}
.header_wrapper .intro-wrapper .intro-text h1 {
    font-weight: 800;
    margin-bottom: 36px;
    font-size: 70px;
    line-height: 85px;
    color: #ffffff;
}
.header_wrapper .intro-wrapper .intro-text p{
    line-height: 30px;
    font-weight: 400;
    margin: 0;
    font-size: 20px;
    color: #ffffff;
    padding: 0 90px;

}
.header_wrapper .intro-wrapper .intro_banner{
    display: none;
}
.header_wrapper .intro-wrapper .intro_banner img{
    padding-top: 50px;
}

/*-------- Inner Header --------*/
.header_wrapper.inner header{
        background-image: url("../images/home_banner_inner.jpg");
    min-height: 530px;
}
.header_wrapper.inner .intro-wrapper .intro-text p{
    display: none;
}
.header_wrapper.inner .intro-wrapper .intro-text{
    text-align: center;
}
.header_wrapper.inner .intro-wrapper .intro-text h1 {
    font-weight: 800;
    margin-bottom: 36px;
    font-size: 60px;
    text-transform: uppercase;
}
.header_wrapper.inner .intro-wrapper img {
    display: none;
}
.header_wrapper.inner .intro-wrapper .intro-text .swin-btn {
    margin-top: 0;
        line-height: 0;
    padding: 0 40px 0  0;
    height: 0;
    border: none !important;
    font-size: 25px;
    font-weight: 400;
    position: relative;
}
.header_wrapper.inner .intro-wrapper .intro-text .swin-btn:hover{
    color: red;
}
.header_wrapper.inner .intro-wrapper .intro-text .swin-btn:before{
    position: absolute;
    content: "//";
    font-size: 25px;
    right: 10px;
    top: 2px;
}
.header_wrapper.inner .intro-wrapper .intro-text .swin-btn:last-child{
    padding: 0;
}
.header_wrapper.inner .intro-wrapper .intro-text .swin-btn:last-child:before{
    display: none;
}






/*========== Services Block =========*/

.services_block.style-one.with_header{
    padding: 0;
    margin-top: -100px;
    z-index: 99;
    position: relative;
}
.services_block.style-one.with_header:before{
    display: none;
}
.services_block.style-one.with_header .section_title{
    display: none;
}
.services_block.style-one.with_header .analytics_item {
    background: #fff;
    border-radius: 0 !important
}





/*========== Services Block =========*/
.services_block.style-one {
    padding: 100px 0 50px;
    position: relative;
}
.services_block.style-one:before{
    position: absolute;
    content: "";
    background-image: url(../images/services_block_shape.png);
    height: 878px;
    width: 878px;
    right: 6%;
    top: 0;
    transition: all 0.3s ease-in-out;
    background-repeat: no-repeat;
    background-size: cover;
}
.services_block.style-one .section_title p{
    display: none;
}
.services_block.style-one .analytics_item {
    background: #fff;
    padding: 45px 30px;
    box-shadow: 3px 0 65px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-bottom: 50px;
    transition: all 0.3s ease-in-out;
}
.block_single:nth-child(even) .analytics_item{
  position: relative;
}
.block_single:nth-child(even) .analytics_item:before{
  position: absolute;
  content: "";
  background: #40b2f4;
  height: 2px;
  width: 100%;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease-in-out;
}
.block_single:nth-child(odd) .analytics_item{
  position: relative;
}
.block_single:nth-child(odd) .analytics_item:before{
  position: absolute;
  content: "";
  background: #40b2f4;
  height: 2px;
  width: 100%;
  left: 0;
  bottom: 0;
  transition: all 0.3s ease-in-out;
}
.services_block.style-one .analytics_item:hover{
    background: #5686ff;
}
.services_block.style-one .analytics_item:hover p,
.services_block.style-one .analytics_item:hover h5 a{
    color: #ffffff;
}
.services_block.style-one .analytics_item:hover:before {
    background: #39d78b;
}
.services_block.style-one .analytics_item img{
    margin-bottom: 40px;
}
.services_block.style-one .analytics_item h5{
    margin-bottom: 20px;
}
.services_block.style-one .analytics_item h5 a {
    text-decoration: none;
    font-weight: 800;
    color: #212529;
    font-size: 25px;
}
.services_block.style-one .analytics_item p {
    color: #212529;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 0;
}
.services_block.style-one .analytics_item i {
    margin-bottom: 35px;
    transition: all 0.3s ease-in-out;
    font-size: 50px;
    color: #dd9933;
}
.services_block.style-one .analytics_item:hover .go_link i {
    padding-left: 10px;
    font-size: 18px;
}
.services_block.style-one {
    text-align: center;
}
.services_block.style-one .go_link{
    display: none;
}
.services_block.style-one .analytics_item:hover i {
    color: #212529;
}
.services_block.style-one .services_block_content p{
    font-size: 18px;
    line-height: 30px;
    padding: 0 7%;
}
.services_block.style-one.services {
    padding: 100px 0;
}
.services_block.style-one .services_block_content .button_second {
    margin-top: 25px;
}










/*======= Who We Are ========*/
.who-we-are{
    padding: 60px 0px 100px;
    background: #ffffff;
}
.who-we-are .section_title{
    text-align: left;
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 0px;
    padding-right: 50px;
}
.who-we-are .section_title span{
    margin-left: 85px;
}
.who-we-are .section_title p{
    width: 100%;
}
.who-we-are .who-we-banner {
    position: relative;
    z-index: 1;
}
.who-we-are .who-we-banner img {
    width: 100%;
}
.who-we-are .who-we-banner:before {
    position: absolute;
    content: "";
    background: #3ee996;
    height: 380px;
    width: 280px;
    bottom: -30px;
    right: -30px;
    z-index: -1;
}
section.who-we-are.about{
    padding: 100px 0px 0px;
}
section.who-we-are.about .sec_title{
    margin-top: 30px;
}
section.who-we-are.about .section_title h2 {
    padding-bottom: 10px;
}



.who-we-are.style-two{

}
.who-we-are.style-two .section_title{
    padding-left: 50px;
    padding-right: 0
}
.who-we-are.style-two .who-we-banner {
    position: relative;
    z-index: 1;
}
.who-we-are.style-two .who-we-banner:before {
    position: absolute;
    content: "";
    background: #3ee996;
    height: 380px;
    width: 280px;
    bottom: -30px;
    left: -30px;
    z-index: -1;
}
.who-we-are.style-two .btn-primary{
    display: none;
}
.step_services{
    margin-top: 40px;
}
.step_services .step_count{
    height: 45px;
    width: 45px;
    background: #1053ff;
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    box-shadow: 0 0 40px rgba(16, 83, 255, 0.4);
    margin-bottom: 40px;
    font-weight: 700;
}
.step_content {
    width: 85%;
    margin-left: 30px;
}








/*============ Counter Area =============*/
.number_count {
    background: #121759;
    background-image: url(../images/counter_banner.png);
    padding: 120px 0; 
}
.number_count .section_title h2{
    color: #ffffff;
}
.number_count .section_title .last-word:before{
    background: #1e5770;
}
.number_count .section_title p{
    color: #ffffff;
    display: none;
}

.number_count .count_item_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.number_count .counters-item {
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #3ee996;
    padding: 42px 40px;
    background: rgba(62, 233, 150, 0.1);
    width: 23%;
}
.number_count .counters-item img {
    vertical-align: middle;
    border-style: none;
}
.number_count .counters-item .user-rating {
    padding: 20px 0 10px;
}
.number_count .counters-item .user-rating span {
    font-size: 50px;
    font-weight: 800;
    color: #fff;
    line-height: 60px;
    font-family: 'Catamaran', sans-serif;
    font-style: normal;
}
.number_count .counters-item span {
    font-size: 20px;
    font-weight: 400;
}











/*======= Our Gallery Style ========*/
.theme-one.gallery_area.style-three {
    padding: 100px 0;
}
.theme-one.gallery_area .section_title span {
    margin-left: 85px;
}
.theme-one.gallery_area .full_gallery_view{
    display: flex;
    justify-content: space-between;
}
.theme-one.gallery_area .full_gallery_view .section_title{
    margin: 0px auto;
    text-align: center;
}
.theme-one.gallery_area .full_gallery_view .section_title p{
    margin: 0;
    margin-top: 15px;
}
.theme-one.gallery_area .full_gallery_view .btn-primary{
    margin-top: 25px;
    display: none;
}
.theme-one.gallery_area.style-three .filter-buttons{
    padding: 30px 0 60px;
    width: 100%;
    text-align: center;
}
.theme-one.gallery_area.style-three .filter-buttons button.button {
    font-size: 18px;
    background: transparent;
    border: none;
    padding-left: 20px;
    outline: none;
    cursor: pointer;
    margin-right: 29px;
    position: relative;
}
.theme-one.gallery_area.style-three .filter-buttons button.button span{
    position: absolute;
    top: -11px;
    right: -11px;
    display: none;
}
.theme-one.gallery_area.style-three .filter-buttons button.button.is-checked{
    color: #1053ff;
    font-weight: 700;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.theme-one.gallery_area.style-three .filter-buttons button.button.is-checked span{
    display: block;
    transition: all 0.3s ease-in-out;
}
.theme-one.gallery_area.style-three .filter-buttons button.button.is-checked:before{
    position: absolute;
    top: 50%;
    left: -10px;
    height: 9px;
    width: 20px;
    content: "";
    background: url("../images/right_arrow_g.png");
    transform: translateY(-50%);
    display: none;
}
.theme-one.gallery_area.style-three p {
     display: none;
}
.gallery_area.style-three .container-fluid{
    max-width: 1140px;
}
.gallery_area.style-three .gallery-wrapper img {
    width: 100%;
}
.gallery_area.style-three .gallery-wrapper figure {
    float: left;
    margin: 0 3px 6px;
    position: relative;
    overflow: hidden;
       width: 23.8%;
}

.gallery_area.style-three .gallery-wrapper img {
    width: 100%;
}
.gallery_area.style-three .gallery-wrapper figure figcaption {
    flex-direction: column-reverse;
    display: flex;
    padding: 18px 30px;
    position: absolute;
    right: -50px;
    background: #1053ff;
    bottom: 40px;
    width: 250px;
    text-align: left;
    transition: .5s ease;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    border-radius: 0px;
}
.gallery_area.style-three .gallery-wrapper figure figcaption h3{
    display: block;
    font-size: 18px;
    font-weight: 600;
}
.gallery_area.style-three .gallery-wrapper figure figcaption h3 a{
    color: #ffffff;
}
.gallery_area.style-three .gallery-wrapper figure figcaption p{
    display: block;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    color: #ffffff;
}
.gallery_area.style-three .gallery-wrapper figure figcaption a i {
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    height: 100%;
    width: 100%;
    display: none;
}
.gallery_area.style-three .gallery-wrapper figure:hover:before {
    visibility: visible;
    opacity: 1;
    transform: rotate(0deg) scale(1);
    width: 100%;
    left: 0; 
}
.gallery_area.style-three .gallery-wrapper figure:hover figcaption {
    visibility: visible;
    opacity: 1; 
    right: 0;
}








.our_team{
    background: #f6f9fb;
    padding: 100px 0;
}
.our_team .section_title h2{
}
.our_team .team-style-1 figure {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}
.our_team .team-style-1 figure .team-image {
    position: relative;
    overflow: hidden;
}
.our_team .team-style-1 figure .team-image img {
    max-width: 100%;
    height: auto;
}
.our_team .team-style-1 figure .overlay-content {
    transition: all 0.3s ease 0s;
    text-align: center;
    justify-content: center;
    text-align: center;
    display: flex;
    z-index: 1;
    margin-top: -20px;
    height: 40px;
    line-height: 40px;

}
.our_team .team-style-1 figure:hover figcaption{
    border-bottom: 3px solid #3ee996;
}
.our_team .team-style-1 figure:hover .overlay-content .icon-social-small, 
.our_team .team-style-1 figure:hover .overlay-content .icon-social-small a{
    background: #3ee996;
}
.our_team .team-style-1 figure:hover .overlay-content {
    opacity: 1; 
    z-index: 1111;
    top: 0 
}
.our_team .team-style-1 figure .overlay-content .icon-social-small {
    display: inline;
    background: #0f50f6;
    padding: 0 10px;
    transition: all 0.3s ease-in-out;
}
.our_team .team-style-1 figure .overlay-content .icon-social-small span{
    display: none;
}
.our_team .team-style-1 figure .overlay-content .icon-social-small a{
    color: #FFF;
    background: #0f50f6;
    height: 100%;
    display: inline-block;
    width: 50px;
    position: relative;
}
.our_team .team-style-1 figure .overlay-content .icon-social-small a:before{
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0.2);
    height: 25px;
    width: 1px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.our_team .team-style-1 figure .overlay-content .icon-social-small a:last-child:before{
    display: none;
}
.our_team .team-style-1 figure .overlay-content .icon-social-small i {
    font-size: 18px;
}
.our_team .team-style-1 figure .team-image {
    position: relative; 
    overflow: hidden;
}
.our_team .team-style-1 figure .team-image img {
    max-width: 100%;
    height: auto;
}
.our_team .team-style-1 figure:hover .team-image:before {
    height: 100%;
}
.our_team .team-style-1 figure figcaption {
    width: 100%; 
    position: relative; 
    padding: 20px 15px;
    border-bottom: 3px solid #0f50f6;
    transition: all 0.3s ease-in-out;
}
.our_team .team-style-1 figure figcaption .team-member-position {
    position: relative; 
    top: 0; transition: all 0.2s; 
    -webkit-transition: all 0.2s; 
    -moz-transition: all 0.2s; 
    -ms-transition: all 0.2s; 
    -o-transition: all 0.2s; 
    text-align: center;
}
.our_team .team-style-1 figure figcaption .team-member-position .text-small {
    font-size: 25px;
    line-height: 34px;
    font-weight: 700;
}
.our_team .team-style-1 figure figcaption .team-member-position .text-extra-small {
    font-size: 15px;
}















/*========== Our Testimonial ==========*/
.testimonial.style-one {
    background-color: #ffffff;
    padding: 110px 0 0;
    overflow-x: hidden;
}
.testimonial.style-one .section_title p{
    display: none;
}
.testimonial.style-one .section_title .last-word {
    display: table;
}
.testimonial_slider {
    margin-right: -600px;
}
.testimonial_slider .slick-list{
    margin: 0;
}
.testimonial.style-one .full_gallery_view{
    display: flex;
    justify-content: space-between;
}
.testimonial.style-one .full_gallery_view .section_title{
    margin: 0;
    text-align: left;
}
.testimonial.style-one .full_gallery_view .section_title p{
    margin: 0;
    margin-top: 15px;
}
.testimonial.style-one .full_gallery_view .button_second{
    margin-top: 25px;
}
.testimonial.style-one .testimonial-content-box .client_review {
    padding-bottom: 40px;
}
.testimonial.style-one .testimonial-content-box{
    position: relative;
    padding: 60px;
    box-shadow: 0 0 50px rgba(0,0,0, 0.05);
    background-color: #ffffff;
    margin: 60px 25px;
    border-bottom: 2px solid #1053ff;
}
.testimonial.style-one .testimonial-content-box:before{
    position: absolute;
    content: "";
    background-image: url("../images/testimonial.png");
    height: 36px;
    width: 40px;
    bottom: 60px;
    right: 60px;
}
.testimonial.style-one .testimonial-content-box p{
    color: #656565;
    font-size: 18px;
    line-height: 32px;
    margin: 0;
}
.testimonial.style-one .testimonial-content-box ul{
    display: flex;
}
.testimonial.style-one .testimonial-content-box ul li{
    color: #ffc864;
    padding-right: 2px;
}
.testimonial.style-one .testimonial-content-box ul li i{
    font-size: 20px;
    padding: 0 3px;
}
.testimonial.style-one .image-box {
    display: table-cell;
    vertical-align: middle;
    height: 80px;
    width: 80px;
}
.testimonial.style-one .image-box img {
    width: 100%;
    border-radius: 50%!important;
}
.testimonial.style-one .name-box {
    display: table-cell;
    vertical-align: middle;
    padding-top: 40px;
}
.testimonial.style-one .name-box h5 {
    font-weight: 800;
    color: #171c2f;
    font-size: 25px;
    line-height: 32px;
    margin: 0;
}
.testimonial.style-one .name-box p{
    margin-bottom: 0;
    color: #656565;
    font-size: 18px;
    line-height: 32px;
}
.testimonial.style-one .clients_heading{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 70px;
}
.testimonial.style-one .clients_heading .section_title{
    margin: 0;
    width: 65%;
}
.testimonial.style-one .clients_heading .section_title p{
    margin-left: 0;
    padding-top: 25px;
    padding-bottom: 0px;
    width: 100%;
}
.testimonial.style-one .clients_heading .learn_btn_2 {
    background: #ff7364;
    border-radius: 0;
    color: #ffffff;
    height: 60px;
    line-height: 60px;
    padding: 0 35px;
    font-size: 15px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: 500;
}
.testimonial.style-one .clients_heading .learn_btn_2:hover {
    color: #ffffff;
    background: #3639a4;
}
.testimonial-content-box.slick-slide.slick-current.slick-active{
    background: #5686ff;
    border-bottom: 2px solid #39d88c;
}
.testimonial-content-box.slick-slide.slick-current.slick-active .name-box h5,
.testimonial-content-box.slick-slide.slick-current.slick-active p{
    color:  #ffffff;
}





/*========== Our Partners ==========*/
.our-partners{
    position: relative;
    padding: 0px 0 100px;
    z-index: 2;
}
.our-partners .clients_logo{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin-top: 0px;
    justify-content: space-between;
}
.our-partners .clients_logo li {
    margin-top: 70px;
}
.our-partners .clients_logo li.slick-slide img {
    display: inline-block;
}








/*======== Register Area =========*/
.register_area {
    background: #ffffff;
    min-height: 500px;
    position: relative;
    padding: 30px 0 100px;
    z-index: 1; 
}
.register_area:before {
    background: transparent url("../images/register_shape.png") no-repeat;
    content: "";
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0%;
    width: 2000px;
    height: 930px;
    z-index: 0; 
}

.register_area .section_title {
    text-align: left;
    width: 100%;
    margin: 0px auto 40px;
}
.register_area .section_title span{
    display: none;
}
.register_area .section_title p {
    width: 100%;
    margin: 25px auto 40px;
    font-size: 20px;
    line-height: 34px;

}

.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: #3ee996;
    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;
    display: none;
}
.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: #3ee996; 
}
.register_area .form-full-box .register-form {
    padding: 50px;
}
.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: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); 
    z-index: 1;
}
.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: #fbfbfb;
    border: 2px solid  #dddddd;
    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: 60px;
    padding: 10px 15px 10px 70px;
    -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: #d4e0ff;
    background: #f7f9ff;
    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; 
     height: 170px;
}
.register_area .form-full-box .register-form .form-group.massage_text label {
    top: 35px;
    transform: none;
}
.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: #3ee996;
    color: #ffffff; 
    border: 1px solid #3ee996;
    cursor: pointer;
}
.register_area .section_title .address li{
    font-size: 20px;
    line-height: 42px;
    color: #606060;
}
.register_area .section_title .address li p{
    display: inline;
    font-size: 20px;
}










/*========== Footer Style CSS ==========*/
footer {
    background: #121864;
    padding: 90px 0 0;
    background-size: cover;
}
footer .clients_logo {
    padding: 210px 0 75px;
    border-bottom: 1px solid #7d7689;
    margin-bottom: 85px;
}
footer .clients_logo h3 {
    color: #fff;
    margin: 0;
    line-height: 32px;
    text-transform: none;
}
footer .clients_logo ul li {
    padding-left: 40px;
}
footer .clients_logo ul li:first-child {
    padding-left: 0px;
}
.footer_info, .footer_newsletter{
    display: none;
}


footer h2, footer p, footer li, footer a {
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}
footer a:hover {
    color: #9e4fff;
}
footer h3 {
    font-size: 25px;
    color: #ffffff;
    margin-bottom: 35px;
    font-weight: 800;
}
footer img.f_logo {
  margin-bottom: 30px;
  max-width: 150px;
}
footer ul li {
  color: #ffffff;
  padding-bottom: 10px;
}
footer ul li a {
    color: #ffffff;
    font-size: 15px;
}
footer ul li:last-childe {
  padding-bottom: 0px;
}
footer .footer-title {
  padding-right: 15%;
}
footer .footer-title h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 28px;
}
footer .footer_about p{
  padding-right: 50px;
}
footer .footer-title ul li {
  
}
footer .footer-title ul li i {
  padding-right: 10px;
  color: #fff;
}
footer .footer-bottom {
  background: #0b115a;
  padding: 22px 0px;
  margin-top: 50px;
}
footer .footer-bottom p {
  color: #fff;
  margin: 0;
  line-height: 32px;
  opacity: 0.8;
  
}
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: #fff;
}
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: #e93c3c;
}








