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


body {
font-family: 'Outfit';
}

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

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

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

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

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

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

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

/* btn */

.btn1, .contact-body-right .wpcf7-submit, .contact-btn .wpcf7-submit{
border-radius:50px;
background: #c42026;
padding:17px 35px;
display:inline-block; 
font-size: 15px;
text-transform: uppercase;
color: #ffffff;  
transition:0.5s ease-in-out all 0s;
}

.btn1:hover, .contact-btn .wpcf7-submit:hover, .contact-btn .wpcf7-submit:focus, .contact-btn .wpcf7-submit:active{
background:#050d2f;   
transition:0.5s ease-in-out all 0s;  
}

.btn2{
border-radius:50px;
background: #052299;
padding:17px 35px;
display:inline-block; 
font-size: 15px;
text-transform: uppercase;
color: #ffffff;  
transition:0.5s ease-in-out all 0s;
}

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

.btn3, .cta-btn{
border-radius:50px;
background: #ffffff;
border:2px solid #fff;
padding:15px 35px;
display:inline-block; 
font-size: 15px;
text-transform: uppercase;
color: #323232;  
transition:0.5s ease-in-out all 0s;
}

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

/* topbar-sec */

.topbar-sec{
border-radius:0px 0px 20px 20px;
background: #050d2f;
padding:8px 0px;
}

.topbar-list ul{
display:flex; 
align-items:center; 
}

.topbar-list ul li{
font-size: 14px;
line-height: 27px;
color: #ffffff;
position: relative;
padding-left:33px;
margin-right:10px;
}

.topbar-list ul li:last-child, .topbar-social ul li:last-child, .menu ul li:last-child{
margin-right:0px;    
}

.topbar-list ul li span{
width: 24px;
height: 24px;
border-radius: 50%;
background-color: #ffffff; 
display:flex;
align-items:center;
justify-content:center; 
padding:5px; 
position:absolute; 
left:0px;
top:2px;
}

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

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

.topbar-social ul li{
margin-right:5px;    
}

.topbar-social ul{
display:flex; 
justify-content:flex-end;   
}

.topbar-social ul li img{
width:27px;
}

.menu ul{
margin:auto;    
}

.menu ul li{
font-size: 15px;
text-transform: uppercase;
float:left;
font-weight:500;
margin-right:50px;
}

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

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

.menu ul li a:before {
position: absolute;
content: "";
bottom:30px;
left: 0;
width: 100%;
height: 5px;
transform: scaleX(0);
transform-origin: right;
transition: transform 0.5s;
border-top:2px solid #082844;
}

.menu ul li a.active:before, .menu .current-menu-item a:before, .menu .current-menu-parent a:before{
transform: scaleX(1);
border-color:#082844;
}

.sub-menu .current_page_item a:before, .sub-menu .menu-item-object-page a:before{
transform: scaleX(0) !important;
}

.menu ul li a:hover:before {
transform: scaleX(1);
transform-origin: left;
}

.menu-btn .btn1{
padding:17px 80px 17px 30px; 
position: relative;  
}

.menu-btn .btn1:before{
position:absolute;
content:"";    
width: 36px;
height: 36px;
border-radius:50%;
background:url(../images/btn-arrow.png) #f3ece2 no-repeat 0 0; 
background-position:center;
right:13px; 
top:50%;
transform:translate(0, -50%); 
}

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

