* {
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: 'Nexa';
src: url('../fonts/Nexa-Black.eot');
src: url('../fonts/Nexa-Black.eot?#iefix') format('embedded-opentype'),
url('../fonts/Nexa-Black.woff2') format('woff2'),
url('../fonts/Nexa-Black.woff') format('woff'),
url('../fonts/Nexa-Black.ttf') format('truetype'),
url('../fonts/Nexa-Black.svg#Nexa-Black') format('svg');
font-weight: 900;
font-style: normal;
font-display: swap;
}

.wrapper{
margin-top:90px;
}

/* btn */

.btn1{
background: #eed623;
padding:10px 35px;
border-radius:50px;
font-size: 18px;
text-transform: uppercase;
color: #0d0d0d;
font-weight: 700;
display:inline-block;
transition:0.5s ease-in-out all 0s;
}

.btn1:hover{
box-shadow:inset 0 80px #fff;
color:#0d0d0d;   
transition:0.5s ease-in-out all 0s;}

.btn2, .contact-btn .wpcf7-submit, .contact-btn .wpcf7-submit{
background: #eed623;
padding:9px 37px;
border:2px solid #eed623;
border-radius:50px;
font-size: 15px;
text-transform: uppercase;
color: #212121;
font-weight:600;
display:inline-block;
transition:0.5s ease-in-out all 0s;    
}

.btn2:hover{
color:#eed623;
transition:0.5s ease-in-out all 0s;
background:inherit;    
}

.btn3{
background: #fff;
padding:9px 32px;
border:2px solid #fff;
border-radius:50px;
font-size: 15px;
text-transform: uppercase;
color: #212121;
font-weight:500;
display:inline-block;
transition:0.5s ease-in-out all 0s; 
}

.btn3:hover{
color:#fff;
transition:0.5s ease-in-out all 0s;
background:inherit;    
}

.btn4, .more-link{
background: #191919;
padding:10px 32px;
border:2px solid #191919;
color:#eed623;
border-radius:50px;
font-size: 15px;
text-transform: uppercase;
font-weight:500;
display:inline-block;
transition:0.5s ease-in-out all 0s; 
}

.btn4:hover, .more-link:hover{
color:#191919;
transition:0.5s ease-in-out all 0s;
background:inherit;    
}

.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;
padding:12px 0px;   
}

.fixed-header {    
top:0px;
animation: smoothScroll 1s;
z-index: 999;
transition: all 0.5s ease 0s;
box-shadow:0 0 6px #00000054;
background:#1d1d1d; 
padding:4px 0px;
}

/* header-sec */

.menu .btn1{
font-size:16px; 
font-weight:600; 
padding:11px 30px;  
}

.logo a img{
width:253px;    
}

.menu ul{
margin-left:auto !important;    
}

.menu ul li{
font-size: 16px;
font-weight: 400;
margin-right:22px;
float:left;
text-transform:uppercase;
}

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

.menu ul li a{
color: #ffffff;
display:block;
padding:35px 0px;
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;
z-index:1;    
}

.banner-sec:before{
position:absolute;
content:"";
background: #000000;
background: linear-gradient(90deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.75) 25%, rgba(0, 0, 0, 0.55) 50%, rgba(0, 0, 0, 0.35) 75%, rgba(0, 0, 0, 0.15) 100%);
width:100%;
height:100%;
left:0px;
top:0px;    
}

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

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

.banner-large-text{
font-size: 55px;
line-height: 59px;
text-transform: uppercase;
color: #ffffff;
font-weight:900;
font-family: 'Nexa';
filter: drop-shadow(0px 6px 10px rgba(0,0,0,0.07));
}

.banner-small-text{
font-size: 20px;
letter-spacing: 3px;
text-transform: uppercase;
color: #fbfbfb;
font-weight: 800;
font-family: 'Nexa';
padding:15px 0px;
}

.banner-bottom-sec{
position: relative;
z-index:1;
margin-top:-70px;  
}

/* form-sec */

.form-bg{
border-radius: 10px;
filter: drop-shadow(0px 6px 10px rgba(0,0,0,0.07));
background-color: #ffffff;
padding:30px;
}

.form-heading{
font-size: 30px;
text-transform: uppercase;
color: #212121;
font-weight: 800;
font-family: "Nexa";
padding-bottom:20px;
text-align:center;
}


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

