/*********************************** Start Of Common Css ***********************************/

/*@font-face{font-family:Oswald-Regular;src:url(../fonts/Oswald-Regular.ttf);}
body{font-family:Oswald-Regular;font-size:16px;color:#4d4d4d;line-height:1.5;padding:0px;margin:0px;}
h1,h2,h3,h4,h5,h6{font-family:Oswald-Regular;color:#361925;margin:0px;padding:0px;}
h1{font-size:60px;line-height:1.1;}
h2{font-size:50px;line-height:1.1;}
h3{font-size:40px;line-height:1.1;}
h4{font-size:30px;line-height:1.1;}
h5{font-size:20px;line-height:1.1;}
h6{font-size:18px;line-height:1.1;}
p{font-family:Oswald-Regular;font-size:16px;color:#4d4d4d;line-height:1.5;margin:0px;}
p+p{margin:20px 0px 0px 0px;}
ul,ol{list-style-type:none;margin:0px;padding:0px;}
img{max-width:100%;height:auto;outline:none;}
a{color:#4d4d4d;text-decoration:none;}
a:active,a:hover,a:focus{outline:none;text-decoration:none;color:#1d1d1b;transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;}*/
focus{outline:none;}
input,select,textarea{width:100%;height:60px;background:#ffffff;border:1px solid #CCCCCC!important;}
textarea{padding:15px;height:100px;}
input[type="checkbox"],input[type="radio"]{width:20px;height:20px;}
input:focus-visible,textarea:focus-visible{outline:none;}
::-webkit-input-placeholder{color:#000000;}
::-moz-placeholder{color:#000000;}
::-ms-input-placeholder{color:#000000;}
::-moz-placeholder{color:#000000;}

/*********************************** End Of Common Css ***********************************/

/*********************************** Start Of Common Class Css ***********************************/
.page-content{overflow:hidden;}
.primary-button .elementor-button,.secondary-button .elementor-button,.button-arrow .elementor-button{position:relative;padding-right:80px!important;}
.primary-button .elementor-button-text:after{content:"";width:62px;height:60px;background:url(../images/Primary-Button-Icon.svg);background-repeat:no-repeat;background-position:center center;background-size:100% 100%;position:absolute;right:0px;top:-3px;bottom:0px;}
.secondary-button .elementor-button-text:after{content:"";width:62px;height:60px;background:url(../images/Secondary-Button-Icon.svg);background-repeat:no-repeat;background-position:center center;background-size:100% 100%;position:absolute;right:0px;top:-3px;bottom:0px;}
.button-arrow .elementor-button:after{content:"";width:62px;height:60px;background:url(../images/Button-Arrow-Icon.svg);background-repeat:no-repeat;background-position:center center;background-size:100% 100%;position:absolute;right:0px;top:-3px;bottom:0px;}
.elementor-divider-separator .elementor-icon{padding:4px 60px!important;}
.elementor-button[type="submit"]{background-image:linear-gradient(180deg,#1D6AB0 50%,#0359A7 50%);}

/*********************************** End Of Common Class Css ***********************************/

/*********************************** Start Of Preloader Loader Css ***********************************/
#preloader{position:fixed;top:0;left:0;right:0;bottom:0;background:#ffffff;z-index:9999;display:flex;justify-content:center;align-items:center;}
#status{background:url(../images/Preloader.png);background-repeat:no-repeat;background-position:center;background-size:contain;width:150px;height:150px;padding:20px;animation:fadeIn 1s infinite alternate;}
@keyframes fadeIn{
    from{opacity:0;}
}

/*********************************** End Of Preloader Loader Css ***********************************/

/*********************************** Start Of Back To Top Css ***********************************/
.back-to-top a{font-size:14px;color:#ffffff!important;text-align:center;cursor:pointer;width:40px;height:40px;line-height:36px;background:#0359A7;border:2px solid #ffffff;position:fixed;bottom:20px;right:20px;display:none;}
.back-to-top a:hover{background:#B90000;color:#ffffff;transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;}

/*********************************** End Of Back To Top Css ***********************************/

/*********************************** Start Of Bounce Top Bottom Css ***********************************/
.bounce{-moz-animation:bounce 2s infinite;-webkit-animation:bounce 2s infinite;animation:bounce 2s infinite;}
@keyframes bounce{
    0%,20%,50%,80%,100%{transform:translateY(0);}
    40%{transform:translateY(-10px);}
    60%{transform:translateY(-10px);}
}

/*********************************** End Of Bounce Top Bottom Css ***********************************/

/*********************************** Start Of Fixed Header Smooth Animation Css ***********************************/
.fixed-header{position:fixed !important;left:0px;right:0px;top:0px;z-index:111 !important;background: #ffffff; box-shadow:0px 0px 20px #00000040;animation:smoothScroll 1s forwards;}
@keyframes smoothScroll{
    0%{transform:translateY(-40px);}
    100%{transform:translateY(0px);}
}

/*********************************** End Of Fixed Header Smooth Animation Css ***********************************/

/*********************************** Start Of Contact Form Error Message Css ***********************************/
.wpcf7-form .wpcf7-list-item{display:block;margin:10px 0px;}
.wpcf7-form .wpcf7-list-item-label{padding-left:8px;}
.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors{color:#D8000C;background-color:#FFBABA;border:0;padding:10px;}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok{color:#4F8A10;background-color:#DFF2BF;border:0;padding:10px;}
.wpcf7-mail-sent-ok:before,div.wpcf7-validation-errors:before{font-family:FontAwesome;font-size:26px;margin-right:16px;vertical-align:middle;}
.wpcf7-mail-sent-ok:before{content:'\f00c';}
.wpcf7-validation-errors:before{content:'\f057';}
.wpcf7-not-valid-tip:before{content:"\F63C";font-family:bootstrap-icons;font-size:14px;width:25px;height:25px;background:#ffb100;display:inline-block;text-align:center;line-height:26px;margin-right:10px;border-radius:3px;}
.wpcf7-not-valid-tip:after{width:20px;height:20px;background:#ffffff;position:absolute;content:'';top:-10px;left:15px;box-shadow:-2px -2px 2px 0px #d6d3d3;transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);}
.wpcf7-not-valid-tip{position:absolute;color:#000000!important;font-size:14px!important;width:100%!important;border:2px solid #fff!important;z-index:99;border-radius:4px;background:#ffffff!important;padding:10px!important;left:0px;line-height:38px;box-shadow:0px 0px 4px 0px #a0a0a0;}
.wpcf7 .wpcf7-response-output{display:none;}

/*********************************** End Of Contact Form Error Message Css ***********************************/

/********************************* Start Of Home Pages Css***************************************/
.header{position:relative;z-index:1;}

.header.fixed-header .elementor-widget-theme-site-logo {
    width: 130px;
}


.hero-bg:after{content:"";width:100%;height:200px;background:url(../images/Hero-Bg-After.png);background-repeat:no-repeat;background-position:center;background-size:100% 100%;position:absolute;left:0px;right:0px;bottom:-5px;}
.request-a-quote-form{padding:0px 15px;}
.form-box button{color:#ffffff;width:100%;border-radius:0px!important;border:none;background:linear-gradient(to bottom,#1d6ab0 50%,#0359a7 50%);}
.service-bg:after{content:"";width:100%;height:200px;background:url(../images/Service-Bg-After.png);background-repeat:no-repeat;background-position:center;background-size:100% 100%;position:absolute;left:0px;right:0px;bottom:-5px;}
.why-choose-us-col:nth-child(odd) .elementor-widget-container:before{content:"";background:url(../images/Why-Choose-Us-Bg-Odd.png);background-repeat:no-repeat;background-position:center;background-size:100% 100%;height:150px;position:absolute;top:15px;left:15px;right:15px;border-radius:30px;}
.why-choose-us-col:nth-child(even) .elementor-widget-container:before{content:"";background:url(../images/Why-Choose-Us-Bg-Even.png);background-repeat:no-repeat;background-position:center;background-size:100% 100%;height:150px;position:absolute;top:15px;left:15px;right:15px;border-radius:30px;}
.why-choose-us-col .elementor-widget-container{height:100%;}
.why-choose-us-col .elementor-widget-image-box{height:100%;}
.elementor-image-box-wrapper{position:relative;z-index:1;}
.call-to-action-bg:after{content:"";width:100%;height:200px;background:url(../images/Call-To-Action-Bg-After.png);background-repeat:no-repeat;background-position:center center;background-size:100% 100%;position:absolute;left:0px;right:0px;bottom:-61px;}
.recent-project-bg{background-size:100% 100%!important;clip-path:polygon(100% 0,100% 84%,0 100%,0 15%);}
.recent-project-bg:after{content:"";width:100%;height:200px;background:url(../images/Recent-Project-Bg-After.png);background-repeat:no-repeat;background-position:center;background-size:100% 100%;position:absolute;left:0px;right:0px;bottom:0px;}
.recent-project .swiper-slide{margin-bottom:30px;}
.testimonial .swiper-slide{box-shadow:0px 0px 20px 0px #e9e9e9;}
.testimonial .elementor-testimonial:before{content:"\f586 \f586 \f586 \f586 \f586";font-family:bootstrap-icons;letter-spacing:4px;color:#fdcd00;}
.testimonial .elementor-testimonial:after{content:"";width:25px;height:25px;background:url(../images/Google-Logo.png);background-repeat:no-repeat;background-position:center center;background-size:contain;position:absolute;top:10px;right:10px;}
.testimonial .swiper .elementor-swiper-button-next{right:-15px!important;}
.testimonial .swiper .elementor-swiper-button-prev{left:-15px!important;}
.faq-bg{clip-path:polygon(0 0,100% 10%,100% 100%,0% 100%);}
.faq-bg:after{content:"";width:100%;height:200px;background:url(../images/Faq-Bg-After.png);background-repeat:no-repeat;background-position:center;background-size:100% 100%;position:absolute;left:0px;right:0px;bottom:0px;}
.accordion .elementor-tab-title{border-radius:60px;border:1px solid #d1eeff;position:relative;}
.accordion .elementor-widget-container .elementor-accordion-item .elementor-tab-title.elementor-active{background:#0359a7!important;}
.accordion .elementor-widget-container .elementor-accordion-item .elementor-tab-title.elementor-active .elementor-accordion-title{color:#ffffff;}
.accordion .elementor-accordion-item{border:none!important;margin:15px 0px;}
.accordion .elementor-accordion-item .elementor-tab-content{margin:0px 30px;border-radius:0px 0px 30px 30px;}
.accordion .elementor-accordion-icon.elementor-accordion-icon-right{width:50px!important;height:50px;line-height:50px;background:#b90000;border-radius:100%;position:absolute;top:8px;right:8px;text-align:center!important;}
.accordion .elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{width:20px;height:20px;}
.service-areas-list .elementor-icon-list-item{padding:20px!important;border-radius:10px;overflow:hidden;}
.service-areas-list .elementor-icon-list-item span{position:relative;z-index:1;}
.service-areas-list .elementor-icon-list-item:before{content:"";background:linear-gradient(to right,#f2cece 0%,#ffffff 100%);position:absolute;left:0px;right:0px;top:0px;bottom:0px;border-radius:10px;}
.service-areas-list .elementor-icon-list-item:after{content:"";background:linear-gradient(to right,#faebeb 0%,#ffffff 100%);position:absolute;left:0px;right:0px;top:0px;bottom:0px;margin:1px;width:auto;height:auto;border-radius:10px;}
.call-bg:before{content:"";width:100%;height:200px;background:url(../images/Call-Bg-Before.png);background-repeat:no-repeat;background-position:center center;background-size:100% 100%;position:absolute;left:0px;right:0px;top:0px;}

.process-step-tabs .jet-tabs__control-inner{padding-top:15px;}
.process-step-tabs .jet-tabs__label-text span{font-size:16px;display:block;line-height:normal;}
.process-step-tabs .jet-tabs__label-text{line-height:44px;text-align:center;}
.process-step-tabs .jet-tabs__control:nth-child(odd){background:#deeffe;}
.services-col .elementor-element-populated:hover{box-shadow:0px 0px 10px 4px hsl(0deg 0% 0% / 35%)!important;}
.services-col .elementor-element-populated:hover .elementor-button{color:#ffffff!important;background:#0359A7!important;}
.residential-service-image{position:relative;}
.residential-service-image:after{content:"";width:200px;height:200px;background:url(../images/Residential-Service-Image-Separator.png);background-repeat:no-repeat;background-position:center;background-size:contain;position:absolute;left:-80px;bottom:-85px;z-index:-1;}
.commercial-service-image{position:relative;}
.commercial-service-image:after{content:"";width:200px;height:200px;background:url(../images/Commercial-Service-Image-Separator.png);background-repeat:no-repeat;background-position:center;background-size:contain;position:absolute;right:-80px;bottom:-85px;z-index:-1;}
.welcome-residential-image{position:relative;}
.welcome-residential-image:after{content:"";width:150px;height:150px;background:url(../images/Residential-Service-Image-Separator.png);background-repeat:no-repeat;background-position:center;background-size:contain;position:absolute;right:50px;top:30px;z-index:-1;}
.welcome-commercial-image{position:relative;}
.welcome-commercial-image:after{content:"";width:150px;height:150px;background:url(../images/Commercial-Service-Image-Separator.png);background-repeat:no-repeat;background-position:center;background-size:contain;position:absolute;left:60px;bottom:30px;z-index:-1;}

/********************************* End Of Home Pages Css***************************************/

/********************************* Start Of Footer Css***************************************/
.footer-contact .elementor-icon-box-description a{color:#ffffff;}

/********************************* End Of Footer Css***************************************/