.fixed-header {    
top: -44px;
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{
position:absolute; 
top:0px;  
transition: all 0.5s ease 0s;
width:153px;
}

.fixed-header .logo a img{
top:44px;
width:106px;
transition: all 0.5s ease 0s;
}

/* banner-sec */

.banner-sec{
position: relative;
z-index:1; 
border-radius:19px; 
overflow:hidden;  
margin-top:150px;
}

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

.wpb_row .master-slider-parent *, .master-slider-parent *{
box-sizing:inherit !important;    
}

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

.banner-sec img{
border-radius:19px;   
}

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

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

.banner-heading{
font-size: 50px;
line-height:1.3;
color: #2a2a2a;
font-family: "Outfit";
font-weight:600;
}

.banner-heading strong{
font-weight:600;   
}

.banner-heading strong:first-child{
color:#c42026;   
}

.banner-heading strong:last-child{
color:#052299;   
}

.banner-para{
font-size: 21px;
line-height: 30px;
color: #373737;
font-weight:600;
padding:15px 0px 20px; 
}

.banner-list{
margin:5px 0px 25px;   
}

.banner-list ul li{
font-size: 15px;
line-height: 25px;
color: #373737;
font-weight:500;
display:inline-block;
width:49%;
margin-bottom:5px;
vertical-align:text-top;
padding-left:25px;
background:url(../images/check-icon.png) no-repeat 0 0;
background-size:18px;
background-position:left 5px;
}

.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-form-sec */

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

.banner-form-bg{
background: #0c1848;
border-radius: 20px;
padding:38px 30px;
}

.banner-form-heading{
font-size: 26px;
color: #ffffff;
font-weight:600;
padding-bottom:5px;
}

.banner-form-para{
font-size: 15px;
line-height: 24px;
color: #ffffff;
font-weight:400;
}

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

.contact-body-left{
margin-right:20px;    
}

.contact-form-body .wpcf7-text, .contact-form-body .wpcf7-select, .contact-form-body .wpcf7-textarea{
border-radius: 4px;
background: #ffffff;
font-size: 13px;
line-height: 21px;
color: #374550; 
border:0px;
min-height:42px; 
padding:10px 15px;
outline:none;
width:100%; 
}

.contact-form-body input[type="text"]::placeholder,
.contact-form-body input[type="tel"]::placeholder,
.contact-form-body input[type="email"]::placeholder,
.contact-form-body textarea::placeholder
{
color: #374550;   
}

.contact-form-body .wpcf7-textarea{
height:42px;
resize:none;    
}

.contact-form-body p{
margin-bottom:6px;    
}

.contact-form-body .wpcf7-spinner{
display:none !important;
}

/* about-sec */

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

.about-bg{
border-radius: 23px;
background-color: #f6f6f6;
padding:30px 15px;
}

.about-sec img{
border-radius: 18px;
}

.sub-heading{
font-size: 16px;
color: #050d2f;
font-weight: 600;
padding-left:25px;
background:url(../images/sub-heading-img.png) no-repeat 0 0;
background-size:18px;
background-position:left center;
margin-bottom:15px;
}

.main-heading{
font-size: 30px;
line-height:1.3;
color: #050d2f;
font-weight:600;
padding-bottom:15px;
}

.about-para{
font-size: 14px;
line-height: 24px;
color: #374550;
padding-bottom:20px;
}

.about-para strong{
font-size:20px;
font-weight:600;
display:block;
padding-bottom:8px;
}

/* service-sec */

.wrapper{
margin-top:90px;   
}

.main-heading2{
font-size: 34px;
line-height:1.3;
color: #050d2f;
font-weight:600;
position: relative;
padding-bottom:15px;
margin-bottom:45px;
}

.main-heading2:before{
position:absolute;
content:"";
width: 139px;
height: 4px;
background: #c42026; 
left:50%;
bottom:0px;
transform:translate(-50%, 0);  
}

.service-box{
background: #050d2f;
padding:20px 15px;
height:100%;
}

.service-box-heading{
font-size: 18px;
line-height: 24px;
color: #ffffff;
padding-top:15px;
text-align:center;
}

.service-para{
font-size: 14px;
line-height: 24px;
color: #374550;
font-weight:400;
text-align:center;
}

/* wcu-sec */

.wcu-sec{
margin-top:30px;   
}

.wcu-box{
border-radius: 15px;
filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.22));
background-color: #f6f6f6;
padding:18px;
display:flex;
align-items:center;
height:100%;
}

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

