@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,600;1,400&family=Roboto:wght@500;700&display=swap');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, rubsey, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
*, * focus {
	outline: none!important;
	margin: 0;
	padding: 0;
}

a {
  color: inherit!important;
  text-decoration: none!important;
}
a:hover {
  color: inherit!important;
  text-decoration: none!important;
}

html, body {
    height:100%;
}
body {
    font-family: 'Open Sans', sans-serif !important;
	font-weight:400!important;
	line-height: 28px!important;
	font-size: 15px!important;
	color: #111!important;
	text-decoration: none;
	height:100%;
	background-color:#fff!important;
}
@media screen and (max-width: 768px) {
body {
}
}
.sticky{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	padding:0;
	box-shadow: 0 10px 15px 0 rgba(0,0,0,.1);
	border-radius:0;
}
.sticky .container{
	border-bottom:solid 0px rgba(255,255,255,.2);
}
.sticky .logo{
	display:block;
}
.slider .sticky .logo{
	display:block;
}
.sticky .logo2{
	display:none;
}
.sticky .logo2 img{	
}
.slider .sticky .logo2{
	display:none;
}
.sticky .header-r{
	padding-top:0;
}
.sticky .header-r2 span{
	display:inline-block;
	background-color:#f44300;
	color:#fff !important;
	margin:0px 0 0 0;	
	border:solid 2px #fff;
}
.top-nav{
	position:relative;
	background-color:#256a0a;
	height:95px;
	line-height:35px;
	font-weight:600;
	color:#fff;
	padding:5px 0 0 0;
}
.top-nav span{
	margin:0 10px 0 0;
}
.top-nav .container{
	position:relative;
	padding-top:0!important;
	padding-bottom:0!important;
}
.top-nav .social{
	float:right;
	margin:2px 0 0 0 !important;
}
.top-nav .social ul li a i{
	width:31px;
	height:31px;
	font-size:.9rem;
	line-height:27px;
	text-align:center;
	border-radius:50%;
	background-color:rgba(255,255,255,0);
	border:solid 2px #fff;
	color: #fff;
}
header{
	position:absolute;
	z-index:11;
	background-color: #fff;
	width:100%;
	padding:0;
	left:0;
	top:45px;
	border-radius:10px;
	box-shadow:0px 0px 8px rgba(0,0,0,.1);
	/*
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;*/
}
header .container{
	padding-top:0;
	padding-bottom:0;
	border-bottom:solid 0px rgba(255,255,255,.2);
}
header .logo{
	float:left;
	width:30%;
	text-align:left;
	overflow:hidden;
	display:block;
	padding:10px 0;
}
header .logo img{
	height:80px;
	width:auto;
}
header .logo a{
	display:block;
}
header .logo2{
	float:left;
	width:30%;
	text-align:left;
	display:none;
	padding:10px 0;
}
header .logo2 img{
	height:80px;
}
header .header-r{
	float:left;
	width:50%;
}
.slider header .logo2{
	display:block;
}
header .header-r2{
	float:left;
	width:20%;
	text-align:right;
	color:#f89c32;
	font-size:16px;
}
header .header-r2 a{
	display:inline-block;
	color:#fff !important;
	background: linear-gradient(120deg, #ef601c 0%, #f28300 30%, #ef601c 100%);
	text-transform:uppercase;
	font-size:14px;
	font-weight:600;
	padding:0 20px;
	line-height:44px;
	margin:28px 0 0 0;
	border:0;
	border-radius:10px;
}
header .header-r2 a:hover{
	color:#fff !important;
	background-color:#111;
}

@media screen and (max-width: 1200px) {
header .logo{
	width:20%;
}
header .logo2{
	width:20%;
}
header .header-r{
	float:left;
	width:60%;
}
header .header-r2{
	width:20%;
}
}
@media screen and (max-width: 1024px) {
.top-nav .social{
	display:none;
}
header .container{
	padding-top:0;
	padding-bottom:0;
	border-bottom:solid 0px rgba(255,255,255,.2);
}
header .logo{
	width:53%;
}
header .logo img{
	height:40px;
}
header .logo2{
	width:53%;
}
.sticky .logo{
	width:40%;
	padding:5px 0;
}
.sticky .logo img{
	height:40px;
}
header .header-r{
	float:left;
	width:2%;
}
header .header-r2{
	width:45%;
}
header .header-r2 a{
	display:inline-block;
	color:#fff !important;
	background-color:#ef601c;
	text-transform:uppercase;
	font-size:11px;
	font-weight:600;
	padding:0 12px;
	line-height:30px;
	margin:16px 0 0 0;
	border:0;
	border-radius:10px;
}
.sticky .header-r2 a{
	display:none;
}
}

@media screen and (max-width: 768px) {
}
@media screen and (max-width: 580px) {
header{
	position:absolute;
	z-index:11;
	background-color: #fff;
	width:96%;
	padding:0;
	left:2%;
	top:50px;
	border-radius:10px;
	box-shadow:0px 0px 8px rgba(0,0,0,.1);
	/*
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;*/
}
}
@media screen and (max-width: 350px) {
header .header-r2 a{
	text-transform:capitalize;
}
}

.clear{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}

h1, h2, h3, h4, h5{	
	font-family: 'Roboto', sans-serif !important;
}


h1 {
	font-family: 'Roboto', sans-serif !important;
	font-size:36px!important;
	line-height:1.25;
	padding:0 0 5px 0!important;
	margin:0 0 10px 0!important;
	color:#256a0a  !important;
	font-weight:700!important;
	position:relative;
}
h1 a {
	color: #333333;
	text-decoration: none;
}
h2 {
	font-family: 'Roboto', sans-serif !important;
	font-size:28px!important;
	line-height:1.25;
	padding:0 0 5px 0!important;
	margin:0 0 10px 0!important;
	color:#f26522  !important;
	font-weight:700!important;
	position:relative;
}
h3 {	
	font-size: 22px!important;
	text-decoration: none;
	font-weight:600!important;
	color: #256a0a!important;
	position:relative;
	padding:0!important;
	margin:0 0 15px 0!important;
}
.container2 h3 {	
	color: #fff;
}
h3 a {
	color: #333333;
	text-decoration: none;
	line-height: 25px;
}
h3  a:hover {
	text-decoration: underline;
}
h4 {	
	font-size: 18px!important;
	text-decoration: none;
	font-weight:600!important;
	color:#ef601c!important;
	position:relative;
	padding:0!important;
	margin:0 0 10px 0!important;
}
h5 {
	color: #333!important;
	font-size: 18px!important;
	line-height:36px!important;
	font-weight:600!important;
}
h6{
	font-style:italic;
	font-size:18px!important;
	line-height:34px!important;
	color:#666!important;
}
.container{	
	padding-top:70px;
	padding-bottom:70px;
	position:relative;
}
div p{
	text-align:justify;	
}
div p:last-child {
  margin: 0!important;
}
.text-center p{
	text-align:center!important;
}
.large-para p{
	font-size:18px !important;
	line-height:1.8 !important;
}
blockquote {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 6px 0 15px 0;
  padding: 30px;
  position: relative;
  background-color: rgba(0,0,0,.05);
  display: inline-block;
}
blockquote p{
	font-style: italic;
	border-left: solid 3px #ccc;
	padding-left: 15px;
}foo
::selection {
  background: #59b037;
  color: #fff;
}
@media screen and (max-width: 992px) {
h1 {
	font-size:26px!important;
	margin:0 0 15px 0!important;
}
h2 {
	font-size:26px!important;
	margin:0 0 15px 0!important;
}
h3 {	
	font-size: 20px!important;
	margin:0 0 10px 0!important;
}
h5 {
	font-size: 18px!important;
	line-height:32px!important;
}
h6{
	font-size:16px!important;
	line-height:30px!important;
}
.container{
	padding-top:30px;
	padding-bottom:30px;
}
.large-para p{
	font-size:16px !important;
	line-height:30px !important;
}
}
@media (min-width: 1600px) {
  .container {
    max-width: 1540px!important;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1340px!important;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1240px!important;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px!important;
  }
}
/*
@media (min-width: 480px) {
.container {
    max-width: 400px;
}
}
@media (min-width: 400px) {
.container {
    max-width: 350px;
}
}
@media (min-width: 350px) {
.container {
    max-width: 320px;
}
}*/
@media screen and (max-width: 480px) {
.container{
	padding-top:20px;
	padding-bottom:20px;
}
}
.container2{
	/*background-color:#f7fdfd;*/
	background-color:#f2f5f8;	
	position:relative;
}
.container3{	
	background-color:#eee;
	padding:10px 0;
}
@media screen and (max-width: 992px) {
.container2{
	position:relative;
	padding-top:0!important;
	padding-bottom:0!important;
}
.container3{	
	display:none;
}
}
@media screen and (max-width: 480px) {
.container3{	
	display:none;
}
h1 {
	font-size: 20px;
	text-decoration: none;

}
h1 a {
	text-decoration: none;
}
h2 {
	font-size:18px;
	padding:0 0 10px 0;
	margin:0 0 20px 0;
}

h3 {
	font-size: 20px;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
h3 a  {
	text-decoration: none;
	line-height: 25px;
}
h3  a:hover {
	text-decoration: underline;
}
.container2{
	padding:30px 0;
}
.container2 h2{	
	font-size:18px;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
}
.container3{	
	background-color:#eee;
	padding:10px 0;
}
}


.service-box{
	position:relative;
}

.s-box-data{
	height:auto;
	color:#111;
}
.s-box-col{
	background-color:#fff;
	width:100%;	
	margin:5px 0 15px 0;
	text-align:left;
	font-size:15px;
	line-height:25px;
	padding:0;
	border:solid 0 #fff;
	position:relative;
	border-radius:10px;
	box-shadow:0px 10px 12px -10px rgba(0,0,0,.3);
}
.s-box-col a{
	display:inline-block;
	font-weight:600;
	line-height:44px;
	border-radius:5px;
	background-color:#256a0a;
	color:#fff!important;
	text-decoration:none;
	padding:0px 20px;
	margin:0 auto 20px auto;
	text-transform:capitalize;
	border:solid 0px #256a0a;
	cursor:pointer;
	text-transform:uppercase;
	font-size:14px!important;
}
.s-box-col a:hover{
	background-color:#1e1e1e;
	color:#fff!important;
}
.s-box-col .sb-img{
	height:auto;
	width:100%;
	padding:0;
	text-align:center;	
	margin:0 auto 20px auto;
	overflow:hidden;
	border-radius:10px 10px 0 0;
}
.s-box-col .sb-img img{
	height:auto;
	width:100%;
	transition:all .5s ease
}
.s-box-col:hover .sb-img img{
	transform: scale(1.1);
}
.s-box-col h4{
	padding:0 10px!important;
	margin:0!important;
	text-align:center;
	font-weight:700!important;
	font-size:22px!important;
	height: 44px;
	color:#f26522!important;
	font-family: 'Roboto', sans-serif !important;
}
.s-box-col p{
	text-align:justify;
	padding:20px;
	color:#111!important;
}
@media screen and (max-width: 1250px) {
.service-box h4{
	font-size:15px!important;
}
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 992px) {
.service-box #fade-1{
	margin-top:2%!important;
}
.service-box #fade-2{
	margin-top:2%!important;
}
.service-box #fade-3{
	margin-top:2%!important;
}
.service-box #fade-4{
	margin-top:2%!important;
}
.service-box #fade-5{
	margin-top:2%!important;
}
}
@media screen and (max-width: 768px) {
.service-box{
	position:relative;
}
.service-box h4{
	margin:0 0 0 0 !important;
	font-size:16px!important;
	color:#ef601c!important;
	width:auto;
	height:auto;
	line-height:normal;
}
.service-box p{
	text-align:justify;

}
.s-box-row{
	width:100%;
	text-align:center;
}
.service-box .s-box-data{
	height:auto;
}
.service-box .s-box-col{
	float:none;
	display:inline-block;
	width:96%;	
	margin:2%;
	text-align:center;
	font-size:13px;
	line-height:24px;
	padding:25px;
	border:solid 1px #f1f1f1;
	position:relative;
	border-radius:5px;
	box-shadow:3px 3px 15px rgba(0,0,0,.1);
}
.service-box .s-box-col a{
	display:inline-block;
	font-weight:500;
	background-color:#fff;
	line-height:35px;
	color:#ef601c!important;
	text-decoration:none;
	padding:0px 20px;
	margin:20px auto 0 auto;
	text-transform:capitalize;
	border-radius:20px;
	border:solid 2px #ef601c;
	cursor:pointer;
	font-size:16px!important;
}
.service-box .s-box-col:hover h4{
	color:#f44300!important;
}
.service-box .s-box-col img{
	height:32px;
	width:auto;
	float:none;
	margin:0 0 10px 0;
}
}
@media screen and (max-width: 480px) {
}

