* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}

/* <style>
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
font-family: "Poppins", sans-serif;
</style>     */

body {
	font-family: "Poppins";
}

a {
	text-decoration: none !important;
}

ul {
	padding-left: 0px;
	list-style: none;
}

@font-face {
	font-family: "Poppins";
	src: url("../fonts/Poppins-Light.eot");
	src: url("../fonts/Poppins-Light.eot?#iefix") format("embedded-opentype"),
		url("../fonts/Poppins-Light.woff2") format("woff2"),
		url("../fonts/Poppins-Light.woff") format("woff"),
		url("../fonts/Poppins-Light.ttf") format("truetype"),
		url("../fonts/Poppins-Light.svg#Poppins-Light") format("svg");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	src: url("../fonts/Poppins-Medium.eot");
	src: url("../fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"),
		url("../fonts/Poppins-Medium.woff2") format("woff2"),
		url("../fonts/Poppins-Medium.woff") format("woff"),
		url("../fonts/Poppins-Medium.ttf") format("truetype"),
		url("../fonts/Poppins-Medium.svg#Poppins-Medium") format("svg");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	src: url("../fonts/Poppins-Bold.eot");
	src: url("../fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"),
		url("../fonts/Poppins-Bold.woff2") format("woff2"),
		url("../fonts/Poppins-Bold.woff") format("woff"),
		url("../fonts/Poppins-Bold.ttf") format("truetype"),
		url("../fonts/Poppins-Bold.svg#Poppins-Bold") format("svg");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	src: url("../fonts/Poppins-Regular.eot");
	src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"),
		url("../fonts/Poppins-Regular.woff2") format("woff2"),
		url("../fonts/Poppins-Regular.woff") format("woff"),
		url("../fonts/Poppins-Regular.ttf") format("truetype"),
		url("../fonts/Poppins-Regular.svg#Poppins-Regular") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	src: url("../fonts/Poppins-SemiBold.eot");
	src: url("../fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"),
		url("../fonts/Poppins-SemiBold.woff2") format("woff2"),
		url("../fonts/Poppins-SemiBold.woff") format("woff"),
		url("../fonts/Poppins-SemiBold.ttf") format("truetype"),
		url("../fonts/Poppins-SemiBold.svg#Poppins-SemiBold") format("svg");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

.wrapper{margin-top:90px;}
.wrapper-bottom{
	margin-bottom:90px;
}

/* menubar */

.top-right{
	padding:49px 0px;
	position: relative;
}

.top-right:before{
	position:absolute;
	content:"";
	width:1px;
	height:100%;
	background:#29292917;
	left:-90px;
}
ul.top-icons {
	position: relative;
}
ul.top-icons li img {
	width: 130px;
	border-radius: 8px;
}
.top-bar-text {
	font-size: 20px;
	color: #040404;
	font-weight: 600;
	position: relative;
	left: -68px;
}
.top-bar .read-more{
	position:relative;
	right:32px;
}
.top-icons li{
	float: left;
}

.top-icons li:not(:last-child){
	margin-right:10px;
}

.top-bar .read-more:hover{
	background:#151515;
	border-color:#151515;
}

.fixed-top {
	transition: all 0.5s ease-in-out;
	animation: slideDown 0.7s ease-in-out;
}
img.paypall{
	width: 82px;
}
@keyframes slideDown {
	from {
		transform: translateY(-100%);
	}

	to {
		transform: translateY(0);
	}
}

.logo{

}

.logo img{
	position:absolute;
	top:5px;
	left:50px;
}

.menubar{
	background:#151515;
}

.menubar ul li {
	float: left;
	font-size: 13px;
	font-weight: 500;
	transition: all 0.5s ease 0s;
	border-right: 1px solid #ffffff70;
	text-transform: uppercase;
}

.menubar ul li a {
	color: #fff;
	padding: 3px 10px;
}

.menubar ul li:hover{
	background:#2f5cde;
	transition:all 0.5s ease 0s;
}

.menubar .current-menu-parent{
	background:#2f5cde !important;
}

.menu-btn{
	background:#2f5bdd;
	font-size:16px;
	line-height:57px;
	padding:0px 25px;
	color:#fff;
	display:inline-block;
	float:right;
	transition:all 0.5s ease 0s;	
}

.menu-btn:hover{
	transition:all 0.5s ease 0s;
	background:#fff;
	color:#151515;
}

/* banner */

/* .banner{
position: relative;
} */

.master-slider {
	position: relative !important;
}

/* .ms-slide-bgcont{
position: relative;
} */

.ms-slide-bgcont:before{
	position:absolute;
	content:"";
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#00000093;
}

.ms-slide-info.ms-dir-h{width:45% !important;}

.ms-slide-info {
	position: absolute !important;
	top: 50%;
	left: 8%;
	transform: translate(0%, -50%);
}

.banner-small-title{
	color:#fff;
	font-size:24px;
	font-weight:600;
}

.banner-large-title{
	font-size:43px;
	color:#fff;
	font-weight:700;
	line-height:50px;
	margin-top:15px;
}

.banner-btn{
	margin-top:30px;
}

.ms-info .banner-btn .read-more{
	width:130px;
}

.read-more, .ms-info .banner-btn .read-more{
	background:#2f5cde;
	font-size:16px;
	color:#fff;
	border:2px solid #2f5cde;
	padding:12px 30px;
	font-weight:500;
	border-radius:25px;
	display:inline-block;
	text-align:center;
	transition:all 0.5s ease 0s;
}

.read-more:hover, .ms-info .banner-btn .read-more:hover{
	border:2px solid #fff;
	color:#fff;
	background:inherit;
	transition:all 0.5s ease 0s;
}

.form-bg{
	background:#050505cf;
	padding:30px;
	border-radius:10px;
}

.banner-form{
	position: absolute;
	top: 500px;
	transform: translate(0%, -50%);
	z-index: 2;
	width:358px;
}

.banner-form .wpcf7-submit{
	width:100% !important;
}

.form-bg-title{font-size:25px;color:#fff;font-weight:700;text-align: center;text-transform:uppercase;}

.ms-skin-default .ms-nav-prev{
	background:url(../images/banner-left-arrow.png) no-repeat 0 0 !important;
	width:32px !important;
	height:60px !important;
	display:block;   
	transition:all 0.5s ease 0s;   
	left:55px !important;
}

.ms-skin-default .ms-nav-prev:hover{
	transform:scale(1.05);
	transition:all 0.5s ease 0s; 
}

.ms-skin-default .ms-nav-next {
	background: url(../images/banner-right-arrow.png) no-repeat 0 0 !important;
	width: 32px !important;
	height: 60px !important;
	display: block;
	transition: all 0.5s ease 0s;
	right: 55px !important;
}

.ms-skin-default .ms-nav-next:hover{
	transform:scale(1.05);
	transition:all 0.5s ease 0s; 
}

/* service */

/* .service{margin-top:-35px;position: relative;} */

.service-title{
	font-size: 20px;
	line-height: 27px;
	color: #0e0e0e;
	font-weight: 700;
	margin-top:20px;
	margin-bottom:0px;
}

.service img{width:100%;border-radius:10px;}

.service .read-more{
	padding:9px 44px 9px 26px;
}

.service .read-more{
	position: relative;
}

.service .read-more:hover, .about-us .read-more:hover, .mid-part .read-more:hover, .thank-you a:hover, .error_container .read-more:hover{
	border-color:#2f5cde !important;
	color:#2f5cde !important;
}

.service .read-more:before {
	position: absolute;
	content: "";
	background: #fff;
	width: 10px;
	height: 12px;
	clip-path: polygon(0 5%, 0% 100%, 100% 50%);
	transform: translate(-50%, -50%);
	top: 50%;
	right: 10%;
}

.service .read-more:hover:before{
	background:#2f5cde;
}

/* About-us */

.about-us{
	position: relative;
}

.about-left{
	height:100%;
}

.about-left img {
	width: 100%;
	height:100%;
	object-fit:cover;
	position: relative;
	z-index: 1;
	top:0px;
	left: 50%;
	transform: translate(-50%, 0px);
}

.sub-heading{
	color:#232323;
	font-size:16px;
	text-transform:uppercase;
	font-weight:600;
	margin-bottom:12px;
}

.main-heading {
	font-size: 30px;
	line-height: 35px;
	text-transform: uppercase;
	color: #232323;
	font-weight: 700;
	margin-bottom: 50px !important;
	position: relative;
	padding-bottom: 12px;
}

.about-us .main-heading{
	color:#2f5bdd;	
}

.main-heading:before {
	position: absolute;
	content: "";
	width: 8%;
	height: 3px;
	bottom: 0;
	background-color: #2f5cde;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.main-heading span{
	font-weight:400;
}

.para{
	font-size: 15px;
	line-height: 27px;
	color: #232323;
	font-weight: 400;
	margin-bottom:13px;
}

.para b{
	color:red;
}

.para:last-child{
	margin-bottom:0px;
}

.about-us .read-more{
	padding:10px 35px;
	text-transform:uppercase;
}

/* mid-part */

.mid-part{
	background:#f7f7f7;
	padding:70px 0px;
	margin-top:0;
}

.mid-part .main-heading:before{
	position:inherit;
}

.mid-sec-box{
	padding:30px 25px;
	border-radius: 10px;
	filter: drop-shadow(0px 9px 13.5px rgba(0,0,0,0.11));
	background-color: #fcfcfc;
	height:100%;
}

.icon-box{
	width:76px;
	height:76px;
	line-height:76px;
	border-radius:50px;
	background:#2f5cde;
	text-align:center;
	margin:auto;
}

.mid-part-heading{
	font-size: 17px;
	line-height: 25px;
	color: #2a2a2a;
	font-weight: 600;
	margin-top:20px;
	text-align:center;
	margin-bottom:0px;
}

.mid-part .read-more{
	padding:10px 55px;
	text-transform:uppercase;
}

/* logo-sec */

.card{border-color:#29292917;}

/* call-sec */

.call-sec{
	background:#151515;
	padding:45px 0px;
}

.call-sec2{
	background:#f7f7f7;	
}

.call-sec2 .call-sec-heading{
	color: #232323;
}

.call-sec2 .read-more:hover{border-color:#2f5bdd;color:#2f5bdd;}

.call-sec-heading{
	font-size: 26px;
	color: #f1f5ff;
	font-weight: 700;
}

/* testimonial */

.testimonial .sub-heading{
	color:#2f5cde;
}

.testimonial .main-heading:before{
	position: inherit;
}

.sp-testimonial-free{
	border-radius: 10px !important;
	box-shadow:0px 0px 11px 0px #0c0d0c1a;
	background-color: #fff !important;
	padding:34px 25px 75px 25px;
	margin:10px;
	position:relative;
}

.sp-testimonial-content {
	display: block !important;
	height: 250px;
	overflow: auto;
	scrollbar-width: thin;
	margin:25px 0px 20px 0px !important;
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial p{
	margin:0px !important;
	padding-top:0px !important;
	padding-bottom:0px !important;
	padding-left:0px !important;
	padding-right:10px !important;
	text-align:left !important;
	font-size:15px !important;
}

.sp-testimonial-free-section.swiper-initialized, .sp-testimonial-free-section:not(.swiper-initialized,.tfree-layout-grid){
	/* margin:0px !important; */
}

.sp-testimonial-client-image{
	margin-bottom:0px !important;
	position:absolute;
	bottom:27px;
	left:24px;
}

.sp-testimonial-client-rating{
	position:absolute;
	top:30px;
	left:24px;
}

.sp-testimonial-client-name{
	color:#2f5cde !important;
	font-size:18px !important;
	font-weight:600 !important;
	position:absolute;
	bottom:41px;
	left:92px;
	margin-bottom:0px !important;
}

.sp-testimonial-free-section .testimonial-nav-arrow{
	transform:translateY(0px) !important;
}

/* get-in-touch-sec */

.get-in-touch-sec{
	background:url(../images/get-in-touch.jpg) no-repeat center center fixed;
	background-size:cover;
	padding:80px 0px 60px 0px;
}

.get-in-touch-sec .icon-box{
	width:109px;
	height:109px;
	line-height:94px;
	border-radius:50%;
	border: 8px solid #2a2a2b;
	margin:0px;
}

.get-in-touch-sec .main-heading{
	text-transform:capitalize;
	line-height:40px;
}

.get-in-touch-sec .main-heading:before{
	position:inherit;
}

.get-in-touch-sec .form-bg{
	width:100%;
}

.get-in-touch-sec .form-bg h6{
	line-height:35px;
}

.wpcf7-form-control{
	border-radius: 5px;
	background-color: #ffffff;
	font-size:14px;
	margin-bottom:15px;
	width:100%;
	color:#888888;
}

select.wpcf7-form-control{
	padding:8px 10px 7px;
	width:100%;
	color:#888888;
}

.wpcf7-submit{
	display:block;
	border:2px solid #2f5cde !important;
	background:#2f5cde !important;
	font-size:15px !important;
	font-weight:500 !important;
	border-radius:50px !important;
	margin-bottom:0px !important;
	width:auto !important;
	padding:12px 40px;
	transition:all 0.5s ease 0s;
}

.wpcf7-submit:hover{
	border-color:#2f5cde !important;
	color:#2f5cde !important;
	background:inherit !important;
	transition:all 0.5s ease 0s;
}

::placeholder{
	text-transform:uppercase;
}

textarea.wpcf7-form-control{
	height:78px;
}

/* footer */

.footer{
	background:#f2f2f2;
	padding:55px 0px 20px 0px;
	overflow:hidden;
}

.footer-heading{
	color:#080808;
	font-size:20px;
	font-weight:700;
	margin-bottom:15px;
	text-transform:uppercase;
}

.footer-menu{
	position:relative;
}

.footer-menu:before{
	position:absolute;
	content:"";
	background:#29292917;
	height:429px;
	width:1px;
	right:0px;
	top:-94px;
}

.footer-menu-last:before{
	background:inherit;
}

.footer-menu li{
	font-size: 15px;
	line-height: 32px;
	font-weight: 500;
	position: relative;
	padding-left:23px;
}


.footer-menu li:before{
	position:absolute;
	content:"";
	background:#9cb0e9;
	width:9px;
	height:9px;
	border-radius:50%;
	left:0px;
	top:11px;
}

.footer-menu li a{
	color: #080808;
	transition:all 0.5s ease 0s;
}

.footer-menu li a:hover{
	transition:all 0.5s ease 0s;
	color:#2f5cde99;
	padding-left:2px;

}

.social-icons ul{display:flex;}
.social-icons ul li:not(:last-child){
	margin-right:10px;
}

.copyright{
	padding:16px 0px;
	background:#f2f2f2;
	border-top:1px solid #29292917;
}

.copyright p{font-size: 15px;
	line-height: 29px;
	color: #080808;
	font-weight: 500;}
.copyright p a{
	color: #080808;
}

.copyright p a{
	color:#2f5bdd;
}

/* scroll to top */

#top {
	background-color: #151515;
	border-radius: 50px 50px 50px 50px;
	bottom: 0;
	color: #ffffff;
	height: 48px;
	position: fixed;
	right: 20px;
	bottom: 90px;
	text-align: center;
	text-transform: uppercase;
	width: 48px;
	opacity: 0;
	z-index: 10000;
	font-size: 0;
	border: 0;
	transition: all 0.2s ease-in-out 0s;
	cursor: pointer;
	outline: none;

	.fa-chevron-up {
		line-height: 35px;
		-webkit-font-smoothing: antialiased;
		font-family: "FontAwesome";
		font-size: 22px;
	}
}
#top.show {
	opacity: 1;
}

.fa-angle-left:before {
	background: url(../images/left-arrow.png) no-repeat 0 0 !important;
	width: 32px;
	height: 50px;
	display: block;
	transition:all 0.5s ease 0s; 
}

.fa-angle-right:before {
	background: url(../images/right-arrow.png) no-repeat 0 0 !important;
	width: 32px;
	height: 50px;
	display: block;
	transition:all 0.5s ease 0s; 
}

.fa-angle-left:hover:before, .fa-angle-right:hover:before{
	transform:scale(1.05);
}

/* breadcrumbs */

.site-content, .site-main .widecolumn {
	margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
	/*background: url("../images/banner.jpg") #eee no-repeat center !important;*/
	background-size: cover !important;
	max-width: 100% !important;
	padding: 140px 0 140px !important;
	/*     margin: 0 0 50px !important; */
	position: relative;
	overflow: hidden;
	text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.page .entry-content {
	max-width: 100% !important;
	padding: 0px !important;
}
.content-area, .content-sidebar {
	padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
	color: #fff;
	position: relative;
	font-size: 32px;
	font-weight: 600;
	text-transform: none;
	z-index: 99;
	margin-bottom: 3px;
}
.breadcrumb-container {
	width: 100%;
	color: #fff;
	position: relative;
	font-size: 15px;
}
.breadcrumb-container a {
	color:#9cb0e9;
}
.page {
	margin-top: 0 !important;
}

/* inner-pages */

.inner-heading{
	font-size:30px;
	color:#232323;
	line-height:38px;
	font-weight:700;
	margin-bottom:10px;
}

.inner-heading span{
	color:#2f5bdd;
}

.inner-sub-heading{
	font-size:26px;
}

.point-sec{
	padding-left:23px;
	margin-bottom:5px;
	display:inline-block;
}

.point-sec li{
	font-size: 15px;
	line-height: 27px;
	color: #232323;
	font-weight: 400;
	margin-bottom:10px;
	position:relative;
}

.point-sec li:before {
	position: absolute;
	content: "";
	background: #9cb0e9;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	left:-20px;
	top: 9px;
}

.half-list ul {
	display: flex;
	flex-wrap: wrap;
	align-items:center;
}

.half-list ul li {
	width: 50%;
}

.inner-bg{
	background:#2f5bdd;
	padding:50px 0px;
}

.inner-bg .point-sec li{
	color:#fff;
	padding-left:4px;
}

.inner-bg .point-sec li:before {
	background: url(../images/check-green.png) no-repeat 0 0;
	width: 15px;
	height: 15px;
	background-size: contain;
	top:6px;
}

/* Contact Us */

.ref_form_box {
	background:#151515;
	padding:35px;
	/*     margin-bottom: 30px; */
	border-radius: 10px;
	box-shadow:0 0.5rem 0.8rem rgba(0, 0, 0, 0.10);
}
.ref_form_box p {
	margin-bottom: 0 !important;
}
.ref_form_box_heading {
	color:#232323;
	font-weight: bold;
	font-size: 26px;
	line-height: 30px;
}
.ref_form_box_heading strong {
	color: #2f5bdd;
	font-weight: bold;
}
.ref_form_box_label {
	color:#fff;
	margin-top: 15px;
}

.ref_form_box_input input {
	width: 100%;
	min-height: 44px;
	margin-top: 2px;
	border:1px solid #ccc;
	color: #555;
	background:#fff;
	margin-bottom:0px;
	border-radius:2px;
	font-weight:400;
}
.ref_form_box_input select {
	/*     background: url("../images/dropdown.png") #fff no-repeat center right 10px; */
	width: 100%;
	min-height: 44px;
	margin-top: 2px;
	border: 1px solid #ccc !important;
	border-radius: 2px;
	color: #555;
	padding: 10px 30px 10px 12px;
	/*     -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; */
	background:#fff;
}
.ref_form_box_input textarea {
	resize: none;
	height: 144px;
	margin-top: 2px;
	border: 1px solid #ccc !important;
	color: #555;
	border-radius:2px;
}
.ref_form_box .contact_btn input {
	font-weight: 600;
	background: #2f5bdd !important;
	font-size: 16px;
	margin-top: 20px;
	border-radius: 30px;
	padding:12px 40px;
	transition:all 0.5s ease 0s;
	margin:20px auto;
}

.ref_form_box_input ::placeholder{
	text-transform:capitalize !important;
	color:#555555;
	font-size:15px;
}

.ref_form_box .contact_btn input:hover{
	transition:all 0.5s ease 0s;
	background:inherit !important; 
}

span.wpcf7-list-item {
	margin: 0 !important;
	display: block;
}
.wpcf7-list-item label {
	display: block;
	position: relative;
	margin-top: 8px;
	color: #555;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.half_check .wpcf7-list-item {
	width: 45%;
}
.wpcf7-list-item label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.wpcf7-list-item-label {
	position: relative;
	padding-left: 22px;
}
.wpcf7-list-item-label::before {
	position: absolute;
	top: 1px;
	left: 0;
	height: 16px;
	width: 16px;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 50%;
}
.wpcf7-list-item label:hover input ~ .wpcf7-list-item-label:before {
	background-color: #ccc;
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:before {
	background-color: #1ba7ef;
	border-color: #1ba7ef;
}
.wpcf7-list-item-label:after {
	content: "";
	position: absolute;
	display: none;
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:after {
	display: block;
}
.wpcf7-list-item label .wpcf7-list-item-label:after {
	left: 6px;
	top: 3px;
	width: 5px;
	height: 9px;
	border: solid #fff;
	border-width: 0 1px 1px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.contact_page_info {
	position: relative;
	padding-left: 47px;
	color:#555555;
	margin-top: 25px;
}

.contact_page_info img {
	position: absolute;
	top: 7px;
	left: 0;
	width: 35px !important;
}

.contact_page_info strong{
	color:#2b2b2b;
}

.contact_page_info a {
	color:#555555;
	text-decoration:none !important;
}

/* faq */

.omsc-toggle-title{
	font-weight:500;
}

/* 404 */

.error_container {
	display: flex;
	margin:70px 0px;
	align-items: center;
	text-align: center;
}
.error_container img {
	margin-bottom: 20px;
}

/* footer-btns */

.footer-fixed-buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer-btn1 {
	background: #2f5cde;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
}
.footer-btn2 {
	background:#25d366;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	height: 44px;
	width: 44px;
	border-radius: 50%;
	padding: 9px 11px 0;
}

.footer-btn2 img{
	filter:brightness(0) invert(1);	
}

.footer-btn3 {
	background: #151515;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
}

.ph-top-btn{
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9999;
	background: #2f5cde;
	color: #fff;
	width: 100%;
	text-align: center;
	padding: 13px;
	box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.1),
		inset -8px -8px 12px rgba(0, 0, 0, 0.1),
		inset 8px 8px 12px rgba(255, 255, 255, 0.4);
	line-height:1.2;	
}

.ph-top-btn span{
	color:#000;	
	font-size:12px;
	font-weight:500;	
}

.ph-top-btn:active, .ph-top-btn:active, .ph-top-btn:hover{
	box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.1),
		inset 8px 8px 12px rgba(0, 0, 0, 0.1),
		inset 8px 8px 12px rgba(255, 255, 255, 0.4);
}

/* table */

.table-heading{
	background: #2f5bdd;
	color: #fff;
	display: inline-block;
	padding: 5px 20px;
	font-weight: 700;
	border-radius: 5px;
	margin-bottom: 5px;
}

.table thead tr th:first-child{
	border-radius:5px 0px 0px 0px;	
}

.table thead tr th:last-child{
	border-radius:0px 5px 0px 0px;	
}

.table thead tr+tr th:first-child, .table thead tr+tr th:last-child{
	border-radius:0px;	
}

.table td b{
	color:red;
}
.agreements-area-strat {
	padding: 80px 0;
}
.agreements-download-box {
	text-align: center;
	padding: 45px 35px;
	background-color: #f0f4ff;
	width: 100%;
}
.agreements-download-box .heading {
	font-size: 18px;
	font-weight: 600;
	color: #000000;
	line-height: 28px;
	margin: 0 0 15px;
}
.agreements-download-box .read-more {
	padding: 10px 20px;
	font-size: 15px;
}
.agreements-download-box .read-more:hover{
	border-color:#000000;
	background-color:#000000;
}
.agreements-download-box .img-box {
	width: 100%;
	max-width: 90px;
	margin: 0 auto 25px;
}
.agreements-download-box .img-box img{
	width:100%;
	object-fit:cover;
}
.ref_form_box_input .wpcf7-list-item-label{
	color:#ffffff;
}
.ref_form_box_input .wpcf7-list-item-label::before{
	top:3px;
}

.booknow-box {
	position: fixed;
	top: 48%;
	right:-163px;
	transform: rotate(90deg);
	z-index: 91;
}
.booknow-box a {
	background-color: #2757d7;
	display: inline-block;
	color: #ffffff;
	text-transform: uppercase;
	padding: 12px 24px;
	font-size: 15px;
	font-weight: 500;
	transition: 0.5s;
}
.booknow-box a.wp-icon {
	width: 45px;
	height: 45px;
	padding: 10px;
	transform: rotate(-90deg);
	background-color: #25d366;
}
.booknow-box a.wp-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7493%) hue-rotate(169deg) brightness(126%) contrast(96%);
}

/*-- process area start --*/
.process-area{
	padding:60px 0;
	background-color:#2757d7;
}
.process-area .main-heading:before{
	display:none;
}
.process-area .heading {
	color: #ffffff;
	text-align: center;
	margin: 0 0 10px;
}
.process-area .content-text {
	text-align: center;
	color: #ffffff;
	margin: 0 0 35px;
	font-size: 16px;
}
.process-box{
	position:relative;
	z-index:1;
}
.process-box .process-icon {
	width: 100%;
	max-width: 90px;
	height: 90px;
	border-radius: 100%;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	color: #1d53d1;
	font-weight: 600;
	line-height: 40px;
	margin: 0 auto 15px;
}
.process-box .process-text {
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
}
.process-body-area{
	position:relative;
}
.process-body-area::before {
	content: '';
	position: absolute;
	top: 32%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	max-width: 50%;
	height: 2px;
	border-top: 2px dashed #ffffff;
}
/*-- process area stop --*/
/*-- whychoose area start --*/
.whychoose-box {
	margin: 0 0 20px;
}
.whychoose-box:last-child {
	margin: 0 0 0;
}
.whychoose-box .small-heading {
	color: #1d53d1;
	font-size: 22px;
	font-weight: 600;
	line-height: 32px;
	margin: 0 0 5px;
}
.whychoose-box .content-text {
	font-size: 15px;
	line-height: 25px;
	color: #000000;
	margin-bottom: 12px;
}
.whychoose-box .content-text ul{
	padding:0;
	padding-left: 20px;
	margin:0;
}
.whychoose-box .content-text ul li {
	font-size: 15px;
	line-height: 25px;
	color: #000000;
	margin-bottom: 10px;
	list-style-type:circle;
}
/*-- whychoose area stop --*/
/*-- area we serve area start --*/
.areaweserve-area{
	padding: 60px 0;
}
.areaweserve-area .main-heading{
	text-align:center;
}
.areaweserve-area .main-heading:before {
	left: 0;
	right: 0;
	margin: 0 auto;
}
.loc-sec .nav-tabs{
	justify-content:center;
	border: none;
}

.loc-sec .nav-tabs .nav-link{
	background: #2f5bdd;
	color: #fff;
	border: none !important;
	margin: 0 5px 10px;
	padding: 8px 30px;
	font-size: 16px;
	font-weight: 600;
}
.loc-sec .nav-tabs .nav-link.active{
	background:#000;
	color:#fff;
}
.loc-sec .tab-content{
	margin-top:30px;
}
.loc ul{
	margin:0;
	padding:0;
}
.loc ul li{
	list-style:none;
	background:url(/wp-content/uploads/2025/09/footer_address.png) no-repeat;
	display: inline-block;
	margin: 0 0 10px 5px;
	background-size: 22px;
	font-size: 16px;
	font-weight: 500;
	padding-left:35px;
/* 	padding: 12px 10px 12px 35px; */
	color:#000;
	background-position: center left 8px;
	width: 24%;
}
.loc ul li a{
	color:#000;
}
.areaweserve-area .areaweserve-media {
	background-color: #1d53d1;
	padding: 12px;
	align-items: center;
	width: 100%;
}
.areaweserve-area .areaweserve-media .media-img {
	width: 100%;
	max-width: 35px;
	height: 35px;
	background-color: #ffffff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px;
}
.areaweserve-area .areaweserve-media .media-img img{
	width:100%;
	height:100%;
	object-fit:contain;
}
.areaweserve-area .areaweserve-media .media-body{
	padding-left:10px;
	color:#ffffff;
}
.areaweserve-area p{
	display:none;
}
.page-id-14 .main-heading:before, .page-id-17 .main-heading:before{
	position: absolute !important;
}
.blog .inner-blog-body-area{
	margin-bottom:60px;
}
/*-- area we serve area stop --*/
.more-link {
	display: block;
	background: #2757d7;
	width: fit-content;
	margin: 15px 0;
	padding: 15px 25px;
	border-radius: 0;
	color: #fff;
	text-transform: capitalize;
	transition: all 0.5s ease;
	text-decoration: none !important;
	font-size: 16px;
}
.more-link:hover{
	background: #000000 !important;
	color: #fff !important;
}

.post .entry-title{
	font-size: 30px !important;
	font-weight: 600 !important;
}
.inner-blog-body-area {
	display: flex;
	justify-content: space-between;
	padding-top: 50px;
}
.inner-blog-body-area .site-content .entry-header {
	max-width: 100%;
	margin: 0;
	background-color: #f6f9ff;
}
.inner-blog-body-area .site-content .entry-summary {
	max-width: 100%;
	margin: 0;
	background-color: #f6f9ff;
	padding-top: 0;
	padding-bottom: 25px;
	font-size: 16px;
	line-height: 25px;
	color: #000000;
}
.inner-blog-body-area .site-content .entry-meta{
	max-width:100%;
	background-color:transparent;
}
.inner-blog-body-area  .post .entry-title {
	font-size: 26px !important;
	font-weight: 600 !important;
	line-height: 34px;
}
.inner-blog-body-area  .post .entry-title a{
	transition:0.5s;
}
.inner-blog-body-area  .post .entry-title a:hover{
	color:#2f5bdd;
}
.inner-blog-body-area .content-sidebar {
	padding: 30px;
	box-shadow: 0 0 20px rgb(0 0 0 / 8%);
	width: 36%;
}
.inner-blog-body-area .widget {
	margin-bottom: -2px;
}
.inner-blog-body-area .widget h2 {
	font-size: 20px;
	font-weight: 500;
	color: #000000;
}
.inner-blog-body-area .content-sidebar .widget a {
	color: #2757d7;
}
.inner-blog-body-area .content-sidebar .widget a:hover{
	color:#000000;
}
.inner-blog-body-area .site-content .entry-content{
	max-width:100%;
	margin:0;
	background-color: #f6f9ff;
	padding-top:0;
	padding-bottom: 25px;
}
.inner-blog-body-area .comments-area{
	max-width:100%;
}
.inner-blog-body-area .comment-respond h3 {
	font-size: 22px;
	margin-bottom: 8px;
}
.inner-blog-body-area .logged-in-as {
	margin: 0 0 10px;
}
.inner-blog-body-area .comment-form-comment label{
	margin-bottom:15px;
}
.inner-blog-body-area .comment-form-comment textarea{
	height:110px;
	resize:none;
	margin-bottom:15px;
}
.inner-blog-body-area .form-submit input{
	background-color:#2757d7;
	font-size:16px;
	padding:10px 20px;
	font-weight:500;
	transition:0.5s;
}
.inner-blog-body-area .form-submit input:hover{
	background-color:#000000;
}
.inner-blog-body-area .archive-header{
	display:none;
}
.booknow-box a.mail-icon {
	width: 45px;
	height: 45px;
	padding: 10px;
	transform: rotate(-90deg);
	background-color: #151515;
}
.booknow-box a.mail-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7493%) hue-rotate(169deg) brightness(126%) contrast(96%);
}
.coming-soon {
	padding-top: 80px;
	text-align: center;
}
.coming-soon img {
	width: 350px;
	margin: 0 auto 35px;
}
.coming-soon .main-heading {
	font-size: 42px;
	line-height: 43px;
}
.coming-soon .main-heading:before{
	left:0;
	right:0;
	margin:0 auto;
}
.coming-soon .content {
	width: 100%;
	max-width: 39%;
	margin: 0 auto 25px;
}
.coming-soon .read-more:hover{
	background-color:#151515;
	border-color:#151515;
}
.inner-blog-body-area .site-content .entry-content h2, .inner-blog-body-area .site-content .entry-content p{
	margin-bottom:20px;
}
.list-view .post{
	margin-bottom:30px;
}
.list-view .post:last-child{
	margin-bottom:0;
}
.page-id-593 .wrapper, .page-id-604 .wrapper{
	margin-top:55px;
}
.omsc-toggle-inner br{
	display:none;
}
ul.faq-list {
	padding: 0;
	margin: 0;
	padding-left: 18px;
}
ul.faq-list li {
	margin: 8px 0 0;
	font-size: 15px;
	list-style: disc;
}
.areaweserve-area .col-lg-3{
	display:flex;
	align-items:center;
	margin-bottom: 8px;
}
.areaweserve-area .col-lg-3 .media-img{
	margin-right:5px;
}
.areaweserve-area .col-lg-3 .media-img img {
	width: 25px;
	object-fit: contain;
}
.mid-part .main-heading, .process-area .main-heading {
	margin-bottom: 20px !important;
	position: relative;
	padding-bottom: 0;
}
.whychoose-area .main-heading{
	padding-bottom:15px;
	margin-bottom: 20px !important;
}
.whychoose-area .main-heading::before{
	right:auto;
	margin:0;
}
.para a, .point-sec a{
	color:#232323;
	transition:0.5s;
}
.para a:hover, .point-sec a:hover{
	color:#2758d8;
}
.call-sec a{
	color:#ffffff;
}
.inner-bg .point-sec li a{
	color:#ffffff;
}


/* responsive */
@media only screen and (min-width : 300px) and (max-width : 480px) {
	.wrapper, .mid-part, .logo-sec, .call-sec{margin-top:50px;}
	.ms-info .banner-btn .read-more{margin-left:0px !important;}
	.main-heading, .inner-heading{font-size:26px;line-height:1.2;}
	.page .entry-title, .blog_page_title{font-size:28px;}
	.banner-small-title{font-size:20px;}
	.banner-large-title {
		font-size: 28px;
		line-height: 1.2;}
	.ms-slide-info.ms-dir-h {
		width: 91% !important;
	}

	.ms-slide-info {
		left: 6%;
	}
}



@media only screen and (min-width : 300px) and (max-width : 1023px) {
	.loc ul li{
		background-size: 20px;
		padding-left: 30px;
		font-size: 13px;
		width: 47%;
		background-position: center left 5px;
	}
	.loc-sec .nav-tabs .nav-link{
		padding: 6px 30px;
		font-size: 15px;
	}
	.ms-view, .ms-slide, .ms-slide-bgcont{
		height: 380px !important;
	}
	.ms-slide-bgcont img {
		object-fit: cover;
	}
	.top{bottom:60px !important;}
	.primary-navigation, .menubar, .top-right,.ms-nav-next, .ms-nav-prev, .footer-menu:before, .testimonial-nav-arrow{display:none !important;}
	.form-media{margin:0px auto;}
	.sp-testimonial-free-section.swiper-initialized, .sp-testimonial-free-section:not(.swiper-initialized,.tfree-layout-grid){margin:0px !important;}
	.top-bar{background:#fff;height:70px;box-shadow: var(--bs-box-shadow) !important;position:fixed;width:100%;z-index:999;top:65px;}
	.logo img{width:136px;height:inherit;left:inherit;}
	.banner{margin-top:120px;}
	.banner-form{position:inherit;transform:inherit;}
	.page .entry-header, .blog_page_header{padding:70px 0 70px !important;margin-top:120px !important;}
	.banner-form{width:100%;}
	.ms-info .banner-btn .read-more{width:inherit;padding:12px 25px !important;}
	.get-in-touch-sec .read-more{padding:12px 25px !important;}
	.mid-part .read-more{padding:10px 30px;}
	.read-more{font-size:15px !important;}
	.copyright{padding-bottom:60px;}
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {
	.wrapper, .mid-part, .logo-sec, .call-sec{margin-top:50px;}
	.main-heading{font-size:26px;line-height:1.2;}
	.page .entry-title, .blog_page_title{font-size:28px;}
	.banner-small-title{font-size:20px;}
	.banner-large-title{
		font-size: 28px;
		line-height: 1.2;}
	.ms-slide-info h4{font-size:20px;}
	.ms-slide-info h5 {
		font-size: 28px;
		line-height: 1.2;}
}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {
	.wrapper, .mid-part, .logo-sec, .call-sec{margin-top:50px;}
	.main-heading, .inner-heading{font-size:26px;line-height:1.2;}
	.page .entry-title, .blog_page_title{font-size:28px;}
	.banner-small-title{font-size:20px;}
	.banner-large-title {
		font-size: 28px;
		line-height: 1.2;}
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.loc ul li {
		width: 49% !important;
	}
	.wrapper, .mid-part, .logo-sec, .call-sec{margin-top:50px;}
	.main-heading, .inner-heading{font-size:26px;line-height:1.2;}
	.page .entry-title, .blog_page_title{font-size:28px;}
	.ms-slide-info.ms-dir-h {
		width: 78% !important;
	}
	.banner-small-title{font-size:20px;}
	.banner-large-title {
		font-size: 28px;
		line-height: 1.2;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.loc ul li{
		width: 32%;
	}
	
	.wrapper{margin-top:65px;}
	.main-heading, .inner-heading{font-size:28px;line-height:1.2;}
	.page .entry-title, .blog_page_title{font-size:30px;}
	.banner-small-title{font-size:22px;}
	.banner-large-title {
		font-size: 30px;
		line-height: 1.2;}
	.form-media{margin:0px auto;}
}

@media only screen and (min-width : 768px) and (max-width : 1180px) and (orientation : landscape) {
	.wrapper{margin-top:65px;}
	.top-right:before, .top-icons{display:none;}
	.banner-form{top:450px;}
	.top-right{display:flex;justify-content:end !important;gap:15px;}
	.main-heading, .inner-heading{font-size:28px;line-height:1.2;}
	.page .entry-title, .blog_page_title{font-size:30px;}
	.banner-small-title{font-size:22px;}
	.banner-large-title {
		font-size: 30px;
		line-height: 1.2;}
	.menubar ul li{font-size:14px;}
	.menubar ul li a{padding:3px 8px;}
	.menu-btn{padding:0px 20px;font-size:15px;}
	.call-sec .read-more{padding:12px 20px;font-size:15px;}
	.mid-part .read-more {
		padding: 10px 30px;
	}
	.form-media{margin:0px auto;}
	.call-sec .read-more{padding:12px 20px;font-size:15px;}
}



/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
	.wrapper{margin-top:65px;}
	.main-heading, .inner-heading{font-size:28px;line-height:1.2;}
	.page .entry-title, .blog_page_title{font-size:30px;}
	.banner-small-title{font-size:22px;}
	.banner-large-title {
		font-size: 30px;
		line-height: 1.2;
	}

}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	.loc ul li{
		width: 32%;
	}
	.wrapper{margin-top:65px;}
	.main-heading, .inner-heading{font-size:28px;line-height:1.2;}
	.page .entry-title, .blog_page_title{font-size:30px;}
	.banner-small-title{font-size:22px;}
	.banner-large-title {
		font-size: 30px;
		line-height: 1.2;}
	.banner-form {
		top: inherit;
		transform: inherit;
	}


}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
	.wrapper{margin-top:65px;}
	.main-heading, .inner-heading{font-size:28px;line-height:1.2;}
	.page .entry-title, .blog_page_title{font-size:30px;}
	.banner-small-title{font-size:22px;}
	.banner-large-title {
		font-size: 30px;
		line-height: 1.2;}

}

/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.wrapper{margin-top:65px;}
	.banner-form{top:420px;}
	.main-heading, .inner-heading{font-size:28px;line-height:1.2;}
	.top-right:before, .top-icons{display:none;}
	.top-right{display:flex;justify-content:end !important;gap:15px;}
	.page .entry-title, .blog_page_title{font-size:30px;}
	.banner-small-title{font-size:22px;}
	.banner-large-title{
		font-size: 30px;
		line-height: 1.2;}
	.menu-btn {
		padding: 0px 20px;
		font-size: 15px;
	}
	.menubar ul li{font-size:14px !important;}
	.menubar ul li a{padding:3px 8px !important;}
	.call-sec .read-more{padding:12px 20px;font-size:15px;}
	.wpcf7-spinner{display:none !important;}
}




@media screen and (min-width: 1424px) {
	.ms-slide-info{left:6%;}
	.banner-form{right:6.8%;}
	.banner-form{top:536px;}
}

@media screen and (min-width: 1624px) {
	.ms-slide-info{left:11%;}
	.banner-form{right:11.8%;}
	.banner-form{top:580px;}
}

@media screen and (min-width: 1798px) {
	.ms-slide-info{left:13.5%;}
	.banner-form{right:13.8%;}
	.ms-slide-info.ms-dir-h {
		width: 37% !important;
	}
	.banner-form{top:610px;}
}

@media screen and (min-width: 2048px) {
	.ms-slide-info{left:17%;}
	.banner-form{right:18%;}
	.ms-slide-info.ms-dir-h {
		width: 34% !important;
	}
	.banner-form{top:650px;}
}

@media screen and (min-width: 2550px) {
	.ms-slide-info{left:26%;}
	.banner-form{right:25.8%;}
	.ms-slide-info.ms-dir-h {
		width: 30% !important;
	}
	.banner-form{top:770px;}
}




