* {
padding: 0px;
margin: 0px;
box-sizing: border-box;
}


body {
font-family: 'Jost';
}

a {
text-decoration: none;
font-family: "Outfit";
}

ul {
padding-left: 0px;
list-style: none;
margin-bottom:0px;
}


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

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

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


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

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

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

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

.wrapper{
margin-top:80px;
}

/* header-part */

.header{
position: fixed;
top: 0;
left: 0;
width: 100%;
transition:all 500ms ease-in-out;
-moz-transition:all 500ms ease-in-out;
-webkit-transition:all 500ms ease-in-out;
z-index: 999;
}

.fixed-header {    
top: 0px;
animation: smoothScroll 1s;
z-index: 999;
transition:all 500ms ease-in-out;
}

.topbar{
padding:10px 0px;
}

.error404 .topbar{
background: #181818;	
}

.logo img{
width:238px;
height:inherit;
transition:all 500ms ease-in-out;
}

.fixed-header .logo img{
width:170px;
height:inherit;
transition:all 500ms ease-in-out;
}

.fixed-header .topbar{
transition:all 500ms ease-in-out;
}

.fixed-header .topbar {
background: #181818;
box-shadow:0px 0px 5px 2px #0000004d;
}

.topbar-contact-info ul li{
float: left;
font-size: 14px;
color: #ffffff;
font-weight: 500;
font-family: "Jost";
position: relative;
padding-left:64px;
position: relative;
margin-right:25px;
}

.topbar-contact-info ul li:last-child{
margin-right:0px;
}

.topbar-contact-info ul li span{
width: 54px;
height: 54px;
border-radius: 50%;
background-color: #ffffff; 
display:flex;
align-items:center;
justify-content:center;
position:absolute; 
left:0px;  
}

.topbar-contact-info ul li a{
font-weight: 700;
font-family: "Rubik";
font-size:20px; 
color: #ffffff;
display:block;  
}

.header .read-more-btn{
padding:18px 36px;    
}

/* banner-sec */

.banner-sec{
position: relative;
}

.banner-sec:before{
background:url(../images/banner-light-bg.png) no-repeat 0 0;
position:absolute;
content:"";
width:100%;
height:100%;
top:0px;
left:0px;
mix-blend-mode:multiply;
z-index:1;
background-size:cover;
}

.banner-sec::after{
background:url(../images/banner-texture.png) no-repeat 0 0; 
position:absolute;
content:"";
width:574px;
height:100%;
top:0px;
left:0px;
mix-blend-mode:soft-light;
opacity:0.5; 
z-index:1;
}

.banner-content {
position: absolute;
width: 100%;
top: 50%;
transform: translateY(-50%);
z-index: 2;
}

.banner-part{
max-width:640px; 
}

.banner-heading{
font-size: 58px;
color: #ffffff;
font-weight: 600;
font-family: "Rubik";
line-height:1.3;
font-style:italic;
}

.banner-heading span{
background:#fff;
color:#0e6f7e;
display:inline-block;
position: relative;
clip-path: polygon(12% 0%, 100% 0%, 88% 100%, 0% 100%);
width: 56%;
padding: 0px 35px;
text-shadow:0px 3px 6px #00000099;
}


.banner-para{
font-size: 18px;
line-height: 26px;
color: #ffffff;
font-weight: 400; 
padding:20px 0px 30px;  
}

.read-more-btn{
background: #0e6f7e;
padding:18px 26px;
font-size: 16px;
color: #ffffff;
font-weight: 400;
font-family: "Jost";
transition:0.5s ease-in-out all 0s;
display:inline-block;
}

.read-more-btn:hover{
transition:0.5s ease-in-out all 0s;
background:#fff;  
color: #0e6f7e;
}

.page-id-35 .read-more-btn:hover, .error404 .read-more-btn:hover{
background:#181818;
color:#fff;	
}

/* wrap-sec */

.wrap-sec{
background:#0e6f7e; 
padding:10px 0px; 
position: relative; 
z-index:1;
}

.wrap-sec:before{
position:absolute;
content:"";
background:url(../images/wrap-top-texture.png) no-repeat 0 0;
width:100%;
height:100%;
top:-70px;
left:0px;
background-size:100%;
background-position:top;
z-index:-1; 
}

