@charset "utf-8";
/* CSS Document */
/*---1. default anchor color---*/
/*---2. For Text Link ---*/
/*---3. site selection color---*/
/*---4 .EditorText default UL-OL css---*/
/*---5. TopArrow---*/
/*---6. TextColor---*/ 
/*---7. BgColor---*/
/*---8. loader---*/
/*---9. input focus css---*/
/*---10. placeholder text color---*/


/*---1. default anchor color---*/
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #004e27;
}
/*---2. For Text Link ---*/

.TextLink1 {
	color: #42a4bc;
}
.TextLink1 a {
	text-decoration: none;
	color: #42a4bc;
}
.TextLink1 a:hover {
	text-decoration: none;
	color: #000;
}
/*-----3. site selection color----*/
::selection {
	color: #fff;
	background-color: #2965a7;
}
::-moz-selection {
 color:#fff;
 background-color:#2965a7;
}
::-webkit-selection {
 color:#fff;
 background-color:#2965a7;
}
/*---4 .EditorText default UL-OL css---*/
.EditorText ul li {
	background-image: url(../images/bullet-1.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 1px 0px 1px 20px;/*T R B L*/
	border: 0px solid;
	display: block;
	text-align: left !important;
}
.EditorText ol li {
	border-bottom: 0px solid #d5d5d5;
	list-style: decimal;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 1px 0px 1px 0px;
	border: 0px solid;
	display: list-item;
	text-align: left !important;
}
/*---5. TopArrow--*/
.TopArrow {
	text-align: center;
	display: none;
	width: 100%;
	padding: 20px 0 0;
}
.TopArrow a {
	color: #a71409 !important;
	font-size: 22px;
	line-height: 32px;
	display: inline-block;
	width: 30px;
	height: 30px;
	position: relative;
}
.TopArrow a:hover {
	color: #333 !important;
}
.TopArrow .fa-stack-2x {
	font-size: 34px;
}
.TopArrow .fa-inverse {
	color: #ffffff;
}
.TopArrow .fa-inverse:hover {
	color: #fff;
}
/*------6. TextColor--------*/ 

.TextColor1 {
	color: #FFFFFF;
}
.TextColor2 {
	color: #666666;
}
.TextColor3 {
	color: #000000;
}
.TextColor4 {
	color: #333333;
}
.TextColor5 {
 color:#;
}
.TextColor6 {
 color:#;
}
/*---7. BgColor---*/

.BgColor1 {
	background-color: #FFFFFF;
}
.BgColor2 {
	background-color: #000;
}
.BgColor3 {
 background-color:#;
}
.BgColor4 {
 background-color:#;
}
.BgColor5 {
 background-color:#;
}
/** 8. loader **/
.loader {
	left: 50%;
	top: 50%;
	position: fixed;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.loader #spinner {
	box-sizing: border-box;
	stroke: #ff0000; /* Change color */
	stroke-width: 3px;
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: line 1.6s cubic-bezier(0.4, 0, 0.2, 1) infinite, rotate 1.6s linear infinite;
	animation: line 1.6s cubic-bezier(0.4, 0, 0.2, 1) infinite, rotate 1.6s linear infinite;
}
@-webkit-keyframes rotate {
from {
 -webkit-transform: rotate(0);
 transform: rotate(0);
}
to {
 -webkit-transform: rotate(450deg);
 transform: rotate(450deg);
}
}
@keyframes rotate {
from {
 -webkit-transform: rotate(0);
 transform: rotate(0);
}
to {
 -webkit-transform: rotate(450deg);
 transform: rotate(450deg);
}
}
@-webkit-keyframes line {
0% {
 stroke-dasharray: 2, 85.964;
 -webkit-transform: rotate(0);
 transform: rotate(0);
}
50% {
 stroke-dasharray: 65.973, 21.9911;
 stroke-dashoffset: 0;
}
100% {
 stroke-dasharray: 2, 85.964;
 stroke-dashoffset: -65.973;
 -webkit-transform: rotate(90deg);
 transform: rotate(90deg);
}
}
@keyframes line {
0% {
 stroke-dasharray: 2, 85.964;
 -webkit-transform: rotate(0);
 transform: rotate(0);
}
50% {
 stroke-dasharray: 65.973, 21.9911;
 stroke-dashoffset: 0;
}
100% {
 stroke-dasharray: 2, 85.964;
 stroke-dashoffset: -65.973;
 -webkit-transform: rotate(90deg);
 transform: rotate(90deg);
}
}
/*----9. input focus css-----*/ 
input:focus, select:focus, textarea:focus {
	box-shadow: 0 0 8px #a71409;
	border: 1px solid #a71409;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
}

/*------10. placeholder text color-----*/
::-webkit-input-placeholder {
 color: #666;
 font-family: 'latoregular';
 font-size:15px;
 line-height:26px;
}
:-moz-placeholder { /* Firefox 18- */
 color: #666;
 font-family: 'latoregular';
 font-size:15px;
 line-height:26px
}
::-moz-placeholder {  /* Firefox 19+ */
 color: #666;
 font-family: 'latoregular';
 font-size:15px;
 line-height:26px
}
:-ms-input-placeholder {
 color: #666;
 font-family: 'latoregular';
 font-size:15px;
 line-height:26px
}
/***/


.FConsultation {
	display: inline-block;
}
.FConsultation a {
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	font-family: 'latoheavy';
	padding: 0px 35px;
	line-height: 52px;
	color: #004e27;
	background-color: #fce012;
	border-radius: 5px;
	text-align: center;
	position: relative;
}
.FConsultation a:after {
	content: '';
	background: #004e27;
	width: 0%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: width 0.5s, opacity 0.5s, transform 0.5s;
	transform: translateX(0px);
	border-radius: 3px;
}
.FConsultation a:hover {
	color: #ffffff;
	z-index: 1;
	transition: all ease-in-out 0.3s;
}
.FConsultation a:hover:after {
	opacity: 1;
	transition: width 0.5s, opacity 0.5s, transform 0.5s;
	transform: translateX(0px);
	width: 100%;
	z-index: -1;
}
.ReadMoreBtn {
	display: inline-block;
	margin-top: 20px;
}
.ReadMoreBtn a {
	display: block;
	color: #004e27;
	font-size: 12.5px;
	line-height: 48px;
	transition: all ease-in-out 0.3s;
	font-family: 'latoblack';
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 1px solid #004e27;
	padding: 0px 37px;
	position: relative;
	border-radius: 5px;
}
.ReadMoreBtn a:after {
	content: '';
	background: #004e27;
	width: 0%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: width 0.5s, opacity 0.5s, transform 0.5s;
	transform: translateX(0px);
	border-radius: 3px;
}
.ReadMoreBtn a:hover {
	color: #ffffff;
	z-index: 1;
	transition: all ease-in-out 0.3s;
}
.ReadMoreBtn a:hover:after {
	opacity: 1;
	transition: width 0.5s, opacity 0.5s, transform 0.5s;
	transform: translateX(0px);
	width: 100%;
	z-index: -1;
}
.EmailBtn {
	display: inline-block;
	margin-top: 20px;
}
.EmailBtn a {
	display: block;
	color: #fce012;
	font-size: 15px;
	line-height: 48px;
	transition: all ease-in-out 0.3s;
	font-family: 'robotoregular';
	border: 1px solid #fce012;
	padding: 0px 20px;
	position: relative;
	border-radius: 5px;
}
.EmailBtn a:after {
	content: '';
	background: #fce012;
	width: 0%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: width 0.5s, opacity 0.5s, transform 0.5s;
	transform: translateX(0px);
	border-radius: 3px;
}
.EmailBtn a:hover {
	color: #004e27;
	z-index: 1;
	transition: all ease-in-out 0.3s;
}
.EmailBtn a:hover:after {
	opacity: 1;
	transition: width 0.5s, opacity 0.5s, transform 0.5s;
	transform: translateX(0px);
	width: 100%;
	z-index: -1;
}
.OurServices ul li a .ReadMoreBtn {
	display: inline-block;
	margin-top: 20px;
}
.OurServices ul li a .ReadMoreBtn {
	color: #004e27;
	font-size: 12.5px;
	line-height: 48px;
	transition: all ease-in-out 0.3s;
	font-family: 'latoblack';
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 1px solid #004e27;
	padding: 0px 37px;
	position: relative;
	border-radius: 5px;
}
.OurServices ul li a .ReadMoreBtn:after {
	content: '';
	background: #004e27;
	width: 0%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: width 0.5s, opacity 0.5s, transform 0.5s;
	transform: translateX(0px);
	border-radius: 3px;
}
.OurServices ul li a:hover .ReadMoreBtn {
	color: #ffffff;
	z-index: 1;
	transition: all ease-in-out 0.3s;
}
.OurServices ul li a:hover .ReadMoreBtn::after {
	opacity: 1;
	transition: width 0.5s, opacity 0.5s, transform 0.5s;
	transform: translateX(0px);
	width: 100%;
	z-index: -1;
}


.ViewMoreBtn {
	display: inline-block;
	margin-top: 20px;
}
.ViewMoreBtn a {
	display: block;
	color: #004e27;
	font-size: 12.5px;
	line-height: 48px;
	transition: all ease-in-out 0.3s;
	font-family: 'latoblack';
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 1px solid #004e27;
	padding: 0px 37px;
	position: relative;
	border-radius: 5px;
}
.ViewMoreBtn a:after {
	content: '';
	background: #004e27;
	width: 0%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: width 0.5s, opacity 0.5s, transform 0.5s;
	transform: translateX(0px);
	border-radius: 3px;
}
.ViewMoreBtn a:hover {
	color: #ffffff;
	z-index: 1;
	transition: all ease-in-out 0.3s;
}
.ViewMoreBtn a:hover:after {
	opacity: 1;
	transition: width 0.5s, opacity 0.5s, transform 0.5s;
	transform: translateX(0px);
	width: 100%;
	z-index: -1;
}



.SubmitBtn {
	display: inline-block;
	margin-top: 20px;
}
.SubmitBtn a {
	display: block;
	color: #004e27;
	font-size: 12.5px;
	line-height: 48px;
	transition: all ease-in-out 0.3s;
	font-family: 'latoblack';
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 1px solid #004e27;
	padding: 0px 37px;
	position: relative;
	border-radius: 5px;
}
.SubmitBtn a:after {
	content: '';
	background: #004e27;
	width: 0%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: width 0.5s, opacity 0.5s, transform 0.5s;
	transform: translateX(0px);
	border-radius: 3px;
}
.SubmitBtn a:hover {
	color: #ffffff;
	z-index: 1;
	transition: all ease-in-out 0.3s;
}
.SubmitBtn a:hover:after {
	opacity: 1;
	transition: width 0.5s, opacity 0.5s, transform 0.5s;
	transform: translateX(0px);
	width: 100%;
	z-index: -1;
}

