body{
	margin:0;
	padding:0;
	font-family: 'Poppins';
	scroll-behavior: smooth !important;
}
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;
    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 6px #827f7f;
    z-index: 999;
}
.fixed-header .logo img {
    width: 160px;
}
.fixed-header .menu ul li a{
    padding: 28px 0;
}
.top-bar{
    background-image: linear-gradient(89deg, #054f6d 0%, #0f97c3 100%, #0f97c3 100%);
    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: 5px;
    font-weight: 500;
    color: #fff;
    margin-right: 22px;
    font-size: 14px;
}
.ad1 span a{
    color: #fff;
    transition: ease 0.5s all 0s;
}
.ad1 span a:hover{
    color:#01a0c0;
}
.ad1 span:last-child{
    margin-right: 0;
}
.social{
    display: inline-flex;
    gap: 10px;
}
.logo img{
    width: 220px;
    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;
    vertical-align: middle;
    margin-right: 26px;
}
.menu ul li:last-child{
    margin-right: 0;
}
.menu ul li a{
    display: block;
    padding: 34px 0;
    color: #010006;
    text-transform: none;
    font-size: 14px;
    font-weight: 600;
    transition: ease 0.5s all 0s;
}
.menu ul li a.active, .menu ul li a:hover{
    color:#096f94;
}
.get-btn{
    display: inline-block;
    vertical-align: middle;
    background: linear-gradient(89deg, #004f6f 0%, #00a5c5 100%);
    border: 2px solid #010006;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 35px;
    margin-left: 40px;
    transform: skewX(-25deg);
    transition: ease 0.8s all 0s;
}
.get-btn span{
    transform: skewX(25deg);
    display: block;
}
.get-btn:hover, .banner-btn a:hover{
/*     background: linear-gradient(90deg,rgba(0, 149, 181, 1) 33%, rgba(0, 79, 112, 1) 83%); */
	box-shadow: inset 200px 0 #005373;
}
.banner{
    margin-top: 134px;
    position: relative;
    overflow: hidden;
}
.banner img{
    width: 100%;
}
.banner:before{
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,rgba(255, 255, 255, 0.52) 25%, rgba(130, 18, 18, 0) 53%);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}
.banner-content{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.banner-part{
    max-width: 500px;
}
.banner-small{
    font-size: 30px;
    font-weight: bold;
    color: #010006;
    text-transform: uppercase;
}
.banner-title{
    font-size: 70px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 75px;
    margin-top: 5px;
    background: linear-gradient(180deg,rgba(0, 149, 181, 1) 38%, rgba(0, 79, 112, 1) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: black;
}
.banner-text{
    font-size: 16px;
    color: #000;
    margin-top: 5px;
    padding-right: 10%;
    font-weight: 500;
}
.banner-btn a{
    display: inline-block;
    background: linear-gradient(89deg, #004f6f 0%, #00a5c5 100%);
    border: 2px solid #010006;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 35px;
    margin-top: 20px;
    transform: skewX(-25deg);
    transition: ease 0.8s all 0s;
}
.banner-btn a span{
    transform: skewX(25deg);
    display: block;
}
.about-sec{
    background: url(../images/shape1.png) no-repeat top right;
    padding: 75px 0;
    position: relative;
}
.about-left{

}
.we-go-sec{
  background: url(../images/shape1.png) no-repeat top right;
  padding: 40px 0 80px;
  position: relative;
}
.about-small{
    font-size:22px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 25px;
    background: linear-gradient(180deg,rgba(0, 149, 181, 1) 38%, rgba(0, 79, 112, 1) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}
.about-title{
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 34px;
    color: #000000;
    margin-top: 8px;
}
.about-text{
    color: #000000;
    margin-top: 10px;
}
.about-text ul{
	margin:10px 0 0;
	padding:0;
}
.about-text ul li{
	background: url(../images/tick.png) no-repeat;
	padding-left: 28px;
	list-style: none;
	margin-top: 5px;
	background-size: 22px;
}
.about-right{
    padding-right: 3%;
}
.about-right img{
    width: 100%;
}
.box3-top{
	margin-top:20px;
}
.box3{
	text-align:center;
	box-shadow: 0 2px 6px -2px #929292;
	border-radius: 5px;
	background:#fff;
	overflow: hidden;
	min-height: 100%;
}
.pic2 img{
	width:100%;
}
.box3-title{
	font-size:18px;
    font-weight: 600;
    line-height:24px;
    background: linear-gradient(180deg,rgba(0, 149, 181, 1) 38%, rgba(0, 79, 112, 1) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	padding:12px 0;
}


.service-sec{
    background: url(../images/service-bg.jpg) no-repeat center top;
    background-size: cover;
    height: 430px;
    padding: 54px 0 0;
    margin-bottom:18%;
}
.service-sec .about-small{
    -webkit-text-stroke-color: #ffffff96;
}
#service-slider{
    margin-top: 25px;
}
#service-slider .item{
    background: #fff;
    margin: 8px;
    box-shadow: 0 4px 11px -4px #a1a0a0;
    min-height: 100%;
    overflow: hidden;
}
#service-slider .owl-stage-outer {
  padding-bottom: 25px;
}
#service-slider .owl-stage{
	display:flex;
}
.pic{
    padding: 10px;    
}
.pic img{
    width: 100%;
    border-radius:9px;
}
.serv-content{
    padding: 2px 12px 4px;
    text-align: center;
}
.serv-title {
  font-size: 18px;
  font-weight: bold;
  color: #3b4046;
   background: linear-gradient(180deg,rgba(0, 149, 181, 1) 38%, rgba(0, 79, 112, 1) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;	
}
.serv-text{
    font-size: 14px;
    color: #3b4046;
    margin-top: 5px;
}
#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: -40px;
}
#service-slider .owl-next{
	right: -40px;
}
#service-slider .owl-prev span, #service-slider .owl-next span{
    font-size: 80px;
    line-height: 20px;
    width: 40px;
    height: 40px;
    display: block;
    padding: 7px 0;
    border-radius: 50%;
    color: #fff;
}
#service-slider .owl-dots{
    display: none;
}
.contact-us-sec{
    background: url(../images/contact-bg.jpg) no-repeat;
    background-size: cover;
    padding: 38px 0;
}
.box1{
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
}
.box1 span{
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 3px;
}
.box1 img{
    background: #fff;
    border-radius: 50%;
}
.box1 a{
    color: #fff;
    transition: ease 0.5s all 0s;
}
.box1 a:hover {
    color: #000;
}
.box1-top:last-child .box1{
    padding-left:25%;
}
.choose-us-sec{
    padding: 70px 0;
    background: url(../images/shape2.png) no-repeat center top;
    position: relative;
    z-index: 1;
    background-size: contain;
}
.box2-top{
    margin-top: 35px; 
}
.box2{
    text-align: center;
}
.icon{
    width: 135px;
    height: 104px;
    background: #01a0c0;
    transform: skewX(-14deg);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 7px solid #fff;
    outline: 2px dashed #01a0c0;
    margin: 0 auto;
}
.icon span{
    display: block;
    transform: skewX(14deg);
}
.box2-title{
    font-size: 16px;
    font-weight: bold;
    color: #3b4046;
    margin-top: 20px;
    line-height: 1.2;
}
.form-sec{
    background: #f4f4f4;
}
.form-right img{
	width:100%;
	object-fit:cover;
}
.form-left{
    display: flex;
    align-items: center;
    padding-right: 9%;
}
.form-part{
    margin-top: 30px;
}
.frm_fld input {
	width: 100%;
	padding: 12px 15px;
	border: none !important;
	margin-top: 14px;
	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: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;
	background:#fff;
}
.frm_fld textarea {
	width: 100%;
	height: 104px;
	padding: 12px 15px;
	background: #fff;
	color: #000;
	margin-top: 14px;
	border-radius: 5px;
	border: none !important;
	resize: none;
}
.send_btn{
	display: block;
	color: #fff !important;
	padding: 9px 0 !important;
	background: linear-gradient(89deg, #004f6f 0%, #00a5c5 100%);
	border: 2px solid #010006 !important;
	margin-top: 22px;
	margin-left: 20px;
	transform: skewX(-25deg);
	text-transform: none !important;
	width: 136px;
	height: 44px;	
}
.send_btn input{
	width: 100%;
	transform: skewX(25deg);
	display: block;
	background:transparent !important;
	padding:0 !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	text-align:center;
	margin: 0 auto;
	text-transform:none !important;
}
.frm_fld p, .send_btn p {
	margin-bottom:0
}
.testimonial-sec{
    padding: 70px 0;
    background: url(../images/shape3.png) no-repeat right top;
    background-size: contain;
}
.testi-part{
	margin-top: 30px
}
.sp-testimonial-free-section.swiper-initialized, .sp-testimonial-free-section:not(.swiper-initialized, .tfree-layout-grid){
	margin:0 30px !important;
}
.sp-testimonial-free-wrapper {
	overflow: inherit !important;
	padding-bottom: 15px;
}
.sp-testimonial-free{
	background: linear-gradient(180deg,rgba(214, 248, 255, 1) 40%, rgba(255, 255, 255, 1) 91%) !important;
	margin:10px !important;
	padding:20px 24px 20px;
	position: relative;
	border-radius: 8px !important;
}
.sp-testimonial-client-rating{
	position:absolute;
	top: 38px;
	left:50%;
	transform:translatex(-50%);
}
.sp-testimonial-client-testimonial p{
	color:#000 !important;
	line-height: 24px !important;
	padding:0 !important;
	margin:0 !important;
	margin-top:45px !important;
}
.sp-testimonial-client-name{
	text-align: right !important;
	color: #2f2f2f !important;
	font-size: 17px !important;
	font-weight:600 !important;
	font-style: italic !important;
}
.testimonial-nav-arrow{
	font-size: 55px !important;
	top: 64% !important;
}
.testimonial-nav-arrow.swiper-button-prev{
	left: -20px !important;
}
.testimonial-nav-arrow.swiper-button-next{
	right:-20px !important;
}
.footer{
    background: #04374a;
    padding: 40px 0 15px;
}
.foot_title{
    font-size: 20px;
    color: #009fbf;
    font-weight: 600;
    margin-bottom: 10px;
}
.foot1{
    margin: 0;
    padding: 0;
}
.foot1 li{
    color: #fff;
    list-style: none;
    margin-bottom: 5px;
    font-size: 14px;
	font-weight: 500;
}
.foot1 li a{
    color: #fff;
    transition: ease 0.5s all 0s;
}
.foot1 li a:hover{
    color: #01f6f6;
}
.foot1.second li{
    display: flex;
    margin-bottom: 12px;
    align-items: center;
    gap: 6px;
}
.foot1.second li img{
    margin-right: 4px;
    background: #009fbf;
    border-radius: 50%;
}
.foot_left{
    padding-left: 4%;
}
.hrs{
	display:block;
	font-weight: 500;
	font-size: 14px;
}
.copyright{
    padding: 15px 0 0;
    font-size: 14px;
    color: #fff;
    border-top: 1px solid #ffffff1a;
    text-transform: uppercase;
    margin-top: 25px;
}
.copyright img {
    width: 140px;
    padding-left: 5px;
    margin-top: -6px;
}
.copyright a{
    color: #e51f25;
}
.foot_social img{
    width: 35px;
}

#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;
}
.site-content, .site-main .widecolumn {
   margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
	display:none;
}
.page .entry-content {
   max-width:100% !important;
   padding:0px !important;
}
.content-area, .content-sidebar {
   padding-top: 0px !important;
}
.page-id-20 .header, .page-id-20 .footer, .error404 .header, .error404 .footer{
	display:none;
}
.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer_btn1 {
	background:#009fbf;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
	font-weight:600;
	text-transform: uppercase;
	font-size: 15px;
}
.footer_btn3 {
	background: #262525;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
	font-weight:600;
	text-transform: uppercase;
	font-size: 15px;
}
.back-btn a {
	display: inline-block;
	background: linear-gradient(89deg, #004f6f 0%, #00a5c5 100%);
	border: 2px solid #010006;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 35px;
	margin-top: 20px;
	transform: skewX(-25deg);
}
.back-btn a span{
	transform: skewX(25deg);
	display: block;
}
.error_container {
	align-items: center;
	padding: 55px 0 0;
	text-align: center;
}
.owl-carousel .owl-item img {
    height: 224px;
    object-fit: cover;
}

/*Responsive*/
@media only screen and (min-width : 320px) and (max-width : 666px) {
	.banner-content {
		position: relative;
		top: 0;
		transform: none;
		width: 100%;
		margin-top: 20px;
	}
}
@media only screen and (min-width : 320px) and (max-width : 1023px) {
	.top-bar, .menu{
		display:none;
	}
	.header{
		padding:10px 0;
	}
	.get-btn{
		position: fixed;
		top: 13px;
		right: 60px;
		transform: none;
		padding: 8px 19px;
		font-size: 13px;
	}
	.get-btn span {
		transform: none;
	}
	.logo img, .fixed-header .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: 66px;
	}
	.banner::before{
		display:none;
	}
	.banner-small{
		font-size: 24px;
	}
	.banner-title {
		font-size: 40px;
		line-height: 40px;
	}
	.banner-text{
		padding-right: 0;
	}
	.banner-btn a{
		margin-left: 10px;
	}
	.about-sec{
		padding:35px 0;
	}
	.about-small{
		font-size:18px;
		line-height: 20px;
	}
	.about-title{
		font-size: 24px;
		line-height: 28px;
	}
	.about-text{
		margin-top: 7px;
		font-size: 15px;
	}
	.about-right{
		padding-right: 0;
		margin-top: 20px;
	}
	.box3-title {
		font-size: 16px;}
	.service-sec{
		height: auto;
		padding: 35px 0 0;
		margin-bottom:8%;
	}
	#service-slider .owl-prev, #service-slider .owl-next{
		display:none;
	}
	.contact-us-sec{
		padding: 15px 0 25px;
	}
	.box1-top{
		margin-top:10px;
	}
	.box1-top:last-child .box1 {
		padding-left: 0;
	}
	.box1{
		font-size: 16px;
	}
	.box1 img{
		width: 50px;
	}
	.choose-us-sec{
		padding: 35px 0;
	}
	.box2-top{
		margin-top: 25px; 
	}
	.icon{
		width: 130px;
		height: 90px;
	}
	.icon img{
		width:55px;
	}
	.form-sec{
		padding: 35px 0 0;
	}
	.form-left{
		padding-right: 3%;
	}
	.form-part{
		margin-top: 8px;
	}
	.form-right{
		margin-top:30px;
	}
	.testimonial-sec{
		padding:35px 0 20px;
	}
	.testi-part{
		margin-top: 15px;
	}
	.testimonial-nav-arrow.swiper-button-prev{
		left: -6px !important;
	}
	.testimonial-nav-arrow.swiper-button-next{
		right:-6px !important;
	}
	.footer{
		padding: 20px 0 60px;
	}
	.foot_title{
		font-size: 18px;
		margin-top: 10px;
	}
	.foot_left{
		padding-left: 12px;
	}
	.copyright{
		margin-top: 18px;
		font-size: 12px;
		text-align:center;
	}
	.copyright span{
		display:block;
		margin-top: 2px;
	}
	.copyright span img{
		width: 118px;
	}
	.foot_social{
		margin-top:15px;
	}
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.about-right{
		margin-top: 30px !important;
	}
	#service-slider .owl-prev, #service-slider .owl-next {
		display: none !important;
	}
	.box3-top{
		width:50%;
	}
	.copyright{
		text-align: center !important;
		font-size: 13px !important;
	}
	.copyright span{
		display:block !important;
		margin-top: 2px !important;
	}
	.foot_social{
		margin-top:15px !important;
	}
	.foot_social img{
		width: 35px !important;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.get-btn{
		right: 70px;
	}
	.banner::before{
		display:block;
		background: linear-gradient(90deg,rgba(255, 255, 255, 0.52) 37%, rgba(130, 18, 18, 0) 74%);
	}
	.serv-title{
		font-size: 16px;
	}
	.serv-text{
		font-size: 13px;
	}
	#service-slider .owl-prev, #service-slider .owl-next {
		display: block;
	}
	#service-slider .owl-prev {
		left: -30px;
	}
	#service-slider .owl-next {
		right: -30px;
	}
	.copyright{
		text-align: left;
	}
	.copyright span{
		display:inline-block;
		margin-top: 0;
	}
	.foot_social {
		margin-top: 0;
	}
	.foot_social img{
		width: 28px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.menu ul li{
		margin-right: 15px;
	}
	.get-btn{
		margin-left: 26px;
		padding: 8px 20px;
	}
	.serv-title{
		font-size: 16px;
	}
}

