.resp-img {
	width:100%;
}
.img-wrap {
	padding:10px;	
}
.circle {
	border-radius:50%;
}
.comp-name {
	font-weight:bold;
	color:#487ea6;
}
.firstletter {
	/*font-weight:bold;*/
	color:#487ea6;
	font-size:65px;
}
.top20{
	margin-top:20px;
}
.top60{
	margin-top:60px;
}
.shadow {
	-webkit-box-shadow: 5px 5px 5px 0px rgba(153,153,153,1);
	-moz-box-shadow: 5px 5px 5px 0px rgba(153,153,153,1);
	box-shadow: 5px 5px 5px 0px rgba(153,153,153,1);
	padding:5px;
}


ul.list {
	margin-bottom:10px;
}

ul.list li {
	position:relative;
	padding: 10px 0 10px 25px;
	font-size: 15px;
}
ul.list > li:before {
    position: absolute;
    top: 5px;
    left: 0;
    content: '\f00c';
    font-family: 'FontAwesome';
    font-size: 17px;
	color:#4aa84e;
}

/* Footer */
.bot10{
	margin-bottom:10px;
}
.icon-globe.address-icons {
    height: auto;
}
a.foot-mail {
	color: #bcbec0;	
	font-weight:bold;
}
a.foot-mail:hover {
	color: #428bca;
}
.foot-widget {
	color:#bcbec0;
}
.foot-widget-title{
	margin-bottom:15px;
}
/* ------------------------------------------*/
/* Customers   ----------------------*/

.btn_1 {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    display: inline-block;
    font-weight: 600;
    display: inline-block;
    background: rgb(110, 159, 195);
    width: 90%;
    border: none;
    padding: 25px 0;
    border-radius: 30px;
    margin-top: 45px;
    color: #FFFFFF;
    text-decoration: none;
    transition: 1s;
}

.btn_1:hover {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.medicon {
	width:20px;
}


/* Contact Us ------------------*/

.page-contact .subtitle {
	color:#487ea6;
}

textarea {
    overflow: auto;
    vertical-align: top;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
    border: none;
    padding: 5px;
    width: 100%;
    position: relative;
}


	
.form-box {
	padding-top: 40px;
}

.form-top {
	overflow: hidden;
	padding: 0 25px;
	background: #fff;
	-moz-border-radius: 4px 4px 0 0; 
	-webkit-border-radius: 4px 4px 0 0; 
	border-radius: 4px 4px 0 0;
	text-align: left;
	border: 3px solid #eee;
}

.form-top-div {
	color: #57c9f9;
	display:inline-block;
	padding:10px 0;
	text-align:center;
	margin:0;
	width:100%;
}

.form-top-div h3 {
	color: #57c9f9;
	margin:0;
	font-size:25px;
	font-family: 'Kessel-Bold', 'Raleway' , serif;
}

.form-top-div h3 i {
	font-size:30px;
	margin-right:5px;
}

.form-bottom {
	padding: 25px 25px 30px 25px;
	background: #eee;
	-moz-border-radius: 0 0 4px 4px; 
	-webkit-border-radius: 0 0 4px 4px; 
	border-radius: 0 0 4px 4px;
	text-align: left;
}

.form-bottom form textarea {
	height: 100px;
}

.form-bottom form .input-error {
	border-color: #19b9e7;
}
 
.form .form-group{
	position:relative;
	margin-bottom:20px;	
}

.form .form-group .field-label{
	display:block;
	line-height:24px;
	text-transform:uppercase;
	margin-bottom:10px;
	color:#232323;
	font-weight:500;
	font-size:13px;
}

.form .form-group .field-label sup{
	color:#ff0000;
	font-size:14px;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="password"],
.form select,
.form textarea{	
	    display: block;
    width: 100%;
    line-height: 24px;
    height: 50px;
    font-size: 14px;
    border: 1px solid #d6d6d6;
    padding: 12px 15px;
    background-color: #ffffff;
    color: #111111;
    border-radius: 0px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
	
}

.form textarea{
	height:152px;
	resize:none;	
}

.form select option{
	text-indent:15px;	
}

.form input:focus,
.form select:focus,
.form textarea:focus{
	border-color:#57c9f9 !important;
}

.form input.error,
.form select.error,
.form textarea.error{
	border-color:#eaafaf !important;	
}

.form label{
	line-height:1.7em;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:capitalize;
	font-size:15px;
	color:#333;	
}
.form label span{
	font-size:22px;
}
.form label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:capitalize;
	font-size:11px;
	color:#eaafaf;
	font-weight:500;	
}

.form button{
	float: right;
}


.form .wpcf7-form-control {    
    float:right;
}

ul.info-list {position:relative;}
ul.info-list li{
	margin:15px 0 ; 
	list-style-type:none;
	font-size: 15px; 
}

.btn-style-one{
	position:relative;
	padding:12px 30px;
	line-height:24px;
	text-transform:uppercase;
	background:#487ea6;
	color:#ffffff !important;
	border:2px solid #3c9de4;
	font-size:14px;
	font-weight:500;
	border-radius:26px;
	font-family: 'Poppins', sans-serif;
}

.btn-style-one:hover{
	background:#37ca3d;
    border: 2px solid #4bd851;
}

	




/* Area Of Speciality ------------------*/

.page-area .section-title {display:none;}


/* Partners ------------------*/

.btn_2 {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    display: inline-block;
    font-weight: 600;
    display: inline-block;
    border: 2px solid rgb(110, 159, 195) ;
    width: 90%;
    padding: 25px 0;
    border-radius: 30px;
    margin-top: 45px;
    margin-bottom: 25px;
    color:#487ea6;
    text-decoration: none;
    transition: 1s;
	background:none;
	min-height:90px;
}

