/********************************************* universal classes ***************************/

.padding-class {
  padding: 30px 0;
}

.bg-1 {
  background-color: #f3f5fa;
}

.bg-2 {
  background-color: #fff;
}

/* after every title section this class is applied */

.title-pd {
  padding-bottom: 30px;
}

/* this is the universal heading style of all the section */

.all-sec-h {
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  color: #111;
  text-align: center;
}

.all-sec-p {
  margin-top: 0;
  margin-bottom: 0;
}

.title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background-color: #003f62;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

/******************************** header *******************************/
.header {
  padding: 15px 0;
  background-color: #fff;
}

.header img {
  width: 245px;
}

/***************************************************** section-1 *********************************/

.section-1 {
  width: 100%;
  height: 100vh;
}

.section-1 img {
  height: 93vh;
}

.section-1 .container-fluid {
  padding-left: initial;
  padding-right: initial;
}

/*********************************************** section-3 ****************************/

.section-3 form {
  padding-bottom: initial;
}

.section-3 form .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #003f62;
  outline: 0;
  box-shadow: initial;
}

.section-3 form .validator {
  color: red;
  font-weight: 400;
  font-size: 13px;
}

.section-3 form .send-btn-parent {
  position: relative;
  padding-bottom: 40px;
}

.section-3 form .send-btn {
  padding: 12px 34px;
  color: #fff;
  background-color: #003f62;
  border: 0;
  border-radius: 50px;
  position: absolute;
  left: 190px;
}

/***************************************** scrool bar button sytling ***************************/

.scrool-bar-btn {
  position: fixed;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  background-color: #003f62;
  color: #fff;
  z-index: 999999999;
  display: flex;
  align-items: center;
  justify-content: center;
  border: initial;
}

.scrool-bar-btn:focus {
  outline: initial;
}

.scrool-bar-btn i {
  font-size: 24px;
}

/**************************************************** footer ***********************************/

.footer .footer-logo {
  margin-left: 26px;
}

.footer .middle-sec ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.footer .middle-sec ul li {
  list-style-type: none;
}

.footer .middle-sec ul li a {
  text-decoration: none;
  color: #111;
  font-weight: 600;
}

.footer .middle-sec ul li a .icon-peacock-2 {
  color: #003f62;
  font-size: 45px;
}

.footer .middle-sec ul li + li {
  margin-left: 15px;
  margin-bottom: 0;
}

.footer .middle-sec .bottom-social-link li + li {
  margin-left: 15px;
  margin-bottom: 0;
}

.footer .middle-sec .social-icon {
  display: inline-block;
  /* width: 30px;
  height: 30px; */
  /* background-color: #20b235; */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border: 1px solid #20b235; */
}

.footer .middle-sec .social-icon i {
  font-size: 20px;
  /* color: #fff; */
}

.footer .middle-sec .facebook-facebook {
  border: 1px solid #0e8cf1;
  background-color: #0e8cf1;
}

.footer .middle-sec .social-icon .icon-facebook1 {
  color: #fff;
}

.footer .middle-sec .linkedin-linkedin {
  border: 1px solid #0a66c2;
  background-color: #fff;
}

.footer .middle-sec .social-icon .icon-linkedin1 {
  color: #0a66c2;
  background-color: #fff;
}

.footer .middle-sec .twitter-twitter {
  border: 1px solid #1da1f2;
}

.footer .middle-sec .social-icon .icon-twitter1 {
  color: #1da1f2;
}

/* 0E8CF1 */
/* 0A66C2 */

/* .footer .middle-sec .social-icon:hover {
    background-color: #fff;
  } */

/* .footer .middle-sec .social-icon:hover i {
    color: #20b235;
  } */

.footer .bottom-sec p {
  font-size: 13px;
  color: #999;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}

/********************************************* media queries *****************************************/

/* Extra small devices (portrait phones, less than 576px)  */

/* No media query for `xs` since this is the default in Bootstrap  */

@media (max-width: 575.98px) {
  .header img {
    width: 180px;
  }

  .section-1 {
    width: 100%;
    height: 45vh;
  }

  .section-1 img {
    height: 40vh;
  }

  .section-3 form {
    padding-bottom: 30px;
  }

  .section-3 form .send-btn {
    left: 0;
  }
  .section-3 form .send-btn-parent {
    padding-bottom: initial;
  }

  .footer .footer-logo {
    margin-left: initial;
  }

  .footer .middle-sec ul li + li {
    margin-left: initial;
    margin-bottom: 0;
  }
}

/* Small devices (landscape phones, 576px and up)  */

@media (min-width: 576px) and (max-width: 767.98px) {
  .header img {
    width: 180px;
  }

  .section-3 form {
    padding-bottom: 30px;
  }

  .section-3 form .send-btn {
    left: 90px;
  }
  .section-3 form .send-btn-parent {
    padding-bottom: initial;
  }

  .footer .footer-logo {
    margin-left: initial;
  }

  .footer .middle-sec ul li + li {
    margin-left: initial;
    margin-bottom: 0;
  }
}

/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) and (max-width: 991.98px) {
  .section-3 form {
    padding-bottom: 30px;
  }

  .section-3 form .send-btn {
    left: 123px;
  }
  .section-3 form .send-btn-parent {
    padding-bottom: initial;
  }

  .footer .footer-logo {
    margin-left: initial;
  }
}

/**/
/* Large devices (desktops, 992px and up)  */

@media (min-width: 992px) and (max-width: 1199.98px) {
  .section-3 form {
    padding-bottom: 30px;
  }

  .section-3 form .send-btn {
    left: 160px;
  }

  .section-3 form .send-btn-parent {
    padding-bottom: initial;
  }
}

/* Extra large devices (large desktops, 1200px and up)  */

@media (min-width: 1200px) {
}