.wrap-sec:after{
position:absolute;
content:"";
background:url(../images/wrap-bottom-texture.png) no-repeat 0 0;
width:100%;
height:100%;
bottom:-70px;
left:0px;
background-size:100%;
background-position:bottom;
z-index:-1; 
}

.wrap-icon-body{
text-align:center;
}

.icon-box{
width: 98px;
height: 98px;
border-radius:50%;
background: #ffffff;
display:flex;
align-items:center;
justify-content:center;
margin:auto;
}

.wrap-heading{
font-size: 25px;
color: #ffffff;
font-weight: 600;
font-family: "Rubik";
padding:10px 0px 5px;
}

.wrap-para{
font-size: 16px;
line-height: 26px;
color: #ffffff;
font-weight: 400;
font-family: "Jost";
}

/* about-sec */

.about-sec{
margin-top:200px;
position: relative;
}

.about-sec:before{
position:absolute;
content:""; 
width:100%; 
height:100%;
background:url(../images/about-body-img.png) no-repeat 0 0;
background-position:top center;
top:-220px;
left:0px;
z-index:-1;
background-size:100%;
}

.about-left{
position: relative;
}

.about-img{
padding:0px 20px 20px 0px;  
}

.about-left:before{
position:absolute;
content:""; 
background:url(../images/about-img-shape.png) no-repeat 0 0;
width:310px;
height:100%;
right:0px;
bottom:0px; 
background-position:bottom right;
z-index:-1;
background-size:contain;
}

.exp-box{
background: #181818;
padding:20px 30px;
position:absolute;
left:0px;
bottom:30px;
display:flex;
align-items:center;
max-width:76%;
}

.exp-heading{
font-size: 28px;
line-height: 32px;
color: #ffffff;
font-weight: 600;
font-family: "Rubik"; 
margin-left:24px;  
}

.sub-heading{
font-size: 20px;
line-height: 32px;
text-transform: uppercase;
color: #ffffff;
font-weight: 600;
font-family: "Rubik";
clip-path: polygon(12% 0%, 100% 0%, 88% 100%, 0% 100%);
background: #0e6f7e;
display:inline-block;
width:200px;
text-align:center;
}

.main-heading{
font-size: 44px;
color: #303030;
font-weight: 600;
font-family: "Rubik";
line-height:1.2;
padding-top:8px;
}

.main-heading span{
color: #0e6f7e;  
}

.about-para{
font-size: 16px;
line-height: 26px;
color: #282828;
font-weight: 400;
padding:10px 0px 20px;  
}

.home-list ul li{
font-size: 16px;
line-height: 44px;
color: #282828;
font-weight: 500;
padding-left:40px;
position: relative;
}

.home-list ul li:before{
position:absolute;
content:"";
background: url(../images/home-list-icon.png) no-repeat 0 0;
width:29px;
height:27px;
background-size:contain;
left:0px;
top:10px;
}

.about-box{
background: #181818; 
padding:25px 10px 30px;
text-align:center;
max-width:174px; 
margin-left:35px; 
}

.about-box-heading{
font-size: 37px;
color: #ffffff;
font-weight: 600;
font-family: "Rubik";   
}

.about-box-para{
font-size: 16px;
letter-spacing: 0px;
line-height: 21px;
color: #ffffff;
font-weight: 400;
padding-bottom:15px;   
}

.about-sec .read-more-btn:hover{
background:#181818;
color:#fff;
}

/* cta-sec */

.cta-sec{
background:#0e6f7e;
padding:90px 0px;
position: relative;
z-index:1;
text-align:center;
}

.cta-sec:before{
position:absolute;
content:"";
background:url(../images/cta-texture.jpg) no-repeat 0 0; 
width:100%;
height:100%; 
top:0px;
left:0px;
background-size:cover;
mix-blend-mode:luminosity;
z-index:-1;
}

.cta-heading{
font-size: 51px;
color: #ffffff;
font-weight: 700;  
max-width:670px;
margin:auto;
}

.cta-para{
font-size: 16px;
line-height: 26px;
color: #ffffff;
font-weight: 400;
padding:10px 0px 30px; 
max-width:880px; 
margin:auto;
text-align:center;
}

