<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'Verdana';
    src: url('../assets/fonts/Verdana.woff');
}
@font-face {
    font-family: 'Verdana-bold';
    src: url('../assets/fonts/Verdana-Bold.woff');
}
body {
    font-family: 'Verdana';
    overflow-x: hidden !important;
}

.top-header {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    padding: 14px;
    background-color: white;
    position: absolute;
top: 0px !important;
border: 0;
z-index: 999999999;
width: 100%;
}

.banner {
    width: 100%
}

.over-flow {
    overflow: hidden;
}

.logo {
    width: 165px;
}

.menu-section {
    margin-left: 33%;
}

.menu-icon {
    font-size: 45px !important;
    color: #2a3679;
}

.section-box {
    width: max-content;
    height: auto;
    background-color: transparent;
    position: absolute;
    margin-top: -98px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    z-index: 999;
}

.parallelogram {
    width: 196px;
    height: 127px;
    transform: skew(-9deg);
    background: #2a357a;
    display: table;
    float: left;
    padding: 25px;
    padding-top: 27px;
 
}



*,
 ::before,
 ::after {
    box-sizing: border-box;
}

.parallelogram:hover {
    background-color: #a41e22;
}

.parallelogram h3 {
    color: white;
    font-size: 21px;
    display: table-cell;
    vertical-align: middle;
}
 button h3{
display: block !important;
text-align: center !important;
}

.about img {
    height: 80%;
}

.about h2 {
    font-size: 22px;
    text-transform: uppercase;
    color: #ff9e1a;
}

.about h3 {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 22px;
    margin-top: 42px;
    line-height: 19px;
    font-family: 'Verdana-Bold';
}

.about span {
    font-size: 22px;
    line-height: 20px;
    margin-bottom: 44px;
    display: block;
}

.section-box2 {
    width: 100%;
    background: transparent;
    height: 150px;
    margin-top: 30px;display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

}

.about .parallelogram {
    width: 172px;
    margin-right: 26px;
    text-align: center;
}

.about .parallelogram h3 {
    font-weight: 800;
  /*   text-transform: uppercase; */
    font-size: 22px;
    margin-top: 15px;
    line-height: 19px;
    display: block;
}

.section-box2 .parallelogram {
    padding: 6px;
    height: auto;
}

.section-box2 .parallelogram h3{
    font-size: 14px;
    text-transform: capitalize;
}
.section-box2 .parallelogram img {
    height: 51px;
}

.bg{
    background-image: url('../assets/images/bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.specialized-section{
    width: 100%;
    min-height: 350px;
    background-color: #2b357a;
    padding: 50px;
}

.specialized-section h3{
    color: #ffb502;
text-transform: uppercase;
font-size: 23px;
}

.specialized-section h2 {
	color: white;
	font-size: 33px;
   
}
.specialized-section h4{
    color: white;
font-size: 17px;
margin-top: 31px;
}

.specialized-section h2 span{
    font-family: 'Verdana-Bold';
}

/* swiper */

.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .specialized-section .swiper-slide h3{
    position: absolute;
    bottom: -70px;
    left: 0;
    color: white;
	font-size: 17px;
  }



.specialized-section .swiper-horizontal &gt; .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 48px;
	left: 0;
	width: 100%;
}
.specialized-section .swiper-button-next,.specialized-section  .swiper-button-prev {
    
	top: 28%;
	 
}
.specialized-section .swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,20px));
	height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,20px));
	display: inline-block;
	border-radius: 50%;
	 
}

.specialized-section .swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: #a51e22;
}

  .satisfactoin h3{
    color: #ff9e19;
font-size: 22px;
text-transform: uppercase;
font-family: 'Verdana-Bold';
  }

  .satisfactoin li{
    color: #04082d;
    font-size: 18px;
    font-weight: bold;
    line-height: 27px;
    padding-left: 20px;
  }

  .footer-bg{
    background-color: #2b357a;
  }

  .footer-head{
    font-family: 'Verdana-Bold';
    text-transform: uppercase;
    font-size: 22px;
  }

  .footer-sub-text{
    font-size: 20px;
margin: 0px;
padding: 0px;
line-height: 0px;
  }

  .footer-p{
    font-size: 17px;
  }

  .social-wrapper a{
    color: white;
  }
  .social-wrapper .fa{
    font-size: 39px;
    font-weight: 800;
    margin-left: 14px;
  }

  .social-wrapper .fa:hover{
    color: #a51e22;
  }
  .social-wrapper h3{
    display: inline;
font-weight: 800;
font-size: 20px;
  }

  .footer-sub-head{
    font-size: 20px;
font-weight: 600;
font-family: 'Verdana-Bold';
  }

