
.feature_title_line{
	font-size: 1rem;
	line-height: 23px;
	

}





body{
font-family: 'Lato', sans-serif;
}

a{
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;

    color: #0fa0a4;
}

a:hover{
    text-decoration: none;
    color: #0d8286;
}    

h1{
    color: #585858;
    font-size: 37px;
    line-height: 36px;
    margin-bottom: 5px;
}

#overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffffed;
    z-index: 5555;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #09a0fb;

    display: none;
}

.img-fluid-1 {
	max-width: 75%;
}     

.form-group { 
	position:relative; 
	margin-bottom: 30px;
}

label {
	color:#999; 
	font-size:18px;
	font-weight:normal;
	position:absolute;
	pointer-events:none;
	left:5px;
	top:10px;
	transition:0.2s ease all; 
	-moz-transition:0.2s ease all; 
	-webkit-transition:0.2s ease all;
}

input:focus ~ label, input:valid ~ label, .active_input {
    top: -20px;
    font-size: 12px;
    color: #22abad  !important;
    left: 0;
}

.iti{
	width: 100%;
}


.error {
    color: #ca0707 !important;
}

.main_logo{
    margin-bottom: 40px;
    margin-top: 30px;
}    

.feature_box {
	width: 40%;
	float: left;
    margin-bottom: 25px;
	margin-left: auto;
	margin-right: 50px;
	margin-top: 30px;
	
}

.feature_head{
	display: flex;
}

.feature_icon {
    float: left;
    margin-right: 8px;
}

.feature_title {
    color: #2d2d2d;
    margin-bottom: 0px;
	min-width: 50%;
}   

.feature_content {
    color: #828384;
    font-size: 13px;
    line-height: 24px;

    padding-left: 0;
    list-style: none;
}

.feature_content li {
    padding-left: 10px;
    position: relative;
}  

.feature_content li:before {
    content: '-';
    position: absolute;
    left: 0;

}   

.btn_readmore{
    display: inline-block;
    color: #1aacb1;
    border: 1px solid #79e2ea;
    padding: 13px 40px;
    margin-bottom: 60px;
    font-size: 13px;
} 

.btn_readmore:hover{
    background: #1aacb1;
    color: white;
    border-color: #1aacb1;
}

.contact_box{
    background: white;
    padding: 50px 30px 60px 30px;
    border-radius: 10px;
	border-top-right-radius:0px;
		border-top-left-radius:0px;
	-webkit-box-shadow: -1px 4px 35px -4px rgba(0,0,0,0.2);
-moz-box-shadow: -1px 4px 35px -4px rgba(0,0,0,0.2);
box-shadow: -1px 4px 35px -4px rgba(0,0,0,0.2);

}

.contact_box label{
    color: #afafaf;
    font-size: 13px;
	padding: 1px;
}    

#contact_form {
    margin-top: 40px;
} 

.form-control{
    border: 0;
    border: 1px solid #dadada;
    border-radius: unset;
    background: transparent;
    color: #585858;
 
    padding: 5px;
}

.form-control:focus {
    color: #495057;
    background-color: transparent;
    border-color: #0fa0a4;
    outline: 0;
    box-shadow: none;        
}

.big_phone_num {
    margin-bottom: 60px;
	font-size: 18px;
}    

.btn_submit {
    border: 1px solid #F47E03;
    background: #F47E03;
    color: white;
    display: block;
    width: 100%;
    padding: 13px 10px;
    border-radius: 5px;
}

/*-------------------------------------------------------------*/

.section_clients{
    background: #f3fafb url("images/clients_bg.png") no-repeat center top;
    padding: 40px 0;
}

.clients_main_title{
    text-align: center;
    font-size: 26px;
    color: #212223;    
    margin-bottom: 45px;
}   

.clients_images_row{
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}     

.clients_images_row > div{
    margin: 15px 25px;
} 

/*-------------------------------------------------------------*/