.call-btn{
padding:18px 35px 18px 60px;
background:#fff;
font-size: 16px;
color: #0e6f7e;
font-weight: 400;
display:inline-block;
margin-right:10px;
position: relative;
transition:0.5s ease-in-out all 0s;
font-family: 'Jost';	
}

.call-btn:before{
position:absolute;
content:"";
background:url(../images/call-icon.png) no-repeat 0 0;
width:28px;
height:28px; 
top:15px; 
left:20px;
transition:0.5s ease-in-out all 0s;
background-size:contain;	
}

.call-btn:hover{
background:#181818;
color:#fff;
transition:0.5s ease-in-out all 0s;  
}

.call-btn:hover::before{
filter:brightness(0) invert(1);  
}

/* service-sec */

.service-sec{
background:#e5f8ff; 
padding:80px 0px; 
position: relative;
z-index:1;
}

.service-sec:before{
position:absolute;
content:""; 
background:url(../images/service-texture.jpg) no-repeat 0 0;
width:100%;
height:100%;
background-size:cover;
top:0px;
left:0px;
mix-blend-mode:multiply;
z-index:-1;  
}

.service-img-box{
margin-top:45px;
position: relative;
z-index:1;
}

.service-icon{
position:absolute;
content:""; 
background:url(../images/service-shape.png) no-repeat 0 0; 
width:87px;
height:87px;
left:0px;
top:0px;
padding:7px;
}

.service-heading{
font-size: 16px;
color: #ffffff;
font-weight: 600;  
background:#0e6f7e;
padding:9px 10px;
text-align:center;
position:absolute;
left:0px;
bottom:0px;
width:100%;
}

/* what-we-do-sec */

.what-we-do-sec .sub-heading{
width:220px;
}

.what-we-do-sec .about-para{
padding-top:5px;
}

.package-box{
filter: drop-shadow(-0.035px 2px 10.5px rgba(20,20,20,0.16));
background: #ffffff;
padding:30px 16px;
margin-top:20px; 
height:96%;
}

.package-box1{
border-top:6px solid #0e6f7e;    
}
.package-box2{
border-top:6px solid #d90909;    
}
.package-box3{
border-top:6px solid #f8a547;    
}
.package-box4{
border-top:6px solid #b06cc3;    
}


.package-box-heading{
font-size: 23px;
color: #2b2b2b;
font-weight: 600;
font-family: "Rubik";
text-align: center;   
}

.package-box-para{
font-size: 16px;
line-height: 26px;
color: #2b2b2b;
font-weight: 400; 
text-align: center; 
padding:5px 0px 15px;  
}

.package-list ul{
padding:0px 5px;
}

.package-list ul li{
font-size: 16px;
line-height: 32px;
color: #2b2b2b;
font-weight: 400;
padding-left:32px;
position: relative;   
}

.package-list ul li:before{
position:absolute;
content:""; 
background:url(../images/package-list.png) no-repeat 0 0;
width:18px;
height:16px;
background-size:contain;
left:0px;
top:8px;  
}

/* work-sec */

.work-sec{
background:#121212; 
padding:70px 0px;
position: relative;
z-index:1;  
}

.work-sec:before{
position:absolute;
content:""; 
background:url(../images/work-texture.jpg) no-repeat 0 0;
width:100%;
height:100%;
background-size:cover;
left:0px;
top:0px;
mix-blend-mode:color-dodge;
opacity:0.3;
z-index:-1;  
}

.work-icon-body{
text-align:center;
margin-top:50px;    
}

.work-icon-body1{
position: relative; 
z-index:1;   
}

.work-icon-body1:before{
position: absolute; 
content:"";
background:url(../images/work-arrow1.png) no-repeat 0 0;
width:100%; 
height:67px; 
top:10px;
left:74%;
z-index:-1; 
}

.work-icon-body2{
position: relative; 
z-index:1;   
}

.work-icon-body2:before{
position: absolute; 
content:"";
background:url(../images/work-arrow2.png) no-repeat 0 0;
width:100%; 
height:67px; 
top:70px;
left:74%;
z-index:-1; 
}

.work-icon-box{
width: 147px;
height: 147px;
border-radius:50%;
background: #ffffff; 
display:flex;
align-items:center;
justify-content:center;
margin:auto;   
}