.btn_2:hover {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}



.page-contact .overlay {
    background: transparent;
    position: relative;
    width: 100%;
    height: 350px;
    top: 350px;
    margin-top: -350px;
}

/*  ---------------------------------------------------------------
    Homepage links boxes Section
    --------------------------------------------------------------- */

	
.sec-bottom-arrow:after { border-top: 25px solid #f3f3f3;}

.ztl-widget-description {
    font-size: 16px;
    text-align: center;
}
.ztl-widget-description-light {    color: #fff;}
.sec-title h2,
.ztl-heading {
    text-align: center;
    font-weight: 400;
    font-size: 42px;
}

.bx-round {
    position: relative;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin: 1rem auto;
    line-height: 150px;
    text-align: center;
}
.bx-item-round-edge {
    content: '';
    position: absolute;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    box-sizing: content-box;
    top: -10px;
    left: -10px;
    box-shadow: 0 0 0 5px #000;
    transition: transform 0.25s, opacity 0.25s;
    transform: scale(0.8);
    opacity: 0;
}
.bx-item-round-edge a {
    display: block;
    text-decoration: none;
}
.item:hover .bx-item-round-edge {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    display: block;
    opacity: 1;
}

.bx-round-title { color:#6b636e; }
.bx-round-title span { font-size:11px; }
.item:hover .bx-round-title { color:#487ea6;}

.bx-round img {
    height: 60px;
    max-height: 50%;
	vertical-align:middle;
}
.bx-round-title {
    width: 100%;
    text-align: center;
    margin: 2em 0 1em 0;
    font-size: 15px;
    line-height: 1.4em;
	font-weight:800;
	min-height: 45px;
}
.bx-round-title a {
    color: inherit !important;
}
.bx-round-title a:hover {
    color: inherit;
    text-decoration: none;
}

.bx-round{color:#487ea6; background-size: cover!important;}
.theme-c1 .bx-round{background: url('../images/partner-01.png') center center;}
.theme-c2 .bx-round {background: url('../images/partner-02.png') center center;}
.theme-c3 .bx-round {background: url('../images/partner-03.png') center center;}
.theme-c4 .bx-round {background: url('../images/partner-04.png') center center;}
.theme-c5 .bx-round {background: url('../images/partner-05.png') center center;}

.theme-c6 .bx-round {background: url('../images/partner-06.png') center center;}
.theme-c7 .bx-round {background: url('../images/partner-07.png') center center;}
.theme-c8 .bx-round {background: url('../images/partner-08.png') center center;}
.theme-c9 .bx-round {background: url('../images/partner-09.png') center center;}
.bx-item-round-edge { box-shadow: 0 0 0 4px #487ea6; }



@media (max-width: 479px) {
	.bx-round-title {
		margin: 1rem 0;
		font-size: 14px;
		line-height: 1.3em;
	}
	
	.bx-round {
		width: 80px;
		height: 80px;
		line-height: 80px;
	}
	.bx-item-round-edge {
		width: 100px;
		height: 100px;
	}
}

/* ------------------------------------------*/



.parallax-out.sec-countries #second {
	background:#487ea6;
	min-height:300px;
}
.parallax-out.ihome-parallax.sec-countries {
    min-height: 300px;
}

.countries-wrap {
	margin:50px auto;
}
.countries-div {
	margin-top:50px;
	text-align:center;
}
.countries-div span{
	font-size: 40px;
    color: #fff;
    /*font-family: 'Righteous', cursive ,serif;*/
	font-family: 'Quicksand', sans-serif;
	font-weight:700;
}


@media (max-width: 1000px) {
    .countries-img {
		width:60%;
	}
}
@media (max-width: 900px) {
    .countries-img {
		width:70%;
	}
	.list-about{
		float:left;	
		margin: 0 15px;
	}
}
@media (max-width: 700px) {
    .countries-img {
		width:75%;
	}
}
@media (max-width: 500px) {
    .countries-img {
		width:100%;
	}
	.countries-div span{
		font-size: 30px;
	}
	.quote-wrap p{
		font-size: 25px;
	}
	
	.head-logo img {
		margin: 17px 0 0 10px;
	}
}


/* ------------------------------------------*/

.hs_service {
	width: 100%;
	float: left;
	margin: 30px auto;	
	border: 2px solid rgba(72, 126, 166, 0.26);
	border-radius:5px;
	margin-bottom: 20px;
	padding: 30px 20px 0px 20px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.hs_service .hs_icon_svg {
	text-align: center;
}
.hs_service svg {
	fill: #7f9aa0;
}
.hs_service a {
	margin: 20px auto;
}

.hs_service:hover {
	/*background: #f5f5f5;*/
	border: 2px solid #4aa84e;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.hs_service h4 {
	text-align: center;
    font-size: 15px;
    min-height: 55px;
    line-height: 1.7em;
    margin-top: 15px;
	color: #487ea6;
}
.hs_service:hover h4 {
	color: #4aa84e;
}
.hs_service:hover svg {
	fill: #4aa84e;
}

.hs_service .spec-img {
	max-width:100px;
	background: #487ea6;
    border-radius: 50%;
}

.hs_service:hover .spec-img {
	background: #4aa84e;
}


.area-spec {
	margin-bottom:60px;
}


.success-msg {
	margin-bottom: 20px;
    color: #487ea6;
    padding: 5px 0;
    border-radius: 5px;
	text-align:left;
	font-weight:bold;
}
.success-msg i { color:#487ea6;}
.failed-msg {
	margin-bottom: 20px;
    color: #487ea6;
    padding: 5px 0;
    border-radius: 5px;
	text-align:left;
	font-weight:bold;
}
.failed-msg i { color:#487ea6;}

.mt-20{margin-top:20px;}