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: 'URWClassico';
	src: url('../fonts/URWClassico-Bol.eot');
	src: url('../fonts/URWClassico-Bol.eot?#iefix') format('embedded-opentype'),
		url('../fonts/URWClassico-Bol.woff2') format('woff2'),
		url('../fonts/URWClassico-Bol.woff') format('woff'),
		url('../fonts/URWClassico-Bol.ttf') format('truetype'),
		url('../fonts/URWClassico-Bol.svg#URWClassico-Bol') format('svg');
	font-weight: bold;
	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-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;
	width: 100%;
	top: 0;
	left: 0;
	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 5px #929292;
	animation: smoothScroll 1s;
	z-index: 999;
}
.fixed-header .top-bar{
	height: 0;
}
.top-bar{
	background:#002570;
	height: 45px;
	display: flex;
	align-items: center;
	overflow: hidden;
	position: relative;
	transition: ease 0.5s all 0s;
}
.ad1{
	display: flex;
}
.ad1 span{
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 500;
	color: #fff;
	margin-right: 12px;
	padding-right: 12px;
	border-right: 1px solid #ffffff82;
	font-size: 15px;
}
.ad1 span a{
	color: #fff;
	transition: ease 0.5s all 0s;
}
.ad1 span a:hover{
	color: #da830e;
}
.ad1 span:last-child{
	margin-right: 0;
	padding-left: 0;
	border-right: none;
}
.social{
	display: inline-flex;
	gap: 10px;
}
.logo img{
	width: 145px;
	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;
	margin-right:20px;
}
.menu ul li:last-child{
	margin-right: 0;
}
.menu ul li a{
	display: block;
	color: #00305a;
	font-size: 16px;
	font-weight:500;
	text-transform: none;
	padding: 40px 0;
	transition: ease 0.5s all 0s;
}
.menu ul li a:hover, .menu ul li a.active{
	color: #da830e;
}
.get-btn{
	display: inline-block;
	vertical-align: middle;
	background: #da830e;
	color: #1b1b1b;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 10px 22px;
	border-radius: 7px;
	margin-left: 30px;
	transition: ease 0.8s all 0s;
}
.get-btn:hover{
	box-shadow: inset 250px 0px 0px 0px #002570;
	color: #fff;
}
.banner{
	position: relative;
	margin-top: 149px;
}
.banner:before{
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg,rgba(0, 0, 0, 0) 19%, rgba(0, 37, 112, 0.71) 74%);
	position: absolute;
	top: 0;
	right: 0;
	content: "";
}
.banner img{
	width:100%;
}
.banner-content{
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}
.banner-part{
	max-width: 530px;
	margin-left: auto;
}
.banner-title{
	font-family: 'URWClassico';
	font-size: 48px;
	font-weight: bold;
	line-height: 48px;
	color: #fff;
	border-left: 5px solid #da830e;
	padding-left: 5px;
}
.banner-text{
	font-size: 16px;
	color: #ffffff;
	margin-top: 15px;
}
.banner-btn a{
	display: inline-block;
	vertical-align: middle;
	background: #da830e;
	color: #000;
	font-size: 15px;
	font-weight: 600;
	padding: 12px 25px 10px;
	text-transform: uppercase;
	margin: 30px 5px 0 0;  
	border-radius: 7px;
	transition: ease 0.8s all 0s;
}
.banner-btn a:hover{
	box-shadow: inset 250px 0px 0 0px #fff;
	color: #000;
}
.banner-btn a:last-child{
	background: #002570;
	color: #fff;
}
.banner-btn a:hover:last-child{
	box-shadow: inset 250px 0px 0 0px #da830e;
	color: #000;
}
.service-sec{
	padding: 50px 0;
}
.serv-left-title{
	border-left: 5px solid #002570;
	padding-left: 8px;
}
.small-title{
	font-size: 19px;
	color: #252525;
	line-height: 1.2;
	margin-bottom: 2px;
}
.service-title{
	font-family: 'URWClassico';
	font-size: 34px;
	font-weight: bold;
	color: #252525;
	line-height: 34px;
}
.box1-top{
	margin-top: 40px;
}
.serv-img{
	border-radius: 12px;
	overflow: hidden;
}
.serv-img img{
	width: 100%;
	transition: ease 0.5s all 0s;
}
.box1:hover .serv-img img{
	transform: scale(1.1);
}
.serv-content{
	background: #ffefd9;
	border-radius: 12px;
	padding: 25px 20px;
	min-height: 100%;
	transition: ease 0.5s all 0s;
}
.box1:hover .serv-content {
	background: #ebcea6;
}
.s-title{
	font-family: 'URWClassico';
	font-size: 18px;
	font-weight: bold;
	color: #252525;
	margin-top: 5px;
}
.s-text{
	font-size: 14px;
	color: #252525;
	margin-top: 5px;
	max-height: 102px;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #3c3c3c #cecece;
}
.choose-us-sec{
	background: #002570;
	padding: 50px 0;
}
.choose-us-sec .serv-left-title{
	border-left: 5px solid #fff;
}
.box2-top{
	margin-top: 35px;
}
.box2{
	background: #fff;
	padding: 22px 25px 10px;
	border-radius: 8px;
	min-height: 100%;
}
.box2-title{
	font-family: 'URWClassico';
	font-size: 18px;
	font-weight: bold;
	color: #252525;
	margin-top: 28px;
	border-top: 1px solid #d3d3d3;
	padding: 20px 0;
}
.about-sec{
	padding: 60px 0;
}
.about-left {
	padding-left: 30px;
}
.about-text{
	font-size: 15px;
	color: #252525;
	margin-top: 15px;
}
.about-text ul{
	margin:20px 0 0;
	padding: 0;
}
.about-text ul li{
	list-style: none;
	background: url(../images/r-arw.png) no-repeat;
	padding-left: 27px;
	background-size: 20px;
	margin-top: 5px;
	background-position: 0 2px;
}
.read-btn{
	display: inline-block;
	background: #da830e;
	color: #000;
	font-size: 15px;
	font-weight: 600;
	padding: 11px 28px 10px;
	text-transform: uppercase;
	margin-top: 25px;
	border-radius: 7px;
	transition: ease 0.8s all 0s;
}
.read-btn:hover {
	box-shadow: inset 250px 0px 0 0px #012671;
	color: #fff;
}
.award-sec{
	background: #da830e;
	padding: 70px 0;
	position: relative;
	overflow: hidden;
}
.consult-btn {
	align-items: center;
	display: flex;
	gap: 20px;
	margin-top: 28px;
}
.book-btn{
	display: inline-block;
	background: #002570;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	padding: 11px 28px 10px;
	text-transform: uppercase;
	border-radius: 7px;
	transition: ease 0.8s all 0s;
}
.book-btn:hover {
	box-shadow: inset 400px 0px 0 0px #fff;
	color: #000;
}
.free-call{
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	line-height: 1.3;
}
.free-call strong{
	display: block;
	font-size:20px;
	font-weight: bold;
}
.free-call strong a{
	color: #fff;
	transition: ease 0.5s all 0s;
}
.free-call strong a:hover {
	color: #000;
}
.book-img{
	position: absolute;
	right: 0;
	top: 0;
}
.book-img img{
	width: 330px;
}
.blog-sec{
	padding: 60px 0;
}
#blog-slider{
	margin-top: 30px;
}
#blog-slider .item {
	margin: 10px;
	overflow: hidden;
	position: relative;
	min-height: 100%;
}
#blog-slider .owl-stage{
	display: flex;
}
#blog-slider .owl-stage-outer{
	padding-bottom:10px;  
}
#blog-slider .owl-prev, #blog-slider .owl-next{
	border: none;
	background: transparent; 
	color: #0000009e;
	position: absolute;
	top: -96px;
	padding: 0;
	font-weight: normal;
}
#blog-slider .owl-prev{
	left: auto;
	right: 60px;
}
#blog-slider .owl-next{
	right: 0;
}
#blog-slider .owl-prev span, #blog-slider .owl-next span{
	font-size: 45px;
	line-height: 20px;
	width: 50px;
	height: 50px;
	display: block;
	padding: 13px 0;
	border-radius: 50%;
	color: #000;
	background: #b5c7fd;
}
#blog-slider .owl-dots{
	display: none;
}
.blog-content{
	position: relative;
}
.blog-img{
	border-radius: 12px;
	overflow: hidden;
}
.blog-img img{
	width: 100%;
}
.date {
	position: absolute;
	top: -60px;
	right: 0px;
	background: #fff;
	padding: 5px 12px;
	font-size: 14px;
	font-weight: 500;
}
.blog-title {
	font-family: 'URWClassico';
	margin-top: 15px;
	font-size: 20px;
	font-weight: bold;
	color: #252525;
	line-height: 1.2;
}
.learn-btn{
	display: inline-block;
	font-family: 'URWClassico';
	margin-top: 10px;
	font-size: 17px;
	font-weight: bold;
	color: #1d2f61;
	transition: ease 0.5s all 0s;
}
.learn-btn:hover{
	color: #da830e;
}
.footer{
	background: #010e29;
	padding: 45px 0 15px;
}
.foot_brand{
	margin-top: 30px;
}
.foot_text{
	color: #fff;
	font-size: 15px;
	font-weight: 500;
}
.social a{
	margin-right: 4px;
}
.foot_title{
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 10px;
	position: relative;
}
.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: #da830e;
}
.foot1.second li{
	display: flex;
	margin-bottom: 10px;
	align-items: center;
	gap: 11px;
}
.foot1.second li img{
	background: #da830e;
	border-radius: 50%;
}
.foot_left{
	padding-left: 45px;
}
.foot_right{
	padding-left:53px;
}
.copyright{
	text-align: center;
	padding: 15px 0 0;
	font-size: 14px;
	color: #fff;
	border-top: 1px solid #ffffff4d;
	text-transform: uppercase;
	margin-top: 30px;
}
.copyright a{
	color: #fff;
}
#back2Top {
	width: 40px;
	height: 40px;
	line-height: 24px;
	z-index: 999;
	padding-top: 5px;
	cursor: pointer;
	position: fixed;
	bottom: 52px;
	right: -10%;
	color: #fff;
	background:#343332;
	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;
	background-size: cover !important;
	background-position:center top !important;
	max-width: 100% !important;
	padding: 150px 0 !important;
	margin: 149px 0 50px !important;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
	background: rgba(3, 3, 3, 0.56);
	position: absolute;
	content: "";
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
}
.archive {
	width: 100% !important;
	padding: 0 !important;
}
.archive.date .blog_page_header{
	margin-top:209px !important;
}
.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:28px;
	font-weight: bold;
	text-transform: none;
	position: relative;
	z-index: 99;
	margin-bottom: 0 !important;
}
.abt-title {
	font-family: 'URWClassico';
	font-size: 27px;
	font-weight: bold;
	color: #252525;
	margin-bottom: 10px;
	line-height: 29px; 
}
.abt-title strong{
	font-weight: bold;
	color:#da830e;
}
.abt-title.dup{
	font-size: 20px;
	font-weight: bold;
	color:#29292a;
	margin-top: 16px;
}
.ab-inner-text {
	color: #252525;
	font-size: 15px;
}
.ab-inner ul {
	padding: 0px;
	margin: 15px 0 0;
}
.ab-inner ul li {
	background: url(../images/r-arw.png) no-repeat;
	background-position: top 3px left;
	list-style: none;
	padding-left: 28px;
	font-size: 15px;
	margin-bottom:5px;
	color: #252525;
	background-size: 20px;
	line-height: 25px;
}
.inner-sec {
	background:#0127710f;
	margin-top: 40px;
	padding: 50px 0;
}
.bottom-sec{
	padding: 40px 15px;
	margin-top: 40px;
	background:#da830e;
	border-radius: 8px;
}
.bottom-sec .abt-title{
	color:#fff;
}
.bottom-sec .ab-inner-text{
	color:#fff;
} 
.sp-testimonial-free{
	box-shadow: 0 0 7px #bdbbbb !important;
	margin: 10px !important;
	padding: 24px 20px 2px;
	min-height: 100%;
	border-radius: 8px !important;
}
.sp-testimonial-client-testimonial{
	margin-bottom:0 !important;
}
.sp-testimonial-client-testimonial p{
	padding:0 !important;
	margin:0 !important;
	text-align: left !important;
	font-size: 15px !important;
	line-height: 24px !important;
	color:#000 !important;	
}
.sp-testimonial-client-name{
	text-align: left !important;
	color:#012671 !important;
	margin-top: 10px !important;
}
.sp-testimonial-client-rating {
	display: flex !important;
	justify-content: start;
}
.testi-inr .hentry{
	margin-bottom:0 !important;
}
.contact-left {
	height: 100%;
	padding: 35px 25px 25px;
}
.info-text {
	color: #000;
	text-transform: uppercase;
	font-size: 22px;
	padding-bottom: 10px;
	font-weight: bold;
}
.contact_top_number {
	font-size: 17px;
	font-weight: 500;
	position: relative;
	padding-left: 35px;
	margin-top: 12px;
	color: #000;
}
.contact_top_number img {
	position: absolute;
	top: 1px;
	left: 0;
}
.contact_top_number a {
	color: #000;
}
.contact-right {
	background:#012572;
	padding: 35px 25px 0;
}
.info-text.second{
	color:#fff;
}
.frm_fld input {
	width: 100%;
	padding: 12px 15px;
	border: none !important;
	margin-top: 10px;
	border-radius:6px;
	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:10px;
	border-radius:6px;
	font-size:15px;
	color:#000;
	padding:15px 30px 12px 15px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	text-transform:none
}
.frm_fld select option{
	color:#000;
}
.frm_fld textarea {
	width:100%;
	height:98px;
	padding:10px 15px;
	background:#fff !important;
	color:#000;
	margin-top:10px;
	border-radius:6px;
	border:none !important;
	resize:none;
}
.send_btn input {
	border: none !important;
	display: block;
	border-radius: 5px !important;
	color: #000 !important;
	padding: 10px 24px 8px !important;
	background: #da830e !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	margin-top: 20px;
}
.frm_fld p, .send_btn p {
	margin-bottom:0
}
.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer_btn1 {
	background:#da830e;
	color: #000 !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: 9px 8px;
}
.footer_btn3 {
	background: #262525;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
	font-weight:600;
}
.back-btn a {
	background: #da830e;
	color: #010101;
	font-size: 15px;
	font-weight: 600;
	border-radius: 6px;
	padding: 12px 22px 10px;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 20px;
}
.error_container {
	align-items: center;
	padding: 10px 0 50px;
	text-align: center;
}


