body{
	margin:0;
	padding:0;
	font-family: 'Poppins';
	background: #fff;
}
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: 122px;
}
.fixed-header .menu ul li a{
	padding: 35px 0;
}
.top-bar{
    height: 45px;
    display: flex;
    align-items: center;
    background: #00529f;
    overflow: hidden;
    transition: ease 0.5s all 0s;
}
.ad1, .social{
    display: inline-flex;
}
.ad1 span{
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	gap: 7px;
	margin-right: 20px;
}
.ad1 span a{
    color: #fff;
    transition: ease 0.5s all 0s;
}
.ad1 span a:hover{
    color: #ff8e00;
}
.ad1 span:last-child{
    margin-right: 0;
}
.social2 a{
    margin-left: 5px;
}
.logo img{
	width: 155px ;
	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{
	list-style: none;
	display: inline-block;
	margin-right: 14px;
}
.menu ul li:last-child{
	margin-right: 0;
}
.menu ul li a{
	font-size: 16px;
	font-weight: 600;
	color: #242424;
	display: block;
	padding: 48px 0;
	text-transform: none;
	transition: ease 0.5s all 0s;
}
.menu ul li a.active, .menu ul li a:hover{
	color:#ff8e00;
}
.call-btn{
	display: inline-block;
	vertical-align: middle;
	background: #049789;
	color: #fff !important;
	border: 2px solid #049789;
	font-size: 15px;
	font-weight: 600;
	padding: 9px 24px;
	border-radius: 5px;
	margin-left: 20px;
	transition: ease 0.5s all 0s;
}
.call-btn:hover{
	background: #000000;
	color:#fff !important;
}
.call-btn2{
	display: inline-block;
	vertical-align: middle;
	background: #ff8e00;
	color: #fff !important;
	border: 2px solid #ff8e00;
	font-size: 15px;
	font-weight: 600;
	padding: 9px 24px;
	border-radius: 5px;
	margin-left: 8px;
	transition: ease 0.5s all 0s;
}
.call-btn2:hover{
	background: #000000;
	color:#fff !important;
}
.banner{
	margin-top: 165px;
	position: relative; 
	z-index: 1;   
}
/* .banner:before{
	width: 100%;
	height: 80%;
	background: #ddf6ff;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	z-index: -1;
} */
.banner-left{
	background: #00529f;
	padding: 0 6%;
	display: flex;
	align-items: center;
	min-height: 100%;
	border-radius: 10px 0 0 10px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.banner-left:before{
	background: url(../images/shape1.png) no-repeat;
	width: 100%;
	height: 100%;
	background-position: left center;
	position:absolute;
	top: 0;
	left: 0;
	content: "";
	z-index: -1;
}
.banner-small{
	font-size: 18px;
	font-weight: 600;
	color: #ff8e00;
}
.banner-title{
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	line-height: 38px;
	margin-top: 5px;
}
.banner-btn a{
	display: inline-block;
	background: #ff8e00;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	padding: 9px 22px;
	margin-top: 20px;
	border-radius: 5px;
	text-transform: uppercase;
	transition: ease 0.5s all 0s;
}
.banner-btn a:hover{
	background: #049789
}
.banner-right{
	background: #ff8e003d;
	text-align: center;
	padding: 10% 5% 2%;
	min-height: 100%;
	border-radius: 0 10px 10px 0;
}
.banner-title2{
	font-size: 25px;
	font-weight: 600;
	color: #1b1c1c;
	line-height: 34px;
}
.banner-photo{
	margin-top: 32px;
}
.banner-photo img{
	width: 100%;
}
.service-sec{
	padding: 50px 0 80px;
}
.serv-title{
	font-size: 30px;
	font-weight: bold;
	color: #1d1c1c;
}
#service-slider{
	margin-top: 30px;
}
#service-slider .item{
	min-height: 100%;
	margin: 4px 10px 0;
	padding: 0 0 20px;
	position: relative;
	background: #fff;
	border-radius: 8px;
	z-index: 1;
	overflow: hidden;
	box-shadow: 0 3px 12px -2px #9f9b9b;
}
.serv-img img{
	width: 100%;
}
.serv-content{
	padding: 24px 15px 0;
}
.s-title{
	font-size: 18px;
	color: #1f1e1e;
	font-weight: bold;
	line-height: 22px;
}
.s-text{
	color: #1f1e1e;
	font-size: 14px;
	margin-top: 8px;
	line-height: 22px;
}
.read-btn{
	display: inline-block;
	background: #049789;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	padding: 8px 25px;
	border-radius: 4px;
	margin-top: 20px;
	transition: ease 0.5s all 0s;
}
.read-btn:hover{
	background: #ff8e00;
}
#service-slider .owl-stage{
	display: flex;
}
#service-slider .owl-stage-outer{
	padding-bottom: 22px;  
}
#service-slider .owl-prev, #service-slider .owl-next{
	border: none;
	background: transparent; 
	position: absolute;
	top: 50%;
	transform: translateY(-50%); 
	padding: 0;
	font-weight: normal;
}
#service-slider .owl-prev{
	left: -55px;
}
#service-slider .owl-next{
	right:-55px;
}
#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: #000;
}
#service-slider .owl-dots{
	display: none;
}
.choose-us-sec{
	background: #417eb836;
}
.box1-top {
	margin: -45px 0;
}
.box1{
	background: #069688;
	text-align: center;
	padding: 20px 5px 18px;
	border-radius: 5px;
	margin-top: 15px;
}
.box1:nth-child(2){
	background: #ff8e00;
}
.box1:nth-child(3){
	background: #417eb8;
}
.box1:last-child{
	background: #087f4c;
}
.icon img{
	background: #078175;
	border-radius: 50%;
}
.box1:nth-child(2) .icon img{
	background: #d67b08;
}
.box1:nth-child(3) .icon img{
	background: #22588b;
}
.box1:last-child .icon img{
	background: #1a6545;
}
.box1-title{
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	margin-top: 10px;
	text-transform: uppercase;
}
.c-title{
	font-size: 32px;
	font-weight: bold;
	color: #100f0f;
	text-transform: uppercase;
	line-height: 35px;
	padding-bottom: 16px;
	position: relative;
}
.c-title:after{
	width: 50px;
	height: 4px;
	background: #1861a8;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	border-radius: 5px;
}
.c-text{
	color: #181818;
	margin-top: 12px;
}
.read-btn2{
	display: inline-block;
	background: #266bad;    
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	padding: 10px 30px;
	border-radius: 4px;
	margin-top: 20px;
	transition: ease 0.5s all 0s;
}
.read-btn2:hover{
	background: #ff8e00;  
}
.testimonial-sec{
	padding: 90px 0 50px;
	overflow: hidden;
}
.testi-part{
	margin-top:20px;
}
.sp-testimonial-free-section.swiper-initialized, .sp-testimonial-free-section:not(.swiper-initialized, .tfree-layout-grid){
	margin:0 !important;
	margin-bottom:50px !important;
}
.sp-testimonial-free-wrapper {
	margin: 0 -100px !important;
}
.sp-testimonial-free{
	background:#f5f5f5 !important;
	margin: 8px;
	margin-bottom: 10px;
	padding:34px 30px 30px;
	border-radius: 10px !important;
	position:relative;
}
.swiper-slide-next .sp-testimonial-free{
	background:#ff8e0033 !important;
}
.sp-testimonial-client-testimonial{
	margin-bottom:10px !important;
}
.sp-testimonial-client-testimonial p{
	background: url(../images/star.png) no-repeat left top !important;
	font-size: 15px !important;
	color: #201f1f !important;
	line-height: 22px !important;
	margin-bottom: 0 !important;
	text-align: left !important;
	padding: 30px 0 0 !important;
}
.sp-testimonial-client-name{
	text-align: right !important;
	margin-bottom: 0 !important;
	color: #000 !important;
	font-style: italic !important;	
}
.blog-sec{
	background: #04978924;
	padding: 40px 0 90px;
	margin-bottom: -45px;
}
.box2-top{
	margin-top: 30px;
}
.box2{
	min-height: 100%;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 10px -4px #00000061;
}
.pic2{
	overflow: hidden;
}
.pic2 img{
	border-radius: 8px;
	width: 100%;
}
.box2-content {
	padding: 22px 20px 24px;
}
.box2-title{
	font-size: 18px;
	font-weight: 600;
	color: #1d1c1c;
	line-height: 1.3;
}
.box2-text{
	font-size: 14px;
	color: #1d1c1c;
	margin-top: 8px;
}
.contact-sec{
	position: relative;
	margin-bottom: -45px;
}
.contact-part{
	background: linear-gradient(108deg, rgb(8, 87, 162) 38%, rgb(28, 132, 230) 74%);;
	padding: 15px 20px;
	border-radius: 50px;
}
.box3{
	display: flex;
	align-items: center;
	color: #fff;
	text-transform: none;
	font-size: 15px;
	font-weight: 600;    
}
.box3 img{
	background: #fff;
	border-radius: 50%;
	margin-right: 10px;
	width: 60px;
}
.box3 span{
	display: block;
	text-transform: none;
	text-transform: uppercase;
	font-size: 14px;
}
.box3 a{
	color: #fff;
	transition: ease 0.5s all 0s;
}
.box3 a:hover {
	color: #000;
}
.footer{
	background: #00162e;
	padding: 84px 0 15px;
}
.home .footer{
}
.foot_title{
	font-size: 20px;
	font-weight: 600;
	color: #ff8e00;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.foot_text {
	color: #fff;
	font-size: 14px;
}
.foot1{
	margin: 0;
	padding: 0;
}
.foot1 li{
	list-style: none;
	font-size: 15px;
	color: #fff;
	margin-bottom: 6px;
}
.foot1 li a{
	color: #fff;
	transition:ease all 0.5s;
}
.foot1 li a:hover{
	color:#ff8e00;
}
.line2{
	position: relative;
}
.line2:after{
	width: 1px;
	height: 100%;
	background: #ffffff26;
	position: absolute;
	top: 0;
	right: -10px;
	content: "";
}
.social a{
	margin-left: 5px;
}
.social img{
	max-width:32px;
}
.foot_left{
	padding-left: 30px;
}
.footer-end{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 15px 0;
	margin-top: 40px;
}
.abn ul{
	margin:0;
	padding:0;
}
.abn ul li{
	list-style: none;
	display: inline-block;
	color: #fff;
	margin-right: 24px;
	font-size: 15px;
	font-weight: 500;
}
.abn ul li:last-child{
	margin-right: 0;
}
.abn ul li a{
	color:#ff8e00;
	transition: ease all 0.5s;
}
.abn ul li a:hover{
	color:#fff;
}
.abn ul li span{
	display:inline-block;
	padding:0 5px;
}
.copyright{
	color: #fff;
	font-size: 14px;
	padding: 15px 0 0;
	text-transform: uppercase;
	text-align: center;
/* 	border-top: 1px solid #ffffff42;
	margin-top: 35px; */
}
.copyright a{
	color: #ff8e00;
	transition: ease 0.5s all 0s;
}
#back2Top {
	width: 40px;
	height: 40px;
	line-height: 22px;
	z-index: 999;
	padding-top: 5px;
	cursor: pointer;
	position: fixed;
	bottom: 52px;
	right: -22%;
	color: #fff;
	background: #1f1f1f;
	text-align: center;
	opacity: 0;
	transition: ease 0.5s all 0s;
}
#back2Top.show {
	opacity: 1;
	right: 1%;
}
.page{
	margin-top:0 !important;
}
.site-content, .site-main .widecolumn {
	margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
	background: url(../images/inner-banner.jpg) no-repeat !important;
	background-size: cover !important;
	background-position:center top !important;
	max-width: 100% !important;
	padding: 114px 0 !important;
	margin: 165px 0 50px !important;
	position: relative;
	overflow: hidden;
	text-align: left;
}
/* .page .entry-header:before, .blog_page_header:before {
	background: rgba(255, 255, 255, 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 {
	color: #000;
	width: 100%;
	font-size: 28px;
	font-weight: bold;
	text-transform: none;
	position: relative;
	z-index: 99;
	margin-bottom: 0 !important;
}
.abt-title {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
	line-height: 1.3;
}
.abt-title strong{
	font-weight: bold;
	color:#049789;
}
.abt-title.dup{
	font-size: 20px;
	color:#2d2d2d;
}
.ab-inner-text {
	color: #0e0e0e;
	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 2px left;
	list-style: none;
	padding-left: 30px;
	font-size: 15px;
	margin-bottom: 6px;
	color: #0e0e0e;
	background-size: 21px;
}
.bottom-sec{
	padding: 40px 15px;
	margin-top: 40px;
	background:#049789;
	border-radius: 5px;
}
.bottom-sec .abt-title{
	color:#000;
}
.bottom-sec .ab-inner-text{
	color:#fff;
} 
.faq-part{
	background: #2168ab42;
	padding: 30px 20px 10px;
	border-radius: 7px;
}
.omsc-toggle{
	margin-bottom:5px !important;
	border: 1px solid #00000047 !important;
	border-top: none !important;
}
.omsc-toggle-title{
	background:#fff !important;
	border:none !important;
}
.omsc-toggle-title:hover, .omsc-toggle.omsc-expanded .omsc-toggle-title{
	background: #049789 !important;
	color: #fff !important;
}
.inr-box2-top{
	margin-top:25px;
}
.inr-box2{
	background: #fff;
	min-height: 100%;
	padding: 30px 17px;
	border-radius: 10px;
	box-shadow: 0 0 5px #373737;
}
.inr-box2 p{
	margin-bottom:0;
}
.inr-box2 img{
	background: #0857a2;
	border-radius: 50%;
	width: 86px;
	border: 5px solid #fffefe;
	box-shadow: 0 0 3px #777;
	padding: 5px;
}
.inr-box2-title{
	font-size: 20px;
	font-weight: 600;
	color: #000;
	margin-top: 15px;
	line-height: 1.2;
}
.inr-box2-text {
	font-size: 15px;
	margin-top: 10px;
	color: #000;
}
.contact-left {
	height: 100%;
	padding: 35px 25px 25px;
}
.info-text {
	color: #0f0f0f;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
}
.contact_top_number {
	font-size: 17px;
	position: relative;
	padding-left: 35px;
	margin-top: 12px;
	font-weight: 500;
	color: #000;
}
.contact_top_number img {
	position: absolute;
	top: 1px;
	left: 0;
}
.contact_top_number a {
	color: #000;
}
.contact-right {
	background:#049789;
	padding: 35px 25px 0;
}
.info-text.second {
	color: #fff;
}
.frm_fld input {
	width: 100%;
	padding: 10px 15px;
	border: none !important;
	margin-top: 12px;
	border-radius: 5px;
	color: #000;
	background: #fff;
}
.frm_fld select {
	background:url(../images/dropdown.png) center right 10px no-repeat #fff;
	width:100%;
	border:none !important;
	margin-top:12px;
	border-radius:5px;
	font-size:15px;
	color:#000;
	padding:12px 30px 11px 15px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	text-transform:none
}
.frm_fld select option{
	color:#000;
}
.frm_fld textarea {
	width: 100%;
	height: 100px;
	padding: 12px 15px;
	background: #fff !important;
	color: #000;
	margin-top: 12px;
	border-radius: 5px;
	border: none !important;
	resize: none;
}
.send_btn input {
	border: none !important;
	display: block;
	border-radius: 50px !important;
	color: #fff !important;
	padding: 10px 28px !important;
	background: #000 !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	margin-top: 20px;
	text-align: center;
}
.frm_fld p, .send_btn p {
	margin-bottom:0
}
.terms .abt-title.dup{
	font-size: 20px;
	color: #0b5ead;
	font-weight: 600;
	margin-top: 14px;
}
.ab-inner-text a{
	color: #ff8d04;
}
.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer_btn1 {
	background:#00529f;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
	font-weight:600;
}
.footer_btn2 {
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	height: 44px;
	width: 44px;
	border-radius: 50%;
	padding: 10px 8px;
}
.footer_btn3 {
	background: #262525;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
	font-weight:600;
}
.back-btn a {
	background:#00acee;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	border-radius: 5px;
	padding: 12px 23px;
	display: inline-block;
	margin-top: 20px;
	text-transform: uppercase;
}
.error_container {
	align-items: center;
	padding: 30px 0;
	text-align: center;
}


.site-navigation .current_page_item > a, .site-navigation .current_page_ancestor > a, .site-navigation .current-menu-item > a, .site-navigation .current-menu-ancestor > a {
	color: #ff8e00;
}

.full-width .site-content .hentry.has-post-thumbnail:first-child {
	margin-top: 0;
}

@media screen and (min-width: 783px) {

	.primary-navigation li {
		height: unset;
		line-height: unset;
	}
	
	.menu ul li a {
		font-weight: 600 !important;
	}
	
	.primary-navigation .menu-item-has-children > a:after, .primary-navigation .page_item_has_children > a:after {
		content: unset;
	}
	
	.primary-navigation .menu-item-has-children > a, .primary-navigation .page_item_has_children > a {
		padding-right: unset;
	}
	
	.primary-navigation li:hover > a, .primary-navigation li.focus > a {
		background-color: transparent;
		color: #ff8e00;
	}
	
	.primary-navigation ul ul a:hover, .primary-navigation ul ul li.focus > a {
		background-color: transparent;
	}
	
	.primary-navigation ul ul {
		top: 100%;
		background-color: #fff;
	}
	
	.primary-navigation ul ul a {
		padding: 12px !important;
		width: 296px;
		white-space: normal;
		font-size: 15px;
	}
	
	.primary-navigation li li {
        border: 0;
        display: block;
        height: auto;
        line-height: 1.0909090909;
        text-align: left;
        margin-right: 0;
    }
}

/*Responsive*/
@media only screen and (min-width : 320px) and (max-width : 1023px) {
	.top-bar{
		display:none;
	}
	.header{
		padding:5px 0;
		background: #f1f1f1;
	}
	.menu, .call-btn, .call-btn2{
		display:none;
	}
	.logo img, .fixed-header .logo img{
		width: 95px;
	}
	.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: 80px;
	}
	.banner-left::before{
		display:none;
	}
	.banner-right{
		margin-top:20px;
		padding: 7% 5% 2%;
		border-radius: 8px;
	}
	.banner-title2 {
		font-size: 23px;
		line-height: 28px;
	}
	.banner-photo {
		margin-top: 20px;
	}
	.banner-left{
		margin-top:40px;
		padding: 24px 4% 27px;
		border-radius: 0;
	}
	.banner-small{
		font-size: 16px;
	}
	.banner-title {
		font-size: 26px;
		line-height: 30px;
		margin-top: 5px;
	}
	.banner-btn a{
		margin-top: 15px;
	}
	.service-sec {
		padding: 30px 0 25px;
	}
	.serv-title {
		font-size: 24px;
		line-height: 28px;
	}
	#service-slider {
		margin-top: 20px;
	}
	#service-slider .item{
		margin: 4px 20px 0;
	}
	#service-slider .owl-prev span, #service-slider .owl-next span{
		width: 20px;
	}
	#service-slider .owl-prev{
		left: -8px;
	}
	#service-slider .owl-next{
		right: -8px;
	}
	.s-title{
		font-size: 17px;
	}
	.choose-us-sec {
		padding: 20px 0 30px;
	}
	.box1-top {
		margin: 0;
	}
	.icon img {
		width: 65px;
	}
	.ttr{
		margin-top:25px;
	}
	.c-title {
		font-size: 24px;
		line-height: 27px;
	}
	.read-btn2{
		margin-top: 15px;
	}
	.choose-left img{
		width:100%;
	}
	.testimonial-sec {
		padding: 30px 0;
	}
	.sp-testimonial-free-wrapper {
		margin: 0 !important;
	}
	.sp-testimonial-free {
		padding: 28px 15px 26px;
	}
	.blog-sec {
		padding: 30px 0 65px;
	}
	.box2-top {
		margin-top: 25px;
	}
	.box2-content {
		padding: 18px 12px 20px;
	}
	.box2-title{
		font-size: 16px;
	}
	.contact-part {
		padding: 12px 10px 18px;
		border-radius: 14px;
	}
	.box3{
		font-size: 14px;
		margin-top: 10px;
	}
	.box3 img {
		margin-right: 8px;
		width: 40px;
	}
	.footer {
		padding: 60px 0 60px;
	}
	.foot_title{
		font-size: 18px;
		margin-top:15px;
	}	
	.foot_left {
		padding-left: 12px;
	}
	.line2::after{
		display:none;
	}
	.footer-end{
		margin-top: 25px;
	}
	.abn ul li{
		margin-right: 0;
		font-size: 14px;
	}
	.social{
		margin-top:15px;
	}
	.copyright {
		margin-top: 0;
	}
	.page .entry-header, .blog_page_header{
		padding: 65px 0 !important;
		margin: 80px 0 30px !important;
	}
	.page .entry-title, .blog_page_title{
		font-size: 25px;
	}
	.abt-title{
		font-size: 20px;
	}
	.ab-iner-img{
		margin-top:15px;
	}
	.ab-iner-img img{
		width:100%;
	}
	.inr-box2-top {
		margin-top: 20px;
	}
	.inr-box2 {
		padding: 25px 15px;
	}
	.inr-box2 img {
		width: 78px;
		border: 3px solid #fffefe;
		padding: 2px;
	}
	.inr-box2-title{
		font-size: 18px;
	}
	.bottom-sec {
		padding: 35px 15px;
		margin-top: 34px;
	}
	.faq-part {
		padding: 22px 12px 10px;
	}
	.omsc-toggle-title{
		font-size: 15px;
	}
	.omsc-toggle-inner {
		font-size: 14px;
	}
	.contact-left {
		padding: 20px 15px 25px;
	}
	.info-text{
		font-size: 18px;
	}
	.contact_top_number{
		font-size: 16px;
	}
	.contact-right {
		padding: 20px 15px 0;
	}
	.send_btn input {
		padding: 9px 24px !important;
	}
	.terms .abt-title.dup {
		font-size: 18px;
	}
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.banner-right {
		margin-top: 20px !important;
	}
	.banner-left {
		margin-top:30px !important;
	}
	#service-slider .owl-prev {
		left: -8px !important;
	}
	#service-slider .owl-next {
		right: -8px !important;
	}
	#service-slider .item {
		margin: 4px 15px 0 !important;
	}
	.box1{
		width: 48% !important;
		margin: 9px 4px 0 !important;
		padding: 20px 9% 18px !important;
	}
	.box2-top, .inr-box2-top{
		width:50%;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.call-btn, .call-btn2{
		display:inline-block;
	}
	.call-btn{
		font-size: 15px;
		padding: 6px 15px;
		position:fixed;
		top:23px;
		right:208px;
	}
	.call-btn2{
		font-size: 15px;
		padding: 6px 15px;
		position: fixed;
		top: 23px;
		right: 68px;
	}
	.banner-left{
		margin-top: 0;
		padding: 24px 2%;
	}
	.banner-small {
		font-size: 15px;
	}
	.banner-title {
		font-size: 24px;
		line-height: 28px;
	}
	.banner-right{
		margin-top: 0;
		border-radius: 0;
	}
	#service-slider .item {
		margin: 4px 10px 0;
	}
	#service-slider .owl-prev {
		left: -25px;
	}
	#service-slider .owl-next {
		right: -25px;
	}
	.choose-us-sec {
		padding: 30px 0;
	}
	.box1 {
		width: 24%;
		display: inline-block;
		margin: 1px;
		vertical-align: top;
		padding: 20px 0 18px;
	}
	.social {
		margin-top: 0;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.menu ul li{
		margin-right:5px;
	}
	.call-btn {
		padding: 7px 15px;
		margin-left: 8px;
		font-size: 14px;
	}
	.call-btn2{
		padding: 7px 15px;
		margin-left: 4px;
		font-size: 14px;
	}
	.banner-left{
		padding: 0 2%;
	}
	.banner-title {
		font-size: 35px;
		line-height: 40px;
	}
	.banner-right {
		padding: 6% 3% 2%;
	}
	#service-slider .owl-prev {
		left: -40px;
	}
	#service-slider .owl-next {
		right: -40px;
	}
	.serv-content {
		padding: 18px 10px 0;
	}
	.s-title{
		font-size: 17px;
	}
	.c-title {
		font-size: 30px;
		line-height: 33px;
	}
	.icon img {
		width: 65px;
	}
	.box1-title{
		font-size: 13px;
	}
	.contact-part{
		padding: 15px 10px;
	}
	.box3 img {
		margin-right: 8px;
		width: 42px;
	}
	.box3{
		font-size: 13px;
	}
	.foot_left {
		padding-left: 15px;
	}
	.foot_title{
		font-size: 17px;
	}
	.foot1 li{
		font-size: 14px;
	}
	.line2::after{
		right: 0;
	}
	.contact-left{
		padding: 35px 15px 25px;
	}
	.contact_top_number{
		font-size: 16px;
	}
	.abn ul li {
		margin-right: 16px;
		font-size: 13px;
	}
}

