@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
@import url(http://fonts.googleapis.com/css?family=Ubuntu);
a[href^="tel:"] {
	color: inherit;
	text-decoration: none;
}

/*------ template stylization ------*/

/*---------------row_s----------------*/


/*---------------headings links------------------*/


.btn1 {
	position: relative;
	font-family: 'Arial', sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #FFF;
	background: #527ed0;
	border: none;
	border-radius: 0;
	padding: 5px 15px 5px 15px;
	margin-right: 0;
	box-shadow: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	z-index: 1;
}


.btn1:hover {
	color: #527ed0;
	background: #5c96b4;padding: 5px 15px 5px 15px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btn2 {
	position: relative;
	font-family: 'Arial', sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	color: #FFF;
	background: #fa3703;
	border: none;
	border-radius: 0;
	padding: 5px 15px 5px 15px;
	margin-right: 0;
	box-shadow: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	z-index: 1;
}

.btn2:hover {
	color: #FFF !important;
	background: #CC3333  ;
	
	font-family: 'Arial', sans-serif;
	
	
	font-weight: normal;

	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	z-index: 1;
}

.btn3 {
	position: relative;
	font-family: 'Arial', sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	color: #FFF;
	background: #5b5b5b;
	border: none;
	border-radius: 0;
	padding: 14px 26px 15px;
	margin-right: 0;
	box-shadow: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	z-index: 1;
}

.btn3:hover {
	color: #FFF;
	background: #fa3703;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
/************* header ***************/

/*----------------------list1-----------------------*/

.list1 ul{ margin:0px; padding:0px; list-style-type:none;}
.list1 ul li { margin:5px 5px; padding:0px; list-style-type:none;}
.list1 ul { width:100%;}
.list1 { 
	float:left;
	padding: 0; margin:0px auto;
	position: relative;
	list-style: none;
	overflow: hidden;
}
.list1 li { width:28%;float:left;
	position: relative; margin:5px 5px !important;
	text-align: center;
	margin-bottom: 10px;
}
.list1 li p {
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	line-height: 24px;
	color: #a7a6a6;
	margin: 0 auto 30px;
	padding: 0 20px;
}
.title4 {
	text-align: center;
	font-family: 'Arial', sans-serif;
	font-size: 20px !important;
	line-height: 26px !important;
	font-weight: bold !important;
	color: #666 !important;
	padding: 0;
	margin: 0 0 50px !important;
}
.list1 li .box1col1, .list1 li .box1col2, .list1 li .box1col3, .list1 li .box1col4 {
	position: relative;
	display: inline-block;
	margin: 20px auto 10px auto !important;
	overflow: hidden;
	width: 266px;
	height: 266px;   
}


.list1 li .box1col6 {
	position: relative;
	display: inline-block;
	margin: 40px auto 10px auto !important;
	overflow: hidden;
	width: 270px;
	height: 270px;   
}

.list6 li .icons img { background-color:#f1f1f1;
	transform: rotateY(0deg);
    border-radius: 50%;
	-webkit-transform: rotateY(0deg);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease; 
}

.list1 li .icons { 
	position: relative;
	display: block;
	margin: 18px 18px 18px 18px;
	perspective: 100;
	-webkit-perspective: 100;
}
.list1 li .icons img { background-color:#1f0202;
	transform: rotateY(0deg);
    border-radius: 50%;
	-webkit-transform: rotateY(0deg);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease; 
}
.list1 li .box1col1:hover .icons > img, .list1 li .box1col2:hover .icons > img, .list1 li .box1col3:hover .icons > img, .list1 li .box1col4:hover, .box1col6:hover .icons > img {
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.list1 li .box1col1 strong {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-radius: 400px;
	border-style: solid;
	border-width: 13px;
	border-color: #ff8503 transparent transparent #527ed0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.list1 li .box1col1 span {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 400px;
	border-style: solid;
	border-width: 13px;
	border-color: #fdd9b4;
}
.list1 li .box1col1:hover strong {
	-webkit-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	transform: rotate(315deg);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.list1 li .box1col2 strong {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-radius: 400px;
	border-style: solid;
	border-width: 13px;
	border-color: transparent transparent #1b3f66 #1b3f66;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.list1 li .box1col2 span {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 400px;
	border-style: solid;
	border-width: 13px;
	border-color: #fdd9b4;
}
.list1 li .box1col2:hover strong {
	-webkit-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	transform: rotate(315deg);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.list1 li .box1col3 strong {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-radius: 400px;
	border-style: solid;
	border-width: 13px;
	border-color: #ff8503 #fbc080 transparent transparent;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.list1 li .box1col3 span {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 400px;
	border-style: solid;
	border-width: 13px;
	border-color: #fbab18;
}
.list1 li .box1col3:hover strong {
	-webkit-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	transform: rotate(315deg);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.list1 li .box1col4 strong {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-radius: 400px;
	border-style: solid;
	border-width: 13px;
	border-color: transparent #fa3703 #fa3703 transparent;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.list1 li .box1col4 span {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 400px;
	border-style: solid;
	border-width: 13px;
	border-color: #fdd9b4;
}
.list1 li .box1col4:hover strong {
	-webkit-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	transform: rotate(315deg);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}



.list1 li .box1col6 strong {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-radius: 400px;
	border-style: solid;
	border-width: 13px;
	border-color: #ff8503 transparent transparent #fbc080;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.list1 li .box1col6 span {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 400px;
	border-style: solid;
	border-width: 13px;
	border-color: #ffe7cd;
}
.list1 li .box1col6:hover strong {
	-webkit-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	transform: rotate(315deg);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}



/*----row_2--------*/

/*--------------list2-------------*/
.list2 {
	margin: 0;
	padding: 0;
	position: relative;
	list-style: none;
	overflow: hidden;
	margin-bottom: 23px;
}
.list2 li {
	position: relative;
	margin-bottom: 8px;
}
.list2 li em {
	display: inline-block;
	width: 11px;
	height: 11px;
	overflow: hidden;
	float: left;
	margin-right: 11px;
	margin-top: 5px;
}
.list2 li em img {
	top: 0;
	left: 0;
	width: 11px;
	vertical-align: top;
	height: 11px;
}
.list2 li p {
	overflow: hidden;
	margin-bottom: 0;
}
.list2 li p a {
	text-decoration: none;
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	left: 0;
	color: #527ed0;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list2 li p a:hover {
	color: #042e7e;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.mleft1 {
	margin-left: -18px;
}
/*---------box2-----------*/
.box2 figure {
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-top: 29px;
	margin-left: 70px;
	border: 1px solid #dadada;
}
.box2info {
	overflow: hidden;
}
/*--------------list3-------------*/
.list3 {
	margin: 0;
	padding: 0;
	position: relative;
	list-style: none;
	overflow: hidden;
	margin-bottom: 27px;
	margin-top: 12px;
}
.list3 li {
	position: relative;
	margin-bottom: 10px;
}
.list3 li a img {
	opacity: 1;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list3 li a:hover img {
	opacity: 0.55;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.box3 {
	position: relative;
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	padding: 13px 150px;
	text-align: center;
	text-decoration: none;
	font-family: 'Ubuntu', sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	left: 0;
	color: #FFF;
	background: #527ed0;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.box3:hover {
	text-decoration: none;
	color: #FFF;
	background: #fa3703;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
/*------ list-advant ------- */
.list-advant {
	padding: 0;
	margin: 0;
	margin-bottom: 55px;
	padding-bottom: 0;
	list-style: none;
}
.list-advant h3 {
	margin-bottom: 0;
}
.list-advant p {
	margin-bottom: 0;
}
.list-advant .overflow {
	overflow: hidden;
}
.list-advant a {
	color: #424649;
	text-decoration: none;
	display: inline-block;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list-advant a:hover {
	color: #ff8503;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list-advant li {
	overflow: hidden;
	padding-top: 30px;
}
.list-advant li:first-child {
	padding: 0;
	border: none;
	margin: 0;
}
.badge_ {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 24px;
	line-height: 28px;
	font-weight: 300;
	color: #FFF;
	width: 55px;
	text-align: center;
	background: #527ed0;
	float: left;
	text-shadow: none;
	padding: 14px 0 14px;
	margin-right: 20px;
	margin-top: 5px;
	white-space: normal;
	border-radius: 500px;
	border: none;
	text-transform: uppercase;
}
/*-----------testimonials--------------*/
.list-quote.extra {
	padding-bottom: 34px;
}
.list-quote {
	padding: 0;
	list-style: none;
	margin: 0 0 24px 0;
}
.list-quote li {
	margin-top: 0;
}
.list-quote li:first-child {
	padding: 0;
	border-top: none;
	margin: 0;
	margin-bottom: 31px;
}


/************** footer end **************/
/*-------------- media queries -------------------*/
/**********************************************************/
@media (min-width: 1220px) {
.line2 {
	width: 89%;
}
.contact-form .coll-1,  .contact-form .coll-2,  .contact-form .coll-3 {
	margin-right: 16px;
	width: 243px;
	display: inline-block;
}
.contact-form .coll-3 {
	margin-right: 0;
}


.list1 ul{ margin:0px; padding:0px; list-style-type:none;}


.list1 li { width:24% !important;float:left;
	position: relative; margin:5px 5px !important;
	text-align: center;
	
}

}

@media (min-width: 1024px) {.list1 ul{ margin:0px; padding:0px; list-style-type:none;}


.list1 li { width:24% !important;float:left;
	position: relative; margin:5px 5px !important;
	text-align: center;}
}

@media (min-width: 768px) (max-width: 780px){ 

.list1 ul{ margin:0px; padding:0px; list-style-type:none;}


.list1 li { width:22% !important;float:left;
	position: relative; margin:5px 5px !important;
	text-align: center;
	
}


}


/**********************************************************/

/**********************************************************/
@media (max-width: 520px) {
.gallscol {
	width: 100%;
}
.collist2 {
	width: 100%;
}
.row_2 figure {
	float: none;
	width: 100%;
	margin-right: 0;
}
.row_2 figure img {
	width: 100%;
}
.row_2 .box1 {
	text-align: left;
}
.row_2 .box1 strong {
	font-size: 30px;
	line-height: 30px;
	margin: 0 0 2px;
}
.row_2 .box1 span {
	font-size: 22px;
	line-height: 22px;
}
.collist1 {
	width: 100%;
}

.list1 ul{ margin:0px; padding:0px; list-style-type:none;}


.list1 li { width:96% !important;float:left;
	position: relative; margin:5px  auto !important;
	text-align: center;
	
}
.list1, .list12, .list13, li { width:98% !important;
	position: relative; margin:5px auto !important;
	text-align: center;
	

}
/**********************************************************/
@media (max-width: 480px) {
.list-blog .pull-right {
	width: 100%;
	display: block;
	float: left!important;
}
.list-blog > li > div > figure {
	border: none;
	float: none;
	margin: 0;
	margin-right: 0;
	width: 100%;
	margin-bottom: 20px;
}
.list-blog > li > div > figure img {
	width: 100%;
}
.memberscol {
	width: 50%;
}
.collist3 {
	width: 50%;
}

.list1 ul{ margin:0px; padding:0px; list-style-type:none;}


.list1 li { width:90% !important;float:left;
	position: relative; margin:5px 5px !important;
	text-align: center;
	
}

.list1, .list12, .list13, li { width:98% !important;
	position: relative; margin:5px auto !important;
	text-align: center;
	
}


}
/**********************************************************/
@media (min-width: 320px) and (max-width: 478px) {
.memberscol {
	width: 100%;
}
.box2 figure {
	margin-bottom: 0;
	margin-left: 0;
	float: none;
	width: 100%;
	margin-right: 0;
}
.box2 figure img {
	width: 100%;
}

.list1 ul{width:100% !important; float:left; margin:0px; padding:0px; list-style-type:none;}


.list1 li { width:100% !important;float:left; 
	position: relative; margin:5px 5px !important;
	text-align: center;
	
}

.list1, .list12, .list13, li { width:100% !important;
	position: relative; margin:5px auto !important;
	text-align: center;
	
}
.list1 li a.box1col1, .box1col2, .box1col3, .box1col4{ width:196px !important; height:196px !important;
	position: relative; margin:5px auto !important;
	text-align: center;
	
}

/*Core variables and mixins*/
/*img {
	max-width: 100%;
}*/
