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


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: 'Playfair Display';
src: url('../fonts/PlayfairDisplay-Bold.eot');
src: url('../fonts/PlayfairDisplay-Bold.eot?#iefix') format('embedded-opentype'),
url('../fonts/PlayfairDisplay-Bold.woff2') format('woff2'),
url('../fonts/PlayfairDisplay-Bold.woff') format('woff'),
url('../fonts/PlayfairDisplay-Bold.ttf') format('truetype'),
url('../fonts/PlayfairDisplay-Bold.svg#PlayfairDisplay-Bold') format('svg');
font-weight: bold;
font-style: normal;
font-display: swap;
}

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

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

@font-face {
font-family: 'Playfair Display';
src: url('../fonts/PlayfairDisplay-Regular.eot');
src: url('../fonts/PlayfairDisplay-Regular.eot?#iefix') format('embedded-opentype'),
url('../fonts/PlayfairDisplay-Regular.woff2') format('woff2'),
url('../fonts/PlayfairDisplay-Regular.woff') format('woff'),
url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype'),
url('../fonts/PlayfairDisplay-Regular.svg#PlayfairDisplay-Regular') format('svg');
font-weight: normal;
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;
}

/* btn */

.btn1, .ref_form_box .contact-btn .wpcf7-submit{
border-radius:50px;
background: #f4d50e; 
padding:13px 32px;
display:inline-block;
font-size: 16px;
text-transform: uppercase;
color: #000000;
font-weight: 600;
transition:0.5s ease-in-out all 0s;   
}

.btn1:hover, .ref_form_box .contact-btn .wpcf7-submit:hover, .ref_form_box .contact-btn .wpcf7-submit:active, .ref_form_box .contact-btn .wpcf7-submit:focus{
box-shadow: inset 0 80px #000;  
color:#fff; 
transition:0.5s ease-in-out all 0s;
}

.btn2, .contact-btn .wpcf7-submit, .more-link{
border-radius:50px;
background: #5a50a1; 
padding:13px 32px;
display:inline-block;
font-size: 16px;
text-transform: uppercase;
color: #fff;
font-weight: 600;
transition:0.5s ease-in-out all 0s;    
}

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

.call-btn{
border-radius:50px;
background: #fff; 
border:2px solid #fff;
padding:11px 23px 11px 42px;
display:inline-block;
font-size: 16px;
text-transform: uppercase;
color: #000;
font-weight: 600;
transition:0.5s ease-in-out all 0s; 
position: relative;     
}

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

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

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

/* header-sec */

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