.wcu-heading{
font-size: 16px;
line-height: 24px;
color: #374550;
font-weight:600;
margin-left:18px;
}

/* service-sec2 */

.service-sec2{
background:#e6e6ea;   
padding:60px 0px 70px; 
margin-top:60px;  
}

.service-box2{
padding:30px 15px 18px;
border-radius: 6px;
filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.22));
background-color: #f6f6f6;
height:100%; 
text-align:center; 
cursor: pointer; 
transition:0.5s ease-in-out all 0s;
}

.service-icon{
position: relative;
overflow: hidden;
display: inline-block;
}

.service-icon img{
width:42px;
display: block;
transition:0.5s ease-in-out all 0s;
}

.service-icon:before{
content: "";
position: absolute;
inset: 0;
background: #c42026; 
transition: 0.4s ease;
mix-blend-mode:lighten;
opacity:0;
transition:0.5s ease-in-out all 0s;
}

.service-box2:hover .service-icon:before{
opacity:1;
transition:0.5s ease-in-out all 0s;
}

.service-heading2{
font-size: 17px;
line-height: 25px;
color: #050d2f;
font-weight:600;
padding-top:15px;
transition:0.5s ease-in-out all 0s;
}

.service-box2:hover .service-heading2{
color: #c42026;
transition:0.5s ease-in-out all 0s;
}

/* mid-sec */

.mid-sec{
background:url(../images/mid-sec-texture.png) #050d2f no-repeat 0 0; 
padding:60px 0px; 
background-size:cover;
background-blend-mode:multiply;
position: relative;
}

