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

/* <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 {
list-style: none !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: 400;
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: 700;
font-style: normal;
font-display: swap;
}


/* btn */

.btn1{
background:transparent; 
font-size: 15px;
color: #444444;
font-weight: 400; 
padding:14px 55px;
border:1px solid #444444;
border-radius:50px;
display:inline-block;
transition:0.5s ease-in-out all 0s;  
}

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

.btn2{
background: linear-gradient(0deg, #f1431b 0%, #fda307 50%, #f57b19 100%); 
font-size: 15px;
color: #ffffff;
font-weight: 400; 
padding:15px 45px;
border-radius:50px;
display:inline-block;
transition:0.5s ease-in-out all 0s;  
}

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

.btn3{
background:#6b2975; 
font-size: 15px;
color: #fff;
font-weight: 400; 
padding:15px 55px;
border-radius:50px;
display:inline-block;
transition:0.5s ease-in-out all 0s;  
}

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

.btn4{
background:#fff; 
font-size: 15px;
color: #1b1b1b;
font-weight: 400; 
padding:15px 45px;
border-radius:50px;
display:inline-block;
transition:0.5s ease-in-out all 0s;  
text-transform:uppercase;
}

.btn4:hover{
background:#fda307;
color:#1b1b1b;   
transition:0.5s ease-in-out all 0s;    
}

/* 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;
padding:9px 0px;
border-top:5px solid #6b2975;
}

.fixed-header {    
top:-5px;
animation: smoothScroll 1s;
z-index: 999;
transition: all 0.5s ease 0s;
filter:drop-shadow(0px 0px 4px rgba(0,0,0,0.20));
}

.logo a img{
width:214px;    
}

.header-btn-grp a{
min-width:180px;
padding:14px 30px; 
text-align:center;   
}

.header-btn-grp .btn2{
padding:15px 30px; 	
}

.menu-sec ul{
padding:0px;
margin:0px;    
}

.menu-sec ul li{
font-size: 15px;
font-weight: 400; 
margin-right:33px; 
float: left;  
}

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

.menu-sec ul li a{
color: #444444;
transition:0.3s ease-in-out all 0s;
display:block;
padding:20px 0px;
}

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

/* banner-sec */

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

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

.ms-slide:before{
position:absolute;
content:"";
background:url(../images/banner-left-light-bg.png) no-repeat 0 0;
width:100%;
height:100%;
left:0px;
top:0px;
background-position:left top; 
background-size:contain; 
z-index:1;  
}

.ms-slide:after{
position:absolute;
content:""; 
background:url(../images/banner-right-light-bg.png) no-repeat 0 0;   
width:129px;
height:306px;
right:0px;
bottom:0px;
background-position:right bottom; 
background-size:contain; 
}

.ms-slide-info{
position: absolute !important;
margin-top:0px !important;
width: 100%;
top: 50%;
transform: translateY(-50%);
z-index:2;
}

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

.banner-sub-heading{
font-size: 15px;
color: #ffffff;
font-weight: 400;
background:rgba(255, 255, 255, 0.200);
padding:8px 18px;
border-radius:50px;
display:inline-block;
background-size:24px;
background-position:15px center;
}

.banner-main-heading{
font-size: 44px;
line-height: 57px;
color: #ffffff;
font-weight: 300;
padding:25px 0px;
}

.banner-main-heading span{
font-weight:600;    
}

.banner-para{
font-size: 16px;
line-height: 25px;
color: #ffffff;
font-weight: 400;
padding-right:10%;
padding-bottom:30px;
}

.banner-btn-grp .btn1{
border-color:#fff;
color:#fff;    
padding:14px 75px 14px 55px;
position: relative;
}

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

.banner-btn-grp .btn2{
padding:15px 60px 15px 45px;  
position:relative; 
}

.banner-btn-grp .btn2:before, .banner-btn-grp .btn1:before{
position:absolute;
content:"";
background:url(../images/btn-arrow.png) no-repeat 0 0;
width:14px;
height:11px; 
right:38px;
top:50%;
transform:translate(0, -50%); 
transition:0.5s ease-in-out all 0s;    
}

.banner-btn-grp .btn1:before{
right:52px;    
}

.banner-btn-grp .btn1:hover::before{
filter:brightness(1) invert(1);  
transition:0.5s ease-in-out all 0s;    
}

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

.ms-skin-default .ms-nav-prev{
background:url(../images/left-arrow.png) no-repeat 0 0 !important;
width:18px !important;
height:35px !important;
display:block;
background-size:contain !important;	
}

.ms-skin-default .ms-nav-next{
background:url(../images/right-arrow.png) no-repeat 0 0 !important;
width:18px !important;
height:35px !important;
display:block;
background-size:contain !important;		
}

/* banner-bottom-sec */

.banner-bottom-sec{
background:#6b2975; 
padding:32px 0px; 
margin-top:-1px;  
}

.wrap-body{
display:flex;
align-items:center;    
}

.wrap-icon img{
width:44px;    
}

.wrap-text-part{
margin-left:22px;
max-width:78%;    
}

.wrap-heading{
font-size: 20px;
color: #ffffff;
font-weight: 600;
}

.wrap-para{
font-size: 15px;
color: #ffffff;
font-weight: 400;
}

/* about-sec */

.wrapper{
margin-top:80px;    
}

.sub-heading{
font-size: 15px;
text-transform: uppercase;
color: #6b2975;
font-weight:600;
padding-left:32px;
position: relative;
margin-bottom:15px;
}

.sub-heading:before{
position:absolute;
content:"";   
width: 22px;
height: 3px;
background: #e95c2f;
left:0px; 
top:50%;
transform:translate(0, -50%);
}

.main-heading{
font-size: 34px;
line-height:1.3;
color: #313131;
font-weight: 400;
padding-bottom:20px;
}

.main-heading span{
font-weight:600;
color:#f1441c;
}

.about-para{
font-size: 15px;
line-height: 24px;
color: #313131;
font-weight: 400;
padding-bottom:30px;
}

.about-img-part{
display:flex; 
align-items:flex-start;   
}

.about-img-part img{
width:50%;
margin-left:15px;
border-radius:18px;    
}

.about-img-part img[alt="about-img2"] {
margin-top:95px;
}

.exp-box{
max-width: 377px;
background:#282f3b;
padding:17px 20px;
border-radius:0px 30px 0px 30px;
display:flex;
align-items:center;
position:absolute;
left:15px;
bottom:-30px;
}

.exp-box img{
width:65px; 
border-radius:0px;	
}

.exp-text{
font-size: 18px;
line-height: 25px;
color: #ffffff;
font-weight: 500;  
margin-left:18px;  
}

/* marquee-sec */

.marquee {
overflow-x: hidden;
padding:15px 0px;
background:#6b2975;
margin-top:100px;
}

.client_btandicon {
display: inline-block;
text-align: center;
padding: 0px 5px;
font-size: 30px;
color: white;
font-weight:700;
text-transform:uppercase;
}

.trak {
white-space: nowrap;
/*   will-change: transform; */
animation: marquee 15s linear infinite;
}

@keyframes marquee {
from { transform: translateX(0); }
to { transform: translateX(-50%); }
}

/* service-sec */

.service-sec{
position: relative;
margin-top:170px;   
background:#f5f4ee; 
padding:40px 0px 120px;
position: relative;
}

.service-sec:before{
position:absolute;
content:"";
background:url(../images/service-top.png) no-repeat 0 0;
width:100%;
height:77px; 
top:-77px;
left:0px;
background-size:cover; 
background-position:top;  
}

.service-sec:after{
position:absolute;
content:"";
background:url(../images/service-bottom.png) no-repeat 0 0;
width:100%;
height:77px; 
bottom:-15px;
left:0px;
background-size:cover; 
background-position:bottom;  
}

.service-sec .main-heading span, .wcu-sec .main-heading span, .testimonial-sec .main-heading span{
color:#313131;    
}

.service-sec .about-para{
padding:0px 16%;
}

.service-box{
border-radius: 15px;
filter: drop-shadow(0px 2px 5px rgba(0,0,0,0.15));
background: #ffffff;
padding:18px 12px 30px;
height:100%;
margin:10px;	
}

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

.service-box-icon{
width: 55px;
height: 55px;
border-radius: 50%;
background: #6b2975;
display:flex;
align-items:center;
justify-content: center;
}

.service-box-icon img{
width:max-content !important;	
}

.service-box-heading{
font-size: 18px;
line-height: 26px;
color: #353535;
font-weight: 600;
margin-left:25px;
max-width:70%;
}

.service-box-img img{
width:100%;
border-radius: 15px;  
margin-bottom:15px;  
}

.service-para{
font-size: 15px;
line-height: 25px;
color: #353535;
font-weight: 400;
margin-bottom:28px;
}

.service-box-btn .btn1{
border-color:#313131;
color:#3d3d3d;
font-size: 14px;
font-weight: 500;
padding:9px 55px 9px 28px;
background:url(../images/service-btn-arrow.png) no-repeat 0 0;
background-size:18px;
background-position:83% center;
transition:0.5s ease-in-out all 0s;
}

.service-box-btn .btn1:hover{
background-position:86% center;
box-shadow:inherit; 
transition:0.5s ease-in-out all 0s;  
}

.service-btn-part{
margin-top:48px;
text-align:center;    
}

.service-btn-part .btn3{
padding:15px 65px 15px 40px;
background-image:url(../images/btn-arrow.png);
background-repeat:no-repeat; 
background-position: 83% center;   
}

.service-sec .owl-nav {
position: absolute;
top: 50%;
left: -60px;
right: -60px;
transform: translate(0, -50%);
margin-top: 0;
z-index:-1;
}

.service-sec .owl-prev {
background: url(../images/left-arrow.png) #6b2975 no-repeat center !important;
width:43px;
height:43px;
font-size:0px !important;
float: left;
transition:0.3s ease-in-out all 0s;
border-radius:50%;
background-size:12px !important;
}

.service-sec .owl-next {
background: url(../images/right-arrow.png) #6b2975 no-repeat center !important;
width:43px;
height:43px;
font-size:0px !important;
float: right;
transition:0.3s ease-in-out all 0s;
border-radius:50%;
background-size:12px !important;	
}

/* wcu-sec */

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

.wcu-box-body{
display:flex;
align-items:center; 
justify-content:space-between; 
position: relative;  
}

.wcu-box-body:before{
position:absolute;
content:"";
width: 122px;
height: 122px;
background:url(../images/wcu-icon-bg-back.png) no-repeat 0 0;  
background-size:contain;
right:-3px;
}

.wcu-box-text-part{
max-width:67%;    
}

.wcu-box-heading{
font-size: 20px;
color: #404040;
font-weight: 600; 
padding-bottom:5px;   
}

.wcu-box-para{
font-size: 14px;
line-height: 22px;
color: #404040;
font-weight: 400;   
}

.wcu-icon-bg{
width: 99px;
height: 99px;
background: #6b2975; 
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;
transform:rotate(70deg);
}

.wcu-icon-bg img{
transform:rotate(-70deg);   
}

.wcu-box-body2{
margin-right:-48px;
margin-top:80px;
min-height:123px;
}

.wcu-box-body2 .wcu-icon-bg{
margin-top:-50px;    
}

.wcu-box-body2 .wcu-icon-bg, .wcu-box-body2 .wcu-icon-bg img{
transform:rotate(0deg);   
}

.wcu-box-body2:before{
transform:rotate(70deg); 
margin-top:-50px;    
}

.wcu-box-body2.flex-row-reverse{
margin-left:-48px;
margin-right:0px;   
}

.wcu-box-body1.flex-row-reverse:before, .wcu-box-body2.flex-row-reverse:before{
left:-3px;
right:inherit;    
}

.wcu-box-body2.flex-row-reverse .wcu-box-para{
max-width:78%;    
}

.wcu-box-body3{
flex-direction:column-reverse; 
margin-top:30px;   
}

.wcu-box-body3:before{
top:0px;
left:50%;    
transform: translate(-50%, 0%);   
}

.wcu-box-body3 .wcu-box-text-part{
max-width:100%;   
margin-top:45px; 
min-width:268px;
}

.wcu-logo-part{
width: 242px;
height: 242px;
border-radius:50%;
background: #dbcebd;
border:3px solid #144e26;
display:flex;
align-items:center;
justify-content:center;
position:relative;
left:50%;
transform: translate(-50%, 0%);    
}

/* about-sec2 */

.about-sec2{
background:#f5f4ee;
padding:60px 0px;	
}

.about-sec2 a{
padding:12px 25px;
margin:0px 8px 0px 0px;	
}

.about-sec2 a:last-child{
margin-right:0px;	
}

/* contact-sec */

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

.contact-sec:before{
position:absolute;
content:"";
background:#6b2975;
width:100%;
height:100%;
left:0px;
top:0px;
z-index:-1;	
mix-blend-mode: exclusion;	
}

.contact-sec .main-heading span{
color:#fff;    
}

.contact-form-bg{
padding:35px 28px;
background:#fff;    
}

.contact-form-bg .main-heading{
font-size:32px;
}

.contact-form-bg .main-heading span{
color:#6b2975;
}

.contact-info-body{
display:flex;
align-items:center; 
justify-content:space-between;   
}

.contact-info-left-side{
min-width:58%;    
}

.contact-info{
display:flex;  
align-items:center; 
padding:15px 0px;
border-bottom:2px solid rgba(255, 255, 255, 0.200); 
}

.contact-icon{
width: 62px;
height: 62px;
border-radius:50%;
background: #f1441c;
outline: 2px dashed #ffffff;
display:flex;
align-items:center;
justify-content:center;
}

.contact-icon img{
width:25px;    
}

.contact-details{
margin-left:22px;
}

.contact-details-heading{
font-size: 18px;
color: #ffffff;
font-weight: 400;
}

.contact-details-media{
font-size: 15px;
line-height: 24px;
color: #ffffff;
font-weight: 400;
}

.contact-details-media a{
color: #ffffff;
transition:0.5s ease-in-out all 0s;    
}

.contact-details-media a:hover{
color: #f1441c;
transition:0.5s ease-in-out all 0s;     
}

.google-map{
max-width:39%;    
}

.home-contact .wpcf7-text, .home-contact .wpcf7-textarea, .home-contact .wpcf7-select{
background: #eeeeee;
font-size: 15px;
color: #4f4f4f;
font-weight: 400;
border:0px;
width:100%;
min-height:45px;
padding:10px 15px;
}

.home-contact p{
margin-bottom:12px;    
}

.home-contact .wpcf7-textarea{
height:90px;    
}

.home-contact .wpcf7-submit{
width:100%;
height: 45px;
background-image: linear-gradient(0deg, #f1431b 0%, #fda307 50%, #f57b19 100%);
padding:10px 15px;
font-size: 16px;
text-transform: uppercase;
font-weight: 600;
transition:0.5s ease-in-out all 0s;
}

.home-contact .wpcf7-submit:hover{
box-shadow:inset 0 80px #0933a6;
color:#fff;   
transition:0.5s ease-in-out all 0s;  
}

.home-contact input::placeholder, .home-contact textarea::placeholder{
font-size: 15px;
color: #4f4f4f;   
}

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

/* testimonial-sec */

.testimonial-sec{
padding:90px 0px;
position: relative; 
z-index:1; 
}

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

.sp-testimonial-free{
border-radius: 10px !important;
background:#6b2975 !important;
padding:35px 27px !important; 
position:relative !important; 
margin-top:30px !important;    
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial, .sp-testimonial-free-section .sp-testimonial-client-testimonial p{
font-size: 17px !important;
line-height: 27px !important;
color: #ffffff !important;
font-weight: 400 !important;
font-style: italic !important;
text-align:center !important;
padding:0px !important;
margin-bottom:40px !important;
}

.sp-testimonial-client-name{
font-size: 18px !important;
color: #ffffff !important;
font-weight: 600 !important;
margin-bottom:0px !important;
}

.sp-testimonial-client-designation{
font-size: 16px !important;
color: #ffffff !important;
font-weight: 400 !important;    
}

.sp-testimonial-client-rating{
position:absolute;
left:50%;
transform:translate(-50%, 0%);
bottom:87px;    
}

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

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

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

/* cta-sec */

.cta-bg{
background:url(../images/cta-texture-bg.png) #6b2975 no-repeat 0 0;
padding:33px 15px;
border-radius: 18px;
background-size:cover;
width:100%;
height:100%;
background-blend-mode:color-burn;
position: relative;
}

.cta-bg:before{
position:absolute;
content:"";  
background:url(../images/cta-img.png) no-repeat 0 0;   
}

.cta-bg:after{
position:absolute;
content:"";  
width:214px; 
height:190px;
background-size:contain; 
background:url(../images/cta-img.png) no-repeat 0 0;
left:0px;
bottom:0px;
}

.cta-heading{
font-size: 28px;
line-height:1.3;
color: #ffffff;
font-weight: 600;
}

.cta-btn-grp{
text-align:right;    
}

.cta-bg .btn2{
background: linear-gradient(0deg, #f1431b 0%, #fda307 50%, #f57b19 100%); 
color:#1b1b1b;
text-transform:uppercase; 
padding:15px 40px;  
}

.cta-bg .btn2:hover{
box-shadow: inset 0 80px #fff;
color: #000;
transition: 0.5s ease-in-out all 0s;
}

.cta-bg a{
min-width:175px;
text-align:center;    
}

/* footer-sec */

.footer-sec{
background:url(../images/footer-light-bg.png) #f5f2ec no-repeat 0 0;   
padding:60px 0px 45px; 
background-size:cover;
width:100%;
height:100%;
background-blend-mode:normal;
margin-top:60px;
}

.page-id-7 .footer-sec{
margin-top:-65px; 
padding:130px 0px 45px;   
}

.footer-heading{
font-size: 20px;
line-height: 28px;
color: #143a68;
font-weight: 600;
padding-bottom:15px;
}

.footer-sec ul{
padding:0px;
margin:0px;    
}

.footer-contact-info ul li{
font-size: 14px;
line-height: 34px;
color: #373737;
font-weight: 400;
position: relative;
padding-left:30px;
}

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

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

.footer-logo img{width:250px;}

.ndis-logo img{
width:200px; 
margin-top:20px;   
}

.footer-list ul li{
font-size: 14px;
line-height: 30px;
font-weight: 400;
}

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

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

.social-icons, .social-icons ul{
display:flex;  
align-items:center;  
}

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

.social-icons ul li a img{
width:40px;
}

.copyright-sec{
background:#6b2975;    
font-size: 15px;
color: #ffffff;
font-weight: 400;
text-align:center;
padding:10px 0px;
}

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

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

.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: 200px 0 110px !important;
margin:100px 0 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;
}

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

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

/* side fixed btns */

.side-fixed-btns{
position:fixed;	
top:47%;
right:-100px;
z-index:1000;
transform: rotate(90deg);
}

.side-btn1{
background:#6b2975;
color:#fff;
padding:12px 20px;
border-radius:0px 0px 5px 5px;
margin-right:5px;
transition:0.5s ease-in-out all 0s;	
}

.side-btn1:hover{
background:#fda307;	
transition:0.5s ease-in-out all 0s;	
}

.side-btn2{
background:#f1431b;
color:#fff;
padding:12px 20px;
border-radius:0px 0px 5px 5px;
transition:0.5s ease-in-out all 0s;	
}

.side-btn2:hover{
background:#444444;	
transition:0.5s ease-in-out all 0s;	
}

/* inner-sec */

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

.inner-img img{
border-radius:10px;
width:100%;    
}

.inner-heading{
font-size:27px;
line-height:1.3;
color: #313131;
font-weight:600;
padding-bottom: 10px;    
}

.inner-para{
font-size: 15px;
line-height: 24px;
color: #313131;
font-weight: 400;
}

.inner-para strong{
font-size:16px;
display:inline-block;
padding-bottom:5px;    
}

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

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

.inner-list ul li{
font-size: 15px;
line-height: 24px;
color: #313131;
font-weight: 400;  
margin-bottom:5px;
padding-left:18px;
position: relative; 
}

.inner-list ul li:before{
position: absolute;
content: '\2713';
color: #e95c2f;
padding: 0 6px 0 0;
top: 2px;
left: 0px;
font-weight:700;    
}

.call-bg{
background: url(../images/cta-texture-bg.png) #6b2975 no-repeat 0 0;
padding:30px;
border-radius:18px;
background-size: cover;
width: 100%;
height: 100%;
background-blend-mode: color-burn;
text-align:center;
}

.call-heading{
font-size:27px;
line-height:1.3;
color: #fff;
font-weight:600;
padding-bottom: 10px;     
}

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

.inner-cta-btn{
margin-top:15px;    
}

.inner-cta-btn a, .inner-box-btn a{
margin:0px 5px;
padding:12px 30px;    
}

.inner-box{
background:#f1431b;
padding:30px 20px;
height:100%;
border-radius:10px;    
}

.inner-box-btn a{
margin:15px 0px 0px; 
border-color:#fff;
color:#fff; 
padding:10px 30px;   
}

.inner-box-btn a:hover{
box-shadow:inset 0 80px #fff; 
color:#444;   
}

.inner-box-img img{
max-height:200px;
width:100%;
object-position:top;
object-fit:cover;
margin-bottom:15px;
border-radius:10px 10px 0px 0px;    
}

.inner-box-heading{
font-size:22px;
line-height:1.3;
font-weight:600;
color:#fff;
padding-bottom:5px;    
}

.inner-box-para{
font-size: 15px;
line-height: 24px;
color: #fff;
}

/* inner-contact */

.ref_form_box, .step-form{
background:#444444;
padding:35px;
border-radius:15px;   
}

.ref_form_box p, .ref_form_box_input p{
margin-bottom:0px !important;    
}

.ref_form_box .wpcf7-text, 
.ref_form_box .wpcf7-date,
.ref_form_box .wpcf7-select,
.ref_form_box .wpcf7-file,
.ref_form_box textarea
{
background:#fff;
padding:14px 20px;
border-radius:4px; 
width:100%; 
border:0px;
outline:0px; 
font-size:15px;	
}

.ref_form_box .wpcf7-select{
padding:12px 15px; 
color:#030303;	
}

.ref_form_box .wpcf7-file{
padding:9px 20px !important;   
}

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

.contact-btn .wpcf7-submit{
padding:12px 35px !important;
border-radius:50px !important;
background:linear-gradient(0deg, #f1431b 0%, #fda307 50%, #f57b19 100%);	
font-weight:500;
font-size:16px;
transition: 0.5s ease-in-out all 0s; 
}

.contact-btn .wpcf7-submit:hover{
box-shadow: inset 0 80px #fda307;
color: #fff;
transition: 0.5s ease-in-out all 0s;   
}

.ref_form_box_input input, .ref_form_box_input .wpcf7-select{
border-radius:50px !important;
background-color: #fff !important;
width: 100% !important;
outline: 0 !important;
padding: 12px 15px !important;
color: #030303 !important;
font-size: 15px !important;
border:1px solid #b8b8b8;
}

.ref_form_box input, .ref_form_box select, .ref_form_box .wpcf7-textarea{
border:0px !important;    
}


.ref_form_box_input textarea {
border-radius:20px !important;
background-color: #fff !important;
width: 100% !important;
outline: 0 !important;
padding: 14px 15px !important;
color: #030303 !important;
font-size: 15px !important;
border:1px solid #b8b8b8 !important;
height:144px !important;
}

.ref_form_box_input input::placeholder, .ref_form_box_input textarea::placeholder{
color:#1f2125;    
}

.contact_page_info {
position: relative;
padding-left: 47px;
color:#313131;
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:#000;
}

.contact_page_info a {
color:#313131;
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:#e95c2f;	
}

span.wpcf7-list-item {
margin: 0 !important;
display: block;
}
.wpcf7-list-item label {
display: block;
position: relative;
margin-top: 8px;
color: #000;
cursor: pointer;
font-size: 16px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.half_check .wpcf7-list-item {
width: 45%;
}
.wpcf7-list-item label input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
.wpcf7-list-item-label {
position: relative;
padding-left: 22px;
display:block;	
color:#fff;
font-size:15px;
}
.wpcf7-list-item-label::before {
position: absolute;
top: 4px;
left: 0;
height: 16px;
width: 16px;
background-color: #eee;
border: 1px solid #ccc;
border-radius: 50%;
}
.wpcf7-list-item label:hover input ~ .wpcf7-list-item-label:before {
background-color: #ccc;
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:before {
background:linear-gradient(0deg, #f1431b 0%, #fda307 50%, #f57b19 100%);
border:inherit;
}
.wpcf7-list-item-label:after {
content: "";
position: absolute;
display: none;
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:after {
display: block;
}
.wpcf7-list-item label .wpcf7-list-item-label:after {
left: 6px;
top: 6px;
width: 5px;
height: 9px;
border: solid #fff;
border-width: 0 1px 1px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}

.error_container {
display: flex;
align-items: center;
text-align: center;
margin-bottom:60px;	
}

/* blog */

.more-link {
display: block;
width: fit-content;
padding: 10px 30px;
margin:20px 0px 0px;
border-radius:50px;
background:#f1441c;
color:#fff;
transition:0.5s ease-in-out all 0s;
font-size:16px;
font-weight:500;	
text-transform:uppercase;
}

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

.post .entry-title{
font-size:27px !important;
line-height:1.3 !important;
text-transform: capitalize;
font-weight:600 !important;
text-transform:uppercase;	
color:#313131;	
}

.post .entry-title a{
color:#313131 !important;	
}

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

.post .entry-summary, .post .entry-content, .comment-form-comment label{
font-size: 15px;
line-height: 24px;
color: #313131;
font-weight: 400;
padding-bottom:10px;	
}

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

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

.post ul li{
font-size: 14px;
line-height: 27px;
color: #313131;
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:#313131 !important;
transition: all 500ms ease-in-out;
}

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

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

.content-sidebar .widget a:hover, .entry-title a:hover, .entry-meta a:hover {
color:#f1441c !important;
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;    
}

/* footer-fixed */

.footer-fixed-buttons {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
text-align: center;
z-index: 99;
display:none;
}
.footer-btn1 {
background:linear-gradient(0deg, #f1431b 0%, #fda307 50%, #f57b19 100%);
color: #fff !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:#6b2975;
color: #fff !important;
width: 50%;
float: left;
padding: 10px 0;
}

/* scroll to top */

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

/* responsive */

@media only screen and (max-width : 767px) {
.ms-slide:before{background-position: right bottom;width:97%;background-size:cover;}	
.about-img-part{margin-top:24px;}	
.about-img-part img{width:45%;}
.about-img-part img[alt="about-img1"] {margin-left:0px;}	
.wcu-logo-part{width:300px !important;height:300px !important;margin-top:24px;}	
.wcu-box-body{align-items:center !important;}	
.wcu-box-body:before{transform: translate(-50%, 0%) !important;left:50% !important;}
.wcu-box-heading, .wcu-box-para{text-align:center !important;}	
.wcu-box-body1.flex-row-reverse, .wcu-box-body2.flex-row-reverse{align-items:center !important;}
.cta-bg:after{display:none;}
.cta-bg{padding:30px;}	
.cta-bg .row{margin:0px;}
.cta-heading{text-align:center;}	
.cta-btn-grp{text-align:center;margin-top:24px;}	
.cta-btn-grp a{margin-left:0px !important;}	
.trak{animation: marquee 5s linear infinite !important;}
.service-sec{margin-top:60px !important;}	
.service-sec:before{top:-14px !important;background-size:contain !important;}
.service-sec:after{bottom: 0px !important;background-size: contain !important;}	
}


@media only screen and (min-width : 321px) and (max-width : 480px) {
.ms-slide-info {left: 4% !important;right: 4% !important;width: auto !important;}
.banner-sec .container{padding:0px;}
.ms-view, .ms-slide, .ms-slide-bgcont{min-height:520px !important;}
.ms-slide-bgcont img{object-position:right;}	
.ms-slide:after{width:70px;}	
}

@media only screen and (min-width : 320px) and (max-width :568px) {
.banner-para{text-shadow:2px 0px 10px #ffffff50;}	
.banner-btn-grp .btn2{padding:15px 40px 15px 20px;}
.banner-btn-grp .btn1{padding:14px 40px 14px 30px;}	
.banner-btn-grp .btn2:before, .banner-btn-grp .btn1:before{right:20px;}	
.inner-cta-btn a{margin:5px !important;}	
}

@media only screen and (min-width : 300px) and (max-width : 1023px) {
.primary-navigation, .header-btn-grp, .ms-nav-next, .ms-nav-prev, .owl-nav{display:none !important;}
.header{border-top:0px;}
.fixed-header{top:0px;}
.logo a img{width:180px;}
.ms-view, .ms-slide, .ms-slide-bgcont{min-height: 450px;}
.ms-slide-bgcont img{object-fit:cover;}	
.banner-sec, .page .entry-header, .blog_page_header{margin-top:83px !important;}
.about-sec2	a{margin:0px 10px 10px 0px;} 
.cta-btn-grp a{margin:0px 0px 10px 10px;}	
.about-sec2	a:last-child, .cta-btn-grp a:last-child{margin:0px;}
.wcu-logo-part{width:auto;height:auto;padding:15%;}	
.wcu-box-text-part{max-width:100%;}	
.wcu-box-body{align-items:end;}
.wcu-box-body3{align-items:center;}	
.wcu-box-body1, .wcu-box-body2{flex-direction:column-reverse !important;}
.wcu-box-body:before{top:0px;}
.wcu-box-heading{margin-top:30px;}
.wcu-box-body3 .wcu-box-text-part{min-width:100%;margin-top:0px;}
.wcu-box-body2{margin-right:0px;}
.wcu-box-body2.flex-row-reverse{margin-left:0px;}
.wcu-box-body .wcu-box-para{max-width:100% !important;}		
.footer-fixed-buttons {display: block;}	
.footer-sec{padding-bottom:30px;}
.copyright-sec{padding-bottom:55px;}
.upper-arrow{bottom:70px !important;}	
}

@media only screen and (min-width : 300px) and (max-width : 1024px) {
.banner-main-heading{font-size:27px;line-height:1.3;padding:20px 0px 15px;}	
.banner-para{font-size:15px;padding-bottom:20px;}	
.exp-box img{width:50px !important;}
.wrap-heading{font-size:18px;}	
.exp-text{font-size:15px;}
.wrapper, .marquee{margin-top:60px;}	
.main-heading{font-size:27px !important;padding-bottom:15px;}
.sub-heading{margin-bottom:5px;}	
.client_btandicon{font-size:20px;}
.service-sec .about-para{padding:0px;}	
.service-sec{margin-top:120px;}	
.wcu-sec .main-heading{padding-bottom:24px;}		
.contact-sec, .testimonial-sec{padding:60px 0px;}
.contact-info-body{flex-direction:column;}	
.google-map{width:100%;max-width:inherit;margin-top:20px;}	
.contact-info-left-side{width:100%;min-width:inherit;}
.sp-testimonial-free{margin-top:15px !important;}
.contact-icon{width:50px;height:50px;}	
.page .entry-header, .blog_page_header{padding:100px 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) {
.ms-slide:before{width:600px;background-size:cover;}
.banner-part{max-width:520px;}	
.about-img-part img{width:46%;}	
.wcu-box-body1.flex-row-reverse, .wcu-box-body2.flex-row-reverse{align-items:start !important;}		
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.ms-slide:before{width:600px;background-size:cover;}
.banner-part{max-width:520px;}	
.about-img-part img{width:46%;}	
.wcu-box-body1.flex-row-reverse, .wcu-box-body2.flex-row-reverse{align-items:start !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-sec ul li{margin-right:17px;}
.header-btn-grp a{min-width:140px;}	
.owl-nav{display:none;}	
.about-sec2 a {margin: 0px 10px 10px 0px;}
.cta-bg a{min-width:150px;}	
.wcu-logo-part{width:200px;height:200px;padding:20%;}
.wcu-box-text-part{max-width:80%;}	
.wcu-box-body{align-items:end;}
.wcu-box-body3{align-items:center;}	
.wcu-box-body1, .wcu-box-body2{flex-direction:column-reverse !important;}
.wcu-box-body:before{top:0px;}
.wcu-box-heading{margin-top:30px;}
.wcu-box-body3 .wcu-box-text-part{min-width:100%;margin-top:0px;}
.wcu-box-body2{margin-right:0px;}
.wcu-box-body2.flex-row-reverse{margin-left:0px;}
.wcu-box-body .wcu-box-para{max-width:100% !important;}	
.wcu-box-body1.flex-row-reverse, .wcu-box-body2.flex-row-reverse{align-items:start !important;}	
.contact-icon{width:50px;height:50px;}		
}


/* 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-sec ul li{margin-right:17px;}
.header-btn-grp a{min-width:140px;}	
.owl-nav{display:none;}	
.about-sec2 a {margin: 0px 10px 10px 0px;}
.cta-bg a{min-width:150px;}	
.wcu-logo-part{width:200px;height:200px;padding:20%;}	
.wcu-box-text-part{max-width:80%;}	
.wcu-box-body{align-items:end;}
.wcu-box-body3{align-items:center;}	
.wcu-box-body1, .wcu-box-body2{flex-direction:column-reverse !important;}
.wcu-box-body:before{top:0px;}
.wcu-box-heading{margin-top:30px;}
.wcu-box-body3 .wcu-box-text-part{min-width:100%;margin-top:0px;}
.wcu-box-body2{margin-right:0px;}
.wcu-box-body2.flex-row-reverse{margin-left:0px;}
.wcu-box-body .wcu-box-para{max-width:100% !important;}	
.wcu-box-body1.flex-row-reverse, .wcu-box-body2.flex-row-reverse{align-items:start !important;}	
.contact-icon{width:50px;height:50px;}		
}

@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) {

}


