@font-face {
  font-family: 'Adobe Clean Light';
  src: url('../assets/fonts/AdobeClean-Light.woff2') format('woff2'), url('../assets/fonts/AdobeClean-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Adobe Clean Regular';
  src: url('../assets/fonts/AdobeClean-Regular.woff2') format('woff2'), url('../assets/fonts/AdobeClean-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Adobe Clean Bold';
  src: url('../assets/fonts/AdobeClean-Bold.woff2') format('woff2'), url('../assets/fonts/AdobeClean-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Adobe Clean SemiCn';
  src: url('../assets/fonts/AdobeClean-SemiCn.woff2') format('woff2'), url('../assets/fonts/AdobeClean-SemiCn.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DIN Pro';
  src: url('../assets/fonts/DINPro.woff2') format('woff2'), url('../assets/fonts/DINPro.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DIN Pro Bold';
  src: url('../assets/fonts/DINPro-Bold.woff2') format('woff2'), url('../assets/fonts/DINPro-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DIN Pro Medium';
  src: url('../assets/fonts/DINPro-Medium.woff2') format('woff2'), url('../assets/fonts/DINPro-Medium.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
body {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 0.01rem;
  box-sizing: border-box;
  font-weight: 400;
  font-family: 'Adobe Clean Light';
  color: #28292b;
}
img {
  border: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
a {
  transition: 0.3s;
  text-decoration: none !important;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'DIN Pro';
}
p {
  font-size: 1.05rem;
  margin: 0 !important;
  text-align:justify;
}
h1 {
  font-size: 5rem;
}
h2 {
  font-size: 4rem;
}
h3 {
  font-size: 3rem;
}
h4 {
  font-size: 2rem;
}
h5 {
  font-size: 1.4rem;
}
h6 {
  font-size: 0.8rem;
}
.topbar-social a:hover .fab {
  color: black;
  transform: scale(1.2)
}
.font-light {
  font-family: 'Adobe Clean Light' !important;
}
.text-right {
  text-align: right;
}
.theme-bg-color {
  background: #28292b !important;
  background-color: #28292b !important;
}
.theme-text-color {
  color: #28292b !important;
}
.theme-text-color-yellow {
  color: #ffe473 !important;
}
.main {
  width: 100%;
}
.head {
  position: absolute;
  z-index: 9;
  width: 100%;
}
.head .container {
  position: relative;
  background: #28292b;
  padding: 0;
}
.navbar-light .navbar-nav .nav-link {
  color: #ffffff;
  font-size: 18px;
  padding: 0px 0px;
  /*  margin: 5px 0;*/
  text-align: right;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #ffffff;
  color: #ffe473;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
  color: #ffffff;
  border-bottom: solid 2px #ffe473;
  display: inline-block;
  float: right;
}
#navbarSupportedContent .navbar-nav .nav-item {
  margin: 0 1rem;
}
.flex-md-row {
  align-items: start;
}
.banner {
  background: url("../image/bg-hero.jpg") center top no-repeat;
  background-size: cover !important;
  height: 100vh;
  padding: 250px 0 100px 0;
}
.page-services .banner {
  background: url("../image/BG-OUR-SERVICES.jpg") center top no-repeat;
}
.banner h1 {
  font-size: 70px;
  color: #fff;
  font-family: 'DIN Pro Medium';
}
.b-content {
  display: flex;
  justify-content: space-between;
}
.b-content-button {
  padding: 40px 0;
}
.b-content-button a {
  height: 60px;
  line-height: 50px;
  padding: 0 40px;
  font-size: 22px;
  color: #ffffff;
  border: solid 2px #ffffff00;
  display: inline-block;
  letter-spacing: -0.03rem;
  background: #28292b;
}
.b-content-button a:hover {
  color: #28292b;
  border-color: #ffe473;
  background: #ffe473;
}
.b-content-button button {
  height: 60px;
  line-height: 50px;
  padding: 0 40px;
  font-size: 25px;
  color: #ffffff;
  border: solid 2px #ffffff00;
  display: block;
  letter-spacing: -0.03rem;
  background: #28292b;
  width: 100%;
}
.b-content-button button:hover {
  color: #28292b;
  border: solid 2px #28292b;
  background: #ffe473;
}
.b-text {
  /*  width: 29%;*/
  margin-right: 50px;
  font-family: 'DIN Pro';
}
.b-text span {
  text-align: right;
  font-size: 70px;
  color: #ffe473;
  font-weight: 500;
}
.b-text p {
  font-family: 'Adobe Clean Light';
  color: #ffffff;
  position: relative;
  line-height: normal;
}
.b-text p::after {
  width: 30px;
  content: "";
  height: 15px;
  background: url(../image/arrow.png) left top no-repeat;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 10px;
}
.section-one {
  width: 100%;
}
.section-one .row {
  margin: 0px;
}
.section-one .col-md-5 {
  padding: 0 11px 0 0;
}
.pw-content {
  padding: 80px 0 0 80px;
}
.pw-content h2 {
  line-height: 70px;
  padding-bottom: 20px;
  font-family: 'DIN Pro';
  font-weight: 500;
}
.pw-content h2 span {
  color: #ffe473;
}
.pw-content p {
  padding-right: 100px;
}
.pw-list {
  display: flex;
  align-items: center;
}
.pw-left {
  width: 40%;
}
.pw-right {
  width: 60%;
  margin-left: 15px;
  font-family: 'Adobe Clean Regular';
  font-weight: bold;
  line-height: 34px;
  font-size: 25px;
}
.slide-pic {
  padding-top: 70px;
  position: relative;
  z-index: 9;
}
.slide-pic img {
  max-width: fit-content;
  margin-left: -20px;
}
.slide-content {
  width: 80%;
  position: relative;
  margin-top: 240px;
}
.slide-content p {
  padding: 0 200px 0 0;
  line-height: 36px;
  padding-bottom: 15px;
  font-weight: bold;
}
.slide-content h2 {
  font-size: 52px;
  line-height: 56px;
  font-family: 'Adobe Clean Regular';
  font-weight: 300;
}
.line {
  position: absolute;
  left: -260px;
  top: 3px;
}
.line-one {
  position: absolute;
  right: -10px;
  bottom: 40px;
}
.slide-arrow {
  position: absolute;
  bottom: 127px;
  left: -60px;
}
.home-form {
  width: 100%;
  padding: 50px 0 80px 0;
  background: #ffe473;
}
.home-form h2 {
  font-weight: 500;
  padding-bottom: 15px;
}
.home-form h2 span {
  color: #ffe473;
}
.head-top {
  background: #ffe473;
  position: relative;
  overflow: hidden;
  padding: 1rem;
}
.head-top a {
  color: #28292b;
}
.topbar-social a {
  margin-left: 0.5rem
}
.service-fixed-block {
  position: relative;
  background: #ffe473;
  overflow: hidden;
  padding: 3rem 2rem;
  width: 75%;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
}
.service-fixed-block .row .col-lg-3 {
  padding-left: 0;
  padding-right: 0;
}
.service-fixed-items {
  text-align: center;
  position: relative;
  display: block;
  overflow: hidden;
}
.service-fixed-items span.color_11 {
  padding-top: 2rem;
  position: relative;
  display: block;
  overflow: hidden;
}
.service-fixed-items span.color_11 a {
  font-size: 18px;
  line-height: 1;
  font-family: 'DIN Pro Bold';
  color: #28292b;
  text-align: center;
}
.service-fixed-items p {
  font-size: 14px !important;
  margin-top: 1rem;
  width: 90%;
}
.home-about .left-pic-sec {
  background: url('../image/power-img.webp');
  background-position: left center;
  background-size: cover;
  min-height: 800px;
}
/*Service Page*/
.outline-box {
  border: 1px solid #ffe473;
  padding: 0.5rem;
  text-align: center;
  color: #ffe473;
}
.page-services .service-fixed-block {
  width: 85%;
  position: relative;
  padding: 0;
  border: 1px solid #ffe473;
}
.page-services .service-fixed-block .col-lg-4 {
  text-align: left !important;
}
.single-item-service {
  min-height: 300px;
}
.single-item-service a:hover {
  color: #ffe473 !important;
}
.single-item-service-bg {
  background-size: cover !important;
  background-position: center center !important;
}
.service-fixed-items {
  border: 0.04rem solid #ffe473;
}
/*Service page ends*/
/**/
.contact-form {
  width: 75%;
  margin: auto;
}
.contact-form input {
  border-radius: 0px;
  border: 0;
  height: 50px;
  line-height: 70px;
  font-family: 'Adobe Clean Regular';
  color: #28292b;
  padding: 0 25px 0 25px;
}
.contact-form textarea {
  border-radius: 0px;
  border: 0;
  resize: none;
  font-family: 'Adobe Clean Regular';
  color: #28292b;
  padding: 15px 25px 0 25px;
}
/**/
.footer {
  background: #28292b;
  background-size: cover;
  padding: 0;
  margin: 0;
	position: relative;
}
.footer h2 {
  color: #ffffff;
  /* font-weight: bold;*/
  text-align: center;
  font-family: 'Adobe Clean Regular';
  font-weight: normal;
}
.footer p {
  color: #ffffff;
  text-align: center;
  font-weight: 300;
  line-height: 30px;
  padding-bottom: 30px;
}
.foot-bottom {
  border-top: solid 1px #ffffff;
  padding: 30px 0;
}
.foot-bottom ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: center;
}
.foot-bottom ul li {
  line-height: normal;
  display: inline-block;
}
.foot-bottom ul li a {
  position: relative;
  font-size: 25px;
  color: #ffffff;
  padding: 0 20px;
  font-weight: 300;
}
.foot-bottom ul li a:hover {
  color: #ffe473;
}
.foot-bottom ul li a::after {
  position: absolute;
  content: "|";
  color: #ffffff;
  right: 0px;
}
.foot-bottom ul li:nth-child(7) a::after {
  color: #28292b;
}
.foot-mid {
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
}
.foot-mid-left {
  width: 45%;
  text-align: left;
}
.foot-mid-left p {
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  padding: 0px;
}
.foot-mid-right {
  width: 40%;
  text-align: right;
}
.foot-mid-right h4 {
  color: #ffffff;
  font-weight: 500;
  font-family: 'Adobe Clean Regular';
}
.foot-mid-right p {
  font-size: 16px;
  line-height: 20px;
  text-align: right;
  padding: 0px;
  margin: 0;
}
.footer-call-btn {
  margin: 1rem 0 0 0;
  padding: 10px 20px;
  font-size: 20px;
  color: #28292b;
  display: inline-block;
  letter-spacing: -0.03rem;
  background: #ffe473;
  border: 1px solid #ffe47300;
}
.footer-call-btn:hover {
  color: #ffe473;
  border: 1px solid #ffe473;
  background: #ffe47300;
}
.social-list {
  list-style: none;
  margin: 30px 0px 0px 0px;
  padding: 0px;
}
.social-list li {
  display: inline-block;
}
.social-list li a {
  font-size: 14px;
  width: 30px;
  height: 30px;
  background: #ffe473;
  border-radius: 100%;
  border: 1px solid #ffe47300;
  display: inline-block;
  margin-left: 10px;
  text-align: center;
  line-height: 29px;
  color: #121317;
}
.social-list li a:hover {
  background: #DBB82700;
  color: #ffe473;
  border: 1px solid #ffe473;
}
/*------about us------------*/
.about_us .banner {
  background: url(../image/bg-about-us.png) center top no-repeat;
  background-size: contain;
  height: auto !important;
  padding: 300px 0 100px 0;
}
.about_us .b-text {
  width: 50%;
  margin-right: 50px;
  font-family: 'DIN Pro';
}
.about_us .b-content {
  display: flex;
  justify-content: center;
}
.about_us .b-text span {
  font-size: 80px;
  line-height: 1;
  color: #fff;
}
.about_us .pw-content {
  padding: 0;
}
.about_us .section-one {
  background: url(../image/bg-about-2.jpg) center bottom no-repeat;
  padding: 6rem 0;
  min-height: 700px;
}
.about_us .about-2nd-slider-container {
  padding: 4.5rem 3.5rem;
}
.slide-content .about-2nd-slider-container h2 {
  margin-bottom: 3rem
}
.slide-content .about-2nd-slider-container p {
  font-size: 1.5rem;
  line-height: 1.1;
  font-weight: 400;
  padding-right: 0;
  width: 85%;
}
.about-2nd-slider-headings {
  display: flex;
  justify-content: space-between;
}
.about-2nd-slider-headings h2:first-child {
  color: #ffe473;
  font-weight: 600;
  border-bottom: 5px solid #ffe473;
  font-family: 'DIN Pro'
}
.about-2nd-slider-headings h2:last-child {
  margin-right: 3rem;
  font-family: 'DIN Pro'
}
.about-clients {
  background-image: url(../image/bg-about-clients.jpg) !important;
  background-repeat: no-repeat !important;
  background-size: cover;
  margin: 0;
  padding: 5rem;
}
.about-clients h1 {
  color: #fff;
  font-weight: 900;
  font-size: 4rem;
  font-family: 'DIN Pro';
}
.about_us .about-clients .slide-four {
  padding-bottom: 10px !important;
}
.about_us .about-clients .slide-four .owl-item .item {
  text-align: center !important;
}
.about_us .about-clients .owl-nav {
  text-align: center;
  margin-top: 1rem;
}
.about_us .about-clients .owl-nav button span {
  display: none;
}
.about_us .about-clients .owl-prev {
  width: 50px;
  height: 50px;
  bottom: 0;
  top: auto;
  right: 60px;
  left: auto;
  background-image: url(../image/prev.png) !important;
  background-repeat: no-repeat !important;
}
.about_us .about-clients .owl-next {
  width: 50px;
  height: 50px;
  text-align: center;
  bottom: 0;
  top: auto;
  right: 0px;
  left: auto;
  background-image: url(../image/next.png) !important;
  background-repeat: no-repeat !important;
}
.divider {
  height: 1px;
  width: 80%;
  margin: auto;
  margin-bottom: 1rem;
  background: #CEDE80;
  background: linear-gradient(to right, rgba(206, 222, 128, 0) 0%, #ffe473 20%, #ffe473 70%, rgba(206, 222, 128, 0) 100%);
}
/*------about us ends------------*/
.font-size-16 {
  font-size: 1.35rem;
}
.breadcrumb {
  margin-bottom: 2.5rem !important
}
.breadcrumb .breadcrumb-item {
  font-size: 22px;
}
.breadcrumb .breadcrumb-item a {
  color: #fff;
}
.breadcrumb-item.active {
  color: #ffe473;
}
.menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  width: 50px;
  padding: 0px;
  height: 50px;
  font-size: inherit;
  outline: none;
}
.menu svg {
  width: 100%;
  margin: -25px 0 0;
}
.navbar-light .navbar-toggler {
  outline: none;
  border: none;
  color: #ffffff;
  box-shadow: none;
}
.line {
  fill: none;
  stroke: #ffffff;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
@media (min-width: 1536px) and (max-width: 1700px) {}
@media (min-width: 1367px) and (max-width: 1500px) {
  .banner {
    padding-top: 230px;
  }
  p {
    font-size: 1.375rem;
  }
  h2 {
    font-size: 3.75rem;
  }
  .pw-content {
    padding: 100px 0 0 30px;
  }
  .pw-content .mt-5 {
    margin-top: 2rem !important;
  }
  .pw-content p {
    padding-right: 0px;
  }
  .pw-content h2 {
    line-height: 60px;
  }
  .pw-left {
    width: 32%;
  }
  .pw-right {
    font-size: 22px;
    line-height: 28px;
  }
  .section-one .col-md-5 {
    padding: 0 31px 0 0;
  }
  .slide-pic img {
    margin-left: -6px;
    max-width: 100%;
  }
  .slide-content {
    margin-top: 140px;
  }
  .slide-content h2 {
    font-size: 42px;
    line-height: 48px;
  }
  .slide-arrow {
    left: -205px;
  }
  .b-text span {
    font-size: 60px;
  }
  .banner-slider .owl-dots {
    bottom: 30px;
    left: 5%;
  }
  .b-content-button {
    padding-top: 50px;
  }
  .b-content-button a {
    height: 60px;
    line-height: 58px;
    font-size: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .container {
    width: 100%;
    padding: 0 5%;
  }
  .banner {
    padding-top: 200px;
  }
  .banner h1 {
    font-size: 90px;
  }
  .b-text span {
    font-size: 50px;
  }
  .b-text {
    margin-right: 0px;
  }
  p {
    font-size: 1.375rem;
  }
  h2 {
    font-size: 3.75rem;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 22px;
  }
  .pw-content {
    padding: 40px 0 0 30px;
  }
  .pw-content .mt-5 {
    margin-top: 2rem !important;
  }
  .pw-content p {
    padding-right: 0px;
  }
  .pw-content h2 {
    line-height: 60px;
  }
  .pw-left {
    width: 32%;
  }
  .pw-right {
    font-size: 22px;
    line-height: 28px;
  }
  .section-one .col-md-5 {
    padding: 0 31px 0 0;
  }
  .slide-pic img {
    margin-left: -6px;
    max-width: 100%;
  }
  .slide-content {
    margin-top: 140px;
  }
  .slide-content h2 {
    font-size: 42px;
    line-height: 48px;
  }
  .slide-arrow {
    left: -205px;
  }
  .foot-bottom ul li a {
    font-size: 22px;
  }
  .banner-slider .owl-dots {
    bottom: 30px;
    left: 5%;
  }
  .b-content-button {
    padding-top: 50px;
  }
  .b-content-button a {
    height: 60px;
    line-height: 58px;
    font-size: 20px;
  }
  .line-one {
    bottom: 0px;
  }
  /*About us	*/
  .about_us .banner {
    padding-top: 190px;
    background-size: cover;
  }
  /*
  .section-one {
    width: 90%;
    margin: auto;
  }
*/
  /*About ends	*/
}
@media (min-width: 1024px) and (max-width: 1199px) {
  p {
    font-size: 1.25rem;
  }
  h2 {
    font-size: 3.75rem;
  }
  .container {
    width: 100%;
    padding: 0 5%;
  }
  .banner-slider .owl-dots {
    bottom: 30px;
    left: 5%;
  }
  .banner h1 {
    font-size: 65px;
  }
  .b-text {
    width: 32%;
    margin: 0px;
  }
  .b-text span {
    font-size: 50px;
  }
  .b-content-button {
    padding-top: 50px;
  }
  .b-content-button a {
    height: 60px;
    line-height: 58px;
    font-size: 20px;
  }
  .pw-content {
    padding: 30px 0 0 10px;
  }
  .pw-content h2 {
    font-size: 2.5rem;
    line-height: 44px;
  }
  .pw-content p {
    line-height: 26px;
    padding: 0px;
  }
  .pw-left {
    width: 33%;
  }
  .pw-right {
    width: 67%;
    font-size: 20px;
    line-height: 24px;
  }
  .pw-content .row {
    margin-top: 15px !important;
  }
  .slide-content p {
    padding: 0px;
    line-height: 28px;
  }
  .slide-content h2 {
    font-size: 45px;
  }
  .slide-content h2 br {
    display: none;
  }
  .slide-pic img {
    max-width: 111%;
    margin-left: 6px;
  }
  .slide-content {
    margin-top: 120px;
  }
  .slide-pic {
    padding-top: 60px;
  }
  .slide-arrow {
    bottom: 66px;
    left: -148px;
  }
  .foot-mid-left {
    width: 53%;
  }
  .foot-bottom ul li a {
    font-size: 20px;
  }
  .contact-form input {
    height: 60px;
    line-height: 60px;
  }
  .home-form {
    padding-bottom: 50px;
  }
  /*About us	*/
  .about_us .banner {
    padding-top: 190px;
    background-size: cover;
  }
  .section-one {
    margin: auto;
  }
  .about_us .b-text {
    width: 80%;
    margin-right: 0;
    font-family: 'DIN Pro';
  }
  /*About ends	*/
}
@media (min-width: 768px) and (max-width: 1023px) {
  p {
    font-size: 1.25rem;
  }
  h2 {
    font-size: 2.8rem;
  }
  h3 {
    font-size: 2.5rem;
  }
  .container {
    width: 100%;
    padding: 0 5%;
  }
  .banner {
    padding: 0;
    display: flex;
    align-items: center;
    height: 650px;
  }
  .banner-slider .owl-dots {
    bottom: 30px;
    left: 5%;
  }
  .banner h1 {
    font-size: 60px;
  }
  .b-content {
    display: block;
  }
  .b-content-button {
    padding: 20px 0px 0px 0px;
  }
  .b-content-button a {
    height: 50px;
    line-height: 48px;
    font-size: 20px;
    padding: 0 15px;
  }
  .b-text {
    width: 100%;
    margin: 0px;
  }
  .b-text span {
    font-size: 60px;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 20px;
  }
  .navbar-collapse {
    background: rgba(0, 0, 0, 0.8);
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 20px;
    padding: 5px 20px;
    text-align: left;
  }
  .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
    float: none;
    display: block;
  }
  .slide-content h2 {
    font-size: 40px;
    line-height: 44px;
  }
  .slide-content h2 br {
    display: none;
  }
  .slide-content p {
    padding: 0px;
  }
  .slide-content {
    margin: 0px;
    width: 100%;
  }
  .section-one {
    padding: 50px 0;
  }
  .section-one .left-pic-sec {
    display: none;
  }
  .pw-content {
    padding: 0 0 0 10px;
  }
  .pw-content h2 {
    line-height: normal;
  }
  .pw-content h2 br {
    display: none;
  }
  .pw-right {
    font-size: 22px;
    line-height: 28px;
  }
  .pw-content p {
    padding: 0px;
  }
  .home-form {
    padding: 60px 0;
  }
  .foot-bottom ul li a {
    font-size: 17px;
    padding: 0 10px;
  }
  .foot-mid-left {
    width: 60%;
  }
  .foot-mid {
    padding: 30px 0;
  }
  .line-one {
    bottom: 5px;
  }
  /*About us	*/
  .about_us .banner {
    padding-top: 190px;
    background-size: cover;
  }
  .section-one {
    width: 90%;
    margin: auto;
  }
  .about_us .b-text {
    width: 80%;
    margin-right: 0;
    font-family: 'DIN Pro';
  }
  /*About ends	*/
  .single-item-service-bg {
    height: 350px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .slide-pic {
    display: none;
  }
  p {
    font-size: 1.25rem;
  }
  h2 {
    font-size: 2.8rem;
  }
  h3 {
    font-size: 2.5rem;
  }
  .container {
    width: 100%;
    padding: 0 5%;
  }
  .banner {
    padding: 0;
    display: flex;
    align-items: center;
    height: 550px;
  }
  .banner-slider .owl-dots {
    bottom: 20px;
    left: 6%;
  }
  .banner h1 {
    font-size: 50px;
  }
  .b-content {
    display: block;
  }
  .b-content-button {
    padding: 20px 0px 0px 0px;
  }
  .b-content-button a {
    height: 50px;
    line-height: 48px;
    font-size: 20px;
    padding: 0 15px;
  }
  .b-text {
    width: 100%;
    margin: 0px;
  }
  .b-text span {
    font-size: 50px;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 20px;
  }
  .navbar-collapse {
    background: rgba(0, 0, 0, 0.8);
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 20px;
    padding: 5px 20px;
    text-align: left;
  }
  .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
    float: none;
    display: block;
  }
  .slide-content p {
    padding: 0px;
  }
  .slide-content {
    margin-top: 0px;
    width: 100%;
  }
  .slide-content h2 {
    font-size: 2rem;
    line-height: normal;
  }
  .line-one {
    display: none;
  }
  .slide-two .owl-dots {
    display: none;
  }
  .slide-arrow {
    display: none;
  }
  .home-form {
    padding: 50px 0;
  }
  .footer {
    padding-top: 60px;
  }
  .footer p {
    line-height: 24px;
    text-align: left;
  }
  .footer p br {
    display: none;
  }
  .foot-mid {
    display: block;
  }
  .foot-mid-left {
    width: 100%;
  }
  .foot-mid-right {
    width: 100%;
    text-align: left;
  }
  .foot-bottom ul li a {
    padding: 0 12px 0 6px;
    font-size: 20px;
  }
  .foot-bottom {
    padding: 20px 0;
  }
  .foot-mid {
    padding: 50px 0;
  }
  .contact-form input {
    height: 60px;
    line-height: 60px;
  }
  .pw-content {
    padding: 50px 0 50px 0;
  }
  .pw-content h2 {
    line-height: 50px;
  }
  .pw-content p {
    padding: 0px;
  }
  .pw-left {
    width: 30%;
  }
  .pw-right {
    font-size: 20px;
    line-height: 24px;
    width: 70%;
  }
  .pw-content .row {
    margin: 0px !important;
  }
  .pw-list {
    margin-left: -10px;
    padding: 10px 0;
  }
  .navbar-light .navbar-brand {
    width: 200px;
  }
  .flex-column {
    flex-direction: inherit !important;
  }
  .section-one .col-md-5 {
    padding: 0px;
  }
  .single-item-service-bg {
    height: 350px;
  }
}