/*
Theme Name: napollo
Theme URI: https://www.napollo.ae/
Author: Napollo
Author URI: https://www.napollo.ae/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: napollo
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon.woff") format("woff"), url("fonts/icomoon.woff") format("woff2");
	font-weight: 400;
	font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-booking:before { content:"\e929"; }
.icon-call:before { content: "\e92a"; }
.icon-chat1:before { content: "\e92b"; }
.icon-email:before { content: "\e92c"; }
.icon-phone1:before { content: "\e92d"; }
.icon-support:before { content: "\e92e"; }
.icon-contracts:before { content: "\e92f"; }
.icon-lifelong-learner:before { content: "\e930"; }
.icon-tech:before { content: "\e931"; }
.icon-transparnec:before { content: "\e932"; }
.icon-transpatency:before { content: "\e933"; }
.icon-wiork:before { content: "\e934"; }
.icon-iot:before { content: "\e913"; }
.icon-webapplicatipn:before { content: "\e914"; }
.icon-application:before { content: "\e915"; }
.icon-medical-report-emr:before { content: "\e916"; }
.icon-custom-made:before { content: "\e917"; }
.icon-HER:before { content: "\e918"; }
.icon-data-management:before { content: "\e919"; }
.icon-patient-management-system:before { content: "\e91a"; }
.icon-reducing-cost:before { content: "\e91b"; }
.icon-flow-automation:before { content: "\e91c"; }
.icon-patien-carw:before { content: "\e91d"; }
.icon-artificial-intelligence:before { content: "\e91e"; }
.icon-fitness-awareness:before { content: "\e91f"; }
.icon-trust-gap:before { content: "\e920"; }
.icon-Idea:before { content: "\e921"; }
.icon-analysis:before { content: "\e922"; }
.icon-prototype:before { content: "\e923"; }
.icon-development:before { content: "\e924"; }
.icon-product:before { content: "\e925"; }
.icon-end-to-end-support:before { content: "\e926"; }
.icon-cloud:before { content: "\e90a"; }
.icon-iot1:before { content: "\e90b"; }
.icon-ui:before { content: "\e90c"; }
.icon-web-design:before { content: "\e90d"; }
.icon-phone:before { content: "\e900"; }
.icon-envelope:before { content: "\e901"; }
.icon-best-agenecy:before { content: "\e902"; }
.icon-customer-support:before { content: "\e903"; }
.icon-domain-experts:before { content: "\e904"; }
.icon-in-house:before { content: "\e905"; }
.icon-quality-assurance:before { content: "\e906"; }
.icon-top-project:before { content: "\e907"; }
.icon-google-plus:before { content: "\ea8b"; }
.icon-facebook:before { content: "\ea90"; }
.icon-whatsapp:before { content: "\ea93"; }
.icon-twitter:before { content: "\ea96"; }
.icon-linkedin:before { content: "\eac9"; }
.icon-star:before { content: "\e928"; }
.icon-arrow-down:before { content: "\e912"; }
.icon-chat:before { content: "\e90e"; }
.icon-arrow-thin-right:before { content: "\e927"; }
.icon-location-pin:before { content: "\e911"; }
.icon-location-arrow:before { content: "\e910"; }
.icon-pencil:before { content: "\e90f"; }
.icon-arrow-next:before { content: "\e908"; }
.icon-arrow-prev:before { content: "\e909"; }
.icon-instagram:before {
  content: "\ea92";
}
body {
	min-width: 320px;
	font: 400 14px/1.8 'Open Sans', Arial, Helvetica, sans-serif;
}
@media (min-width: 991.98px) {
	body {
		font-size: 16px;
		line-height: 1.8;
	}
}
h1,
h2,
h3 {
	margin: 0 0 1rem;
}
h1 {
	color: #DA1F29;
	text-transform: uppercase;
	font: 700 18px/1.25 'Raleway', Arial, Helvetica, sans-serif;
}
@media (min-width: 575.98px) {
	h1 {
		font-size: 20px;
	}
}
@media (min-width: 991.98px) {
	h1 {
		font-size: 26px;
		margin: 0 0 1.5rem;
	}
}
@media (min-width: 1199.98px) {
	h1 {
		font-size: 30px;
		line-height: 1.5;
	}
}
h1 span {
	font-weight: 700;
}
h2 {
	color: #16377D!important;
	font: 700 16px/1.2 'Raleway', Arial, Helvetica, sans-serif;
}
@media (min-width: 991.98px) {
	h2 {
		font-size: 20px;
	}
}
.text-black {
	color: #001323;
}
a,
button,
.btn {
	-webkit-transition: all ease-in-out 0.25s;
	-o-transition: all ease-in-out 0.25s;
	transition: all ease-in-out 0.25s;
}
a:hover {
	text-decoration: none;
}
a:focus,
button:focus,
.btn:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
p {
	margin: 0 0 1.5rem;
}
.btn {
	color: #fff;
	padding: 11px 12px;
	border-radius: 3px;
	font: 400 14px/1 'Open Sans', Arial, Helvetica, sans-serif;
}
@media (min-width: 991.98px) {
	.btn {
	padding: 11px 10px;
    font-size: 13px;
	}
}
.btn.btn-default {
	background: #DA1F29;
}
.btn.btn-default:hover {
	color: #fff;
	background: #DA1F29;
}
.btn.btn-outline-primary {
	color: #DA1F29;
	border-color: #84d721;
}
.btn.btn-outline-primary:hover {
	color: #fff;
	background: #84d721;
}
.form-control {
	border: 0;
	height: auto;
	color: #b9b9b9;
	border-radius: 3px;
	font: 400 12px/normal 'Open Sans', Arial, Helvetica, sans-serif;
}
@media (min-width: 991.98px) {
	.form-control {
		font-size: 16px;
		padding: 8px 20px;
	}
}
.form-control::-webkit-input-placeholder {
	color: #b9b9b9;
}
.form-control::-moz-placeholder {
	opacity: 1;
	color: #b9b9b9;
}
.form-control:-moz-placeholder {
	color: #b9b9b9;
}
.form-control:-ms-input-placeholder {
	color: #b9b9b9;
}
.form-control.placeholder {
	color: #b9b9b9;
}
.form-control:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(211, 16, 0, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(211, 16, 0, 0.25);
}
#wrapper {
	padding-top: 83.1333px;
}
@media (min-width: 991.98px) {
	#wrapper {
		padding-top: 90.2px;
	}
}
/*Header Styles*/
#header {
	top: 0;
	left: 0;
	right: 0;
	z-index: 13;
	z-index: 9999;
	padding: 10px 0;
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-transition: 0.75s;
	-o-transition: 0.75s;
	transition: 0.75s;
	position: fixed;
}
@media (min-width: 991.98px) {
	#header {
		padding: 39px 15px;
	}

	.outer-menu .menu>div>div>ul>li>a {
	    font-size: 12px;
	}
	.outer-menu .menu > div > div > ul + div {
    	margin-bottom: -16px;
	}
	#header.fixed-header .outer-menu .menu > div > div > ul + div{
			margin-bottom:0px;
	}
	.outer-menu .menu	.links-holder .btn{
		background: #DA1F29  !important;
		border-radius: 230px;
		font-size: 14.6px;
		padding: 0.8rem 2rem;
		line-height: 14px;
	}


}
@media (min-width: 991.98px) {
	#header .holder {
		padding-left: 150px;
	}
}
@media (min-width: 991.98px) {
	#header .logo {
		top: 50%;
		left: 15px;
		position: absolute;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
#header .logo {
	width: 100px;
	height: auto;
	margin-bottom: 0px;
	margin-top: -1px;
	left: 0px;
}
#header .logo img {
	display: block;
	width: 100%;
	height: auto;
}
#header.fixed-header {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-animation-name: stickySlideDown;
	animation-name: stickySlideDown;
}
@-webkit-keyframes stickySlideDown {
	0% {
		opacity: 0.7;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes stickySlideDown {
	0% {
		opacity: 0.7;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
/* social-netowrks styles */
#header .social-networks li a {
	display: block;
	position: relative;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	-webkit-transition: background ease-in-out 0.25s;
	-o-transition: background ease-in-out 0.25s;
	transition: background ease-in-out 0.25s;
	background: rgba(255, 255, 255, 0.9);
}
@media (min-width: 991.98px) {
	#header .social-networks li a {
		width: auto;
		height: auto;
		line-height: normal;
	}
	#header.fixed-header{
		height: 70px;
		padding:5px 0 20px!important;
		top:0px !important;
	}
	#header.fixed-header .holder{
		position: relative;
	}
	header#header.fixed-header .logo{
		display: block !important;
	}
	#header.fixed-header .logo{
	    
	    overflow: hidden;
	    margin-top: 3px;
	}
	#header.fixed-header .outer-menu .menu > div > div{
		padding:9px 0px;
	}
}
#header .social-networks li a:hover {
	background: #fff;
	text-decoration: none;
}
#header .social-networks li a:hover span {
	color: #00265f;
}
#header .social-networks li a:after {
	display: none;
}
#header .social-networks li a span {
	top: 50%;
	left: 50%;
	color: #003a92;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
