/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/
a {
	color: #63cb00;
}
.slider-caption.slider-caption-center {
	max-width: 810px;
}
.slider-caption h2 {
	font-size: 48px;
	margin-bottom: 10px;
}
.fl-action .col_one_fourth {
	width: 28%;
}
.fl_action_heading {
	margin-bottom: 70px;
}
.fl_action_heading h2 {
	color: #63cb00;
}
.heading-block.fl_action_heading::after {
	border-top: 2px solid #63cb00;
}
.fl-action ul.iconlist li {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 28px;
}
.fl-action .heading-block {
	margin-bottom: 15px;
}
.fl-action .heading-block h3 {
	font-size: 18px;
}
.fl_action_bg {
	padding: 50px 0px;
	border-bottom: 1px solid #eaeaea;
}
.fl_mt0 {
	margin-top: 0px;
}
.fl_pt0 {
	padding-top: 0px;
}
.fl_pb50 {
	padding-bottom: 50px;
}
.mb8 {
	margin-bottom: 8px !important;
}
.feature-box .fbox-icon i, 
.feature-box .fbox-icon img {
	background-color: #63cb00;
}
.button {
	background-color: #63cb00;
}
.button.button-3d:hover {
	background-color: #63cb00 !important;
}
.feature-box.fbox-plain .fbox-icon i, 
.feature-box.fbox-plain .fbox-icon img {
	color: #63cb00;
}
.iconlist-color li i {
	color: #63cb00;
	font-size: 25px;
	font-weight: 700;
}
.team-content {
	margin-top: 0px;
	font-size: 18px;
}
#primary-menu ul li:hover > a, 
#primary-menu ul li.current > a {
	color: #63cb00;
}
#gotoTop:hover {
	background-color: #63cb00;
}
#slider-arrow-left, 
#slider-arrow-right, 
.camera_prev, .camera_next, 
#slider .owl-prev, 
#slider .owl-next, 
.flex-prev, 
.flex-next, 
.nivo-prevNav, 
.nivo-nextNav, 
.slider-arrow-top-sm, 
.slider-arrow-bottom-sm {
	background-color: #63cb00;
}
.feature-box h3 span.subtitle,
.feature-box h3 span.subtitle a {
	color: #444;
}
.heading-block h2 {
	color: #63cb00;
}
.heading-block.fl_action_heading1::after {
	border-top: none;
	color: #63cb00;
}

.slider-caption:not(.dark), 
.slider-caption:not(.dark) h2 {
	color: #fff;
}

.partners_bg {
	background: #f9f9f9;
	padding: 50px 0px;
}
.partners-logo {
	text-align: center;
	width: 220px;
	height: 92px;
	background: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	margin: 0px auto 10px auto;
}
.partners-logo img {
	width: 200px;
	height: 80px;
}

/* ======================
   parsley css
   ====================== */
.parsley-error:focus {
    border-color: #f53535 !important;
    box-shadow: none !important;
}
.parsley-error {
    border-color: inherit;
    color: inherit;
}
.parsley-error-list {
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
}
.parsley-error-list li {
    color: red;
}
.parsley-error-list {
    list-style: outside none none;
}
.parsley-error {
    border-color: #f53535;
    color: #b94a48;
}
.parsley-error:focus {
    border-color: #f53535 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 2px rgba(245, 53, 53, 0.6) !important;
}
.errorMgs {
	color: red;
}

.OurTeamModalView {}
.OurTeamModalView h2 {
	font-size: 22px;
	margin: 0px 0px 5px 0px;
	padding: 0;
}
.OurTeamModalView .team_photo {
	width: 155px;
	float: left;
	margin: 0px 15px 5px 0px;
	overflow: hidden;
	border: 1px solid #ddd;
	padding: 4px;
	height: auto;
}
.OurTeamModalView .team_photo img {
	width: 100%;
	height: 100%;
}
.OurTeamModalView p {
	margin: 0px 0px 8px 0px;
}
.OurTeamModalView .iconlist-color li i {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}
.dnone {
	display: none;
}
.team_padding {
	padding: 0px 50px 0px 50px;
}
.team_padding img {
	border: 1px solid #ececec;
	padding: 4px;
}

/* ======================
   Responsive css
   ====================== */
@media (min-width: 768px) and (max-width: 991px) {
	.fl-action .col_one_fourth {
		width: auto;
	}	
}
@media (max-width: 767px) {
	.fl-action .col_one_fourth {
		width: auto;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.fl-action .col_one_fourth {
		width: auto;
	}
}

/* ======================
   update site css
   ====================== */
#header, #header-wrap, #logo img {
	height: auto;
}
.sw_content {}
.inner_heading {
	background: #00b050;
	color: #fff;
	padding: 1px 10px;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}
.sw_content p {
	font-size: 17px;
}
.sw_content .img_border {
	border: 1px solid #ddd;
}
.sw_content ol.sw_list_ol {
	padding-left: 20px;
}
.sw_content ol.sw_list_ol li {
	padding-left: 5px;
	font-size: 17px;
}
.sw_content h5 {
	color: #0070c0;
	margin: 0;
	padding: 0;
}
.sw_content p.paras {
	margin-bottom: 5px;
}
