/*======================================== WEB FONTS ========================================*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,400,300,600);
@import url(http://fonts.googleapis.com/css?family=Balthazar:400italic,600italic,400,300,600);

/*======================================== WEB FONTS ========================================*/

@import url(responsive.css);
@import url(bootstrap.min.css);
@import url(bootstrap-datetimepicker.css);


*, form {
	margin: 0;
	padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
/*::selection {
	color: #fff;
	background: #358efb;
}
::-moz-selection {
color:#fff;
background:#358efb;
}
::-webkit-selection {
color:#fff;
background:#358efb;
}
::-ms-selection {
color:#fff;
background:#358efb;
}
::-o-selection {
color:#fff;
background:#358efb;
}*/

body {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	background: white;	
	font-size: 1.5rem;
	line-height: normal;
	letter-spacing: 1px;
}
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
/*a:link, a:hover, a:active, a:visited {
	text-decoration: none;
	color: none;
}
*/img, img:hover {
	border: none;
}
.clr20 {
	width: 100%;
	height: 20px;
	clear: both;
}
.clr50 {
	width: 100%;
	height: 50px;
	clear: both;
}
.clr {
	width: 100%;
	height: auto;
	clear: both;
}
.clr5 {
	width: 100%;
	height: 5px;
	clear: both;
}
.clr10 {
	width: 100%;
	height: 10px;
	clear: both;
}
.transition {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.radius3 {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.radius5 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.radius10 {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.bgimg {
	background-size: 100% 100%;
	min-height: 100%;
	box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, .40);
}
.layer {
	background-color: rgba(0, 0, 0, 0.10);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.colorDark {
	color: #2d2d2d;
}
.colorBlue {
	color: #4692f0;
}
.bgColor {
	background: #2880c7;
}
.bgColorBlack {
	background: #2e2e2e;
}
.bgColorlightGrey {
	background: #f4f4f4;
}
/* ------------------------------------------------------------ */
						/* Header */
/* ------------------------------------------------------------ */

#topWrap {
	background : url("../images/main_bg.jpg") no-repeat;
	background-size: 100% 100%;
	min-height: 100%;
	margin: 0 auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, .60);/*box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, .20);*/
}
#fullRow {
	width: 100%;
	margin: 0 auto;
	height: auto;
	position: relative;
}
.rowWrap {
	width: 1024px;
	height: auto;
	margin: 0 auto;
	position: relative;
	padding-bottom: 25px;
	display: table;
}
.logo {
	width: 230px;
	height: 50px;
	margin-left: 20px;
	float: left;
}
.animationTxt {
	/*width:100%;
	height:120px;
	margin:0 auto 0px;
	position:relative;*/
	height: auto;
	margin: 50px auto;
	padding: 100px 0 0;
	position: relative;
	width: 100%;
}
.animatedHeading {
	font: 300 30px 'Open Sans', sans-serif;
	font-style: normal;
	color: #FFF;
	text-align: center;
	display: none;
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	letter-spacing: 1px;
}
/* Services Home */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.col {
	display: flex;
	float: left;
	margin: 1% 0 2% 3%;
}
.col:first-child {
	margin-left: 0;
}
.col:nth-child(5) {
	margin-left: 0;
}
.group:before, .group:after {
	content: "";
	display: table;
}
.group:after {
	clear: both;
}
.group {
	zoom: 1;
}
.col_4 {
	width: 22.75%;
	height: 150px;
	text-align: center;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.col_4 img {
	width: 100%;
	height: auto;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.demo {
	display: none;
}
.services {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	overflow: hidden;
	-webkit-animation: anima 1s;
	-moz-animation: anima 1s;
	-o-animation: anima 1s;
	-ms-animation: anima 1s;
	animation: anima 1s;
}
.services img {
	width: 100%;
	min-height: auto;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.services .services-image, .services-caption, .services:hover .services-caption {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	color: #fff;/*background: rgba(0, 0, 0, 0.60);*/
	/*box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, .40);*/
}
.services:hover img {
	-webkit-transform: scale(1.25); /* Safari and Chrome */
	-moz-transform: scale(1.25); /* Firefox */
	-ms-transform: scale(1.25); /* IE 9 */
	-o-transform: scale(1.25); /* Opera */
	transform: scale(1.25);
}
.services-caption {
	cursor: default;
	position: absolute;
	width: 100%;
	height: 100%;
	padding-top: 70px;
	text-align: center;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	display: block;
	background: rgba(0, 0, 0, 0.20);
	font: 600 18px 'Open Sans', sans-serif;
	text-shadow: 0px 2px 1px rgba(0,0,0,0.3);
	font-style: normal;
	color: #FFF;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.services:hover .zoom {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-moz-touch-callout: none;
	-o-touch-callout: none;
	-ms-touch-callout: none;
	touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-moz-tap-highlight-color: transparent;
	-o-tap-highlight-color: transparent;
	-ms-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
}
.zoom {
	bottom: 0;
	right: 0;
	cursor: pointer;
}
.services:hover .zoom {
	right: 0;
	top: 0;
}
.contHeading {
	width: 80%;
	height: 1px;
	background: #ccc;
	position: relative;
	margin: 10px auto 50px auto;
	display: table;
}
.conTxt {
	position: absolute;
	right: 0;
	left: 0;
	top: -10px;
	margin: 0 auto;
	display: table;
	text-align: center;
	background: #f5f5f5 !important;;
	padding: 0 20px;
	font-size: 1.5rem;
}
.mobHeading {
	font: 600 25px 'Open Sans', sans-serif;
	font-style: italic;
	color: #333;
	text-align: center;
}
.grid_3 {
	display: flex;
	float: left;
	margin: 1% 0 2% 3%;
}
.col_3 {
	width: 31.33%;
	height: auto;
	text-align: center;
	display: block;
}
.col_3:first-child {
	margin-left: 0;
}
.col_3 img {
	width: 50%;
	height: auto;
}
.headingSmall {
	font: 600 20px 'Open Sans', sans-serif;
	font-style: normal;
	margin-bottom: 15px;
}
.mainHeading {
	font:600 3rem 'Open Sans', sans-serif;
	font-style: normal;
	display: block;
	padding:0px 0 5vh 0;
}
.mainHeadingInner {
	font: 600 35px 'Open Sans', sans-serif;
	font-style: normal;
	display: block;
	padding: 0px 0 20px 0;
}
.bodyTxt {
	font: 300 1.8rem/2.8rem 'Open Sans', sans-serif;
	font-style: normal;
	
}
.bodyTxtInner {
	font: 300 16px/28px 'Open Sans', sans-serif;
	font-style: normal;
	text-align: justify;
}
.txtWhite {
	color: #fff !important;
}
.blueHeading {
	font: 600 16px/28px 'Open Sans', sans-serif;
	font-style: normal;
	color: #4692f0;
	text-align: left;
}
.footer {
	height: auto;
	padding: 50px 0;
	font: 300 12px/28px 'Open Sans', sans-serif;
	font-style: normal;
	color: #fff;
	background: #2e2f31;
}
.footer h1 {
	color: #fff;
	font-size: 15.5px;
	margin: 0 0 3px;
}
.footer ul {
	margin: 15px 0;
	padding: 0;
}
.footer ul li a {
	display: block;
	font-size: 12px;
	line-height: 1.9em;
}
.footer ul li {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.footer a, .footer a:focus {
	color: #fff;
	text-decoration: none;/*margin:0 10px;*/
}
.footer a:hover {
	color: #4692f0;
	text-decoration: none;
}
address {
	font-style: normal;
	line-height: 1.42857;
	margin-bottom: 20px;
	margin-top: 15px;
}
.testimonialblock {
	padding: 0px 0 65px 0;
}
.testimonialblock h1 {
	text-align: center;
	padding-bottom: 20px;
	color: #2e2e2e;
}
.testimg {
	width: 170px;
	height: 170px;
	margin: 0 auto;
	overflow: hidden;
}
.testtext {
	margin-top: 40px;
	color: #2e2e2e;
}
.testtitle {
	text-align: center;
	text-transform: uppercase;
}
.testsub {
	text-align: center;
	margin: 20px 0;
	color: #2e2e2e;
}
.testtextblock {
	text-align: center;
	line-height: 25px;
	font: 300 13px 'Open Sans', sans-serif;
	font-style: normal;
	color: #333333;
}
.testblock {
	position: relative;
}

css3-container {
	z-index: 1!important;
}
/* end testimonial block */

.testblock:hover .flex-next {
	opacity: 0.8;
	right: 5px;
}
.testblock:hover .flex-prev {
	opacity: 0.8;
	left: 5px;
}
 @media (max-width: 767px) {
body {
	padding-left: 0px;
	padding-right: 0px;
}
.bodyTxt{
	text-align:justify;
}
.paddingcnt {
	padding: 0px;
}
/*.testimonialblock h1 {
	padding-bottom: 45px;
	padding-top: 25px;
}*/
.testimonialblock {
	padding-bottom: 60px;
}
.bottompad {
	line-height: 65px;
}
.flex-direction-nav .flex-next {
	background-position: -56px 0;
	right: 0px
}
.flex-direction-nav .flex-prev {
	/*background-position: -3px -1px;*/
	left: 0px;
}
.flexslider:hover .flex-next {
	opacity: 0.8;
	right: 0px;
}
.flexslider:hover .flex-prev {
	opacity: 0.8;
	left: 5px;
}
.testblock:hover .flex-next {
	opacity: 0.8;
	right: 0px;
}
.testblock:hover .flex-prev {
	opacity: 0.8;
	left: 0px;
}
}
 @media (min-width: 481px) and (max-width: 767px) {
.flex-direction-nav a {
	top: 45%;
}
}
 @media (max-width: 480px) {
.flex-direction-nav a {
	top: 40%;
}
}
#our-clients td {
	border: 1px solid #dbe2e2;
	height: 240px;
	text-align: center;
	vertical-align: middle;
}
/*.servicesGrid {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.servicesGrid:first-child { margin-left: 0; }
			

.servicesCol {
	width: 23.8%;
	padding:20px;
	text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #dbe2e2;
	border-bottom: 1px solid #dbe2e2;
}

.servicesCol img{
	width:100%;
	height:auto;
}*/

.brand-logo {
	border-bottom: 1px solid #dbe2e2;
	border-right: 1px solid #dbe2e2;
	display: inline-block;
	margin: 0;
	vertical-align: top;
	position: relative
}
.brand0 {
	border-left: 0
}
.brand-logo h3 {
	text-align: center;
	text-decoration: none;
	font: 300 25px 'Open Sans', sans-serif;
	font-style: normal;
	color: #333;
}
.servicesBorderRt {
	border-right: 0
}
.servicesLast {
	border-bottom: 0 none;
	border-right: 0 none
}
.servicesBorderBtm {
	border-bottom: 0
}
.brand7 {
	border-right: 0
}
.ovrl-brand {
	overflow: hidden;
	padding: 25px
}
.brand-logo:after {
	background: none repeat scroll 0 0 #fff;
	bottom: -15px;
	content: "";
	height: 30px;
	position: absolute;
	right: -15px;
	width: 30px;
	z-index: 77
}
.brand-logo img {
	width: 100%;
	height: auto;
	padding: 25px 0;
}
.btnSubmit {
	/*background:#358efb; display:block; text-align:center; color:#fff; padding:10px 20px; border:none;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;*/
	
	background: none repeat scroll 0 0 #358efb;
	border-radius: 2px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 0 2px 0 #0e85e2 inset;
	cursor: pointer;
	font-size: 14px;
	height: 40px;
	width: 100%;
	line-height: 14px;
	display: block;
	text-align: center;
	color: #fff;
	padding: 10px 0;
	border: none;
}
.signUp {
	background: none repeat scroll 0 0 #f9f9f9;
	border-top: 1px solid #e2e6ed;
	bottom: 0;
	box-sizing: border-box;
	color: #0c84e1;
	cursor: pointer;
	height: 50px;
	left: 0;
	padding: 0 30px;
	text-align: center;
	width: 100%;
}
.circle {
	width: 50px;
	height: 50px;
	border-radius: 50em;
	text-align: center;
	background: #4692f0;
	float: left;
	margin-right: 25px;
}
.circle i {
	position: relative;
	top: 0px;
	font-size: 25px;
	color: #fff;
}
.circle .icon::before {
	margin-right: 0 !important;
	line-height: 2em !important;
}

.hideMob {
	display: block;
}
.space10, .space15, .space20, .space30, .space40, .space50, .space60, .space70, .space80, .space90, .space100 {
	width: 100%;
	display: block;
	clear: both;
}
.space10 {
	height: 10px;
}
.space15 {
	height: 15px;
}
.space20 {
	height: 20px;
}
.space30 {
	height: 30px;
}
.space40 {
	height: 40px;
}
.space50 {
	height: 50px;
}
.tbpadd10 {
	padding: 10px 0;
}
.tbpadd20 {
	padding: 20px 0;
}
.tbpadd30 {
	padding: 30px 0;
}
.tbpadd40 {
	padding: 40px 0;
}
.tbpadd50 {
	padding: 50px 0;
}
.tbmargin10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.tbmargin20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.tbmargin30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.tbmargin40 {
	margin-top: 40px;
	margin-bottom: 40px;
}
.tbmargin50 {
	margin-top: 50px;
	margin-bottom: 50px;
}
.mobShow {
	display: none;
}
.bgBlack {
	background: #000;
}
.gridFull {
	width: 100%;
	height: auto;
	display: block;
	float: left;
}
.aboutBg {
	background : url("../images/about-bg.jpg") no-repeat;
	/*min-height: 100%;*/
	margin: 0 auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, .8);
}
.textWhite {
	color: #fff;
}
.textBlack {
	color: #333;
}
/*Flex items*/
.imgResponsive {
	width: 100%;
	height: auto;
}
.imgResponsive img {
	width: 100%;
	height: auto;
}
.list {
	display: flex;
	flex-wrap: wrap;
}
.servPoint li {
	margin-left: 30px;
}
.list-item {
	display: flex;
	padding: 0.5em;
	width: 100%;
}
@media all and (min-width: 40em) {
.list-item {
	width: 50%;
}
}
@media all and (min-width: 60em) {
.list-item {
	width: 33.33%;
}
}
.modal-btn-default {
}
.list-content {
	display: flex;
	flex-direction: column;
	padding: 1em;
	width: 100%;
	border: 1px solid #fff;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	position: relative;
	overflow: hidden;
}
/*.list-content .imgResponsive{
	webkit-transition: all 0.50s ease;
	-moz-transition: all 0.50s ease;
	-ms-transition: all 0.50s ease;
	-o-transition: all 0.50s ease;
	transition: all 0.50s ease;
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
	
}
.list-content:hover .imgResponsive{
	-webkit-transition: all 0.50s ease;
	-moz-transition: all 0.50s ease;
	-ms-transition: all 0.50s ease;
	-o-transition: all 0.50s ease;
	transition: all 0.50s ease;
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-ms-filter: grayscale(1);
	-o-filter: grayscale(1);
	filter: grayscale(1);
	
}*/
.list-content:hover {
	border: 1px solid #879ecf;
	border-radius: 3px;
	box-shadow: inset 0 0 0 1000px rgba(70, 146, 240, .40);
}
.list-content .bookNow {
	background: #4692f0 none repeat scroll 0 0;
	border: medium none;
	border-radius: 4px;
	color: #fff;
	font-size: 14px;
	display: inline-table;
	height: auto;
	left: 0;
	right: 0;
	bottom: -150px;
	padding: 12px 20px;
	text-decoration: none;
	position: relative;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	margin: 0 auto;
}
.list-content:hover .bookNow {
	bottom: 150px;
}
.list-content .bookNow:hover {
	background: #161616;
}
.list-content p {
	flex: 1 0 auto;
}
/* Login */
.nav-tabs {
	margin-bottom: 15px;
}
.sign-with {
	margin-top: 0px;
	padding: 20px;
}
div#OR {
	height: 30px;
	width: 30px;
	border: 1px solid #C2C2C2;
	border-radius: 50%;
	font-weight: bold;
	line-height: 28px;
	text-align: center;
	font-size: 12px;
	float: right;
	position: absolute;
	right: -16px;
	top: 40%;
	z-index: 1;
	background: #DFDFDF;
}
.tab-content {
	margin: 20px 0;
}
.formBtn {
	position: relative;
	display: inline;
	font: 100 18px 'Open Sans', sans-serif;
	font-style: normal;
	color: #FFF;
	text-transform: uppercase;
	padding: 6px 15px;
	margin: 0 10px 0 0;
	border: 1px solid rgba(255,255,255, 0.30);
	background: #358efb;
	letter-spacing: 0.5px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.formBtn:hover {
	border: 1px solid rgba(255,255,255, 0.30);
	background: #000;
	color: #fff;
}
.formBtn:hover, .formBtn:focus {
	border: 1px solid rgba(255,255,255, 0.30);
	background: #000;
	color: #fff;
}
.tabsBox li a {
	font-size: 12px !important;
}
.red {
	color: red;
	font-size: 12px !important;
}
.column2 {
	width: 48%;
	height: auto;
	float: left;
	margin: 0;
}
.column2:nth-child(1) {
	margin: 0 2% 0 0;
}
/* Social Login Form */
.social_login {
}
.social_login .social_box {
	display: block;
	clear: both;
	padding: 5px 10px;
	margin-bottom: 10px;
	overflow: hidden;
	border-radius: 4px;
}
#facebook {
	background: #3b5998;
}
#gPlus {
	background: #dc4b39;
}
.social_login .icon {
	display: block;
	width: 10px;
	padding: 5px 10px;
	margin-right: 10px;
	float: left;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	margin-top: 1px;
}
.social_login .fb .icon {
	background: #3B5998;
}
.social_login .google .icon {
	background: #DD4B39;
}
.social_login .icon_title {
	display: block;
	padding: 5px 0;
	float: left;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
}
.social_login .social_box:hover {
	background: #E4E4E2;
}
.captchaImput {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555;
	display: -moz-inline-stack;
	display: inline-block;
 *display: inline;
	font-size: 14px;
	height: 34px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
	position: relative;
	vertical-align: top;
	height: 42px;
}
.err {
	color: #F00;
}
.err ul li {
	list-style-type: none;
	margin-left: 10px;
}
.modal-content {
	font-family: 'Open Sans', sans-serif;
}
.form-horizontal label {
	font-size: 13px;
}
.modal-header .close-modal {
	background-color: transparent;
	cursor: pointer;
	height: 75px;
	position: absolute;
	right: 25px;
	top: 25px;
	width: 75px;
}
.modal-header .close-modal:hover {
	opacity: 0.3;
}
.modal-header .close-modal .lr {
	background-color: #2c3e50;
	height: 75px;
	margin-left: 35px;
	transform: rotate(45deg);
	width: 1px;
	z-index: 1051;
}
.modal-header .close-modal .lr .rl {
	background-color: #2c3e50;
	height: 75px;
	transform: rotate(90deg);
	width: 1px;
	z-index: 1052;
}
.paddBtm {
	padding-bottom: 25px;
}
textarea {
	resize: none;
}
.first_work_content::before, .second_work_content::before, .third_work_content::before {
	background-color: #358efb;
	color: #fff;
	content: attr(step-number);
	display: block;
	font-size: 2em;
	font-weight: 600;
	height: 50px;
	line-height: 54px;
	margin: 0 auto;
	text-align: center;
	width: 50px;
	z-index: 3;
	border-radius: 50em;
}
/*****************************/
/* Triangle and line */
/*****************************/

.tabs-style-linetriangle nav a {
	overflow: visible;
	border-bottom: 1px solid #4692f0;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
.tabs-style-linetriangle nav a span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 15px;
	font-weight: bold;
}
.tabs-style-linetriangle nav li.tab-current a:after, .tabs-style-linetriangle nav li.tab-current a:before {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 0;
	border: solid transparent;
	content: '';
	pointer-events: none;
}
.tabs-style-linetriangle nav li.tab-current a:after {
	margin-left: -10px;
	border-width: 10px;
	border-top-color: #fff;
}
.tabs-style-linetriangle nav li.tab-current a:before {
	margin-left: -11px;
	border-width: 11px;
	border-top-color: #4692f0;
}
 @media screen and (max-width: 58em) {
.tabs-style-linetriangle nav {
	font-size: 0.6em;
}
}
 @media (min-width: 280px) and (max-width: 360px) {
.animationTxt {
	margin: 0 auto;
	padding: 100px 0 0;
	position: relative;
	top: -15px;
}
}

.sectionPadding{
	padding: 10vh 0;
}