* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
}

@font-face {
  font-family: "lato-regular";
  src: url("../fonts/Lato-Regular.ttf"), format(truetype);
}

@font-face {
  font-family: "lato-bold";
  src: url("../fonts/Lato-Bold.ttf"), format(truetype);
}


a {
  text-decoration: none;
}

h1,
h2,
.p-bold {
  font-family: "lato-bold";
}

p {
  font-family: "lato-regular";
  font-size: 24px;
  line-height: 30px;
  color: #333333;
}

.mb-30 {
  margin-bottom: 30px;
}

@media screen and (min-width:1600px) {
  .container {
    max-width: 1350px !important;
  }
}


.header-section {
  background-image: url("../images/hero-bg.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-section .navbar {
  padding: 22px 22px 0;
}

.contact-btn {
  
  padding: 20px 54px;
  color: #fff;
  background-color: #333333;
  border: 2px solid black;
  border-radius: 36px;
  font-family: "lato-bold";
  font-size: 24px;
  line-height: 30px;
}

.hero-section {
  padding: 88px 0;
}

h1 {
  font-size: 72px;
  line-height: 86px;
  width: 680px;
  margin: 0 auto;
  color: #fff;
}

.van-content-section {
  padding: 48px 0 68px;
}

.first-content {
  margin-bottom: 120px;
  column-gap: 28px;
}

h2 {
  font-size: 48px;
  line-height: 56px;
  width: 320px;
  margin: 0 auto 0 0;
}

h2 span {
  color: #ff6600;
}



.line-img {
  background-image: url("../images/line.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 31px;
}

.content-section {
  padding: 64px 0 102px;
}

.p-bold {
  color: #ff6600;
}

.footer-img {
  margin-bottom: 20px;
}

.line-img1 {
  width: 100%;
  height: 31px;
  background: #ff6600;
}


@media screen and (max-width:575px) {
  .footer-img img {
    width: 30%;
  }
}

@media screen and (max-width:767px) {
  h1 {
    font-size: 30px;
    line-height: 42px;
    width: auto;
  }

  h2 {
    font-size: 24px;
    line-height: 32px;
    width: auto;
    margin: 0 auto 0 16px;
  }

  .navbar-brand {
    margin-bottom: 64px;
    text-align: center;
  }
  .contact-btn {
    padding: 12px 42px;
  }

  .van-content-section {
    padding: 36px 0 54px;
  }

  .content-section {
    padding: 36px 0 64px;
  }

  .line-img, .line-img1 {
    height: 10px;
  }
}

@media screen and (min-width:576px) and (max-width:767px) {
  .footer-img img {
    width: 18%;
  }
}

@media screen and (max-width:991px) {

.first-content {
  margin-bottom: 64px;
  column-gap: 0;
}
.contact-btn,
  p {
    font-size: 16px;
    line-height: 20px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .footer-img img {
    width: 18%;
  }
  .contact-btn, p {
    font-size: 18px;
    line-height: 24px;
  }


.first-content img {
  width: 85%;
  padding-top: 0;
}

.first-content h2 {
  margin: 0;
  width: 240px;
}
}

@media screen and (max-width:1199px) {
.hero-section {
  padding: 64px 0;
}

.navbar-brand img {
  width: 65%;
}
.van-content-section .van-left-img img {
  width: 45%;
}
}


@media screen and (min-width:992px) and (max-width:1199px) {
  .first-content h2 {
    margin: 0;
  }

  .van-content-section .van-left-img img {
    width: 90%;
  }

  .contact-btn,
  p {
    font-size: 20px;
    line-height: 28px;
  }

}

@media screen and (min-width:768px) and (max-width:1199px) {

.contact-btn {
  padding: 16px 40px;
}


.header-section .navbar {
  padding: 22px 0 0;
}

h1 {
font-size: 48px;
line-height: 66px;
}

h2 {
font-size: 36px;
line-height: 44px;
}

.line-img,.line-img1 {
height: 16px;
}

}



/*  Contact Page CSS */

.hero-section1 {

    padding: 88px 0 108px;
}

.form-container {
  padding: 85px 0 234px;
}

.form-control {
  height: 48px;
  border: 2px solid  #6e43d5;
  color: #666666;
  padding: 16px 16px 16px 42px;
  border-radius: 10px;
  font-size: 18px;
  line-height: 24px;
}

.form-control::placeholder {
  color: #666666;
}

.form-control:hover, .form-control:focus {
  box-shadow: none;
  border-color:#354a97;
}

.form-img {
  position: absolute;
  top: 16px;
  left: 24px;
}

textarea.form-control {
  min-height: 162px;
}

textarea {
  max-height: 162px;
  height: 100% !important;
  overflow: hidden;
  overflow-y: auto;
}

.submit-btn {
  padding-top: 26px;
}

.submit-btn .all-btn {
width: 310px;
padding: 15px 55px;
}

@media screen and (max-width:425px) {
.line-break-content {
  flex-direction: column;
}

.line-break-content .pt-1 {
  text-align: center;
  margin-bottom: 16px;
}

}

@media screen and (max-width:991px) {
.submit-btn .all-btn {
  width: auto;
  padding: 12px 75px;
}

.form-container {
  padding: 65px 0 124px;
}

.form-control {
  font-size: 16px;
  line-height: 20px;
}
}


