@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700');

/*** 

====================================================================
  Import All Css
====================================================================

***/

@import 'bootstrap.min.css';

/*** 

====================================================================
  General css style
====================================================================

***/


* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
	line-height: 1.4;
	font-weight: 500;
}

.clear-fix {
	clear: both
}

a,
a:hover,
a:focus,
a:active {
	text-decoration: none;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	outline: none;
}

li {
	list-style: none;
}

p {
	line-height: 1.9;
	color: rgba(255, 255, 255, 0.5);
	font-size: 15px;
}

img {
	max-width: 100%;
	height: auto;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

a.nav-brand img {
	height: 90px;
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #093864;
    font-size: 15px;
    font-weight: 600;
    margin-right: 35px;
}


.mt-10 {
	margin-top: 10px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-50 {
	margin-top: 50px !important;
}

.mt-100 {
	margin-top: 100px;
}

.mt-150 {
	margin-top: 150px;
}

.mr-15 {
	margin-right: 15px;
}

.mr-30 {
	margin-right: 30px;
}

.mr-50 {
	margin-right: 50px;
}

.mr-100 {
	margin-right: 100px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-100 {
	margin-bottom: 100px;
}

.ml-15 {
	margin-left: 15px;
}

.ml-30 {
	margin-left: 30px;
}

.ml-50 {
	margin-left: 50px;
}

.ml-100 {
	margin-left: 100px;
}

.section-padding-100 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.relative {
	position: relative;
}

.section-padding-0-100 {
	padding-top: 0;
	padding-bottom: 100px;
}

.section-padding-100-0 {
	padding-top: 100px;
	padding-bottom: 0;
}

.section-padding-100-85 {
	padding-top: 100px;
	padding-bottom: 85px;
}

.section-padding-70-0 {
	padding-top: 70px;
	padding-bottom: 0;
}

.section-padding-0-70 {
	padding-top: 0px;
	padding-bottom: 70px;
}

.section-padding-0-0 {
	padding-top: 0;
	padding-bottom: 0
}

.section-padding-100-50 {
	padding-top: 100px;
	padding-bottom: 50px;
}

.section-padding-100-70 {
	padding-top: 100px;
	padding-bottom: 70px;
}

.section-padding-0-50 {
	padding-top: 0;
	padding-bottom: 50px;
}

.section-padding-50-0 {
	padding-top: 50px;
	padding-bottom: 0;
}

.section-padding-200 {
	padding-top: 200px;
	padding-bottom: 200px;
}

.section-padding-0-200 {
	padding-top: 0;
	padding-bottom: 200px;
}

.section-padding-200-0 {
	padding-top: 200px;
	padding-bottom: 0;
}

.section-padding-200-100 {
	padding-top: 200px;
	padding-bottom: 100px;
}

.section-padding-150 {
	padding-top: 150px;
	padding-bottom: 150px;
}

.section-padding-150-0 {
	padding-top: 150px;
	padding-bottom: 0;
}

.section-padding-0-150 {
	padding-top: 0;
	padding-bottom: 150px;
}

.section-padding-50-150 {
	padding-top: 50px;
	padding-bottom: 150px;
}

.section-heading {
	position: relative;
	z-index: 1;
	margin-bottom: 80px;
}

.section-heading h2 {
	font-size: 30px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 15px;
}

.section-heading>p {
	margin-bottom: 0;
	line-height: 2;
	font-size: 16px;
	max-width: 600px;
}


.bg-img {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.height-400 {
	height: 400px;
}

.height-600 {
	height: 600px;
}

.height-700 {
	height: 700px;
}

.height-800 {
	height: 800px;
}

.height-900 {
	height: 900px;
}

.height-1000 {
	height: 1000px;
}

.dream-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
}

.dream-dots span {
	width: 8px;
	height: 8px;
	background-color: #fff;
	border-radius: 50%;
	margin-right: 5px;
}

.dream-dots span {
	background-color: #093864
}


.login-btn {
	position: relative;
	z-index: 1;
	color: #fff;
	font-size: 12px !important;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 39px;
	padding: 0 20px;
	min-width: 100px;
	color: #fff !important;
	background: #093864;
	height: 40px;
	border-radius: 5px;
	border: 1px solid #fff !important;
	letter-spacing: 1px;
}

.login-btn:hover,
.login-btn:focus {
	color: #fff;
	background: #007bff;
	border-color: #007bff;
}


.dream-btn {
	position: relative;
	z-index: 1;
	min-width: 160px;
	height: 48px;
	line-height: 48px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	display: inline-block;
	padding: 0 20px;
	text-align: center;
	text-transform: uppercase;
	background-size: 200% auto;
	color: #fff;
	box-shadow: 0 3ox 20px rgba(0, 0, 0, 0.1);
	border-radius: 7px;
	background: #093864;
	-webkit-transition: all 500ms;
	transition: all 500ms;
}

.dream-btn:hover {
	background-position: right center;
	color: #fff;
}


/* ##### 2.0 Header Area CSS ##### */

.header-area {
	position: fixed;
	z-index: 5000;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.header-area.sticky {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	background-color: #fff;
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
	border-bottom: none;
}

.dark.classy-nav-container {
	background-color: transparent;
}

.classy-navbar {
	height: 120px;
	padding: 0;
}
.navbar-collapse.collapse.show ul.navbar-nav {
    background: #fff;
}
.classynav ul li a {
	text-transform: uppercase;
}

.classynav ul li .megamenu li a {
	font-size: 80%;
}

.side-feature-list-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
}

.check-mark-icon {
	margin-right: 16px;
	width: 30px;
	height: 30px
}

.foot-c-info {
    color: #888;
    font-size: 15px;
    font-weight: 400;
}

/* ##### 3.0 Wellcome Area CSS ##### */

.welcome_area {
	position: relative;
	z-index: 1;
	width: 100%;
}

.flex {
	display: flex
}

.light-version .welcome-content h1, .light-version .welcome-content p {
    color: #fff;
}
.welcome_area {
    background: #033250;
    padding: 70px 0;
}   

.dream-btn-group a.btn.dream-btn.green-btn.mr-3 {
    background: #007bff;
}
.welcome-content {
	position: relative;
	z-index: 1;
}

.promo-section {
	margin-bottom: 30px;
}

.integration-link {
	padding: 8px 10px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	letter-spacing: .58px;
	font-size: 14px;
	line-height: 24px;
	color: #d5d5ea
}

.integration-link:hover {
	color: #fff;
	text-decoration: none;
}

.integration-link:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: linear-gradient(to bottom right, #766ee6 0, #3540b0);
	border-radius: 100px;
	opacity: .5;
}

.integration-link.light:before {
	background: #e8f3fd;
	opacity: 1;
}

.integration-link.light .integration-text {
	color: #093864;
	font-weight: 600;
}

.integration-link.full:before {
	opacity: 1
}

.integration-icon {
	margin: 0 5px 0 0;
}

.integration-text {
	margin: 0 7px 0 0;
}

.integration-link>* {
	position: relative;
	z-index: 2;
	display: inline-block;
	vertical-align: top;
}


@media (max-width: 480px) {

	.welcome-content {
		vertical-align: middle;
	}

	.welcome-content h1 {
		font-size: 27px !important
	}

}

/* ##### 3.0 Wellcome Area CSS ##### */


.promo-section {
	margin-bottom: 30px;
}

.gradient-text {
	font-weight: bold;
	display: inline-block;
	background-image: linear-gradient(135deg, #846FF4 0%, #F17674 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.gradient-text.cyan {
	background-image: linear-gradient(135deg, cyan 0%, cyan 100%) !important;
}

.welcome-content h2 {
	font-size: 52px;
	font-weight: 500;
	margin-bottom: 20px;
}

.welcome-content h1 {
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 20px;
}

div#quote-section h5 i {
	margin-right: 10px;
}

.form-control {
	margin-bottom: 10px;
	font-size: 14px;
}

div#quote-section h5 {
	font-size: 16px;
}

.welcome-content p {
	font-size: 18px;
	color: #fff;
	margin-bottom: 30px;
}

@media (min-width: 1200px) {
	.banner-box {
		margin-top: 40px
	}
}


/* ##### About Us Area ##### */

.about-us-area {
	position: relative;
	z-index: 1;
}

.who-we-contant h4 {
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: 600
}


.welcome-meter {
	position: relative;
	z-index: 1;
}

/*** 

====================================================================
  services-block-four style
====================================================================

***/

.services-block-four {
	position: relative;
	margin-bottom: 50px;
}

.services-block-four .inner-box {
	position: relative;
	padding-left: 120px;
}

.services-block-four .inner-box .icon-box:after,
.services-block-four .inner-box .icon-box:before {
	background: #25cbd3
}

.services-block-four .inner-box .icon-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100px;
	height: 100px;
	border: 2px solid;
	font-size: 40px;
	line-height: 98px;
	text-align: center;
	border-radius: 50%;
	margin-bottom: 20px !important;
	transition: .3s ease;
}

.services-block-four .inner-box .icon-box span {
	position: relative;
	z-index: 99;
}

.services-block-four .inner-box:hover .icon-box,
.services-block-four .inner-box:hover .icon-box span {
	color: #fff;
	transition: .5s ease;
}

.services-block-four .inner-box .icon-box:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	transform: scale(0);
	transition: .7s ease;

}

