/*--------------------------------------------------------------

Template: Theme Name
Author: 
Version:  1
Design and Developed by: 

Note: This is the file where you can add your custom styles to change the look of the theme. But don't modify "style.css" file.

---------------------------------------------------------------*/

/* ----------------------------------------------------
	You can put your custom css code here: 
-------------------------------------------------------*/
body, p, div{
    color: black;
}
.mega-menu-area li{
    list-style: none;
}
.header-top .header-top-social{
    float: right;
}
.header-top .header-top-language{
    float: left;
}
.btn{
    font-weight: bold;
    white-space: normal;
    height: auto;
}
h2{
    font-weight: bold;
}
hr{
    border-bottom: 2px solid #e1e2e4;
}
.header-top-info a i{
    padding-right: 5px;
}
.header-bottom.stick-h2.stick .logo{
    padding-top: 7px;
}
.header-bottom.stick-h2.stick .logo img{
    height: 50px;
}
.breadcrumbs-area::before{
    opacity: 0.6;        
}
.jumbotron p{
    font-size: 14px;
}
a.button{
    background-color: #f99e01;
}
.news-are{
    height: 450px;
    overflow: hidden;
    background-color: #f1f1f1;
}
.uni-info li, .uni-logo {
    background: #f0f0f0;
    background: -moz-linear-gradient(top,#f0f0f0 0%,#fafafa 82%,#f5f5f5 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f0f0f0),color-stop(82%,#fafafa),color-stop(100%,#f5f5f5));
    background: -webkit-linear-gradient(top,#f0f0f0 0%,#fafafa 82%,#f5f5f5 100%);
    background: -o-linear-gradient(top,#f0f0f0 0%,#fafafa 82%,#f5f5f5 100%);
    background: -ms-linear-gradient(top,#f0f0f0 0%,#fafafa 82%,#f5f5f5 100%);
    background: linear-gradient(to bottom,#f0f0f0 0%,#fafafa 82%,#f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0',endColorstr='#f5f5f5',GradientType=0);
    border: medium none;
    box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.25);
    height: 100px;    
    margin-top: 30px;
    padding: 15px;
    text-align: center;
    font-weight: bold;        
}
.uni-info li .info_title{
    font-size: 10px;
}
.uni-logo{        
    height: 230px;
}
.uni-logo img{
    vertical-align: middle;    
    max-width: 100%;
    margin-top: 15px;            
}
.nav-tabs.desktop-view{
    background-color: #F8B239;
    margin-bottom: 15px;    
}
.nav-tabs.desktop-view li{
    width: 25%;
    text-align: center;     
}
.university-scroll-ctrl{
    position: fixed;
    display: none;
}
.university-scroll-ctrl ul{
    display: none;
    
}
.university-scroll-ctrl.scrolling-navbar{
    left: 0px;   
    bottom: 150px; 
    z-index: 1000;
}
.university-scroll-ctrl .navbar-nav>li{
    float: none !important;
    text-align: left;
    margin-bottom: 5px;    
    background-color: #2D3E50;
}
.university-scroll-ctrl .navbar-nav>li a{    
    font-size: 11px;
    font-weight: bold;
    padding: 5px;    
}
.university-scroll-ctrl .nav-tabs{
    background-color: #29a9e1;    
}
.university-scroll-ctrl .navbar-nav .nav-item.active a{
    color: #F8B239;
}
.uni-main-panel .nav-tabs .active:after{
    border-left: 22px solid #fff0;
    border-right: 22px solid #fff0;
    border-top: 16px solid #2d3e50;
    bottom: -21px;
    content: "";
    display: block;
    font-size: 0;
    height: 21px;
    left: 38%;
    line-height: 0;
    position: absolute;
    width: 0;
}
.uni-main-panel .nav-tabs .active a, .uni-main-panel .nav-tabs .active a:hover, .uni-main-panel .nav-tabs .active a:focus{
    background-color: #2d3e50;
    color: white;
}

.uni-main-panel .nav-tabs li a{
    border-radius: 0px;
    font-weight: bold;
    margin-right: 0px;        
}
.nav-tabs.stick-h2.stick {
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    position: fixed;
    top:64px;
    z-index: 9999;
    width: 100%;
    left: 0;
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4);
}
.nav-tabs.stick-h2.stick li a{
    padding: 2px;
}
.nav-tabs.stick-h2.stick .active:after{
    height: 28px;
}
.uni-main-panel .tab-content{    
    padding-top: 30px;
    border-top: 3px solid #2d3e50;
    margin-top: 5px;
}
.uni-main-panel .tab-content table tr td{
    vertical-align: middle;
}
.uni-main-panel .course-details-img{
    overflow: visible;
}
.uni-main-panel .about-lectures{
    line-height: 25px;
}
.uni-main-panel .about-lectures li{
    list-style: inherit !important;
    list-style-position: inside !important;
    line-height: 25px;
}
.uni-main-panel #location #page_text{
    background-color: #EEEEEE;
    padding: 5px 15px;    
}
.cnt-two::after {
    font-family: 'Font Awesome 5 Free';
    content: "";
}
.chosen-container .chosen-single div b::before {
    font-family: 'Font Awesome 5 Free';
    content: "";  
}
.popover {
  width: 200px;
  border-radius: 0px;
}
.about-text li::before {
    font-family: 'Font Awesome 5 Free' !important;
    content: "." !important;    
}
.breadcrumbs ul li a::after {
    font-family: 'Font Awesome 5 Free';
}
.slider-section{
    margin: 0px;
    border-left: 5px solid #f8b239;
    border-bottom: 5px solid #f8b239;
}
.slider-section .col-md-8{
    border-left: 5px solid #f8b239;
    padding: 0px;
    margin-bottom: -5px;
}
.first-page-2step-callback-form{
    border-top: 5px solid #f8b239;    
}
.first-page-2step-callback-form .title{
    text-align: center;
    font-size: 18px;    
    color: white;    
}
.first-page-2step-callback-form .callbak-form-step2{
    display: none;    
}
.first-page-2step-callback-form .callbak-form-step2 .orderby-wrapper label{
    margin-top: 5px;    
}
.inline-form {    
    padding: 15px 38px;
    margin: 0px -223px;        
}
.inline-form input, .inline-form select, .inline-form textarea, .inline-form .chosen-container-single .chosen-single{
    margin-bottom: 10px;
    height: 38px;
    background-color: white;    
}
.inline-form h3{
    color: white;
    padding-top: 20px;
}
.inline-form button{
    border-radius: 0px;
}
.inline-form .ebook-img img{
 margin: -60px 0 0 -95px; 
 width: 80%;
}
.leave-form input:focus, .main-input input:focus, .text-leave textarea:focus, .text-leave2 textarea:focus{
    color: white;
}
.banner-blog-area ul li{
    list-style: inherit;
    line-height: 27px;
}
#special_offers{
    padding: 15px;
    background-color: #EEEEEE;
    border-radius: 6px;
    line-height: 25px;
    text-align: justify;
}
#special_offers table{
    background: #f0f0f0;
    background: -moz-linear-gradient(top,#f0f0f0 0%,#fafafa 82%,#f5f5f5 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f0f0f0),color-stop(82%,#fafafa),color-stop(100%,#f5f5f5));
    background: -webkit-linear-gradient(top,#f0f0f0 0%,#fafafa 82%,#f5f5f5 100%);
    background: -o-linear-gradient(top,#f0f0f0 0%,#fafafa 82%,#f5f5f5 100%);
    background: -ms-linear-gradient(top,#f0f0f0 0%,#fafafa 82%,#f5f5f5 100%);
    background: linear-gradient(to bottom,#f0f0f0 0%,#fafafa 82%,#f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0',endColorstr='#f5f5f5',GradientType=0);
    border: medium none;
    box-shadow: 3px 3px 10px 0 rgba(0,0,0,0.25);
    font-size: 12px;
}
#special_offers table th{
    background-color:#5CB85C; 
    text-align:center;
    color:white;
    font-size: 14px;
}
#special_offers table th li{
    display: inline;    
}
#programs_fees_more{
    font-weight: bold;
    cursor: pointer;
    margin-top: 15px;
}
.callback-form-area{
    /*background-color: rgba(45, 62, 80, 0.5);
    position: absolute;    
    width: 100%;
    padding: 10px;*/
}
.callback-form-area h3{
    color: white;
    font-size: 18px;
    margin-bottom: 0px;
}
.callback-form-area .row{
    margin-left: 0px;
    margin-right: 0px;
}
.callback-form-area .main-input i{
    background-color: white;    
}
.callback-form-area input, .callback-form-area textarea, .callback-form-area select{    
    border: 1px solid white; 
    /*background: transparent;*/    
    height: 32px;    
}
.chosen-container-single .chosen-single{
    height: 32px;        
    margin-bottom: 5px;
    background-color: white;
    color: black;
}
.callback-form-area .chosen-container .chosen-single div b::before{
    content: '';
}
.chosen-container-single .chosen-single div b{
    background: url(../images/chosen-sprite.png) no-repeat 0 2px !important;    
}
.callback-form-area input::-webkit-input-placeholder, .callback-form-area textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    black;
    font-size: 13px;
}
.callback-form-area input:-moz-placeholder, .callback-form-area textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    black;
   font-size: 13px;
   opacity:  1;
}
.callback-form-area input::-moz-placeholder, .callback-form-area textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    black;
   font-size: 13px;
   opacity:  1;
}
.callback-form-area input:-ms-input-placeholder, .callback-form-area textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    black;
   font-size: 13px;
}
.callback-form-area textarea{
    height: 60px;
}
.callback-form-input{
    /*color: white;
    background: transparent none repeat scroll 0 0; Yahya*/
    color: black;
    background: white!important;
    /*border: 1px solid #c1c1c1;*/
    margin-bottom: 5px;
    padding-left: 5px;        
}
.orderby-wrapper label{
    margin-top: 10px;
    margin-bottom: 0px;
}
.callback-form-alert{
    position: absolute;
    margin-top: -100px;    
    z-index: 99;
}
.callback-form-alert2{
    position: absolute;
    margin-top: 10px;
    right: 0px;
    z-index: 99;
}
.service-all{
    height: 350px;
}
.service-from{    
    padding: 5px;
}
.service-from > h3{
    margin-bottom: 0px;
    font-size: 16px;
}
.service-from > h3.with-ebook{    
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    background-color: white;
    color: #2D3E50;
    padding: 10px;
    margin: -5px;
    line-height: 20px;
}
.uni-right-panel .service-from > h3.with-ebook{
    margin: -4px;
}
.service-from > h3.with-ebook .top-slang{
    color: #70C4EA;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.service-from > h3.with-ebook .below-slang-text{
    margin-bottom: 20px;
}
.service-from > h3.with-ebook b{
    color: #70C4EA;
}    
.service-from > h3.with-ebook img{
    max-height: 150px;
    float: right;
    margin-right: -10px
}
.service-from > h3.with-ebook ul li{
    list-style: disc;
    list-style-position: inside;
}
.service-from.navy-bg.is_stuck{
    margin-top: 80px;
}
.partners, .certificates {
    text-align: center;
}
.certificates a img{
    margin: 20px;
    border: 1px solid #E8E8E8;
    border-radius: 5px;
    padding: 2px;
}
.certificates a img:hover{
    -moz-box-shadow: 0px 0px 20px #333;
	-webkit-box-shadow: 0px 0px 20px #333;
	box-shadow: 0px 0px 20px #333;
}