.presence{
	text-align:center;
}
.presence img{
	height:80px;
	width:auto;
	margin:0 0 20px 0;
}
.presence h3{
	color:#111 !important;
}
.presence p{
	color:#666 !important;
}
@media screen and (max-width: 992px) {
.presence{
	margin:15px 0;
}
}


.h-ad{
	width:100%;
	overflow:hidden;
}
.h-ad-img{
    overflow: hidden;
	height:100%;
}
.h-ad-img img{
	width:100%;
	min-height:100%;
	height:100%;
    transition: 1s ease;
}
.h-ad-img img:hover{
    transform: scale(1.1);
}
.h-ad-content{
    height:100%;
}
.h-ad-content:hover .h-ad-img img{
    transform: scale(1.1);
}
.h-ad .overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	box-shadow:inset 0px 0px 100px rgba(0,0,0,0);
    background-color: rgba(255,255,255,.9);	
}
.h-ad-content .hac{
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align:center;
	width:100%;
	padding:0 8%;
	color:#111;
}
.h-ad-content .hac h3{
	color:#111!important;
	font-weight:700!important;
	font-size: 18px !important;
	text-transform:uppercase;
	margin:0 0 10px 0!important;
	padding:0!important;
}
.h-ad-content .hac h3:after{
	display:none;
}
.h-ad-content .hac a{
	display: inline-block;
	font-weight: 600;
	line-height: 44px;
	border-radius: 25px;
	background-color: #256a0a;
	color: #fff !important;
	text-decoration: none;
	padding: 0px 20px;
	margin: 15px auto 0 auto;
	text-transform: capitalize;
	border: solid 0px #256a0a;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 14px !important;
}
@media screen and (max-width : 992px) {
}
@media screen and (max-width : 580px) {
.h-ad-content .hac{
	padding:0 2%;
}
.h-ad-content .hac h3{
	font-size: 14px !important;
	margin:0 0 10px 0!important;
}
.h-ad-content .hac a{
	font-size: 12px;
	padding:0px 10px;
	margin:5px 0 0 0;
}
}

