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

/* <style>
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
font-family: "Poppins", sans-serif;
</style>     */

body {
font-family: "Poppins";
overflow-x:hidden;
}

a {
text-decoration: none !important;
}

ul {
padding: 0px !important;
list-style: none !important;
margin:0px !important;
}

img{
max-width:100%;
height:auto;  
}

@font-face {
font-family: "Poppins";
src: url("../fonts/Poppins-Light.eot");
src: url("../fonts/Poppins-Light.eot?#iefix") format("embedded-opentype"),
url("../fonts/Poppins-Light.woff2") format("woff2"),
url("../fonts/Poppins-Light.woff") format("woff"),
url("../fonts/Poppins-Light.ttf") format("truetype"),
url("../fonts/Poppins-Light.svg#Poppins-Light") format("svg");
font-weight: 300;
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;
}

@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-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-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: 'Delicate Little Flower';
src: url('../fonts/DelicateLittleFlower.eot');
src: url('../fonts/DelicateLittleFlower.eot?#iefix') format('embedded-opentype'),
url('../fonts/DelicateLittleFlower.woff2') format('woff2'),
url('../fonts/DelicateLittleFlower.woff') format('woff'),
url('../fonts/DelicateLittleFlower.ttf') format('truetype'),
url('../fonts/DelicateLittleFlower.svg#DelicateLittleFlower') format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
}

.wrapper{
margin-top:60px;
}

/* btn */

.btn1, .form-bg .wpcf7-submit, .contact-form .wpcf7-submit, .more-link{
border-radius: 3px;
background: #e3d900;
padding:12px 50px;
font-size: 15px;
color: #1f1f1f;
font-weight: 500;
display:inline-block;
width:max-content;
transition:0.5s ease-in-out all 0s;
}

.btn1:hover,
.form-bg .wpcf7-submit:hover,
.form-bg .wpcf7-submit:active,
.form-bg .wpcf7-submit:focus,
.contact-form .wpcf7-submit:hover,
.contact-form .wpcf7-submit:active,
.contact-form .wpcf7-submit:focus,
.more-link:hover
{
box-shadow:inset 0 80px #111111;
color:#e3d900;   
transition:0.5s ease-in-out all 0s;
}

.btn2, .contact-btn .wpcf7-submit{
border-radius: 3px;
background: #fff;
padding:10.5px 24px;
font-size: 15px;
color: #1f1f1f;
font-weight: 500;
display:inline-block;
width:max-content;
transition:0.5s ease-in-out all 0s;
}

.btn2:hover, .menu-btn:hover,
.contact-btn .wpcf7-submit:hover,
.contact-btn .wpcf7-submit:active,
.contact-btn .wpcf7-submit:focus
{
box-shadow:inset 0 80px #e3d900;
color:#111111;   
transition:0.5s ease-in-out all 0s;  
}

.menu-btn{
background:#111111;
border-radius: 4px; 
padding:13px 20px;
font-size: 15px;
text-transform: uppercase;
color: #fef200;
font-weight: 500; 
transition:0.5s ease-in-out all 0s;
display:inline-block;	
}

.service-sec .btn1, .about-sec .btn1, .banner-btns .btn1{
display:inline-block;
position: relative;
padding:12px 64px 12px 50px;
}

.service-sec .btn1{
padding:12px 50px 12px 18px;	
}

.service-sec .btn1:before{
right:20%;	
}

.service-sec .btn1:before, .about-sec .btn1:before, .banner-btns .btn1:before{
position:absolute;
content:""; 
width: 8px;
height: 9px;
background: #000000;
clip-path: polygon(100% 50%, 0 1%, 0 96%);
right:23%;
top:50%;
transform:translate(0, -50%);
transition:0.5s ease-in-out all 0s;
}

.service-sec .btn1:hover:before, .about-sec .btn1:hover:before, .banner-btns .btn1:hover:before{
background:#e3d900; 
transition:0.5s ease-in-out all 0s;
}


/* heading */

.sub-heading{
font-size: 25px;
letter-spacing: 2px;
font-family: "Delicate Little Flower";
}

