/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/
a {
	color: #60c1d8;
}
.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: #60c1d8;
}
.heading-block.fl_action_heading::after {
	border-top: 2px solid #60c1d8;
}
.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: #60c1d8;
}
.feature-box.fbox-plain .fbox-icon i, 
.feature-box.fbox-plain .fbox-icon img {
	color: #60c1d8;
}
.iconlist-color li i {
	color: #60c1d8;
	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: #60c1d8;
}
#gotoTop:hover {
	background-color: #60c1d8;
}
#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: #60c1d8;
}
.feature-box h3 span.subtitle,
.feature-box h3 span.subtitle a {
	color: #444;
}
.heading-block h2 {
	color: #005275;
}
.heading-block.fl_action_heading1::after {
	border-top: none;
	color: #60c1d8;
}

.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;
}

/*=============*/
.sw-section {
	padding: 80px 0;
}
.section-bg1 {
	background: #fff;
}
.section-bg2 {
	background: #f9fcff;
}

.section-bg3 {
	background: rgb(184,237,247);
	background: radial-gradient(circle, rgb(247, 247, 247) 0%, rgb(235, 247, 249) 50%, rgb(233, 243, 244) 100%);
}

.home_Section {
	padding: 100px 0;
	background: rgb(184,237,247);
	background: radial-gradient(circle, rgb(184, 237, 247) 0%, rgb(240, 251, 253) 50%, rgb(184, 237, 247) 100%);
}
.home_Section .home_card {
	padding: 0;
}
.home_Section .home_card .title {
	margin: 0px 0 18px 0;
	position: relative;
	color: #005275;
}
.home_Section .home_card .title::before {
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	bottom: 3px;
	width: 150px;
	background: #60c1d8;
	opacity: 0.6;
	border-radius: 6px;
}
.home_Section .home_card .subtitle {
	color: #005275;
	font-weight: 400;
	font-size: 25px;
	line-height: 1.4;
	margin-bottom: 40px;
}
.home_Section .home_card .desc {
}