.form-bg .wpcf7-text, .form-bg .wpcf7-select, .form-bg .wpcf7-textarea{
border: 1px solid #212121;
font-size: 14px;
color: #111;
border-radius:0px;
padding:9px 15px; 
width:100%;   
}

.form-bg .wpcf7-textarea{
height:41px; 
resize:none;   
}

.input-block1{
min-width:40%;    
}

.form-bg .wpcf7-text::placeholder, .form-bg .wpcf7-select::placeholder, .form-bg .wpcf7-textarea::placeholder{
color: #111 !important; 
font-weight:400 !important;   
}

.contact-btn .wpcf7-submit{
width:100%;
border-radius:0px;
font-size:16px;
font-weight:600;
padding:6px 30px;
}

.contact-btn .wpcf7-submit:hover, .contact-btn .wpcf7-submit:active, .contact-btn .wpcf7-submit:focus{
border-color:#111 !important; 
background:inherit !important;
color:#111 !important;    
}

.wpcf7-spinner{
position:absolute !important;    
}

/* wcu-sec */

.main-heading{
font-size: 33px;
text-transform: uppercase;
color: #212121;
font-weight: 800;
font-family: "Nexa";
}

.wcu-box{
background: #1d1d1d;
padding:28px 25px;
border-radius:7px;
margin-top:40px;
}

.wcu-sec .col:nth-child(3) .wcu-icon{
background: #fff;    
}

.wcu-icon{
width: 73px;
height: 74px;
border-radius:50%;
background: #eed623;
border: 5px solid #423e1e;
display:flex;
align-items:center;
justify-content:center;
margin:auto;
}

.wcu-heading{
font-size: 17px;
line-height: 23px;
text-transform: uppercase;
color: #ffffff;
font-weight: 600;
font-family: "Poppins";
text-align: center;
padding-top:18px;
}

/* service-sec */

.service-sec{
background:url(../images/service-bg-texture.png) #0f0f0f no-repeat 0 0;
padding:80px 0px 65px;
width:100%;
background-size:cover;    
}

.service-sec .pe-lg-5{
position: relative;
z-index:1;    
}

.service-sec .pe-lg-5:before{
position:absolute;
content:"";
height:100%;
width:1px;
background:#ffffff30;
right:40px;
top:0px;
z-index:-1;   
}

.service-text-part{
max-width:430px;   
}

.service-large-img{
position:absolute;
right:0px;
bottom:-110px;
z-index:-1;
}

.service-heading{
font-size: 37px;
line-height: 46px;
}

.service-heading span{
color:#eed623;
}

.service-para{
font-size: 15px;
line-height: 27px;
color: #e4dfdf;
font-weight: 400;
padding:15px 0px 20px;
}

.service-flex-box{
display:flex;
align-items:center;
margin-bottom:42px;
}

.service-img-part img{
border-radius:5px;    
}

.service-box-text-part{
margin-left:35px;
max-width:60%;
}

.service-box-heading{
font-size: 22px;
line-height: 27px;
text-transform: uppercase;
color: #ffffff;
font-weight: 800;
font-family: "Nexa";
}

.service-box-para{
font-size: 13px;
line-height: 22px;
color: #e9e9e9;
font-weight: 400;
font-family: "Poppins";
padding:15px 0px;
}

/* cta-sec */

.cta-sec{
background: #efefef;
padding:60px 0px;
}

.cta-heading{
font-size:35px;
text-transform:capitalize;
}

.cta-para{
font-size: 15px;
line-height: 24px;
color: #121212;
font-weight: 400;
padding:15px 10% 25px;
}

/* about-sec */

.about-heading{
font-size: 37px;
line-height: 45px;
}

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

.about-btn .btn2{
text-transform:capitalize;
font-weight:500;    
}

.about-btn .btn2:hover{
border-color:#212121;  
color:#212121;  
}

.about-img-part{
position: relative;
}

.about-img{
border-radius:20px;    
}

.about-text-box{
border-radius: 15px;
background: #f1f1f1;
padding:15px;
display:flex;
align-items:center;
justify-content:space-between;
position:absolute;
bottom:35px;
right:35px;
left:35px;
}

