.border_style{
	background: -webkit-linear-gradient(left, rgba(0, 199, 251, 0.0), rgba(0, 27, 178, 0.4));
    background: -moz-linear-gradient(left, rgba(0, 199, 251, 0.0), rgba(0, 27, 178, 0.4));
    background: -o-linear-gradient(left, rgba(0, 199, 251, 0.0), rgba(0, 27, 178, 0.4));
    background: -ms-linear-gradient(left, rgba(0, 199, 251, 0.0), rgba(0, 27, 178, 0.4));
    background: linear-gradient(left, rgba(0, 199, 251, 0.0), rgba(0, 27, 178, 0.4));
    width: 100%;
    height: 2px;
    position: absolute;
    top: 100px;
    display:block;
}
@media only screen and (max-width: 768px) {
    .border_style {
	background: -webkit-linear-gradient(left, rgba(0, 199, 251, 0.0), rgba(0, 27, 178, 0.4));
    background: -moz-linear-gradient(left, rgba(0, 199, 251, 0.0), rgba(0, 27, 178, 0.4));
    background: -o-linear-gradient(left, rgba(0, 199, 251, 0.0), rgba(0, 27, 178, 0.4));
    background: -ms-linear-gradient(left, rgba(0, 199, 251, 0.0), rgba(0, 27, 178, 0.4));
    background: linear-gradient(left, rgba(0, 199, 251, 0.0), rgba(0, 27, 178, 0.4));
    width: 100%;
    height: 2px;
    position: absolute;
    top: 100px;
    display:none;
}
}

.heading1{
	color: #06223e;
	font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}
.heading2{
	font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px;
}
.heading3{
	font-weight: 600;
    font-size: 22px;
    margin-bottom: 22px;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.bg1{
	background-image: url("../images/global_leaders.jpg");
    height: 387px; 
    background-position: center;
    background-repeat: no-repeat;
	margin-top: 36px;
    margin-bottom: 36px;
}

@media only screen and (max-width: 768px) {
   .bg1{
	background-image: url("../images/global_leaders.jpg");
    height: 387px; 
    background-position: center;
    background-repeat: no-repeat;
	margin-top: 36px;
    margin-bottom: 36px;
    display: inline;
} 

}

.bg2{
	background-color: #f0f0f0;
    padding-top: 11px;
    padding-bottom: 17px;
}

.heading4{
font-size:31px;
    color: #fff;
    margin: 0;
}
.heading5{
	font-weight: 700;
}
.slider_style1{
	font-size:30px;
	font-weight: 700;
}

.pad_style{
    padding-top:0px;
    padding-bottom:0px;
}

.width_style{
    width:68%;
    padding: 20px 6px 45px 21px;
}

@media only screen and (max-width: 768px) {
    .pad_style{
    padding-top:20px;
    padding-bottom:20px;
}
    .width_style{
    width:100%;
    padding: 20px 6px 45px 21px;
}
}

.contact-info li {
    position: relative;
    font-size: 15px;
    line-height: 24px;
    color: #777777;
    /* font-weight: 400; */
    padding-left: 70px;
    min-height: 50px;
    /*margin-bottom: 55px;*/
    margin-bottom:35px;
}

.contact-info li .icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 48px;
    border: 1px dashed #197dd9;
    color: #222222;
    font-size: 24px;
}

.contact-info li strong {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #1f2a30;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.contact-info li p {
    font-size: 15px;
    line-height: 24px;
    color: #777777;
    font-weight: 400;
}

.fancybox-close{
    background-image:url('../images/close.png');
    width: 15px;
    height: 15px;
    background-size: contain;
    right: 0;
   
}
@media only screen and (max-width:767px){
    .cirlec-slider{
        padding:0 !important;
        width:290px;
        margin:0 auto;
    }
     .f-courses-img{
         border: 10px solid #f3f3f3 !important;
     }
    .f-courses-img img{
        width:90px !important;
        
    }
    .circle-data{
       padding-top: 200px;
    padding-bottom: 100px;
    }
    .cirlec-slider-bg{
        height:300px !important;
    }
    .cirlec-slider-bg .f-courses{
        top:44% !important;
    }
    .f-courses-detail{
        width: 160px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
        padding: 55px 15px 20px !important;
        top: 60px !important;
    }
    .head1{
        font-size:12px  !important;
        margin:0 0 2px  !important;
    }
    .head2{
        font-size: 10px  !important;
        line-height:13px;
    }
    
}









