.ban_sec {
  width: 100%;
}

.ban_img {
  width: 100%;
  position: relative;
}

.ban_img img {
  width: 100%;
  height: 60vh;
}

.ban_text {
  position: absolute;
  top: 50%;
  left: 6%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font: 800 30px "Montserrat", sans-serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .ban_text p {
    font-size: 21px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .ban_text p {
    font-size: 17px;
  }

  .ban_text strong {
    font-size: 50px;
    line-height: 60px;
  }

  .ban_text strong span {
    font-size: 37px;
  }

  .ban_text a {
    font-size: 16px;
    line-height: 19px;
  }
}

@media only screen and (max-width: 991px) {
  .ban_text strong {
    font-size: 35px;
    line-height: 40px;
  }

  .ban_text strong span {
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 2px;
  }

  .ban_text p {
    font-size: 14px;
    line-height: 20px;
  }

  .ban_text a {
    font-size: 13.39px;
    line-height: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .ban_img img {
    min-height: 290px;
    object-fit: cover;
  }
}

@media only screen and (max-width: 575px) {
  .ban_text strong {
    background: rgba(0, 0, 0, 0.8);
    padding: 10px;
    width: 100%;
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  .ban_text strong span {
    font-size: 22px;
    line-height: 31px;
    letter-spacing: 1px;
  }

  .ban_text {
    left: 2%;
  }
}
.serbut {
  float: left;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  font-size: 60px;
  font-family: "raleway";
  text-transform: uppercase;
  color: #bf9f62;
  padding: 30px 12%;
}

.buttonano {
  font-family: "raleway";
  color: #000;
  display: inline-block;
  background: none repeat scroll 0% 0% #fff;
  margin: 0px 10px 20px 10px;
  padding: 14px 60px;
  font-size: 20px;
  border-radius: 5px;
  cursor: pointer;
  border: 2px solid #a83e4e;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.buttonano:hover {
  background: #a83e4e;
  color: #fff;
}

.serdesc {
  float: left;
  width: 100%;
  padding: 0px 15% 40px 15%;
  box-sizing: border-box;
  min-height: 300px;
  padding-bottom: 0px;
}

.constytitle {
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgb(168, 62, 78);
  margin-bottom: 10px;
}

.butcontent {
  float: left;
  width: 100%;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-bottom: 1px solid #eee;
  padding-bottom: 32px;
}

.constypara {
  line-height: 36px;
  font-size: 21px;
  font-family: "Roboto Condensed";
  color: #666;
  margin: 0px;
}

.main {
  width: 100%;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: #0c5db9; */
}

.profile-card {
  position: relative;
  font-family: sans-serif;
  width: 220px;
  height: 220px;
  background: #fff;
  padding: 30px;
  border-radius: 50%;
  box-shadow: 0 0 22px #3336;
  transition: 0.6s;
  margin: 0 25px;
}

.profile-card:hover {
  border-radius: 10px;
  height: 260px;
}

.profile-card .img {
  position: relative;
  width: 100%;
  height: 100%;
  transition: 0.6s;
  z-index: 99;
}

.profile-card:hover .img {
  transform: translateY(-60px);
}

.img img {
  width: 100%;
  border-radius: 50%;
  box-shadow: 0 0 22px #3336;
  transition: 0.6s;
}

.profile-card:hover img {
  border-radius: 10px;
}

.caption {
  text-align: center;
  transform: translateY(-80px);
  opacity: 0;
  transition: 0.6s;
}

.profile-card:hover .caption {
  opacity: 1;
}

.caption h3 {
  font-size: 21px;
  font-family: sans-serif;
}

.caption p {
  font-size: 15px;
  color: #0c52a1;
  font-family: sans-serif;
  margin: 2px 0 9px 0;
}

.caption .social-links a {
  color: #333;
  margin-right: 15px;
  font-size: 21px;
  transition: 0.6s;
}

.social-links a:hover {
  color: #0c52a1;
}

.part3 {
  float: left;
  width: 100%;
  padding: 41px 0px;
  position: relative;
  background-color: #bf9f62;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 25px;
  line-height: 35px;
}

.work-w {
  margin-bottom: 14rem;
}
@media (max-width: 768px) {
  .profile-card {
    width: 100%;
  }

  .buttonano {
    width: 45%;
    display: inline-block;
    margin: 10px 2%;
    font-size: 16px;
    padding: 10px 20px;
  }

  .serdesc {
    padding: 0px 10% 40px 10%;
  }
}

@media (max-width: 480px) {
  .serbut {
    font-size: 32px;
    padding: 10px 5%;
  }

  .buttonano {
    width: 45%;
    display: inline-block;
    margin: 10px 2%;
    font-size: 14px;
    padding: 8px 15px;
  }

  .constytitle {
    font-size: 20px;
  }

  .constypara {
    font-size: 18px;
    line-height: 30px;
  }

  .profile-card .caption h3 {
    font-size: 18px;
  }

  .profile-card .caption p {
    font-size: 14px;
  }

  .profile-card .img {
    height: 150px;
  }
}

/*
Author       : Finest Webgeek
Template Name: Responsive - Construction Template
Version      : 1.0
*/
/*=============================================================
    CSS INDEX
    =============================

    01: General css
    02: Header area
    03: Sticky area
    04: Hero area
    05: About area
    06: Video area
    07: Services area
    08: Newsletter area
    09: Testimonial area
    10: Partners area
    11: Contact area
    12: Footer area
    13: Media Query
=============================================================*/
/* 01 ==================general-css-start====================*/
/*==================site-font-start====================*/
@font-face {
  font-family: "Ubuntu";
  src: url("fonts/font/Ubuntu-Bold.eot");
  src: url("fonts/font/Ubuntu-Bold.eot?#iefix") format("embedded-opentype"),
    url("fonts/font/Ubuntu-Bold.woff2") format("woff2"),
    url("fonts/font/Ubuntu-Bold.woff") format("woff"),
    url("fonts/font/Ubuntu-Bold.ttf") format("truetype"),
    url("fonts/font/Ubuntu-Bold.svg#Ubuntu-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  src: url("fonts/font/NotoSans-Bold.eot");
  src: url("fonts/font/NotoSans-Bold.eot?#iefix") format("embedded-opentype"),
    url("fonts/font/NotoSans-Bold.woff2") format("woff2"),
    url("fonts/font/NotoSans-Bold.woff") format("woff"),
    url("fonts/font/NotoSans-Bold.ttf") format("truetype"),
    url("fonts/font/NotoSans-Bold.svg#NotoSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  src: url("fonts/font/NotoSans.eot");
  src: url("fonts/font/NotoSans.eot?#iefix") format("embedded-opentype"),
    url("fonts/font/NotoSans.woff2") format("woff2"),
    url("fonts/font/NotoSans.woff") format("woff"),
    url("fonts/font/NotoSans.ttf") format("truetype"),
    url("fonts/font/NotoSans.svg#NotoSans") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: url("fonts/font/Ubuntu-Medium.eot");
  src: url("fonts/font/Ubuntu-Medium.eot?#iefix") format("embedded-opentype"),
    url("fonts/font/Ubuntu-Medium.woff2") format("woff2"),
    url("fonts/font/Ubuntu-Medium.woff") format("woff"),
    url("fonts/font/Ubuntu-Medium.ttf") format("truetype"),
    url("fonts/font/Ubuntu-Medium.svg#Ubuntu-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: url("fonts/font/Ubuntu-Regular.eot");
  src: url("fonts/font/Ubuntu-Regular.eot?#iefix") format("embedded-opentype"),
    url("fonts/font/Ubuntu-Regular.woff2") format("woff2"),
    url("fonts/font/Ubuntu-Regular.woff") format("woff"),
    url("fonts/font/Ubuntu-Regular.ttf") format("truetype"),
    url("fonts/font/Ubuntu-Regular.svg#Ubuntu-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: url("fonts/font/Ubuntu-Light.eot");
  src: url("fonts/font/Ubuntu-Light.eot?#iefix") format("embedded-opentype"),
    url("fonts/font/Ubuntu-Light.woff2") format("woff2"),
    url("fonts/font/Ubuntu-Light.woff") format("woff"),
    url("fonts/font/Ubuntu-Light.ttf") format("truetype"),
    url("fonts/font/Ubuntu-Light.svg#Ubuntu-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/*==================site-font-end====================*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none !important;
}
html {
  scroll-behavior: smooth;
  overflow-y: scroll;
}
p.form-message.success {
  margin-top: 20px;
  background: #4ec55d7a;
  padding-left: 20px;
  padding-right: 20px;
}
body {
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.87;
  color: #6b6b6b;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #343434;
  text-transform: capitalize;
}
a,
a:hover {
  text-decoration: none;
}
input:focus,
textarea:focus {
  outline: none;
}
a:focus {
  color: #ffffff;
}
button:focus {
  outline: none;
}

img {
  max-width: 100%;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.slicknav_menu {
  display: none;
}
.btn-button {
  background: red;
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  text-transform: capitalize;
  padding: 6px 30px;
  border-radius: 5px;
}
.btn-h {
  color: #ffffff;
  background-image: linear-gradient(45deg, #1d2c3e, #1d2c3e) !important;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.3, 0.5) !important;
  background-size: 0% 100% !important;
  background-repeat: no-repeat !important;
  background-position: center left;
  transition: 0.5s all;
}
.btn-h:hover {
  background-image: linear-gradient(45deg, #1d2c3e, #1d2c3e) !important;
  background-size: 100% 100% !important;
  color: #ffffff !important;
}
/*==================preloader-css====================*/
.loader-bg {
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999999999;
}
.loader-bg h3 {
  position: fixed;
  color: #ff5e31;
  font-size: 24px;
}
.loader {
  width: 8em;
  height: 8em;
  font-size: 22px;
  box-sizing: border-box;
  border-top: 0.3em solid #505050;
  border-radius: 50%;
  position: relative;
  animation: rotating 2s ease-in-out infinite;
  --direction: 1;
}
.loader span {
  position: absolute;
  color: #ff5e31;
  width: inherit;
  height: inherit;
  text-align: center;
  line-height: 10em;
  font-family: sans-serif;
  animation: rotating 2s linear infinite;
}
.loader::before,
.loader::after {
  content: "";
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  box-sizing: border-box;
  top: -0.2em;
}
.loader::before {
  border-top: 0.3em solid dodgerblue;
  transform: rotate(120deg);
}
.loader::after {
  border-top: 0.3em solid #ff5e31;
  transform: rotate(240deg);
}
@keyframes rotating {
  50% {
    transform: rotate(calc(180deg));
  }
  100% {
    transform: rotate(calc(360deg));
  }
}
/*==================general-css-start====================*/
/* 02 ==================header-area-start====================*/
header.header-area {
  position: relative;
  background: #1d2c3e;
  margin-bottom: 86px;
  padding: 20px 0;
  border-top: 1px solid #69727b;
}
/* Dropdown container */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  background-color: white;
  display: none;
  position: absolute;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding-left: 20px;
  text-align: left;
}
.dropdown-content li {
  list-style: none;
}

.dropdown-content li a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  white-space: nowrap;
}
.dropdown:hover .dropdown-content {
  display: block;
}
header.header-area .top-header .contact-info ul li {
  display: inline-block;
  margin-right: 34px;
}
header.header-area .top-header .contact-info ul li:last-child {
  margin-right: 0;
}
header.header-area .top-header .contact-info ul li a {
  color: #fff;
  transition: 0.3s all;
  padding-left: 20px;
  position: relative;
}
header.header-area .top-header .contact-info ul li a:hover {
  color: red;
}
header.header-area .top-header .contact-info ul li a i {
  top: 4px;
  position: absolute;
  left: 0;
}
header.header-area .top-header .social-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
}

header.header-area .top-header .social-info ul li {
  margin-right: 10px;
}

header.header-area .top-header .social-info ul li:last-child {
  margin-right: 0;
}

header.header-area .top-header .social-info ul li a {
  color: #ffffff;
  font-size: 18px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid red;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s all;
}

header.header-area .top-header .social-info ul li a:hover {
  color: red;
  transform: rotate(360deg);
}

header.header-area .navigation-area {
  background: #fff;
  padding: 20px 0;
}

header.header-area .navigation-area .logo-col .logo-area {
  display: inline-block;
}
header.header-area .navigation-area nav ul li {
  display: inline-block;
  margin-right: 15px;
}
header.header-area .navigation-area nav ul li:last-child {
  margin-right: 0;
}
header.header-area .navigation-area nav ul li a {
  color: #343434;
  font-size: 18px;
  font-family: "Ubuntu", sans-serif;
  text-transform: capitalize;
  position: relative;
  padding: 10px 0;
  transition: 0.3s all;
}
header.header-area .navigation-area nav ul li a::after {
  content: " ";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  background-color: red;
  width: 0;
  height: 3px;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
header.header-area .navigation-area nav ul li a:hover {
  color: red;
}
header.header-area .navigation-area nav ul li a:hover::after {
  width: 100%;
}
header.header-area .navigation-area nav li.menu-btn {
  margin-left: 30px;
}
header.header-area .navigation-area nav li.menu-btn .btn-button {
  color: #ffffff;
  padding: 6px 30px;
  transition: 0.5s all;
}
header.header-area .navigation-area nav li.menu-btn .btn-button::after {
  display: none;
}
/*============header-area-end==============*/
/* 03 ============sticky-header-start==============*/
div#sticky-wrapper {
  width: 100%;
  z-index: 99999;
  position: absolute;
  height: auto;
  top: 100%;
}
.is-sticky .navigation-area {
  background: #fff;
  box-shadow: 0px 0px 10px #8e838385;
}
/*============sticky-header-end==============*/
/* 04 ============hero-area-start==============*/
.hero-area {
  padding-top: 150px;
  position: relative;
  background-image: url(images/hero-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.hero-area::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #1d2c3e;
  left: 0;
  top: 0;
  opacity: 80%;
  z-index: -1;
}
.hero-area .hero-img {
  margin-right: -52px;
}
.hero-area .hero-content {
  margin: 70px 0;
}
.hero-area .hero-content h1 {
  font-size: 75px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 39px;
}
.hero-area .hero-content p {
  color: #fff;
  line-height: 1.75;
  font-size: 20px;
  margin-bottom: 45px;
}
/*============hero-area-end==============*/
/* 05 ============about-area-start==============*/
.about-area {
  padding-top: 95px;
}
.about-area .about-content {
  margin-bottom: 70px;
}
.about-area .about-content p {
  font-size: 16px;
  line-height: 1.87;
  margin-bottom: 50px;
}
.about-area .about-img {
  margin-right: -50px;
}
.section-title {
  margin-bottom: 40px;
}
.section-title h2 {
  font-size: 60px;
  display: inline-block;
}
.section-title h2 span {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #f45f0f;
  position: relative;
}
.section-title h2 span::before {
  position: absolute;
  content: "";
  width: 69px;
  height: 2px;
  background: #f45f0f;
  left: 0;
  bottom: -13px;
}
/*============about-area-end==============*/
/* 06 ============video-area-start==============*/
.video-area {
  background: #edf5f8;
  position: relative;
  z-index: 1;
}
.video-area::after {
  background-image: url(images/video-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -2;
}
.video-area::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  background: #1d2c3e;
  opacity: 80%;
  left: 0;
  top: 0;
  z-index: -1;
}
.video-area .video-content {
  padding-left: 100px;
}
.video-area .video-content a.play-btn i {
  height: 100px;
  width: 100px;
  line-height: 100px;
  background: red91;
  text-align: center;
  font-size: 50px;
  color: #ffffffa1;
  border-radius: 50%;
  transition: 0.5s all;
}
.video-area .video-content a.play-btn .wave {
  animation: ripple 3s linear infinite;
  border-radius: 50%;
  transition: 0.5s all;
}
@keyframes ripple {
  50% {
    box-shadow: 0 0 0 24px rgba(255, 88, 32, 0.1),
      0 0 0 4px rgba(255, 88, 32, 0.12), 0 0 0 16px rgba(255, 88, 32, 0.27);
    transition: 0.5s all;
  }
  50% {
    transition: 0.7s all;
    box-shadow: 0 0 0 24px rgba(255, 88, 32, 0.1),
      0 0 0 4px rgba(255, 88, 32, 0.12), 0 0 0 16px rgba(255, 88, 32, 0.27);
  }
}
.video-area .more-content {
  background: #ffffff;
  margin-top: 187px;
  margin-bottom: 187px;
  padding: 23px 105px 40px 100px;
  margin-left: -200px;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 11px -3px #b5b5b5;
}
.video-area .more-content h4 {
  font-size: 36px;
  margin-bottom: 20px;
}
.video-area .more-content p {
  font-size: 16px;
  color: #6b6b6b;
  line-height: 1.9;
  margin-bottom: 23px;
}
.video-area .more-content .more-btn a {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 700;
  color: #f45f0f;
  line-height: 1.87;
  border-bottom: 1px solid #f45f0f;
  transition: 0.3s all;
}
.video-area .more-content .more-btn a:hover {
  color: #343434;
  border-bottom: 1px solid #343434;
}
/*============video-area-end==============*/
/* 07 ============services-area-start==============*/
.services-area {
  padding: 100px 0;
}
.services-area .services-top-content {
  margin-bottom: 50px;
}
.services-area .services-top-content p {
  font-size: 16px;
}
.services-area .services-item-col {
  margin-bottom: 30px;
}
.services-area .services-item-col:last-child {
  margin-bottom: 0;
}
.services-area .single-service-item {
  padding: 30px;
  transition: 0.5s all;
  box-shadow: 0px 2px 15px -5px #757373;
  border-radius: 20px;
  border: 2px solid transparent;
}
.services-area .single-service-item:hover {
  box-shadow: 0px 2px 22px -5px #757373;
  border: 2px solid red;
}
.services-area .single-service-item:hover .image {
  background-color: #f45f0f;
}
.services-area .single-service-item:hover .image img {
  filter: brightness(0) invert(1);
}
.services-area .single-service-item .image {
  position: absolute;
  transition: 0.3s all;
  border: 2px solid #f45f0f;
  padding: 12px;
  z-index: 99;
  transition: 0.5s all;
  border-radius: 5px;
}
.services-area .single-service-item .image img {
  transition: 0.5s all;
}
.services-area .single-service-item .details {
  padding-left: 103px;
  position: relative;
}
.services-area .single-service-item .details h4 {
  font-size: 24px;
  line-height: 1.25;
  text-transform: capitalize;
}
.services-area .single-service-item .details p {
  font-size: 16px;
  margin-bottom: 0;
}
/*============services-area-end==============*/
/* 08 ============newsletter-area-start==============*/
.newsletter-area {
  background-image: url(images/newsletter-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.newsletter-area:hover .right-bg::after {
  width: 100%;
}
.newsletter-area::before {
  position: absolute;
  content: "";
  background: #1d2c3e;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.7;
  z-index: -1;
}
.newsletter-area .right-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.newsletter-area .right-bg::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background: red;
  opacity: 0.4;
  transition: 0.5s all;
  z-index: -1;
}
.newsletter-area .newsletter-content {
  padding-top: 151px;
  padding-bottom: 147px;
}
.newsletter-area .newsletter-content .section-title h2 {
  color: #ffffff;
}
.newsletter-area .newsletter-content .section-title h2 span {
  color: #ffffff;
}
.newsletter-area .newsletter-content .section-title h2 span::before {
  background: #ffffff;
}
.newsletter-area .newsletter-content p {
  color: #fff;
  font-size: 16px;
  line-height: 1.87;
  max-width: 495px;
  margin-bottom: 31px;
}
.newsletter-area .newsletter-content form {
  max-width: 400px;
  position: relative;
}
.newsletter-area .newsletter-content form input {
  background: #ffffff;
  width: 100%;
  border: none;
  height: 50px;
  padding: 11px 143px 13px 32px;
  border-radius: 5px;
}
.newsletter-area .newsletter-content form input::placeholder {
  font-size: 14px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  color: #c2c2c2;
  text-transform: capitalize;
}
.newsletter-area .newsletter-content form button {
  border: none;
  font-size: 15px;
  font-weight: 500;
  padding: 5px 25px;
  cursor: pointer;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
/*============newsletter-area-end==============*/
/* 09 ============testimonial-area-start==============*/
.testimonial-area {
  padding: 80px 0;
}
.testimonial-area .testimonial-top-content p {
  font-size: 16px;
}
.testimonial-area .owl-stage-outer {
  padding-top: 30px;
  padding-bottom: 70px;
}
.testimonial-area .single-testimonial-item {
  position: relative;
  padding: 0 15px;
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.1));
}
.testimonial-area .single-testimonial-item .review {
  background: #fff !important;
  padding: 30px 20px 120px 20px;
  clip-path: polygon(0% 0%, 100% 0, 100% 77%, 12% 77%, 0% 95%);
}
.testimonial-area .single-testimonial-item .review p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 26px;
}
.testimonial-area .single-testimonial-item .review ul {
  text-align: center;
}
.testimonial-area .single-testimonial-item .review ul li {
  display: inline-block;
}
.testimonial-area .single-testimonial-item .review ul li a {
  color: #f8af23;
  font-size: 25px;
}
.testimonial-area .single-testimonial-item .person-details {
  margin-left: 40px;
  position: absolute;
  bottom: -20px;
}
.testimonial-area .single-testimonial-item .person-details .review-person {
  position: absolute;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonial-area .single-testimonial-item .person-details .review-person img {
  object-fit: cover;
}
.testimonial-area .single-testimonial-item .person-details .person-position {
  padding-left: 105px;
  align-self: center;
  padding-top: 15px;
}
.testimonial-area .single-testimonial-item .person-details .person-position h4 {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 0;
  text-transform: capitalize;
}
.testimonial-area .owl-nav {
  display: block;
  margin-top: 42px;
}
.testimonial-area .owl-nav button.owl-prev {
  margin-right: 19px;
}
.testimonial-area .owl-nav button i {
  color: #ff5821;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  height: 51px;
  width: 51px;
  font-size: 24px;
  line-height: 2.2;
  border-radius: 50%;
  transition: 0.3s all;
}
.testimonial-area .owl-nav button i:hover {
  color: #343434;
  background: #edf5f8;
}
/*============testimonial-area-end==============*/
/* 10 ============partner-area-start==============*/
.partner-area {
  background: #edf5f8;
  padding: 80px 0;
}
.partner-area .partner-details p {
  margin-bottom: 62px;
  font-size: 16px;
}
.partner-area .partner-content-col {
  position: relative;
  padding-right: 40px;
}
.partner-area .partner-content-col::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  border: 1px solid red;
  right: 15px;
  top: 0;
}
.partner-area .company-logo-col {
  margin-bottom: 30px;
}
.partner-area .company-logo-col:last-child {
  margin-bottom: 0;
}
.partner-area .company-logo-col .company-logo {
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 370px;
  height: 110px;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  transition: 0.5s all;
  overflow: hidden;
  box-shadow: 0px 0px 10px -5px #757373;
}
.partner-area .company-logo-col .company-logo img {
  transition: 0.5s all;
}
.partner-area .company-logo-col .company-logo:hover {
  filter: hue-rotate(45deg);
  box-shadow: 0px 5px 18px -8px #757373;
}
/*============partner-area-end==============*/
/* 11 ============contact-area-start==============*/
section.contact-area {
  padding: 70px 0;
}
section.contact-area .contact-form-col {
  margin: auto;
}
section.contact-area form {
  box-shadow: 0px 0px 20px -8px #c1c1c1;
  background: #ffffff;
  padding: 50px;
  height: 100%;
}
section.contact-area form .name-email-input {
  width: 100%;
}
section.contact-area form .name-email-input input {
  width: 48%;
  float: left;
}
section.contact-area form .name-email-input input.name-input {
  float: left;
}
section.contact-area form .name-email-input input.email-input {
  float: right;
}
section.contact-area form input {
  width: 100%;
  border: 1px solid #b7b7b7;
  height: 55px;
  margin-bottom: 30px;
  padding: 15px;
  border-radius: 10px;
}
section.contact-area form input::placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #0e3c7b;
  opacity: 40%;
  text-transform: capitalize;
}
section.contact-area form textarea {
  padding: 15px;
  width: 100%;
  height: 180px;
  border: 1px solid #b7b7b7;
  resize: none;
  margin-bottom: 52px;
  border-radius: 10px;
}
section.contact-area form textarea::placeholder {
  font-size: 16px;
  color: #0e3c7b;
  opacity: 40%;
}
section.contact-area form button {
  border: none;
}
/*============contact-area-end==============*/
/* 12 ==================footer-area-start====================*/
footer.footer-area {
  background: #ecf5f8;
  padding-top: 70px;
  color: #616161;
}
footer.footer-area .footer-title h4 {
  font-size: 24px;
  color: #303030;
  margin-bottom: 40px;
  padding-bottom: 18px;
  position: relative;
  border-bottom: 2px solid red;
  display: inline-block;
  text-transform: capitalize;
}
footer.footer-area .footer-title h4::before {
  position: absolute;
  content: "";
  width: 44px;
  height: 6px;
  background: red;
  left: 0;
  bottom: -4px;
}
footer.footer-area .footer-item-col-1 .single-footer-item {
  max-width: 300px;
}
footer.footer-area .footer-item-col-3 .single-footer-item {
  max-width: 230px;
  margin-left: auto;
}
footer.footer-area .single-footer-item .footer-logo {
  margin-bottom: 50px;
}
footer.footer-area .single-footer-item p {
  margin-bottom: 0;
}
footer.footer-area .single-footer-item ul li {
  margin-bottom: 10px;
}
footer.footer-area .single-footer-item ul li:last-child {
  margin-bottom: 0;
}
footer.footer-area .single-footer-item ul li a {
  color: #616161;
  transition: 0.3s all;
  display: inline-block;
  text-transform: capitalize;
}
footer.footer-area .single-footer-item ul li a:hover {
  color: red;
}
footer.footer-area .single-footer-item ul.footer-solcial-link li {
  margin-bottom: 10px;
}
footer.footer-area .single-footer-item ul.footer-solcial-link li a {
  position: relative;
  padding-left: 37px;
  padding-top: 4px;
  padding-bottom: 4px;
  transition: 0.3s all;
}
footer.footer-area .single-footer-item ul.footer-solcial-link li a:hover {
  color: red;
}
footer.footer-area .single-footer-item ul.footer-solcial-link li a:hover i {
  background: red;
}
footer.footer-area .single-footer-item ul.footer-solcial-link li a:hover img {
  background: red;
}
footer.footer-area .single-footer-item ul.footer-solcial-link li a i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border-radius: 5px;
  background: #616161;
  transition: 0.3s all;
  color: #ffffff;
}
footer.footer-area .single-footer-item ul.footer-contact-social li a {
  text-transform: unset;
}
/*==================footer-area-end====================*/
/*==================footer-copy-right-area-start====================*/
.footer-copy-right-area {
  background: red;
  padding: 17px 0;
  margin-top: 70px;
}
.footer-copy-right-area p {
  color: #ffffff;
  font-family: "Ubuntu", sans-serif;
  margin-bottom: 0;
  text-transform: capitalize;
  font-size: 15px;
}
.footer-copy-right-area p a {
  color: #ffffff;
  transition: 0.3s all;
}
.footer-copy-right-area p a:hover {
  color: #1d2c3e;
}
/*==================footer-copy-right-area-end====================*/
/* 13 ===========================================================
                  Media Query Start
===========================================================*/
@media only screen and (max-width: 1300px) {
  .hero-area .hero-img {
    margin-right: 0;
  }
  .about-area .about-img {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .testimonial-area
    .single-testimonial-item
    .person-details
    .person-position
    h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .navigation-area {
    padding: 0 !important;
    background: #fefefe;
    z-index: 999;
    top: 100%;
  }
  .navigation-area .navigation-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navigation-area .logo-col {
    width: max-content;
  }
  .navigation-area .slicknav_menu {
    display: contents;
    background: transparent;
  }
  .navigation-area .slicknav_menu .slicknav_btn {
    position: absolute;
    right: 4px;
    top: 40%;
    transform: translateY(-50%);
    margin: 0 10px 0 0;
    background: red;
  }
  .navigation-area .slicknav_menu .slicknav_nav {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 99999;
  }
  .navigation-area .slicknav_menu .slicknav_nav nav ul {
    background: #000000;
    margin: 0 15px;
    padding: 15px 0;
  }
  .navigation-area .slicknav_menu .slicknav_nav nav ul li {
    display: block;
    margin: 10px 0;
  }
  .navigation-area .slicknav_menu .slicknav_nav nav ul li a {
    padding: 2px 15px;
    margin: 0;
    color: #ffffff;
  }
  .navigation-area .slicknav_menu .slicknav_nav nav ul li a::after {
    display: none;
  }
  .navigation-area .slicknav_menu .slicknav_nav nav ul li a:hover {
    border-radius: 0;
    color: #ffffff !important;
    background: #a73c1f !important;
  }
  .navigation-area .slicknav_menu .slicknav_nav nav ul li.menu-btn {
    margin: 20px 20px 10px 20px;
  }
  .navigation-area .slicknav_menu .slicknav_nav nav ul li.menu-btn .btn-button {
    position: relative !important;
    top: 0 !important;
    transform: translateY(0) !important;
    background: #ca3e10;
    border-radius: 0;
  }
  .navigation-area
    .slicknav_menu
    .slicknav_nav
    nav
    ul
    li.menu-btn
    .btn-button:hover {
    background-color: #8b2e0f !important;
  }
  .navigation-area .slicknav_menu .slicknav_nav nav ul li.menu-btn .btn-h {
    background-image: none !important;
  }
  .navigation-area
    .slicknav_menu
    .slicknav_nav
    nav
    ul
    li.menu-btn
    .btn-h:hover {
    background-image: none !important;
  }
  .navigation-area .main-menu {
    display: none;
  }
  .is-sticky .navigation-area {
    margin-top: 0;
  }
  .hero-area {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .hero-area .hero-row {
    text-align: center;
    max-width: 750px;
    margin: auto;
  }
  .hero-area .hero-img-col {
    order: 1;
  }
  .hero-area .hero-content-col {
    order: 2;
  }
  .hero-area .hero-content {
    margin: 0;
  }
  .hero-area .hero-content h1 {
    font-size: 40px;
    margin-bottom: 15px;
  }
  .hero-area .hero-content h1 br {
    display: none;
  }
  .hero-area .hero-content p {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .hero-area .hero-img {
    text-align: center;
    max-width: 400px;
    margin: auto;
    margin-bottom: 30px;
  }
  .about-area {
    padding: 50px 0;
  }
  .about-area .about-row {
    max-width: 750px;
    margin: auto;
    text-align: center;
  }
  .about-area .about-content-col {
    order: 2;
  }
  .about-area .about-img-col {
    order: 1;
  }
  .about-area .about-img {
    text-align: center;
    max-width: 400px;
    margin: auto;
    margin-bottom: 30px;
  }
  .about-area .about-content {
    margin-bottom: 0;
  }
  .about-area .about-content p {
    font-size: 15px;
    margin-bottom: 25px;
  }
  .section-title {
    margin-bottom: 30px;
    text-align: center;
  }
  .section-title h2 {
    text-align: center;
    font-size: 35px;
  }
  .section-title h2 span {
    font-size: 18px;
  }
  .section-title h2 span::before {
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
  }
  .video-area {
    padding: 50px 0;
  }
  .video-area::after,
  .video-area::before {
    width: 100%;
  }
  .video-area .video-row {
    max-width: 750px;
    margin: auto;
    text-align: center;
  }
  .video-area .video-content {
    margin-bottom: 50px;
    padding-left: 0;
    position: relative;
    z-index: 1;
  }
  .video-area .video-content a i {
    height: 100px;
    width: 100px;
    line-height: 2.3;
    font-size: 45px;
  }
  .video-area .more-content {
    margin: 0;
    padding: 30px 40px;
  }
  .video-area .more-content h4 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .video-area .more-content p {
    font-size: 15px;
  }
  .services-area {
    padding: 50px 0;
  }
  .services-area .services-top-row,
  .services-area .services-row {
    max-width: 750px;
    margin: auto;
    text-align: center;
  }
  .services-area .services-top-content p {
    font-size: 15px;
  }
  .services-area .single-service-item .image {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
  }
  .services-area .single-service-item .details {
    padding: 0;
  }
  .services-area .single-service-item .details p {
    font-size: 15px;
  }
  .newsletter-area {
    padding: 50px 0;
  }
  .newsletter-area::before {
    width: 100%;
  }
  .newsletter-area .newsletter-row {
    max-width: 750px;
    margin: auto;
    text-align: center;
  }
  .newsletter-area .right-bg {
    display: none;
  }
  .newsletter-area .newsletter-content {
    padding: 0;
  }
  .newsletter-area .newsletter-content p {
    max-width: 100%;
    font-size: 15px;
  }
  .newsletter-area .newsletter-content form {
    max-width: 100%;
  }
  .testimonial-area {
    padding: 50px 0;
  }
  .testimonial-area .testimonial-top-row {
    max-width: 750px;
    margin: auto;
    text-align: center;
  }
  .testimonial-area .testimonial-item-row {
    max-width: 750px;
    margin: auto;
  }
  .testimonial-area .testimonial-top-content p {
    font-size: 15px;
  }
  .testimonial-area .single-testimonial-item .review p {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .testimonial-area .single-testimonial-item .review ul li a {
    font-size: 20px;
  }
  .testimonial-area .single-testimonial-item .person-details {
    margin-left: 40px;
    bottom: 0;
  }
  .testimonial-area
    .single-testimonial-item
    .person-details
    .person-position
    h4 {
    font-size: 20px;
  }
  .testimonial-area .owl-nav {
    margin-top: 20px;
    text-align: center;
  }
  .testimonial-area .owl-nav button.owl-prev {
    margin-right: 19px;
  }
  .testimonial-area .owl-nav button i {
    height: 40px;
    width: 40px;
    font-size: 20px;
    line-height: 40px;
  }
  .partner-area {
    padding: 50px 0;
  }
  .partner-area .partner-row {
    max-width: 750px;
    margin: auto;
    text-align: center;
  }
  .partner-area .partner-content-col {
    margin-bottom: 50px;
    padding-right: 15px;
  }
  .partner-area .partner-content-col::after {
    display: none;
  }
  .partner-area .partner-details p {
    font-size: 15px;
    margin-bottom: 25px;
  }
  section.contact-area {
    padding: 50px 0;
  }
  section.contact-area .contact-area-row {
    max-width: 600px;
    margin: auto;
  }
  section.contact-area .contact-area-row .contact-form-col {
    padding: 0;
  }
  section.contact-area .contact-area-row form {
    padding: 50px 30px;
    border-radius: 20px;
  }
  section.contact-area .contact-area-row form .section-title {
    margin-bottom: 40px;
  }
  footer.footer-area {
    padding-top: 50px;
  }
  footer.footer-area .footer-row {
    max-width: 750px;
    margin: auto;
  }
  footer.footer-area .footer-title h4 {
    margin-bottom: 25px;
    font-size: 20px;
  }
  footer.footer-area .single-footer-item .footer-logo {
    margin-bottom: 30px;
  }
  footer.footer-area .footer-item-col {
    margin-bottom: 30px;
  }
  footer.footer-area .footer-item-col-3 .single-footer-item {
    max-width: 100%;
  }
  .footer-copy-right-area {
    padding: 17px 0;
    margin-top: 10px;
  }
  .footer-copy-right-area .copy-right-row {
    max-width: 750px;
    margin: auto;
  }
  .footer-copy-right-area p {
    text-align: center;
  }
  .footer-copy-right-area nav ul {
    text-align: center;
    margin-bottom: 10px;
  }
  .footer-copy-right-area nav ul li {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-button {
    padding: 5px 20px;
    font-size: 18px;
  }
  .section-title h2 {
    font-size: 28px;
  }
  .section-title h2 span {
    font-size: 16px;
  }
  header.header-area .top-header .contact-info {
    text-align: center;
  }
  header.header-area .top-header .contact-info ul li {
    display: block;
    margin-right: 0;
  }
  header.header-area .top-header .social-info {
    text-align: center;
    margin-top: 15px;
  }
  .hero-area {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .hero-area .hero-content {
    margin: 0;
  }
  .hero-area .hero-content h1 {
    font-size: 30px;
  }
  .hero-area .hero-content p {
    font-size: 14px;
  }
  .video-area .video-content a.play-btn i {
    font-size: 50px;
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
  .video-area .more-content h4 {
    font-size: 25px;
  }
  .services-area .single-service-item .details h4 {
    font-size: 22px;
  }
  .testimonial-area .single-testimonial-item .person-details {
    bottom: -30px;
  }
  section.contact-area form .name-email-input {
    width: 100%;
  }
  section.contact-area form .name-email-input input {
    width: 100%;
    float: left;
  }
  section.contact-area form .name-email-input input.email-input {
    float: none;
  }
  section.contact-area form input {
    height: 50px;
    padding: 0 15px;
  }
  section.contact-area form input::placeholder {
    font-size: 14px;
  }
  section.contact-area form textarea {
    padding: 15px;
    height: 150px;
    margin-bottom: 40px;
  }
  section.contact-area form textarea::placeholder {
    font-size: 14px;
  }
}
@media only screen and (max-width: 576px) {
  .partner-area .company-logo-col .company-logo {
    margin: auto;
  }
  .loader-bg h3 {
    font-size: 18px;
  }
  .loader {
    width: 6em;
    height: 6em;
  }
}
@media only screen and (max-width: 479px) {
  .video-area .more-content {
    padding: 30px 15px;
    text-align: center;
  }
  .video-area .more-content h4 {
    font-size: 20px;
  }
  .testimonial-area .testimonial-carousel {
    padding: 0;
  }
  .testimonial-area .single-testimonial-item {
    padding: 0 10px;
  }
  .testimonial-area .single-testimonial-item .person-details {
    margin-left: 30px;
    bottom: -5px;
  }
  .testimonial-area .single-testimonial-item .person-details .review-person {
    width: 70px;
    height: 70px;
  }
  .testimonial-area .single-testimonial-item .person-details .person-position {
    padding-left: 80px;
  }
  .testimonial-area
    .single-testimonial-item
    .person-details
    .person-position
    h4 {
    font-size: 18px;
  }
  .newsletter-area .newsletter-content form input {
    padding: 15px;
  }
  .newsletter-area .newsletter-content form button {
    margin-top: 20px;
    position: relative;
    top: 0;
    transform: translateY(0);
  }
}
@media only screen and (max-width: 330px) {
  .testimonial-area .single-testimonial-item .person-details {
    bottom: 0;
  }
}