.main-heading{
font-size: 30px;
text-transform: uppercase;
color: #282828;
font-weight: 700;
}

.main-heading span{
color:#e3d900; 
}

/* header-sec */

.header{
position: fixed;
top: 0;
left: 0;
width: 100%;
transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
z-index: 999;
background:#fff;
}

.fixed-header {    
top: -49px;
animation: smoothScroll 1s;
z-index: 999;
transition: all 0.5s ease 0s;
}

.fixed-header .menu-sec{
box-shadow: 0 0 6px #00000054;
}

/* topbar-sec */

.topbar{
display:flex;
align-items:center;
justify-content:space-between;
padding:13px 0px;
background:#fdf100; 
}

.topbar img{
width:16px;
margin-right:5px;  
}

.topbar-left ul li{
font-size: 15px;
color: #111111;
font-weight: 600;
}

.topbar-right ul{
float:right;
}

.topbar-right ul li{
float:left;
font-size: 15px;
color: #111111;
font-weight: 600;
margin-right:20px;  
}

.topbar-right ul li a{
transition:0.5s ease-in-out all 0s; 
animation: text-color-change 0.8s infinite;
}

@keyframes text-color-change {
  0% { color: #fff; }
  50% { color: #111; }
  100% { color: #fff; }
}


.topbar-right ul li a:hover{
color:#fff;
transition:0.5s ease-in-out all 0s; 
}

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

/* menu-sec */

.menu{
display:flex; 
align-items:center;
}

.logo a img{
position: absolute;
left: 0px;
top: 0px;
width: 28%;
height: 142px;
object-fit: cover;
object-position: right;
transition:0.5s ease-in-out all 0s;
background-size:contain;
}

.fixed-header .logo a img{
width: 20%;
height: 92px;
top: 49px;  
}

.menu ul li{
font-size: 15px;
letter-spacing: 0.5px;
text-transform: uppercase;
font-weight: 600;
float: left; 
margin-right:22px; 
}

.menu ul li:last-child{
margin-right:0px;  
}

.menu ul li a{
color: #111111;
padding:35px 0px;
display:block;
transition:0.5s ease-in-out all 0s;
}

.menu ul li a:hover{
transition:0.5s ease-in-out all 0s;  
}

/* banner-sec */

.banner-sec{
position: relative;
margin-top:141px;  
}

.master-slider {
position: relative !important;
z-index:2;
}

.ms-slide:before{
position:absolute;
content:"";
width:100%;
height:100%;
top:0px;
left:0px;
z-index:1;  
background: #000000;
background: linear-gradient(90deg, rgba(0, 0, 0, 0.83) 0%, rgba(0, 0, 0, 0.71) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%);  
}

.ms-slide-info{
position:absolute !important;
width:auto !important;
margin-top:0px !important;
left:9%;
top:50%;
transform:translate(0, -50%);
max-width:480px; 
z-index:2; 
}

.banner-sub-heading{
font-size: 25px;
letter-spacing: 1px;
color: #e3d900;
font-family:'Delicate Little Flower';
}

.banner-main-heading{
font-size: 40px;
line-height: 49px;
text-transform: uppercase;
color: #ededed;
font-weight: 700;
padding:5px 0px 20px;
}

.banner-btns a{
display:inline-block;  
}

.banner-btns .btn1{
padding:12px 54px 12px 40px;
text-transform:uppercase;
}

.banner-btns .btn1:before{
right:21%;
}

.banner-btns .btn2{
font-size: 17px;
text-transform: uppercase;
color: #000000;
font-weight: 600;
margin-left:15px;
}

.ms-info a, .ms-info a:hover{
transition:all 0.5s ease-in-out !important;
}

.ms-skin-default .ms-nav-prev{
bottom:-29px !important;
top: inherit !important;
transform: translate(0%, -50%) !important;
right:14% !important;
margin-left:auto;
}

.ms-skin-default .ms-nav-next{
bottom:-29px !important;
top: inherit !important;
transform: translate(0, -50%) !important;
right:9% !important;
}

.ms-skin-default .ms-nav-prev{
background:url(../images/banner-left-arrow.png) #fff no-repeat !important;
width:61px !important;
height:57px !important;
background-position:center center !important;  
transition:0.4s ease-in-out all 0s;
background-size:contain;	
}

.ms-skin-default .ms-nav-next{
background:url(../images/banner-right-arrow.png) #e3d900 no-repeat !important;
width:61px !important;
height:57px !important;
background-position:center center !important;
background-size:contain;	
}

/* wcu-sec */

.wcu-sec .main-heading{
padding-bottom:40px;  
}

.wcu-box{
display:flex;
align-items:center;
}

.wcu-icon{
background: #fef200;
width: 66px;
height: 66px;
display:flex;
align-items:center;
justify-content:center;
clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

.wcu-heading{
font-size: 18px;
color: #282828;
font-weight: 600;
width: 65%;
margin-left: 20px;
}

/* service-sec */

.service-sec{
background:url(../images/service-bg.jpg) no-repeat 0 0; 
padding:60px 0px;
margin-top:90px;
background-size:cover;
border-radius:20px 20px 0px 0px; 
position: relative;
}

.service-sec:before{
position:absolute;
content:"";
border-radius: 10px;
background: #ffedcc;
width:auto;
height:100%;
z-index:-1;
left:30px;
right:30px;
top:-20px;
background-position:center;
}

.service-sec:after{
position:absolute;
content:"";
border-radius: 10px;
background: #f7f6f4;
width:auto;
height:100%;
z-index:-2;
left:50px;
right:50px;
top:-40px;
background-position:center;
}

.service-sec .main-heading{
font-size:33px;
padding-bottom:15px;
}  


.service-box{
border-radius: 10px;
background: #282828;
padding:30px;
text-align:center;
}

.service-icon{
width: 85px;
height: 85px;
background: #ffffff;
clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
display:flex;
align-items:center;
justify-content:center;
margin:auto;
}

.service-box-heading{
font-size: 20px;
text-transform: uppercase;
color: #f7f6f4;
font-weight: 600;
padding:18px 0px 15px;
}

.service-box-heading a{
color:#fff;
transition:0.5s ease-in-out all 0s;	
}

.service-box-heading a:hover{
color:#e3d900;
transition:0.5s ease-in-out all 0s;		
}

/* about-sec */

.about-sec .main-heading{
padding-bottom:10px; 
}

.about-para{
font-size: 15px;
line-height: 27px;
color: #282828;
font-weight: 400;
padding-bottom:20px;
}

.form-bg{
border-radius: 15px;
filter: drop-shadow(0 0 12px rgba(0,0,0,0.13));
background-color: #ffffff;
padding:35px 40px;
}

.form-bg .main-heading{
padding-bottom:20px;
}

.form-bg p{
margin-bottom:16px;    
}

.form-bg .wpcf7-text, .form-bg .wpcf7-select, .form-bg .wpcf7-textarea{
border-radius: 3px;
background: #ececec;
padding:12px 15px;
border:0px;
font-size: 14px;
color: #1f1f1f;
font-weight: 400;
width:100%;	
}

.form-bg .wpcf7-select{
outline:none;
appearance:none; 
padding-right:30px;
background-image:url(../images/service-dropdown-arrow.png);
background-repeat:no-repeat;
background-position:95% 18px;   
}

.form-bg .wpcf7-textarea{
height:87px;    
}

.form-bg ::placeholder{
font-size: 14px;
color: #1f1f1f;    
}

.form-bg .wpcf7-submit{
padding:12px 35px;    
font-size: 15px;
color: #1f1f1f;
font-weight: 600;
}

/* mid-sec */

.mid-sec{
background:url(../images/mid-bg-texture.png) #151515 no-repeat; 
padding:90px 0px 70px; 
margin:75px 30px 0px;
background-size:cover;
position: relative;
z-index:1;
}

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

.mid-sec .row{
padding-left:16%;  
}

.mid-sec .col-lg-3{
position: relative;  
}

.mid-sec .col-lg-3:before{
position: absolute;
content:"";  
background: #ffffff30;
width: 1px;
height: 229px; 
left:0px;
}

.mid-sec .col-lg-3:first-child:before{
display:none;  
}

.wrap-heading{
font-size: 20px;
text-transform: uppercase;
color: #ffffff;
font-weight: 700;
padding:17px 0px 12px;
}

.wrap-para{
font-size: 15px;
line-height: 26px;
color: #eaeaea;
font-weight: 400;
}

/* testimonial-sec */

.testimonial-sec{
background:url(../images/testimonial-bg.png) no-repeat 0 0; 
padding:40px 0px 80px;
}

.testimonial-sec .main-heading{
padding-bottom:10px; 
}

.testimonial-para{
font-size: 15px;
line-height: 27px;
color: #080707;
font-weight: 400;
padding:0px 18%;
}

.sp-testimonial-free{
margin-top:50px;
padding:0px 20px;
position: relative;   
}

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

#sp-testimonial-free-wrapper-45 .sp-testimonial-free-section{
margin-left:50px !important;     
margin-right:50px !important;    
}

.sp-testimonial-client-rating{
position:absolute;
content:"";
top:0px;
left:20px;    
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial, .sp-testimonial-free-section .sp-testimonial-client-testimonial p{
font-size: 15px !important;
line-height: 27px !important;
color: #080707 !important;
font-weight: 400 !important;
text-align:left !important;
padding-left:0px !important;
padding-right:0px !important;
padding-top:25px;
}

.sp-testimonial-client-testimonial p strong{
font-size: 18px !important;
font-weight: 600 !important;
display:inline-block;
padding-bottom:5px;   
}

.sp-testimonial-client-name{
font-size: 17px !important;
color: #080707 !important;
font-weight: 600 !important;
text-align:left !important;    
}

.sp-testimonial-free-section .testimonial-nav-arrow{
transform:translateY(0) !important;    
}

.review-box{
background:#111111;
border-radius:5px;	
padding:30px;
height:100%;	
}

.review-para{
font-size: 15px;
line-height: 27px;
color: #fff;
font-weight: 400;
padding-bottom:5px;	
}

.review-heading{
font-size:18px;
font-weight:700;
color:#fef200;	
}

/* gallery-sec */

.gallery-sec{
background:#f4f4f4;
padding:50px 0px;
}

.gallery-sec img{
border-radius:3px;
}

.gallery-sec .main-heading{
padding-bottom:25px;    
}

/* faq-sec */

.faq-sec{
background:#151414;
padding:50px 0px 0px;
position: relative;
z-index:1; 
}

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

.faq-sec .main-heading{
padding-bottom:20px;    
}

.faq-left-gap{
padding-left:120px;
}

.faq-right-gap{
padding-right:120px;
}

.omsc-accordion{
margin:0px !important;	
}

.omsc-accordion .omsc-toggle{
margin-bottom:20px !important;   
}

.omsc-toggle{
background-color: #ffffff !important;
border-radius: 3px;
}

.omsc-toggle-title{
font-size: 15px !important;
color: #151515 !important;
font-weight: 500 !important;
padding:0.85em 2em 0.85em 1em !important;  
min-height:72px;	
}

.omsc-toggle-inner{
font-size:15px;
padding-left:1em !important;    
}

.omsc-toggle-title:after{
position:absolute !important;
content:"" !important;
background:url(../images/faq-arrow.png) no-repeat 0 0;
width:15px;
height:8px;
top:20px !important;
right:15px !important;
left:inherit !important;
transition:0.5s ease-in-out all 0s !important;
}

.omsc-toggle.omsc-expanded .omsc-toggle-title:after{
position:absolute !important;
content:"" !important;
background:url(../images/faq-arrow.png) no-repeat 0 0;
width:15px;
height:8px;
top:20px !important;
right:15px !important;
left:inherit !important;
transform:rotate(-180deg);
transition:0.5s ease-in-out all 0s !important;
}

/* footer-sec */

.footer-sec{
background:#151414; 
padding:40px 0px 0px; 
position: relative;
z-index:1;
margin-top:60px;
}

.page-id-7 .footer-sec{
margin-top:0px;    
}

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

.footer-sec .sub-heading{
font-family:'Delicate Little Flower';
color:#e3d900;
font-size:27px;
padding:0px 0px 50px;
border-top:inherit; 
}

.page-id-7 .footer-sec .sub-heading{
font-family:'Delicate Little Flower';
padding:45px 0px;
border-top:1px solid #ffffff30; 
}

.footer-heading{
font-size: 18px;
text-transform: uppercase;
color: #ffffff;
font-weight: 600;
padding-bottom:15px;  
}

.footer-text{
font-size: 14px;
line-height: 25px;
color: #ffffff;
font-weight: 400;  
}

.footer-sec .right-border{
position:relative;  
}

.footer-sec .right-border:before{
position:absolute;
content:"";  
width: 1px;
height: 240px;
background-color: #ffffff30;
top:0px;
right:0px;
}

.footer-menu ul li{
font-size: 14px;
line-height: 29px;
color: #ffffff;
font-weight: 400;
}

.footer-menu ul li a{
color: #ffffff;
transition:0.5s ease-in-out all 0s;   
}

.footer-contact-info ul li{
font-size: 14px;
line-height: 31px;
color: #ffffff;
font-weight: 400;
margin-bottom:5px;
position: relative;
padding-left:24px;
}

.footer-contact-info ul li img{
position:absolute;
top:7px; 
left:0px; 
width:16px;
}

.footer-contact-info ul li a{
color: #ffffff; 
transition:0.5s ease-in-out all 0s; 
}

.footer-contact-info ul li a:hover, .footer-menu ul li a:hover, .copyright-text a:hover{
color:#e3d900;
transition:0.5s ease-in-out all 0s;   
}

.copyright-text{
font-size: 13px;
color: #ffffff;
font-weight: 400;
padding:15px 0px; 
border-top:1px solid #ffffff30; 
margin-top:40px;
text-align:center;
}

.copyright-text a{
color: #ffffff; 
transition:0.5s ease-in-out all 0s;     
}

/* scroll to top */

#top {
background:#e3d900;
border-radius:8px;
padding:8px;
bottom: 0;
color: #ffffff;
height:50px;
position: fixed;
right: 20px;
bottom: 20px;
text-align: center;
text-transform: uppercase;
width:50px;
opacity: 0;
z-index: 10000;
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;
}

.upper-arrow img{
animation: bounce 1.5s infinite;
} 


@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}	
40% {-webkit-transform: translateY(-12px);}
60% {-webkit-transform: translateY(-3px);}
}

.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: 200px 0 110px !important;
margin-top:141px !important;
position: relative;
overflow: hidden;
text-align: center;
}

