@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:100,100i,300,300i,400,400i,500,500i,700,700i,800,800i,900,900i&display=swap');

body{
  font-family: 'Alegreya Sans', sans-serif;
	font-size:;
	background-color: #fff;
	color: #000;
  position: relative;

}

a:hover {
  color: #954535;
}

/* NAV */
nav{
  border-bottom: 1px solid #e9dcd6;
  background: #fff;
}
nav .logo{
  width: 100px;
  height: auto;
}

.custom-toggler{
  background: #fff;
}
.custom-toggler .navbar-toggler-icon.burger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(149,69,53,0.8)' stroke-width='5' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.cross {
  position: absolute;
  right: 28px;
  top: 13px;
  width: 32px;
  height: 32px;
  opacity: 1;
  display: none;
}

.cross:before, .cross:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 5px;
  background-color: #954535;
  border-radius: 20%;
}
.cross:before {
  transform: rotate(45deg);
}
.cross:after {
  transform: rotate(-45deg);
}
.custom-toggler.navbar-toggler {
  color: #e9dcd6;
}

.nav-link{
  color:#000;
  font-size: 18px;
  margin-right: 10px;
}

.bounce {
  animation: bounce 2s infinite;
}

.more_txt{
  cursor: help;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
/* NAV */

/* Banner */
#HomeSection{
  height: 79vh;
  background: rgba(149,69,53,0.9);
}

.banner_img{
  position: absolute;
  height: 100%;
  width: 100%;
  display: none;
}
.ban_txt{
  padding: 100px 20px 0px 20px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #FFF;

}
.big_txt{
  font-weight: 800;
  font-size: 30px;
}
.small_txt{
  font-weight: 600;
  font-size: 18px;
}


/* End Banner */

/* Start Services */

#ServicesSection{
  width: 100%;
  min-height: 33rem;
  margin-top: -55px;
  text-align: center;
}

#ServicesSection h3{
  text-align: center;
}

.more_txt{
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
}
.more_txt img{
  display: inline-block;
  width: 20px !important;
  height: auto !important;
  margin-top: -5px;
  margin-left: 5px;
}
.bottom_txt{
  font-weight: 600;
  font-size: 22px;
  display: inline-block;
}

.prs {
  margin:0px;
  border-bottom: 1px solid #eee;
  padding-bottom: 50px
}
.pr{
  float:left;
  text-align: center;
}
.pr .card{
  padding-top: 20px;
  margin-bottom: 20px;
  border-radius: 0px;
  min-height: 350px;
}
.pr_img{
  height: 100px;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
}

.tls{
  background: #e9dcd6;
  margin: 0px;
  padding-top: 20px;
  width: 100%;
}

.tls h2{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;

}

.tls h5{
  text-align: center;
  margin-bottom: 5px;
}
.tls ul{
  list-style: none;
  text-align: center;
  padding: 0px;
}
/* End Services */

/* Start about */
#AboutSection{
  min-height: 25rem;
  border-bottom: 1px solid #eee;
}

#AboutSection h2{
  text-align: center;
  padding-top: 20px;
}

.abt_txt{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 400;
  padding: 20px
}
/* End about */

/* Start contact */
#ContactSection{
  min-height: 5rem;
  border-bottom: 1px solid #eee;
  position: relative;
  background: #cbb0a9;
}

#ContactSection .loc{
  width: 100%;
  height: 100%;
}

#ContactSection h2{
  margin-top: 20px;
  margin-bottom: 20px
}

#ContactSection .contact_us{
  margin: 0px;
}

.contact{
  padding: 20px;
}
.contact h4{
  padding-top: 20px;
  padding-bottom: 20px;
}
.cr{
  display: inline-block;
  font-size: 20px;
  height: 40px;
}
.cl{
  display: inline-block;
}
.cl i {
  font-size: 40px;
  margin-right: 12px;
  vertical-align: middle;
}
.locate .cl i {
  margin-bottom: 40px;
}
/* End contact */

/* Start Footer */
footer{
  min-height: 5rem;
  background: #954535;
  padding: 30px;
  color: #fff;
  font-size: 20px;
}

footer .socials i{
  margin-right: 5px;
}
/*  End Footer */
/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {

  #HomeSection{
    height: 98vh;
  }
  .ban_txt{
    position: relative;
    top: 20%;
    padding: 0px 280px 0px 280px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #FFF;

  }
  .big_txt{
    font-size: 40px;
    margin-bottom: 20px
  }
  .small_txt{
    font-size: 25px;
  }

  .card-title{
    padding-bottom: .75rem;
    border-bottom: 1px solid #eee;
  }
  .card-text{
    font-size: 18px;
  }
  .abt_txt{
    max-width: 60%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
    font-weight: 400;
  }

  .tls .col-md-2{
    max-width: 20%;
    padding-bottom: 20px;
  }

  footer .copyright{
    float:left;
    margin-left: 30px;

  }
  footer .socials{
    float:right;
    margin-right: 30px;
    font-size: 30px;
    margin-bottom: -10px
  }
  footer .socials i{
    margin-right: 15px;
  }
  .active{
    border-top: 5px solid #954535;
  }
  .hover{
    border-top: 5px solid #954535;
  }
}

/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {

  #HomeSection{
    height: 98vh;
  }


  .ban_txt{
    position: relative;
    top: 20%;
    padding: 0px 280px 0px 280px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #FFF;

  }
  .big_txt{
    font-size: 40px;
    margin-bottom: 20px
  }
  .small_txt{
    font-size: 25px;
  }

  .card-title{
    padding-bottom: .75rem;
    border-bottom: 1px solid #eee;
  }
  .card-text{
    font-size: 18px;
  }
  .abt_txt{
    max-width: 60%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
    font-weight: 400;
  }

  .tls .col-md-2{
    max-width: 20%;
    padding-bottom: 20px;
  }

  footer .copyright{
    float:left;
    margin-left: 30px;

  }
  footer .socials{
    float:right;
    margin-right: 30px;
    font-size: 30px;
    margin-bottom: -10px
  }
  footer .socials i{
    margin-right: 15px;
  }
  .active_link{
    border-top: 5px solid #954535;
  }
  .hover_link{
    border-top: 5px solid #954535;
  }
}

/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {



}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {



}

/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {



}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {

  .contact{
    padding: 20px;
  }

  footer{
    text-align: center;
  }

}
