#mobile-nav ul li a,
.nav-menu a,
a:active,
a:focus,
a:hover {
	text-decoration: none;
	outline: 0
}

body {
	background: #fff;
	color: #444;
	font-display: fallback;
	font-family: "Open Sans", sans-serif
}

#header #logo h1,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Montserrat, sans-serif;
	font-weight: 700
}

a {
	color: #50d8af;
	transition: .5s
}

a:active,
a:focus,
a:hover {}

.back-to-top,
.back-to-top:focus,
.back-to-top:hover {
	background: rgba(0, 0, 0, .3);
	color: #fff
}

p {
	padding: 0;
	margin: 0 0 30px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 20px;
	padding: 0
}

.back-to-top {
	position: fixed;
	display: none;
	padding: 6px 12px 9px;
	font-size: 16px;
	border-radius: 2px;
	right: 15px;
	bottom: 15px;
	transition: background .5s
}

@media (max-width:768px) {
	.back-to-top {
		bottom: 15px
	}
}

.back-to-top:focus {
	outline: 0
}

#header {
	position:relative;
	padding: 0;
	height: 110px;
	transition: all .5s;
	z-index: 997;
	background: #fff;
	box-shadow: 0 6px 9px 0 rgba(0, 0, 0, .06)
}

#header #logo h1 {
	font-size: 42px;
	margin: 0;
	padding: 0;
	line-height: 1
}

#header #logo h1 a {
	color: #0c2e8a;
	line-height: 1;
	display: inline-block
}

#header .top_strip{
    padding: 10px;
    background: #52bde3;
    display: flex;
    align-content: flex-end;
    justify-items: flex-end;
    justify-content: flex-end;
    color: #ffffff;
    margin-bottom: 7px;
}
.top_strip .content_area{
    width: 55% !important;
    display: flex;
    justify-content: space-between;

}
.top_strip .content_area .left_section a, .top_strip .content_area .right_section a{
	font-size:14px;
}
#header .demo_btn button:hover {
    background: #2dc899;
}
#header .demo_btn{
	    position: absolute;
    right: 15px;
	bottom:10px;
}
#header .demo_btn button {
    background: #045089;
    border: 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 10px 30px;
    color: #fff;
    transition: .4s;
    cursor: pointer;
}

#intro .intro-content,
#intro .intro-overlay {
	top: 0;
	right: 0;
	z-index: 10;
	display: flex;
	text-align: center;
	left: 0;
	bottom: 0
}

#header #logo h1 a span {
	color: #50d8af
}

#header #logo img {
	padding: 0;
	margin: 0;
	max-height: 50px
}

@media (max-width:768px) {
	#header {
		padding: 20px 0;
		height: 74px
	}
	#header #logo h1 {
		font-size: 34px
	}
	#header #logo img {
		max-height: 40px
	}
}

#intro {
	width: 100%;
	height: 80vh;
	position: relative;
	background-color: #0f9ffa;
	background-image: url(img/home-bg-1.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s
}

#intro .intro-overlay {
	position: absolute;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-color: rgba(12, 12, 12, .88);
	opacity: .5;
	transition: background .3s, border-radius .3s, opacity .3s
}

#intro .intro-content {
	position: absolute;
	justify-content: center;
	align-items: center;
	flex-direction: column
}

#intro .intro-content h2 {
	color: #fff;
	margin-bottom: 30px;
	font-size: 64px;
	font-weight: 700;
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}

#intro .intro-content p {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	margin: 0
}

@media (max-width:767px) {
	#intro .intro-content h2 {
		font-size: 34px
	}
}

.nav-menu,
.nav-menu * {
	margin: 0;
	padding: 0;
	list-style: none
}

.nav-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99
}

.nav-menu li {
	position: relative;
	white-space: nowrap
}

.nav-menu>li {
	float: left
}

.nav-menu li.sfHover>ul,
.nav-menu li:hover>ul {
	display: block
}

.nav-menu ul li {
	min-width: 180px;
	transition: .3s
}

.sf-arrows .sf-with-ul {
	padding-right: 22px
}

.sf-arrows .sf-with-ul:after {
	content: "\f107";
	position: absolute;
	right: 8px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400
}

.sf-arrows ul .sf-with-ul:after {
	content: "\f105"
}

