<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Black.woff2') format('woff2'),
        url('Roboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Regular.woff2') format('woff2'),
        url('Roboto-Regular.woff') format('woff');
    font-weight: lighter;
    font-style: normal;
}


.HitArea-pune {
    width: 17px!important;
    height: 22px;
    float: left;
    z-index: 1001;
    position: absolute;
    left: 61%;
    top: 52.7%;
    cursor: pointer; 
}
body{ padding:0px; margin:0px; font-family: 'Roboto'; font-weight:normal !important;}

/*	_Font Size
----------------------------*/
.FontSize12{ font-size:12px !important;}
.FontSize13{ font-size:13px !important;}
.FontSize14{ font-size:14px !important;}
.FontSize16{ font-size:16px !important;}
.FontSize18{ font-size:18px !important;}
.FontSize20{ font-size:20px !important;}
.FontSize22{ font-size:22px !important;}
.FontSize24{ font-size:24px !important;}
.FontSize26{ font-size:26px !important;}
.FontSize28{ font-size:28px !important;}
.FontSize30{ font-size:30px !important;}

.white-text{color:#fff !important;}
.black-text{color:#000 !important;}
.text-bold{ font-weight:bold !important;}
.text-grey{ color:#666 !important;}
p{ color:#505050; margin:0px; padding:0px;}
/*	Social Icon Color
----------------------------*/
.facebook-color{ color:#3b5998;}
.twitter-color{ color:#00aced;}
.google-color{ color:#dd4b39;}
.linkdin-color{ color:#007bb6;}
.text{ font-size:14px; line-height:25px;}
.capital-text{ text-transform:uppercase !important;}
/*	Text Align----------------------------*/
.teaxAlign{ text-align:right ;}

.blue-bg{ background-color:#002147;}
.bg-darkred{ background-color: #dc3545;}
.rounded-border{  border-radius: 250px;
  background: #c7a156;
  padding: 20px; 
  width: 250px;
  height: 250px; overflow:hidden; text-align:center; margin:0 auto;   box-shadow: 5px 10px #CCC; }
.rounded-border img{display: block;
  margin: 0 auto; width:100%; }

.borderbottom{ border-bottom:0px #090 solid; background-color:#df0024; }
.pointer{ cursor:pointer;}
.services-background{border: 2px solid black;
  padding: 25px;
  background: url(../images/footer-slider.html);
  background-repeat: repeat-y; 
  background-size: auto;
}
.client-box{ width:auto; height:auto; padding:10px; border:1px #CCC solid;}
.footer-bg{ background-image:url(../images/footer-bg.html); background-repeat:no-repeat; background-size: cover; top:0; background-color:#333;}

.menu-width{ width:600px !important;}

.fa {
  padding: 5px;
  font-size: 20px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}

@media only screen and (max-width: 991px) {
	.menu-white{ background-color:#fff; padding:10px; text-align:left !important;}
	.nav-link{ border:none !important; text-align:left !important;}
	.nav-link:hover{ border:none !important; text-align:left !important; color:#5d2b18; padding-left:10px;}
}
@media only screen and (max-width: 600px) {
.teaxAlign{ text-align:left ;}

.carousel-caption {
  bottom: 80px !important;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem; 
    line-height: 25px !important; background-color:#EFEFEF !important;
	text-align:left; padding-left:10px !important;
}

.navbar-toggler{ margin-top:0px !important;}

}

@media only screen and (max-width: 750px) {
ul.navbar-nav {
    display: block;
    padding: 0.5rem 1rem; 
    line-height: 25px !important; background-color:#EFEFEF !important;
	text-align:left !important; padding-left:10px !important;	
	
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem; 
    line-height: 25px !important; 
}
.menu-width{ width:100% !important;}
}</pre></body></html>