<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	margin:0;
	padding:0;
	font-family: 'Poppins';
}
a{
	text-decoration:none !important;
}
img{
	max-width: 100%;
	height: auto;
}
a:focus {
	outline: none;
	outline: 0px auto;
	outline-offset: 0px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
	border: none !important;
}
a:focus, a:hover {
	text-decoration: none !important;
	outline: none !important;
}

@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-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;
}

@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-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;
}

.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	z-index: 999;
}
.fixed-header {    
	top: 0;
	box-shadow: 0 0 4px #aeaeae;
	animation: smoothScroll 1s;
	z-index: 999;
}
.fixed-header .top-bar{
	height: 0;
}
.fixed-header .logo img {
	width: 84px;
}
.top-bar{
	height: 45px;
	display: flex;
	align-items: center;
	background: #78bb45;
	overflow: hidden;
	transition: ease 0.5s all 0s;
}
.ad1{
	display: inline-flex;
}
.ad1 span{
	display: flex;
	align-items: center;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	margin-right: 10px;
	gap: 5px;
	border-right: 1px solid #000;
	padding-right: 10px;
}
.ad1 span a{
	color: #000;
	transition: ease 0.5s all 0s;
}
.ad1 span a:hover{
	color: #fff;
}
.ad1 span:last-child{
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
.menu-part {
	padding: 10px 0;
}
.logo{
	margin-top: 0;
}
.logo img{
	width: 111px;
	transition: ease 0.5s all 0s;
}
.header-right{
	text-align: right;
}
.menu{
	display: inline-block;
	vertical-align: middle;
}
.menu ul{
	margin: 0;
	padding: 0;
}
.menu ul li{
	display: inline-block;
	list-style: none;
}
.menu ul li a{
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: #282828;
	text-transform: uppercase;
	padding: 10px 8px;
	border-radius: 7px;
	position: relative;
	transition: ease 0.5s all 0s;  
}
.menu ul li a.active, .menu ul li a:hover{
	background: linear-gradient(180deg, rgba(237,172,25,1) 33%, rgba(225,157,21,1) 90%);
	color:#282828;
}
.ref-btn{
	display: inline-block;
	vertical-align: middle;
	background: linear-gradient(180deg, rgba(122,185,46,1) 40%, rgba(153,198,62,1) 100%);
	color: #282828 !important;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 20px;
	border-radius: 7px;
	margin-left: 15px;
	text-transform: uppercase;
	transition: ease 0.5s all 0s;
}
.ref-btn:hover{
	background: linear-gradient(180deg, rgba(237,172,25,1) 33%, rgba(225,157,21,1) 90%);
}
.banner{
	margin-top: 164px;
	position: relative;
}
.ms-slide:before{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	z-index:1;
}
.ms-slide-info{
	position: absolute !important;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	min-height: auto !important;
	margin-top: 0 !important;
}
.banner-title{
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}
.banner-title2{
	font-size: 35px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	line-height: 45px;
	padding: 0 30px;
}
.banner-text{
	color: #fff;
	font-weight: 500;
	margin-top: 5px;
}
.banner-btn a{
	display: inline-block;
	vertical-align: middle;
	background: linear-gradient(180deg, rgba(133,191,66,1) 38%, rgba(153,198,62,1) 100%);
	color: #000;
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 12px 24px;
	border-radius: 7px;
	margin: 20px 2px 0;
	transition: ease 0.5s all 0s;
}
.banner-btn a:hover{
	background: linear-gradient(180deg, rgba(237,173,25,1) 38%, rgba(226,158,21,1) 100%);
}
.banner-btn a:last-child{
	background: linear-gradient(180deg, rgba(237,173,25,1) 38%, rgba(226,158,21,1) 100%);
	padding: 12px 28px;
}
.banner-btn a:last-child:hover, .read-btn:hover, .read-btn.two:hover{
	background: linear-gradient(180deg, rgba(133,191,66,1) 38%, rgba(153,198,62,1) 100%);
}
.mission-sec {
	padding: 50px 0;
}
.mission-left {
	padding-left: 35px;
}
.title{
	background: url(../images/shape1.png) no-repeat center left;
	font-size: 26px;
	font-weight: bold;
	color: #87c042;
	text-transform: uppercase;
	padding-left: 42px;
}
.title strong{
	font-weight: bold;
	color: #41a4c4;
}
.text{
	color: #141515;
	font-weight: 600;
	margin-top: 10px;
}
.line1{
	width: 100%;
	height: 1px;
	background: #d7d7d7;
	margin: 30px 0;
}
.list-sec{
	margin-top: 20px;
}
.list-sec ul{
	margin: 0;
	padding: 0;
}
.list-sec ul li{
	background: url(../images/check.png) no-repeat;
	font-weight: 600;
	color: #141515;
	list-style: none;
	padding-left: 30px;
	margin-top: 5px;
}
.mission-image {
	margin-bottom: 40px;
}
.miss-pic{
	position: relative;
}
.miss-pic img{
	object-fit: cover;
	border-radius: 10px;
	box-shadow: 0 28px 14px -20px #727272
}
.read-btn{
	display: inline-block;
	background: linear-gradient(180deg, rgba(237,173,25,1) 38%, rgba(226,158,21,1) 100%);
	color: #010101 !important;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 12px 24px;
	border-radius: 7px;
	margin-top: 20px;
	transition: ease 0.5s all 0s;
}
.service-sec{
	background: url(../images/serv-bg.jpg) #000 no-repeat center top;
	background-size: cover;
	padding: 70px 0 160px;
}
.serv-left {
	padding-right: 40px;
}
.serv-title{
	font-size: 40px;
	font-weight: bold;
	color: #edac19;
	text-transform: uppercase;
}
.serv-title strong {
	font-weight: bold;
	color: #87c042;
}
.serv-text{
	color: #fff;
	font-weight: 500;
	text-align: justify;
	/* 	text-justify: distribute;
	hyphens: auto;*/
	letter-spacing: -1px; 
	margin-top: 10px;
}
#service-slider{

}
#service-slider .item{
	min-height: 100%;
	margin: 0 12px;
	padding: 20px 25px 28px;
	position: relative;
	background: #fff;
	border-radius: 14px;
	z-index: 1;
	overflow: hidden;
}
#service-slider .item::after{
	background: url(../images/shape2.png) no-repeat;
	position: absolute;
	width: 123px;
	height: 111px;
	right: 0;
	top: 0;
	content: "";
	opacity: 0.7;
	z-index: -1;
}
#service-slider .owl-stage{
	display: flex;
}
#service-slider .owl-stage-outer{
	padding-bottom: 22px;  
}
.s-title{
	font-size: 22px;
	color: #141515;
	font-weight: bold;
	line-height: 28px;
	margin-top: 12px;
}
.s-title strong{
	display: block;
	color: #edac19;
	font-weight: bold;
}
.s-text{
	color: #141515;
	font-size: 14px;
	margin-top: 8px;
	line-height: 22px;
}
.read-btn.two{
	background: linear-gradient(180deg, rgba(92,199,233,1) 49%, rgba(31,165,208,1) 100%);
}

