@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700%7CRoboto%7CJosefin+Sans:100,300,400,500);

body{
  background: linear-gradient(90deg, rgba(0, 0, 0, .4) 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 1) 85%, rgba(253, 192, 16, .4) 100%);
  font-size:15px;
}

h1,h2,h3,h4,h5,h6{
  font-family:Poppins;
}

p{
  font-family:Roboto;
}

a {
  color: #222;
  transition: all .3s ease-in-out;
}

a:hover {
  color: #c69c6d;
  text-decoration: none;
}

.text-center {
    text-align: center!important;
}

.bottom-space {
  margin-bottom: 1rem;
}

.justify-content-center {
    justify-content: center !important;
}

.hover-effect {
  position: relative;
  overflow: hidden;
}

.hover-effect:hover::after, .hover-effect:hover::before {
  height: 100%;
  opacity: 0;
  width: 100%;
}

.hover-effect::before, .hover-effect::after {
  content: "";
  background: #fff;
  height: 0;
  width: 0;
  z-index: 1;
  position: absolute;
  -webkit-transition-duration: 1.6s;
  -o-transition-duration: 1.3s;
  transition-duration: 1.3s;
}

.hover-effect::before, .hover-effect::after {
  content: "";
  background: #fff;
  height: 0;
  width: 0;
  z-index: 1;
  position: absolute;
  -webkit-transition-duration: 1.3s;
  -o-transition-duration: 1.3s;
  transition-duration: 1.3s;
}

.hover-effect::before {
  right: 0;
  opacity: 1;
  top: 0;
}

ol, ul {
	list-style: none;
}

ul {
  padding: 0;
  list-style-type: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.button-style {
  background-color: #222;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  line-height: 1em;
  outline: none;
  padding: 15px 40px;
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none !important;
  transition: all .3s ease-in-out;
}

.button-style:before,
.button-style:after {
  border-color: transparent;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  border-style: solid;
  border-width: 0;
  content: "";
  height: 1.8rem;
  position: absolute;
  width: 1.8rem;
}

.button-style:before {
  border-color: #555;
  border-left-width: 2px;
  border-top-width: 2px;
  left: -5px;
  top: -5px;
}

.button-style:after {
  border-bottom-width: 2px;
  border-color: #c69c6d;
  border-right-width: 2px;
  bottom: -5px;
  right: -5px;
}

.button-style:hover {
  background-color: #c69c6d;
  color: #ffffff;
}

.button-style:hover:before,
.button-style:hover:after {
  height: 100%;
  width: 100%;
}

.call-scroll-btn {
  position: fixed;
  background-color: #c69c6d;
  bottom: 0;
  width: 100%;
  height: 60px;
  text-align: center;
  font-size: 20px;
  line-height: 60px;
  color: #444;
  font-weight: 600;
  text-transform: uppercase;
}

.call-scroll-btn i {
  margin-right: 5px;
  transform: rotate(90deg);
  line-height: 60px;
}

.call-scroll-btn:hover {
  background-color: #222;
  color: #fff;
}

@media (max-width: 767px) {
  body { background: linear-gradient(90deg, rgba(0, 0, 0, .4) 0%, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 1) 95%, rgba(253, 192, 16, .4) 100%);}
}


/* ----------------------------------------------------------------
     [ Start Navbar ]
-----------------------------------------------------------------*/

nav:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 1s cubic-bezier(0.4, 0.25, 0, 1);
    transition: all 1s cubic-bezier(0.4, 0.25, 0, 1);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-box-shadow: 0 0 50px 1px rgba(0,0,0,0.05);
    box-shadow: 0 0 50px 1px rgba(0,0,0,0.05);
    background-color: #ffffff;
}

.navbar-default {
  background-color: transparent;
  border: 0;
  font-family: Poppins;
  padding: 10px;
}

.navbar-brand img {
  max-width: 150px;
}

.navbar-default .navbar-toggler {
    border-color: #222;
    background-color: #222;
}