.mid-img{
position: absolute;
top: 0px;
right: 0px;
width: 50%;
height: 100%;
object-fit: cover;
border-radius:500px 0px 0px 500px;
filter:drop-shadow(-10px 0px 0px #c42026);
}

.mid-sec .main-heading2{
margin-bottom:15px;
padding-bottom:0px;
}

.mid-sec .main-heading2:before{
display:none;
}

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

.mid-list{
margin-top:15px;
}

.mid-list ul li{
font-size: 15px;
line-height: 28px;
color: #ffffff;
font-weight:400;
padding-left:28px;
background:url(../images/check-icon2.png) no-repeat 0 0;
background-size:18px;
background-position: left 5px;
}

/* details-sec */

.image-box{
padding:10px;
position: relative;
}

.image-box:before{
position: absolute;
content: "";
background:#050d2f;
width: 50%;
height: 50%;
left: 0px;
top: 0px;
z-index: -1;
}

.image-box:after{
position: absolute;
content: "";
background:#c42026;
width: 50%;
height: 50%;
right: 0px;
bottom: 0px;
z-index: -1;
}

.detail-para{
font-size: 15px;
line-height: 24px;
color: #050d2f;
font-weight:400;
}

.detail-list{
margin:10px 0px;   
}

.detail-list ul li{
font-size: 15px;
line-height: 27px;
color: #050d2f;
font-weight:400;
padding-left:25px;
background:url(../images/check-icon3.png) no-repeat 0 0;
background-size:17px;
background-position: left 5px;
}

/* faq-sec */

.faq-bg{
border-radius: 10px;
background-color: #ededed;
padding:25px 32px;
min-height:466px;
}

.faq-box{
display:flex;
gap:17px;    
}

.faq-box-body{
width:50%;    
}

.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a{
padding:10px 30px 10px 15px !important;    
}

.sp-easy-accordion .sp-ea-single .ea-header a{
background:#050d2f !important;
color:#fff !important;
font-size:16px !important;
font-weight:500 !important; 
position: relative;   
}

.eap-icon-ea-expand-plus:before, .eap-icon-ea-expand-minus:before{
color:#fff !important;  
position:absolute;  
right:10px;
top:17px;
font-size:14px;
}

.sp-ea-one.sp-easy-accordion .ea-expand .ea-header a{
background:#050d2f !important;   
}

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

.ea-body{
font-size: 14px;
line-height: 24px;
color: #2e2e2e;
background:transparent !important;   
}

.sp-easy-accordion>.sp-ea-single{
border:0px !important;  
background:transparent !important;    
}

.container-fluid{
max-width:1920px;   
}

.cta-bg{
padding:30px 20px;
background: #050d2f; 
border-radius: 10px;
position: relative;
overflow:hidden; 
z-index:1; 
height:466px;
}

.cta-bg:before{
position:absolute;
content:"";
background:url(../images/cta-img.jpg) no-repeat 0 0;
width:100%;
height:100%;
opacity:0.2; 
left:0px;
top:0px; 
background-size:cover; 
z-index:-1;
}

.cta-bg .main-heading{
font-size:27px;   
}

.cta-bg .detail-para span{
display:block;  
margin-top:12px;
}

.detail-btn-part .btn1{
background: #c42026;
border: 2px solid #c42026;
padding:15px 35px;
}

.detail-btn-part .btn1:hover{
background:transparent; 
color: #c42026;  
}

.detail-btn-part a{
display:block;
max-width:180px;
text-align:center;
}

/* area-we-serve-sec */

.area-we-serve-sec{
margin-top:60px;
}

.page-id-8 .area-we-serve-sec{
margin-top:90px;    
}

.area-list{
margin:20px 0px 0px 0px;	
}

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

.area-list ul li a {
padding:16px 11px 16px 35px;
background:#050d2f;
border-radius:50px;
margin: 0px 4px 15px 4px;
transition: all 0.5s ease-in-out;
color: #fff;
font-size: 15px;
font-weight:500;
position: relative;
display:inline-block;
text-align:center;
width:100%;
text-transform:uppercase;
}

.area-list ul li a:before {
background: url(../images/area-icon.png) no-repeat left center;
content: "";
width: 100%;
height: 100%;
display: inline-block;
background-size: 20px;
position: absolute;
top: 0;
bottom: 0px;
margin: auto 0;
transition: all 0.5s ease-in-out;
margin-left: -28px;
}

.area-list ul li a:hover{
transition: all 0.5s ease-in-out;
background:#000;
color:#fff;	
}

.area-list ul li a:hover:before{
transition: all 0.5s ease-in-out;
}

/* footer-sec */

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

.page-id-8 .footer-sec{
margin-top:80px;    
}

.footer-sec:before{
position:absolute;
content:"";    
background:url(../images/footer-img.jpg) no-repeat 0 0;
width:100%;
height:100%;
top:0px;
left:0px;  
opacity:0.08; 
background-size:cover;
z-index:-1;
}

.footer-img img{
width:120px;
margin:auto;
display:block;
}

.footer-para{
font-size: 15px;
line-height: 22px;
color: #ffffff;
font-weight:400;
text-align:center;
padding-top:15px;
}

.footer-heading{
font-size: 20px;
font-weight:600;
color: #a1e6ff;
padding-bottom:10px;
}

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

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

.footer-contact-info ul li{
font-size: 15px;
line-height:27px;
color:#fff;
margin-bottom:5px;
padding-left:30px;
position:relative;
}

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

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

.footer-social ul{
display:flex;    
}

.footer-social ul li{
margin-right:10px;
}

.footer-social ul li img{
width:35px;    
}

.copyright-sec{
background: #00156b;
padding:12px 0px;
text-align:center;
}

.copyright-text{
font-size: 14px;
text-transform: uppercase;
color: #ffffff;
}

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

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

/* scroll to top */

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

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

/* inner-sec */

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

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

.inner-heading{
font-size: 30px;
line-height: 1.3;
color: #050d2f;
font-weight: 600;
padding-bottom: 20px;
position: relative;
}

.inner-heading:before{
position: absolute;
content: "";
width: 40px;
height: 3px;
background: #c42026;
left:0%;
bottom:15px; 
border-radius:50px;  
}

.text-center:before{
left:50%;
transform:translate(-50%, 0);    
}

.inner-para{
font-size: 15px;
line-height: 24px;
color: #374550;
margin-bottom:10px;
}

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

.inner-list{
margin-bottom:10px;    
}

.inner-list ul li{
font-size: 15px;
line-height: 30px;
color: #374550; 
background:url(../images/check-icon.png) no-repeat 0 0;
padding-left:22px;  
background-size:16px; 
background-position:left 8px;
}

.inner-half-list ul li{
display:inline-block;
width:49%;    
}

.inner-box{
background:#c42026;
padding:25px;
height:100%;
border-radius:10px;   
}

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

.inner-box .inner-list ul li{
color: #fff; 
background:url(../images/check-icon2.png) no-repeat 0 0;
background-size:16px; 
background-position:left 7px;    
}

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

.call-heading{
font-size: 30px;
line-height: 1.3;
color: #fff;
font-weight: 600;
padding-bottom: 20px;
position: relative;
}

.call-heading:before{
position: absolute;
content: "";
width: 40px;
height: 3px;
background: #fff;
left:50%;
bottom:15px; 
border-radius:50px; 
transform:translate(-50%, 0);     
}

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

.cta-btn{
padding:13px 35px;
margin:0px 5px;
}

.inner-sec .faq-box-body{
width:100%;    
}

.ref_form_box{
background:#e6e6ea;
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:#374550;
padding-bottom:5px; 
font-size:15px;   
}

.ref_form_box_input input, .ref_form_box_input .wpcf7-select{
border-radius:4px !important;
background-color: #f9fafc !important;
width: 100% !important;
outline: 0 !important;
padding: 13px 15px !important;
color: #4b4f53 !important;
font-size: 15px !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: #f9fafc !important;
width: 100% !important;
outline: 0 !important;
padding: 14px 15px !important;
color: #4b4f53 !important;
font-size: 15px !important;
border:1px solid #ccc !important;
height:144px !important;
}

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

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

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


/* blog */

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

.more-link:hover {
background:#050d2f;
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 #050d2f;
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: #374550;
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: #374550;
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:#374550 !important;
transition: all 500ms ease-in-out;
}

.entry-meta a{
color:#374550 !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:#c42026 !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;    
}

/* inner-area-we-serve */

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

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

.inner-area-list ul li a {
padding:13px 11px 13px 40px;
background:#c42026;
border-radius:50px;
margin: 0px 4px 15px 4px;
transition: all 0.5s ease-in-out;
color: #fff;
font-size: 16px;
font-weight:500;
position: relative;
display:flex;
align-items:center;	
text-align:left;
width:100%;
min-height:75px;	
}

.inner-area-list ul li a:before{
background:url(../images/area-icon.png) no-repeat 0 0;	
content: "";
width: 18px;
height: 20px;
display: inline-block;
background-size: contain;
position: absolute;
top:50%;
transform:translate(0, -50%);	
left: 15px;
transition: all 0.5s ease-in-out;
filter:brightness(0) invert(1);
}

.inner-area-list ul li a:hover{
transition: all 0.5s ease-in-out;
background:#050d2f;
color:#fff;	
}

.inner-area-list ul li a:hover:before{
transition: all 0.5s ease-in-out;
}

.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:#050d2f;
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:#c42026;
color: #fff !important;
width: 50%;
float: left;
padding: 10px 0;
}