/* 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) {
	.call-btn, .call-btn2{
		display:inline-block;
	}
	.call-btn{
		font-size: 15px;
		padding: 6px 15px;
		position:fixed;
		top:23px;
		right:208px;
	}
	.call-btn2{
		font-size: 15px;
		padding: 6px 15px;
		position: fixed;
		top: 23px;
		right: 68px;
	}
	.banner-left{
		margin-top: 0;
		padding: 24px 2%;
	}
	.banner-small {
		font-size: 15px;
	}
	.banner-title {
		font-size: 24px;
		line-height: 30px;
	}
	.banner-right{
		margin-top: 0;
		border-radius: 0;
	}
	#service-slider .item {
		margin: 4px 10px 0;
	}
	#service-slider .owl-prev {
		left: -25px;
	}
	#service-slider .owl-next {
		right: -25px;
	}
	.choose-us-sec {
		padding: 30px 0;
	}
	.box1 {
		width: 24%;
		display: inline-block;
		margin: 1px;
		vertical-align: top;
		padding: 20px 8px 18px;
	}
	.c-title {
		font-size: 24px;
		line-height: 27px;
	}
	.social {
		margin-top: 0;
	}
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : portrait) {
	.menu ul li{
		margin-right:5px;
	}
	.call-btn {
		padding: 7px 15px;
		margin-left: 8px;
		font-size: 14px;
	}
	.call-btn2{
		padding: 7px 15px;
		margin-left: 4px;
		font-size: 14px;
	}
	.banner-left{
		padding: 0 2%;
	}
	.banner-title {
		font-size: 35px;
		line-height: 40px;
	}
	.box1-title{
		font-size: 13px;
	}
	.icon img{
		width:65px;
	}
	.box3 img {
		margin-right: 8px;
		width: 42px;
	}
	.box3{
		font-size: 13px;
	}
	.foot_left {
		padding-left: 15px;
	}
	.foot_title{
		font-size: 17px;
	}
	.foot1 li{
		font-size: 14px;
	}
	.line2::after{
		right: 0;
	}
	.contact-left{
		padding: 35px 15px 25px;
	}
	.contact_top_number{
		font-size: 16px;
	}
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : landscape) {
	.menu ul li{
		margin-right:5px;
	}
	.call-btn {
		padding: 7px 15px;
		margin-left: 8px;
		font-size: 14px;
	}
	.call-btn2{
		padding: 7px 15px;
		margin-left: 4px;
		font-size: 14px;
	}
	.banner-left{
		padding: 0 2%;
	}
	.banner-title {
		font-size: 35px;
		line-height: 40px;
	}
	.box1-title{
		font-size: 13px;
	}
	.icon img{
		width:65px;
	}
	.box3 img {
		margin-right: 8px;
		width: 42px;
	}
	.box3{
		font-size: 13px;
	}
	.foot_left {
		padding-left: 15px;
	}
	.foot_title{
		font-size: 17px;
	}
	.foot1 li{
		font-size: 14px;
	}
	.line2::after{
		right: 0;
	}
	.contact-left{
		padding: 35px 15px 25px;
	}
	.contact_top_number{
		font-size: 16px;
	}
}

/* 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) {
	.menu ul li{
		margin-right:5px;
	}
	.call-btn {
		position: relative;
		top: 0;
		right: 0;
		padding: 7px 15px;
		margin-left: 8px;
		font-size: 14px;
	}
	.call-btn2{
		position: relative;
		top: 0;
		right: 0;
		padding: 7px 15px;
		margin-left: 4px;
		font-size: 14px;
	}
	.banner-left{
		padding: 0 2%;
	}
	.banner-title {
		font-size: 35px;
		line-height: 40px;
	}
	.banner-right {
		padding: 6% 3% 2%;
	}
	#service-slider .owl-prev {
		left: -40px;
	}
	#service-slider .owl-next {
		right: -40px;
	}
	.serv-content {
		padding: 18px 10px 0;
	}
	.s-title{
		font-size: 17px;
	}
	.c-title {
		font-size: 30px;
		line-height: 33px;
	}
	.icon img {
		width: 65px;
	}
	.box1-top {
		margin: -66px 0;
	}
	.box1 {
		width: 100%;
		margin: 10px 0 0;
		padding: 20px 0 18px;
	}
	.box1-title{
		font-size: 13px;
	}
	.contact-part{
		padding: 15px 10px;
	}
	.box3 img {
		margin-right: 8px;
		width: 42px;
	}
	.box3{
		font-size: 13px;
	}
	.foot_left {
		padding-left: 15px;
	}
	.foot_title{
		font-size: 17px;
	}
	.foot1 li{
		font-size: 14px;
	}
	.line2::after{
		right: 0;
	}
	.contact-left{
		padding: 35px 15px 25px;
	}
	.contact_top_number{
		font-size: 16px;
	}
}

@media screen and (min-width: 1424px) {
	.banner-left{
		padding-right:8%;
	}
}

@media screen and (min-width: 1624px) {

}

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

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

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


@media screen and (min-width: 1040px) {
    .site-content .has-post-thumbnail .entry-header {
        margin-top: 0;
    }
}

.site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content {
	max-width: 100%;
}

.post .entry-title {
	font-size: 24px;
	font-weight: 500;
    color: #000;
    text-transform: none;
}

.entry-title a, .entry-title a:hover {
	color: #000;
}

.more-link {
    background: #00acee;
    display: block;
    color: #fff !important;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0 10px 15px;
    width: 219px;
    margin-top: 20px;
    border-radius: 50px;
}

.widget {
	margin-bottom: 15px;
}

.widget h2 {
	font-size: 20px;
    line-height: 1.2;
    border-top: 5px solid #ff8e00;
    margin-top: 0;
    padding-top: 15px;
    color: #000;
}

.content-sidebar .widget a:hover, .content-sidebar .widget a {
	color: #515351;
}