/*Responsive*/
@media only screen and (min-width : 320px) and (max-width : 567px) {
	.banner img{
		height:285px;
		object-fit:cover;
	}
}

@media only screen and (min-width : 320px) and (max-width : 1023px) {
	.top-bar, .get-btn, .menu{
		display:none;
	}
	.header{
		padding:7px 0;
	}
	.logo img {
		width: 100px;
	}
	.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: 77px;
	}
	.banner::before{
		background:#00257070;
	}
	.banner-part {
		max-width: 100%;
	}
	.banner-title {
		font-size: 28px;
		line-height: 27px;
	}
	.banner-text {
		font-size: 15px;
		margin-top: 7px;
	}
	.banner-btn{
		display:none;
	}
	.service-sec {
		padding: 35px 0;
	}
	.small-title {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.service-title {
		font-size: 22px;
		line-height: 22px;
	}
	.service-title br{
		display:none;
	}
	.box1-top {
		margin-top: 20px;
	}
	.serv-content {
		padding: 20px 15px;
		margin-top: 10px;
	}
	.choose-us-sec {
		padding: 35px 0;
	}
	.s-text{
		padding-right: 5px;
	}
	.box2-top {
		margin-top: 15px;
	}
	.choose-us-sec .service-title{
		margin-bottom:15px;
	}
	.box2-title {
		font-size: 17px;
		margin-top: 20px;
		padding: 15px 0;
	}
	.about-sec {
		padding: 35px 0;
	}
	.about-left {
		padding-left: 0;
	}
	.about-text {
		margin-top: 10px;
	}
	.read-btn {
		padding: 10px 20px 9px;
		margin-top: 20px;
	}
	.about-right{
		margin-top:25px;
	}
	.about-right img{
		width:100%;
	}
	.award-sec {
		padding:70px 0 20px;
	}
	.book-img {
		width: 100px;
	}
	.consult-btn {
		display: block;
		margin-top: 25px;
	}
	.book-btn {
		font-size: 14px;
		padding: 11px 14px 10px;
	}
	.free-call {
		font-size: 17px;
		margin-top: 15px;
	}
	.free-call strong {
		font-size: 18px;
	}
	.free-call img{
		max-width:50px;
	}
	.blog-sec {
		padding: 35px 0 20px;
	}
	#blog-slider {
		margin-top: 45px;
	}	
	#blog-slider .owl-prev, #blog-slider .owl-next{
		top: -55px;
	}
	#blog-slider .owl-prev {
		right: 45px;
	}
	#blog-slider .owl-prev span, #blog-slider .owl-next span {
		font-size: 45px;
		line-height: 10px;
		width: 40px;
		height: 40px;
		padding: 12px 0;
	}
	#blog-slider .item{
		margin: 10px 0;
	}
	.blog-title {
		font-size: 18px;
	}
	.learn-btn {
		margin-top: 8px;
		font-size: 16px;
	}
	.footer {
		padding: 30px 0 60px;
	}
	.foot_logo img{
		width:130px;
	}
	.foot_brand {
		margin-top: 20px;
	}
	.foot_brand img{
		width:210px;
	}
	.foot_left {
		padding-left: 12px;
	}
	.foot_title {
		font-size: 17px;
		margin-top: 10px;
	}
	.foot_right {
		padding-left: 12px;
	}
	.foot1 li {
		font-size: 14px;
	}
	.copyright {
		margin-top: 15px;
	}
	.page .entry-header, .blog_page_header {
		padding: 65px 0 !important;
		margin: 77px 0 30px !important;
	}
	.page .entry-title, .blog_page_title{
		font-size: 24px;
	}
	.ab-iner-img{
		margin-bottom:20px;
	}
	.ab-iner-img img{
		width:100%;
	}
	.abt-title {
		font-size: 22px;
		line-height: 24px;
	}
	.inner-sec {
		margin-top: 30px;
		padding: 35px 0;
	}
	.bottom-sec {
		padding: 30px 10px;
		margin-top: 30px;
	}
	.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 22px 8px !important;
		font-size: 15px !important;
		margin-top: 16px;
	}	
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.get-btn {
		right: 66px !important;
	}
	.banner-part {
		max-width: 330px !important;
	}
	.banner-title {
		font-size: 25px !important;
		line-height: 25px !important;
	}
	.banner-text {
		font-size: 14px !important;
		margin-top: 7px !important;
		line-height: 1.4 !important;
	}
	.banner-btn a {
		font-size: 14px !important;
		padding: 8px 22px 8px !important;
		margin: 15px 5px 0 0 !important;
	}
	.ttr{
		width: 40%;
	}
	.ttr2{
		width: 60%;
		padding-left: 0;
	}
	.serv-content {
		padding: 15px 15px !important;
	}
	.s-text {
		max-height: 103px !important;
	}
	.box2-top {
		width: 50%;
	}
	.award-sec {
		padding: 68px 0 30px !important;
	}
	.book-img {
		width: 115px !important;
	}
	#blog-slider {
		margin-top: 55px !important;
	}
	#blog-slider .owl-prev, #blog-slider .owl-next {
		top: -40px !important;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.get-btn{
		display: inline-block;
		position: fixed;
		top: 21px;
		right: 80px;
		font-size: 15px;
		padding: 8px 20px;
	}
	.banner-part {
		max-width: 385px;
	}
	.banner-title {
		font-size: 34px;
		line-height: 34px;
	}
	.banner-btn {
		display: block;
	}
	.banner-btn a {
		font-size: 15px;
		padding: 10px 22px 10px;
		margin: 20px 5px 0 0;
	}
	.serv-content {
		margin-top: 0;
		padding: 30px 30px;
	}
	.consult-btn {
		display: flex;
		margin-top: 18px;
	}
	.free-call {
		margin-top: 0;
	}
	.award-sec {
		padding: 45px 0 35px;
	}
	.award-sec .service-title {
		font-size: 26px;
		line-height: 28px;
	}
	.book-img {
		width: 234px;
	}
	#blog-slider .item {
		margin: 10px;
	}	
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.get-btn{
		margin-left:15px;
		font-size: 15px;
		padding: 8px 19px;
	}
	.menu ul li {
		margin-right: 12px;
	}
	.menu ul li a{
		font-size: 15px;
		padding: 41px 0;
	}
	.banner-part {
		max-width: 440px;
	}
	.banner-title {
		font-size: 40px;
		line-height: 38px;
	}
	.banner-text {
		margin-top: 10px;
	}
	.banner-btn a{
		margin: 20px 5px 0 0;
	}
	.about-left {
		padding-left: 15px;
	}
	.serv-img{
		height: 100%;
	}
	.serv-img img {
		min-height: 100%;
		object-fit: cover;
	}
	.serv-content {
		padding: 15px 15px;
	}
	.small-title {
		margin-bottom: 6px;
	}
	.service-title {
		font-size: 30px;
		line-height: 32px;
	}
	.box2 {
		padding: 22px 10px 10px;
	}
	.box2-title {
		font-size: 17px;
	}
	.blog-title{
		font-size: 18px;
	}
	.foot1 li{
		font-size: 14px;
	}
	.foot_left {
		padding-left: 20px;
	}
	.foot_right{
		padding-left: 20px;
	}	
}