/* 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{
		right: 70px;
	}
	.banner::before{
		display:block;
		background: linear-gradient(90deg,rgba(255, 255, 255, 0.52) 37%, rgba(130, 18, 18, 0) 74%);
	}
	.serv-title{
		font-size: 16px;
	}
	.serv-text{
		font-size: 13px;
	}
	#service-slider .owl-prev, #service-slider .owl-next {
		display: block;
	}
	.copyright{
		text-align: left;
	}
	.copyright span{
		display:inline-block;
		margin-top: 0;
	}
	.foot_social {
		margin-top: 0;
	}
	.foot_social img{
		width: 28px;
	}
}

@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) {
	.menu ul li{
		margin-right: 15px;
	}
	.get-btn{
		margin-left: 26px;
		padding: 8px 20px;
	}
	.serv-title{
		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: 15px;
	}
	.get-btn{
		margin-left: 26px;
		padding: 8px 20px;
	}
	.serv-title{
		font-size: 16px;
	}
	.foot_social img{
		width: 35px;
	}
}

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

}

@media screen and (min-width: 1624px) {
	.form-left{
		padding-right: 11%;
	}
}

@media screen and (min-width: 1920px) {
	.form-left{
		padding-right: 16%;
	}
}

@media screen and (min-width: 2048px) {
	.form-left{
		padding-right: 19%;
	}
}

@media screen and (min-width: 2550px) {
	.form-left{
		padding-right:25%;
	}
}