@media (min-width: 991.98px) {
	#header .social-networks li a span {
		position: static;
		-webkit-transform: translate(0);
		-ms-transform: translate(0);
		transform: translate(0);
	}
}
#header .social-networks li.whatsapp a span {
	color: #00a241;
}
/*Main Navigation Styles*/
.outer-menu {
	overflow: hidden;
	position: relative;
	width: 50px;
	height: 50px;
}
@media (min-width: 991.98px) {
	.outer-menu {
		position: static;
		overflow: visible;
		width: 100%;
		height: auto;
	}
}
.outer-menu .checkbox-toggle {
	opacity: 0;
	z-index: 10;
	cursor: pointer;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 99;
}
@media (min-width: 991.98px) {
	.outer-menu .checkbox-toggle {
		display: none;
	}
}
.outer-menu .checkbox-toggle:checked+svg circle {
	opacity: 1;
}
.outer-menu .checkbox-toggle:checked~.menu {
	pointer-events: auto;
	visibility: visible;
}
.outer-menu .checkbox-toggle:checked~.menu>div {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition-duration: .75s;
	-o-transition-duration: .75s;
	transition-duration: .75s;
}
.outer-menu .checkbox-toggle:checked~.menu>div>div {
	opacity: 1;
	-webkit-transition: opacity .4s ease .4s;
	-o-transition: opacity .4s ease .4s;
	transition: opacity .4s ease .4s;
}
.outer-menu .checkbox-toggle:checked:hover+.hamburger>div {
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}
.outer-menu svg {
	top: 50%;
	left: 50%;
	z-index: 9;
	cursor: pointer;
	position: absolute;
	width: 80px;
	height: 80px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
@media (min-width: 991.98px) {
	.outer-menu svg {
		display: none;
	}
}
.outer-menu .menu {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: fixed;
	overflow: hidden;
	visibility: hidden;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	pointer-events: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	outline: 1px solid transparent;
}
@media (min-width: 991.98px) {
	.outer-menu .menu {
		height: auto;
		display: block;
		position: static;
		overflow: visible;
		visibility: visible;
		pointer-events: inherit;
	}
}
.outer-menu .menu>div {
	color: #fefefe;
	width: 100%;
	height: 100%;
	background: #5a3b77;
    background: -moz-linear-gradient(left, #5a3b77 0%, #634583 20%, #684d84 43%, #695384 100%, #65517f 100%);
    background: -webkit-linear-gradient(left, #5a3b77 0%,#634583 20%,#684d84 43%,#695384 100%,#65517f 100%);
    background: linear-gradient(to right, #5a3b77 0%,#634583 20%,#684d84 43%,#695384 100%,#65517f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a3b77', endColorstr='#65517f',GradientType=1 );
/*	background: #039fc0;
	background: -moz-linear-gradient(top, #039fc0 0%, #015d80 100%);
	background: -webkit-linear-gradient(top, #039fc0 0%, #015d80 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#039fc0), to(#015d80));
	background: -o-linear-gradient(top, #039fc0 0%, #015d80 100%);
	background: linear-gradient(to bottom, #039fc0 0%, #015d80 100%);*/
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 80px 0 0;
}
@media (min-width: 991.98px) {
	.outer-menu .menu>div {
		padding: 0;
		height: auto;
		display: block;
		overflow: visible;
		overflow: visible;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background: none;
	}
}
.outer-menu .menu>div a {
	cursor: pointer;
}
@media (min-width: 991.98px) {
	.outer-menu .menu>div a {
		white-space: nowrap;
	}
}
.outer-menu .menu>div>div {
	text-align: center;
	max-width: 90vw;
	max-height: 100vh;
	opacity: 0;
	-webkit-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease;
	overflow-y: auto;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
@media (min-width: 991.98px) {
	.outer-menu .menu>div>div {
		max-width: inherit;
		max-height: inherit;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		overflow: visible;
		opacity: 1;
	}
}
.outer-menu .menu>div>div>ul {
	-webkit-box-orient: inherit;
	-webkit-box-direction: inherit;
	-ms-flex-direction: inherit;
	flex-direction: inherit;
}
.outer-menu .menu>div>div>ul>li {
	font-size: 14.6px;
	font-weight: 500; 
}

.ewd-ufaq-faq-category-inner  .ewd-ufaq-faq-body{
	overflow: hidden;
    max-height: 1000px;
    transition: max-height 1s ease-in;
    display: block !important;
    padding:0px 25px 0px 55px;
}
.ewd-ufaq-faq-category-inner  .ewd-ufaq-faq-body.ewd-ufaq-hidden{
	max-height: 0px;
	transition: max-height 0.5s ease-out;
}


@media (min-width: 991.98px) {
	.outer-menu .menu>div>div>ul>li {
		font-size: 14.6px;
		display: inline-block;
	}
}
@media (min-width: 1199.98px) {
	.outer-menu .menu>div>div>ul>li {
		font-size: 14.6px;
	}
	.outer-menu .menu>div>div>ul>li>a {
    font-size: 14.6px;
}
.btn {
    padding: 13px 15px;
    font-size: 14px;
}


}
.outer-menu .menu>div>div>ul>li+li {
	margin-top: 20px;
}
@media (min-width: 991.98px) {
	.outer-menu .menu>div>div>ul>li+li {
		margin-top: 20px;
	}
	.outer-menu .menu>div>div>ul>li+li {
		margin-left: 7px;
	}
}
@media (min-width: 1199.98px) {
	.outer-menu .menu>div>div>ul>li+li {
		margin-left: 35px;
	}
}
.outer-menu .menu>div>div>ul>li.show>a,
.outer-menu .menu>div>div>ul>li.current-menu-item>a,
.outer-menu .menu>div>div>ul>li.current_page_item>a {
	/*color: #d31000;*/
}
.outer-menu .menu>div>div>ul>li.show>a:before,
.outer-menu .menu>div>div>ul>li.current-menu-item>a:before,
.outer-menu .menu>div>div>ul>li.current_page_item>a:before {
	width: 100%;
}
.outer-menu .menu>div>div>ul>li>a {
	color: #000000;
	padding: 0 0 5px;
	position: relative;
	display: inline-block;
	-webkit-transition: color .4s ease;
	-o-transition: color .4s ease;
	transition: color .4s ease;
	font-weight: 500;
}
@media (min-width: 991.98px) {
	.outer-menu .menu>div>div>ul>li>a {
		color: #000000;
		padding: 0;
		font-size: 14.6px;
	}
}
.outer-menu .menu>div>div>ul>li>a:hover {
	color: #16377D;
}
.outer-menu .menu>div>div>ul>li>a:hover:before {
	width: 100%;
}
.outer-menu .menu>div>div>ul>li>a:before {
	content: '';
	position: absolute;
	z-index: 1;
	bottom: -11;
	left: 0;
	width: 0;
	height: 2px;
	background: #16377D;
	-webkit-transition: width .4s ease;
	-o-transition: width .4s ease;
	transition: width .4s ease;
}
.outer-menu .menu > div > div > ul > li.current_page_item  > a{
	color: #16377D;
}
@media (min-width: 991.98px) {
	.outer-menu .menu>div>div>ul>li>a:before {
		height: 2px;
		bottom: -11px;
	}
}
.menu-open {
	overflow: hidden;
}
nav .dropdown-menu {
	top: 0;
	border: 0;
	padding: 0;
	border-radius: 0;
}
@media (max-width: 991.98px) {
	nav .dropdown-menu {
		width: 100%;
		clear: both;
		margin: 0 0 20px;
		overflow-y: auto;
		max-height: 150px;
		position: static !important;
		-webkit-transform: translate3d(0, 0, 0) !important;
		transform: translate3d(0, 0, 0) !important;
	}
	.container {
	    max-width: 100% !important;
	    padding-left: 2rem;
	    padding-right: 2rem;
	}
	#header.fixed-header .logo {
	   
	    overflow: hidden;
	    margin-top:10px;
	}
	#header.fixed-header {
	    top: 0px !important;
	}
	#header.fixed-header {
	    padding: 5px 0;
	}
	#header .logo img{
    	max-width: 62%;
	}
	.outer-menu .menu>div>div>ul>li>a:before{
		bottom: 0px;
	}
}
@media (min-width: 991.98px) {
	nav .dropdown-menu {
		top: 14px !important;
	}
}
nav .dropdown-menu .dropdown-menu {
	margin: 0;
}
@media (min-width: 991.98px) {
	nav .dropdown-menu .dropdown-menu {
		top: 0 !important;
		left: 100%;
	}
}
nav .dropdown-menu li:hover>a {
	text-decoration: none;
}
nav .dropdown-menu li:hover>a:before {
	height: 100%;
}
nav .dropdown-menu li+li {
	border-top: 1px solid #f3f9fe;
}
nav .dropdown-menu a {
	color: #001323;
	display: block;
	padding: 10px 15px;
	position: relative;
	font: 600 14px/normal 'Raleway', Arial, Helvetica, sans-serif;
}
nav .dropdown-menu a:before {
	left: 0;
	bottom: 0;
	z-index: 1;
	content: '';
	position: absolute;
	width: 2px;
	height: 0;
	background: #6ec00c;
	-webkit-transition: height .4s ease;
	-o-transition: height .4s ease;
	transition: height .4s ease;
}
.outer-menu {
	--length: 24;
	--offset: -38;
}
@media (min-width: 991.98px) {
	.outer-menu {
		display: block;
		--length: none;
		--offset: none;
	}
}
path {
	fill: none;
	stroke: #64be5d;
	stroke-width: 4;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: var(--length) var(--total-length);
	stroke-dashoffset: var(--offset);
	-webkit-transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}
circle {
	/*fill: #fff;*/
	opacity: 0;
	fill: none;
}
.cross input:checked+svg .line--1,
.cross input:checked+svg .line--3 {
	--length: 22.627416998;
}
.cross input:checked+svg .line--2 {
	--length: 0;
}
.back input:checked+svg .line--1,
.back input:checked+svg .line--3 {
	--length: 8.602325267;
}
.outer-menu .line--1,
.outer-menu .line--3 {
	--total-length: 126.64183044433594;
}
.outer-menu .line--2 {
	--total-length: 70;
}
.outer-menu input:checked+svg .line--1,
.outer-menu input:checked+svg .line--3 {
	--offset: -94.1149185097;
}
.outer-menu input:checked+svg .line--2 {
	--offset: -50;
}
.debug {
	display: none;
}
.line--debug {
	opacity: .2;
	display: none;
	stroke-dasharray: none;
}
/*Common Styles*/
/* Main Informative Part */
#main {
	z-index: 2;
	overflow: hidden;
	position: relative;
	background: #fff;
}
/* Visual Styles */
.visual {
	overflow: hidden;
	padding: 20px 0 15px;
	background: #e3e7eb;
	position: relative;
}
@media (min-width: 991.98px) {
	.visual {
		padding: 60px 0;
	}
}
.visual .container {
	position: relative;
	z-index: 2;
}
.visual h1 {
	color: #DA1F29;
	text-shadow: 0 3px 0 rgba(132, 132, 132, 0.17);
	font: 700 20px/1.5 'Raleway', Arial, Helvetica, sans-serif;
}
@media (min-width: 991.98px) {
	.visual h1 {
		margin: 0;
		font-size: 42px;
	}
	.container{
		max-width: 1500px !important;
	}
}
.visual .posts-holder {
	padding: 10px;
	overflow: hidden;
	background: rgba(234, 234, 234, 0.68);
	-webkit-box-shadow: 0 3px 10px 0 rgba(132, 132, 132, 0.47);
	box-shadow: 0 3px 10px 0 rgba(132, 132, 132, 0.47);
}
@media (min-width: 991.98px) {
	.visual .posts-holder {
		padding: 20px;
	}
}
.visual .post-block {
	overflow: hidden;
}
.visual .post-block a:hover {
	text-decoration: none;
}
.visual .post-block .image-holder {
	float: left;
	width: 100px;
	height: auto;
}
@media (min-width: 991.98px) {
	.visual .post-block .image-holder {
		width: 140px;
	}
}
@media (min-width: 1199.98px) {
	.visual .post-block .image-holder {
		width: 152px;
	}
}
.visual .post-block .image-holder img {
	display: block;
	width: 100%;
	height: auto;
}
.visual .post-block .text-block {
	padding: 5px 10px;
	overflow: hidden;
	color: #181010;
	font: 400 10px/normal 'Open Sans', Arial, Helvetica, sans-serif;
}
@media (min-width: 991.98px) {
	.visual .post-block .text-block {
		font-size: 12px;
		padding: 17px 10px;
	}
}
@media (min-width: 1199.98px) {
	.visual .post-block .text-block {
		font-size: 14px;
		padding: 17px 15px;
	}
}
.visual .post-block .text-block h2 {
	color: #7dbdfb;
	margin: 0 0 0.25rem;
	font: 700 12px/1 'Open Sans', Arial, Helvetica, sans-serif;
}
@media (min-width: 991.98px) {
	.visual .post-block .text-block h2 {
		font-size: 14px;
	}
}
@media (min-width: 1199.98px) {
	.visual .post-block .text-block h2 {
		margin: 0 0 0.5rem;
	}
}
.visual .post-block+.post-block {
	margin-top: 15px;
}
.visual .post-block:nth-child(even) .text-block h2 {
	color: #d31000;
}
.visual .icon-holder {
	top: 50%;
	left: 50%;
	z-index: 1;
	opacity: 0.3;
	width: 200px;
	height: auto;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
@media (min-width: 991.98px) {
	.visual .icon-holder {
		top: auto;
		left: auto;
		right: 0;
		bottom: 0;
		-webkit-transform: translate(0);
		-ms-transform: translate(0);
		transform: translate(0);
	}
}
@media (min-width: 1199.98px) {
	.visual .icon-holder {
		width: 16vw;
	}
}
.visual .icon-holder img {
	display: block;
	width: 100%;
	height: auto;
}
/* section styles */
.section {
	overflow: hidden;
	padding: 20px 0;
}
@media (min-width: 767.98px) {
	.section {
		padding: 30px 0;
	}
	.p-margin p iframe{
	height: 100%;
}
}
@media (min-width: 991.98px) {
	.section {
		padding: 40px 0;
	}
}
@media (min-width: 1199.98px) {
	.section {
		padding: 50px 0;
	}
	.features-section {
    padding: 50px 0 0;
}
}
.section .list {
	font-size: 0;
	line-height: 0;
}
@media (min-width: 991.98px) {
	.section .list {
		margin: 0 0 -31px;
	}
}
.section .list li {
	color: #535252;
	position: relative;
	padding: 0 0 0 35px;
	font: 400 14px/1.5 'Raleway', Arial, Helvetica, sans-serif;
}
@media (min-width: 575.98px) {
	.section .list li {
		font-size: 16px;
		display: inline-block;
		vertical-align: top;
		margin: 0 0 20px;
		width: 50%;
	}
}
@media (min-width: 991.98px) {
	.section .list li {
		padding: 0 0 0 70px;
		margin: 0 0 70px;
	}
}
@media (min-width: 1199.98px) {
	.section .list li {
		font-size: 18px;
	}
}
.section .list li+li {
	margin-top: 18px;
}
@media (min-width: 575.98px) {
	.section .list li+li {
		margin-top: 0;
	}
}
.section .list [class^="icon-"] {
	left: 0;
	top: 50%;
	font-size: 22px;
	position: absolute;
	color: #d31000;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media (min-width: 991.98px) {
	.section .list [class^="icon-"] {
		font-size: 50px;
	}
}
/* About Section Styles */
.section-about {
	padding: 0;
	padding: 20px 0;
	position: relative;
	background-repeat: no-repeat;
	background-position: 50% bottom;
	-webkit-background-size: cover;
	background-size: cover;
}
@media (min-width: 767.98px) {
	.section-about {
		background-image: none;
		padding: 0;
	}
}
.section-about .image-holder {
	display: none;
	overflow: hidden;
}
@media (min-width: 767.98px) {
	.section-about .image-holder {
		display: block;
	}
}
.section-about .image-holder img {
	display: block;
	width: 100%;
	height: auto;
}
.section-about .container {
	z-index: 2;
	position: relative;
}
@media (min-width: 767.98px) {
	.section-about .container {
		top: 50%;
		left: 50%;
		position: absolute;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.section-about .container [class^="col-"] {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
@media (min-width: 767.98px) and (min-width: 767.98px) {
	.section-about .container [class^="col-"] {
		padding: 30px 0;
	}
}
.section-about:after {
	background: rgba(13, 13, 24, 0.58);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	content: "";
	z-index: 1;
}
.section-about h1 {
	color: #fff;
	font-weight: 400;
}
.section-about h1 span {
	color: #9abde0;
}
/* Services Section Styles */
@media (min-width: 991.98px) {
	.section-services h1 {
		margin: 0 0 4rem;
	}
}
.section-services .list {
	margin: 0 0 10px;
}
@media (min-width: 575.98px) {
	.section-services .list {
		margin: 0 0 -15px;
	}
}
@media (min-width: 991.98px) {
	.section-services .list {
		margin: 0 0 -31px;
	}
}
/* Satisfaction  Section Styles */
.section-satisfaction {
	color: #fefefe;
background-image: url(https://stldigipro.com/wp-content/uploads/2019/11/satisfaction-banner.jpg);
    background-size: 100% 100%;
}
.section-satisfaction h2 { color: #fff!important; }
@media (min-width: 991.98px) {
	.section-satisfaction h1 {
		margin: 0 0 4rem;
	}
}
.section-satisfaction .list li {
	color: #fff;
	padding: 0 0 0 45px;
	margin: 30px 0 0 !important;
}
@media (min-width: 991.98px) {
	.section-satisfaction .list li {
		padding: 0 0 0 80px;
		margin: 0 0 60px !important;
	}
}
.section-satisfaction .list [class^="icon-"] {
	color: #fff;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	border: 1px solid #fff;
}
@media (min-width: 991.98px) {
	.section-satisfaction .list [class^="icon-"] {
		font-size: 26px;
		width: 60px;
		height: 60px;
	}
}
.section-satisfaction .list [class^="icon-"]:before {
	top: 50%;
	left: 50%;
	font-size: 18px;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
@media (min-width: 991.98px) {
	.section-satisfaction .list [class^="icon-"]:before {
		font-size: 30px;
	}
}/* Clients  Section Styles */
.section-clients .owl-carousel {
	padding: 0 15px;
}
.section-clients .owl-carousel .owl-nav {
	left: 0;
	right: 0;
	z-index: -1;
	height: 20px;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.section-clients .owl-carousel .owl-nav,
.section-clients .owl-carousel .owl-prev,
.section-clients .owl-carousel .owl-next {
/* 	top: 50%;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%); */
}
.section-clients .owl-carousel .owl-prev,
.section-clients .owl-carousel .owl-next {
	width: 10px;
	height: 20px;
}
.section-clients .owl-carousel .owl-prev span,
.section-clients .owl-carousel .owl-next span {
/* 	top: 50%;
	left: 50%;
	height: 20px;
	font-size: 30px;
	line-height: 20px;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); */
	color: #6ec00c;
    font-size: 71px;
}
.section-clients .owl-carousel .owl-prev {
	left: 0;
}
.section-clients .owl-carousel .owl-next {
	right: 0;
}
.section-clients .owl-carousel .owl-stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.section-clients .owl-carousel .owl-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.section-clients .owl-carousel .logo-holder {
	margin: 10px;
	overflow: hidden;
}
.section-clients .owl-carousel .logo-holder img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
/* What's New Section Styles */
.whats-new .section-head {
	background-repeat: no-repeat;
	background-position: 50%;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}
.whats-new .section-head:after {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: "";
	position: absolute;
	background: rgba(10, 7, 7, 0.83);
}
.whats-new .section-head * {
	z-index: 2;
	position: relative;
}
.whats-new .section-head .col-12 {
	padding-top: 20px;
	padding-bottom: 70px;
}
@media (min-width: 991.98px) {
	.whats-new .section-head .col-12 {
		padding-top: 40px;
		padding-bottom: 100px;
	}
}
.whats-new .section-head h1 {
	color: #fff;
	font-weight: 400;
}
@media (min-width: 991.98px) {
	.whats-new .section-head h1 {
		margin: 0 0 2rem;
	}
}
.whats-new .section-head h1 span {
	color: #9abde0;
}
.whats-new .boxes-holder {
	z-index: 3;
	margin-top: -60px;
	position: relative;
}
@media (min-width: 991.98px) {
	.whats-new .boxes-holder {
		margin-top: -80px;
	}
}
.whats-new .card-box .image-holder {
	overflow: hidden;
	border-radius: 6px;
	border: 2px solid #fff;
	-webkit-box-shadow: 0 3px 9px 0 rgba(132, 132, 132, 0.8);
	box-shadow: 0 3px 9px 0 rgba(132, 132, 132, 0.8);
}
.whats-new .card-box .image-holder img {
	display: block;
	width: 100%;
	height: auto;
}
.whats-new .card-box .text-box {
	color: #767676;
	overflow: hidden;
	padding: 20px 15px;
	font: 400 12px/1.5 'Open Sans', Arial, Helvetica, sans-serif;
}
@media (min-width: 991.98px) {
	.whats-new .card-box .text-box {
		font-size: 16px;
	}
}
@media (min-width: 1199.98px) {
	.whats-new .card-box .text-box {
		padding: 20px 40px;
	}
}
.whats-new .card-box .btn-outline-primary {
	border-radius: 10px;
	padding: 6px 20px;
}
/* Subscription Section Styles */
.section-subscribe {
	background-repeat: no-repeat;
	background-position: 50%;
	-webkit-background-size: cover;
	background-size: cover;
}
@media (min-width: 575.98px) {
	.section-subscribe.section {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}
@media (min-width: 991.98px) {
	.section-subscribe.section {
		padding-top: 65px;
		padding-bottom: 95px;
	}
}
@media (min-width: 991.98px) {
	.section-subscribe h1 {
		margin: 0 0 0.5rem;
	}
}
@media (min-width: 991.98px) {
	.section-subscribe p {
		margin-bottom: 50px;
		font-size: 22px;
	}
}
.section-subscribe .subscribe-form {
	max-width: 300px;
	margin: 0 auto;
}
@media (min-width: 991.98px) {
	.section-subscribe .subscribe-form {
		max-width: 754px;
	}
}
.section-subscribe .btn {
	padding: 5px 10px;
}
@media (min-width: 991.98px) {
	.section-subscribe .btn {
		font-size: 18px;
		padding: 5px 20px;
	}
}
/* Achievements Section Styles */
.section-achievements .agencies [class^="col-"] {
	border-style: solid;
	border-color: #f3f9fe;
	border-width: 0 1px 1px;
}
.section-achievements .agencies [class^="col-"]:last-child {
	border-width: 0 1px;
}
.section-achievements .agencies img {
	margin: 15px auto;
	display: block;
	max-width: 70%;
}
.custom-select-box {
	/*top: 3px;*/
	right: 0;
	display: none;
	position: relative;
	/*@include size(36px, 16px);*/
}
@media (min-width: 991.98px) {
	.custom-select-box {
		display: block;
	}
}
@media (min-width: 991.98px) {
	.jcf-select {
		display: block;
	}
}
#button {
	opacity: 0;
	width: 40px;
	left: 15px;
	height: 40px;
	bottom: 12px;
	z-index: 1000;
	display: block;
	position: fixed;
	line-height: 46px;
	border-radius: 4px;
	text-align: center;
	visibility: hidden;
	background: #6ec00c;
	-webkit-transition: background-color .3s, opacity .5s, visibility .5s;
	-o-transition: background-color .3s, opacity .5s, visibility .5s;
	transition: background-color .3s, opacity .5s, visibility .5s;
}
#button:after {
	top: 50%;
	left: 50%;
	color: #fff;
	font-size: 1em;
	content: "\e908";
	font-style: normal;
	position: absolute;
	font-weight: normal;
	font-family: 'icomoon';
	margin: -13px 0 0 -7px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
@media (min-width: 991.98px) {
	#button:after {
		margin: -22px 0 0 -10px;
	}
}
#button:hover {
	cursor: pointer;
	background: #6ec00c;
}
#button:active {
	background: #007bb8;
}
#button.show {
	opacity: 1;
	visibility: visible;
}
/* banner styles */
.banner {
	color: #fff;
	padding: 30px 0;
}
@media (min-width: 991.98px) {
	.banner {
		padding: 10px 0;
	}
}
.banner h1 {
	text-transform: none;
	font: 400 22px/1.25 'Raleway', Arial, Helvetica, sans-serif;
	padding-right: 29px;
}
@media (min-width: 991.98px) {
	.banner h1 {
		font-size: 45px;
	}
}
.banner h1 strong,
.banner h1 span {
	font-weight: 700;
}
.banner .image-holder {
	overflow: hidden;
}
.banner .image-holder img {
	display: block;
	max-width: 60%;
	margin: 0 auto;
	-webkit-filter: opacity(0.9);
	filter: opacity(0.9);
	width: 100%;
	height: auto;
}
@media (min-width: 767.98px) {
	.banner .image-holder img {
		max-width: inherit;
	}
}
.banner p {
	line-height: 1.8;
	color: #fff;
}
.banner.inner-banner {
	color: #001323;
	    background-size: 100% 100%;
}
@media (min-width: 991.98px) {
	.banner.inner-banner {
		font-size: 22px;
		background-size:cover !important;
		padding-top:140px;
	}
}
.banner.inner-banner h1 {
	font-weight: 700;
	color: #DA1F29;
}
.banner.inner-banner h1 strong {
	color: #16377D;
}
.section-services.services {
	padding-bottom: 0;
}
.section-services.services .blocks [class^="col-"] {
	margin: 0 0 40px;
}
@media (min-width: 767.98px) {
	.section-services.services .blocks [class^="col-"] {
		margin: 0 0 80px;
	}
}
.section-services.services .lead {
	line-height: normal;
}
.section-services.services .card {
	height: 100%;
	color: #767676;
	background: #f2f2f2;
	padding: 3rem 1rem 1rem;
	border: 1px solid #e9e9e9;
	font: 400 12px/1.5 'Open Sans', Arial, Helvetica, sans-serif;
	-webkit-box-shadow: 0 6px 15px 2px rgba(0, 0, 0, 0.13);
	box-shadow: 0 6px 15px 2px rgba(0, 0, 0, 0.13);
}
@media (min-width: 767.98px) {
	.section-services.services .card {
		font-size: 14px;
		line-height: 1.8;
		padding-top: 4rem;
	}
}
.section-services.services .card .icon {
	left: 50%;
	top: -25px;
	position: absolute;
	width: 50px;
	height: auto;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
@media (min-width: 575.98px) {
	.section-services.services .card .icon {
		left: 15px;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}
@media (min-width: 767.98px) {
	.section-services.services .card .icon {
		width: 70px;
		top: -35px;
	}
}
.section-services.services .card .icon img {
	display: block;
	width: 100%;
	height: auto;
}
/* art-section styles */
.art-section {
	overflow: hidden;
	background: #e3e7eb;
}
.art-section .blocks [class^="col-"] {
	margin: 150px 0 0;
}
.art-section .card {
	height: 100%;
	padding: 1rem;
	border-radius: 0;
	background: #fff;
	border: 1px solid #898989;
	border-top: 6px solid #6ec00c;
	font: 400 12px/1.5 'Open Sans', Arial, Helvetica, sans-serif;
}
.art-section .card .image-holder {
	overflow: hidden;
	margin: -150px 0 20px;
	width: 100%;
	height: auto;
	border: 1px solid #e9e9e9;
	-webkit-box-shadow: 0 4px 8px 0 rgba(132, 132, 132, 0.19);
	box-shadow: 0 4px 8px 0 rgba(132, 132, 132, 0.19);
}
.art-section .card .image-holder img {
	display: block;
	width: 100%;
	height: auto;
}
.art-section h3 span {
	padding: 0 0 5px;
	display: inline-block;
	vertical-align: top;
	border-bottom: 2px solid #DA1F29;
	font-size: 20px;
	font-weight: 600;
    color: #16377D;
}
.art-section .art-list {
	color: #001323;
	font: 400 14px/1.5 'Open Sans', Arial, Helvetica, sans-serif;
}
.art-section .art-list li {
	position: relative;
	padding: 0 0 0 20px;
}
.art-section .art-list li+li {
	margin-top: 10px;
}
.art-section .art-list li:before {
	top: 0;
	left: 0;
	font-size: 16px;
	content: "\e910";
	position: absolute;
	color: #DA1F29;
	font-family: 'icomoon';
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* features-section styles */
.features-section {
	overflow: hidden;
}
.features-section .blocks [class^="col-"] {
	margin: 0 0 15px;
}
@media (min-width: 767.98px) {
	.features-section .blocks [class^="col-"] {
		margin: 0 0 30px;
	}
}
.features-section .card {
	height: 100%;
	padding: 1rem;
	border-radius: 0;
	background: #fff;
	border: 1px solid #898989;
	font: 400 14px/1.8 'Open Sans', Arial, Helvetica, sans-serif;
}
.features-section .card:before {
	top: -5px;
	right: -5px;
	content: "";
	z-index: -1;
	position: absolute;
	width: 60px;
	height: 60px;
	background: #6ec00c;
}
/* experience-section styles */
.experience-section {
	overflow: hidden;
	padding-bottom: 0;
	background: #fbfbfb;
}
.experience-section .exp-list li+li {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #898989;
}
@media (min-width: 575.98px) {
	.experience-section .exp-list li+li {
		border: 0;
		padding: 0;
		margin-top: 20px;
	}
}
@media (min-width: 991.98px) {
	.experience-section .exp-list li+li {
		margin-top: 50px;
	}
}
.experience-section .exp-list .image-holder {
	overflow: hidden;
	margin: 0 0 10px;
	position: relative;
	width: 100%;
	height: auto;
	border: 1px solid #e9e9e9;
}
@media (min-width: 575.98px) {
	.experience-section .exp-list .image-holder {
		width: 185px;
		margin: 0 1rem 0 0;
	}
}
.experience-section .exp-list .image-holder img {
	display: block;
	width: 100%;
	height: auto;
}
.experience-section .exp-list .image-holder:before {
	background: rgba(160, 159, 159, 0.4);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	content: "";
}
.experience-section h2 a {
	color: #001323;
}
.experience-section h2 a:hover {
	text-decoration: none;
	color: #d31000;
}
.experience-section .text-box {
	color: #001323;
	overflow: hidden;
	font: 400 14px/1.5 'Open Sans', Arial, Helvetica, sans-serif;
}
.experience-section .text-box p {
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.experience-section .text-box .learn-more {
	color: #001323;
	line-height: normal;
	text-transform: uppercase;
}
.experience-section .text-box .learn-more:hover span {
	border-color: transparent;
}
.experience-section .text-box .learn-more span {
	display: inline-block;
	vertical-align: top;
	border-bottom: 2px solid #001323;
}
/* contact-section styles */
.contact-section {
	overflow: hidden;
	background: #fbfbfb;
}
.contact-section .contact-form {
	padding: 2rem 2.5rem 0.5rem;
	overflow: hidden;
	margin-bottom: 1rem;
	background: #c5acdd;
}
@media (min-width: 991.98px) {
	.contact-section .contact-form {
		padding: 1rem 2rem 1.5rem;
		margin-bottom: 0;
	}
}
.contact-section .contact-form h1 {
	color: #fff;
	margin: 0 0 1rem;
}
.contact-section .contact-form br,
/*.contact-section .contact-form .ajax-loader {
	display: none;
}*/
.contact-section .contact-form label {
	margin: 0;
	display: block;
}
.contact-section .seaction-head {
	padding: 1rem;
	overflow: hidden;
	background: #001323;
}
.contact-section .social-networks .list-inline-item:not(:last-child) {
	    margin-right: 1.5rem;
}
.contact-section .social-networks a {
	color: #fff;
	font-size: 20px;
}
.contact-section .social-networks a:hover {
	color: #d31000;
	text-decoration: none;
}
.contact-section .contact-info-box {
	padding: 1rem;
	overflow: hidden;
}
@media (min-width: 767.98px) {
	.contact-section .contact-info-box {
		padding: 3rem;
	}
}
@media (min-width: 991.98px) {
	.contact-section .contact-info-box {
		padding: 4rem;
	}
}
.contact-section .contacts-list {
	font: 400 14px/1.5 'Open Sans', Arial, Helvetica, sans-serif;
}
@media (min-width: 991.98px) {
	.contact-section .contacts-list {
		font-size: 16px;
		line-height: 23px;
	}
}
.contact-section .contacts-list li {
	position: relative;
	padding: 0 0 0 25px;
}
@media (min-width: 991.98px) {
	.contact-section .contacts-list li {
		padding: 0 0 0 35px;
	}
}
@media (min-width: 991.98px) {
	.contact-section .contacts-list li+li {
		margin-top: 30px;
	}
}
.WidgetHeaderStyleWrapper__BackgroundPanelContent-ihvct3-1.dHVtiI.widget-background-panel{
	background:#16377d !important;
}
.contact-section .contacts-list li span {
	left: 0;
	top: 3px;
	font-size: 16px;
	position: absolute;
}
@media (min-width: 991.98px) {
	.contact-section .contacts-list li span {
		top: 0;
		font-size: 22px;
	}
}
.contact-section .contacts-list li span.icon-location-pin,
.contact-section .contacts-list li span.icon-phone {
	top: 2px;
	font-size: 18px;
}
@media (min-width: 991.98px) {
	.contact-section .contacts-list li span.icon-location-pin,
	.contact-section .contacts-list li span.icon-phone {
		top: 0;
		font-size: 26px;
	}
}
.contact-section .contacts-list li a {
	color: #001323;
}
.contact-section .contacts-list li a:hover {
	color: #d31000;
	text-decoration: none;
}
/* location-map styles */
.location-map {
	overflow: hidden;
	max-height: 437px;
}
/* Estimation Popup styles */
.estimation-popup {
	top: 0;
	height: 100%;
	right: -515px;
	z-index: 9999;
	position: fixed;
	max-width: 500px;
	overflow-y: auto;
	background: #fff;
	-webkit-transition: right ease 0.4s;
	-o-transition: right ease 0.4s;
	transition: right ease 0.4s;
	padding: 2rem 1rem 1rem 1rem;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	font: 400 14px/1.5 'Open Sans', Arial, Helvetica, sans-serif;
}
.popup-open .estimation-popup {
	right: 0;
}
.estimation-popup .close {
	top: 1rem;
	right: 1rem;
	color: #fff;
	background: #001323;
	position: absolute;
	border-radius: 50%;
	text-align: center;
	width: 30px;
	height: 30px;
	font: 700 14px/26px 'Open Sans', Arial, Helvetica, sans-serif;
	transition: all 0.8s;
}
.estimation-popup .close:hover {
	opacity: 1;
}
.estimation-popup h1 {
	color: #001323;
	margin: 0 0 1rem;
}
.estimation-popup label sup {
	color: #d31000;
}
.estimation-popup .form-control {
	background: #e3e7eb;
}
.estimation-popup textarea {
	min-width: 100%;
	max-width: 100%;
    min-height: 100px;
    max-height: 100px;
	overflow: auto;
	resize: none;
}
.estimation-popup .btn {
	width: 100%;
	font-size: 18px;
	text-transform: uppercase;
}
/* Top Local Certified */
.certified-section .image-holder {
	overflow: hidden;
	padding: 10px 0 0;
}
@media (min-width: 991.98px) {
	.certified-section .image-holder {
		padding: 40px 0 10px;
	}
}
.certified-section .image-holder img {
	display: block;
	max-width: 100%;
}
/* achievements-block styles */
@media (min-width: 991.98px) {
	.achievements-block .section {
		font-size: 14px;
	}
}
.achievements-block .section:nth-child(odd) {
	background: #fbfbfb;
}
.achievements-block .section .image-holder {
	padding: 1rem;
	overflow: hidden;
}
.achievements-block .section .image-holder img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
/* health-care block */
.healthcare .banner {
	position: relative;
	background-repeat: no-repeat;
	background-position: bottom right;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 60px 0;
}
@media (min-width: 991.98px) {
	.healthcare .banner {
		padding: 160px 0;
	}
}
.healthcare .banner h1 {
	color: #001323;
	font-weight: 500;
	text-shadow: 0px 3px 0px rgba(132, 132, 132, 0.17);
}
.healthcare .banner {
	position: relative;
	background-repeat: no-repeat;
	background-position: bottom right;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 60px 0;
}
@media (min-width: 991.98px) {
	.healthcare .banner {
		padding: 160px 0;
	}
}
.healthcare .banner h1 {
	color: #001323;
	font-weight: 500;
	text-shadow: 0px 3px 0px rgba(132, 132, 132, 0.17);
}
.healthcare-block {
	background: #fafafb;
}
/* med-services-block */
.med-services-block .image-holder,
.chalanges-opportunities-block .image-holder {
	overflow: hidden;
}
.med-services-block .image-holder img,
.chalanges-opportunities-block .image-holder img {
	display: block;
	width: 100%;
	height: auto;
}
.med-services-block .services-list,
.chalanges-opportunities-block .services-list {
	margin: 1.5rem 0 1rem;
	font: 500 13px/1.5 'Raleway', Arial, Helvetica, sans-serif;
}
@media (min-width: 991.98px) {
	.med-services-block .services-list,
	.chalanges-opportunities-block .services-list {
		display: -ms-grid;
		display: grid;
		grid-gap: 10px;
		font-size: 18px;
		margin: 3rem 0 0;
		-ms-grid-columns: 50% 50%;
		grid-template-columns: 50% 50%;
	}
}
.med-services-block .services-list li,
.chalanges-opportunities-block .services-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
@media (min-width: 991.98px) {
	.med-services-block .services-list li,
	.chalanges-opportunities-block .services-list li {
		margin-bottom: 60px;
	}
}
.med-services-block .services-list li+li,
.chalanges-opportunities-block .services-list li+li {
	margin-top: 20px;
}
@media (min-width: 991.98px) {
	.med-services-block .services-list li+li,
	.chalanges-opportunities-block .services-list li+li {
		margin-top: 0;
	}
}
.med-services-block .services-list li [class^="icon-"],
.chalanges-opportunities-block .services-list li [class^="icon-"] {
	left: 0;
	top: 50%;
	font-size: 30px;
	position: absolute;
	color: #d31000;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media (min-width: 991.98px) {
	.med-services-block .services-list li [class^="icon-"],
	.chalanges-opportunities-block .services-list li [class^="icon-"] {
		font-size: 70px;
	}
}
.med-services-block .services-list a,
.chalanges-opportunities-block .services-list a {
	color: #001323;
	position: relative;
	padding: 0 0 0 40px;
}
@media (min-width: 991.98px) {
	.med-services-block .services-list a,
	.chalanges-opportunities-block .services-list a {
		padding: 0 0 0 94px;
	}
}
.med-services-block .services-list a:hover .txt:after,
.chalanges-opportunities-block .services-list a:hover .txt:after {
	width: 100%;
}
.med-services-block .services-list .txt,
.chalanges-opportunities-block .services-list .txt {
	display: inline-block;
	position: relative;
}
.med-services-block .services-list .txt:after,
.chalanges-opportunities-block .services-list .txt:after {
	-webkit-transition: width 0.4s ease;
	-o-transition: width 0.4s ease;
	transition: width 0.4s ease;
	background: #6ec00c;
	width: 0;
	height: 3px;
	position: absolute;
	content: "";
	bottom: -2px;
	left: 0;
}
/* chalanges-opportunities-block styles */
.chalanges-opportunities-block {
	background-repeat: no-repeat;
	background-position: right bottom;
	-webkit-background-size: cover;
	background-size: cover;
}
.chalanges-opportunities-block .text-box {
	opacity: 0.91;
	color: #001323;
	padding: 2rem;
	text-align: justify;
	border-radius: 10px;
	background-color: #f4f2f2;
	-webkit-box-shadow: 0 3px 9px 0 rgba(132, 132, 132, 0.8);
	box-shadow: 0 3px 9px 0 rgba(132, 132, 132, 0.8);
}
.chalanges-opportunities-block .text-box h2 {
	color: #684d87;
	text-transform: capitalize;
}
.chalanges-opportunities-block .text-box p {
	margin: 0;
}
/* process-section styls */
.process-section .image-holder,
.portfolio-slider .image-holder {
	overflow: hidden;
}
.process-section .image-holder img,
.portfolio-slider .image-holder img {
	display: block;
	width: 100%;
	height: auto;
}
/* portfolio section styles */
.portfolio-section {
	background: -moz-radial-gradient(50% 50%, circle closest-side, #f6f8fa 0%, #eff0f1 39%, #e7e8e8 74%);
	background: -webkit-radial-gradient(50% 50%, circle closest-side, #f6f8fa 0%, #eff0f1 39%, #e7e8e8 74%);
	background: -ms-radial-gradient(50% 50%, circle closest-side, #f6f8fa 0%, #eff0f1 39%, #e7e8e8 74%);
}
.portfolio-slider .image-holder {
	margin-bottom: 30px;
}
@media (min-width: 767.98px) {
	.portfolio-slider .image-holder {
		margin-bottom: 0;
	}
}
.portfolio-slider .txt-box {
	overflow: hidden;
}
.portfolio-slider .btns {
	overflow: hidden;
	padding: 0 0 20px;
}
@media (min-width: 991.98px) {
	.portfolio-slider .btns {
		padding: 0 0 35px;
	}
}
.portfolio-slider .btns .btn-primary {
	border: 0;
	min-width: 80px;
	font-weight: 700;
	border-radius: 0;
	background: #001323;
	text-transform: uppercase;
}
.portfolio-slider .btns .btn-primary+.btn-primary {
	margin-left: 1rem;
}
.portfolio-slider .btns .btn-primary:hover {
	background: #d31000;
}
.portfolio-slider .more {
	color: #001323;
	font-size: 24px;
}
.portfolio-slider .more:hover {
	color: #d31000;
}
.portfolio-slider .owl-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 0 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (min-width: 991.98px) {
	.portfolio-slider .owl-dots {
		padding: 60px 0 0;
	}
}
.portfolio-slider .owl-dots button {
	margin: 0 3px;
	background: #001323;
	border-radius: 4px;
	width: 31px;
	height: 8px;
	-webkit-transition: width 0.4s ease;
	-o-transition: width 0.4s ease;
	transition: width 0.4s ease;
}
.portfolio-slider .owl-dots button span {
	display: none;
}
.portfolio-slider .owl-dots button.active {
	width: 79px;
	background: #6ec00c;
}
/* technology-section styles */
.technology-section .image-holder,
.projects-block .image-holder {
	overflow: hidden;
}
.technology-section .image-holder img,
.projects-block .image-holder img {
	display: block;
	width: 100%;
	height: auto;
}
/* portfolio page styles */
.projects-block {
	background: #efefef;
}
.projects-block .projects-list {
	overflow: hidden;
	background: #fff;
	margin-bottom: 2rem;
}
@media (min-width: 991.98px) {
	.projects-block .projects-list {
		margin-bottom: 3rem;
	}
}
.projects-block .projects-list .row {
	position: relative;
}
.projects-block .projects-list .row:nth-child(even) .text-box:after,
.projects-block .projects-list .row:nth-child(even) .text-box:before {
	right: auto;
	right: 0;
}
.projects-block .text-box {
	position: relative;
	text-align: justify;
	overflow: hidden;
	font-size: 12px;
	overflow: auto;
	padding: 15px;
	height: 100%;
}
@media (min-width: 991.98px) {
	.projects-block .text-box {
		padding: 20px;
		font-size: 14px;
	}
}
@media (min-width: 1199.98px) {
	.projects-block .text-box {
		padding: 30px;
		font-size: 18px;
	}
}
.projects-block .text-box p {
	margin: 0 0 0.5rem;
}
@media (min-width: 767.98px) {
	.projects-block .text-box p {
		margin: 0 0 1rem;
	}
}
.projects-block .text-box .more {
	float: right;
	color: #001323;
	font-size: 24px;
	line-height: normal;
}
.projects-block .text-box .more:hover {
	color: #684d87;
}
.projects-block .text-box:after,
.projects-block .text-box:before {
	background: #65b00b;
	width: 30px;
	height: 3px;
	position: absolute;
	content: "";
	z-index: 1;
	right: 0;
	top: 0;
}
.projects-block .text-box.tex-boxqa:after,
.projects-block .text-box.tex-boxqa:before {
	left: 0;
}


@media (min-width: 767.98px) {
	.projects-block .text-box:after,
	.projects-block .text-box:before {
		width: 40px;
		height: 5px;
	}
}
.projects-block .text-box:after {
	width: 3px;
	height: 30px;
}
@media (min-width: 767.98px) {
	.projects-block .text-box:after {
		width: 5px;
		height: 40px;
	}
}
.projects-block .pagination {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.projects-block .pagination .page-item .page-link {
	background: none;
}
.nav-pills {
	border: 0;
	margin: 0 -10px;
}
@media (min-width: 767.98px) {
	.nav-pills {
		margin: 0 -15px;
	}
}
.nav-pills .nav-item {
	padding-left: 5px;
	padding-right: 5px;
}
@media (min-width: 767.98px) {
	.nav-pills .nav-item {
		padding-left: 15px;
		padding-right: 15px;
	}
}
.nav-pills .nav-link {
	border: 0;
	height: 100%;
	color: #001323;
	padding: 12px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #f7f7f7;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 10px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font: 600 16px/normal 'Raleway', Arial, Helvetica, sans-serif;
}
.nav-pills .nav-link.active,
.nav-pills .nav-link:hover {
	color: #fff;
	background-color: #001323;
	-webkit-box-shadow: 0 0 32px 0 rgba(132, 132, 132, 0.39);
	box-shadow: 0 0 32px 0 rgba(132, 132, 132, 0.39);
}
/* reviews-section */
.reviews-section {
	background: #efefef;
}
.reviews-carousel .slide {
	padding: 52px 10px 10px;
}
.reviews-carousel blockquote {
	margin: 0;
	background: #fff;
	text-align: center;
	padding: 70px 1rem 0.5rem;
	-webkit-box-shadow: 0 1px 10px 2px rgba(77, 77, 77, 0.2);
	box-shadow: 0 1px 10px 2px rgba(77, 77, 77, 0.2);
	font: 400 12px/1.8 'Raleway', Arial, Helvetica, sans-serif;
}
@media (min-width: 991.98px) {
	.reviews-carousel blockquote {
		font-size: 14px;
	}
}
.reviews-carousel blockquote .blockquote-footer {
	margin: 0;
}
.reviews-carousel blockquote .blockquote-footer:before {
	display: none;
}
.reviews-carousel .image-holder {
	top: 0;
	left: 50%;
	overflow: hidden;
	position: absolute;
	border-radius: 50%;
	margin: 0 0 0.5rem;
	width: 103px;
	height: 103px;
	border: 3px solid #fff;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.reviews-carousel .image-holder img {
	display: block;
	width: 100%;
	height: auto;
}
.reviews-carousel .title {
	display: block;
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 0.5rem;
}
@media (min-width: 991.98px) {
	.reviews-carousel .title {
		font-size: 16px;
	}
}
.reviews-carousel .title span {
	font-weight: 400;
	text-transform: uppercase;
}
.rating a {
	color: #ffcd00;
}
.rating span {
	font-size: 20px;
}
/*Footer Styles*/
#footer {
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	padding: 20px 0 0;
	background: #002c57;
	background: -moz-linear-gradient(left, #002c57 0%, #05192c 100%);
	background: -webkit-linear-gradient(left, #002c57 0%, #05192c 100%);
	background: -webkit-gradient(linear, left top, right top, from(#002c57), to(#05192c));
	background: -o-linear-gradient(left, #002c57 0%, #05192c 100%);
	background: linear-gradient(to right, #002c57 0%, #05192c 100%);
	font: 400 12px/1.5 'Open Sans', Arial, Helvetica, sans-serif;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5a3b77+0,60417f+8,654784+19,684e84+36,695384+78,64507d+78,4c3d60+78,453757+78,453757+79,472b5f+79,3e2352+100 */
background: #002c57; /* Old browsers */
background: linear-gradient(to right, #0d2558 0%,#16377d 8%,#16377d 19%,#16377d 36%,#16377d 78%,#0d2558 78%,#0d2558 78%,#0d2558 78%,#0d2558 79%,#0d2558 79%,#0d2558 100%); /* FF3.6-15 */
background: linear-gradient(to right, #0d2558 0%,#16377d 8%,#16377d 19%,#16377d 36%,#16377d 78%,#0d2558 78%,#0d2558 78%,#0d2558 78%,#0d2558 79%,#0d2558 79%,#0d2558 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #0d2558 0%,#16377d 8%,#16377d 19%,#16377d 36%,#16377d 78%,#0d2558 78%,#0d2558 78%,#0d2558 78%,#0d2558 79%,#0d2558 79%,#0d2558 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a3b77', endColorstr='#3e2352',GradientType=1 ); /* IE6-9 */

}
@media (min-width: 991.98px) {
	#footer {
		font-size: 16px;
		padding: 40px 0 0;
	
	}
}
#footer .holder {
	position: relative;
}
@media (min-width: 991.98px) {
	#footer .holder {
		margin: -40px -9999px -10px 0;
		padding: 20px 9999px 10px 0;
		border-top: 29px solid #fff;
		-webkit-box-shadow: 0 14px 10.4px 2.6px rgba(4, 16, 29, 0.71);
		box-shadow: 0 14px 10.4px 2.6px rgba(4, 16, 29, 0.71);
		background: #001323 url("images/rpt.png") repeat-y top left;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5a3b77+0,60417f+8,654784+19,684e84+36,695384+78,64507d+78,4c3d60+78,453757+78,453757+79,472b5f+79,3e2352+100 */
background: #5a3b77; /* Old browsers */
background: linear-gradient(to right, #13316f 0%,#15316c 8%,#12347a 19%,#13316f 36%,#13316f 78%,#13316f 78%,#13316f 78%,#13316f 78%,#13316f 79%,#13316f 79%,#13316f 100%); /* FF3.6-15 */
background: linear-gradient(to right, #13316f 0%,#15316c 8%,#12347a 19%,#13316f 36%,#13316f 78%,#13316f 78%,#13316f 78%,#13316f 78%,#13316f 79%,#13316f 79%,#13316f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #13316f 0%,#15316c 8%,#12347a 19%,#13316f 36%,#13316f 78%,#13316f 78%,#13316f 78%,#13316f 78%,#13316f 79%,#13316f 79%,#13316f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a3b77', endColorstr='#3e2352',GradientType=1 ); /* IE6-9 */

	}
}
#footer .holder:before,
#footer .holder:after {
	left: 0;
	top: -29px;
	content: "";
	display: none;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
}
@media (min-width: 991.98px) {
	#footer .holder:before,
	#footer .holder:after {
		display: block;
	}
}
#footer .holder:before {
	border-width: 29px 33px 0 0;
	border-color: #16377D transparent transparent transparent;
}
#footer .holder:after {
	border-width: 0 0 29px 33px;
	border-color: transparent transparent #DA1F29 transparent;
}
#footer .logo {
	display: block;
	margin: 0 0 15px;
	width: 100%;
	height: auto;
}
@media (min-width: 991.98px) {
	#footer .logo {
		margin: 0 auto 15px;
		max-width: 40%;
	}
}
#footer .logo img {
	display: block;
	width: 100%;
	height: auto;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #6ec00c;
	text-decoration: none;
}
#footer .heading {
	margin: 0 0 0.5rem;
	text-transform: capitalize;
	border-bottom: 1px solid #fff;
	font: 600 14px/1.5 'Raleway', Arial, Helvetica, sans-serif;
}
@media (min-width: 991.98px) {
	#footer .heading {
		border: 0;
		float: left;
		width: 120px;
		font-size: 18px;
		margin: 0 2rem 0 0 !important;
	}
}
#footer address {
	display: block;
	overflow: hidden;
}
@media (min-width: 991.98px) {
	#footer address {
		margin: 0 0 15px;
	}
}
#footer .footer-bottom {
	overflow: hidden;
	background: #132d63;
/* 	padding: 0 0 60px; */
}
#footer .nav-links {
	margin: 0 0 1rem;
	padding-bottom: 15px;
	justify-content: inherit;
}
#footer .nav-links:after {
	bottom: 0;
	left: 15px;
	height: 1px;
	right: 15px;
	content: "";
	position: absolute;
	background: #402554;
}
#footer .f-nav li+li {
	padding: 0 0 0 10px;
	position: relative;
}
@media (min-width: 991.98px) {
	#footer .f-nav li+li {
		padding: 0 0 0 20px;
	}
}
@media (min-width: 991.98px) {
	#footer .f-nav li+li .list-inline-item:not(:last-child) {
		margin-right: 20px;
	}
}
#footer .f-nav li+li:before {
	left: 0;
	top: 4px;
	bottom: 2px;
	width: 1px;
	content: "";
	background: #fff;
	position: absolute;
}
@media (min-width: 991.98px) {
	#footer .f-links {
		margin: 0;
		padding-bottom: 0;
		font: 400 14px/1.5 'Raleway', Arial, Helvetica, sans-serif;
	}
}
#footer .social-networks {
	text-align: left;
}
#footer .social-networks .list-inline-item:not(:last-child) {
	margin-right: 0.2rem;
}
@media (min-width: 991.98px) {
	#footer .social-networks {
		text-align: center;
	}
}
#footer .social-networks a {
	display: block;
	position: relative;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	background: #DA1F29;
	border: 1px solid transparent;
}
#footer .social-networks a:hover {
	color: #fff;
	background: none;
	border: 1px solid #84d721;
}
#footer .social-networks a span {
	top: 50%;
	left: 50%;
	font-size: 14px;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.txt-copyright {
	font: 400 9px/1.8 'Raleway', Arial, Helvetica, sans-serif;
}
@media (min-width: 991.98px) {
	.txt-copyright {
		font-size: 12px;
	}
	.sticky-links-holder {
	padding: 12px 0;
}

}
.sticky-links-holder {
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
	    padding: 0px 0 14px;
	background: #402554;
}
.sticky-links {
	left: 50%;
	position: relative;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.sticky-links a {
	color: #fff;
	display: block;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	position: relative;
}
.sticky-links a span {
	top: 50%;
	left: 50%;
	font-size: 26px;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.sticky-links a:hover {
	background: none !important;
}
.sticky-links .whatsapp a {
	background: #6ec00c;
	border: 2px solid #6ec00c;
}
.sticky-links .whatsapp a:hover {
	color: #6ec00c !important;
}
.sticky-links .phone a {
	background: #007bb8;
	border: 2px solid #007bb8;
}
.sticky-links .phone a:hover {
	color: #007bb8 !important;
}
.sticky-links .chat a {
	background: #ff7800;
	border: 2px solid #ff7800;
}
.sticky-links .chat a:hover {
	color: #ff7800 !important;
}
.sticky-links .quote a {
	background: #695284;
	border: 2px solid #695284;
}
.sticky-links .quote a:hover {
	color: #fff !important;
}
/* blog-section styles */
.blog-section {
	overflow: hidden;
	padding: 0 0 2rem;
}
@media (min-width: 767.98px) {
	.blog-section [class^="col-"] {
		padding-left: 7.5px;
		padding-right: 7.5px;
	}
}
@media (min-width: 991.98px) {
	.blog-section [class^="col-"] {
		padding-left: 5px;
		padding-right: 5px;
	}
}
@media (min-width: 767.98px) {
	.blog-section .row {
		margin-left: -7.5px;
		margin-right: -7.5px;
	}
}
@media (min-width: 991.98px) {
	.blog-section .row {
		margin-left: -5px;
		margin-right: -5px;
	}
}
@media (min-width: 991.98px) {
	.blog-section .row+.row {
		margin-top: 10px;
	}
}
.blog-section .post {
	overflow: hidden;
	margin-bottom: 15px;
}
@media (min-width: 991.98px) {
	.blog-section .post {
		margin: 0;
	}
}
.blog-section .post.featured {
	max-height: 280px;
}
@media (min-width: 991.98px) {
	.blog-section .post.featured {
		max-height: inherit;
		height: 100%;
	}
}
.blog-section .post.featured .post-caption {
	left: 15px;
	right: 15px;
	bottom: 15px;
}
.blog-section .post.featured .metas {
	font-size: 14px;
}
.blog-section .post.featured .tag {
	font: 500 14px/1.15 'Raleway', Arial, Helvetica, sans-serif;
}
.blog-section .post a {
	display: block;
	width: 100%;
	height: 100%;
}
.blog-section .post a:hover {
	text-decoration: none;
}
.blog-section .post a:hover .image-holder img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.blog-section .image-holder {
	z-index: 1;
	height: 100%;
}
.blog-section .image-holder:before {
	background: rgba(25, 42, 55, 0.63);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	content: "";
}
.blog-section .image-holder img {
	display: block;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	width: 100%;
	height: auto;
}
@media (min-width: 991.98px) {
	.blog-section .image-holder img {
		width: 100%;
		height: 100%;
	}
}
.blog-section .post-caption {
	z-index: 2;
	left: 10px;
	right: 10px;
	bottom: 10px;
	color: #fff;
}
.blog-section .post-caption h1,
.blog-section .post-caption h2 {
	margin: 0;
	color: #fff;
}
.blog-section .post-caption h1 {
	font-size: 16px;
	line-height: 1.25;
	text-transform: none;
}
@media (min-width: 991.98px) {
	.blog-section .post-caption h1 {
		font-size: 22px;
		line-height: 1.5;
	}
}
@media (min-width: 991.98px) {
	.blog-section .post-caption h2 {
		font-size: 16px;
	}
}
.blog-section .metas {
	font-size: 12px;
	font-weight: 700;
}
.entry-meta {
	font: 400 14px/1.15 'Raleway', Arial, Helvetica, sans-serif;
}
.entry-meta a {
	color: #212529;
	font-weight: 500;
}
.entry-meta a:hover { color: #d31000; }
.entry-meta a time { margin-right: 0.5rem; }
.blog-section .metas time {
	font-weight: 400;
}
.blog-section .tag {
	padding: 3px 5px;
	margin-bottom: 10px;
	background: #684d87;
	display: inline-block;
	vertical-align: middle;
	font: 500 13px/1.15 'Raleway', Arial, Helvetica, sans-serif;
}
/* more news section styles */
.more-news-section {
	padding: 0 0 2rem;
	overflow: hidden;
}
@media (min-width: 991.98px) {
	.more-news-section {
		padding: 2rem 0;
	}
}
.more-news-section .section-head {
	padding-bottom: 1rem;
}
@media (min-width: 991.98px) {
	.more-news-section .section-head {
		padding-bottom: 2rem;
	}
}
.more-news-section .section-head h1 {
	margin: 0;
	position: relative;
	text-align: center;
	text-transform: capitalize;
}
.more-news-section .section-head h1:before {
	left: 0;
	right: 0;
	top: 50%;
	z-index: -1;
	content: "";
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-top: 1px solid #33424f;
}
.more-news-section .section-head h1 span {
	color: #001323;
	padding: 5px 10px;
	background: #a4c9f0;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	transform: skewX(-20deg);
}
@media (min-width: 991.98px) {
	.more-news-section .section-head h1 span {
		padding: 5px 20px;
	}
}
.pagination {
  margin: 30px 0 0;
  font-size: 20px; }
  .pagination .page-item {
    position: relative; }
    .pagination .page-item .page-link {
      border: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #001323;
      line-height: 20px;
      padding: 12px 20px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-transition: all ease-in-out 0s;
      -o-transition: all ease-in-out 0s;
      transition: all ease-in-out 0s; }
      .pagination .page-item .page-link:hover {
        background: none;
        color: #65b00b; }
    .pagination .page-item.active .page-link {
      background: none;
      outline: 4px solid #65b00b; }
    .pagination .page-item + .page-item:after {
      top: 50%;
      left: -1px;
      content: "";
      position: absolute;
      background: #e9e9e9;
      width: 1px;
      height: 33px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
      font-size: 40px;
      border-radius: 0;
      line-height: 10px;
      color: #65b00b; }
/*blog posts block styles*/
.posts-block {
	padding-bottom: 1rem;
}
@media (min-width: 991.98px) {
	.posts-block {
		padding-bottom: 96px;
	}
}
.posts-block .post-box {
	overflow: hidden;
	background: #fbfbfb;
}
.posts-block .post-box+.post-box {
	margin-top: 1rem;
}
@media (min-width: 991.98px) {
	.posts-block .post-box+.post-box {
		margin-top: 30px;
	}
}
.posts-block .post-box a {
	width: 100%;
	height: 100%;
}
@media (min-width: 991.98px) {
	.posts-block .post-box a {
		padding-left: 238px;
		position: relative;
		max-height: 152.98px;
	}
}
.posts-block .post-box a:hover .image-holder img {
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	-ms-transform: translate(-50%, -50%) scale(1.1);
	transform: translate(-50%, -50%) scale(1.1);
}
.posts-block .post-box .image-holder {
	overflow: hidden;
	position: relative;
	border: 1px solid #a09f9f;
}
@media (min-width: 991.98px) {
	.posts-block .post-box .image-holder {
		top: 0;
		left: 0;
		bottom: 0;
		width: 238px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 238px;
		flex: 0 0 238px;
		position: absolute;
	}
}
.posts-block .post-box .image-holder img {
	display: block;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	width: 100%;
	height: auto;
}
@media (min-width: 991.98px) {
	.posts-block .post-box .image-holder img {
		top: 50%;
		left: 50%;
		z-index: 1;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		position: absolute;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}
.posts-block .post-box .image-holder:before {
	background: rgba(25, 42, 55, 0.63);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	content: "";
	z-index: 2;
}
.posts-block .post-box h2 {
	margin: 0 0 0.5rem;
	font: 700 15px/1.5 'Raleway', Arial, Helvetica, sans-serif;
}
.posts-block .post-box .text-box {
	padding: 1rem;
	color: #001323;
	overflow: hidden;
	font: 400 11px/1.5 'Raleway', Arial, Helvetica, sans-serif;
}
@media (min-width: 991.98px) {
	.posts-block .post-box .text-box {
		padding: 20px;
	}
}
.posts-block .post-box .text-box p {
	margin: 0 0 0.75rem;
}
.posts-block .post-box .tag {
	color: #fff;
	padding: 3px 10px;
	background: #684d87;
	display: inline-block;
	vertical-align: middle;
	font: 500 13px/1.15 'Raleway', Arial, Helvetica, sans-serif;
}
/* sidebar styles */
.sidebar .widget {
	overflow: hidden;
}
.sidebar .widget+.widget {
	margin-top: 1rem;
}
@media (min-width: 991.98px) {
	.sidebar .widget+.widget {
		margin-top: 30px;
	}
}
.sidebar .widget+.widget img {
	display: block;
	width: 100%;
	height: auto;
}
.blog-section .post {
	height: 100%;
}


.banner.inner-banner.team-banner {
  background: url(../images/banner-team.jpg) no-repeat center right; }
  .banner.inner-banner.team-banner:before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
    /*background: rgba(17, 17, 17, 0.58);*/ }
    
      .banner.inner-banner.team-banner.before-none:before {
	display: none;
     }

  .banner.inner-banner.team-banner .span-red {
    color: #6ec00c; }

.suite-section {
  padding: 20px 0 20px; }
  .suite-section img {
    display: block;
    width: 100%;
    height: auto; }
    .work-section img{
    	width: auto;
    }
  .suite-section h2 {
    color: #6ec00c;
    font: bold 30px/41px 'Raleway', Arial, Helvetica, sans-serif;
        text-transform: uppercase; }
  .suite-section span {
    color: #684d87; }
  .suite-section .col h4 {
    font: bold 18px/1.8 'Raleway', Arial, Helvetica, sans-serif; 
    text-transform: uppercase;}
  .suite-section .col span {
    color: #6ec00c; 
    text-transform: uppercase;
    font-size: 16px;}
  .suite-section a {
    color: #6ec00c;
    text-transform: uppercase;
    font-size: 16px; }
  .suite-section a:hover {
    color: #d31000; }

.four-icon {
  padding: 20px 0; }

.suite-section.team-section {
  padding: 50px 0 0;
  background: #fafbfb; }
  .suite-section.team-section img {
    display: block;
    width: 100%;
    height: auto; }
  .suite-section.team-section p {
    color: #001323;
    font: normal 17px/24px 'Raleway', Arial, Helvetica, sans-serif;
    text-align: justify; }
  .suite-section.team-section .four-icon {
    padding: 20px 0; }
    .suite-section.team-section .four-icon li {
      margin: 0; }
    .suite-section.team-section .four-icon .one-top {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); }
    .suite-section.team-section .four-icon .img-box {
      width: 134px;
      height: 134px;
      border: 2px solid #000;
      border-radius: 100%;
      margin: 0 auto; }
    .suite-section.team-section .four-icon img {
      width: auto; }
    .suite-section.team-section .four-icon p {
      color: #6ec00c;
      font: bold 22px/normal 'Open Sans', Arial, Helvetica, sans-serif; }
    .suite-section.team-section .four-icon span {
      color: #6ec00c; }

.values-section img {
  display: block;
  width: 100%;
  height: auto; }

.values-section h4 {
  font-size: 30px;
  color: #6ec00c;
  font-weight: bold;
      text-transform: uppercase; }

.values-section span {
  color: #684d87; }

.work-section {
  padding: 50px 15px 80px; }
  .work-section .col {
    padding-bottom: 0; }
  .work-section .img-box {
    width: 184px;
    height: 184px;
    background: #dae8f7; }
  .work-section p {
    font-size: 16px; }

@media (min-width: 767.98px) {
  .absolute-two {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0; }
    .absolute-two img {
      height: 100%; }
  .absolute-one {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0; }
    .absolute-one img {
      height: 100%; }
  .values-section h4 {
    font-size: 37px;
    color: #6ec00c; }
  .suite-section h2 {
    font: bold 37px/41px 'Raleway', Arial, Helvetica, sans-serif; }
  .one-top {
    -webkit-transform: translate(0, -28px);
    -ms-transform: translate(0, -28px);
    transform: translate(0, -28px); }
  .work-section .col {
    padding-bottom: 0; }
  .suite-section.team-section .four-icon {
    padding: 60px 0; } }
    
    
    /***********contact**********/
.banner.inner-banner.team-banner.contact-banner p {
  font-size: 20px;
  line-height: 40px; }

.banner.inner-banner.team-banner.contact-banner a {
  font-size: 20px;
  min-width: 138px;
  min-height: 45px;
  line-height: 45px;
  display: block;
      color: #001323;
  background: #f0f5fa;
  border: 2px solid #6ec00c; }
  .banner.inner-banner.team-banner.contact-banner a:hover {
    color: #fff !important;
    background: none; }

.banner.inner-banner.team-banner.contact-banner .tow-botton {
  background: none; }
  .banner.inner-banner.team-banner.contact-banner .tow-botton:hover {
    background: #f0f5fa;
  border: 2px solid #6ec00c;
      color: #001323 !important;}

.dubai-section img {
  display: block;
  width: 100%;
  height: 100%; }

.dubai-section .col {
  background: url(images/bubai-one.png);
  background-size: 100% 100%;
  background-repeat: no-repeat; }

.dubai-section .two {
  background: url(images/bubai-two.png);
  background-size: 100% 100%;
  background-repeat: no-repeat; }

.dubai-section h3 {
  font-size: 40px; }
  .dubai-section h3:before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
    width: 100px;
    height: 3px;
    background: #fff;
    bottom: 0;
    margin: 0 auto;
    top: auto; }

.dubai-section p {
  font-size: 16px; }

.dubai-section a {
  font-size: 16px;
  display: block; }

.dubai-section span {
  font-weight: bold; }

.iconchat-section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.iconchat-section p {
  color: #001323;
  font-size: 18px;
  font-weight: bold; }

.find-section {
  background: #fff; }
  .find-section .find-icon {
    font-size: 0; }
  .find-section li {
    display: inline-block;
    padding-left: 10%;!important
    text-align: center;
    list-style-type: none; }
  .find-section h3 {
    background: #001323;
    font-size: 22px; }

@media (min-width: 1199.98px) {
  .dubai-section h3 {
    font-size: 51px; }
  .dubai-section p {
    font-size: 18px; }
  .dubai-section a {
    font-size: 15px;
    display: block; } }

@media (min-width: 767.98px) {
  .banner.inner-banner.team-banner.contact-banner p {
    font-size: 35px; }
  .banner.inner-banner.team-banner.contact-banner a {
    font-size: 21px;
    min-width: 205px;
    min-height: 50px;
    line-height: 50px; }
  .iconchat-section p {
    color: #001323;
    font-size: 20px; } }



/* Affiliate Page CSS */
.affiliate-banner {background-repeat: no-repeat;background-size: cover;background-position: center;padding: 130px 0 60px;}
.affiliate-banner .content h1 {color: #fff;font: 700 20px/1.5 'Raleway',Arial,Helvetica,sans-serif;}
.affiliate-banner a.btn {color: #fff;border: 2px solid #6ec00c;width: 170px;height: 50px;display: block;line-height: 18px;transition: all 0.5s;font-size: 16px;text-transform: uppercase;}
.affiliate-banner a.btn:hover {background: #fff;color: #6ec00c;}

.affiliate-program {text-align: center;padding: 70px 0 10px;}
.affiliate-program .content {border-bottom: 1px solid #c9c9c9;padding: 0 0 10px;margin: 0 0 50px;}
.affiliate-program h2 {font-size: 20px;text-transform: uppercase;line-height: 30px;}
.affiliate-program a {color: #84d721;}
.affiliate-program a:hover{color: #212529;}

.affiliate-program .howitworks .icon-hol {width: 130px;height: 130px;margin: 0 auto 15px;border-radius: 100%;background: #f2f2f2;display: flex;align-items: center;justify-content: center;}
.affiliate-program .howitworks .icon-hol img {width: 45px !important;margin: 0 !important;}

.rolling-block {padding: 0 0 40px;}
.rolling-block .btn.btn-default {font-size: 18px;line-height: 20px;padding: 15px 20px;margin: 0 0 10px;}
.rolling-block a {color: #84d721;}
.rolling-block a:hover{color: #212529;}

/* Media */
@media (min-width: 639.98px) {
	.affiliate-banner .content h1 {font-size: 26px;}
}
@media (min-width: 767.98px) {
	.affiliate-banner{padding-top: 160px;padding-bottom: 90px;}
	.affiliate-banner .content h1 {font-size: 30px;}
	.affiliate-program h2 {font-size: 26px;line-height: 36px;}
}
@media (min-width: 991.98px) {
	.affiliate-banner{padding-top: 190px;padding-bottom: 120px;}
	.affiliate-banner .content h1 {font-size: 34px;}
	.affiliate-program h2 {font-size: 30px;line-height: 40px;}
}
@media (min-width: 1199.98px) {
	.affiliate-banner{padding-top: 200px;padding-bottom: 150px;}
	.affiliate-banner .content h1 {font-size: 40px;}
}

@media (max-width: 767.98px){
	.container.aa .col-12.col-md-7.aos-init {
		opacity: 1 !important;
		transition: inherit !important;
		order: 2 !important;
	}
}
h5.text-white {
    padding-bottom: 50px;
}
.banner .box ul {
    padding-left: 0 !important;
}
.banner .box ul li, .visual .box ul li {
    display: inline-block;
    margin: 0!important;
}
.banner .box ul li:not(:first-child), .visual .box ul li:not(:first-child) { margin-left: 20px!important; }
.banner .box ul li.one a {
    color: #001323;
    border: 2px solid #6ec00c;
    background: #f0f5fa;
    transition: all 0.5s;
	text-align: center;
}
.banner .box ul li a {
    color: #fff;
    border: 2px solid #6ec00c;
    width: 200px;
    height: 50px;
    display: block;
    line-height: 45px;
    transition: all 0.5s;
	text-align: center;
}
.banner .box ul li.one a:hover {
    background: none;
    color: #fff;
}
.banner .box ul li a:hover {
    color: #001323;
    background: #f0f5fa;
}
@media (max-width: 991px){
.banner .box ul li a {
    width: 170px;
}
}
@media (max-width: 414px){
.banner .box ul li a {
    margin: 10px 0;
}
}


/**********siri-social-icon***********/

.mathcaptcha-802 {
    display: flex !important;
    align-items: center;
}
.mathcaptcha-802 input {
    margin-left: 10px;
}




#button.show {
 display: none;
}

.section.section-about p {
    text-shadow: 2px 2px 5px #000000;
}

.circular-menu {
  position: fixed;
  bottom: 1em;
  right: 1em;
}
.circular-menu .floating-btn {
	display: block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-color: hsl(0, 0%, 0%);
    box-shadow: 0 0px 0px 0 hsla(0, 0%, 0%, .26);
    color: hsl(0, 0%, 100%);
    text-align: center;
    line-height: 3.9;
    cursor: pointer;
    outline: 0;
    border-radius: 100%;
    overflow: hidden;
    min-width: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none !important;
    left: -35px;
    bottom: 29px; 
	
}




.img-rool {
    width: 54px;
    height: 54px;
    border: 2px solid #fff;
    border-radius: 100%;
    overflow: hidden;
    background: #000;
}
.circular-menu a.menu-item:before {
        color: #fff;
        font-size: 20px;
        line-height: 25px;
        position: absolute;
        left: 10px;
        top: 8px;
}
.circular-menu a.menu-item{
transition: all 0.5s;
}
.circular-menu.active .floating-btn {
  /*box-shadow: inset 0 0 3px hsla(0, 0%, 0%, .3);*/
}
.circular-menu .floating-btn:active {
  /*box-shadow: 0 4px 8px 0 hsla(0, 0%, 0%, .4);*/
}
.circular-menu .floating-btn i {
  font-size: 1.3em;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;  
}

.circular-menu.active .floating-btn i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.circular-menu:after {
  display: block;
  content: ' ';
  width: 3.5em;
  height: 3.5em;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
  background-color: hsl(4, 98%, 60%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.circular-menu.active:after {
  -webkit-transform: scale3d(5.5, 5.5, 1);
          transform: scale3d(5.5, 5.5, 1);
  -webkit-transition-timing-function: cubic-bezier(.68, 1.55, .265, 1);
          transition-timing-function: cubic-bezier(.68, 1.55, .265, 1);
}
.circular-menu .items-wrapper {
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.circular-menu .menu-item {
  position: absolute;
	top: 0.9em;
    right: 0.4em;
  z-index: -1;
  display: block;
  text-decoration: none;
  color: hsl(0, 0%, 100%);
  font-size: 1em;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 3;
  background-color: hsla(0,0%,0%,.1);
  -webkit-transition: background .2s ease, -webkit-transform .3s ease;
  transition: background .2s ease, -webkit-transform .3s ease;
  transition: transform .3s ease, background .2s ease;
  transition: transform .3s ease, background .2s ease, -webkit-transform .3s ease;
  background: none;
    min-width: 40px;
}
.circular-menu .menu-item:hover {
 transform: scale(1.1);
}
.circular-menu a.menu-item:hover:before{
      color: #000;
}
.circular-menu.active .menu-item {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* border: 2px solid #6ec00c; */
  /* background: #6ec00c; */
}
.circular-menu.active .menu-item:nth-child(1) {
  -webkit-transform: translate3d(1em,-7em,0);
          transform: translate3d(1em,-7em,0);
}
.circular-menu.active .menu-item:nth-child(2) {
  -webkit-transform: translate3d(-3.5em,-6.3em,0);
          transform: translate3d(-3.5em,-6.3em,0);
}
.circular-menu.active .menu-item:nth-child(3) {
  -webkit-transform: translate3d(-6.5em,-3.2em,0);
          transform: translate3d(-6.5em,-3.2em,0);
}
.circular-menu.active .menu-item:nth-child(4) {
  -webkit-transform: translate3d(-7em,1em,0);
          transform: translate3d(-7em,1em,0);
}
.circular-menu.circular-menu-left {
  right: auto; 
  left: 1em;
}
.circular-menu.circular-menu-left {
    right: auto;
    left: 1em;
    position: fixed;
    bottom: -26px;
    transform: rotate(672deg);
        left: 40px;
    right: 0;
    margin: 0 auto;
    width: 55px;
    z-index: 9;
}
.circular-menu.circular-menu-left .floating-btn {
      background-color: hsl(0, 0%, 0%);
}

.circular-menu.circular-menu-left:after {/*  background-color: hsl(217, 89%, 61%);*/background: none;}
.circular-menu a.floating-btn img {
  	width: 100% !important;
    transform: translate(0px, -8px);
    height: 100%;
}
.circular-menu.circular-menu-left.active .floating-btn i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.circular-menu.circular-menu-left.active .menu-item:nth-child(1) {
  -webkit-transform: translate3d(-1em,-7em,0);
  transform: translate3d(-2em,-125px,0);
}
.circular-menu.circular-menu-left.active .menu-item:nth-child(2) {
  -webkit-transform: translate3d(2.5em,-6.3em,0);
  transform: translate3d(1.5em,-124px,0);
}
.circular-menu.circular-menu-left.active .menu-item:nth-child(3) {
  -webkit-transform: translate3d(5.5em,-3.2em,0);
  transform: translate3d(76px,-102px,0);
}
.circular-menu.circular-menu-left.active .menu-item:nth-child(4) {
  -webkit-transform: translate3d(6em,1em,0);
  transform: translate3d(113px,-61px,0);
}
.circular-menu.circular-menu-left.active .menu-item:nth-child(5) {
  -webkit-transform: translate3d(7em,1em,0);
  transform: translate3d(128px,-10px,0);
}
.circular-menu.circular-menu-left.active .menu-item:nth-child(6) {
  -webkit-transform: translate3d(8em,1em,0);
  transform: translate3d(121px,45px,0);
}
.circular-menu .para-box p{
  margin-bottom: 150px;
}
.circular-menu .para-box{
  width: 60%;
  margin: 0 auto;
  overflow: hidden;
}
.circular-menu-left{
  opacity: 0;
  transition: all 0.8s;
}
.circular-menu-left.show{
  opacity: 1;

  transition: all 0.8s;
}
.circular-menu-left.show a.floating-btn{
   transform: rotate(727deg);
   transition: all 0.8s;
       overflow: hidden;
}
.circular-menu-left.show a.floating-btn:hover{
  transform: rotate(1487deg);
   
}


span.whats {
    position: absolute;
    top: -64px;
    color: #000;
    left: 6px;
    transform: rotate(-70deg);
    opacity: 0;
    transition: all 0.5s;
}
span.whats2,
span.whats3,
span.whats4,
span.whats5,
span.whats6 {
    opacity: 0;
    transition: all 0.5s;
    position: absolute;
        display: block;
    width: 120px;
    text-align: left;
}

span.whats2 {
    top: -86px;
    color: #000;
    left: 4px;
    transform: rotate(-59deg);
}
span.whats3 {
    top: -71px;
    color: #000;
    left: 22px;
    transform: rotate(-44deg);
}
span.whats4 {
    top: -53px;
    color: #000;
    left: 33px;
    transform: rotate(-31deg);
}
span.whats5 {
top: -27px;
    color: #000;
    left: 45px;
    transform: rotate(-17deg);
}
span.whats6 {
    top: -15px;
    color: #000;
    left: 50px;
    transform: rotate(-10deg);
}

.circular-menu.circular-menu-left.active .menu-item:nth-child(1):hover span.whats{
  opacity: 1;
}
.circular-menu.circular-menu-left.active .menu-item:nth-child(2):hover span.whats2{
  opacity: 1;
}
.circular-menu.circular-menu-left.active .menu-item:nth-child(3):hover span.whats3{
  opacity: 1;
}
.circular-menu.circular-menu-left.active .menu-item:nth-child(4):hover span.whats4{
  opacity: 1;
}
.circular-menu.circular-menu-left.active .menu-item:nth-child(5):hover span.whats5{
  opacity: 1;
}

.circular-menu.circular-menu-left.active .menu-item:nth-child(6):hover span.whats6{
  opacity: 1;
}
.circular-menu.circular-menu-left span {
    text-transform: capitalize;
}
.circular-menu-left.show.active span{
  opacity: 1;
}
.circular-menu-left a.menu-item.one:hover:before {
    color: #6ec00c;
}
.circular-menu-left a.menu-item.one span{
  color: #0edf3d;
}
.circular-menu-left a.menu-item.two span{
  color: rgb(12, 223, 60);
}
.circular-menu.active .menu-item.two {
   /* background: rgba(0, 169, 222, 0.62); */
   /* border: 2px solid rgba(0, 169, 222, 0.62); */
}
.circular-menu.active .menu-item.two:hover:before {
    color: rgba(0, 169, 222, 0.62);
    background: none;
}
.circular-menu-left a.menu-item.three span{
  color: #13e140;
}
.circular-menu.active .menu-item.three {
   /* background: #0C9; */
   /* border: 2px solid #0C9; */
}
.circular-menu.active .menu-item.three:hover:before {
    color: #0C9;
    background: none;
}
.circular-menu-left a.menu-item.four span{
  color: #01de36;
}
.circular-menu.active .menu-item.four {
   /* background: #00a9de; */
   /* border: 2px solid #00a9de; */
}
.circular-menu.active .menu-item.four:hover:before {
    color: #00a9de;
    background: none;
}

.circular-menu-left a.menu-item.five span{
  color: #03e138;
}
.circular-menu.active .menu-item.five {
   /* background: #891789; */
   /* border: 2px solid #891789; */
}
.circular-menu.active .menu-item.five:hover:before {
    color: #891789;
    background: none;
}
.circular-menu-left a.menu-item.six span{
  color: #3cea58;
}
.circular-menu.active .menu-item.six {
   /* background: #f8b317; */
   /* border: 2px solid #f8b317; */
}
.circular-menu.active .menu-item.six:hover:before {
    color: #f8b317;
    background: none;
}

.circular-menu.active a.menu-item.six:before {
    left: 12px;
}

.circular-menu .menu-item img {
    width: 40px;
}

.circular-menu-left p{
	position: absolute;
    width: 392px;
    transform: rotate(48deg);
	left: -191px;
    top: 50px;
    color: #fff;
    line-height: 23px;
    text-transform: capitalize;
    background: #fff;
    padding: 8px 10px;
    border-radius: 0;
    transition: all 0.5s;
    background: #695184;
    z-index: -1;
    margin: 0;
    font-size: 14px;
}
.circular-menu-left p:after{
content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 19px 0 20px 50px;
    border-color: transparent transparent transparent #6ec00c;
    top: 0px;
    right: -49px;

}

.circular-menu-left p span.two{
	display: none;
}
.circular-menu-left.active p span.two{
	display: block;
}
.circular-menu-left.active p span.one{
	display: none;
}


.circular-menu-left p:before{
content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 19px 50px 20px 0;
	border-color: transparent #6ec00c transparent transparent;
    top: 0px;
    left: -49px;

}
.footer-bottom{
	position: relative;
}
.footer-bottom:after{
	content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    left: 0;
    bottom: 0;
    background: #132d63;

}
.circular-menu-left a.menu-item span {
    display: none;
}
.chat-close{
	    position: absolute;
    bottom: 16px;
    right: 22px;
    width: 50px;
    height: 50px;
    background: #6ec00c;
    border-radius: 100%;
    display: none;
}
.chat-relative{
	position: relative;
}
.chat-close:after{
	content: "";
    position: absolute;
    top: 24px;
    left: 10px;
    width: 30px;
    height: 3px;
    background: #fff;
    transform: rotate(-44deg);
    pointer-events: none;
}

.chat-close:before{
	content: "";
    position: absolute;
    top: 24px;
    left: 10px;
    width: 30px;
    height: 3px;
    background: #fff;
    transform: rotate(45deg);
    pointer-events: none;

}
.chat-relative a {
	display: block;
    width: 50px;
    height: 50px !important;
}
#header.fixed-header {
    box-shadow: -1px 6px 16px -13px rgba(0,0,0,0.75);
}
.mobilenav {
    display: none;
}



@media screen and (max-width: 991px) {
	#header.fixed-header .outer-menu {
	  background: transparent;
	}

	#header.fixed-header path {
	    stroke: #57b84f;
	}
	.mobilenav{
	    display: block;
	}
	.mobilenav #mobile-menu{
		    display: flex;
	    justify-content: center;
	    align-items: center;
	    margin: 0 !important;
	    padding: 0;
	}
	.mobilenav #mobile-menu li{
	list-style-type: none;
	}
	.mobilenav #mobile-menu li li{
		padding: 2px 10px;
		border-bottom: 1px solid rgba(128, 128, 128, 0.21);
	}
	.mobilenav #mobile-menu li a{
		color: #fff;
	}
	.mobilenav #mobile-menu li a.dropdown-toggle:after{
		border:none !important;
	    border-right: 0.3em solid transparent !important;
	    border-left: 0.3em solid transparent !important;
	    border-top: 0.3em solid #fff !important;
	}
	#header.fixed-header .mobilenav #mobile-menu > li > a.dropdown-toggle{
		border-top: 0.3em solid #6ec00c !important;
	}
	#header.fixed-header .mobilenav #mobile-menu li a{
		color: #6ec00c;
	}
	.mobilenav #mobile-menu li a:hover{
		color: #6ec00c;
	}
	#header .mobilenav #mobile-menu li li a{
		color: #000;
		font-size: 12px;
		display: block;
	}
	#header.fixed-header .mobilenav #mobile-menu li li a{
		color: #000;
	}
	#header .mobilenav #mobile-menu li li a:hover{
		color: #6ec00c;
	}
	.mobilenav #mobile-menu li .dropdown-menu {
	    width: 220px;
	        padding: 0;
	}


}






@media screen and (max-width: 768px) {

.chat-close{
    display: none !important;
}

}


@media screen and (max-width: 767.98px) {
#footer .footer-bottom {
    padding: 0 0 90px !important;
}
.mobilenav #mobile-menu li a {
    font-size: 13px;
}
.banner h1 {
    text-align: center;
    margin-bottom: 20px;
    padding: 0 15px;
}

}



@media screen and (max-width: 639px) {

.circular-menu.circular-menu-left {
           bottom: -35px;
    left: 70px;
}
.circular-menu-left p {
    left: -181px !important;
    top: 32px !important;
}
.circular-menu .menu-item {
	top: 0.2em;
    right: 1.3em;
}
.circular-menu-left p {
    width: 340px;
    left: -174px;
    top: 37px;
}
.circular-menu-left p:before {
    border-width: 19px 25px 20px 0;
    left: -24px;
}
.circular-menu-left p:after {
    border-width: 19px 0 20px 25px;
    right: -24px;
}
.circular-menu-left p {
    font-size: 12px;
}
.outer-menu {
    height: 45px;
}
.mobilenav #mobile-menu li a {
    padding: 0 5px;
    font-size: 12px;
}
.circular-menu .floating-btn {
    left: -45px;
    bottom: 39px;
}

}


@media screen and (max-width: 400px) {
.circular-menu-left p {
	width: 318px;
	left: -171px !important;
    top: 33px !important;
}
.circular-menu-left p {
    font-size: 11px;
}



}

@media screen and (max-width: 374px) {
.circular-menu-left p:before,
.circular-menu-left p:after {
display: none;
}
.circular-menu-left p {
    border-radius: 30px;
}
.mobilenav #mobile-menu {
    flex-direction: column;
}
.mobilenav {
    transform: translate(-11px, 0);
}

}
.sticky-icons {
	z-index: 999!important;
	padding-bottom: 23px!important;
}
@media screen and (max-width: 767.98px) {
	#line{
		display:none;
	}
	#icons{
		display:inherit;
 		background-color:transparent !important; 
		padding-left:15px !important;
	}
	.sticky-icons{

		padding: 0 0 0 10px!important;
		width: auto!important;
		background:transparent !important;
		margin-bottom: 20px !important;
	}
}
@media (min-width: 991.98px) {
	#menu-item-35619 .dropdown-menu {
		min-width: 42rem;
	}
	#menu-item-35619 .dropdown-menu ul {
		display: flex;
		flex-wrap: wrap;
	}
	#menu-item-35619 .dropdown-menu ul li {
		flex: 0 0 50%;
		max-width: 50%;
	}
	#menu-item-35619 .dropdown-menu ul li a { white-space: normal; }
}

.resp-container {
	max-width: 956px;
	margin: 0 auto 30px;
}

@media only screen and (max-width: 1199px) {
	.team-section {
		overflow: hidden;
		background: #f7f7f7!important;
	}
	.team-section .align__center .img-holder {
		height: 308px !important;
	}
}

@media only screen and (max-width: 991px) {
	.team-section .align__center .img-holder {
		height: 228px !important;
	}
}

@media only screen and (max-width: 767px) {
	.team-section .align__center .img-holder {
		height: auto !important;
	}

	.team-section img {
		width: 100%;
	}
	.team-section h2 { padding: 0!important; }
}

div.ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol span {
    color: #DA1F29;
}

div.ewd-ufaq-faq-title h4 {
    color: #17313b;
    font-size: 1.3rem;
}

.ewd-ufaq-faq-category-title {
    display: none;
}

.agency-block h2 {
    color: #16377D;
    font-size: 35px;
    line-height: 1.5;
    font-weight: 700;
}
@media screen and (max-width: 600px) {
	body .section-satisfaction{
		background-image: url(/wp-content/themes/napollo/images/shopify2.jpg) !important;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	body .section-subscribe.section{
		background-image: url(/wp-content/themes/napollo/images/shopify-banner2.jpg) !important;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
		body .section-about{
		background-image: url(/wp-content/themes/napollo/images/banner3.jpg) !important;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
}
#topbar_custom {
	overflow: hidden;
	z-index: 9!important;
}
.topbar_menu_custom ul {
	padding: 0!important;
	margin: 0!important;
}
@media (max-width:  479.98px) {
	#header {
		top: 59px!important;
	}
	.topbar_menu_custom ul { text-align: center!important; }
}

.page-id-38827 .txt-copyright{
	padding-bottom: 0.3rem !important;
}