.fixed-header{    
top:0px;
animation: smoothScroll 1s;
z-index: 999;
transition:all 500ms ease-in-out;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.logo a img{
width:208px;
transition:all 500ms ease-in-out; 
}

.fixed-header .logo a img{
width:180px;
transition:all 500ms ease-in-out;
}

.menu ul{
margin:auto !important;    
}

.menu ul li{
font-size: 16px;
float:left;
font-weight:600;
margin-right:30px;  
}

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

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

.header-call-icon{
width: 42px;
height: 42px;
border-radius: 50%;
background: #5a50a1; 
display:flex;
align-items:center;
justify-content:center; 
position:absolute;
left:0px; 
}

.header-call-icon img{
width:15px;    
}

.header-call-part{
padding-left:52px;
position: relative;
margin-left:20px;
}

.header-call-text{
font-size: 14px;
color: #000000;
font-weight: 700;   
}

.header-call-text a{
color:#000000;
font-size:16px;  
display:block; 
transition:0.5s ease-in-out all 0s; 
}

.header-call-text a:hover{
color:#5a50a1;    
transition:0.5s ease-in-out all 0s;     
}

/* banner-sec */

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

.banner-sec:before{
position:absolute;
content:"";
background: #5A50A1;
background: linear-gradient(90deg, rgba(90, 80, 161, 1) 0%, rgba(90, 80, 161, 0.7) 25%, rgba(90, 80, 161, 0.2) 50%, rgba(90, 80, 161, 0) 75%, rgba(90, 80, 161, 0) 100%);
width:100%;
height:100%;    
}

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

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

.banner-sub-heading{
background:#fff;
padding:5px 15px;	
border-radius:50px;
display:inline-block;
font-size:15px;
font-weight:600;
margin-bottom:10px;	
}

.banner-heading{
font-size: 40px;
line-height:1.3;
color: #ffffff;
font-weight: 700;
font-family: "Playfair Display";
background:url(../images/banner-shape-icon.png) no-repeat 0 0;
background-position: right 90%;
display: inline-block;
}

.banner-heading strong{
color:#f4d50e;    
}

.banner-para{
font-size: 16px;
line-height: 30px;
color: #ffffff;
font-weight: 400;
padding:15px 0px 25px;
}

/* wrap-sec */

.wrap-sec{
position: relative;
z-index:1;
margin-top:-50px;    
}

.wrap-box-icon-part{
border-radius:50%;
background-color: #fffbdf;
border: 1px solid #f4d50e;
width: 65px;
height: 65px;
padding:13px;
}

.wrap-sec .col-lg-3:nth-child(even) .wrap-box-icon-part{
background-color: #ddd9ff;
border: 1px solid #5a50a1;   
}

.wrap-box{
border-radius: 15px;
filter: drop-shadow(0px 3px 3px rgba(3, 9, 20, 0.178));
background: #ffffff;  
padding:15px 20px;
display:flex;
align-items:center;
height:100%;  
}

.wrap-box-heading{
font-size: 16px;
color: #000000;
font-weight: 600;
margin-left:17px;
max-width:62%;
}

/* about-sec */

.wrapper{
margin-top:90px;    
}

.about-img{
padding-left:75px; 
position:relative;
z-index:1;   
}

.about-img:before{
position:absolute;
content:""; 
background:url(../images/about-texture-left.png) no-repeat 0 0;
width:250px;
height:317px; 
left:0px;
top:30px;
z-index:-1;  
background-size:contain;
}

.about-text-part{
position: relative;  
z-index:1;   
}

.about-text-part:before{
position:absolute;
content:"";
background:url(../images/about-texture-right.png) no-repeat 0 0;
width:65px;
height:55px;
background-size:contain;
right:15px;
top:-22px;    
}

.main-heading{
font-size: 34px;
line-height:1.3;
color: #000000;
font-weight: 700;
font-family: "Playfair Display"; 
background: url(../images/info-shape-icon.png) no-repeat 0 0;
background-position: right 70%;
display: inline-block; 
padding-bottom:50px;  
}

.main-heading strong{
color:#f4d50e;    
}

.about-para{
font-size: 16px;
line-height: 30px;
color: #000000;
font-weight: 400;  
padding-bottom:25px;  
}

/* service-sec */

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

.service-sec:before{
position:absolute;
content:""; 
background:url(../images/service-top-texture.png) no-repeat 0 0;
width:122px; 
height:246px;
left:0px;
top:42px; 
background-size:contain; 
z-index:-1;
}

.service-sec:after{
position:absolute;
content:""; 
background:url(../images/service-bottom-texture.png) no-repeat 0 0;
width:76px; 
height:199px;
right:0px;
bottom:42px;  
background-size:contain;
z-index:-1;
}

.service-img img{
border-radius:15px;    
}

.service-box-heading{
font-size: 18px;
color: #000000;
font-weight: 700;
font-family: "Playfair Display";
padding:15px 0px 12px;
}

.service-box-para{
font-size: 14px;
line-height: 28px;
color: #000000;
font-weight: 400;
padding-bottom:20px;
}

.service-btn .btn2{
padding:13px 28px;    
font-size:14px;    
}

/* wcu-sec */

.wcu-sec{
position: relative; 
z-index:1;   
}

.wcu-sec .container{
position: relative;   
}

.wcu-sec .container:before{
position:absolute;
content:"";
background:url(../images/wcu-texture-left.png) no-repeat 0 0;
width:91px;
height:92px;
left:-35px;
top:-40px;
}

.wcu-sec:after{
position:absolute;
content:"";
background:url(../images/wcu-texture-mid.png) no-repeat 0 0;
width:100%;  
height:112px;
top:75%;
left:50%;
transform:translate(-50%, -50%);
z-index:-1;
background-size:cover;  
}

.wcu-box{
border-radius: 15px;
background: #f4d50e;
padding:24px 18px;
position: relative;  
overflow:hidden; 
z-index:1; 
height:100%;
}

.wcu-sec .col-lg-2:nth-child(1) .wcu-box:before,
.wcu-sec .col-lg-2:nth-child(2) .wcu-box:before,
.wcu-sec .col-lg-2:nth-child(3) .wcu-box:before,
.wcu-sec .col-lg-2:nth-child(4) .wcu-box:before,
.wcu-sec .col-lg-2:nth-child(5) .wcu-box:before,
.wcu-sec .col-lg-2:nth-child(6) .wcu-box:before
{
position:absolute;
content:"";    
background:url(../images/wcu-box-shape1.png) no-repeat 0 0;
width:70px;
height:57px;
background-size:contain;  
z-index:-1;  
right:0px;
bottom:0px;
}

.wcu-sec .col-lg-2:nth-child(2) .wcu-box:before{   
background:url(../images/wcu-box-shape2.png) no-repeat 0 0;
width:153px;
height:45px;
background-size:contain;    
top:0px;
left:0px;
}

.wcu-sec .col-lg-2:nth-child(3) .wcu-box:before{   
background:url(../images/wcu-box-shape3.png) no-repeat 0 0;
width:119px;
height:82px;
background-size:contain;    
top:0px;
right:0px;
}

.wcu-sec .col-lg-2:nth-child(4) .wcu-box:before{   
background:url(../images/wcu-box-shape4.png) no-repeat 0 0;
width:98px;
height:105px;
background-size:contain;    
top:0px;
left:0px;
}

.wcu-sec .col-lg-2:nth-child(5) .wcu-box:before{   
background:url(../images/wcu-box-shape5.png) no-repeat 0 0;
width:103px;
height:105px;
background-size:contain;    
top:0px;
right:0px;
}

.wcu-sec .col-lg-2:nth-child(6) .wcu-box:before{   
background:url(../images/wcu-box-shape6.png) no-repeat 0 0;
width:174px;
height:63px;
background-size:contain;    
top:0px;
left:0px;
}

.wcu-icon{
width: 54px;
height: 54px;
border-radius:50%;
background: #5a50a1; 
margin:0px auto 12px;  
display:flex;
align-items:center;
justify-content:center;
}

.wcu-icon img{
width:32px;    
}

.wcu-box-heading{
font-size: 14px;
color: #000000;
font-weight: 700;
line-height:20px;
text-align:center;
}

.wcu-box-para{
font-size: 13px;
text-align: center;
padding-top: 10px;    
}

/* cta-sec */

.cta-bg{
border-radius: 20px;
background:url(../images/cta-texture.png) #5a50a1 no-repeat 0 0; 
padding:30px 60px 30px 170px;
display:flex;
align-items:center; 
justify-content:space-between;
background-position:bottom left;
}

.cta-text-part{
max-width:50%;
margin-right:20px;	
}

.cta-heading{
font-size: 30px;
color: #ffffff;
font-weight: 700;
line-height:1.3;
padding-bottom:10px;
}

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

.cta-btn-part .call-btn{
padding:11px 35px;
}

.cta-btn-part .call-btn::before{
display:none;    
}

/* testimonial-sec */

.sp-testimonial-free-wrapper{
overflow:inherit !important;    
}

#sp-testimonial-free-wrapper-25 .sp-testimonial-free-section{
margin:0px !important;    
}