.partners .col-md-3, .partners .col-md-6{
    border: 1px solid #E8E8E8;    
    height: 107px;
    display:table-cell;
    vertical-align:middle;
}
.partners .col-md-3:hover, .partners .col-md-6:hover{
    -moz-box-shadow: 0px 0px 20px #333;
	-webkit-box-shadow: 0px 0px 20px #333;
	box-shadow: 0px 0px 20px #333;
}
.partners img{ 
    padding: 2px;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;        
}
/* carousel */
.post_slider{        
    border-top: 1px solid #EEEEEE;    
    padding: 15px 0px;
}
.slider-all::before{
    opacity: 0;
}
.slider-text-wrapper .slider-text{
    background-color: rgba(0, 0, 0, 0.5);    
}
.slider-text h1{
    font-size: 40px;
}
.slider-text p, .slider-text a{
    font-size: 22px;
    border-radius: 0px;
}
.hide-bullets {
    list-style:none;    
}

.thumbnail {
    padding: 0;
}
.thumbnail img{
    
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 100%;
}

/* map */
#hastech2{
    height: 170px;
}
#top-post-options{
    padding: 10px 0px;        
    margin-bottom: 20px;
    border-bottom: 2px solid #C0C0C0;
}
#top-post-options span{
    cursor: pointer;
    margin: 0px 10px;
    color: #333333;        
}
#top-post-options a{
    color: #333333;
    text-decoration: none;
}
.share-buttons{    
    margin-top: 20px;
}
.share-buttons .buttons{
    padding: 10px 20px;
    background-color: #eeeeee;    
}
.share-buttons img{
    width: 50px;
    vertical-align: middle;
}
.news-details-all-area .share-buttons img{
    width: 30px;
}
.news-details-middle a{
    color: #55BBE7;
}
.news-details-middle li{
    list-style: inherit;
}
.pageing a{    
    border-bottom: 2px solid #9f9f9f;    
    margin-right: 10px;
    padding: 0 5px;    
    color: #9f9f9f;
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    transition: all .3s ease 0s;        
}
.pageing strong{
    display: inline-block;
    margin-right: 10px;
    padding: 0 5px;
    transition: all .3s ease 0s;
    border-bottom: 2px solid #3f3f3f;
    color: #3f3f3f;
    font-size: 18px;    
}
#page_text a, .about-text a{
    color: #6d84b4;
    font-weight: bold;
}
#page_text li{
    list-style: inherit;
    list-style-position: inside;
}
#post_tags{
    margin: 20px 0px;
}
#post_tags a{
   padding: 5px 10px;
   background-color: #eeeeee;
   color: #333333;
   margin-right: 5px;
   text-decoration: none;
   border-radius: 8px; 
}
.header-bottom.stick-h2.stick .menu-area ul li{
    padding: 22px 13px;
}
.menu-area ul li.active a{
    color: #3598DC;
    font-weight: bold;
}
.mega-menu-area .single-mega-item {
    /*width: 50%;*/
    font-size: 13px;
}
.mega-menu-area{
    padding: 20px 0;
}
.mega-menu-area .single-mega-item li {

}
.single-mega-item li.menu-title::after{
    height: 2px;
    background: #F8B239;
}
.menu-area nav > ul > li{
    padding: 40px 10px;
}
.menu-area nav > ul > li ul{
    width: 270px;
    z-index: 99999;
}
.menu-area nav > ul > li ul li{
    border-bottom: 1px solid #c1c1c1;
}
.single-mega-item li.menu-title{
    border-bottom: 0px !important;
    font-size: 14px;
}
.menu-area nav > ul > li:last-child > ul{
   right: 0px;
}
.first-page-callback-form-mobile{
    display: none;
}
.footer-logo img{
    width: 200px;
}
.footer-bottom-text a{
    color: #3598DC;
    
}
.whatsapp-call{
    display: block;
    text-align: center;
    position: fixed;
    bottom: 0px;
}