.services-block-four .inner-box:hover .icon-box:after {
	transform: scale(1);
	transition: .7s ease;
}

.services-block-four .inner-box .icon-box:before {
	position: absolute;
	content: '';
	left: 50%;
	top: 100%;
	width: 1px;
	height: 95%;
	background: #25cbd3
}

.services-block-four:last-child .inner-box .icon-box:before {
	display: none;
}

.services-block-four .inner-box h3 {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
}

.services-block-four .inner-box .step {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 40px;
	height: 40px;
	border: 2px solid;
	background: #7d60f9;
	border-color: #7d60f9;
	font-size: 18px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	margin-bottom: 20px !important;
	transition: .3s ease;
}


.services-block-four .inner-box h3 a {
	color: #13287e;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.services-block-four .inner-box .icon-box {
	color: #25cbd3
}


.services-block-four .inner-box .text {
	font-size: 14px;
	color: #888;
	margin-top: 8px;
	margin-bottom: 10px;
}

.service-img-wrapper .image-box img {
	animation: floating2 7s infinite;
	-webkit-animation: floating2 7s infinite;
}

@media (min-width: 992px) {
	.service-img-wrapper .image-box {
		margin-top: -30px;
	}
}

@media (max-width: 992px) {
	.service-img-wrapper .image-box img {
		width: 79%;
	}
}