.sp-testimonial-free{
border-radius: 15px !important;
filter: drop-shadow(0px 3px 0.5px #f4d50e) !important;
background: #fff9d1 !important; 
padding:80px 20px 20px !important;
margin:20px 0px !important;   
}

.page-id-11 .sp-testimonial-free{
margin-bottom:0px !important;	
}

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

.sp-testimonial-client-name{
font-size: 14px !important;
color: #000000 !important;
font-weight: 700 !important; 
position:absolute;
top:28px;
left:20px;   
}

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

.sp-testimonial-client-designation{
font-size: 12px !important;
color: #000000 !important;
font-weight: 400 !important;
position:absolute;
top:52px;
left:118px;
display:none;     
}

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

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

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

/* scroll to top */

#top {
background:#f4d50e;
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);}
}

/* footer-sec */

.footer-sec{
background:url(../images/footer-bg.png) no-repeat 0 0;
padding-top:90px;
background-size:cover; 
background-position:top right; 
position: relative; 
margin-top:90px; 
}

.footer-sec:before{
position:absolute;
content:"";
background:url(../images/footer-texture.png) no-repeat 0 0;
width:101px;
height:125px; 
right:10px;
top:-60px;   
}

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

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

.footer-contact-info ul li:last-child{
margin-bottom:0px;    
}

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

