 {

  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/victiria-back.png");

  background-position: bottom;

  background-repeat: no-repeat;

  background-size: cover;

}



.header-section .navbar {

  padding: 22px 22px 0;

}



.contact-btn {



  padding: 20px 54px;

  color: #3f1844;

  background-color: #cccccc;

  border: 2px solid #fff;

  border-radius: 36px;

  font-family: "lato-bold";

  font-size: 24px;

  line-height: 30px;

}

.started-tody-btn {



  padding: 20px 54px;

  color: #fff;

  background-color: #3a0d3c;

  /* border: 2px solid #000; */

  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 0 0 0px;
  color: #333333;

}



h2 span {

  color: #3f1844;

}







.line-img {

  background-image: url("../images/victory-line.png");

  background-repeat: no-repeat;

  background-size: cover;

  width: 100%;

  height: 31px;

}



.content-section {

  padding: 64px 0 102px;

}



.p-bold {

  color: #3f1844;

}



.footer-img {

  margin-bottom: 20px;

}



.line-img1 {

  width: 100%;

  height: 31px;

  background: #3f1844;

}





@media screen and (max-width:575px) {

  .footer-img img {

    max-height: 65px;
    max-width: 243px;

  }

}



@media screen and (max-width:767px) {

  h1 {

    font-size: 30px;

    line-height: 42px;

    width: auto;

  }



  h2 {

    font-size: 24px;
    text-align: center;
    line-height: 32px;

    width: auto;

    margin: 0 0 0 15px;

  }



  .navbar-brand {

    margin-bottom: 64px;

    text-align: center;

  }

  .contact-btn {

    padding: 12px 42px;

  }

  .started-tody-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: 35%;

  }

}



@media screen and (max-width:991px) {



  .first-content {

    margin-bottom: 64px;

    column-gap: 0;

  }

  .contact-btn,

  p {

    font-size: 16px;

    line-height: 20px;

  }

  .started-tody-btn {
    font-size: 16px;

    line-height: 20px;
  }

}



@media screen and (min-width:768px) and (max-width:991px) {

  .footer-img img {

    width: 35%;

  }

  .contact-btn,
  p {

    font-size: 18px;

    line-height: 24px;

  }


  .started-tody-btn {
    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: 80%;

  }

  .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;

  }

  .started-tody-btn {
    font-size: 20px;

    line-height: 28px;
  }

}



@media screen and (min-width:768px) and (max-width:1199px) {



  .contact-btn {

    padding: 16px 40px;

  }

  .started-tody-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;

  }

}