.work-heading{
font-size: 24px;
color: #ffffff;
font-weight: 600;
font-family: "Rubik";
text-align: center; 
padding:20px 0px 30px; 
position: relative; 
}

.work-heading:before{
position:absolute;
content:""; 
background:#0e6f7e;  
height:7px;
width:50%;
left:50%;
bottom:12px;
transform:translateX(-50%);
}

.work-para{
font-size: 16px;
line-height: 26px;
color: #ffffff;
font-weight: 400;   
}

/* testimonial-sec */

.sp-testimonial-free-section.swiper-initialized, .sp-testimonial-free-section:not(.swiper-initialized,.tfree-layout-grid){
margin:0px !important; 
}

.sp-testimonial-free{
background-color: #edfaff !important;  
padding:80px 32px 39px !important; 
filter:drop-shadow(-0.122px -0.001px 4px rgba(8,8,8,0.19));
margin:35px 10px 40px;
background-image:url(../images/star.png) !important;
background-repeat:no-repeat !important;
background-position:32px 35px !important;
position: relative;
}

.sp-testimonial-free:before{
position:absolute;
content:"";
background:url(../images/quote.png) no-repeat 0 0; 
width:82px;
height:88px;  
right:25px;
top:25px;
background-size:contain;	
}

.sp-testimonial-free:after{
position:absolute;
content:"";
width:83px; 
height:34px; 
background:#edfaff; 
clip-path: polygon(75% 0, 0 0, 100% 100%);
bottom:-33px;
right:27px;
}

.sp-testimonial-content strong{
font-size: 26px;
color: #303030;
font-weight: 600;
font-family: "Rubik";
padding-bottom:12px;
display:inline-block;
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial, .sp-testimonial-free-section .sp-testimonial-client-testimonial p{
font-size: 16px !important;
line-height: 26px !important;
color: #303030 !important;
font-weight: 400 !important; 
text-align:left !important;  
padding:0px !important; 
}

.sp-testimonial-client-name{
font-size: 18px !important;
color: #303030 !important;
font-weight: 600 !important;
font-family: "Rubik" !important;  
text-align:left !important; 
margin-bottom:0px !important; 
}

.sp-testimonial-client-designation{
font-size: 16px !important;
color: #0e6f7e !important;
font-weight: 400 !important;
font-style: italic !important;
font-family: "Jost" !important;
text-align:left !important;    
}

/* booking-sec */

.booking-sec{
background:url(../images/booking-img.jpg) no-repeat 0 0; 
padding:70px 0px;
position: relative;
z-index:1; 
background-size:cover;  
}


.booking-sec:before{
position:absolute;
content:"";
background:url(../images/car1.png) no-repeat 0 0;
width:469px; 
height:100%; 
bottom:-18%;
left:0px;  
background-position:bottom left;
z-index:-1;
background-size:contain;
}

.booking-sec:after{
position:absolute;
content:"";
background:url(../images/car2.png) no-repeat 0 0;
width:462px; 
height:100%; 
bottom:-23%;
right:0px;  
background-position:bottom right;
z-index:-1;
background-size:contain;
}


.booking-sec .cta-para{
max-width:496px;
}

/* footer-sec */

.footer-sec{
background:#e1f6ff;
padding:60px 0px 20px;
}

.page-id-7 .footer-sec{
padding:150px 0px 20px;	
}

.footer-heading{
font-size: 20px;
color: #0e6f7e;
font-weight: 700;
font-family: "Rubik";
padding-bottom:30px;  
position: relative; 
display:inline-block;
}

.footer-heading:before{
position:absolute;
content:"";
background:#0e6f7e;
height:4px;
width:100%;
left:0px;
bottom:20px;    
}

.footer-list ul li{
font-size: 16px;
line-height: 30px;
font-weight: 400; 
padding-left:24px;
position: relative;
}

.footer-list ul li:before{
position:absolute;
content:"";
width:15px;
height:15px;
background:url(../images/footer-list.png) no-repeat 0 0;
left:0px;
top:8px;  
background-size:contain; 
}

.footer-list ul li a{
color: #010101;
transition:0.3s ease-in-out all 0s;
font-family: 'Jost';
}

.footer-list ul li a:hover{
color:#0e6f7e;
transition:0.3s ease-in-out all 0s;   
}

.footer-para{
font-size: 16px;
line-height: 30px;
color: #010101;
font-weight: 400;    
}

.footer-para span{
font-weight:600;
display:block;
}

.contact-info ul li{
font-size: 16px;
line-height: 30px;
font-weight: 400; 
color: #010101; 
position: relative;
padding-left:30px;
margin-bottom:5px;  
}

.contact-info ul li img{
position:absolute;
left:0px; 
top:6px;  
}

.contact-info ul li a{
font-family: 'Jost';
transition:0.3s ease-in-out all 0s;
color: #010101;
}

.contact-info ul li a:hover{
color:#0e6f7e;
transition:0.3s ease-in-out all 0s;
}

.copyright{
background:#0d6f7d; 
padding:10px 15px;
text-align:center; 
color:#fff;  
}

/* scroll to top */

#top {
background:#181818;
border-radius: 8px;
padding:5px;
bottom: 0;
color: #ffffff;
height: 55px;
position: fixed;
right: 20px;
bottom: 50px;
text-align: center;
text-transform: uppercase;
width: 55px;
opacity: 0;
z-index:999;
font-size: 0;
border: 0;
transition: all 0.2s ease-in-out 0s;
cursor: pointer;
outline: none;

.fa-chevron-up {
line-height: 35px;
-webkit-font-smoothing: antialiased;
font-family: "FontAwesome";
font-size: 22px;}
}
#top.show {
opacity: 1;
}