.video_card {
	width: 100%;
	height: 380px;
	position: relative;
	overflow: hidden;
}
.video_card img {
	width: 100%;
	height: 100%;
}
.video_card.black-overlay::before {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background: #fff;
	opacity: 0.3;
}
.play_card {
	padding: 150px 0px;
}
.play-btn {
	position: absolute;
	background: #60c1d8;
	width: 70px;
	height: 70px;
	line-height: 65px;
	text-align: center;
	font-size: 30px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #60c1d8;
	cursor: pointer;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.play-btn::before, .play-btn::after {
	position: absolute;
	content: "";
	border: 1px solid #60c1d8;
	display: block;
	top: -10px;
	right: -10px;
	bottom: -10px;
	left: -10px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation: play-pulse 1.5s linear infinite;
	animation: play-pulse 1.5s linear infinite;
}
.play-btn::after {
	animation-delay: 0.5s;
}
a.play-btn {
	color: #fff;
}

@-webkit-keyframes play-pulse {
    0% {
		-webkit-transform: scale(0.65);
			-moz-transform: scale(0.65);
		    -ms-transform: scale(0.65);
		     -o-transform: scale(0.65);
		        transform: scale(0.65);
    }
    100% {
		-webkit-transform: scale(1.5);
			-moz-transform: scale(1.5);
		    -ms-transform: scale(1.5);
		     -o-transform: scale(1.5);
		        transform: scale(1.5);
				opacity: 0;
    }
}
@keyframes play-pulse {
    0% {
		-webkit-transform: scale(0.65);
			-moz-transform: scale(0.65);
		    -ms-transform: scale(0.65);
		     -o-transform: scale(0.65);
		        transform: scale(0.65);
    }
    100% {
		-webkit-transform: scale(1.5);
			-moz-transform: scale(1.5);
		    -ms-transform: scale(1.5);
		     -o-transform: scale(1.5);
		        transform: scale(1.5);
				opacity: 0;
    }
}

.feature_card {
	padding: 0px;
	text-align: center;
	margin-bottom: 30px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.feature_card .feature_icon {
	width: 35px;
	height: 35px;
	text-align: center;
	margin: auto;
	overflow: hidden;
}
.feature_card .feature_icon img {
	width: 100%;
	height: auto;
}
.feature_card .feature_desc {
	margin-top: 10px;
}

.modules_card {
	width: 100%;
	display: inline-block;
	margin-bottom: 15px;
}
.modules_card.icon_right {}
.modules_card.icon_left {}

.modules_card .modules_icon {
	width: 60px;
	height: 60px;
	background: #005275;
	border-radius: 50%;
	overflow: hidden;
	padding: 15px;
	margin-top: 5px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;		
}
.modules_card:hover .modules_icon {
	background: #60c1d8;
}

.modules_card.icon_right .modules_icon {
	float: right;
}
.modules_card.icon_left .modules_icon {
	float: left;
}
.modules_card .modules_icon img {
	width: 100%;
	height: 100%;
}
.modules_card .modules_desc {
	width: calc(100% - 60px);
}
.modules_card.icon_right .modules_desc {
	float: right;
	text-align: right;
	padding: 0px 15px 0px 0px;	
}
.modules_card.icon_left .modules_desc {
	float: left;
	text-align: left;
	padding: 0px 0px 0px 15px;	
}
.modules_card .modules_desc .module_title {
	margin-bottom: 0px;
	font-size: 20px;
}
.modules_card .modules_desc p {
	margin-bottom: 0px;
}
.module_middle_card {
	padding: 50px 30px 30px 30px;
}
.module_middle_card img {
	width: 100%;
	height: auto;
}

.workﬂow_card {
	padding: 0px 150px;
	overflow: hidden;
}
.workﬂow_card img {
	width: 100%;
	height: auto;
}

.key_features_card {
	padding: 30px;
	overflow: hidden;
	box-shadow: 0px 10px 48px 0px rgba(0,0,0,0.1);
	background: #fff;
	border-radius: 15px;
	margin: 0px 70px;
}
.key_features_card img {
	width: 100%;
	height: auto;
}

.hierarchy_card {
	padding: 0px;
	overflow: hidden;
}
.key_features_card img {
	width: 100%;
	height: auto;
}

.reports_margin_bottom {
	margin-bottom: 50px;
}
.reports_card {
	padding: 15px 0px;
}
.reports_card .report_title {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 10px;
}
.reports_card p {
	font-size: 18px;
}
.reports_image_card {
	overflow: hidden;
}
.reports_image_card img {
	width: 100%;
	height: auto;
	/* border-radius: 10px; */
	/* border: 1px solid #ddd; */
}

.implementation_timeline_card {
	padding: 15px;
	overflow: hidden;
	background: #fff;
}
.implementation_timeline_card img {
	width: 100%;
	height: auto;
}

.why_card {
	width: 100%;
	display: inline-block;
	margin-bottom: 50px;
}
.why_card .why_icon {
	width: 70px;
	height: 70px;
	background: #005275;
	border-radius: 50%;
	overflow: hidden;
	padding: 20px;
	margin-top: 5px;
	float: left;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;	
}
.why_card:hover .why_icon {
	background: #60c1d8;
}
.why_card .why_icon img {
	width: 100%;
	height: 100%;
}
.why_card .why_desc {
	width: calc(100% - 70px);
}
.why_card .why_desc {
	float: left;
	text-align: left;
	padding: 0px 0px 0px 15px;	
}
.why_card .why_desc p {
	margin-bottom: 0px;
	font-size: 16px;
	line-height: 25px !important;
}

.whatsapp {
    position: fixed;
    left: 30px;
    bottom: 30px;
    z-index: 9999999;
    width: 70px !important;
    height: 70px !important;
}
.whatsapp img {
    width: 100%;
    height: 100%;
}


/*==language switcher==*/
.lang_switcher_dropdown {
	float: right;
	margin-top: 24px;
}
.sticky-header .lang_switcher_dropdown {
	margin-top: 17px;
}
.lang_switcher_dropdown ul.lang_switcher {
	list-style: none;
	margin: 0;
	padding: 0;
	float: none;
}
.lang_switcher_dropdown ul.lang_switcher li {
	float: left;
	position: relative;
	width: 20px;
	height: 20px;
	text-align: center;
}
.lang_switcher_dropdown ul.lang_switcher li a {
	color: #0055a2;
	display: block;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
}
.lang_switcher_dropdown ul.lang_switcher ul li:hover > a {
	background: rgba(255, 255, 255, 0.2);
}
.lang_switcher_dropdown ul.lang_switcher li ul.lang_submenu {
	position: absolute;
	top: 100%;
	right: 0;
	width: auto;
	visibility: hidden;
	opacity: 0;
	z-index: 99999999;
	list-style: none;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.lang_switcher_dropdown ul.lang_switcher li:hover ul.lang_submenu {
	visibility: visible;
	opacity: 1;
}
.lang_switcher_dropdown ul.lang_switcher li ul.lang_submenu li a {
	border-top: none;
}

.lang_switcher_dropdown ul.lang_switcher li a img,
.lang_switcher_dropdown ul.lang_switcher li ul.lang_submenu li a img {
	width: 20px;
	height: 20px;
}

.btn_card {
	margin-top: 0px;
	margin-bottom: 00px;
	text-align: left;
}
.btn_card a.button {
	text-transform: capitalize;
}

/* ======================
   Responsive css
   ====================== */
@media (min-width: 768px) and (max-width: 991px) {
	.lang_switcher_dropdown {
		margin-top: 0px !important;
		position: absolute;
		top: 40px;
		right: 0;
	}
	.btn_card {
		margin-bottom: 15px;
		text-align: center;
	}	
}
@media (max-width: 767px) {
	.lang_switcher_dropdown {
		margin-top: 0px !important;
		position: absolute;
		top: 40px;
		right: 15px;
	}
	.btn_card {
		margin-bottom: 15px;
		text-align: center;
	}		
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.lang_switcher_dropdown {
		margin-top: 0px !important;
		position: absolute;
		top: 40px;
		right: 0;
	}
	.btn_card {
		margin-bottom: 15px;
		text-align: center;
	}		
}