@media (max-width: 767px) {
	.services-block-four {
		margin-bottom: 40px
	}
}

.service-img-wrapper .image-box {
	position: relative;
}

.demo-video.feat .services-block-four {
	padding: 25px 20px 15px;
	margin-bottom: 20px;
	background: #fff;
	border: 1px solid #eee
}

.feat .services-block-four {
	box-shadow: 0px 2px 27px 0px rgba(154, 161, 171, 0.18);
	-webkit-box-shadow: 0px 2px 27px 0px rgba(154, 161, 171, 0.18);
	padding: 30px 20px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.feat .services-block-four .inner-box {
	position: relative;
	padding-left: 87px;
}

.icon-img-box {
	position: absolute;
	left: 0;
	top: 0;
}

/* ##### demo-video Area CSS ##### */
.demo-video {
	position: relative;
}

.demo-video .welcome-video-area {
	margin-top: 0
}

/* ##### trust Area CSS ##### */


/* ##### Service Area CSS ##### */

.service_single_content {
	position: relative;
	z-index: 1;
	padding: 30px 15px;
	box-shadow: 0 5px 40px 0 rgb(0 0 0 / 11%);
	background: #fff;
	margin-bottom: 30px;
	border-radius: 15px
}

.service_single_content .service_icon i {
	font-size: 30px;
	margin-bottom: 20px;
	color: #fff;
	display: block;
}

.service_single_content .service_icon {
	margin-bottom: 20px;
	min-height: 56px;
	position: relative;
	display: inline-block;
}

.service_single_content:hover .service_icon:after {
	right: 0px;
	top: 0px;
}

.service_single_content h6 {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 17px;
}

.service_single_content p {
	margin-bottom: 0
}

.bold {
	font-weight: 600 !important
}

.bolder {
	font-weight: 700 !important
}

.w-text {
	color: #fff !important
}

.b-text {
	color: #333 !important
}



.ring-bg {
	background: url(../images/ring-bg.png) no-repeat center center;
	background-size: cover;
}


/* ##### 11.0 Price Table Area CSS ##### */

.single_price_table_content {
	padding: 0 0px 40px;
	margin-bottom: 30px;
	position: relative;
	z-index: 2;
	border-radius: 6px;
	box-shadow: 0 5px 40px 0 rgb(0 0 0 / 11%);
}

.single_price_table_content.active {
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
}

.price_table_text {
	margin-bottom: 20px;
	padding: 40px 30px;
	text-align: right;
	background: url(../images/price.png) no-repeat top right;
	background-size: 75%;
}

.free-7 {
	border: 1px solid #1d88ed;
	text-align: center;
	padding: 15px
}

.free-7 span {
	color: #1d88ed;
	font-weight: 600;
}

.free-7 p {
	color: #1d88ed !important;
	margin-bottom: 0;
}

.price_table_text>h5 {
	font-size: 16px;
	margin-bottom: 20px;
}

.table_text_details {
	padding: 0 30px
}

.table_text_details h3 {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 20px;
}

.table_text_details h3 span {
	font-size: 14px;
	background: #e8f3fd;
	padding: 5px 15px;
	position: relative;
	top: -5px;
	border-radius: 30px;
	color: #1d88ed;
}

.price_table_text>h1 {
	font-size: 40px;
	font-weight: 700;
	color: #fff !important;
	margin-bottom: 10px;
	line-height: 1;
}

.price_table_text>p,
.table_text_details>p {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 0;
}

.table_text_details>p {
	margin-bottom: 20px;
}

.mb-0 {
	margin-bottom: 0 !important
}

/* ##### 12.0 testimonial Area CSS ##### */
.single-testimonial {
	border-radius: 15px;
	border: 1px solid #eee;
	position: relative;
	margin: 0 15px;
	overflow: hidden;
	padding: 30px 20px;
	background: url(../img/core-img/cards-bg.png), #fff;
}

.icon_wrapper:after {
	content: '';
	border-right: 100px solid transparent;
	border-top: 100px solid #093864;
	position: absolute;
	left: 0px;
	top: 0px;
}

.icon_wrapper img {
	top: 20px;
	left: 8px;
	max-width: 41px;
	color: #fff;
	z-index: 3;
	position: absolute;
}

.icon_wrapper i {
	top: 20px;
	left: 15px;
	color: #fff;
	font-size: 36px;
	z-index: 3;
	position: absolute;
}

.icon_foot:before {
	content: '';
	border-left: 80px solid transparent;
	border-bottom: 80px solid #fdc236;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.icon_foot img {
	top: 20px;
	left: 12px;
	max-width: 41px;
	color: #fff;
	z-index: 3;
	position: absolute;
}

.icon_foot i {
	bottom: 12px;
	right: 8px;
	color: #fff;
	font-size: 28px;
	z-index: 3;
	position: absolute;
	transition: all .4s ease-in-out;
}

.icon_foot:hover i {
	right: 5px;
}

.testimonial-description {
	position: relative;
	z-index: 2;
	background-color: transparent;
	text-align: center;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
}

.testimonial_image {
	height: 100px;
	width: 100px;
	margin: auto;
}

.testimonial_image>img {
	border-radius: 50%;
}

.testimonial_text>p {
	font-weight: 500;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 25px;
	font-size: 14px;
}

.admin_text>h5 {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	margin-top: 0;
	margin-bottom: 5px;
}

.admin_text>p {
	color: #fff;
	font-weight: 500;
	margin-bottom: 0;
}

.client_slides .owl-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 50px;
}