.links a{
    color: white;
text-decoration: none;
font-size: 17px;
}
.links{
    padding-left: 0px !important;
    margin-top: 30px;
}
.links li{
list-style: none;
}

.copy-right{
    border-top: 1px solid white;
margin-top: 42px;
}

.copy-right a{
    text-decoration: none;
}

.address-box{
    width: 90%;
    float: right;
}

.contact-head{
    font-family: 'Verdana-Bold';
}

.contact-sub-head{
    font-size: 18px;
font-weight: 800;
margin-top: 16px;
}
.address-head{
    display: flex;
    flex-direction: row;
    justify-content:flex-start;
    align-items: center;
    align-content: center;
}

.address-box .links, .submit-form{
    margin-left: 42px;
}
.submit-form2{
    width: 90%;
}
.address-head .fa{
    font-size: 38px;
margin-right: 16px;
color: #0eb582;
}

.address-container{
    margin-bottom: 25px;
border-bottom: 2px solid #a41e22;
padding-bottom: 16px;
}

.contact-get{
    font-family: 'Verdana-Bold';
}

.submit-form .form-control{
    border-radius: 0px;
}
.submit-form .parallelogram{
    width: 196px;
height: 54px;
transform: skew(-9deg);
background: #a41e22;
display: table;
float: left;
padding: 5px;
text-align: center;
float: right;
}


::-webkit-input-placeholder {
    font-size: 13px!important;
 }
 
 :-moz-placeholder { /* Firefox 18- */
       font-size: 13px!important;
 }
 ::-moz-placeholder {  /* Firefox 19+ */
       font-size: 13px!important;
 }

 .map-container{
    overflow:hidden;
    padding-bottom:33%;
    position:relative;
    height:0;
    }
    .map-container iframe{
    left:0;
    top:0;
    height:500px;
    width:100%;
    position:absolute;
    }

    .service-text{
        font-size: 19px;
        margin-top: 30px;
    }
   .insta-list li{
    padding-left: 20px;
   }

   .maintenance-desc{
    font-size: 17px;
margin-top: 26px;
   }

   .overlay{
    background-color: #363434ac;
position: absolute;
height: 100vh;
width: 100vw;
z-index: 9999999999;
overflow: clip;
display: none;
   }

   .drawer{
    width: 0px;
height: 0px;
background-color: #181e45;
position: absolute;
top: 50%;
transform: translateY(-50%);
transition: width .5s, height .5s;
border-radius: 0px 15px 15px 0px;

   }

   .drawer .links li{
    height: 55px;
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
   }

   .drawer .links li:hover{
     background-color: #4d516a;
   }
   
  @media only screen and (max-width:868px) {
    .submit-form, .address-box, .submit-form2{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        float: none;

    }
 .map-container{
    overflow:hidden;
    padding-bottom:58%;}
    .map-container iframe{
        height:900px;
    }
    .section-box {
        width: 90%;
        position: relative;
        margin-top: 0px;
        margin-top: 84px;
    }
    .parallelogram {
        width: 48%;
        height: 127px;
        transform: skew(0);
        background: #2a357a;
        display: block;
        float: left;
        padding: 25px;
        padding-top: 25px;
        padding-top: 27px;
        margin-top: 10px;
        margin-right: 1%;
        margin-left: 1%;
    }
    .social-wrapper h3{
        display: block;
    }
    .resp-img{
        width: 100%;
    }

    .about .parallelogram {
        width: 100%;
        margin-right: 5px;
      
    }
    .installation p{
        text-align: justify;
    }
    .section-box2 .parallelogram h3{
        font-size: 13px !important;
    }
    .about span {
        font-size: 19px;
        
    }
    .mainSlider{
        margin-top: 78px;
    }
     
     
}


 
.mainSlider .swiper-button-prev {
   margin-left: 30px;
}
.mainSlider .swiper-button-next {
    margin-right: 30px;
 }
.mainSlider .swiper-button-prev::after,
.mainSlider .swiper-button-next::after {
  display: none;
}

 .specialized-section .swiper{
    padding-bottom: 170px;
 }

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 1px 10px 10px rgba(0,0,0,.3);
  }
  
  .sticky + .content {
    padding-top: 102px;
  }
 </pre></body></html>