/* responsive */

@media only screen and (max-width : 767px) {
.contact-form-body{flex-direction:column;}
.contact-body-left{margin:15px 0px 20px;}
.banner-form-bg{padding:30px;}	
.banner-form-sec{margin-top:60px;}	
.banner-list{margin-bottom:10px;}
.ms-slide:before {
background: linear-gradient(90deg, rgba(255, 255, 255, 0.87) 0%, rgb(255 255 255 / 82%) 25%, rgb(255 255 255 / 69%) 50%, rgb(255 255 255 / 52%) 75%, rgb(255 255 255 / 37%) 100%) !important;
}	
.wcu-box{flex-direction:column;}
.wcu-heading{max-width:100% !important;margin:10px 0px 0px;text-align:center;}
.mid-sec{padding-top:0px;}	
.mid-img{position:static;width:100% !important;border-radius:0px;margin-bottom:24px;filter:inherit;}
.area-list ul li{width:100%;margin:0px}	
.area-list ul li a{margin:0px 0px 15px 0px;display:inline-flex;padding:16px 11px 16px 40px;}
.area-list ul li a:before{margin-left:0px;left:15px;widows:20px;}
.cta-btn{padding:13px 25px;margin:5px;}	
}


@media only screen and (min-width : 321px) and (max-width : 480px) {
	.ms-slide-info{top:50% !important;}	
.banner-sec .container{padding:0px;}	
.ms-slide-info{left:4% !important;right:4% !important;width:auto !important;}	
.banner-btns a{padding:15px 22px !important;font-size:14px;}
.banner-list ul li{font-size:14px;line-height:23px;width:48%;}	
}

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

}