#service-slider .owl-prev, #service-slider .owl-next{
	border: none;
	background: transparent; 
	color: #0000009e;
	position: absolute;
	top: 50%;
	transform: translateY(-50%); 
	padding: 0;
	font-weight: normal;
}
#service-slider .owl-prev{
	left: -34px;
}
#service-slider .owl-next{
	right: -34px;
}
#service-slider .owl-prev span, #service-slider .owl-next span{
	font-size: 65px;
	line-height: 20px;
	width: 40px;
	height: 40px;
	display: block;
	padding: 7px 0;
	border-radius: 50%;
	color: #fff;
}
#service-slider .owl-dots{
	display: none;
}
.experience-sec{
	margin-top: -115px;
	position: relative;
}
.experience-part {
	border-radius: 10px;
	overflow: hidden;
}
.box1{
	text-align: center;
	background: #97c53f;
	padding: 26px 34px;
	min-height: 100%;
}
.box1-title{
	font-size: 17px;
	font-weight: 600;
	color: #141515;
	line-height: 1.3;
	margin-top: 8px;
}
.box1-top:nth-child(2) .box1{
	background: #e3a016;
}
.box1-top:nth-child(3) .box1{
	background: #51b9da;
}
.faq-sec{
	background: url(../images/shape3.png) #f6f6f6 no-repeat;
	padding: 90px 0 30px;
	margin-top: -49px;
}
.serv-title.two{
	font-size: 30px;
	line-height: 35px;
}
.omsc-accordion{
	border: none !important;
}
.omsc-toggle{
	border: none !important;
	margin-top:10px !important;
}
.omsc-toggle-title{
	background: linear-gradient(180deg, rgba(104,194,223,1) 39%, rgba(192,231,243,1) 100%) !important;
	font-size:15px;
	font-weight:500;
	color:#141515;
	border: none !important;
	padding: 0.9em 2.4em 0.9em 1em !important;
	border-radius: 4px;
}
.omsc-toggle-title::after{
	left:auto !important;
	right:15px !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
}
.omsc-toggle-inner{
	font-size: 15px;
	border:1px solid #c9c9c9;
	border-top:none !important;
}
.omsc-toggle-inner ul{
	margin-top:10px;
}
.about-sec{
	padding: 50px 0;
}
.about-left {
	padding-left: 25px;
}
.about-left .serv-title.two{
	color: #060606;
}
.about-left .text{
	font-size: 15px;
	font-weight: 500;
}
.about-left .list-sec ul li{
	background: url(../images/tick.png) no-repeat;
	font-size: 15px;
	font-weight: 500;
	padding-left: 25px;
	background-position: 0 3px;
}
.partner-sec{
	padding:0 0 40px;
}
.partners{
	margin:20px 0 0;
	padding:0;
	text-align:center;
}
.partners li{
	display: inline-block;
	vertical-align: middle;
	background: #000;
	max-width: 240px;
	padding: 8px 14px;
	border-radius: 5px;
	margin: 0 5px;
}
.gallery-sec{
	padding: 10px 0 25px;
}
.rl-gallery-item img{
	border-radius:8px !important;
}
.contact-sec{
	padding: 40px 0 0;
	margin-bottom: -30px;
	position: relative;
}
.contact-part{
	background: url(../images/cont-bg.jpg) #e5a216 no-repeat;
	margin-top: 25px;
	border-radius: 10px;
	padding: 30px 30px 14px;
}
.frm_fld input {
	width:100%;
	padding:12px 15px;
	border:none!important;
	margin-top:14px;
	border-radius:5px;
	color:#000;
	background:#fff;
}
.frm_fld textarea {
	width:100%;
	height: 48px;
	padding:12px 15px;
	background:#fff !important;
	color:#000;
	margin-top:14px;
	border-radius:5px;
	border:none!important;
	resize:none
}
.send_btn input {
	border: none !important;
	width:100%;
	display: block;
	border-radius: 5px !important;
	color: #1b1c1c !important;
	padding: 13px 43px !important;
	background: #99c63e !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	margin-top: 14px;
}
.frm_fld p, .send_btn p {
	margin-bottom:0
}
.footer{
	background: #001310;
	padding: 30px 0 15px;
}
.home .footer{
	padding: 65px 0 15px;
}
.foot_text{
	color: #fff;
	margin-top: 12px;
	padding-right: 14%;
}
.social a{
	margin-right: 4px;
}
.ndis{
	margin-top: 25px;
}
.foot_title{
	font-size: 20px;
	color: #e39f15;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 14px;
	position: relative;
}
.foot_title.two{
	font-size: 18px;
}
.foot1{
	margin: 0;
	padding: 0;
}
.foot1 li{
	color: #fff;
	list-style: none;
	margin-bottom: 5px;
	font-size: 15px;
}
.foot1 li a{
	color: #fff;
	transition: ease 0.5s all 0s;
}
.foot1 li a:hover{
	color: #61c2cb;
}
.foot1.second li{
	background-image: none;
	padding-left: 0;
	display: flex;
	margin-bottom: 12px;
	align-items: start;
	gap: 7px;
	font-weight: 500;
}
.foot1.second li img{
	margin-right: 4px;
	max-width: 22px;
}
.foot_left{
	padding-left: 30px;
}
.line2{
	position: relative;
}
.line2::after{
	width: 1px;
	height: 100%;
	background: #ffffff24;
	position: absolute;
	top: 0;
	right: 5px;
	content: "";
}
.copyright{
	text-align: center;
	padding: 15px 0 0;
	font-size: 14px;
	color: #fff;
	margin-top: 35px;
	border-top: 1px solid #ffffff1a;
	text-transform: uppercase;
}
.copyright a{
	color: #7ab92e;
}
#back2Top {
	width: 40px;
	height: 40px;
	line-height: 22px;
	z-index: 999;
	padding-top: 5px;
	cursor: pointer;
	position: fixed;
	bottom: 52px;
	right: 1%;
	color: #fff;
	background: #0a0a0a;
	text-align: center;
	opacity: 0;
	transition: ease 0.5s all 0s;
}
#back2Top.show {
	opacity: 1;
}
.page{
	margin-top:0 !important;
}
.site-content, .site-main .widecolumn {
	margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
	background: url(../images/banner.jpg) no-repeat;
	background-size: cover !important;
	background-position:center top !important;
	max-width: 100% !important;
	padding: 172px 0 !important;
	margin: 160px 0 50px !important;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	content: "";
	top:0;
	bottom: 0;
	left: 0;
	right: 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 {
	text-align: center;
	color: #fff;
	width: 100%;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	z-index: 99;
	margin-bottom: 0 !important;
}
.abt-title {
	font-size: 25px;
	font-weight: bold;
	color: #87c042;
	margin-bottom: 10px;
	line-height: 1.2;
}
.abt-title strong{
	font-weight: bold;
	color:#edac19;
}
.abt-title.dup{
	margin-top: 15px;
	font-size: 20px;
	color: #000;
}
.ab-inner-text {
	color: #111010;
	font-size: 15px;
}
.ab-inner ul {
	padding: 0px;
	margin: 15px 0 0;
}
.ab-inner ul li {
	background: url(../images/check3.png) no-repeat;
	background-position: top 1px left;
	list-style: none;
	padding-left: 30px;
	font-size: 15px;
	margin-bottom: 8px;
	color: #111010;
	background-size: 20px;
}
.bottom-sec{
	padding: 40px 15px;
	margin-top: 40px;
	background:#48aece;
	border-radius: 5px;
}
.bottom-sec .abt-title{
	color:#fff;
}
.bottom-sec .ab-inner-text{
	color:#fff;
}
.bottom-sec .ab-inner-text a{
font-weight:700;	
}
.contact-left {
	height: 100%;
	padding: 35px 25px 25px;
}
.info-text {
	color: #7ab92e;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 10px;
}
.contact_top_number {
	font-size: 18px;
	position: relative;
	padding-left: 35px;
	margin-top: 12px;
	font-weight: 500;
	color: #000;
}
.contact_top_number img {
	position: absolute;
	top: 4px;
	left: 0;
}
.contact_top_number a {
	color: #000;
}
.contact-right {
	background: #3b9dbd;
	padding: 35px 25px 0;
}
.info-text.second {
	color: #fff;
}
.contact-right .frm_fld textarea{
	height: 110px;
	margin-top: 12px;
}
.contact-right .frm_fld input{
	padding: 10px 15px;
	margin-top: 12px;
}
.contact-right .send_btn input, .reffer-sec .send_btn input{
	color: #000 !important;
	padding: 14px 42px !important;
	background: #e39f16 !important;
	font-size: 16px !important;
	margin-top: 20px;
}
.frm_fld select {
	background:url(../images/dropdown.png) center right 10px no-repeat #fff;
	width:100%;
	border:none!important;
	margin-top:14px;
	border-radius:5px;
	font-size:15px;
	color:#000;
	padding:14px 30px 13px 15px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	text-transform:none
}
.frm_fld select option{
	color:#000;
}
.inner-form-box{
	background: #49adcd;
	padding: 28px 25px 32px;
	margin-top:20px;
	border-radius: 5px;
}
.ref_form_title{
	color: #040404;
	font-size: 18px;
	font-weight: 600;
}
.ref_form_title p{
	margin-bottom:0;
}
.frm_label{
	color: #fff;
	margin-top: 14px;
	font-size: 16px;
	font-weight: 500;
}
span.wpcf7-list-item {
	margin: 0 15px 0 0 !important;
}
.wpcf7-list-item label {
	display: block;
	position: relative;
	margin-top: 12px;
	cursor: pointer;
	font-size: 16px;
	font-weight: normal;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/* .half_check .wpcf7-list-item {
width: 24%;
} */
.wpcf7-list-item label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.wpcf7-list-item-label {
	position: relative;
	padding-left: 22px;
	color: #fff;
}
.wpcf7-list-item-label::before{
	position: absolute;
	top: 2px;
	left: 0;
	height: 16px;
	width: 16px;
	background-color: #eee;
	border: 1px solid #ddd;
}
.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:#f3ab21;
	border-color:#f3ab21;
}
.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: 4px;
	width: 5px;
	height: 10px;
	border: solid #000;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sp-testimonial-free{
	background: #fff no-repeat !important;
	padding: 30px 24px 20px;
	border-radius: 8px !important;
	box-shadow: 0 0 6px #0000003b;
	margin: 5px;
	min-height:100%;
}
.innr-testimonial .sp-testimonial-client-testimonial{
	max-height:120px;
	overflow-y:auto;
	scrollbar-width: thin;
	scrollbar-color:#edac19 #e19d151c;
}
.innr-testimonial .hentry{
	margin-bottom:15px !important;
}
.sp-testimonial-client-testimonial p{
	text-align: left !important;
	font-size: 15px !important;
	color: #2c2c2c !important;
	line-height: 24px !important;
	padding-right: 5px;
}
.sp-testimonial-client-name {
	text-align: left !important;
	font-size: 18px !important;
	font-weight: 600 !important;
	color: #7ab92e !important;
}
.sp-testimonial-client-rating{
	text-align:left !important;
}
.acknowledge-title{
	color: #fff;
	text-align: center;
	margin-top: 35px;
	font-size: 15px;
}
.flags{
	margin-top:20px;
}
.flags img{
	width:270px;
}
.loc{
	margin:0;
	padding:0;
	text-align:center;
}
.loc li{
	background:url(../images/loc2.png) no-repeat;
	display:inline-block;
	list-style:none;
	font-size: 17px;
	color: #000;
	padding-left: 28px;
	background-size: 22px;
	background-position: left center;
	font-weight: 500;
	margin: 20px 10px 3px;	
}
.loc li a{
	color:#000;
}
.footer_fixed_buttons {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	text-align:center;
	z-index:99
}
.footer_btn1 {
	width:50%;
	float:left;
	background:#e39f15;
	color:#000 !important;
	padding:10px 0;
	font-weight:700;
	font-size: 14px;
}
.footer_btn2 {
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translatex(-50%);
	padding: 8px 12px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
}
.footer_btn3 {
	width:50%;
	float:left;
	background:#87c042;
	color:#000 !important;
	padding:10px 0;
	font-weight:700;
	font-size: 14px;
}
.back-btn a {
	background: linear-gradient(180deg, rgba(122,185,46,1) 40%, rgba(153,198,62,1) 100%);
	color: #000 !important;
	font-size: 16px;
	font-weight: bold;
	border-radius: 8px;
	padding: 10px 20px;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 20px;
}
.error_container {
	align-items: center;
	padding: 30px 0;
	text-align: center;
}