.client_slides .owl-dot {
	margin: 0 5px;
	line-height: 1;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.client_slides .owl-dot.active {
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.15);
}


/*
* ----------------------------------------------------------------------------------------
*  START Subscribe STYLE
* ----------------------------------------------------------------------------------------
*/
.subscribe {
	position: relative;
	padding: 50px 20px;
	background: #fff;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 5px 40px 0 rgb(0 0 0 / 11%);
}
.about-sub.subscribe.text-center {
    background: #13287e;
}
.light-version .about-sub h2 {
    color: #fff;
}
.custom {
	position: absolute;
	left: -5px;
	width: 300px;
}

@media (max-width: 992px) {
	.custom {
		display: none;
	}
}

.subscribe .section-heading>p {
	color: #eee
}

.subscribe .section-heading {
	margin-bottom: 30px
}

.subscribe .service-text {
	padding-top: 0
}

.subscribe .title-box {
	margin-bottom: 30px
}

.subscribe-wrapper {
	padding: 60px;
	overflow: hidden;
	box-sizing: border-box;
	border-radius: 20px;
	background: #1d66f6;
	box-shadow: 0 10px 80px rgba(15, 62, 153, .3);
}

.subscribe .dream-btn {
	position: absolute;
	top: -2px;
	right: -10px;
	min-width: 48px;
	height: 48px;
	padding: 0;
	border-color: #fff;
}