.about-box-text{
font-size: 21px;
line-height: 30px;
text-transform: uppercase;
color: #0f0f0f;
font-weight: 800;
font-family: "Nexa";
}

.about-box-img{
width: 64px;
height: 64px;
border-radius:50%;
background-color: #eed623;
display:flex;
align-items:center;
justify-content:center;
}

/* testimonial-sec */

.sp-testimonial-free{
border-radius: 10px !important;
background-color: #f1f1f1 !important;
padding:20px 15px 20px 22px !important;
position: relative !important;
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial, .sp-testimonial-free-section .sp-testimonial-client-testimonial p{
font-size: 14px !important;
line-height: 22px !important;
color: #515151 !important;
font-weight: 400 !important; 
padding:0px 5px 0px 0px !important;
text-align:left !important;
margin:0px !important; 
min-height:132px; 
}

#sp-testimonial-free-wrapper-26 .sp-testimonial-free-section .sp-testimonial-client-image{
text-align:left !important;
margin-bottom:40px !important;    
}

.sp-testimonial-client-rating{
position:absolute !important;
left:22px;
top:90px;
}

.sp-testimonial-client-name{
font-size: 16px !important;
line-height: 22px !important;
color: #191919 !important;
font-weight: 500 !important;
position:absolute;
top:32px;
left:92px;    
}

.sp-testimonial-client-designation{
font-size: 14px !important; 
color:#515151 !important;
position:absolute;
top:50px;
left:92px;  
}

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

.sp-testimonial-content{
float: left;
height:132px;
width:100%;
background: #F5F5F5;
overflow:auto;
margin-bottom: 25px;
}

.sp-testimonial-content::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.sp-testimonial-content::-webkit-scrollbar
{
	width:3px;
	background-color: #F5F5F5;
}

.sp-testimonial-content::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}

.fa-angle-right:before{
position:absolute;
content:"";
background:url(../images/testimonial-right-arrow.png) no-repeat 0 0;
width:14px;
height:28px;
background-size:contain;
right:0px;
top:0%;
}

.fa-angle-left:before{
position:absolute;
content:"";
background:url(../images/testimonial-left-arrow.png) no-repeat 0 0;
width:14px;
height:28px;
background-size:contain;
left:0px;
top:0%;
}

/* faq-sec */

.faq-sec{
background:url(../images/faq-bg.jpg) no-repeat 0 0;
width:100%;
background-size:cover;
padding:60px 0px;    
}

.faq-heading{
color:#eed623;
padding-bottom:40px;
}

.ea-header{
position: relative;
}

.ea-card{
max-width:740px;
margin:0px auto 22px;
border-radius:10px !important;
background:#fff !important;
border: 1px solid #eed623 !important;    
}

.ea-header a{
font-size: 17px !important;
color: #141111 !important;
font-weight: 600 !important;
padding: 14px 15px !important;
}

.ea-body{
border-radius:0px 0px 10px 10px;
border-top:1px solid #ccc !important; 
}

.ea-body p{
margin-bottom:0px !important;
}

.eap-icon-ea-expand-plus:before, .eap-icon-ea-expand-minus:before{
position:absolute !important;
right:15px !important;
top:17px !important;
background: #141111 !important;
color: #fff !important;
width: 25px !important;
height:25px !important;
border-radius:50px !important;
font-weight:400 !important;
line-height: 27px !important;
font-size:12px !important;
}

/* footer-sec */

.footer{
background:#191919; 
padding:55px 0px;
margin-top:60px;   
}

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

.footer-logo a img{
width:260px;    
}

.footer-heading{
font-size: 20px;
text-transform: uppercase;
color: #f6f6f6;
font-weight: 700;
padding-bottom:10px;
}

.footer-para{
font-size: 14px;
line-height: 25px;
color: #f6f6f6;
font-weight: 400;
padding:0px 0px 20px;
}

.footer-menu ul li{
font-size: 15px;
line-height: 34px;
text-transform: uppercase;
font-weight:400;
}

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

.contact-info ul li{
font-size: 15px;
line-height:24px;
color: #f6f6f6;
font-weight:400;
font-family: "Poppins";
padding-left:36px;
position: relative;
margin-bottom:20px;
}

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