.navbar-default .navbar-toggler .navbar-toggler-icon:before {
	content: "\f0c9";
	position: relative;
	font-family: "Font Awesome 5 Pro";
	line-height: 30px;
	font-size: 22px;
	color: #fff;
}

.navbar-default .navbar-nav > li > a {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  letter-spacing: .5px;
  margin: 0 10px;
  padding: 5px !important;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.navbar-default .navbar-nav > li.active > a {
  color: #222;
}

.navbar-default .navbar-nav > li.active > a:hover {
  color: #222;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #777;
}

.activate-menu {
  background: #fff;
  -webkit-box-shadow: -3px 13px 24px -1px rgba(0,0,0,0.3);
  box-shadow: -3px 13px 24px -1px rgba(0,0,0,0.3);
}

.navbar-nav li {
    float: left;
    font-size: 15px;
    text-transform: uppercase;
}

.navbar--scrolled:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

@media (max-width: 737px) {
  nav ul {margin-top: -60px; text-align: center;}
  .navbar-brand img {max-width: 150px;}
  .navbar-default .navbar-nav > li.active > a {color: #fff;}
  .navbar-default .navbar-nav > li.active > a:hover {color: #fff;}
}
 
@media (max-width: 1023px) {
  nav ul {margin-top: -60px;}
  .navbar-default .navbar-nav > li.active > a {color: #fff;}
  .navbar-default .navbar-nav > li.active > a:hover {color: #fff;}
}
 

/* ----------------------------------------------------------------
     [ Start Home ]
-----------------------------------------------------------------*/

#home {
  background-image: linear-gradient(to right bottom, rgba(50, 50, 50, 0.8), rgba(0, 0, 0, 0.8)), url(../img/slider-bg.jpg);
  background-size: cover;
  background-position: center center;
  padding: 250px 0 180px;
  clip-path: ellipse(150% 100% at 50% 0);
  -webkit-clip-path: ellipse(150% 100% at 50% 0);
}

#home .home-content {
  position: relative;
  text-align: center;
}

#home .home-content h4 {
  color: #ffffff;
  font-size: 50px;
}

#home .home-content h1 {
  color: #ffffff;
  font-size: 80px;
  font-weight: bold;
  margin-bottom: 30px;
}

#home .home-content h1 span {
  color: #c69c6d;
  text-decoration: underline;
}

#home .home-content p {
  color: #ffffff;
  font-size: 22px;
  line-height: 26px;
}

#home .showcase-button {
  margin-top: 40px;
}


@media (max-width: 737px) {
  #home {height: 70vh; background-position: center center; padding: 150px 0; margin-top: 60px;}
  #home .home-content h4 {font-size: 22px;}
  #home .home-content h1 {font-size: 28px;}
  #home .home-content p {font-size: 18px;}
}

@media (min-width: 738px) and (max-width: 1023px) {
  #home {height: 60vh; background-position: center center; padding: 150px 0; margin-top: 104px;}
  #home .home-content h4 {font-size: 40px;}
  #home .home-content h1 {font-size: 50px;}
  #home .home-content p {font-size: 20px;}
}

@media (min-width: 1024px) {
  #home {background-attachment: fixed;}
}


/* ----------------------------------------------------------------
     [ Start Services ]
-----------------------------------------------------------------*/

#privacy {
  padding-top: 100px;
}

#privacy .privacy-text p {
  text-align: justify;
}



/* ----------------------------------------------------------------
     [ Start Services ]
-----------------------------------------------------------------*/

#services {
  padding: 80px 0;
  border-bottom: 10px dashed #c69c6d;
}

#services .services-title {
  text-align: center;
  margin: 0 auto;
}

#services .services-title h2 {
  font-size: 65px;
  font-weight: bold;
  color: #222;
}

#services .services-title h4{
  font-size: 30px;
  color: #333;
}

#services .services-title p {
  margin: 20px auto 60px;
  width: 90%;
  color: #555;
}