.blog_page_header{
margin-bottom:60px !important;    
}

.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: #fdf100;
}
.page {
margin-top: 0 !important;
}

/* inner-sec */

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

.inner-heading{
font-size: 30px;
line-height:1.3;	
text-transform: uppercase;
color: #282828;
font-weight: 700;
padding-bottom:15px;    
}

.inner-small-heading{
font-size:22px;
text-transform: uppercase;
color: #282828;
font-weight: 700;
padding-bottom:10px;     
}

.inner-sub-heading{
font-size:18px;
text-transform: uppercase;
color: #282828;
font-weight: 700;
padding-bottom:10px;     
}

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

.inner-para{
font-size: 15px;
line-height: 27px;
color: #282828;
font-weight: 400;
margin-bottom:10px;    
}

.inner-para a{
color:#e3d900;	
}

.inner-para:last-child, .inner-para p:last-child{
margin-bottom:0px; 
}

.inner-list{
margin:15px 0px 10px !important;     
}

.inner-list ul li{
font-size: 15px;
line-height:30px;
color: #282828;
font-weight: 400;
padding-left:27px;
position: relative;     
}

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

.call-bg{
background:#111111;
padding:30px;
border-radius:10px; 
text-align:center;   
}

.call-heading{
font-size:27px;
line-height:1.3;	
text-transform: uppercase;
color:#e3d900;
font-weight: 700;
padding-bottom:15px; 	
}