.subscribe .dream-btn:hover {
	cursor: pointer;
}

.button {
	position: relative;
	z-index: 0;
	overflow: hidden;
	display: inline-block;
	padding: 14px 40px;
	font-size: 16px;
	z-index: 2;
	line-height: 1.25;
	color: #1d88ed;
	background: #fff;
	border: 2px solid #1d88ed;
	border-radius: 5px;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-transform: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
	user-select: none;
	transition: 250ms all ease-in-out;
}

.button:hover {
	background: #093864;
	color: #fff
}

.button i {
	margin-right: 10px
}


/* ##### Footer Area ##### */

.footer-area {
	position: relative;
	z-index: 1;
	padding: 0;
	background: #192057;
}

.footer-content-area {
	padding: 80px 0;
	margin-top: 100px
}

.footer-logo {
	margin-bottom: 15px
}

.footer-logo a {
	color: #fff;
	font-size: 20px
}

.footer-logo img {
	width: 40px
}

.footer-side-thumbnail {
	position: absolute;
	width: 50%;
	top: 0;
	left: 0;
	height: 100%;
	background-size: cover;
	background-position: top center;
	opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.copywrite_text>p {
	margin-bottom: 10px;
	color: #fff !important;
	font-size: 13px;
	color: #d3cdcd
}

.copywrite_text>p>a {
	color: #fff;
}

.footer-social-info a i {
	font-size: 14px;
	color: #fff;
	margin-right: 15px;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
}

.footer-social-info a i:hover {
	color: #4a7aec;
}

.contact_info_area .contact_info {
	text-align: left !important;
}

.contact_info_area .contact_info h5,
.copywrite_text .footer-logo h5 {
	font-size: 14px;
	color: #fff
}

.contact_info_area .contact_info p {
	margin-bottom: 0;
	font-size: 14px;
	color: #d3cdcd
}

.contact_info_area .contact_info a:hover p {
	color: #fff
}

/* ##### Breadcumb Area ##### */

.breadcrumb-area {
        background-size: cover;
        background-position: center;
        max-width: 100% !important;
        width: 100% !important;
        height: 310px;
        background-repeat: no-repeat;
        background-image: url(../images/bgbreadcrumb.jpeg);
}



.breadcrumb {
	padding: 0;
	margin-bottom: 0;
	list-style: none;
	background-color: transparent;
	border-radius: 0;
}

.breadcumb--con .title {
	font-size: 42px;
	margin-bottom: 15px;
	margin-left: 0;
}

.breadcrumb-item,
.breadcrumb-item.active,
.breadcrumb-item>a {
	font-size: 13px;
	text-transform: uppercase;
	color: #09229c;
    font-weight: 500;
}

/* ##### Subscribe form area CSS ##### */

.welcome-content .subscribe-email {
	width: 70%;
	height: 55px;
	border: none;
	padding: 0 25px;
	border-radius: 8px;
	font-size: 12px;
	font-style: italic;
}

/* ##### Light Version CSS ##### */

body.light-version {
	background: #fff !important;
}

.light-version p {
	color: #888;
}

.light-version h1,
.light-version h2,
.light-version h3,
.light-version h4,
.light-version h5,
.light-version h6,
.light-version .service_single_content .service_icon i,
.light-version .copywrite_text>p>a,
.light-version .group label, .light-version input:focus ~ label, 
.light-version textarea:focus ~ label, .light-version input:valid ~ label, 
.light-version textarea:valid ~ label{
	color: #13287e;
}

.light-version .welcome-content h2 {
	color: #fff;
}

.light-version .group input,
.light-version .group textarea {
	color: #13287e !important;
	border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}

.subscribe .group input {
	color: #fff !important
}

.subscribe .group label {
	color: #fff !important
}

.light-version .client_slides .owl-dot {
	color: #13287e;
	background-color: transparent;
}

.light-version .client_slides .owl-dot.active {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}


/* demo page */
.demo-item {
	-webkit-box-shadow: 0 2px 28px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 28px rgba(0, 0, 0, .1);
	transition: all .3s ease-in;
	overflow: hidden;
	background: #fff;
	margin-bottom: 30px;
	border: 2px solid transparent;
}

@media (min-width: 1200px) {
	.demo .container {
		max-width: 1280px;
	}
}

.demo-item:hover {
    -webkit-box-shadow: 0 0 2rem -0.5rem #1d88ed;
    box-shadow: 0 0 2rem -0.5rem #1d88ed;
    border: 2px solid #1d88ed;
}

.btn {
	border: 2px solid #007bff
}


hr {
	border-width: 2px;
	margin: 42px 0;
}

h2 {
	color: #09229c
}


/*About us Page*/
.about-section h5 i {
    margin-right: 7px;
    color: #3db587;
}
.about-section h5{
    font-size: 14px;
}
.ring-bg .section-heading p, .our_services_area .section-heading p, #contact .section-heading p{
    margin: 0 auto;
}


.group {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.light-version .group input, .light-version .group textarea {
    color: #13287e !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}
input:required, textarea:required {
    box-shadow: none !important;
}
.group input, .group textarea {
    font-size: 12px;
    font-style: italic;
    padding: 10px;
    display: block;
    width: 100%;
    height: 45px;
    border: none;
    background-color: transparent;
    color: #fff;
    border-radius: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.group .bar {
    position: relative;
    display: block;
    width: 100%;
}
.group label {
    color: #fff;
    font-style: italic;
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 14px;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
    margin-bottom: 0;
}
label {
    margin-top: 14px;
    margin-bottom: 0px;
}
.group:focus-visible {
    border: none;
    outline: none;
}


.contact-col-home{
    background: #F8F8F8;
    text-align:center;
}
.padding-box {
    padding: 50px 20px;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.padding-box h2 {
    color: #033250;
    font-weight: 600;
}
.padding-box.darkcolor h2{
    color:#fff;
}
span.phone-call i {
    margin-right: 25px;
    font-size: 55px;
    position: relative;
    top: 7px;
}
span.phone-call {
    margin-top: 20px;
    display: block;
}