.hexagon {
  position: relative;
  width: 120px; 
  height: 50px;
  padding:5px 0;
  background-color: rgba(255,255,255,.8);
  margin: 10px 0;
}

.hexagon:before,
.hexagon:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
}

.hexagon:before {
	left:0;
  bottom: 100%;
  border-bottom: 40px solid rgba(255,255,255,.8);
}

.hexagon:after {
  top: 100%;
  left:0;
  width: 0;
  border-top: 40px solid rgba(255,255,255,.8);
}
.hexagon img {
	filter: grayscale(0%);
	height:40px;
}

.home-1{
	background: linear-gradient(180deg, #256a0a 0%, #5d9b1a 50%, #256a0a 100%);
	height:auto;
	width:100%;
	margin:0 auto;
	padding:20px 0 0 0;
	position:relative;
}
.home-1:before{
	position:absolute;
	left:0;
	top:-48px;
	content:'';
	width:100%;
	height:50px;
	background:url(../images/curve-1.svg) center bottom no-repeat;
	background-size:104%;
}
.home-1 .container{
	padding-top:0 !important;
}
.home-1 h2, .home-1 h6, .home-1-2 h2, .home-1-2 h6{
	color:#fff !important;
}
.home-1-2{
	background: linear-gradient(180deg, #256a0a 0%, #5d9b1a 50%, #256a0a 100%);
	height:auto;
	width:100%;
	margin:0 auto;
	padding:40px 0 0 0;
	position:relative;
}
.home-1-2:before{
	position:absolute;
	left:0;
	top:-48px;
	content:'';
	width:100%;
	height:50px;
	background:url(../images/curve-1.svg) center bottom no-repeat;
	background-size:100%;
}
.home-1-2 .container{
	padding-top:0 !important;
}
.home-1-2 .fas{
	position: absolute;
	top: -25px;
	font-size:82px;
	color:rgba(255,255,255,.8);
}
.home-1-2 .h-1-2-img{
	position:relative;
	border:solid 3px #fff;
	box-shadow:0px 10px 10px rgba(0,0,0,.3);
}
.home-1-2 .h-1-2-img .h-1-2-text{
	position:absolute;
	z-index:1;
	width:100%;
	padding:10px;
	left:0;
	bottom:0;
	background-color:rgba(255,255,255,.8);
}
.home-1-2 .h-1-2-img .h-1-2-text p{
	text-align:center !important;
}
.home-1-2 .h-1-2-img .h-1-2-text strong{
	font-weight:700;
	font-size:26px;
}
.home-2{
	background-image:url(../images/h2-right.jpg);
	background-size:cover;
	background-attachment:fixed;
	background-color:#ffd0cc;
	height:auto;
	width:100%;
	margin:0 auto;
	padding:0;
	position:relative;
}
.home-2 .h2-left h2{
	color:#fff!important;
}
.home-2 .h2-left{
	height:100%;
	color:#fff;
	background-color:rgba(37,106,10,.9);
	width:50%;
	padding:100px 160px 100px 100px;
}
.home-2 .h2-left h6{	
	color:#fff!important;
}
.home-2 .h2-left img{
	border: solid 10px rgba(255,255,255,.5);
}
.home-2 .h2-left hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
  border-top: 1px solid rgba(255,255,255,.3);
}
.home-2 .h2-left .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: transparent !important;
  background-clip: border-box;
  border: 0!important;
  border-radius: 0;
  margin-bottom:10px;
}
.home-2 .h2-left .card-header {
  padding: 0!important;
  margin-bottom: 0;
  background-color: transparent !important;
  border-bottom: 1px solid rgba(255, 255, 255, .3)!important;
}
.home-2 .h2-left .card-header i{
	float:right;
	color:#fff;
}
.home-2 .h2-left .card-header a{
	display:block;
	font-size:20px;
	padding:10px 0;
	font-weight:600;
	color:#fff!important;
}
.home-2 .h2-left .card-body {
	color:rgba(255,255,255,.8);
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 20px 0!important;
}
.home-2 .h2-left .card-body ul{
  margin:0 0 0 15px;
}
.home-2 .h2-left .card-body a{
  color:#fff!important;
}

.home-2 .h2-right{
	position:absolute;
	z-index:1;
	right:10%;
	top:10%;
	width:50%;
	height:80%;
	color:#333;
	background-color:rgba(255,255,255,.95);
	padding:60px;
}
@media screen and (max-width : 992px) {
.home-2{
	background-attachment: scroll;
	height:auto;
	position:relative;
	overflow:hidden!important;
}
.home-2:before, .home-2:after{
	display: table;
	content: " ";
	clear:both;
}
.home-2 .h2-left{
	height:auto;
	color:#fff;	
	width:100%;
	padding:30px;
}
.home-2 .h2-right{
	position:relative;
	z-index:auto;
	right:0;
	top:auto;
	width:100%;
	height:auto;
	color:#333;
	background-color:rgba(255,255,255,.5);
	padding:30px;
}
}
@media screen and (max-width : 768px) {
}
.home-3{
}

.counter{
	
}

.counter img{
	float:left;
	margin:0px 15px 0 0;
	width:auto;
	height:60px;
	line-height:60px;
	text-align:center;
}
.counter .counter-value{
	display:inline-block;
	font-size:34px;
	line-height:34px;
	font-weight:600;
	color:#fff;
}
.counter .plus{
	display:inline-block;
	font-size:34px;
	line-height:34px;
	font-weight:600;
	color:#fff;
}
.counter h5{
	font-size:16px!important;
	line-height:16px!important;
	margin:0 !important;
	color:rgba(255,255,255,.8)!important;
}
.counter.ft h5{
	color:#26c9c3!important;
}
.counter h5 br{
	display:none;
}



@media screen and (max-width : 768px) {
.counter .counter-value{
    float:left;
	display:inline-block;
	font-size:28px;
	font-weight:700!important;
	line-height:1;
}
.counter .plus{
    float:left;
	display:inline-block;
	font-size:28px;
	line-height:1;
	font-weight:700!important;
	margin:0 10px 0 0;
}
.counter h5{
	font-size:14px!important;
	line-height:16px!important;
	margin:0 !important;
	color:rgba(255,255,255,.8)!important;
}
.counter h5 br{
	display:block;
}
.counter img{
    display:none;
	float:left;
	margin:0px 5px 0 0;
	width:auto;
	height:45px;
	line-height:45px;
	text-align:center;
}
.counter .cnt-inner{
	padding:10px 0;
}
}

.inner-banner{
	height:auto;
	min-height:200px;
	width:100%;
	padding:0;
	margin:0 auto!important;
	position:relative;
	background-color: #eee;
}
.inner-banner img{
	width:100%;
	height:auto;
}
.inner-banner .container{
	padding-top:0;
	padding-bottom:0;
}
.inner-banner .bc{
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	padding:20px 0;
	background: linear-gradient(0deg, rgba(0,0,0,.5), rgba(0,0,0,0));
}
.inner-banner .container ul{
	margin-bottom:0!important;	
}
@media screen and (max-width: 992px) {
.inner-banner{
	height:auto;
	min-height:50px;
	width:100%;
	margin:0 auto!important;
	position:relative;
}
.inner-banner .container{
	padding-top:0;
	padding-bottom:0;
}
}
@media screen and (max-width: 768px) {
}