.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;
max-width: 100% !important;
padding: 270px 0 110px !important;
margin:0px !important;
position: relative;
overflow: hidden;
text-align: center;	
}
.page .entry-header:before, .blog_page_header:before {
background: rgba(0, 0, 0, 0.7);
position: absolute;
content: "";
top: 0;
right: 0;
bottom: 0;
left: 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: #fff;
position: relative;
font-size: 32px;
font-weight: 600;
text-transform: none;
z-index: 99;
margin-bottom: 3px;
}
.breadcrumb-container {
width: 100%;
color: #fff;
position: relative;
font-size: 15px;
}
.breadcrumb-container a {
color:#0e6f7e;
font-family: 'Jost';	
}
.page {
margin-top: 0 !important;
}

/* footer-fixed */

.footer-fixed-buttons {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
text-align: center;
z-index: 99;
}

.footer-btn1 {
background:#0e6f7e;
color: #fff !important;
width: 50%;
float: left;
padding: 10px 0;
font-size:18px;	
font-family: 'Jost';	
}

.footer-btn2 {
background:#181818;
color: #fff !important;
width: 50%;
float: left;
padding: 10px 0;
font-size:18px;		
font-family: 'Jost';	
}

/* error message */

.error_container {
display: flex;
min-height: 100vh;
align-items: center;
text-align: center;
margin-top:100px;
}

/* inner-pages */

.inner-sec{
margin-top:60px;	
}

.inner-heading{
font-size:28px;
font-family: "Rubik";
font-weight:600;
color:#fff;	
}

.inner-heading span{
color:#fff;	
}

/* contact us */


.pum-theme-41 .pum-container, .pum-theme-lightbox .pum-container{
background-color:inherit !important;
padding:0px !important;
box-shadow:inherit !important;
border:inherit !important;	
}


.ref_form_box{
padding: 35px;
background:#0e6f7e; 
}

.ref_form_box .inner-heading p{
margin-bottom:0px !important;
}

.ref_form_box p{
margin-bottom:4px !important; 
}

.ref_form_box_input p{margin-bottom:0px;}

.ref_form_box_input input, .ref_form_box_input .wpcf7-select {
border-radius:0px;
background: #fff;
border: 1px solid #e1e1e1;
font-size: 15px;
color: #282828;
font-weight: 400;
padding:10px 15px;
width:100%;	
outline:none;	
}

.ref_form_box_input .wpcf7-select{
padding:11px 15px;
color:#282828;	
}

.ref_form_box_input .wpcf7-file{
padding:9px 15px;     
}

.ref_form_box_input textarea {
border-radius:0px;
height:90px;
background: #fff;
border: 1px solid #e1e1e1;
font-size: 15px;
color: #282828;
font-weight: 400;
padding:12px 15px;
}