.call-para{
font-size: 15px;
color: #fff;
font-weight: 400; 
}

.cta-btns a{
font-size:16px;	
}

/* faq */

.faq-block {
margin-top: 15px;
}

.faq-heading {
margin-top: 0px;
margin-bottom: 0px;
font-size: 16px;
font-weight: 500;
background: #111111;
color: #fef200;
padding: 12px 20px;
line-height: inherit;
border-radius: 5px 5px 0px 0px;
}

.faq-para {
color: #282828;
padding: 15px 20px;
background: #f2f2f2;
border-radius: 0px 0px 5px 5px;
font-size:15px;
}

/* contact form */

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

.ref_form_box{
padding: 35px;
border-radius:10px;
background:#111111; 
}

.ref_form_box ::placeholder{
color: #171717 !important;    
}

.ref_form_box_input input, .ref_form_box_input .wpcf7-select{
border-radius:3px !important;
background-color: #f2f2f2 !important;
width: 100% !important;
outline: 0 !important;
padding: 10px 15px !important;
color: #111111 !important;
font-size: 15px !important;
border:1px solid #ccc !important;
}


.ref_form_box_input textarea {
border-radius:3px !important;
background-color: #f2f2f2 !important;
width: 100% !important;
outline: 0 !important;
padding: 10px 15px !important;
color: #111111 !important;
font-size: 15px !important;
border:1px solid #ccc !important;
height:144px !important;
}

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