.footer-contact-info ul li span{
width: 28px;
height: 28px;
border-radius:50%;
background: #f4d50e;
padding:7px;
display:flex;
position:absolute;
left:0px;
}

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

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

.copyright-text{
font-size: 14px;
color: #ffffff;
font-weight: 400;
padding:15px;
text-align:center;
border-top:1px solid #ffffff20;
margin-top:50px;
}

.copyright-text 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: #f4d50e; 
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:90px 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: #5A50A1;
background: linear-gradient(90deg, rgba(90, 80, 161, 1) 0%, rgba(90, 80, 161, 0.7) 25%, rgba(90, 80, 161, 0.2) 50%, rgba(90, 80, 161, 0) 75%, rgba(90, 80, 161, 0) 100%);
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: 27px;
font-weight: 600;
text-transform: none;
z-index: 99;
margin-bottom: 3px;
text-align:left;
}
.breadcrumb-container {
width: 100%;
color: #fff;
position: relative;
font-size: 15px;
text-align:left;
}
.breadcrumb-container a {
color: #f4d50e;
}
.page {
margin-top: 0 !important;
}

/* inner-page */

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

.inner-sec img{
width:100%;    
}

.inner-heading{
font-size:27px;
line-height:1.3;
color:#5a50a1;
font-weight:700;
font-family: "Playfair Display";
padding-bottom:10px;    
}

.inner-para, .inner-cta-para{
font-size:15px;
line-height:27px;
color: #000000;
font-weight: 400;
}

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

.inner-cta-bg{
background:#f4d50e;
padding:30px;
border-radius:15px; 
text-align:center;   
}

.inner-cta-bg .btn2:hover{
box-shadow: inset 0 80px #000;
color: #fff;    
}

.inner-cta-heading{
font-size: 27px;
line-height: 1.3;
color: #000;
font-weight: 700;
font-family: "Playfair Display";
padding-bottom: 10px;    
}

.inner-cta-para{
padding-bottom:15px;  
}

.inner-list{
margin:12px 0px;    
}

.inner-list ul li{
line-height:25px;
margin-bottom: 12px;
font-size: 15px;
color: #000;
padding-left: 22px;
position: relative;
background: url(../images/check-icon.png) no-repeat 0 0;
background-size: 16px;
background-position: left 5px;    
}

.inner-box{
background:#5a50a1;
padding:25px;
height:100%;
border-radius:15px;
}

.inner-box .inner-list ul li{
color:#fff; 
mix-blend-mode:screen;    
}

.inner-box-heading{
font-size:20px;
line-height: 1.3;
color: #fff;
font-weight: 700;
font-family: "Playfair Display";
padding-bottom: 10px;
}

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

/* inner-contact */

.ref_form_box{
background:#5a50a1;
padding:35px;
border-radius:15px;   
}

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

.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:50px; 
width:100%; 
border:0px;
outline:0px;  
}

.ref_form_box .wpcf7-select{
padding:12px 20px !important;   
}

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

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

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