::placeholder{color:#282828 !important;}

.wpcf7-submit{
padding:12px 30px !important;
background:#fff !important;
border-radius:0px !important;	
font-size: 15px !important;
text-transform: uppercase !important;
color: #181818 !important;
font-weight: 600 !important;
display:inline-block !important;
margin-top:10px !important;
transition:0.5s ease-in-out all 0s !important;
}

.wpcf7-submit:hover, .wpcf7-submit:active, .wpcf7-submit:focus{
transition:0.5s ease-in-out all 0s !important;   
background:#181818 !important;
color:#fff !important;	
}

/* responsive */

@media only screen and (max-width : 767px) {
.booking-sec:before, .booking-sec:after, .about-sec:before{display:none;}
.banner-sec::after{width:95%;}
.banner-content{top:55%;}	
.banner-heading{font-size:24px !important;}	
.banner-heading span{width:60% !important;}	
.wrap-sec:before{top:-24px !important;}	
.wrap-sec:after{bottom:-24px !important;}	
.about-sec{margin-top:80px !important;}	
.call-btn{display:none;}
.page-id-7 .footer-sec{padding:60px 0px 20px !important;}	
}

@media only screen and (min-width : 300px) and (max-width : 1023px) {
.topbar-contact-info{display:none;}
.work-icon-body1:before, .work-icon-body2:before{display:none;}
.wrap-sec:before{top:-56px;}
.wrap-sec:after{bottom:-56px;}
.about-box{max-width:100%;margin-left:0px;}	
.copyright{padding-bottom:60px;}
.top-button{bottom:80px !important;}	
}

@media only screen and (min-width : 300px) and (max-width : 1024px) {
.topbar{padding:7px 0px;}	
.fixed-header .logo img, .logo img{width:140px;}	
.banner-sec img{height:550px;object-fit:cover;}
.banner-part{max-width:500px;}
.banner-heading{font-size:30px;line-height:1.5}
.banner-heading span{width:44%;}
.banner-para{font-size:16px;}
.read-more-btn{padding:12px 26px !important;}
.wrapper{margin-top:50px;}	
.about-sec{margin-top:150px;}	
.about-sec:before{top:-150px;}
.exp-box{max-width:90%;padding:20px;}
.exp-box img{width:50px;}	
.sub-heading, .what-we-do-sec .sub-heading{font-size:16px;width:170px;}	
.exp-heading{font-size:18px;line-height:26px;margin-left:15px;}	
.main-heading{font-size:30px;}	
.home-list ul li{line-height:38px;}	
.home-list ul li:before{width:24px;}
.cta-sec, .service-sec, .work-sec, .booking-sec{padding:50px 0px;}	
.call-btn{padding:12px 20px 12px 50px;}	
.call-btn:before{width:22px;top:13px;}
.service-img-box{margin-top:24px;}	
.work-icon-body{margin-top:30px;}
.sp-testimonial-free:before{width:50px;}
.sp-testimonial-content strong{font-size:20px;padding-bottom:8px;}	
.booking-sec:before, .booking-sec:after{width:250px;}	
.footer-logo img{width:220px;}
.page-id-7 .footer-sec{padding:90px 0px 20px;}
.footer-sec{padding-top:50px;}
.ref_form_box{padding:30px;}	
.inner-heading{font-size:23px;}	
}


/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1199px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
.about-sec .read-more-btn{margin-top:24px;}
.topbar-contact-info ul li{margin-right:10px;}
.topbar-contact-info ul li a{font-size:16px;}	
.call-btn{padding:12px 20px 12px 50px;}	
.read-more-btn{padding:12px 26px !important;}
.fixed-header .logo img, .logo img{width:190px;}	
}


/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1199px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
.about-sec .read-more-btn{margin-top:24px;}
.topbar-contact-info ul li{margin-right:10px;}
.topbar-contact-info ul li a{font-size:16px;}
.call-btn{padding:12px 20px 12px 50px;}	
.read-more-btn{padding:12px 26px !important;}
.fixed-header .logo img, .logo img{width:190px;}	
}

@media screen and (min-width: 1424px) {
.work-icon-body1:before, .work-icon-body2:before{left:79%;}
}

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

}

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

}

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

}

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

}