.contact-info ul li span{
width: 26px;
height: 26px;
border-radius:50px;
background: #eed623;
display:flex;
align-items:center;
justify-content:center;
position:absolute;
left:0px;
top:2px;
}

.contact-info ul li span img{
width:14px;    
}

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

.social-icons ul li{
float:left; 
margin-right:10px;  
}

.copyright-text{
background:#fff;
padding:20px 15px;
text-align:center;
font-size: 14px;
text-transform: uppercase;
color: #1a1a19;
font-weight: 500;    
}

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

/* scroll to top */

#top {
background:#000;
border-radius:50%;
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 0 0 !important;
background-size: cover !important;
max-width: 100% !important;
padding: 270px 0 110px !important;
margin: 0 0 0px !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.8);
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: #eed623;
}
.page {
margin-top: 0 !important;
}

/* inner-sec */

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

.entry-content img{
border-radius:10px;    
}

.inner-heading {
font-size:27px;
line-height:1.3;
text-transform: uppercase;
color: #212121;
font-weight: 800;
font-family: "Nexa";
padding-bottom:20px;
position: relative;
}

.inner-heading:before {
position: absolute;
content: "";
bottom:10px;
left: 0;
width: 40px;
border-bottom: 2px solid #212121;
}

.centered:before{
left:50%;
transform:translateX(-50%);
}

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

.inner-para{
font-size: 16px;
line-height: 28px;
color: #4d545e;
font-weight: 400;
padding-bottom:10px;
}

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

.inner-list{
padding:10px 0px;    
}

.inner-list ul li{
font-size: 16px;
line-height:30px;
margin-bottom:4px;
color: #4d545e;
font-weight: 400;
padding-left:27px;
background:url(../images/list-icon.png) no-repeat 0 0;
background-size:18px; 
background-position: 0px 7px; 
}

.inner-list ul li:last-child{
margin-bottom:0px;   
}

.call-bg{
background: url(../images/service-bg-texture.png) #0f0f0f no-repeat 0 0;
padding:35px;
border-radius:10px;
width: 100%;
background-size: cover;
text-align:center;   
}

.call-heading{
font-size:27px;
line-height:1.3;
text-transform: uppercase;
color: #eed623;
font-weight: 800;
font-family: "Nexa";
padding-bottom:20px;
position: relative;    
}

.call-heading:before {
position: absolute;
content: "";
bottom:10px;
left:50%;
transform:translateX(-50%);
width: 40px;
border-bottom: 2px solid #eed623;
}

.call-para{
font-size: 16px;
line-height: 28px;
color: #fff;
font-weight: 400;
padding-bottom:15px;
}

.call-btns a{
margin:0px 5px;    
}


.call-bg-mid .call-heading{
padding-bottom:0px;    
}

.call-bg-mid .call-heading:before{
display:none;    
}

.inner-sec .wcu-box{
height:100%;    
}

.wcu-box .inner-para{
font-size: 15px;
line-height: 27px;
color: #e9e9e9;
font-weight: 400;
text-align:center;
padding-top:5px;
}

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

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

.faq-para {
color: #1d1d1d;
padding: 17px 20px;
background: #eee;
border-radius: 0px 0px 5px 5px;
}

/* contact form */

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

.ref_form_box{
padding: 35px;
border-radius:10px;
background:url(../images/service-bg-texture.png) #111111 repeat 0 0; 
}

.ref_form_box .inner-heading:before{
border-color:#fff !important;    
}

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

.ref_form_box_input input, .ref_form_box_input .wpcf7-select{
border-radius:0px !important;
background-color: #f6f6f6 !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:0px !important;
background-color: #f6f6f6 !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;
}

.contact-form .contact-btn .wpcf7-submit, .ref_form_box .contact-btn .wpcf7-submit{
width:fit-content;
border-radius:50px !important;  
padding:9px 32px !important;  
}

.ref_form_box .contact-btn .wpcf7-submit:hover, .ref_form_box .contact-btn .wpcf7-submit:active, .ref_form_box .contact-btn .wpcf7-submit:focus{
border-color:#eed623 !important;
color:#eed623 !important;    
}

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

.ref_form_box_label, .ref_form_box label{
padding-bottom:3px;	
color:#fff;
font-size:15px;
}

.contact-form ::placeholder{
color: #171717 !important;    
}