.team{
	padding:10px;
	border:solid 1px #eee;
	box-shadow:0px 10px 8px rgba(0,0,0,.1);
	margin:25px 0;
	border-radius:5px;
	text-align:left;
	background-color:#fff;
	font-size:13px;
	line-height:26px;
}
.team img{
	width:100%;
	height:auto;
	margin:0 0 20px 0;
}
.team h3{
	color:#256a0a!important;	
	font-size:16px!important;
	margin:0!important;
	padding:0!important;	
}
.team h5{
	font-size:14px!important;
	color:#f44300!important;
	margin:0!important;
	padding:0!important;	
}
.team hr {
    margin-top: 10px;
    margin-bottom: 10px;
}
.team .t-cont{
	padding:0px;
	text-align:center;
}
.team h6{
	font-size:14px!important;
	color:#333;
}
.team p{
	text-align:justify!important;
}
.team a.li{
	background-color:#006a9a;
	display:inline-block;
	color:#fff!important;
	border-radius:3px;
	line-height:30px;
	padding:0 10px 0 0;
	box-shadow:inset 0px -3px 0px rgba(0,0,0,.3);
}
.team a.li i{
	width:35px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:18px;
	border-right:solid 1px rgba(0,0,0,0);
	margin-right:5px;
	background-color:rgba(0,0,0,.3);
}
.team ul.social{
	margin:0!important;
	padding:0!important;
	width:100%;
	display:block;
}
.team ul.social:before, .team ul.social:after{
	display: table;
	content: "";
}
.team ul.social:after{	
	clear: both;
}
.team .social li{
	float:left;
	list-style:none;
	margin:0 !important;
	padding:0!important;
	border:0;
}
.team .social li a{
	padding:0;
	margin:0;
	text-align:center;
	display:block;	
	color:#666;
}
.team .social a i{
	color:#666;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:18px;
	border-radius:100%;
	box-shadow:inset 0px 0px 0 3px rgba(255,255,255,.5);
}


.testimonial{
	margin:0 0 30px 0;
}
.testimonial img{
	width:100px;
}
.testimonial .t-con{
	padding:25px;
	background-color:#fff;
	border:solid 1px #eee;
	position:relative;
	margin:0 0 35px 0;
	color:#333;
	font-style:italic;
	border-radius:10px;
	box-shadow:5px 15px 20px rgba(0,0,0,.1);
}
.testimonial .t-con .t-arrow{
	width:34px;
	height:34px;
	background-color: #fff;
	position:absolute;
	z-index:10;
	bottom:-17px;
	left:40px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari */
}
.testimonial h4{
	color:#f44300;
	font-weight:400!important;
}

