body {
  font-family: "Poppins", sans-serif;
}

#header-content .navbar {
  position: fixed;
  left: 0;
  right: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  top: 0;
  z-index: 1045;
}
#header-content .navbar .navbar-brand img {
  max-width: 150px;
}
#header-content .navbar .offcanvas-body {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#header-content .navbar .offcanvas-body ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991.98px) {
  #header-content .navbar .offcanvas-body ul {
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
}
#header-content .navbar .offcanvas-body ul li a {
  color: #fff;
  padding: 4px 20px;
}
@media (max-width: 991.98px) {
  #header-content .navbar .offcanvas-body ul li a {
    padding: 10px 0;
    color: #000;
  }
}
#header-content .navbar .offcanvas-body ul .btn-con a {
  background-color: rgb(228, 157, 4);
  padding: 9px 37px;
  color: #000;
  border-radius: 39px;
  border: 2px solid transparent;
  font-weight: 600;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#header-content .navbar .offcanvas-body ul .btn-con a:hover {
  background-color: transparent;
  color: rgb(228, 157, 4);
  border-color: rgb(228, 157, 4);
}
#header-content .navbar .navbar-toggler-icon {
  background-image: none !important;
}
#header-content .navbar .navbar-toggler {
  background-image: none !important;
  border: none;
}
#header-content .navbar .navbar-toggler:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#header-content .navbar .navbar-toggler-icon i {
  color: #fff;
  font-size: 30px;
  margin-top: 1px;
}
#header-content .bg {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background-color: #2d2b2c;
}

#banner-area {
  padding-top: 400px;
  padding-bottom: 300px;
  background-image: url("../img/banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
@media (max-width: 767.98px) {
  #banner-area {
    padding-top: 160px;
    padding-bottom: 100px;
  }
}
#banner-area .overlay {
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
#banner-area .text-area {
  position: relative;
}
#banner-area .text-area h1 {
  color: #fff;
  margin-bottom: 0;
  font-size: 70px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  #banner-area .text-area h1 {
    font-size: 40px;
  }
}
#banner-area .text-area h1 span {
  color: rgb(228, 157, 4);
}
#banner-area .text-area p {
  color: #fff;
  font-size: 28px;
  padding: 15px 0;
  margin-bottom: 0;
}
#banner-area .text-area p span {
  display: block;
}
@media (max-width: 767.98px) {
  #banner-area .text-area p span {
    display: inline;
  }
}
@media (max-width: 767.98px) {
  #banner-area .text-area p {
    font-size: 18px;
  }
}
#banner-area .text-area .btn-main {
  background-color: rgb(228, 157, 4);
  padding: 11px 37px;
  color: #000;
  border: 2px solid transparent;
  border-radius: 39px;
  margin-top: 20px;
  font-weight: 600;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#banner-area .text-area .btn-main:hover {
  background-color: transparent;
  color: rgb(228, 157, 4);
  border-color: rgb(228, 157, 4);
}

.form-area {
  margin: 20px auto;
  background-color: rgba(49, 49, 49, 0.8);
  padding: 60px 60px;
}
@media (max-width: 767.98px) {
  .form-area {
    padding: 20px 20px;
  }
}
.form-area .form-control {
  background-color: #fff;
  padding: 10px 20px;
  text-align: center;
  border: none;
}
.form-area .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-area .form-control::-webkit-input-placeholder {
  color: #000;
}
.form-area .form-control::-moz-placeholder {
  color: #000;
}
.form-area .form-control:-ms-input-placeholder {
  color: #000;
}
.form-area .form-control::-ms-input-placeholder {
  color: #000;
}
.form-area .form-control::placeholder {
  color: #000;
}
@media (max-width: 767.98px) {
  .form-area .form-control {
    width: 100%;
    margin: 10px 0;
  }
}
.form-area .form-select {
  background-color: #fff;
  padding: 10px 20px;
  text-align: center;
  border: none;
}
.form-area .form-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-area .form-select::-webkit-input-placeholder {
  color: #000;
}
.form-area .form-select::-moz-placeholder {
  color: #000;
}
.form-area .form-select:-ms-input-placeholder {
  color: #000;
}
.form-area .form-select::-ms-input-placeholder {
  color: #000;
}
.form-area .form-select::placeholder {
  color: #000;
}
.form-area .btn-submit {
  background-color: rgb(228, 157, 4);
  padding: 10px 37px;
  color: #000;
  border: 2px solid transparent;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .form-area .btn-submit {
    display: block;
    width: 100%;
  }
}