.ref_form_box_input .wpcf7-select{
padding: 12px 15px !important;   
}

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

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

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

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

span.wpcf7-list-item {
margin: 0 !important;
display: block;
}
.wpcf7-list-item label {
display: block;
position: relative;
margin-top: 8px;
color: #fff;
cursor: pointer;
font-size: 15px;
-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;
}
.wpcf7-list-item-label::before {
position: absolute;
top: 1px;
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:#f4d50e;
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: 3px;
width: 5px;
height: 9px;
border: solid #000;
border-width: 0 1px 1px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}

/* blog */

.more-link {
display: block;
width: fit-content;
padding: 10px 30px;
margin:20px 0px 0px;
}

.post .entry-title{
font-size:27px !important;
line-height:1.3 !important;
text-transform: capitalize;
font-weight:700 !important;
/* text-transform:uppercase;	 */
color:#000;
font-family: "Playfair Display";	
}

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

.wp-block-heading {
border-top: 5px solid #f4d50e;
color:#000;
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: 27px;
color: #000;
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: 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;   
}

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

/* 404 */

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

/* footer-fixed */

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

/* responsive */

@media only screen and (max-width : 767px) {
.cta-bg{flex-direction:column;padding:30px !important;}
.cta-text-part{max-width:100%; text-align:center;margin-bottom:20px;}	
.service-sec .main-heading, .wcu-sec .main-heading{text-align:center;}	
.service-sec:before, .service-sec:after{width:50px;}
.footer-sec:before{top:0px !important;}		
}


@media only screen and (min-width : 321px) and (max-width : 480px) {
.banner-img{height:460px !important;object-position:inherit !important;}
.banner-sub-heading{font-size:13px !important;padding:5px 9px !important;}	
.banner-btns-grp a{font-size:14px;}
.banner-btns-grp .btn1{padding:13px 20px;}
.banner-btns-grp .call-btn{padding:11px 20px 11px 42px;}
.about-img:before{width:110px !important;}	
}

@media only screen and (min-width : 320px) and (max-width :568px) {

}

@media only screen and (min-width : 300px) and (max-width : 1023px) {
.primary-navigation, .header-call-part, .fa-angle-left:before, .fa-angle-right:before, .header-btn{display:none !important;}
.fixed-header .logo a img, .logo a img{width:180px !important;}	
.banner-sec{margin-top:81px !important;}	
.header-btn{position:absolute;top:20px;right:15%;}	
.banner-sub-heading{font-size:14px;}
.banner-img{height:440px;object-fit:cover;}
.copyright-text{margin-top:30px;padding-bottom:60px !important;}
.footer-fixed-buttons {display: block;}
.upper-arrow{bottom:60px !important;}
.page .entry-header, .blog_page_header{margin-top:81px !important;padding:100px 0 70px !important;}	
.footer-sec{padding-top:60px;}	
}

@media only screen and (min-width : 300px) and (max-width : 1024px) {
.banner-heading{background-size:80px;}		
.banner-heading, .main-heading{font-size:30px;}
.banner-para{font-size:15px;line-height:25px;padding:15px 0px 20px;}
.wrapper, .footer-sec{margin-top:60px;}
.about-img:before{width:140px;}		
.about-img{padding-left:40px;}	
.service-sec{padding:60px 0px;}
.cta-heading{font-size:27px;}
.cta-bg{background-size:60px;padding:30px 30px 30px 60px;}
.cta-btn-part{text-align:center;}	
.cta-btn-part a{font-size:15px;}
.cta-btn-part .call-btn{margin:12px 0px 0px 0px !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) {
.banner-part{max-width:380px;}
.cta-text-part{max-width:60%;}	
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.banner-part{max-width:380px;}
.cta-text-part{max-width:60%;}	
}

/* 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;}	
.header-call-text a{font-size:15px;}
.header-btn a{padding:13px 25px;}	
}


/* 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;}	
.header-call-text a{font-size:15px;}
.header-btn a{padding:13px 25px;}		
}

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

}