@media only screen and (min-width : 300px) and (max-width : 1023px) {
.primary-navigation, .topbar-sec, .menu-btn, .ms-nav-next, .ms-nav-prev{display:none !important;}
.fixed-header{top:0px;}	
.logo a img, .fixed-header .logo a img{position:static;width:100px;}
.banner-sec, .page .entry-header, .blog_page_header{margin-top:98px !important;}
.ms-view, .ms-slide, .ms-slide-bgcont{min-height: 570px !important;}
.ms-slide-bgcont img{object-fit: cover;max-width: 100% !important;}	
.faq-box{flex-direction:column;}
.faq-box-body{width:100%;}
.footer-img img{display:inherit;margin:inherit;}
.footer-para{text-align:left;}
.footer-fixed-buttons{display: block;}
.copyright-sec{padding-bottom:55px;}
.upper-arrow{bottom:60px !important;}	
}

@media only screen and (min-width : 300px) and (max-width : 1024px) {
.banner-heading{font-size:30px;}
.banner-para {font-size: 16px;line-height: 25px;padding: 10px 0px 15px;}
.ms-slide:before{background:linear-gradient(90deg, rgba(255, 255, 255, 0.87) 0%, rgb(255 255 255) 25%, rgb(255 255 255 / 69%) 50%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);}
.banner-form-heading{font-size:24px;}
.banner-form-heading, .inner-heading, .page .entry-title, .blog_page_title{font-size:27px !important;}
.wrapper, .footer-sec{margin-top:60px !important;}	
.service-box-heading{font-size:16px;}
.wcu-heading{max-width:65%;}
.mid-img{width:45%;}
.page .entry-header, .blog_page_header{padding:100px 0px 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) {
.banner-part{max-width:480px;}
.area-list ul li{width:30%;}	
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.banner-part{max-width:480px;}
.area-list ul li{width:30%;}	
}

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

}

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

}

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

}


/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width:1199px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
.menu ul li{margin-right:30px;}
.topbar-list ul li{font-size: 12px;padding-left: 27px;margin-right: 6px;font-weight:500;}
.ms-slide-info{top:45%;}	
.ms-view, .ms-slide, .ms-slide-bgcont{min-height: 550px !important;}
.ms-slide-bgcont img{object-fit: cover;max-width: 100% !important;}		
}


/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width:1199px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
.menu ul li{margin-right:30px;}
.topbar-list ul li{font-size: 12px;padding-left: 27px;margin-right: 6px;font-weight:500;}
.ms-slide-info{top:45%;}	
.ms-view, .ms-slide, .ms-slide-bgcont{min-height: 550px !important;}
.ms-slide-bgcont img{object-fit: cover;max-width: 100% !important;}		
}

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

}