#services .service-box {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 250px;
  border: 5px solid #555;
  border-radius: 10px;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
  transition: transform .3s;
}

#services .service-box:hover {
  transform: translateY(-1.5rem) scale(1.03);
}

#services .service-content {
  position: relative;
}

#services .service-content h3 {
  font-size: 26px;
  margin-top: 30px;
  text-align: center;
  color: #c69c6d;
  text-shadow: -1px 1.5px 1px rgba(0, 0, 0, .5);
  font-weight: 700;  
}

#services .service-content p {
  margin: 0;
  color: #444;
  font-size: 16px;
  text-align: center;
}

@media (max-width: 767px) {
  #services .services-title h2 {font-size: 45px;}
  #services .services-title h4 {font-size: 18px;}
  #services .services-title p {width: 90%; margin: 10px auto 40px; font-size: 14px;}
}


/* ----------------------------------------------------------------
     [ Start About ]
-----------------------------------------------------------------*/

#emergency {
  background-image: url(../img/emergency-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
  position: relative;
}

#emergency:before {
  content: ' ';
  position: absolute;
  background: linear-gradient(180deg, rgba(60, 60, 60, .8) 0%, rgba(0, 0, 0, .8) 100%);
  width: 100%; height: 100%;
  top: 0; bottom: 0;
  left: 0; right: 0;
}

#emergency .emergency-title {
  text-align: center;
  margin: 0 auto;
  position: relative;
}

#emergency .emergency-title h2 {
  font-size: 65px;
  font-weight: bold;
  color: #c69c6d;
  margin-bottom: 20px;
}

#emergency .emergency-content {
  position: relative;
}

#emergency .emergency-content p {
  margin: 0;
  font-size: 22px;
  color: #fff;
}

#emergency .emergency-content a {
  float: right;
  margin-top: 10px;
}

@media (max-width: 767px) {
  #emergency .emergency-title h2 {font-size: 45px;}
  #emergency .emergency-content {text-align: center;}
  #emergency .emergency-content p {margin-bottom: 20px;}
  #emergency .emergency-content a {float: none;}
}


/* ----------------------------------------------------------------
     [ Start About ]
-----------------------------------------------------------------*/

#about {
  padding: 80px 0;
  background: linear-gradient(90deg, rgba(44, 125, 188, 0) 0%, #f7f7f7 50%, rgba(234, 229, 128, 0) 100%);
  border-top: 10px dashed #c69c6d;
  border-bottom: 10px dashed #c69c6d;
}

#about .about-title {
  text-align: center;
  margin: 0 auto;
}

#about .about-title h2 {
  font-size: 65px;
  font-weight: bold;
  color: #222;
}

#about .about-title h4{
  font-size: 30px;
  color: #333;
}

#about .about-title p {
  margin: 20px auto 60px;
  width: 90%;
  color: #555;
}

#about .col-md-6 {
  margin: 0;
  padding: 0;
}

#about .about-img {
  background-image: url(../img/about-img.jpg);
  background-position: bottom center;
  background-size: cover;
  height: 500px;
}

#about .about-content-box {
  background-color: #f7f7f7;
  height: 500px;
  padding: 30px;
}

#about .about-content {
  width: 100%;
  background-color: #ffffff;
  margin: auto;
  height: 100%;
  padding: 44px;
  -webkit-box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.08);
}

#about .about-content h2 {
  text-align: center;
  padding-bottom: 15px;
  color: #c69c6d;
  text-shadow: -1px 1.5px 1px rgba(0, 0, 0, .5);
  font-weight: 700;
  font-size: 28px;
}

#about .about-content p {
  text-align: justify;
  font-size: 16px;
  color: #444;
}

#brands {
	padding: 20px;
}

#brands .brands-slider img {
	padding: 20px;
}

@media (max-width: 767px) {
  #about .about-title h2 {font-size: 45px;}
  #about .about-title h4 {font-size: 18px;}
  #about .about-title p {width: 90%; margin: 10px auto 40px; font-size: 14px;}
  #about .about-content-box {padding: 25px; height: 100%;}
  #about .about-content {padding: 20px;}
}