.section_testimonials {
    background-image: linear-gradient(#13a8bc, #28cace);
    padding: 35px 0 50px 0;
}

.testimonials_main_title {
    text-align: center;
    font-size: 26px;
    color: white;
    position: relative;
    margin-bottom: 45px;
}

.testimonials_main_title:after {
    content: "";
    height: 3px;
    background: white;
    position: absolute;
    bottom: -8px;
    left: 45%;
    right: 45%;
    width: 10%;
}

.testimonials{
    position: relative;
    padding: 0 75px;
}

.testimonial_item{
    display: flex;
}

.testimonial_item_img {
    margin-right: 15px;
    display: flex;
    align-items: center;
}

.testimonial_item_img img{
    border-radius: 50%;
}

.testimonial_item_content {
    color: white;
	text-align: center;
}

.testimonial_item_msg{
    font-style: italic;
    margin-bottom: 15px;
}

.testimonial_item_name{
    font-weight: bold;
}

.testimonial_item_designation{
    opacity: 0.7;
    font-size: 14px;
}

.slide_nav{
    position: absolute;
    top: 48%;
    height: 35px;
    width: 35px;
    z-index: 555;

    opacity: 0.8;
}    

.slide_nav:hover{
    opacity: 1;
} 

#btn_next_slide {    
    right: 0px;    
    background: url(images/right_arrow.png) no-repeat;    
}    

#btn_prev_slide {    
    left: 0px;    
    background: url(images/left_arrow.png) no-repeat;    
}    

/*-------------------------------------------------------------*/

.section_stats {
    padding: 90px 0;
}

.stats_boxes {
    margin-bottom: 25px;
}

.stats_box {
    background: #e7f6f6;
    padding: 30px 50px;
    color: #373e3e;
    margin-bottom: 30px;
    line-height: 42px;
}

.stats_box_2 {
    background: #d1eeef;
}

.stats_box_3 {
    background: #bde7e8;
}

.stats_box_title{
    font-size: 43px;
    font-weight: bold;
}

.stats_box_subtitle{
    font-size: 30px;    
}

.btn_oval{
    background: #F47E04;
    color: white;
    padding: 7px 35px;
    border-radius: 25px;
    display: inline-block;
    margin-top: 35px;
    margin-bottom: 55px;
	
	padding: 13px 10px;
    min-width: 290px;
}

.btn_oval:hover {
    color: white;
    border-radius: 0;
}

/*-------------------------------------------------------------*/

.section_resources {
    background: url(images/section_resources_bg.jpg) no-repeat;
    background-position-x: center;
    background-size: cover;
    text-align: center;
    padding: 60px 0;
}

.btn_resource {
    display: block;
    color: white;
    border: 2px solid white;
    border-radius: 5px;
    max-width: 140px;
    margin-left: auto;
    margin-right: auto;
    padding: 6px 0;
    margin-top: 30px;
}

.btn_resource:hover {
    background: #0fa0a4;
    color: white;
    text-decoration: none;
}

/*------------------------------------------------*/

.main_footer {
    background: url(images/footer_bg.jpg) no-repeat;
    background-position-x: center;
    background-size: cover;
    padding: 25px 0;
    border-top: 14px solid #0fa0a4;
    color: #666666;
}

.footer_logo {
    margin-bottom: 10px;
}   

.footer_social_btns{

}    

.footer_social_btns a{
    width: 19px;
    height: 16px;
    background-repeat: no-repeat;    
    display: inline-block;
    margin: 0 0 0 25px;
}

.footer_social_btn_linkedin{
    background-image: url("images/linkedin_icon.png");
}

.footer_social_btn_twitter{
    background-image: url("images/twitter_icon.png");
}

.footer_social_btn_fb{
    background-image: url("images/fb_icon.png");
}

.footer_links{
    color: #626262;
}

.footer_links:hover{
    color: #0fa0a4;
}

.bottom_footer {
    text-align: right;
    color: #626262;
}   

@media screen and (max-width: 992px) {
	.feature_box {
		width: 100%;
	}
}  
	
@media screen and (max-width: 768px) {
    .btn_resource {
        margin-bottom: 50px;
    } 

    .clients_images_row {
        display: block;
    } 

    .clients_images_row > div {
        margin: 35px 25px;
    }

    .testimonial_item {
        display: block;
    } 

    .testimonial_item_img {
        margin-right: 0;
        display: block;
        align-items: normal;
        text-align: center;
        margin-bottom: 15px;
    }

    .testimonial_item_content {     
        text-align: center;
    }
}

@media screen and (max-width: 550px) {
	.feature_head{
		display: block;
	} 
}	