.whatsapp-call .whatsapp-call-close{
    float: right;
    margin-top: -110px;
    position: relative;
    margin-right: 0px;
    cursor: pointer;
    font-size: 25px;
    font-weight: bold;
}
.menu-area nav > ul > li a{
    font-size: 12px;
}
.metro-tile{
    background-color: #eeeeee;
    cursor: pointer;    
    padding: 15px;
    border-right: 7px solid white;
    margin-bottom: 7px;
}
.metro-tile img{    
    max-width: 100px;
}
@media (min-width: 950px) and (max-width: 1280px) {
    .first-page-2step-callback-form .service-from{
        padding: 5px 15px 5px;
        line-height: 13px;        
    }
    .first-page-2step-callback-form .service-from h3{
        margin: -5px -15px !important;
        padding-bottom: 0px;
    }
    .first-page-2step-callback-form .service-from .orderby-wrapper label{
        margin-top: 4px;
    }
    .first-page-2step-callback-form .title{        
        font-size: 15px;
    }
    .course-sidebar .service-from > h3.with-ebook img, .course-sidebar .service-from > h3.with-ebook .top-slang{
        display: none;
    } 
    .service-from > h3.with-ebook .below-slang-text{
        margin-bottom: 5px;
    }       
}
@media only screen and (max-width: 1000px) {        
    .service-all{
        margin-bottom: 15px;
    }
    .desktop-view{
        display: none;
    }
    .university-scroll-ctrl ul{
        display: block;
    }
    .uni-right-panel .sticky-parent{
        height: auto !important;
    }   
    .slider-section{        
        border: 0px;        
    }
    .slider-section .col-md-8{
        border: 0px;        
    }
    
}
@media only screen and (max-width: 767px) {
    .stick-h2 .logo img{
        max-width:100%
    }
    .university-scroll-ctrl.scrolling-navbar{
        left: 10px;   
        bottom: 40px;                         
    }         
    .inline-form {
        margin: 0px;
    }
    .inline-form .ebook-img img{
        margin: 0px;
    }
}

@media only screen and (min-width: 1200px) {
    .header-area .header-bottom .container{
        width: 1220px;
    }        
}

@media only screen and (min-width: 1500px) {
    .container{
        width: 1470px;
    }
    .first-page-2step-callback-form .service-from .call_no_input_div, .first-page-2step-callback-form .service-from .nationality_no_input_div, .first-page-2step-callback-form .service-from .choose_level_input_div, .first-page-2step-callback-form .service-from .choose_major_input_div{
        width: 100%;
    }    
}

@media only screen and (min-width: 1800px) {
    .first-page-2step-callback-form .service-from{
        line-height: 30px;
    }
}