/* blog */

.post .entry-summary, .post .entry-content{
color: #111010;
font-size: 15px;	
}

.entry-meta a, .entry-title a{
transition:0.3s ease-in-out all 0s;
}

.content-sidebar .widget a:hover, .entry-meta a:hover, .entry-title a:hover {
color: #7ab92e !important;
transition:0.3s ease-in-out all 0s;		
}

/*Responsive*/
@media only screen and (min-width : 320px) and (max-width : 1023px) {
	.top-bar, .menu, .ref-btn{
		display:none;
	}
	.header{
		padding:5px 0;
	}
	.menu-part {
		padding: 0;
	}
	.logo img, .fixed-header .logo img{
		width: 70px;
	}
	.rmp-submenu .menu-item a {
		height: auto !important;
		overflow: visible !important;
		line-height: inherit !important;
		margin-bottom: 5px;
		padding: 6px 25px !important;
	}	
	.banner{
		margin-top: 72px;
	}
	.banner-title{
		font-size: 16px;
	}
	.banner-title2 {
		font-size: 21px;
		line-height: 28px;
		padding: 0 10px;
		margin-top: 5px;
	}
	.banner-text{
		display:none;
	}
	.banner-btn{
		display:none;
	}
	.mission-sec {
		padding: 30px 0;
	}
	.mission-left {
		padding-left: 0;
	}
	.title{
		font-size: 22px;
	}
	.line1 {
		margin: 20px 0;
	}
	.miss-pic{
		margin-top:25px;
	}
	.read-btn {
		padding: 10px 22px;
		margin-top: 20px;
		font-size: 15px;
	}
	.service-sec {
		padding: 40px 0 138px;
	}
	.serv-left {
		padding-right: 0;
	}
	.serv-title{
		font-size: 26px;
	}
	.serv-text {
		text-align: left;
		letter-spacing: 0;
		margin-top: 6px;
		font-size: 15px;
	}
	.serv-right{
		margin-top:30px;
	}
	#service-slider .item {
		margin: 0 5px;
		padding: 14px 15px 22px;
	}
	.s-title {
		font-size: 20px;
		line-height: 24px;
		margin-top: 10px;
	}
	#service-slider .owl-prev, #service-slider .owl-next{
		display:none;
	}
	.box1-top{
		margin-bottom:15px;
	}
	.faq-sec {
		padding: 65px 0 30px;
	}
	.serv-title.two {
		font-size: 24px;
		line-height: 30px;
	}
	.omsc-toggle-title{
		font-size: 14px;
	}
	.about-sec {
		padding: 30px 0;
	}
	.about-left {
		padding-left: 0;
	}
	.banner-btn a{
		font-size: 15px;
		padding: 12px 18px;
	}
	.banner-btn a:last-child{
		padding: 12px 22px;
	}
	.about-right{
		margin-top:30px;
	}
	.partner-sec {
		padding: 0px 0 20px;
	}
	.partners li {
		max-width: 163px;
		padding: 8px 14px;
		margin: 0 2px;
	}
	.contact-sec{
		padding: 25px 0 0;
	}
	.contact-part {
		padding: 20px 20px 5px;
	}
	.home .footer {
		padding: 46px 0 60px;
	}
	.footer{
		padding: 20px 0 60px;
	}
	.foot_title {
		font-size: 18px;
		margin-bottom: 10px;
		margin-top: 12px;
	}
	.foot_left {
		padding-left: 12px;
	}
	.nds img{
		width:166px;
	}
	.acknowledge-title{
		margin-top: 20px;
		font-size: 14px;
	}
	.line2::after{
		display:none;
	}
	.copyright{
		margin-top: 20px;
	}
	.page .entry-header, .blog_page_header{
		padding: 80px 0 !important;
		margin: 72px 0 30px !important;
	}
	.page .entry-title, .blog_page_title{
		font-size: 26px;
	}
	.abt-title{
		font-size: 22px;
	}
	.abt-title.dup{
		font-size: 18px;
	}
	.ab-iner-img{
		margin-top:10px;
	}
	.ab-iner-img img{
		width:100%;
	}
	.bottom-sec {
		padding: 30px 15px;
		margin-top: 30px;
	}
	.contact-left{
		padding: 20px 15px 25px;
	}
	.info-text{
		font-size: 20px;
	}
	.contact_top_number{
		font-size: 16px;
	}
	.contact-right {
		padding: 20px 15px 0;
	}
	.inner-form-box{
		padding: 20px 15px;
	}
	.loc li{
		font-size: 16px;
		margin: 10px 6px 0px;
	}
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.banner-btn a{
		margin: 14px 2px 0;
	}
	.ttr, .box1-top{
		width:50%;
	}
	.contact_top_number {
		font-size: 15px !important;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.ref-btn{
		display: inline-block;
		font-size: 15px;
		padding: 8px 16px;
		position: fixed;
		top: 17px;
		right: 72px;
	}
	.menu ul li a{
		font-size: 13px;
		padding: 8px;
	}
	.banner-title2 {
		font-size: 24px;
		line-height: 28px;
		padding: 0 29px;
	}
	.banner-text {
		display: block;
		padding: 0 10%;
	}
	.banner-btn {
		display: block;
	}
	.mission-left{
		margin-top: 20px;
	}
	.s-title {
		font-size: 18px;
		line-height: 22px;
	}
	.contact_top_number {
		font-size: 14px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.ref-btn {		
		font-size: 15px;		
		padding: 9px 15px;
		margin-left: 0;
	}
	.menu ul li a{
		font-size: 13px;
		padding: 8px;
	}
	.serv-text{
		text-align: left;
	}
	.box1{
		padding: 26px 20px;
	}
	.foot_title{
		font-size: 18px;
	}
	.foot_title.two {
		font-size: 16px;
	}
	.foot_left {
		padding-left: 12px;
	}
	.foot1 li{
		font-size: 14px;
	}
}

/* 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) {
	.ref-btn{
		display: inline-block;
		font-size: 15px;
		padding: 8px 16px;
		position: fixed;
		top: 17px;
		right: 72px;
	}
	.banner-title2 {
		font-size: 24px;
		line-height: 28px;
		padding: 0 29px;
	}
	.banner-text {
		display: block;
		padding: 0 10%;
	}
	.banner-btn {
		display: block;
	}
	.mission-left{
		margin-top: 20px;
	}
	.s-title {
		font-size: 18px;
		line-height: 22px;
	}
	.contact_top_number {
		font-size: 14px;
	}
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : portrait) {
	.ref-btn {		
		font-size: 15px;		
		padding: 9px 15px;
		margin-left: 0;
	}
	.menu ul li a{
		font-size: 14px;
		padding: 8px 9px;
	}
	.banner-title2 {
		padding: 0 14%;
	}
	.foot_title{
		font-size: 18px;
	}
	.foot_title.two {
		font-size: 16px;
	}
	.foot_left {
		padding-left: 12px;
	}
	.foot1 li{
		font-size: 14px;
	}
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : landscape) {
	.ref-btn {		
		font-size: 15px;		
		padding: 9px 15px;
		margin-left: 0;
	}
	.menu ul li a{
		font-size: 14px;
		padding: 8px 9px;
	}
	.banner-title2 {
		padding: 0 14%;
	}
	.foot_title{
		font-size: 18px;
	}
	.foot_title.two {
		font-size: 16px;
	}
	.foot_left {
		padding-left: 12px;
	}
	.foot1 li{
		font-size: 14px;
	}
}

/* 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) {
	.ref-btn {		
		font-size: 15px;		
		padding: 9px 15px;
		margin-left: 0;
		position: relative;
		top: 0;
		right: 0;
	}
	.menu ul li a{
		font-size: 14px;
		padding: 8px 9px;
	}
	.banner-title2 {
		font-size: 30px;
		line-height: 35px;
		padding: 0 13%;
	}
	.serv-text{
		text-align: left;
	}
	.box1{
		padding: 26px 20px;
	}
	.foot_title{
		font-size: 18px;
	}
	.foot_title.two {
		font-size: 16px;
	}
	.foot_left {
		padding-left: 12px;
	}
	.foot1 li{
		font-size: 14px;
	}
	.contact_top_number {
		font-size: 16px;
	}
	.contact_top_number img{
		top: 0;
	}
}

@media screen and (min-width: 1424px) {
	.page .entry-header, .blog_page_header{
		padding: 232px 0 !important;
	}
}

@media screen and (min-width: 1624px) {
	.page .entry-header, .blog_page_header{
		padding: 265px 0 !important;
	}
}

@media screen and (min-width: 1920px) {
	.page .entry-header, .blog_page_header{
		padding: 320px 0 !important;
	}
}

@media screen and (min-width: 2048px) {
	.page .entry-header, .blog_page_header{
		padding: 346px 0 !important;
	}
}

@media screen and (min-width: 2550px) {
	.page .entry-header, .blog_page_header{
		padding: 415px 0 !important;
	}
}    
</pre></body></html>