.contact-box{
	display:block;
	margin:40px 0;
}
.contact-box h4{
	color:#256a0a!important;
	padding:5px 0 0 0!important;
}
.contact-box h6{
	font-style:normal;
	line-height:normal!important;
}
.contact-box h6 a{
	color:#666!important;
}
.contact-box h6 strong{
	color:#ef601c!important;
}
.shape1{
	background-color:#ef601c;
	width:94px;
	height:94px;
	line-height:94px;
	display:block;
	border:0;
	border-radius:100%;
	margin:0 20px 0 0;
	text-align:center;
	color:#fff;
	float:left;
}
.shape1 i{
	font-size:46px;
	line-height:94px;
	color:#fff;
}
.shape2{
	display:inline-block;
	width:70px;
	height:70px;
	line-height:70px;
	border:solid;
	border:solid 2px #fff;
	box-shadow:0px 5px 8px rgba(0,0,0,.1);
	border-radius:100%;
	margin:-50px 0 20px 0!important;
	text-align:center;
	color:#666;
	background: -webkit-linear-gradient(0deg, #2b5a89, #2da585);
	background: linear-gradient(0deg, #2b5a89, #2da585);
}
.shape2 i{
	font-size:26px;
	line-height:66px;
	color:#fff;
	
}
.contact-form{
	position:relative;
	width:85%;
	margin-right:15%;
	background-color:#fff!important;
	margin-top:0;
	height:auto;
	padding:30px;
	box-shadow:0px 0px 10px rgba(0,0,0,.1);
	border-radius:10px;
}
.contact-form form{
	position:absolute;
	z-index:1;
	top:50px;
	right:-15%;
	background-color: #256a0a;
	width:40%;
	padding:30px;
	border-radius:10px;
}
.contact-form form h2{
	color:#fff!important;
}
.contact-form form h4{
	font-size:120%!important;
	color:#fff!important;
	margin-bottom:20px!important;
}
.map-box{
	padding:0;
	border-top:solid 10px #eee;
}
.map-box p{
	text-align:center;
}
.app-box{
	background-color:#fff;
	padding:30px;
	border-radius:10px;
	box-shadow:0px 5px 25px rgba(0,0,0,.1);
	margin:-150px 0 0 0;
}
.app-box h1{
	text-transform:uppercase;
	color:#256a0a !important;
}
@media screen and (max-width: 992px) {
.app-box{
	background-color:#fff;
	padding:30px;
	border-radius:10px;
	box-shadow:0px 5px 25px rgba(0,0,0,.1);
	margin:-40px 0 0 0;
}
.contact-form{
	position:relative;
	width:100%;
	margin-right:0;
	background-color:#fff!important;
	margin-top:0;
	height:auto;
	padding:0;
	box-shadow:0px 0px 10px rgba(0,0,0,0);
	border-radius:10px;
}
.contact-form form{
	position:relative;
	z-index:auto;
	top:auto;
	right:auto;
	background-color:rgba(0,46,91,1);
	width:100%;
	padding:30px;
	border-radius:10px;
}
.contact-form form h2{
	color:#fff!important;
}
}
@media screen and (max-width: 480px) {
.contact-box{
	display:block;
	margin:40px 0;
}
.contact-box h3{
	padding:10px 0 0 0!important;
}
.contact-box h6{
	font-style:normal;
}
.contact-box h6 a{
	color:#666!important;
}
.contact-box h6 strong{
	color:#ef601c!important;
}
.shape1{
	width:60px;
	height:60px;
	line-height:60px;
	display:block;
	border:solid;
	border:solid 0px #ccc;
	border-radius:100%;
	margin:10px 10px 10px 0;
	text-align:center;
	color:#666;
	float:left;
}
.shape1 i{
	font-size:36px;
	line-height:60px;
}
.contact-box h6{
	line-height:normal!important;
	font-style:normal;
}
.contact-box h6 a{
	color:#666!important;
}
.contact-box h6 strong{
	color:#ef601c!important;
	display:block;
}
}
.img-one{	
	position:relative;
	width:100%;
	height:auto;
}
.img-one img{
	width:100%;
	height:auto;
	padding: 5px;
	border-radius:100%;
	border-top:solid 5px #f26522;
	border-right:solid 5px #f26522;
}
.img-one .title-one{
	color:#FFF;
	font-weight:600;
	position:absolute;
	top:10px;
	right:10px;
	width:140px;
	height:140px;
	border-radius:100%;
	padding:5px;
	background-color:#f26522;
	text-align:center;
	box-shadow: -5px 5px rgba(255,255,255,.5);
}
.img-one .title-one strong{
	font-weight:600;
	font-size:52px;
	line-height:1;
	display:block;
	margin:0 auto;
	clear:both;
	font-family: 'Roboto', sans-serif !important;
}
.img-one .title-one img{
	width: 100%;
	height: auto;
	border: 0;
	background-color: #fff;
}

.img-two{
	float:right;
	margin:0 0 15px 2%;
	position:relative;
	width:48%;
	height:auto;

}
.img-two img{
	width:100%;
	height:auto;
	border-radius:100%;
	border-left:solid 5px #ef601c;
	border-bottom:solid 5px #ef601c;
}
.img-two .title-two{
	color:#FFF;
	font-weight:600;
	position:absolute;
	top:0;
	right:0;
	width:180px;
	height:180px;
	border-radius:100%;
	padding:15px;
	background-color:#256a0a;
	text-align:center;
	box-shadow: -5px 5px rgba(255,255,255,.5);
}
.img-two .title-two strong{
	font-weight:600;
	font-size:52px;
	line-height:1;
	display:block;
	margin:0 auto;
	clear:both;
	font-family: 'Roboto', sans-serif !important;
}

.img-three{
	float:left;
	margin:0 2% 15px 0;
	position:relative;
	width:48%;
	height:auto;
}
.img-three img{
	width:100%;
	height:auto;
	border-radius:100%;
	border-left:solid 5px #ef601c;
	border-bottom:solid 5px #ef601c;
}
.img-three .title-three{
	color:#FFF;
	font-weight:600;
	position:absolute;
	top:0;
	right:0;
	width:180px;
	height:180px;
	border-radius:100%;
	padding:15px;
	background-color:#256a0a;
	text-align:center;
	box-shadow: -5px 5px rgba(255,255,255,.5);
}
.img-three .title-three strong{
	font-weight:600;
	font-size:52px;
	line-height:1;
	display:block;
	margin:0 auto;
	clear:both;
	font-family: 'Roboto', sans-serif !important;
}
.img-four{
	float:right;
	margin:0 0 15px 2%;
	position:relative;
	width:auto;
	max-width:48%;
	height:auto;
}
.img-four img{
	width:100%;
	padding: 3px;
	height:auto;
	border-radius:20px;
	border: solid 5px #ef601c;
	border-right:solid 5px #256a0a;
	border-bottom:solid 5px #256a0a;	
	box-shadow: 0px 15px 25px -5px rgba(0,0,0,.15);
}
.img-four .title-four{
	color:#FFF;
	font-weight:600;
	position:absolute;
	top:0;
	right:0;
	width:180px;
	height:180px;
	border-radius:100%;
	padding:15px;
	background-color:#256a0a;
	text-align:center;
	box-shadow: -5px 5px rgba(255,255,255,.5);
}
.img-four .title-four strong{
	font-weight:600;
	font-size:52px;
	line-height:1;
	display:block;
	margin:0 auto;
	clear:both;
	font-family: 'Roboto', sans-serif !important;
}

@media screen and (max-width: 992px) {
.img-one .title-one{
	width:120px;
	height:120px;
	line-height:1.3;
	font-size:13px;
}
.img-one .title-one strong{
	font-weight:600;
	font-size:32px;
	line-height:1;
}
}

.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden;  border:solid 10px #f9f9f9; margin:15px 0; box-shadow:0px 10px 10px -5px rgba(0,0,0,.2); }

.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

a.anchor {
    display: block;
    position: relative;
    top: -70px;
    visibility: hidden;
}

.btn1{
	background-color:#256a0a;
	display:inline-block;
	border:0;
	color:#fff!important;
	padding:0 25px;
	line-height:44px;
	border-radius:22px;
	text-transform:uppercase;
	font-size:14px;
	font-weight:600;
	cursor:pointer;
}
.btn1:hover{
	background-color:#111!important;
	color:#fff!important;
}
.btn1.full{
	display:block;
	width:100%;
}
.btn2{
	background-color:transparent;
	display:inline-block;
	width:auto;
	padding:0px 30px;
	border: solid 2px #fff;
	line-height:44px;
	margin:3px 0;
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
	cursor:pointer;
	color:#fff!important;
	border-radius:22px;
}
.btn2:hover{
	color:#fff!important;
	border: solid 2px #000;
	background-color:#000;
}
.btn2.full{
	display:block;
	width:100%;
}
.btn3{
	display: inline-block;
font-weight: 600;
line-height: 44px;
border-radius: 25px;
background-color: #ef601c;
color: #fff !important;
text-decoration: none;
padding: 0px 20px;
margin: 20px auto 0 auto;
text-transform: capitalize;
border: solid 0px #ef601c;
cursor: pointer;
text-transform: uppercase;
font-size: 14px !important;
}
.btn3:hover{
	color:#fff!important;
	background-color:#f95a1e;
}
.btn4{
	display:inline-block;
	font-weight:700;
	background-color:#f44300;
	line-height:35px;
	color:#fff!important;
	text-decoration:none;
	padding:0px 20px;
	margin:0!important;
	text-transform:capitalize;
	border-radius:20px;
	border:solid 2px #f44300;
	cursor:pointer;
	font-size:14px!important;
}
.btn4:hover{
	color:#fff!important;
	border:solid 2px #f44300;	
}
.blogs{
	width:100%;
	background-color:#fff;
	padding:25px;
	box-shadow:0px 5px 15px rgba(0,0,0,.1);
	margin:0 0 30px 0;
	font-size:15px;
	line-height:28px;
	font-weight:400;
}
.blogs .b-thumb{
	width:100%;
	height:135px;
	overflow:hidden;
	margin:0 0 20px 0;
}
.blogs .b-thumb img{
	width:100%;
	height:auto;
	min-height:135px;
	margin:0;
}
.blogs h1, .blogs h2{
	font-size:24px;
}
.blogs h2{
	color:#ef601c!important;
	font-size:24px!important;
}
.blogs .bt-cont{
	height:210px;
	text-align:justify;
}
.blogs h4{
	text-align:left!important;
}
.blogs h4 a{
	color:#256a0a!important;
}
.blogs h4 a:hover{
	color:inherit!important;
}

.blogs .btn3{
	margin:15px 0 0 0;
}
.blogs .social a{
}
.blogs .social a img{
	width:auto;
	height:auto;
}
.blogs .blog-img{
	width:100%;
	height:auto;
	text-align:center;
	margin:20px 0;
}
.blogs .blog-img img{
	width:100%;
	height:auto;
}
.blogs .img-tag{
	text-align:center;
	font-style:italic;
	color:#999;
	margin:0 0 20px 0;
}
.blogs .blog-more-details{
}
.blogs .blog-more-details span{
    margin:0 10px 0 0;
    color:#666;
}
.blogs .blog-more-details span i{
    color:#256a0a;
    margin:0 5px 0 0;
}
.blogs .blog-more-details span a{
    color:#666;
}
.blogs .blog-more-details .tags{
}
.blogs .blog-more-details .tags strong{
    background-color:#eee;
    border-radius:5px;
    padding:5px 7px;
    display:inline-block;
    font-size:12px;
    font-weight:400;
    line-height:16px;
    margin:0 8px 8px 0;
}
.blogs ul.blog-list{
	list-style:none;
}
.blogs ul.blog-list li{	
	border-top:solid 1px #ccc;
	padding:15px 0;
}
.blogs ul.blog-list li h5{
	line-height:normal!important;
	font-size:16px!important;
}
.blogs ul.blog-list li .btn3{
	display:inline-block;
	font-weight:700;
	background-color:#fff;
	line-height:30px;
	color:#256a0a!important;
	text-decoration:none;
	padding:0px 15px;
	margin:5px 0 0 0;
	text-transform:capitalize;
	border-radius:15px;
	border:solid 2px #256a0a;
	cursor:pointer;
	font-size:13px!important;
}
@media screen and (max-width: 480px) {
.blogs .b-thumb{
	float:none;
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 0 20px 0;
	text-align:center;
}
.blogs .b-thumb img{
	width:auto;
	max-width:100%;
	height:auto;
	margin:0;
}
}

.dynamic{
}
.dynamic ul{
	margin:0 0 18px 15px !important;
	list-style:inherit;
}
.dynamic ul li{
	margin-bottom:10px;
}
.dynamic ul li ul{
    margin:0 0 10px 18px;
}
.dynamic ul li ul li{
	list-style-type: circle;
	padding:0;
	text-indent:0px;
	font-size:14px;
	border-left:solid 0px #FF6600;
	margin:0 0 5px 0;
	text-align:left;
}
.dynamic ul li ul li:before {
    font-family: FontAwesome;
    top:0;
	margin:0;
    content: "";
	color: #006699;
	font-size:18px;
}



.dynamic ol{
	margin:0 0 30px 20px;
}
.dynamic ol li{
	margin: 0 0 10px 0;
	text-align:justify;
}
.dynamic table{
	width:100%;
}
.dynamic table th{
	background-color:#f9f9f9;
}
.dynamic table th, .dynamic table td{
	border:solid 1px #eee;
	padding:5px;
}





::-webkit-input-placeholder { /* Chrome */
  color: #666;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #666;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #666;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #666;
  opacity: 1;
}
.footer2 ::-webkit-input-placeholder { /* Chrome */
  color: #fff;
  opacity: .8;
}
.footer2 :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: .8;
}
.footer2 ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: .8;
}
.footer2 :-moz-placeholder { /* Firefox 4 - 18 */
  color: #fff;
  opacity: .8;
}