#nav-menu-container {
	float: right;
	margin: 0
}

@media (max-width:768px) {
	#nav-menu-container {
		display: none
	}
}

.nav-menu a {
	padding: 20px;
	display: inline-block;
	color: #555;
	font-family: Raleway, sans-serif;
	font-weight: 700;
	font-size: 14px
}

.nav-menu li:hover>a,
.nav-menu>.menu-active>a {
	color: #555
}

.nav-menu>.menu-active>a:after {
	width: 100%;
	height: 1px;
	background-color: #3a3b74
}

.nav-menu>li {
	margin-left: 10px
}

.nav-menu ul {
	margin: 4px 0 0;
	padding: 10px;
	box-shadow: 0 0 30px rgba(127, 137, 161, .25);
	background: #fff
}

#mobile-body-overly,
#mobile-nav {
	top: 0;
	background: rgba(52, 59, 64, .9)
}

.nav-menu ul li a {
	padding: 10px;
	color: #333;
	transition: .3s;
	display: block;
	font-size: 13px;
	text-transform: none
}

.nav-menu ul li:hover>a {
	color: #50d8af
}

.nav-menu ul ul {
	top: 0;
	left: 100%;
	margin: 0
}

#mobile-nav-toggle {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999;
	margin: 20px 20px 0 0;
	border: 0;
	background: 0 0;
	font-size: 24px;
	display: none;
	transition: all .4s;
	outline: 0;
	cursor: pointer
}

#mobile-nav-toggle i {
	color: #555
}

@media (max-width:768px) {
	#mobile-nav-toggle {
		display: inline
	}
}

#mobile-nav {
	position: fixed;
	padding-top: 18px;
	bottom: 0;
	z-index: 998;
	left: -260px;
	width: 260px;
	overflow-y: auto;
	transition: .4s
}

#about .about-img,
body.mobile-nav-active {
	overflow: hidden
}

.bg-blue,
.bg-yellow {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s
}

#mobile-nav ul {
	padding: 0;
	margin: 0;
	list-style: none
}

#mobile-nav ul li {
	position: relative
}

#mobile-nav ul li a {
	color: #fff;
	font-size: 16px;
	overflow: hidden;
	padding: 10px 22px 10px 15px;
	position: relative;
	width: 100%;
	display: block
}

#mobile-nav ul li a:hover {
	color: #fff
}

#mobile-nav ul li li {
	padding-left: 30px
}

#mobile-nav ul .menu-has-children i {
	position: absolute;
	right: 0;
	z-index: 99;
	padding: 15px;
	cursor: pointer;
	color: #fff
}

#mobile-nav ul .menu-has-children i.fa-chevron-up,
#mobile-nav ul .menu-item-active {
	color: #50d8af
}

.content h2,
.content i,
body.mobile-nav-active #mobile-nav-toggle {
	color: #fff
}

#mobile-body-overly {
	width: 100%;
	height: 100%;
	z-index: 997;
	left: 0;
	position: fixed;
	display: none
}

.contact-address .icon-box-content,
.divider .separator {
	display: inline-block
}

body.mobile-nav-active #mobile-nav {
	left: 0
}

.section-header {
	margin-bottom: 68px
}

.section-header p {
	padding: 0;
	margin: 0
}

.divider {
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 0;
	font-size: 0
}

.divider .separator {
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #963596;
	width: 20%
}

.empty-20 {
	height: 20px
}

.empty-10 {
	height: 10px
}

.padding-top-70 {
	padding-top: 70px
}

.padding-bottom-70 {
	padding-bottom: 70px
}

.padding-top-100 {
	padding-top: 100px
}

.padding-bottom-100 {
	padding-bottom: 100px
}

.bg-yellow {
	background-color: transparent;
	background-image: linear-gradient(180deg, #df9926 0, #df9926 100%)
}

.bg-blue {
	background-color: #045189
}

.content i {
	font-size: 20px;
	padding-right: 4px
}

.content ul {
	list-style: none;
	padding: 0
}

.content ul li {
	padding-bottom: 10px;
	font-size: 17px;
	font-weight: 700;
	color: #fff;
	line-height: 1.65
}

.feature-list ul.inner-feature {
    padding-left: 38px;
}

.feature-list ul.inner-feature li{
    list-style: circle;
}

.white{
	color:#fff;
}

#about .about-img img {
	margin-left: -15px;
	max-width: 100%
}