/* ----------------------------------------------------------------
     [ Start Servcie Area ]
-----------------------------------------------------------------*/

#service-area {
  background-image: url(../img/service-areas-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}

#service-area .area-title {
  text-align: center;
  margin: 0 auto;
}

#service-area .area-title h2 {
  font-size: 65px;
  font-weight: bold;
  color: #222;
  margin-bottom: 20px;
}

#service-area .area-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

#service-area .areas-list li {
  display: inline-block;
  width: 24.5%;
  text-align: center;
  position: relative;
  margin: 2px 0;
}

#service-area .areas-list li a {
  display: block;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 0;
  position: relative;
}

#service-area .areas-list li:before {
  content: ' ';
  position: absolute;
  background-color: rgba(255, 255, 255, .4);
  width: 100%; height: 100%;
  top: 0; left: 0;
  bottom: 0; right: 0;
  transition: all .2s ease-in-out;
}

#service-area .areas-list li:hover:before {
  background-color: rgba(0, 0, 0, .4);
}

#service-area .areas-list li:hover a {
  color: #c69c6d;
}

@media (max-width: 737px) {
  #service-area .area-title h2 {font-size: 45px;}
  #service-area .areas-list li {width: 100%;}
}


/* ----------------------------------------------------------------
     [ Start Contact ]
-----------------------------------------------------------------*/

#contact {
  padding: 80px 0 0;
  border-top: 10px dashed #c69c6d;
}

#contact .contact-title {
  text-align: center;
  margin: 0 auto;
}

#contact .contact-title h2 {
  font-size: 65px;
  font-weight: bold;
  color: #222;
}

#contact .contact-title h4{
  font-size: 30px;
  color: #333;
}

#contact .contact-title p {
  margin: 20px auto 60px;
  width: 90%;
  color: #555;
}

#contact #map {
  margin-top: 50px;
}

#contact input, 
#contact textarea {
  box-shadow: none;
  font-size: 15px;
}

#contact input:focus, 
#contact textarea:focus {
  border-color: #222;
}

#contact #sendmessage {
  color: #222;
  border: 1px solid #222;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact #sendmessage.show, 
#contact #errormessage.show, 
#contact .show {
  display: block;
}

#contact .validation {
  color: red;
  display: none;
  margin: 0;
  font-weight: 400;
  font-size: 13px;
}

#contact .contact-info {
  margin: 0;
  padding: 0;
  list-style: none;
}

#contact .contact-info i {
  color: #222;
  font-size: 26px;
  position: absolute;
  line-height: 45px;
}

#contact .contact-info p {
  display: inline-block;
  margin-left: 40px;
}

@media (max-width: 767px) {
  #contact .contact-title h2 {font-size: 45px;}
  #contact .contact-title h4 {font-size: 18px;}
  #contact .contact-title p {width: 90%; margin: 10px auto 40px; font-size: 14px;}
  #contact button {margin-bottom: 30px;}
  #contact .contact-info {text-align: center;}
  #contact .contact-info i {position: relative;}
  #contact .contact-info p {display: block; margin-left: 0;}
}



/* ----------------------------------------------------------------
     [ Start Footer ]
-----------------------------------------------------------------*/
footer {
  padding: 80px 0 40px;
  margin-top: -40px;
  margin-bottom: 60px;
  background-color: #222;
  text-align: center;
  -webkit-clip-path: polygon(50% 45%, 100% 70%, 100% 100%, 0 100%, 0 70%);
  clip-path: polygon(50% 45%, 100% 70%, 100% 100%, 0 100%, 0 70%);
}

footer .footer-box {
  padding-top: 150px;
}

footer .logo img {
  margin-top: 50px;
  margin-bottom: 20px;
  max-width: 250px;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #c69c6d;
}

footer p {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@media (max-width: 767px) {
footer .logo img {margin-top: 150px;}
}