.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:#eed623;	
}

/* blog */

.more-link {
font-weight:400;
display: block;
width: fit-content;
margin-top:20px;
}

.wp-block-heading {
border-top: 5px solid #eed623;
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: #eed623 !important;
transition:0.3s ease-in-out all 0s;		
}

.site-content .entry-title{
font-weight:800;
font-family: "Nexa";
font-size:27px;	
}

.post .entry-summary, .post .entry-content{
font-size: 16px;
line-height: 28px;
color: #4d545e;
font-weight: 400;	
}

.comment-form-comment label{
font-weight:700;
padding-bottom:3px;	
}

.post ul{
margin:15px 0px !important;	
}

.post ul li{
font-size: 15px;
line-height: 27px;
color: #000;
font-weight: 400;
margin-bottom:5px;
padding-left:18px;
position:relative;	
}

.post ul li:before{
position:absolute;
content:"";
background:#303030;	
width:9px;
height:9px;
border-radius:50%;
left:0px;
top:8px;	
}

.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:#000 !important;
transition: all 500ms ease-in-out;
}

.entry-meta a{
color:#3f3f3f !important;	
}

.entry-title a, .entry-meta a{
transition: all 500ms ease-in-out;   
}

.site-content footer.entry-meta {
margin-bottom:30px !important;    
}

.wp-block-group ul li{
line-height:20px;
margin-bottom:10px;
padding-bottom:5px;
border-bottom:1px solid #ccc;    
}

.wp-block-group ul li:last-child{
padding-bottom:0px;
border-bottom:0px;    
}

/* error message */

.error_container {
display: flex;
align-items: center;
text-align: center;
}

/* footer-fixed */

.footer-fixed-buttons {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
text-align: center;
z-index: 99;
display:none;
}
.footer-btn1 {
background:#eed623;
color: #212121 !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:#1d1d1d;
color: #fff !important;
width: 50%;
float: left;
padding: 10px 0;
}

/* responsive */

@media only screen and (max-width : 767px) {
.banner-bottom-sec{margin-top:60px;}
.service-large-img{position:static;margin:24px 0px;}
.service-large-img{align-items:flex-start;}	
.ea-header a{font-size:16px !important;padding:14px 35px 14px 15px !important;}	
.call-btns{display:flex;flex-flow:wrap;justify-content:center;gap:10px;}	
}


@media only screen and (min-width : 321px) and (max-width : 480px) {
.banner-content{top:55%;}
.service-box-text-part{margin-left:25px;max-width: 55%;}
.call-btns a{padding:9px 16px;font-size:14px;}	
.call-bg{padding:30px;}		
}

@media only screen and (min-width : 320px) and (max-width :575px) {
.input-block1{min-width:100%;}
}

@media only screen and (min-width : 300px) and (max-width : 1023px) {
.primary-navigation, .menu .btn1, .service-sec .pe-lg-5:before{display:none;}
.banner-sec img{height:430px;object-fit:cover;}
.logo a img{width:200px;}
.fixed-header{padding:12px 0px;}
.about-text-box{bottom:20px;left:20px;right:20px;}	
.footer-fixed-buttons{display:block;}
.copyright-text{padding-bottom:60px;}
.upper-arrow{bottom:60px !important;}	
}

@media only screen and (min-width : 300px) and (max-width : 1024px) {
.banner-large-text{font-size:30px;line-height:38px;}
.banner-small-text{font-size:18px;}
.wrapper{margin-top:60px;}
.main-heading, .service-heading{font-size:30px;line-height:38px;}	
.service-sec{padding:60px 0px;}
.about-box-text{font-size:18px;line-height:24px;max-width:72%;}
.page .entry-header, .blog_page_header{padding:180px 0 70px !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 : 481px) and (max-width : 767px) {

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {

}

/* 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{font-size: 15px;margin-right: 15px;}
.about-box-text{font-size:18px;line-height:24px;max-width:72%;}
.service-sec .pe-lg-5:before{display:none;}	
}


/* 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{font-size: 15px;margin-right: 15px;}
.about-box-text{font-size:18px;line-height:24px;max-width:72%;}	
.service-sec .pe-lg-5:before{display:none;}		
}

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

}

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

}

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

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

}

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

}