/* 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) {
	.get-btn{
		display: inline-block;
		position: fixed;
		top: 21px;
		right: 80px;
		font-size: 15px;
		padding: 8px 20px;
	}
	.banner-part {
		max-width: 385px;
	}
	.banner-title {
		font-size: 34px;
		line-height: 34px;
	}
	.banner-btn {
		display: block;
	}
	.banner-btn a {
		font-size: 15px;
		padding: 10px 22px 10px;
		margin: 20px 5px 0 0;
	}
	.serv-content {
		margin-top: 0;
		padding: 30px 30px;
	}
	.consult-btn {
		display: flex;
		margin-top: 18px;
	}
	.free-call {
		margin-top: 0;
	}
	.box2 {
		padding: 22px 25px 10px;
	}
	.award-sec {
		padding: 45px 0 35px;
	}
	.award-sec .service-title {
		font-size: 26px;
		line-height: 28px;
	}
	.book-img {
		width: 234px;
	}
	#blog-slider .item {
		margin: 10px;
	}	
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : portrait) {

}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : landscape) {
	.get-btn{
		margin-left:15px;
		font-size: 15px;
		padding: 8px 19px;
	}
	.menu ul li {
		margin-right: 12px;
	}
	.menu ul li a{
		font-size: 15px;
		padding: 41px 0;
	}
	.banner-part {
		max-width: 440px;
	}
	.banner-title {
		font-size: 40px;
		line-height: 38px;
	}
	.banner-text {
		margin-top: 10px;
	}
	.banner-btn a{
		margin: 20px 5px 0 0;
	}
	.about-left {
		padding-left: 15px;
	}
	.serv-img{
		height: 100%;
	}
	.serv-img img {
		min-height: 100%;
		object-fit: cover;
	}
	.serv-content {
		padding: 15px 15px;
	}
	.small-title {
		margin-bottom: 6px;
	}
	.service-title {
		font-size: 30px;
		line-height: 32px;
	}
	.box2 {
		padding: 22px 10px 10px;
	}
	.box2-title {
		font-size: 17px;
	}
	.blog-title{
		font-size: 18px;
	}
	.foot1 li{
		font-size: 14px;
	}
	.foot_left {
		padding-left: 12px;
	}
	.foot_right{
		padding-left:12px;
	}
}

/* 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) {
	.get-btn{
		position: relative;
		top: 0;
		right: 0;
		margin-left:15px;
		font-size: 15px;
		padding: 8px 19px;
	}
	.menu ul li {
		margin-right: 12px;
	}
	.menu ul li a{
		font-size: 15px;
		padding: 41px 0;
	}
	.banner-part {
		max-width: 440px;
	}
	.banner-title {
		font-size: 40px;
		line-height: 38px;
	}
	.banner-text {
		margin-top: 10px;
	}
	.banner-btn a{
		margin: 20px 5px 0 0;
	}
	.about-left {
		padding-left: 15px;
	}
	.serv-img{
		height: 100%;
	}
	.serv-img img {
		min-height: 100%;
		object-fit: cover;
	}
	.serv-content {
		padding: 15px 15px;
	}
	.small-title {
		margin-bottom: 6px;
	}
	.service-title {
		font-size: 30px;
		line-height: 32px;
	}
	.box2 {
		padding: 22px 10px 10px;
	}
	.box2-title {
		font-size: 17px;
	}
	.blog-title{
		font-size: 18px;
	}
	.foot1 li{
		font-size: 14px;
	}
	.foot_left {
		padding-left: 12px;
	}
	.foot_right{
		padding-left:12px;
	}	
}

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

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

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

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

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