input[type="text"], input[type="tel"], input[type="number"],input[type="email"],input[type="password"] {
	font-size: 15px;
	border:solid 1px rgba(0,0,0,.3);
	color: #111;
	padding: 0 10px 0 40px!important;
	width: 100%!important;
	text-decoration: none;
	height: 46px;
	margin:0 0 10px 0!important;
	background-color:rgba(255,255,255,1);
	line-height:1!important;
	border-radius: 4px;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus { 
}


.custom-file{
	margin:0 0 10px 0!important;
}
select {
	font-size: 15px;
	border:solid 1px rgba(0,0,0,.3);
	color: #111;
	padding: 0 10px 0 40px!important;
	width: 100%!important;
	text-decoration: none;
	height: 46px;
	margin:0 0 10px 0!important;
	background-color:rgba(255,255,255,1);
	line-height:1!important;
	border-radius:4px;
}
select option {	
	color: #666;
	padding-top:10px!important;
	padding-bottom:10px!important;
	line-height:80px!important;
}
select option:disabled {
    color: #256a0a;
    font-weight: bold;
	text-decoration:line-through;
    }

.footer2 input[type="text"], .footer2 input[type="email"], .footer2 input[type="tel"] {
	border:solid 1px rgba(255,255,255,.8);
	border-radius:22px;
	padding:0 15px!important;
	color: #fff;
	background-color:rgba(255,255,255,0);
	box-shadow:inset 0px 0px 0px rgba(0,0,0,0) !important;
}


textarea {
	font-size: 14px;
	border: 0px;
	border:solid 1px rgba(0,0,0,.3);
	color: #666;
	padding: 10px 10px 0 40px!important;
	width: 100%!important;
	text-decoration: none;
	height: 60px;
	margin:0 0 10px 0!important;
	background-color:rgba(255,255,255,1);
	line-height:1!important;
	border-radius: 4px;
}
.fi{
	position:absolute;
	color:#006699;
	left:30px;
	top:15px;
	font-size:20px;
}
.f-user:before {
    content: "\f007";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #256a0a;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.f-map:before {
    content: "\f3c5";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: bold;
    text-decoration: inherit;
    color: #256a0a;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.f-email:before {
    content: "\f2b6";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #256a0a;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.f-message:before {
    content: "\f044";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #256a0a;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    top: 5px;
    left: 20px;
}
.f-mobile:before {
    content: "\f3cd";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: 600;
    text-decoration: inherit;
    color: #256a0a;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.f-company:before {
    content: "\f0b1";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: 700;
    text-decoration: inherit;
    color: #4f328c;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 15px;
    left: 20px;
}
.f-calendar:before {
    content: "\f073";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
   color: #256a0a;
    font-size: 15px;
	width:28px;
	text-align:center;
    position: absolute;
	z-index:10;
    bottom: 18px;
    left: 20px;
}
.f-clock:before {
    content: "\f017";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #256a0a;
    font-size: 15px;
	width:28px;
	text-align:center;
    position: absolute;
	z-index:10;
    bottom: 18px;
    left: 20px;
}
.f-pass:before {
    content: "\f084";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #4f328c;
    font-size: 15px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 18px;
    left: 20px;
}
.f-plane:before {
    content: "\f1d8";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #4f328c;
    font-size: 15px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 18px;
    left: 20px;
}
.f-web:before {
    content: "\f0ac";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #4f328c;
    font-size: 15px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 18px;
    left: 20px;
}
.f-tel:before {
    content: "\f2a0";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #256a0a;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.f-car:before {
    content: "\f4df";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: 700!important;
    text-decoration: inherit;
    color: #4f328c;
    font-size: 15px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 18px;
    left: 20px;
}
.f-card:before {
    content: "\f283";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #4f328c;
    font-size: 15px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 18px;
    left: 20px;
}
.f-cate:before {
    content: "\f036";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #256a0a;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.f-id:before {
    content: "\f2c2";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #4f328c;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 15px;
    left: 20px;
}
.f-image:before {
    content: "\f1c5";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #256a0a;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.f-otp:before {
    content: "\f0e5";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #4f328c;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 15px;
    left: 20px;
}
.icon-fb{
}

.btn-file {
	position: relative;
	overflow: hidden;
	text-decoration: none;
	line-height: 45px;
	height: 45px;
	background-color: #FFF;
	cursor: pointer;
	color: #666;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #EEE;
}
.btn-file:hover {	
	background-color:#f9f9f9;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
.captcha {
	border: 1px solid #ddd;
	float: left;
	line-height:30px;
	padding:0px 5px 0px 2px;
	margin-top:5px;
}
.captcha a{
	color: #3378D9;
	text-decoration:none;
}
.captcha img{
	float:left;
	margin:0 3px 0 0;
	padding:0!important;
	border:0!important;
	box-shadow: 0px 0px 0px #fff!important;
}



.f-fix{
	display:none;
	position:fixed;
	width:100%;
	z-index:100;
	left:0;
	bottom:0;
	background-color:#fff;
	line-height:normal;
	height:auto;
	padding:5px 0 10px 0;
	box-shadow:0px 0px 15px rgba(0,0,0,.3);
}
.f-fix a{
	display:table-cell;
	text-align:center;
	font-weight:600;
	font-size:12px;
	color:#333;
	width:33.33%;
}
.f-fix a i{
	display:block;
	margin:0 auto 3px auto;
	clear:both;
	font-size:26px;
	color: #ef601c;
}
.f-fix a i.fa-whatsapp{
	font-size:30px;
	color: #48a91f;
}


.f-fix a.f-l{
	background-color:#004274;
}
@media screen and (max-width: 992px) {
.f-fix{
	display:table;
}
}


.footer4 {
	padding:10px 0;
}
.footer4 h5 {
	margin:0 0 1rem 0 !important;
}
.footer4 ul.awards{
	list-style:none;
	display:block;
}
.footer4 ul.awards li{
	display:inline-block;
	margin:0 2rem 0 0;
}
.footer4 ul.awards li img{
	height:68px;
	width:auto;
}

.social{
	text-align:left;
	margin:1rem 0 0 0;
}
.social ul{
	text-align:left;
	display:table!important;
	clear:both;
	width:100%!important;
}
.social ul li{
	list-style:none;
	float:left;
	margin:0 3px!important;
	border:0;
	padding:0!important;
}
.social ul li a i{
	width:45px;
	height:45px;
	font-size:.9rem;
	line-height:41px;
	text-align:center;
	border-radius:50%;
	background-color:rgba(255,255,255,1);
	border:solid 2px #fff;
	color: #111;
}
.footer3 {
	background: linear-gradient(120deg, #256a0a 0%, #5d9b1a 40%, #256a0a 100%);
	color:#fff;
	padding:40px 0;
	box-shadow:0px -1rem 1rem rgba(0,0,0,.1);
	font-size:16px;
}
.footer3 a{
	text-align:left;
	color:#fff;
	font-size:16px;
	font-weight:600;
	line-height:25px;
}
.footer3 i{
	float:left;
	color:#256a0a;
	font-size:1.3rem;
	background-color:#fff;
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	border-radius:100%;
	margin: 0 10px 0 0;
}
.footer3 a strong{
	font-size:16px;
	font-weight:600;
	color:#333;
	line-height:25px;
}
@media screen and (max-width: 768px) {
.footer3 .col-lg-4{
	margin:10px 0 !important;
}
}
.footer2 {
	background-color: #04080d;
	padding:0;
	color:rgba(255,255,255,.8);
}
.footer2 .container {
	padding-top:0;
	padding-bottom:0;
}
.footer2 .row .col-lg-3, .footer2 .row .col-lg-2, .footer2 .row .col-lg-4 {
	padding-top:40px;
	padding-bottom:40px;
	border-right:solid 1px rgba(255,255,255,.1);
}
.footer2 .row .col-lg-3:last-child {
	border-right:solid 0px rgba(255,255,255,0);
}
.footer2 h4{
	font-weight: 600 !important;
	margin:0 0 25px 0!important;
	font-size: 20px !important;
	color: #fff !important;
	text-transform:uppercase;
	
}
.footer2 h4 i{
	width:25px;
}
.footer2 h6{
	font-size:13px!important;
	line-height:normal!important;
	color:rgba(255,255,255,.9)!important;
	margin:25px 0 0 0!important;
	text-align:justify;
}
.footer2 p{
	text-align:left;
}
.footer2 ul{
	margin:0 0 0 0;
	width:100%;
	display:block;
}
.footer2 ul li{
	font-size:14px;
	font-weight:500;
	list-style:none;
	line-height:normal;
	padding:8px 0;
	position:relative;
	color:rgba(255,255,255,.8);
}
.footer2 ul li strong{
	width:100%;
	display:block;
	clear:both;
	text-transform:uppercase;
	color:rgba(255,255,255,1);
}
.footer2 ul li i{
	font-size:20px;
	margin:0 10px 0 0;
}
.footer2 ul.f-contact li i{
	float: left;
	padding: 0;
	font-size:20px;
	margin:0 10px 0 0;
}
.footer2 ul li a{
	color: rgba(255,255,255,.8) !important;
}
.footer2 ul li a:hover{
	color: rgba(255,255,255,1)!important;
}
.footer2 ul.f-inline {
	text-decoration: none;
}
.footer2 ul.f-inline li {
	display:inline-block;
	margin-right:20px;
}
.footer2 ul.f-inline li a {
	padding:3px 6px;
	display:block;
	background-color:#ef601c;
	border-radius:10px;
	color:#fff !important;
}

.footer2 .f-logo{
	width:auto;
	height:auto;
	max-width:90%;
}
@media screen and (max-width: 992px) {
.footer2 .row .col-lg-3, .footer2 .row .col-lg-2, .footer2 .row .col-lg-4 {
	padding-top:15px;
	padding-bottom:15px;
	border-right:solid 1px rgba(255,255,255,.0);
}
.footer2 .row .col-lg-3:last-child {
	border-right:solid 0px rgba(255,255,255,0);
}
.footer2 ul.res-inline {
	text-decoration: none;
}
.footer2 ul.res-inline li {
	display:inline-block;
	margin-right:20px;
}
}
.f-box{
	margin:25px 0 0 0;
}
footer{
	background-color:#02060a;
	padding: 10px 0;
	position: relative;
	color: rgba(255,255,255,.8);
	font-size:13px;
	text-align:center;
	margin:0;
}

footer a{	
	color: #1e306e;
	text-decoration:none;
}
.footer2 .container{

}
.footer3 .container, .footer4 .container, footer .container{
	padding-top:0;
	padding-bottom:0;
}
@media screen and (max-width: 992px) {
footer{
	padding: 10px 0 70px 0;
}
}

ul.breadcrumb {
    padding: 0;
    list-style: none;
    background-color: rgba(255,255,255,0);
	color:#fff;
}
ul.breadcrumb li {
    display: inline;
    font-size: 13px;
	color:#fff;
}
ul.breadcrumb li+li:before {
    padding: 8px;
    color: #ccc;
    content: "/\00a0";
}
ul.breadcrumb li a {
    color: #efcf26;
    text-decoration: none;
}
ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}	



.modal{
	background-color:rgba(0,0,0,.5);
}
.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner img {
  width:100%;
  height:auto;
}

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: 2s;
 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}

.slider{
	position:relative;
	height:auto;
	overflow:hidden;
}
#demo .carousel-control-prev, #demo .carousel-control-next {
  position: absolute;
  z-index:9;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height:50px;
  color: #f44300;
  text-align: center;
  opacity: 0;
  font-weight:100 !important;
  font-size:18px;
  background-color:rgba(255,255,255,.75);
}
#demo:hover .carousel-control-prev, #demo:hover .carousel-control-next {
	opacity: 1;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}
}