.about-banner {
  background-image: url("../img/bg1.jpg") !important;
}
.about-banner .text-area {
  text-align: center;
}
.about-banner .text-area h1 {
  font-size: 90px !important;
}
@media (max-width: 767.98px) {
  .about-banner .text-area h1 {
    font-size: 30px !important;
  }
}

.contact-banner {
  padding: 200px 0 !important;
}

.job-banner {
  background-image: url("../img/job-banner.jpg") !important;
  padding-top: 300px !important;
  padding-bottom: 300px !important;
  background-attachment: inherit !important;
}
@media (max-width: 767.98px) {
  .job-banner {
    padding-top: 200px !important;
    padding-bottom: 100px !important;
  }
}
.job-banner .overlay {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.job-banner .text-area {
  text-align: center;
}
.job-banner .text-area h1 {
  font-size: 90px !important;
}
@media (max-width: 767.98px) {
  .job-banner .text-area h1 {
    font-size: 30px !important;
  }
}

.sec-1 img {
  height: 100%;
}
.sec-1 .row:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.sec-1 .main-box {
  background-color: rgb(228, 157, 4);
  height: 100%;
  padding: 150px 50px;
}
@media (max-width: 767.98px) {
  .sec-1 .main-box {
    padding: 30px 30px;
  }
}
.sec-1 .main-box h2 {
  color: #2d2b2c;
  font-size: 40px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .sec-1 .main-box h2 {
    font-size: 25px;
  }
}
.sec-1 .main-box h4 {
  color: #2d2b2c;
  font-size: 25px;
}
@media (max-width: 767.98px) {
  .sec-1 .main-box h4 {
    font-size: 20px;
  }
}
.sec-1 .main-box p {
  color: #2d2b2c;
  padding: 20px 0;
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .sec-1 .main-box p {
    font-size: 15px;
  }
}
.sec-1 .main-box .btn-sec {
  background-color: #2d2b2c;
  padding: 11px 37px;
  color: #fff;
  border: 2px solid transparent;
  border-radius: 39px;
  font-weight: 600;
}

.sec-2 {
  background-color: #f4f5fa;
  padding: 70px 0;
}
.sec-2 h1 {
  color: #000;
  font-size: 50px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 767.98px) {
  .sec-2 h1 {
    font-size: 20px;
  }
}
.sec-2 p {
  color: #2d2b2c;
  font-size: 16px;
  text-align: center;
  padding: 14px 0;
}
@media (max-width: 767.98px) {
  .sec-2 p {
    font-size: 14px;
  }
}
.sec-2 p span {
  display: block;
}
@media (max-width: 767.98px) {
  .sec-2 p span {
    display: inline;
  }
}
.sec-2 .card-sec {
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  .sec-2 .card-sec {
    margin-top: 20px;
  }
}
.sec-2 .button-area {
  text-align: center;
  padding: 30px 0;
}
.sec-2 .button-area .btn-job {
  background-color: #2d2b2c;
  padding: 11px 37px;
  color: #fff;
  border: 2px solid transparent;
  border-radius: 39px;
  font-weight: 600;
}

.job-card {
  height: 100%;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767.98px) {
  .job-card {
    height: auto;
    margin: 13px 0;
  }
}
.job-card .card-body {
  padding: 20px 30px;
}
.job-card h2 {
  color: #000;
  font-size: 23px;
  font-weight: 600;
}
.job-card .info-nav {
  margin: 30px 0;
}
.job-card .info-nav li {
  margin: 6px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.job-card .info-nav li p {
  margin-left: 10px;
  margin-bottom: 0;
  padding: 0;
}
.job-card .btn-view {
  background-color: rgb(228, 157, 4);
  padding: 9px 37px;
  color: #000;
  border: 2px solid transparent;
  display: block;
  border-radius: 39px;
  margin-top: 20px;
  font-weight: 600;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.job-card .btn-view:hover {
  background-color: transparent;
  color: rgb(228, 157, 4);
  border-color: rgb(228, 157, 4);
}

.sec-3 {
  padding: 70px 0;
  background-image: url("../img/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
@media (max-width: 767.98px) {
  .sec-3 {
    padding: 30px 0;
  }
}
.sec-3 .overlay {
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.sec-3 .inner-content {
  position: relative;
}
@media (max-width: 767.98px) {
  .sec-3 .inner-content .hide-on-mobile {
    display: none;
  }
}
.sec-3 .inner-content img {
  max-width: 400px;
}
.sec-3 .inner-content .img-1 {
  display: block;
  margin: 0 auto;
  position: relative;
  top: -30%;
  max-width: 420px;
}
.sec-3 .inner-content .img-2 {
  position: absolute;
  display: block;
  margin-left: auto;
  top: 43%;
  height: 477px;
  width: -webkit-fill-available;
  left: 17%;
}
.sec-3 .inner-content h1 {
  color: #fff;
  font-weight: 600;
  font-size: 50px;
}
.sec-3 .inner-content h1 span {
  color: rgb(228, 157, 4);
}
@media (max-width: 767.98px) {
  .sec-3 .inner-content h1 {
    font-size: 30px;
  }
}
.sec-3 .inner-content .info-list {
  margin: 30px 0;
}
@media (max-width: 767.98px) {
  .sec-3 .inner-content .info-list {
    margin: 10px 0;
  }
}
.sec-3 .inner-content .info-list li {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-3 .inner-content .info-list li i {
  color: rgb(228, 157, 4);
  font-size: 34px;
}
@media (max-width: 767.98px) {
  .sec-3 .inner-content .info-list li i {
    font-size: 24px;
  }
}
.sec-3 .inner-content .info-list li p {
  margin-left: 10px;
  margin-bottom: 0;
  color: #fff;
  font-size: 17px;
  padding: 0;
}

.sec-4 {
  padding: 100px 0;
  background-color: #3c3a3b;
  text-align: center;
}
@media (max-width: 767.98px) {
  .sec-4 {
    padding: 50px 0;
  }
}
.sec-4 h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .sec-4 h1 {
    font-size: 30px;
  }
}
.sec-4 p {
  color: #fff;
  padding: 12px 0;
  font-size: 15px;
}
@media (max-width: 767.98px) {
  .sec-4 p {
    font-size: 13px;
  }
}
.sec-4 p span {
  display: block;
}
@media (max-width: 767.98px) {
  .sec-4 p span {
    display: inline;
  }
}
.sec-4 .btn-mab {
  background-color: rgb(228, 157, 4);
  padding: 9px 37px;
  color: #000;
  border: 2px solid transparent;
  border-radius: 39px;
  font-weight: 600;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sec-4 .btn-mab:hover {
  background-color: transparent;
  color: rgb(228, 157, 4);
  border-color: rgb(228, 157, 4);
}

.sec-5 {
  padding: 70px 0;
}
.sec-5 h2 {
  color: #000;
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .sec-5 h2 {
    font-size: 20px;
  }
}
.sec-5 p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0;
}

.sec-6 {
  padding: 50px 0;
  margin-top: -70px;
  background-color: rgb(228, 157, 4);
  text-align: center;
}
@media (max-width: 767.98px) {
  .sec-6 {
    padding: 20px 0;
  }
}
.sec-6 p {
  color: #000;
  font-size: 28px;
}
@media (max-width: 767.98px) {
  .sec-6 p {
    font-size: 20px;
  }
}

.sec-7 {
  padding-top: 60px;
}
.sec-7 h1 {
  color: #000;
  font-size: 50px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .sec-7 h1 {
    font-size: 30px;
  }
}
.sec-7 p {
  color: #000;
  text-align: center;
  font-size: 17px;
}
@media (max-width: 767.98px) {
  .sec-7 p {
    font-size: 15px;
  }
}
.sec-7 p span {
  display: block;
}
@media (max-width: 767.98px) {
  .sec-7 p span {
    display: inline;
  }
}
.sec-7 .box-card {
  border-radius: 0;
  border: none;
  margin: 12px 0;
  padding: 30px 20px;
}
.sec-7 .box-card .inner-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec-7 .box-card .inner-card i {
  color: #fff;
  font-size: 30px;
}
.sec-7 .box-card .inner-card .inner-text {
  margin-left: 13px;
}
.sec-7 .box-card .inner-card .inner-text h2 {
  font-size: 30px;
  color: #fff;
}
@media (max-width: 767.98px) {
  .sec-7 .box-card .inner-card .inner-text h2 {
    font-size: 20px;
  }
}
.sec-7 .box-card .inner-card .inner-text p {
  color: #fff;
  text-align: left;
  font-size: 15px;
}
.sec-7 .b1 {
  background-color: #08cdeb;
}
.sec-7 .b2 {
  background-color: #e7bc03;
}
.sec-7 .b3 {
  background-color: #e900dc;
}

.sec-8 {
  padding: 60px 0;
  background-color: #242324;
}
.sec-8 h1 {
  color: #fff;
  font-size: 55px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .sec-8 h1 {
    font-size: 30px;
  }
}
.sec-8 h1 span {
  color: rgb(228, 157, 4);
}
.sec-8 p {
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 10px 0;
}
@media (max-width: 767.98px) {
  .sec-8 p {
    font-size: 14px;
  }
}
.sec-8 p span {
  display: block;
}
@media (max-width: 767.98px) {
  .sec-8 p span {
    display: inline;
  }
}
.sec-8 .process-sec {
  margin-top: 50px;
}
.sec-8 .process-sec .pro-card {
  position: relative;
  padding: 20px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  border-radius: 17px;
  border: none;
  background-color: transparent;
}
@media (max-width: 767.98px) {
  .sec-8 .process-sec .pro-card {
    margin: 16px 0;
  }
}
.sec-8 .process-sec .pro-card .overlay {
  position: absolute;
  top: 0;
  border-radius: 17px;
  left: 0;
  right: 0;
  bottom: 0;
}
.sec-8 .process-sec .pro-card .text {
  position: relative;
  padding: 20px 40px;
}
.sec-8 .process-sec .pro-card .text h2 {
  color: #fff;
  font-size: 90px;
  font-weight: 700;
}
.sec-8 .process-sec .pro-card .text h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}
.sec-8 .process-sec .pro-card .text p {
  text-align: left;
}
.sec-8 .process-sec .p1 {
  background-image: url("../img/p1.jpg");
}
.sec-8 .process-sec .p1 .overlay {
  background-image: -webkit-linear-gradient(-48deg, #24e2fe 0, #24b0fe 54%, #237efd 100%);
  opacity: 0.7;
}
.sec-8 .process-sec .p2 {
  background-image: url("../img/p2.jpg");
}
.sec-8 .process-sec .p2 .overlay {
  background-image: -webkit-linear-gradient(-48deg, #ffd324 0, rgba(254, 187, 36, 0.99) 54%, rgba(253, 163, 35, 0.99) 100%);
  opacity: 0.7;
}
.sec-8 .process-sec .p3 {
  background-image: url("../img/x3.jpg");
}
.sec-8 .process-sec .p3 .overlay {
  background-image: -webkit-linear-gradient(-48deg, rgba(248, 47, 160, 0.99) 0, rgba(214, 54, 208, 0.99) 54%, rgba(180, 61, 255, 0.99) 100%);
  opacity: 0.7;
}
.sec-8 .process-sec .p4 {
  background-image: url("../img/j4.jpg");
}
.sec-8 .process-sec .p4 .overlay {
  background-image: -webkit-linear-gradient(-48deg, rgba(0, 188, 128, 0.99) 0, rgba(2, 204, 71, 0.99) 54%, rgba(3, 220, 13, 0.99) 100%);
  opacity: 0.7;
}

.sec-9 {
  padding: 60px 0;
}
.sec-9 h2 {
  color: #000;
  font-size: 40px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .sec-9 h2 {
    font-size: 30px;
  }
}
.sec-9 .job-area {
  margin-top: 40px;
}
.sec-9 .job-card {
  border: none;
  border-radius: 16px;
  margin: 15px 0;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.sec-9 .job-card .card-header {
  padding: 20px 20px;
  background-color: #242324;
}
.sec-9 .job-card .card-header p {
  color: #fff;
  margin-bottom: 0;
}
.sec-9 .job-card .card-body {
  padding: 30px 30px;
}
.sec-9 .job-card .card-body h3 {
  color: #000;
  font-size: 25px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .sec-9 .job-card .card-body h3 {
    font-size: 20px;
  }
}
.sec-9 .job-card .card-body .job-nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 6px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-9 .job-card .card-body .job-nav li p {
  margin-bottom: 0;
  margin-left: 10px;
}
@media (max-width: 767.98px) {
  .sec-9 .job-card .card-body .job-nav li p {
    font-size: 15px;
  }
}
.sec-9 .job-card .button-nav {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767.98px) {
  .sec-9 .job-card .button-nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.sec-9 .job-card .button-nav li .btn-job {
  background-color: rgb(228, 157, 4);
  padding: 9px 37px;
  color: #000;
  margin: 0 20px;
  border: 2px solid transparent;
  border-radius: 39px;
  font-weight: 600;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 767.98px) {
  .sec-9 .job-card .button-nav li .btn-job {
    margin: 10px 0;
  }
}
.sec-9 .job-card .button-nav li .btn-job:hover {
  background-color: transparent;
  color: rgb(228, 157, 4);
  border-color: rgb(228, 157, 4);
}

.wrapper {
  background-image: url("../img/warpper.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.wrapper .site-logo {
  padding: 30px 20px;
}
.wrapper .site-logo img {
  max-width: 200px;
  display: block;
  margin: 0 auto;
}
.wrapper .join-area {
  background-color: rgba(0, 0, 0, 0.8);
  max-width: 990px;
  padding: 50px 40px;
  margin: 100px auto;
}
.wrapper .join-area .join-box {
  text-align: center;
}
.wrapper .join-area .join-box h1 {
  color: #fff;
  font-size: 40px;
}
@media (max-width: 767.98px) {
  .wrapper .join-area .join-box h1 {
    font-size: 30px;
  }
}
.wrapper .join-area .join-box p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .wrapper .join-area .join-box p {
    font-size: 14px;
    padding: 15px 0;
  }
}
.wrapper .join-area .join-box p span {
  display: block;
}
@media (max-width: 767.98px) {
  .wrapper .join-area .join-box p span {
    display: inline;
  }
}
.wrapper .join-area .form-control {
  border-radius: 0;
  text-align: center;
  padding: 10px 20px;
}
.wrapper .join-area .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.wrapper .join-area .btn-main {
  background-color: rgb(228, 157, 4);
  padding: 9px 37px;
  color: #000;
  margin: 10px 0;
  border: 2px solid transparent;
  font-weight: 600;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0;
  width: 100%;
}
@media (max-width: 767.98px) {
  .wrapper .join-area .btn-main {
    margin: 10px 0;
  }
}
.wrapper .join-area .btn-main:hover {
  background-color: transparent;
  color: rgb(228, 157, 4);
  border-color: rgb(228, 157, 4);
}
.wrapper .join-area .social-nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.wrapper .join-area .social-nav li a {
  background-color: #fff;
  color: #2d2b2c;
  font-size: 18px;
  margin: 0 5px;
  border-radius: 50px;
}
.wrapper .join-area .social-nav li .fb {
  padding: 5px 14px;
}
.wrapper .join-area .social-nav li .tw {
  padding: 5px 10px;
}
.wrapper .join-area .social-nav li .in {
  padding: 5px 10px;
}
.wrapper .join-area .social-nav li .insta {
  padding: 5px 11px;
}

.sec-10 {
  padding: 60px 0;
}
.sec-10 h4 {
  color: #000;
  font-size: 25px;
  font-weight: 600;
}
.sec-10 .contact-info {
  margin: 30px 0;
}
.sec-10 .contact-nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2px 0;
}
.sec-10 .contact-nav li i {
  font-size: 20px;
  margin-top: 5px;
}
.sec-10 .contact-nav li p {
  color: #000;
  margin-left: 10px;
  font-weight: 600;
}
.sec-10 .location-box iframe {
  width: 100%;
}
.sec-10 .contact-form {
  background-color: rgb(228, 157, 4);
  padding: 30px 30px;
}
.sec-10 .contact-form h3 {
  color: #000;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  padding: 20px 0;
}
.sec-10 .contact-form label {
  color: #000;
  font-size: 15px;
  font-weight: 600;
}
.sec-10 .contact-form .form-control {
  border: none;
  padding: 10px 20px;
  border-radius: 0;
  margin-bottom: 20px;
}
.sec-10 .contact-form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sec-10 .contact-form .btn-sub {
  background-color: #2d2b2c;
  padding: 10px 37px;
  color: #fff;
  border: 2px solid transparent;
  border-radius: 39px;
  font-weight: 600;
}

#footer-content .footer-top {
  background-color: #2d2b2c;
  padding: 40px 0;
}
#footer-content .footer-top .site-logo img {
  max-width: 150px;
}
#footer-content .footer-top p {
  color: #fff;
  font-size: 15px;
  padding: 12px 0;
  margin-top: 13px;
}
#footer-content .footer-top .social-nav li a {
  background-color: rgb(228, 157, 4);
  color: #2d2b2c;
  font-size: 18px;
  margin: 0 5px;
  border-radius: 50px;
}
#footer-content .footer-top .social-nav li .fb {
  padding: 5px 14px;
}
#footer-content .footer-top .social-nav li .tw {
  padding: 5px 10px;
}
#footer-content .footer-top .social-nav li .in {
  padding: 5px 10px;
}
#footer-content .footer-top .social-nav li .insta {
  padding: 5px 11px;
}
#footer-content .footer-top h4 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  #footer-content .footer-top h4 {
    margin: 0;
    padding: 20px 0;
    font-weight: 600;
  }
}
#footer-content .footer-top .footer-nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  padding: 6px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#footer-content .footer-top .footer-nav li a:hover {
  color: rgb(228, 157, 4);
}
@media (max-width: 767.98px) {
  #footer-content .footer-top .footer-nav li a {
    font-size: 14px;
  }
}
#footer-content .footer-top .footer-nav li a i {
  margin-right: 13px;
  margin-top: 5px;
}
#footer-content .footer-bottom {
  background-color: #242324;
  padding: 20px 0;
}
#footer-content .footer-bottom p {
  color: #fff;
  margin-bottom: 0;
}
#footer-content .footer-bottom p a {
  color: rgb(228, 157, 4);
  text-decoration: none;
}