@media (max-width:768px) {
	#about .about-img {
		height: auto
	}
	#about .about-img img {
		margin-left: 0;
		padding-bottom: 30px
	}
}

#about .content h3 {
	color: #555
}

#about .content p {
	line-height: 26px;
	font-size: 17px;
	font-weight: 800;
	color: #fff
}

.feature ul li,
.feature-2 ul li {
	padding-bottom: 5px;
	font-weight: 500;
	font-size: 15px
}

#about .content p:last-child {
	margin-bottom: 0
}

.feature ul li i {
	font-size: 15px
}

.feature-2 .content h2,
.feature-2 ul li {
	color: #444
}

.feature-2 ul li i {
	color: #444;
	font-size: 15px
}

.trust h2 {
	color: #fff
}

.trust p {
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	line-height: 35px;
	margin-bottom: 20px
}

#contact {
	padding: 50px 0;
	background-color: #f5f4f4
}

#contact .contact-info {
	margin-bottom: 20px;
	text-align: center
}

#contact .contact-info form {
	box-shadow: 0 3px 31px 0 rgba(0, 0, 0, .1);
	padding: 10px;
	background: #fff
}

.contact-address {
	text-align: left
}

.contact-address .icon-box-icon {
	margin-right: 12px;
	color: #fff;	
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	float: left
}

.contact-address .common {
	background-color: #045189;
}

.contact-address .whatsapp {
	background-color: #23a455;
}

.contact-address .icon-box-icon a {
	font-size: 25px;
	padding: 16px
}

.contact-address .icon-box-icon a i {
	font-size: 23px;
	color: #fff;
	line-height: 48px
}

.contact-address .icon-box-content h5 {
	margin-bottom: 10px
}

#contact .form #errormessage,
#contact .form #sendmessage {
	display: none;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
	text-align: center
}

.contact-address .icon-box-content a {
	color: #515151
}

#contact .form #sendmessage {
	color: #50d8af;
	border: 1px solid #50d8af
}

#contact .form #errormessage {
	color: red;
	border: 1px solid red
}

#contact .form #errormessage.show,
#contact .form #sendmessage.show,
#contact .form .show {
	display: block
}

#contact .form .validation {
	color: red;
	display: none;
	margin: 0 0 20px;
	font-weight: 400;
	font-size: 13px
}

#contact .form input,
#contact .form textarea {
	padding: 10px 14px;
	border-radius: 0;
	box-shadow: none;
	font-size: 15px;
	border: 1px solid #ddd;
	border-top: none;
	border-left: none;
	border-right: none
}

#contact .form textarea {
	height: 70px
}

#contact .form button[type=submit] {
	background: #045089;
	border: 0;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	padding: 10px 30px;
	color: #fff;
	transition: .4s;
	cursor: pointer
}

#contact .form button[type=submit]:hover {
	background: #2dc899
}

.msg-error {
  color: #c65848;
}
.g-recaptcha.error {
    border: solid 2px #c64848;
    padding: 0.2em;
    width: 20em;
}

#footer {
	font-size: 14px;
	background: #23272a;
	padding: 30px 0 20px
}

#footer .copyright {
	text-align: center;
	color: #d2d2d2
}

.custom-select{
    width: 76px;
    padding: 11px 6px 7px 9px;
    float: left;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
}

.custom-select:focus{
    
}

.custom-input{
    width: 85%;
    float: left;
}

@media (max-width:768px) {
	#header .top_strip{
		display:none !important;
	}

	.contact-address .icon-box-content h5{
		
	}
	.contact-address .icon-box-content p{
		font-size: 11px;
	}
	.plugin-img{
		margin-bottom: 44px;
	}	
	.digital-img {
		order: -1;
		margin-bottom: 30px;
	}
	.about-img{
		margin-bottom: 25px;
	}
	.padding-top-100 {
		padding-top: 38px;
	}
	.padding-bottom-100 {
		padding-bottom: 38px;
	}
	.padding-top-70{
		padding-top: 38px;
	}
	.padding-bottom-70{
		padding-bottom: 38px;
	}
	.content h2, .divider{
		text-align: center;
	}
}