#demo .carousel-control-prev:hover, #demo .carousel-control-prev:focus,
#demo .carousel-control-next:hover,
#demo .carousel-control-next:focus {
  color: #f44300;
  text-decoration: none;
  outline: 0;
  opacity: 1;
}

#demo .carousel-control-prev {
	left:0;
}
#demo .carousel-control-next {
  right: 0;
}
#demo .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
  display:none;
}
#demo .carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
  font-weight:500;
}
#demo .carousel-caption {
	position: absolute;
	right: 0;
	bottom:30%;
	left: 0;
	z-index: 10;	
	font-size:18px;
	line-height:1.8;
	color:#000;
	text-align: left;
	padding:0;
	font-weight:400;
	text-shadow: 1px 1px 3px rgba(0,0,0,.5);
}
#demo .carousel-caption h4{	
	position: absolute;
	display: inline-block;
	font-size:31px!important;
	letter-spacing: 0px;
	margin:0 0 10px 0!important;
	padding: 10px!important;
	color:#FFF!important;
	font-weight:700!important;
	text-transform:uppercase!important;
	background-color: rgba(239,96,28,.8);
	border-radius: 5px;
	animation-name: example;
    animation-duration: 2s;  
    animation-fill-mode: forwards;
}
@keyframes example {
   from {top: -300px;}
   to {top: -100px;}
}

#demo .carousel-caption h5{	
	display: inline-block;
	color:#fff !important;
	font-size:20px!important;
	font-weight:300!important;
	background-color: rgba(37,106,10,.8);
	padding: 10px;
	border-radius: 5px;
	animation-name: example2;
    animation-duration: 3s;  
    animation-fill-mode: forwards;
	position: absolute;
}
@keyframes example2 {
   from {bottom: -200px;}
   to {bottom: -30px;}
}