.contact-form .wpcf7-submit, .contact-btn .wpcf7-submit, .page-id-110 .btn1, .error404 .btn1{
padding: 12px 40px;
font-size: 16px;    
}

.ref_form_box_label, .ref_form_box label{
padding-bottom:3px;	
}

.page-id-94 .ref_form_box label{
color:#fff;    
}

::placeholder{color:#111111 !important;font-size:15px;}

.contact_page_info {
position: relative;
padding-left: 47px;
color:#3f3f3f;
margin-top: 25px;
font-size:15px;
}

.contact_page_info img {
position: absolute;
top: 7px;
left: 0;
width: 35px !important;
border-radius:0px;
}

.contact_page_info strong{
color:#141414;
}

.contact_page_info a {
color:#3f3f3f;
text-decoration:none !important;
transition:0.5s ease-in-out all 0s;
}

.contact_page_info a:hover{
transition:0.5s ease-in-out all 0s;
color:#fef200;	
}

.inner-bg {
background: #fff;
padding: 30px;
box-shadow: 0px 0px 10px 1px #00000015;
}

/* error message */

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

/* blog */

.more-link {
font-weight: 500;
display: block;
width: fit-content;
margin-top:20px;
padding: 12px 40px;
font-size: 16px;   
}

.wp-block-heading {
border-top: 5px solid #e3d900;
color: #141414;
font-size: 18px;
font-weight: 600;
margin: 0 0 18px;
padding-top: 7px;
text-transform: uppercase;
}

.site-content .has-post-thumbnail .entry-header {
margin-top: 0 !important;
}

.post-template-default .site-content .entry-content,
.post-template-default .site-content .entry-header,
.blog .site-content .entry-header,
.blog .site-content .entry-summary {
max-width: 100% !important;
}

.content-sidebar .widget a{
color:#2e2e2e !important;
transition:0.3s ease-in-out all 0s;	
}

.entry-meta a, .entry-title a{
transition:0.3s ease-in-out all 0s;
}

.content-sidebar .widget a:hover, .entry-meta a:hover, .entry-title a:hover {
color: #e3d900 !important;
transition:0.3s ease-in-out all 0s;		
}

.site-content .entry-title{
font-weight:500;
}

.post .entry-summary, .post .entry-content{
font-size: 15px;
line-height: 27px;
color: #282828;
font-weight: 400;
}

/* faq */

.ea-card{
border-radius:5px;	
}

.ea-header a{
font-size:16px !important;
padding:12px 15px !important;
background:#111 !important;
color:#fff !important;	
}

.ea-expand .ea-header a{
background:#fef200 !important;
color:#111 !important;		
}

.eap-icon-ea-expand-plus:before{
color:#fff !important;	
}


.eap-icon-ea-expand-minus:before{
color:#111 !important;	
}

.ea-body{
padding:13px 15px !important;	
}

.ea-body p{
margin-bottom:0px !important;
font-size: 15px !important;
line-height: 27px !important;
color: #282828 !important;
font-weight: 400 !important;	
}

/* area we serve */

.area-list ul{
text-align:center;
margin-top:20px;	
}

.area-list ul li{
display:inline-block;
margin: 0px 5px;
width:32%;
}

.area-list ul li a {
padding:13px 11px 13px 32px;
background:#fef200;
border-radius:4px;
margin: 0px 4px 15px 4px;
transition: all 0.5s ease-in-out;
color: #111;
font-size: 15px;
font-weight:500;
position: relative;
display:inline-block;
text-align:left;
width:100%;
}

.area-list ul li a:before{
background:url(https://sydneypiersandrestumping.com.au/wp-content/uploads/2025/10/pin.webp) no-repeat 0 0;	
content: "";
width: 18px;
height: 20px;
display: inline-block;
background-size: contain;
position: absolute;
top: 15px;
left: 11px;
filter:brightness(0) invert(0);
transition: all 0.5s ease-in-out;
}

.area-list ul li a:hover{
transition: all 0.5s ease-in-out;
box-shadow:inset 0 80px #111;
color:#fff;	
}

.area-list ul li a:hover:before{
transition: all 0.5s ease-in-out;
filter:brightness(0) invert(1);	
}

/* footer-fixed */

.footer-fixed-buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer-btn1 {
	background:#e3d900;
	color: #111 !important;
	width: 50%;
	float: left;
	padding: 10px 0;
}
.footer-btn2 {
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	height: 44px;
	width: 44px;
	border-radius: 50%;
	padding: 9px 12px 0;
}
.footer-btn3 {
	background:#282828;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
}
.social_sec {
    margin-top: 20px;
}

.social_sec a img{
margin-right:5px;
width:36px;	
}

.sgpb-popup-dialog-main-div-theme-wrapper-3 .inner-heading p{
margin-bottom:0px !important;	
}

.popup-form .contact-btn .wpcf7-submit{
background:#111;
padding:11px 30px;
color:#fff;	
}

.popup-form .contact-btn .wpcf7-submit:hover{
color:#000;	
}

.popup-form .wpcf7-textarea{
height:100px !important;	
}

/* responsive */

@media only screen and (max-width : 767px) {
.ms-nav-next, .ms-nav-prev{display:none;}
.ms-slide-info{left:4%;right:4%;}
.banner-btns .btn1{padding:12px 34px 12px 20px !important;}
.banner-btns .btn1:before{right:13% !important;}	
.banner-btns .btn2{font-size:15px;padding:12px 20px !important;margin-left:10px !important;}
.testimonial-para{padding:0%;}
#sp-testimonial-free-wrapper-45 .sp-testimonial-free-section{margin-left:0px !important;margin-right:0px !important;}
/* #rl-gallery-container-1 .rl-basicgrid-gallery .rl-gallery-item{width:44% !important;} */
.omsc-accordion{margin-bottom:0px !important;}
.cta-btns a{font-size:15px;}	
}


@media only screen and (min-width : 300px) and (max-width : 1023px) {
.topbar, .primary-navigation, .menu-btn{display:none;}
.menu-sec{padding:6px 0px;}	
.fixed-header{top:0px;}	
.logo a img, .fixed-header .logo a img{position:static;width:200px;height:inherit;}
.banner-sec{margin-top:83px;}
.wcu-box, .wrap-box{margin-bottom:24px;}
.mid-sec .row{padding-left:0%;}
.mid-sec:before, .footer-sec .right-border:before{display:none;}
.mid-sec .col-lg-3:before{display:none;}
.upper-arrow{bottom:80px !important;}
.copyright-text{margin-top:20px;padding-bottom:60px;}
.page .entry-header, .blog_page_header{margin-top:83px !important;padding:70px 0px !important;}	
}

@media only screen and (min-width : 300px) and (max-width : 1024px) {
.ms-view, .ms-slide, .ms-slide-bgcont{height: 360px !important;}
.ms-slide-bgcont img{object-fit: cover;max-width: 100% !important;}	
.banner-sub-heading{font-size:22px;}	
.banner-main-heading{font-size:30px;line-height:38px;}
.wrapper{margin-top:50px;}
.service-sec{padding:50px 0px;}
.main-heading{font-size:30px !important;line-height:1.3;}
.service-sec:before{top:-10px;}
.service-sec:after{top:-20px;}
.form-bg{padding:30px;}
.mid-sec{margin:60px 0px 0px;padding:50px 0px;}	
.testimonial-sec{padding-bottom:50px;}	
.faq-left-gap{padding-left:0px;}	
.faq-right-gap{padding-right:0px;}
.page-id-7 .footer-sec .sub-heading{padding:30px 0px 20px;}	
.footer-sec .sub-heading{padding-bottom:20px;}	
.inner-sec{margin-top:50px !important;}
.blog_page_header{margin-bottom:50px !important;}	
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) {

}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {

}

@media only screen and (min-width : 321px) and (max-width : 480px) {
.area-list ul li{width:100% !important;margin:0px 0px 12px;}
.area-list ul li a{margin:0px;}	
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
.ms-slide-info {right: 11%;left: 11%;}
.area-list ul li{width:100% !important;margin:0px 0px 12px;}
.area-list ul li a{margin:0px;}		
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.ms-slide-info{max-width:420px;}
.testimonial-para{padding:0px 10%;}
.ms-skin-default .ms-nav-prev{right:17% !important;}	
.ms-skin-default .ms-nav-prev, .ms-skin-default .ms-nav-next{width:50px !important;}
.area-list ul li{width:48%;}
.sgpb-content {
min-width: 500px !important;
}	
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.ms-slide-info{max-width:420px;}
.testimonial-para{padding:0px 10%;}	
.ms-skin-default .ms-nav-prev{right:17% !important;}	
.ms-skin-default .ms-nav-prev, .ms-skin-default .ms-nav-next{width:50px !important;}
.area-list ul li{width:48%;}
.sgpb-content {
min-width: 500px !important;
}	
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* 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) {

}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}


/* 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) {
.menu ul li{margin-right:10px;font-size:14px;}
.menu-btn{padding:13px 15px;font-size:14px;}
.topbar-left ul li, .topbar-right ul li{font-size:14px;}
.logo a img{width:27%;height:126px;object-fit:inherit;}
.menu ul li a{padding:29px 0px !important;}
.primary-navigation ul ul a{padding:12px !important;}	
.banner-sec, .page .entry-header, .blog_page_header{margin-top:126px !important;}
.fixed-header .logo a img{height:78px;object-fit:cover;}
.faq-left-gap{padding-left:50px;}
.faq-right-gap{padding-right:50px;}	
.area-list ul li{width:38%;}	
}


/* 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) {
.menu ul li{margin-right:10px;font-size:14px;}	
.menu-btn{padding:13px 16px; font-size:14px;}
.topbar-left ul li, .topbar-right ul li{font-size:14px;}
.logo a img{width:27%;height:126px;object-fit:inherit;}	
.menu ul li a{padding:29px 0px !important;}	
.primary-navigation ul ul a{padding:12px !important;}		
.banner-sec, .page .entry-header, .blog_page_header{margin-top:126px !important;}
.fixed-header .logo a img{height:78px;object-fit:cover;}
.faq-left-gap{padding-left:50px;}
.faq-right-gap{padding-right:50px;}	
.area-list ul li{width:38%;}	
}

@media screen and (min-width: 1424px) {
.ms-slide-info{left:5%;}
.logo a img{width:27%;}	
}

@media screen and (min-width: 1624px) {
.ms-slide-info{left:11%;}
.logo a img{width:25%;}
.fixed-header .logo a img{width:18%;}	
}

@media screen and (min-width: 1920px) {
.ms-slide-info{left:17%;}
.logo a img{width:22%;}
.fixed-header .logo a img{width:14%;}	
}

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

@media screen and (min-width: 2550px) {
.ms-slide-info{left:25%;}
.logo a img{width:17%;}
.fixed-header .logo a img{width:10%;}	
}
