.section-title-normal, .section-title-normal span {
	border-bottom: 0;
	padding-bottom: 0;
	text-transform: inherit;
	margin-bottom: 0;
}
.titleheader *:first-child {
	padding-left: 40px;
	position: relative;
	margin-bottom: 10px;
}
.titleheader *:first-child:before {
	content: '';
	background: #ffffff;
	height: 1px;
	width: 30px;
	position: absolute;
	left: 0;
	top: 50%;
}
.titleheader h1 {
	font-size: 34px;
}
.btn {
	margin-bottom: 0;
	border-radius: 99px;
	text-transform: inherit;
	font-size: 14px;
	padding: 3px 30px;
}
.content-gt>*:first-child {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 10px;
	color: red;
}
.content-gt>h2 {
	font-size: 32px;
	color: #1e73be;
}
.imgbr, .imgbr img {
	border-radius: 12px;
}
.box1 {
	border: solid 1px #ccc;
	padding: 20px;
	border-radius: 10px;
}
.titleBg2 *:first-child {
	font-size: 32px;
	line-height: 1.3;
}
.section-title-center b {
	background: transparent;
}
.section-title-center span {
	font-size: 26px;
}
.col3>.col-inner {
	align-content: center;
	padding: 30px;
}
.box2 .box-text {
	height: 100%;
	padding: 100px 20px !important;
	background: linear-gradient(to bottom, #063e7f, transparent);
}
.dark, .dark p, .dark td {
	color: #fff;
}
.menu1 {
	padding: 40px 20px;
}
.menu1 p {
	font-size: 15px;
}
.menu1 h4 {
	font-size: 20px;
}
.col-active .img {
	position: absolute;
	left: 50%;
	height: 100%;
	width: 100%;
	transform: translateX(-50%);
	z-index: -1;
	top: 0;
}
.col-active .img::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
}
.col-active .img .img-inner, .col-active .img .img-inner img {
	height: 100%;
}
.row-menu .box-text {
	padding: 10px;
	text-shadow: none !important;
}
.row-menu .box-text p {
	font-size: 15px;
	font-weight: bold;
}
.blog-wrapper {
    padding: 0;
}
.crumb-cate {
    background: #002548;
    padding: 10px 0;
    margin-bottom: 30px;
}
.crumb-cate * {
    color: #fff;
    font-size: 13px;
}
.archive-page-header .page-title {
    text-align: center;
    font-size: 24px;
}
.dark .is-divider {
    display: none;
}
.page-title>.page-title-inner {
    min-height: auto !important;
}
.product-small .col-inner .box-text {
    background-color: #1e73be;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}
.product-small .col-inner .box-text * {
    color: #fff;
}
.product-small .col-inner .box-text * a {
    font-weight: bold;
}
.formS {
    padding: 20px;
    background: #1e73be1f;
    border-radius: 10px;
}
.formS h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
}
.formS .col {
    padding-bottom: 0;
}
.formS input,.formS select {
    height: 45px;
    border-radius: 5px;
    box-shadow: none !important;
    background: #ffffff;
}
.formS input:focus {border: solid 1px #1e73be;}
.sup {
    text-align: center;
    color: #000;
}
.sup strong {
    color: red;
}
.wpcf7 button {
    background: #1e73be;
    margin: 20px auto 0;
    border-radius: 99px;
    color: #fff;
    display: block;
    padding: 5px 20px;
}
@media (min-width: 992px){
	.nopad{
		padding-bottom: 0 !important;
	}
	.titleheader {
		padding-left: 60px;
		padding-right: 100px;
	}
	.mbws-banner .btn{
		margin-left: 60px;
	}
	.col2>.col-inner {
		padding-left: 50px;
		padding-right: 50px;
	}
	.col3 .btn, .box2 .btn, .home3 .btn {
		margin-left: 60px;
	}
}
@media (max-width: 549px){
	.nopadm{
		padding-bottom: 0 !important;
	}
	.box2 .box-text {
		padding: 30px 20px !important;
	}
}
@media (max-width: 991px){
	.mfp-content {
		background: #fff !important;
		transition: transform .5s, opacity .3s !important;
	}
	.off-canvas .nav-vertical>li>a {
		color: #000;
		font-size: 16px;
	}
	.off-canvas .nav-vertical li li>a {
		color: #000;
		font-weight: bold;
	}
}