#demo .carousel-caption p{
	text-align:left;
}
#demo .carousel-caption img{
	width:auto;
	max-width:100%;
	height:auto;
	max-height:400px;
}
#demo .carousel-caption a{
	display:inline-block;
	color:#fff!important;
	background-color:#256a0a;
	padding:0 20px;
	line-height:44px;
	border-radius:22px;
	text-transform:uppercase;
	font-size:14px;
	font-weight:600;
	border:solid 0px #fff;
	margin-top:25px;
}
#demo .carousel-caption a:hover{
	color:#fff!important;
	background-color:#111111;
}

@media screen and (max-width: 1120px) {
.slider{
	height:auto;
	overflow:hidden;
}
}


@media screen and (max-width: 1024px) {
.slider{
	height:auto;
	overflow:hidden;
}
#demo .carousel-control-prev, #demo .carousel-control-next {
  position: absolute;
  z-index:9;
  top: auto;
  bottom:50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height:30px;
  color: #f44300;
  text-align: center;
  opacity: 1;
  font-size:12px;
  background-color:rgba(255,255,255,.75);
}

#demo .carousel-control-prev:hover, #demo .carousel-control-prev:focus,
#demo .carousel-control-next:hover,
#demo .carousel-control-next:focus {
  color: #f44300;
  text-decoration: none;
  outline: 0;
  opacity: 1;
}

#demo .carousel-control-prev {
	left:auto;
	right: 50px;
}
#demo .carousel-control-next {
  right: 15px;
}
#demo .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
  display:none;
}
#demo .carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}
#demo .carousel-caption {
	position: absolute;
	right: 0;
	bottom:7%;
	left: 0;
	z-index: 10;	
	font-size:18px;
	line-height:1.8;
	color:#000;
	text-align: left;
	padding:0;
	font-weight:400;
}
#demo .carousel-caption h4{
	font-size:14px!important;
	margin:0 0 0px 0!important;
	color:#000!important;
	font-weight:700!important;
	text-transform:uppercase!important;
}
#demo .carousel-caption h5{
	color:rgba(0,0,0,.8)!important;
	font-size:11px!important;
	font-weight:300!important;
	text-transform:uppercase!important;
}
#demo .carousel-caption a{
	display:none;
}
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 580px) {
}
@media screen and (max-width: 480px) {
}

#demo2{
	position:relative;
	padding-bottom:0px!important;
}

#demo2 .carousel-indicators {
  bottom: 40px;
  display:none;
}
#demo2 .update{
	position:relative;
	margin:0;
	font-size:15px;
	line-height:30px;
	text-align:justify;
	padding-bottom:10px;
	border-bottom:solid 0px #ccc;
}
#demo2 .update h4{
	font-style:normal;
	text-transform:uppercase;
	margin:15px 0 0 0;
}
#demo2 .update p{
	line-height:30px;
}
#demo2 .update p strong{	
	line-height:normal;
	color:#ef601c;
}
#demo2 .update .upd-img{
	float:left;
	margin:0 10px 0 0;
	height:auto;
	width:40%;
	overflow:hidden;
}
#demo2 .update .upd-img img{
	width:100%!important;
	min-height:150px!important;
	height:auto!important;
}
#demo2 .update a{
	color:#f44300!important;
	font-weight:700;
}
#demo2 .carousel-control-prev, #demo2 .carousel-control-next {
  position: absolute;
  z-index:11;
  top:auto;
  bottom: 0px!important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height:50px;
  color: #f44300;
  text-align: center;
  opacity: 1;
  font-size:18px;
  background-color:rgba(0,0,0,0);
  border:solid 1px #ccc;
}
#demo2 .carousel-control-prev:hover, #demo3 .carousel-control-prev:focus,
#demo2 .carousel-control-next:hover,
#demo2 .carousel-control-next:focus {
  color: #f44300;
  text-decoration: none;
  outline: 0;
  opacity: 1;
}
#demo2 .carousel-control-prev {
  left: 0px;
}
#demo2 .carousel-control-next {
  left: 55px;
}
@media screen and (max-width: 600px) {

#demo2 .update .upd-img img{
	width:auto!important;
	max-width:100%;
	height:150px!important;
}
}




#demo3 .carousel-indicators {
  bottom: 0px;
  display:none;
}
.review-home{
	border:solid 0px #fff;
	padding:30px 0 0 0;
	position:relative;
	margin:1rem 0;
	text-align:left;
	color:#fff;
	font-size: 22px;	
	font-style:italic!important;	
	font-family: 'Open Sans', sans-serif !important;
	line-height: 1.5;
	text-align: justify;
}
.review-home h4{
	font-size:20px !important;
	font-weight:600!important;
	color:#fff !important;
	margin:0 0 0 0!important;
	padding: 20px 0 0 0!important;
	font-style:normal;
}
.review-home h5{
	font-size:20px !important;
	font-weight:500!important;
	font-style: italic;
	color:#fff !important;
	margin:0 0 0 0;
}
.review-home h6{
	font-style:italic!important;
	font-size:22px!important;
	font-family: 'Open Sans', sans-serif !important;
	font-weight:500!important;
	line-height: 1.5;
	color:#fff !important;
	text-align: justify;
}
.review-home img{
	float:left;
	margin:0 10px 0 0;
	height:100px;
	width:auto!important;
	border-radius:10px;
	border: solid 5px rgba(0,0,0,.3);
}

.review{
	border:solid 0px #d2edf8;
	box-shadow: 0 .3rem 1rem -.3rem rgba(0,0,0,.1);
	padding:30px;
	position:relative;
	margin:20px 0;
	text-align:justify;
	border-radius:10px;
	background-color:#fff;
	color:#111;
}
.quote{
	position:absolute;
	text-align:center;
	border-radius:100%;
	z-index:1;
	line-height:55px;
	right:50px;
	top:-30px;
	color:#256a0a ;
	font-size:45px;
	padding:10px;
}
.review p{
}
.review h4{
	color:#ef601c  !important;
	font-style:normal;
	font-size:1.5rem!important;
	margin:1rem 0 0 0!important;
	padding:0!important;
}
.review p strong{	
	line-height:normal;
	color:#256a0a;
	font-style:normal;
}
.review img{
	float:left;
	margin:0 10px 0 0;
	height:60px;
	width:auto;
	border-radius:10px;
}
@media screen and (max-width: 992px) {
.review-home h6{
	font-style:italic!important;
	font-size:16px!important;
	font-family: 'Open Sans', sans-serif !important;
	font-weight:500!important;
	color:#fff !important;
}
}
@media screen and (max-width: 500px) {
.review img{
	float:none;
	margin:0 0 0 0;
	height:60px;
	width:auto;
}
}
@media screen and (max-width: 500px) {
.review img{
	float:none;
	margin:0 0 0 0;
	height:60px;
	width:auto;
}
}
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: transparent !important;
  background-clip: border-box;
  border: 0!important;
  border-radius: 0;
  margin-bottom:10px;
}
.card-header {
  padding: 0!important;
  margin-bottom: 0;
  background-color: transparent !important;
  border-bottom: 1px solid rgba(0, 0, 0, .1)!important;
}
.card-header i{
	float:right;
	color:#999;
	font-size:14px;
}
.card-header a{
	display:block;
	font-size:20px;
	padding:10px 0;
	font-weight:600;
	color:#256a0a!important;
}
.card-body {
	color:#111;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 20px 0!important;
}
.card-body ul{
  margin:0 0 0 15px;
}
.card-body a{
  color:#111!important;
}


.grecaptcha-badge { opacity:0;}