@charset "UTF-8";

@font-face {
  font-family: Arial Narrow;
  font-style: normal;
  font-weight: 400;
  src: url(image/ARIALN.ttf) format('truetype');
}

* { font-family: Arial Narrow !important; }
.fa{ font-family: FontAwesome !important;}

body {
  background: #fff;
  color: #666666;
  font-family: Arial Narrow, sans-serif; font-size:17px; line-height:22px; text-align:justify; letter-spacing: 1px;}

img{ max-width:100%;}

a {
  transition: 0.5s;
  text-decoration:none;
}

.title h1{ font-size:50px; line-height:60px; text-align:center;}
.title h1 span{ font-size:60px; display:block; color:#dd3d25; font-weight:900;}

/*banner*/
a:hover,a:active,a:focus { color: #3a2a9a; outline: none; text-decoration: none;}

p { font-family: Arial Narrow;  font-size:17px; color:#333; line-height:24px; text-align:justify; letter-spacing: 1px; margin: 0 0 5px 0;}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Arial Narrow, sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
  letter-spacing: 2px;
}

ol, ul{ font-size:17px; color:#333; line-height:24px; text-align: left; letter-spacing: 1px;}

/*--------------------------------------------------------------
#Header
--------------------------------------------------------------*/

header{ background: #fff; padding: 10px;}
.logo-lft{ text-align: left;}
.logo-rht{text-align: right;}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

.carousel-indicators .active{ border:1px solid #f7e432; border-radius:0; background:#000; width:30px; height:30px;}
.carousel-indicators li{ border:1px solid #000; border-radius:0; background:#f7e432; width:30px; height:30px; margin:0;}
.banner-hm{ border-bottom: 20px solid #f7e432; position:relative;}
.banner-cont{ position:absolute; top: 20%; margin:0 auto; left:0; right:0;}
.banner-cont .title { text-align: center; font-weight: 700; position: relative; margin-bottom: 40px; }
.carousel-inner > .item > img{ width: 100%;}

.banner-cont .title h1 { font-size: 60px; line-height: 60px; text-shadow:8px 3px 14px #000; text-align: center; color:#fff;}
.banner-cont .title h1 span { font-size: 50px; display: block; color: #f7e432; font-weight: 700;}


/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

.abt-section{ padding:50px 20px; background:#f5f5f5;}
.pr-0{ padding:0;}
.pl-0{ padding:0;}

/* Sections Header
--------------------------------*/

.head-tittle{ font-size: 24px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  position: relative;
  padding-bottom: 15px;}
.head-tittle::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #232c2b;
  bottom: 1px;
  left: calc(50% - 60px);
}

.head-tittle::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #f7e432;
  bottom: 0;
  left: calc(50% - 20px);
}
.section-header h3 {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.section-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #232c2b;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #dd3d25;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
}


/* services-section
--------------------------------*/

.services-section {
  /*background: #f7f7f7;*/
  padding:50px 0 30px;
}

.services-section .featured-text{
  background: #f7e432; 
  padding:40px 30px 20px; min-height:391px; 
}

.services-section .featured-text a{ background:#000; color:#fff; padding:15px 20px; float:right; margin-top: 20px;}
.services-section h4{ font-size:23px; font-weight:500; color: #222;}
.hm-ul{ list-style:none; position:relative; padding-left: 15px; margin:0; color:#000;}

.hm-ul li:before {
    content: "\f0a4";
    font-family: fontawesome;
    color: #000;
    margin-right: 10px;
}


/* Services Section
--------------------------------*/

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer {
  background: #f7e432;
  padding:30px 0 10px;
  color: #eee;
  font-size: 14px; margin-top: 10px;
}
.copy-rht{background: #000;}
footer .footer-top {
  background: #111;
  padding: 60px 0 30px 0;
}

footer h4{
  font-size:20px; color:#000; line-height:30px;
}
footer .fa{
  font-size:30px; color:#000; line-height:50px;
}

footer hr {
  border-bottom: 1px solid #000;
}

footer .small, footer .small a{
  font-family: "calibri", sans-serif;
  font-size: 20px;
  line-height: 24px; 
  color:#000;
  margin-bottom: 0; 
}



.copy-rht .social{ text-align:right; margin-top:10px;}
.copy-rht p, .copy-rht .social a{ color:#fff; line-height:40px;}
.copy-rht .social .fa{ margin:5px;}
.copy-rht a{ color:#fff;}

.copy-rht .social a:hover {
  background: #f7e432;
  color: #000;
  padding:5px;
}

footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

footer .footer-top h4::before,
footer .footer-top h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

footer .footer-top h4::before {
  right: 0;
  background: #555;
}

footer .footer-top h4::after {
  background: #dd3d25;
  width: 60px;
}

footer .footer-top .footer-links {
  margin-bottom: 30px;
}

footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #ddd;
}

footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #333;
  padding: 10px 0;
}

footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

footer .footer-top .footer-links ul a {
  color: #eee;
}

footer .footer-top .footer-links ul a:hover {
  color: #dd3d25;
}

footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

footer .footer-top .footer-contact p {
  line-height: 26px;
}

footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

footer .footer-top .footer-newsletter input[type="submit"] {
  background: #dd3d25;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #13a456;
}

footer .copyright {
  text-align: center;
  padding-top: 30px;
}

footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}
.top {
    position: fixed;
    right: 18px;
    bottom: 30px;
    text-align: center;
    color: #fff;
    background: #dd3d25;
    padding: 10px 10px;
    z-index: 99;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
    opacity: 0;
    transition: ease-in 0.5s;
}


.top.scll-top {
    opacity: 1;
    transition: ease-in 0.5s;
    bottom: 50px;
}

.top .fa {
    display: block !important;
}
#hm-cont .contact-address h3,
  #hm-cont .contact-phone h3,
  #hm-cont .contact-email h3{
    padding-top: 20px;
  }
/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 768px) {
  #hm-cont .contact-address ,
  #hm-cont .contact-phone,
  #hm-cont .contact-email {
    /*padding: 20px 0;*/
	 position: relative;
    min-height: 100px;
  }

  #hm-cont .contact-phone, #hm-cont .contact-email{
    border-top: 1px solid #ddd;
  }
}

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
}

@media (min-width: 1024px) {
  #header #logo {
    padding-left: 60px;
  }

  #intro p {
    width: 60%;
  }

  #intro .carousel-control-prev,
  #intro .carousel-control-next {
    width: 5%;
  }

  #nav-menu-container {
    padding-right: 60px;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

  #header #logo h1 {
    font-size: 28px;
  }

  #header #logo img {
    max-height: 40px;
  }

  #intro h2 {
    font-size: 28px;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }
  
  .banner-cont .title h1{ font-size: 30px; line-height: 36px;}
  .banner-cont .title h1 span{ font-size: 24px;}
  
  
}
