* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
a:focus
{
  outline:none;
}
.h1,.h2,.h3,.h4,.h5,.h6
{
  font-weight: normal !important;
  font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.line-1:before
{
  content: '';
  position: absolute;
  width: 167px;
  height: 2px;
  background: #d9642b;
  bottom: 15px;
}
.line-2:before
{
  content: '';
  position: absolute;
  width: 234px;
  height: 2px;
  background: #d9642b;
  bottom: 15px;
}
.line-3:before
{
  content: '';
  position: absolute;
  width: 202px;
  height: 2px;
  background: #d9642b;
  bottom: 15px;
}

nav {
  background: #fff;
  box-shadow: 0 -6px 11px #00000061;
}

nav .nav-item {
  color: #000;
  font-size: 1rem;
}

nav .nav-item a.nav-link {
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  transition: 0.3s;
}
nav .nav-item a.nav-link:hover
{
  color: #d9642b;
}
.carousel-item .fill-bg-img {
  height: 100vh;
  background-size: cover !important;
  background-position: center !important;
}

.carousel-control-prev, .carousel-control-next {
  position: absolute;
  bottom: 0;
  width: 40px !important;
  height: 80px !important;
  background: #d9642b;
  top: 50% !important;
  color: #000 !important;
  opacity: 1 !important;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  display: inline-block;
  width: 15px !important;
  height: 15px !important;
  background: no-repeat 50% / 100% 100%;
}
section.aboutus
{
 padding-bottom: 120px;
}
.aboutus .about-content p
{
  font-size: 1.10rem;
  line-height: 1.6;
  font-weight: 300;
  text-align: justify;
}


.service{
  padding-top:150px;
  padding-bottom: 150px;

}

.first-box button:hover{
  background-color:#c00000a8;
}

.second-box button:hover{
  background-color:#7f7f7fcf;
}
.third-box button:hover{
  background-color:#ffc000c4;
}
.four-box button:hover{
  background-color:#d9642bb0;
}
.five-box button:hover{
  background-color:#002060ba;
}



.services-btn
{
  height: 150px;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  font-weight: bold;
  border:0;
  box-shadow: 0px 3px 16px 0px rgb(0 0 0 / 8%);
  transition: 0.5s;
  color: #fff;
}
.service-btn-bg
{
  background: #c00000;
}
.service-btn-bg2
{
  background: #7f7f7f;
}
.service-btn-bg3
{
  background: #ffc000;
}
.service-btn-bg4
{
  background: #d9642b;
}
.service-btn-bg5
{
  background: #002060;
}
.services-btn:hover
{
  box-shadow: 0px 3px 16px 0px rgb(0 0 0 / 18%);
}
.services-btn:focus
{
  outline: none;
  border-radius: 0;
}
.service .modal-content
{
  border-radius: 0;
  border:0 !important;
}
.service .modal-header
{
  border-bottom: 1px solid #000;
}
.modal-title
{
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 18px;
}
.bg-img
{
  background:linear-gradient(#d9652ba2,#d9652ba2),url('../images/about.jpg');
  height: 60vh;
  background-size: cover;
  background-position: center;
}
.contact
{
  padding:50px 0 50px 0;
}
.contact form
{
  background: #fff;
  padding: 60px 40px 70px 40px;
  box-shadow: 0 10px 20px rgb(175 175 175 / 75%);
}
.contact form .form-control
{
  border:0;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
}
::placeholder
{
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
.submit-btn
{
  border:2px solid #d9642b;
  background: transparent;
  height: 45px;
  width: 140px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  transition: 0.5s;
}
.submit-btn:hover
{
  background:#d9642b;
  color:#fff;
}
.info
{
  background: #2cad9d;
  box-shadow: 0 10px 20px #eee;
}
.info p
{
  padding-left: 10px;
  color:#fff;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
}
.social .fa:hover
{
  background:#fff;
  color: #d9642b;
}
.footer
{
  background: #1f1e23;
  padding:60px 0 60px 0;
}
.footer ul li
{
  list-style: none;
  padding-left: 10px;
  color:#fff;
  padding-bottom: 5px;
}
.footer ul li .fa
{
  padding-right: 10px;
}
.footer form .form-control
{
  border:1px solid #d9642b;
  background:transparent;
  height:40px;
  padding-left: 15px;
  color:#fff;
  padding-right:20px;
  letter-spacing: 1px;
  border-radius: 0;
}
.footer form input:focus
{
  outline:none;
}
.s-btn
{
  color:#fff;
  background: #d9642b;
  height:40px;
  padding-left: 10px;
  padding-right: 10px;
  border:0;
}
.footer .fa-facebook,.footer .fa-instagram,.footer .fa-twitter,.footer .fa-linkedin
{
  color:#fff;
  height:35px;
  width: 35px;
  border:1px solid #fff;
  transition: 0.5s;
  cursor: pointer;
  border-radius: 50px;
  text-align: center;
  line-height: 2.2;
  margin-right: 5px;
}