body{
	margin:0;
	padding:0;
	font-family: 'Trip Sans';
}
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: 'Trip Sans Ultra';
	src: url('../fonts/TripSans-Ultra.eot');
	src: url('../fonts/TripSans-Ultra.eot?#iefix') format('embedded-opentype'),
		url('../fonts/TripSans-Ultra.woff2') format('woff2'),
		url('../fonts/TripSans-Ultra.woff') format('woff'),
		url('../fonts/TripSans-Ultra.ttf') format('truetype'),
		url('../fonts/TripSans-Ultra.svg#TripSans-Ultra') format('svg');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

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

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

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

.header{
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	border-bottom: 5px solid #01b5f8;
	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;
	animation: smoothScroll 1s;
	z-index: 999;
}
.logo{
	margin-top: 5px;
}
.logo img{
	width: 235px;
}
.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: 500;
	color: #181717;
	display: block;
	padding: 30px 0;
	text-transform: none;
	position: relative;
	transition: ease 0.5s all 0s;
}
.menu ul li a.active, .menu ul li a:hover{
	color: #0f75bc;
}
.ref-btn{
	display: inline-block;
	vertical-align: middle;
	background: #56d1ff;
	color: #111212 !important;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 18px;
	border-radius: 50px;
	margin-left: 10px;
	transition: ease 0.5s all 0s;
}
.ref-btn:hover{
	background: #0f75bc;
	color: #fff !important;
}
.call-btn{
	display: inline-block;
	vertical-align: middle;
	background: #fff;
	color: #131414 !important;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 16px;
	border-radius: 50px;
	margin-left: 4px;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.17);
	transition: ease 0.5s all 0s;
}
.call-btn:hover{
	background: #0f75bc;
	color: #fff !important;
}
.mail-btn {
  display: inline-block;
  vertical-align: middle;
  background: #56d1ff;
  color: #111212 !important;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 16px;
  border-radius: 50px;
  margin-left: 10px;
  transition: ease 0.5s all 0s;
}
.mail-btn:hover{
	background: #0f75bc;
	color: #fff !important;
}
.banner{
	position: relative;
	margin-top: 89px;
}
.ms-slide:before{
	width: 100%;
	height: 100%;
	background: rgb(221,207,174);
	background: linear-gradient(90deg, rgba(221,207,174,1) 20%, rgba(255,255,255,0) 50%);
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	z-index:1;
}
.ms-slide-info{
	position: absolute !important;
	top: 50%;
	transform: translateY(-50%);
	left: 9%;
	max-width: 454px;
	min-height: auto !important;
	margin-top: 0 !important;
}
.banner-title{
	font-family: 'Trip Sans Ultra';
	font-size: 40px;
	color: #000000;
	line-height: 44px;
	margin-top: 5px;
}
.banner-title2{
	color: #181717;
	font-size: 18px;
	font-weight: 500;
}
.banner-text{
	color: #181717;
	font-size: 16px;
	font-weight: 500;
	margin-top: 12px;
}
.banner-btn a{
	display: inline-block;
	vertical-align: middle;
	background: #56d1ff;
	color: #111212;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 36px;
	border-radius: 50px;
	margin: 20px 5px 0;
	transition: ease 0.5s all 0s;
}
.banner-btn a:hover{
	background: #0f75bc;
	color: #fff;
}
.banner-btn a:last-child{
	background: #fff;
	padding: 10px 30px;
}
.banner-btn a:hover:last-child{
	background: #0f75bc;
	color: #fff;
}
.banner-bottom-sec{
	position: relative;
	margin-top: -64px;
	margin-bottom: 10px;
}
.banner-bottom{
	background: #f5f5f5;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	padding: 0 25px;
	padding-right: 0;
	overflow: hidden;
}
.b-title{
	font-size: 23px;
	font-weight: bold;
	color: #0e76be;
	padding: 15px 0;
	padding-left: 20px;
	position: relative;
}
.b-title:before{
	width: 10px;
	height: 10px;
	background: #0e76be;
	border-radius: 50%;
	position: absolute;
	top: 27px;
	left: 0;
	content: "";
}
.call-us{
	font-weight: 500;
	color: #202223 !important;
	display: inline-block;
	padding-left: 20px;
	border-left: 1px solid #919191;
	line-height: 34px;
	transition: ease 0.5s all 0s;
}
.call-us:hover{
	color: #0e76be !important;
}
.call-us img{
	margin: -4px 0 0 5px;
}
.cont-btn{
	display: block;
	font-size: 20px;
	font-weight: 500;
	background: #0e76be;
	color: #fff;
	padding: 17px 0;
	text-align: center;
}
.service-sec{
	padding: 40px 0 50px;
}
.serv-title{
	font-size: 32px;
	font-weight: bold;
	color: #202223;
}
.box1-top{
	margin-top: 40px;
}
.box1{
	text-align: center;
}
.pic{
	width: 77px;
	height: 77px;
	background: #56d1ff;
	border-radius: 50%;
	margin: 0 auto;
	transition: ease 0.5s all 0s;
}
.box1:hover .pic{
	background: #0e76be;
}
.pic img{
	transition: ease 0.5s all 0s;
}
.box1:hover .pic img{
	filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(522%) hue-rotate(82deg) brightness(119%) contrast(100%);
}
.box1-title{
	font-size: 20px;
	font-weight: bold;
	color: #201f1e;
	line-height: 1.3;
	margin-top: 10px;
}
.read-btn{
	display: inline-block;
	background: #fff;
	color: #202223 !important;
	font-size: 15px;
	font-weight: 500;
	padding: 8px 22px;
	border-radius: 50px;
	margin-top: 20px;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
	transition: ease 0.5s all 0s;
}
.read-btn:hover, .read-btn2:hover{
	background: #0f75bc;
	color: #fff !important;
}
.line1{
	position: relative;
}
.line1:after{
	width: 1px;
	height: 100%;
	background: #dadada;
	position: absolute;
	top: 0;
	right: 0;
	content: "";
}
.gallery-sec{
	padding: 30px 0 50px;
}
.rl-gallery-item img {
	border-radius:8px !important;
}
.about-sec{

}
.about-left{
	display: flex;
	align-items: center;
	padding-left: 3%;
	padding-right: 9%;
}
.about-title{
	color: #1d1e1f;
	display: inline-block;
	position: relative;
}
.about-title::after {
	width: 41px;
	height: 1px;
	background: #000;
	position: absolute;
	top: 12px;
	right: -52px;
	content: "";
}
.about-title2{
	font-family: 'Trip Sans Ultra';
	font-size: 35px;
	color: #202223;
	line-height: 38px;
	margin-top: 5px;
}
.about-text{
	font-size: 17px;
	color: #5b5b5b;
	margin-top: 10px;
}
.read-btn2{
	display: inline-block;
	background: #56d1ff;
	color: #1d1e1f;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 30px;
	border-radius: 50px;
	margin-top: 20px;
	transition: ease 0.5s all 0s;
}
.about-right img{
	width: 100%;
	min-height: 100%;
	object-fit: cover;
}
.choose-us-sec{
	background: #f7f7f7;
	padding: 50px 0 85px;
}
.box2-top{
	margin-top: 30px;
}
.box2{
	background: #fff;
	display: flex;
	align-items: start;
	padding: 20px 22px;
	border: 1px solid #cbcbcb;
	box-shadow: 0 3px 9px 0px #b4b4b4a6;
	border-radius: 8px;
	color: #3e3e3e;
	min-height: 100%;
}
.box2 strong{
	display: block;
	font-size: 22px;
	font-weight: bold;
	color: #202223;
	line-height: 1.2;
	margin-bottom: 5px;
}
.box2 img{
	background: #56d1ff;
	border-radius: 50%;
	margin-right: 15px;
}
.form-sec{
	position: relative;
	z-index: 1;
	margin-top: -15px;
	padding-bottom: 20px;
}
.form-sec::before{
	background: url(../images/shape1.png) no-repeat;
	width: 100%;
	height: 70px;
	background-size: cover;
	position: absolute;
	top: -40px;
	left: 0;
	content: "";
	z-index: -1;
}
.form-bottom{
	background: #fff;
	padding: 30px 3% 20px;
	border: 1px solid #e4e4e4;
	border-radius: 10px;
}
.form-part{
	margin-top: 10px;
}
.frm_fld input {
	width:100%;
	padding:12px 15px;
	border:1px solid #3d83b2 !important;
	margin-top:12px;
	border-radius:5px;
	color:#000;
	background:#fff;
}
.frm_fld textarea {
	width:100%;
	height:110px;
	padding:10px 15px;
	background:#fff !important;
	color:#000;
	margin-top:12px;
	border-radius:5px;
	border:none!important;
	resize:none
}
.send_btn input {
	border: 1px solid #3d83b2 !important;
	display: block;
	width:100%;
	border-radius: 5px !important;
	color: #282e30 !important;
	padding: 10px 5px !important;
	background: #56d1ff !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	margin-top: 12px;	
	text-transform:none !important;
}
.frm_fld p, .send_btn p {
	margin-bottom:0
}
.testimonial-sec{
	background: #f7f7f7;
	padding: 50px 0 90px;
}
.testi-title{
	font-weight: bold;
	color: #242323;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: inline-block;
	border-bottom: 1px solid;
}
.testi-part{
	margin-top: 24px;
}
.sp-testimonial-free{
	background: #fff !important;
	padding: 20px 22px;
	margin: 9px;
	border-radius: 12px !important;
	box-shadow: 0 0 8px #b8b8b8;
	position: relative;
}
.sp-testimonial-client-image {
	position: absolute;
	top: 25px;
	left: 20px;
}
.sp-testimonial-title h3{
	background: url(../images/star.png) no-repeat;
	font-size: 18px !important;
	font-weight: bold !important;
	color: #295079 !important;
	text-align: left !important;
	line-height: 25px !important;
	padding-top: 6px !important;
	padding-left: 56px !important;
	background-position: bottom left 56px;
	padding-bottom: 20px !important;
}
.sp-testimonial-client-testimonial p{
	margin-top: 20px !important;
	margin-bottom: 0 !important;
	color: #565656 !important;
	text-align: left !important;
	font-size: 17px !important;
	line-height: 24px !important;
}
.sp-testimonial-free-section.swiper-initialized, .sp-testimonial-free-section:not(.swiper-initialized, .tfree-layout-grid){
	margin:0 !important;
	margin-bottom:60px !important;
}
.sp-testimonial-client-rating{
	text-align:left !important;
	margin:0 !important;
}
.home .footer{
	margin-top: -40px;
}
.footer{
	background: #0c0c0c;
	padding: 35px 0 15px;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	position: relative;
}
.foot_logo {
	border-bottom: 1px solid #454545;
	padding-bottom: 18px;
	margin-bottom: 20px;
}
.foot_logo img{
	filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(522%) hue-rotate(82deg) brightness(119%) contrast(100%);
	width: 200px;
}
.foot_title{
	font-size: 20px;
	font-weight: bold;
	color: #55cefb;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.foot1{
	margin: 0;
	padding: 0;
}
.foot1 li{
	list-style: none;
	font-size: 17px;
	color: #fff;
	margin-bottom: 2px;
}
.foot1 li a{
	color: #fff;
	transition: ease 0.5s all 0s;
}
.foot1 li a:hover {
	color: #00aeef;
}
.social a{
	margin-right: 3px;
}
.foot_left{
	padding-left: 40px;
}
.line2{
	position: relative;
}
.line2:after{
	width: 1px;
	height: 100%;
	background: #323232;
	position: absolute;
	top: 0;
	right: 0;
	content: "";
}
.copyright{
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	border-top: 1px solid #454444;
	margin-top: 30px;
	padding-top: 15px;
}
.copyright a{
	color: #fff;
}
#back2Top {
	width: 40px;
	height: 40px;
	line-height: 22px;
	z-index: 999;
	padding-top: 5px;
	cursor: pointer;
	position: fixed;
	bottom: 34px;
	right: 15px;
	color: #fff;
	background: #0c0c0c;
	text-align: center;
	opacity: 0;
	transition: ease 0.2s 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: 150px 0 !important;
	margin: 85px 0 50px !important;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
	background: rgba(255, 255, 255, 0.3);
	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: #000;
	width: 100%;
	font-size: 30px;
	font-weight: bold;
	text-transform: none;
	position: relative;
	z-index: 99;
	margin-bottom: 0;
}
.abt-title{
	font-size: 24px;
	font-weight: bold;
	color: #202223;
	line-height: 1.3;
	margin-bottom: 8px;
}
.abt-title.dup{
	font-size: 20px;
	color: #0f75bc;
	margin-top: 16px;
}
.ab-inner-text{
	font-size: 17px;
	color: #363636;
}
.abt-title.big{
	font-size: 27px;
	color: #0f75bc;
	line-height: 1.1;
}
.ab-inner ul {
	padding: 0px;
	margin: 20px 0 0;
}
.ab-inner ul li {
	background:url(../images/check3.png) no-repeat;
	background-size: 20px;
	background-position: top 4px left;
	list-style: none;
	padding-left: 32px;
	padding-bottom: 10px;
	color: #363636;
	font-size: 17px;
	line-height: 1.3;
}
.bottom-sec {
	margin-top: 40px;
	text-align: center;
	padding: 30px 10px;
	background: #00aeef;
	border-radius:5px;
}
.bottom-sec .abt-title{
	color:#000;
}
.bottom-sec .ab-inner-text{
	color:#fff;
}
.ab-iner-img img {
	width: 100%;
}
.contact-left {
	height: 100%;
	padding: 35px 25px 25px;
}
.info-text {
	color: #000;
	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: 9px;
	color: #000;
}
.contact_top_number img {
	position: absolute;
	top: 2px;
	left: 0;
}
.contact_top_number a {
	color: #000;
}
.contact-right {
	background:#0f75bc;
	padding: 35px 25px 0;
}
.info-text.second {
	color: #fff;
}
.contact-right .send_btn input{
	font-size: 20px !important;
	color: #fff !important;
	padding: 10px 5px !important;
	background: #000 !important;
}
.ref-form{
	background: #0f75bc;
	padding: 30px 25px 0;
	border-radius: 8px;
}
.ref_form_title{
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}
.ref_form_title p{
	margin-bottom:0;
}
.frm_label{
	color: #fff;
	margin-top: 14px;
	font-size: 17px;
	font-weight: 500;
}
.ref-form .frm_fld input{
	margin-top:8px;
	border: none !important;
}
.frm_fld select {
	background:url(../images/dropdown.png) center right 10px no-repeat #fff;
	width:100%;
	border:none!important;
	margin-top:8px;
	border-radius:5px;
	font-size:15px;
	color:#737373;
	padding:12px 30px 12px 15px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	text-transform:none
}
.ref-form .frm_fld select option{
	color:#000;
}
span.wpcf7-list-item {
	margin: 0 10px 0 0 !important;
}
.wpcf7-list-item label {
	display: block;
	position: relative;
	margin-top: 12px;
	cursor: pointer;
	font-size: 16px;
	color: #666;
	font-weight: normal;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.half_check .wpcf7-list-item {
	width:100%;
}
.wpcf7-list-item label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.wpcf7-list-item-label {
	position: relative;
	padding-left: 25px;
	color: #fff;
}
.wpcf7-list-item-label::before{
	position: absolute;
	top: 3px;
	left: 0;
	height: 18px;
	width: 18px;
	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:#070707;
	border-color:#070707;
}
.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: 7px;
	top: 6px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.ref-form .send_btn input{
	width: auto;
	padding: 10px 29px !important;
	background: #000 !important;
	color: #fff !important;
	margin: 20px auto 0;
	font-size: 18px !important;
	border: none !important;
}
.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer_btn1 {
	width: 50%;
	float: left;
	background: #55cefb;
	color: #000 !important;
	padding: 10px 0;
	font-weight: bold;
}
.footer_btn2 {
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform:translatex(-50%);
	padding: 6px 12px;
	border-radius: 50%;
	width: 44px;
	height: 44px;
}
.footer_btn3 {
	width: 50%;
	float: left;
	background: #454749;
	color: #fff !important;
	padding: 10px 0;
	font-weight: bold;
}
.back-btn a{
	display: inline-block;
	background:#55cefb;
	color: #000 !important;
	padding: 10px 20px;
	font-weight:600;
	margin-top: 20px;
	border-radius: 50px;
}
.error_container {
	padding: 30px 0;
	text-align: center;
}


/*Responsive*/
@media only screen and (min-width : 320px) and (max-width : 1023px) {
	.header{
		padding:10px 0;
		border-bottom: none;
	}
	.menu, .ref-btn, .call-btn, .mail-btn{
		display:none;
	}
	.logo {
		margin-top: 0;
	}
	.logo img {
		width: 125px;
	}
	.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: 59px;
	}
	.ms-slide-info {
		left: 5%;
		max-width: 90%;
	}
	.ms-slide::before{
		background:rgba(222,207,174,0.5);
	}
	.banner-title2{
		display:none;
	}
	.banner-title {
		font-size: 24px;
		line-height: 26px;
		margin-top: 0;
	}
	.banner-btn{
		display:none;
	}
	.banner-bottom-sec {
		margin-top: 30px;
	}
	.banner-bottom{
		padding: 0 10px;
	}
	.b-title {
		font-size: 18px;
		line-height: 1.3;
	}
	.call-us {
		padding-left: 0;
		border-left: none;
		line-height: 28px;
	}
	.cont-btn {
		font-size: 18px;
		padding: 15px 0;
		margin-top:15px;
	}
	.service-sec {
		padding: 30px 0;
	}
	.serv-title {
		font-size: 24px;
	}
	.line1::after, .line2::after{
		display:none;
	}
	.box1-top {
		margin-top: 30px;
	}
	.box1-title{
		font-size: 18px;
	}
	.box1-title br{
		display:none;
	}
	.gallery-sec {
		padding: 10px 0 30px;
	}
	.about-title2 {
		font-size: 24px;
		line-height: 32px;
		margin-top: 5px;
	}
	.about-left{
		padding-right: 3%;
	}
	.about-right{
		margin-top:30px;
	}
	.choose-us-sec {
		padding: 30px 0 40px;
	}
	.form-sec {
		margin-top: 20px;
	}
	.box2 {
		padding: 20px 15px;
	}
	.box2 img {
		margin-right: 10px;
		width: 60px;
	}
	.box2 strong {
		font-size: 18px;
	}
	.box2 strong br{
		display:none;
	}
	.form-bottom {
		padding: 24px 4% 20px;
	}
	.testimonial-sec {
		padding: 30px 0 70px;
	}
	.footer{
		padding: 35px 0 60px;
	}
	.foot_logo {
		margin-bottom: 10px;
	}
	.foot_logo img{
		width: 160px;
	}
	.foot_title {
		font-size: 18px;
		margin-top: 15px;
	}
	.foot_left {
		padding-left: 12px;
	}
	.foot1 li {
		font-size: 16px;
	}
	.page .entry-header, .blog_page_header {
		padding: 75px 0 !important;
		margin: 58px 0 30px !important;
	}
	.page .entry-title, .blog_page_title{
		font-size: 25px;
	}
	.abt-title{
		font-size: 20px;
	}
	.abt-title.dup {
		font-size: 18px;
	}
	.ab-iner-img{
		margin-top:15px;
	}
	.bottom-sec {
		margin-top: 30px;
	}
	.contact-left {
		padding: 20px 15px 25px;
	}
	.info-text{
		font-size: 18px;
	}
	.contact_top_number{
		font-size: 17px;
	}
	.contact-right{
		padding: 20px 15px 0;
	}
	.ref-form{
		padding: 20px 15px 0;
	}
	#back2Top{
		bottom: 44px;
	}
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.ms-slide-info {
		left: 4% !important;
		max-width: 90% !important;
	}
	.banner-title {
		font-size: 26px !important;
		line-height: 30px !important;
		margin-top: 2px !important;
	}
	.cont-btn {
		margin-top: 15px !important;
	}
	.box1-top, .box2-top{
		width:50%;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.header{
		border-bottom: 3px solid #01b5f8;
	}
	.ref-btn{
		display:inline-block;
		padding: 8px 24px;
		position:fixed;
		top:10px;
		right:80px;
	}
	.ms-slide-info {
		left: 10%;
		max-width: 460px;
	}
	.banner-title2 {
		display: block;
	}
	.banner-title {
		font-size: 30px;
		line-height: 33px;
		margin-top: 4px;
	}
	.banner-btn {
		display: block;
	}
	.cont-btn{
		margin-top: 0;
	}
	.about-right {
		margin-top: 0;
	}
	.about-left{
		padding-bottom:25px;
	}
	.box2 {
		padding: 20px 10px;
		font-size: 14px;
	}
	.box2 img {
		margin-right: 8px;
		width: 50px;
	}
	.send_btn input{
		font-size: 14px !important;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.call-us{
		padding-left: 8px;
		font-size: 14px;
	}
	.call-us img {
		width: 38px;
	}
	.box1-title{
		font-size: 15px;
	}
	.about-left{
		padding-right: 4%;
		padding-bottom:25px;
	}
	.about-title2{
		font-size: 30px;
	}
	.box2{
		padding: 20px 15px;
	}
	.box2 strong{
		font-size: 20px;
	}
	.box2 img {
		width: 60px;
	}
}

/* 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) {
	.header{
		border-bottom: 3px solid #01b5f8;
	}
	.ref-btn{
		display:inline-block;
		padding: 8px 24px;
		position:fixed;
		top:10px;
		right:80px;
	}
	.ms-slide-info {
		left: 10%;
		max-width: 460px;
	}
	.banner-title2 {
		display: block;
	}
	.banner-title {
		font-size: 30px;
		line-height: 33px;
		margin-top: 4px;
	}
	.banner-btn {
		display: block;
	}
	.cont-btn{
		margin-top: 0;
	}
	.box1-title {
		font-size: 18px;
	}
	.box1-title br {
		display: block;
	}
	.about-right {
		margin-top: 0;
	}
	.about-left{
		padding-bottom:25px;
	}
	.about-title2 {
		font-size: 26px;
	}
	.box2 {
		padding: 20px 10px;
		font-size: 14px;
	}
	.box2 strong {
		font-size: 18px;
	}
	.box2 img {
		margin-right: 8px;
		width: 50px;
	}
	.send_btn input{
		font-size: 14px !important;
	}
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : portrait) {
	.ref-btn{
		margin-left: 25px;
	}
	.call-us{
		padding-left: 8px;
		font-size: 14px;
	}
	.call-us img {
		width: 38px;
	}
	.box1-title{
		font-size: 18px;
	}
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : landscape) {
	.ref-btn{
		margin-left: 25px;
	}
	.call-us{
		padding-left: 8px;
		font-size: 14px;
	}
	.call-us img {
		width: 38px;
	}
	.box1-title{
		font-size: 18px;
	}
}

/* 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 {
		position: relative;
		top: 0;
		right: 0;
		padding: 10px 26px;
	}
	.banner {
		margin-top: 87px;
	}
	.call-us{
		padding-left: 8px;
		font-size: 14px;
	}
	.call-us img {
		width: 38px;
	}	
	.box1-title{
		font-size: 15px;
	}
	.about-left{
		padding-right: 4%;
		padding-bottom:25px;
	}
	.about-title2{
		font-size: 30px;
	}
	.box2{
		padding: 20px 15px;
	}
	.box2 strong{
		font-size: 20px;
	}
	.box2 img {
		width: 60px;
	}
}

@media screen and (min-width: 1424px) {
	.ms-slide-info{
		left: 6%;
	}
}

@media screen and (min-width: 1624px) {
	.ms-slide-info{
		left: 11%;
	}
	.page .entry-header, .blog_page_header{
		padding: 220px 0 !important;
	}
}

@media screen and (min-width: 1920px) {
	.ms-slide-info{
		left: 16%;
	}
	.page .entry-header, .blog_page_header{
		padding: 260px 0 !important;
	}
}

@media screen and (min-width: 2048px) {
	.ms-slide-info{
		left: 18%;
	}
	.page .entry-header, .blog_page_header{
		padding: 294px 0 !important;
	}
}

@media screen and (min-width: 2550px) {
	.ms-slide-info{
		left: 25%;
	}
	.page .entry-header, .blog_page_header{
		padding: 370px 0 !important;
	}
}    
