@font-face {
  font-family: "sairabold";
  src: url("../fonts/saira-bold-webfont.woff2") format("woff2"), url("../fonts/saira-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sairalight";
  src: url("../fonts/saira-light-webfont.woff2") format("woff2"), url("../fonts/saira-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sairamedium";
  src: url("../fonts/saira-medium-webfont.woff2") format("woff2"), url("../fonts/saira-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sairaregular";
  src: url("../fonts/saira-regular-webfont.woff2") format("woff2"), url("../fonts/saira-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sairasemibold";
  src: url("../fonts/saira-semibold-webfont.woff2") format("woff2"), url("../fonts/saira-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sairathin";
  src: url("../fonts/saira-thin-webfont.woff2") format("woff2"), url("../fonts/saira-thin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "sairalight";
  color: #838383;
}

header,
section,
footer {
  float: left;
  width: 100%;
}

.transition {
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  padding: 0;
  margin: 0;
  list-style: none;
}

strong,
b {
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1;
}

p.m-b0 {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 480px) {
  p {
    font-size: 15px !important;
  }
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a,
button,
input,
textarea {
  outline: 0;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: 0;
  box-shadow: none;
}

a,
button,
a:hover,
button:hover {
  transition: all 500ms;
}

@media screen and (min-width: 576px) {
  .container {
    max-width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 88%;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 88%;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 88%;
  }
}
@media screen and (max-width: 575px) {
  .container {
    padding: 0 20px;
  }
}

.preloader {
  position: fixed;
  z-index: 999999;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

header {
  padding: 2px 0;
}
header.top-bar {
  position: fixed;
  width: 100%;
  top: 0px;
  margin-bottom: 0px;
  border-radius: 0px;
  border: transparent;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  z-index: 99999;
  padding: 20px 0;
}
header.top-bar .logo img {
  width: 160px;
  transition: all 500ms;
}

@media screen and (max-width: 480px) {
  header.top-bar .logo img {
    width: 100px;
  }
}
header.shrink-nav {
  color: #000 !important;
  top: 0px;
  background-color: #000;
  position: fixed;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  padding: 10px 0;
}
header.shrink-nav .logo img {
  width: 140px;
}
@media screen and (max-width: 480px) {
  header.shrink-nav .logo img {
    width: 100px;
  }
}
header.shrink-nav .container .menu ul.drop-down {
  top: 45px;
}
@media screen and (max-width: 480px) {
  header.shrink-nav .container .menu ul.drop-down {
    top: 37px;
  }
}
@media screen and (max-width: 991px) {
  header.shrink-nav {
    padding: 10px 0;
  }
}
header .container {
  display: flex;
  align-items: center;
}
header .container .logo {
  float: left;
  width: 25%;
  
}
@media screen and (max-width: 991px) {
  header .container .logo {
    width: 40%;
  }
}
header .container .menu {
  float: left;
  width: 75%;
}
@media screen and (max-width: 991px) {
  header .container .menu {
    display: flex;
    align-items: center;
    position: fixed;
    max-width: 720px;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  header .container .menu {
    max-width: 530px;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  header .container .menu {
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  header .container .menu .toggle-btn {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  header .container .menu .toggle-btn {
    position: absolute;
    right: 0;
  }
}
@media screen and (max-width: 575px) {
  header .container .menu .toggle-btn {
    right: 20px;
  }
}
header .container .menu .toggle-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  flex-direction: column;
}
header .container .menu .toggle-btn a span {
  height: 2px;
  width: 30px;
  background-color: #fff;
  float: left;
  margin: 3px 0;
}
header .container .menu ul.drop-down {
  float: right;
}
@media screen and (max-width: 991px) {
  header .container .menu ul.drop-down {
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    display: none;
    top: 50px;
    background-color: #000;
    padding: 20px 30px;
  }
}
@media screen and (max-width: 575px) {
  header .container .menu ul.drop-down {
    left: 20px;
    right: 20px;
    padding: 20px;
  }
}
header .container .menu ul li {
  float: left;
  padding: 33px 15px;
}
header .container .menu ul li:last-child {
  padding-right: 0;
}
@media screen and (max-width: 991px) {
  header .container .menu ul li:last-child {
    border-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  header .container .menu ul li {
    width: 100%;
    border-bottom: 1px solid #211e1c;
    padding: 0;
  }
}
header .container .menu ul li a {
  color: #fff;
  font-size: 19px;
}
header .container .menu ul li a:hover {
  color: #f5f000;
}
@media screen and (max-width: 991px) {
  header .container .menu ul li a {
    padding: 15px 0;
    width: 100%;
    float: left;
    line-height: 20px;
  }
}
header .container .menu ul li.dropdown > a {
  position: relative;
}
@media screen and (max-width: 991px) {
  header .container .menu ul li.dropdown > a:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0%;
    bottom: 0;
    width: 9px;
    height: 1px;
    background-color: #fff;
    margin: auto;
    transition: all 500ms;
  }
  header .container .menu ul li.dropdown > a:after {
    content: "";
    position: absolute;
    right: 4px;
    top: 0%;
    bottom: 0;
    width: 1px;
    height: 9px;
    background-color: #fff;
    margin: auto;
    transition: all 500ms;
  }
}
header .container .menu ul li.dropdown > a.open:before {
  transform: rotate(180deg);
}
header .container .menu ul li.dropdown > a.open:after {
  transform: rotate(90deg);
}
@media screen and (min-width: 992px) {
  header .container .menu ul li.dropdown .dropdown-menu {
    border: none;
    top: 160%;
    border-top: 2px solid #f5f000;
    padding: 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    border-radius: 0;
    width: 18em;
    box-shadow: 0 0 30px 1px rgba(204, 204, 204, 0.26);
    transition: all 500ms;
    margin: 0;
  }
}
@media screen and (max-width: 991px) {
  header .container .menu ul li.dropdown .dropdown-menu {
    position: relative;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
  }
}
header .container .menu ul li.dropdown .dropdown-menu li {
  padding: 0;
  width: 100%;
}
header .container .menu ul li.dropdown .dropdown-menu li a {
  padding: 10px 20px;
  line-height: 25px;
  display: block;
  color: #838383;
}
header .container .menu ul li.dropdown .dropdown-menu li a:hover, header .container .menu ul li.dropdown .dropdown-menu li a:focus, header .container .menu ul li.dropdown .dropdown-menu li a:active {
  background: #212529;
  color: #fff;
  padding: 10px 30px;
}
@media screen and (max-width: 991px) {
  header .container .menu ul li.dropdown .dropdown-menu li a:hover, header .container .menu ul li.dropdown .dropdown-menu li a:focus, header .container .menu ul li.dropdown .dropdown-menu li a:active {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 991px) {
  header .container .menu ul li.dropdown .dropdown-menu li a {
    background-color: #181c25;
    color: #fff;
  }
}
@media screen and (max-width: 420px) {
  header .container .menu ul li.dropdown .dropdown-menu li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  header .container .menu ul li.dropdown .dropdown-menu li {
    border-bottom: 1px solid #000;
  }
}
@media screen and (max-width: 991px) {
  header .container .menu ul li.dropdown .dropdown-menu li:last-child {
    border-bottom: 0;
  }
}
header .container .menu ul li.dropdown .dropdown-menu li.active a {
  background: #f5f000;
  color: #fff;
}
@media screen and (min-width: 992px) {
  header .container .menu ul li.dropdown:hover .dropdown-menu, header .container .menu ul li.dropdown:focus .dropdown-menu, header .container .menu ul li.dropdown:active .dropdown-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }
}
header .container .menu ul li.dropdown.active .dropdown-menu a {
  color: #838383;
}
header .container .menu ul li.active a {
  color: #f5f000;
}
header .container .lang {
  float: right;
  width: 10%;
}
header .container .lang ul {
  float: right;
}
header .container .lang ul li {
  float: left;
  position: relative;
}
header .container .lang ul li a {
  float: left;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #f5f000;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .container .lang ul li a:hover {
  transform: translateY(-3px);
}
header .container .lang ul li:first-child {
  z-index: 1;
}
header .container .lang ul li:last-child {
  margin-left: -5px;
}
header .container .lang ul li:last-child a {
  background-color: #000;
}

.banner {
  position: relative;
  height: 100vh;
}
.banner .flexslider {
  box-shadow: none;
  margin: 0;
  padding: 0;
  border: 0;
  height: 100%;
}
.banner .flexslider .slides {
  height: 100%;
}
.banner .flexslider .slides li {
  height: 100%;
  position: relative;
}
.banner .flexslider .slides li img {
  height: 100%;
  object-fit: cover;
}
.banner .flexslider .slides li .container {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.banner .flexslider .slides li .container .meta {
  position: relative;
  width: 100%;
  z-index: 9;
}
.banner .flexslider .slides li .container .meta span {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
  color: #fff;
  font-size: 18px;
  font-family: "sairalight";
  text-transform: uppercase;
  position: relative;
  margin-bottom: 20px;
  display: block;
  padding-left: 55px;
}
.banner .flexslider .slides li .container .meta span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  height: 1px;
  width: 40px;
  margin: auto;
}
@media screen and (max-width: 420px) {
  .banner .flexslider .slides li .container .meta span:before {
    width: 20px;
  }
}
@media screen and (max-width: 767px) {
  .banner .flexslider .slides li .container .meta span {
    font-size: 14px;
  }
}
@media screen and (max-width: 420px) {
  .banner .flexslider .slides li .container .meta span {
    font-size: 12px;
    padding-left: 30px;
  }
}
.banner .flexslider .slides li .container .meta h1,
.banner .flexslider .slides li .container .meta h2 {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
  text-transform: uppercase;
  font-family: "sairabold";
  color: #fff;
  position: relative;
  margin-bottom: 30px;
  font-size: 60px;
}
@media screen and (max-width: 991px) {
  .banner .flexslider .slides li .container .meta h1,
.banner .flexslider .slides li .container .meta h2 {
    font-size: 45px;
  }
}
@media screen and (max-width: 767px) {
  .banner .flexslider .slides li .container .meta h1,
.banner .flexslider .slides li .container .meta h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 420px) {
  .banner .flexslider .slides li .container .meta h1,
.banner .flexslider .slides li .container .meta h2 {
    font-size: 25px;
    font-weight: 400;
  }
}
.banner .flexslider .slides li .container .meta a {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
  align-items: center;
  color: #fff;
  border: 1px solid #cbcbcb;
  height: 46px;
  width: fit-content;
  display: flex;
  justify-content: center;
  margin-top: 10px;
  border-radius: 30px;
  padding: 0 20px;
  text-transform: uppercase;
}
.banner .flexslider .slides li .container .meta a:hover {
  background-color: #f5f000;
}
@media screen and (max-width: 420px) {
  .banner .flexslider .slides li .container .meta a {
    font-size: 12px;
    height: 40px;
    width: fit-content;
  }
}
.banner .flexslider .slides li .container .meta.first-slide h1 {
  text-transform: initial;
  font-size: 65px;
  font-style: italic;
}
.banner .meta .slider-title {
  text-transform: uppercase;
  font-family: "sairabold";
  color: #fff;
  margin-bottom: 30px;
  font-size: 60px;
}

.banner .meta.first-slide .slider-title {
  text-transform: initial;
  font-size: 65px;
  font-style: italic;
}
a.sc-7dvmpp-1.dfBDQI {
        display: none;
    }
h1.main-h1 {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
@media screen and (max-width: 420px) {
  .banner .flexslider .slides li .container .meta.first-slide h1 {
    font-size: 25px;
  }
}
@media screen and (max-width: 1300px) {
  .banner .flexslider .slides li .container {
    padding-left: 100px;
  }
}
@media screen and (max-width: 767px) {
  .banner .flexslider .slides li .container {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media screen and (max-width: 575px) {
  .banner .flexslider .slides li .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.banner .flexslider .slides li.flex-active-slide .meta span {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft1;
  animation-name: fadeInLeft1;
}
.banner .flexslider .slides li.flex-active-slide .meta h1,
.banner .flexslider .slides li.flex-active-slide .meta h2 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft1;
  animation-name: fadeInLeft1;
}
.banner .flexslider .slides li.flex-active-slide .meta a {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft1;
  animation-name: fadeInLeft1;
}
.banner .flexslider .slides li:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
}
.banner .flexslider .flex-direction-nav {
  position: absolute;
  bottom: 50px;
  z-index: 9;
  right: 0;
  left: 0;
  margin: auto;
  width: 88px;
}
.banner .flexslider .flex-direction-nav li {
  float: left;
  margin-right: 10px;
  margin-left: 10px;
}
.banner .flexslider .flex-direction-nav li a {
  text-decoration: none;
  display: block;
  width: 24px;
  height: 19px;
  background: none;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  color: #fff;
  float: left;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banner .flexslider .flex-direction-nav li a img {
  float: left;
}
@media screen and (max-width: 420px) {
  .banner .flexslider .flex-direction-nav li a img {
    width: 16px;
  }
}
.banner .flexslider .flex-direction-nav li a:before {
  display: none;
}
.banner .flexslider .flex-direction-nav li:first-child {
  margin-top: -18px;
}
@media screen and (max-width: 420px) {
  .banner .flexslider .flex-direction-nav li:first-child {
    margin-top: -10px;
  }
}
.banner .flexslider .flex-direction-nav:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 30px;
  left: 0;
  background-color: #999;
  right: 0;
  margin: auto;
  transform: skew(-30deg, 30deg);
  top: -15px;
}
@media screen and (max-width: 420px) {
  .banner .flexslider .flex-direction-nav:after {
    right: 5px;
  }
}
@media screen and (max-width: 420px) {
  .banner .flexslider .flex-direction-nav {
    bottom: 25px;
  }
}
.banner .social {
  position: absolute;
  left: 90px;
  top: 0;
  z-index: 10;
  width: 22px;
  height: 287px;
  bottom: 0;
  margin: auto;
}
.banner .social span {
  color: #b9b9b9;
  text-transform: uppercase;
  letter-spacing: 5px;
  transform: rotate(-90deg);
  float: left;
  height: 24px;
  position: absolute;
  right: -24px;
  top: 27px;
}
.banner .social ul {
  float: left;
  width: 15px;
  margin-top: 145px;
  position: relative;
  padding-top: 10px;
}
.banner .social ul:before {
  content: "";
  background-color: #b5b5b5;
  width: 1px;
  height: 50px;
  position: absolute;
  bottom: 100%;
  right: 0;
  left: 0;
  margin: auto;
}
.banner .social ul li {
  display: block;
  float: left;
  width: 15px;
  margin: 10px 0;
}
.banner .social ul li a {
  float: left;
}
.banner .social ul li a svg {
  float: left;
  width: 13px;
  height: 13px;
  fill: #fff;
  transition: all 500ms;
}
.banner .social ul li a:hover svg {
  fill: #f5f000;
  transition: all 500ms;
}
.container-fluid.service {
    background-image: url(../../assets/images/servicebg.jpg);
    padding: 0 0 80px 0;
    background-color: #15181d;
    background-size: auto 100%;
}
.container-fluid.service .container .serv_wrap { width: 100%; float: left; }
@media (max-width: 480px) { .container-fluid.service .container .serv_wrap { width: 70%; float: none; margin: 0px auto; } }
.container-fluid.service .container .serv_wrap .serv_box { cursor: pointer; position: relative; width: 16.6%; float: left; overflow: hidden; background: transparent; transition: 400ms; -webkit-transition: 400ms; -o-transition: 400ms; -moz-transition: 400ms; -ms-transition: 400ms; }
@media (max-width: 991px) { .container-fluid.service .container .serv_wrap .serv_box { width: 33%; } }
@media (max-width: 480px) { .container-fluid.service .container .serv_wrap .serv_box { max-height: 500px; width: 100%; margin-top: 30px; } }
.container-fluid.service .container .serv_wrap .serv_box:after { position: absolute; content: ''; left: 0; right: 0; top: 0; bottom: 100%; transition: all 700ms; -webkit-transition: all 700ms; background: #f8f200; }
.container-fluid.service .container .serv_wrap .serv_box img { width: 100%; opacity: .8; filter: alpha(opacity=80); transition: 400ms; -webkit-transition: 400ms; -o-transition: 400ms; -moz-transition: 400ms; -ms-transition: 400ms; }
.container-fluid.service .container .serv_wrap .serv_box .heading { position: absolute; bottom: 0px; width: 100%; padding: 14px; overflow: hidden; margin-left: -18px; background: rgba(0, 0, 0, 0.58); padding-left: 36px; transition: 400ms; -webkit-transition: 400ms; -o-transition: 400ms; -moz-transition: 400ms; -ms-transition: 400ms; -webkit-transform: skew(20deg); -moz-transform: skew(20deg); -o-transform: skew(20deg); }
.container-fluid.service .container .serv_wrap .serv_box .heading h4 { color: #fff; font-size: 20px; text-transform: capitalize; letter-spacing: 1px; font-family: "Saira", sans-serif; -webkit-transform: skew(-20deg); -moz-transform: skew(-20deg); -o-transform: skew(-20deg); }
.container-fluid.service .container .serv_wrap .serv_box:nth-child(2n) .heading { top: 0px; bottom: auto; -webkit-transform: skew(-20deg); -moz-transform: skew(-20deg); -o-transform: skew(-20deg); }
.container-fluid.service .container .serv_wrap .serv_box:nth-child(2n) .heading h4 { transition: 400ms; -webkit-transition: 400ms; -o-transition: 400ms; -moz-transition: 400ms; -ms-transition: 400ms; -webkit-transform: skew(20deg); -moz-transform: skew(20deg); -o-transform: skew(20deg); }
.container-fluid.service .container .serv_wrap .serv_box:hover:after { bottom: 0; transition: all 700ms; -webkit-transition: all 700ms; z-index: -9; }
.container-fluid.service .container .serv_wrap .serv_box:hover img { transform: scale(1.1); -webkit-transform: scale(1.1); transition: all 1s; -webkit-transition: all 1s; }
.container-fluid.service .container .serv_wrap:hover .serv_box img { opacity: .2; filter: alpha(opacity=20); }
.container-fluid.service .container .serv_wrap:hover .serv_box:hover img { opacity: .2; filter: alpha(opacity=20); }
.container-fluid.service .container .serv_wrap:hover .serv_box:hover .heading { background: #fff; transition: all 700ms; -webkit-transition: all 700ms; }
.container-fluid.service .container .serv_wrap:hover .serv_box:hover .heading h4 { color: #000; }
.container-fluid.service .container h2, .foot-left h2 { font-family: "Saira", sans-serif; font-size: 46px; color: #fff; position: relative; top: 0; padding: 60px 0 40px 0; font-weight: 900; }
.container-fluid.service .container h2::before { position: absolute; left: 0px; bottom: -15px; width: 90px; height: 1px; background: #f8f200; content: ""; }
.container-fluid.service .container h2 span { font-family: "Saira", sans-serif; color: #f8f200; font-weight: 100; }

.projects{
    background-color: #0f1217;}
.project-top h2 { font-family: "Saira", sans-serif; font-size: 46px; color: #fff; position: relative; top: 0; padding: 30px 0 40px 0; font-weight: 900;text-transform: uppercase; }
.project-top h2::before { position: absolute; left: 0px; bottom: -15px; width: 90px; height: 1px; background: #f8f200; content: ""; }
.project-top h2 span { font-family: "Saira", sans-serif; color: #f8f200; font-weight: 100; }

@media screen and (max-width: 1500px) {
  .banner .social {
    left: 30px;
  }
}
@media screen and (max-width: 575px) {
  .banner .social {
    display: none;
  }
}
.banner .auto-bt {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 9;
}
.banner .auto-bt a {
  background: rgba(0, 0, 0, 0.8);
  padding: 10px 25px;
  color: #fff;
  text-transform: uppercase;
  width: 215px;
  height: 70px;
  float: left;
  border: 1px solid #ffffff8c;
  padding-top: 5px;
}
.banner .auto-bt a img {
  float: left;
}
.banner .auto-bt a span {
  padding-top: 16px;
  padding-left: 10px;
  float: left;
}
.banner .auto-bt a:hover {
  background: #f5f000;
}
@-webkit-keyframes fadeInLeft1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
}

section.about {
  padding-top: 90px;
  background-image: url(../../assets/images/about-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
section.about.about-in {
    background-image: none;
    background-color: #fff !important;
}
@media screen and (max-width: 767px) {
  section.about {
    padding-top: 70px;
  }
}
@media screen and (max-width: 480px) {
  section.about {
    padding-top: 50px;
  }
}
section.about:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.93);
}
section.about.about-in:after{
    
  background-color: #fff;
}
#abt>h2{color:#f8f200;}
section.about .container {
  position: relative;
  z-index: 1;
}
section.about .ab-left-cont {
  position: relative;
}
/*section.about .ab-left-cont:before {
  position: absolute;
  content: "about";
  left: 0;
  font-size: 130px;
  text-transform: uppercase;
  font-family: "sairasemibold";
  color: rgba(255, 255, 255, 0.08);
  top: -45px;
  z-index: -9;
}*/
@media screen and (max-width: 575px) {
  section.about .ab-left-cont:before {
    display: none;
  }
}
section.about .ab-left-cont h5 {
  font-size: 22px;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 1px;
  color: #757575;
  display: inline-block;
}
section.about .ab-left-cont h5:after {
  position: absolute;
  content: "";
  right: -90px;
  top: 10px;
  width: 75px;
  height: 1px;
  background: #757575;
}
@media screen and (max-width: 575px) {
  section.about .ab-left-cont h5:after {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  section.about .ab-left-cont h5 {
    padding-left: 0;
  }
}
@media screen and (max-width: 420px) {
  section.about .ab-left-cont h5 {
    font-size: 16px;
  }
}
section.about .ab-left-cont h2 {
  font-family: "sairasemibold";
  color: #fff;
  font-size: 45px;
  text-transform: uppercase;
  margin: 10px 0 20px;
}
section.about .ab-left-cont h2 span {
  color: #f5f000;
}
@media screen and (max-width: 1199px) {
  section.about .ab-left-cont h2 {
    padding-left: 0;
  }
}
@media screen and (max-width: 575px) {
  section.about .ab-left-cont h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 420px) {
  section.about .ab-left-cont h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 380px) {
  section.about .ab-left-cont h2 {
    font-size: 25px;
  }
}
section.about .ab-left-cont h6 {
  padding-left: 80px;
  margin: 0 0 50px;
}
section.about .ab-left-cont h6 a {
  margin: 0;
  padding: 0;
  text-transform: capitalize;
  color: #000;
}
section.about .ab-left-cont p {
  font-size: 17px;
  width: 93%;
}
@media screen and (max-width: 991px) {
  section.about .ab-left-cont p {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  section.about .ab-left-cont p {
    font-size: 15px;
  }
}
section.about .ab-left-cont a {
  margin-top: 15px;
  display: inline-block;
  color: #a5a5a5;
  text-transform: uppercase;
  position: relative;
}
section.about .ab-left-cont a svg {
  width: 20px;
  position: absolute;
  right: -28px;
  top: 3px;
  fill: #7a7878;
  transition: all 500ms;
}
@media screen and (max-width: 480px) {
  section.about .ab-left-cont a svg {
    right: -22px;
    top: 1px;
    width: 15px;
  }
}
section.about .ab-left-cont a:hover {
  color: #f5f000;
}
section.about .ab-left-cont a:hover svg {
  transform: translateX(30px);
  opacity: 0;
  transition: all 500ms;
}
@media screen and (max-width: 480px) {
  section.about .ab-left-cont a {
    font-size: 13px;
  }
}
section.about .about-right {
  position: relative;
  height: fit-content;
}
@media (max-width: 991px) {
  section.about .about-right {
    margin-top: 50px;
  }
}
section.about .about-right:before {
  position: absolute;
  content: "";
  bottom: -30px;
  width: 230px;
  height: 160px;
  background: rgba(255, 255, 255, 0.04);
  left: 40px;
}
section.about .about-right .ab-right-out {
  background: url(../../assets/images/about-right.jpg) no-repeat;
  height: 400px;
  background-size: cover;
  position: relative;
  width: 500px;
  float: right;
}
@media (max-width: 1199px) {
  section.about .about-right .ab-right-out {
    width: 410px;
    height: 435px;
  }
}
@media (max-width: 991px) {
  section.about .about-right .ab-right-out {
    width: 100%;
    height: 435px;
  }
}
@media screen and (max-width: 420px) {
  section.about .about-right .ab-right-out {
    height: 375px;
  }
}
/*section.about .about-right .ab-right-out:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 40px;
  bottom: 40px;
  width: 1px;
  background: #fff;
  margin: auto;
}
section.about .about-right .ab-right-out:after {
  position: absolute;
  content: "";
  left: 40px;
  right: 40px;
  top: 0px;
  bottom: 0px;
  height: 1px;
  background: #fff;
  margin: auto;
}*/
section.about .about-right .ab-right-out .box {
  width: 50%;
  float: left;
  min-height: 200px;
}
section.about .about-right .ab-right-out .box span {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  font-family: "sairabold";
  letter-spacing: 0.5px;
}
section.about .about-right .ab-right-out .box h3 {
  font-size: 60px;
  color: #fff;
  font-family: "sairabold";
}
@media screen and (max-width: 575px) {
  section.about .about-right .ab-right-out .box h3 {
    font-size: 40px;
  }
}
@media screen and (max-width: 420px) {
  section.about .about-right .ab-right-out .box h3 {
    font-size: 30px;
    font-family: "sairasemibold";
  }
}
section.about .about-right .ab-right-out .box p {
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 575px) {
  section.about .about-right .ab-right-out .box p {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  section.about .about-right .ab-right-out .box {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 420px) {
  section.about .about-right .ab-right-out .box {
    min-height: 175px;
  }
}
section.about .about-right .ab-right-out .box-1 {
  position: relative;
}
section.about .about-right .ab-right-out .box-1 svg {
  width: 80px;
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  bottom: 0;
  height: 80px;
  margin: auto;
  fill: #fff;
}
section.about .about-right .ab-right-out .box-2 {
  padding: 65px 0 0 25px;
}
@media screen and (max-width: 575px) {
  section.about .about-right .ab-right-out .box-2 {
    padding: 55px 20px 0 20px;
  }
}
section.about .about-right .ab-right-out .box-3 {
  text-align: right;
  padding: 30px 25px 0 0;
}
@media screen and (max-width: 575px) {
  section.about .about-right .ab-right-out .box-3 {
    padding: 30px 25px 0 20px;
  }
}
section.about .about-right .ab-right-out .box-4 {
  padding: 30px 0 0 25px;
}
@media screen and (max-width: 575px) {
  section.about .about-right .ab-right-out .box-4 {
    padding: 30px 20px 0 25px;
  }
}
section.about .project-top {
  position: relative;
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  section.about .project-top {
    margin-top: 70px;
  }
}
@media screen and (max-width: 480px) {
  section.about .project-top {
    margin-top: 50px;
  }
}
section.about .project-top:before {
  position: absolute;
  content: "works";
  left: 0;
  font-size: 130px;
  text-transform: uppercase;
  font-family: "sairasemibold";
  color: rgba(255, 255, 255, 0.08);
  top: -45px;
  z-index: -9;
}
@media screen and (max-width: 575px) {
  section.about .project-top:before {
    display: none;
  }
}
section.about .project-top h5 {
  font-size: 22px;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 1px;
  padding-left: 80px;
  color: #757575;
  display: inline-block;
}
section.about .project-top h5:after {
  position: absolute;
  content: "";
  right: -90px;
  top: 10px;
  width: 75px;
  height: 1px;
  background: #757575;
}
@media screen and (max-width: 575px) {
  section.about .project-top h5:after {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  section.about .project-top h5 {
    padding-left: 0;
  }
}
@media screen and (max-width: 420px) {
  section.about .project-top h5 {
    font-size: 16px;
  }
}
section.about .project-top h2 {
  font-family: "sairasemibold";
  color: #fff;
  font-size: 50px;
  text-transform: uppercase;
  padding-left: 80px;
  margin: 10px 0 100px;
}
section.about .project-top h2 span {
  color: #f5f000;
}
@media screen and (max-width: 1199px) {
  section.about .project-top h2 {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  section.about .project-top h2 {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 575px) {
  section.about .project-top h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 480px) {
  section.about .project-top h2 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 380px) {
  section.about .project-top h2 {
    font-size: 25px;
  }
}
.mission h3 {
    margin-bottom: 20px;
    font-weight: bold;
}
section.services {
  margin-top: 70px;
  background: #f8f8f8;
  padding: 90px 0;
}
section.services .service-left .ser-left-cont {
  position: relative;
  z-index: 9;
}
section.services .service-left .ser-left-cont:before {
  position: absolute;
  content: "products";
  left: 0;
  font-size: 130px;
  text-transform: uppercase;
  font-family: "saira_semicondensed_semibolRg";
  color: #f2f2f2;
  top: -45px;
  z-index: -9;
}
section.services .service-left .ser-left-cont h5 {
  font-size: 22px;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 1px;
  padding-left: 80px;
  color: #a5a5a5;
  display: inline-block;
}
section.services .service-left .ser-left-cont h5:after {
  position: absolute;
  content: "";
  right: -90px;
  top: 10px;
  width: 75px;
  height: 1px;
  background: #cecece;
}
@media screen and (max-width: 1199px) {
  section.services .service-left .ser-left-cont h5 {
    padding-left: 0;
  }
}
section.services .service-left .ser-left-cont h2 {
  font-family: "saira_semicondensed_semibolRg";
  color: #000;
  font-size: 50px;
  text-transform: uppercase;
  padding-left: 80px;
  margin: 10px 0 50px;
}
section.services .service-left .ser-left-cont h2 span {
  color: #f5f000;
}
@media screen and (max-width: 1199px) {
  section.services .service-left .ser-left-cont h2 {
    padding-left: 0;
  }
}
section.services .service-left .ser-left-cont p {
  font-size: 17px;
}
section.services .service-left .ser-left-cont p.caps {
  text-transform: uppercase;
}
section.services .service-left .ser-left-cont a {
  margin-top: 15px;
  display: inline-block;
  color: #a5a5a5;
  text-transform: uppercase;
  position: relative;
}
section.services .service-left .ser-left-cont a svg {
  width: 20px;
  position: absolute;
  right: -28px;
  top: 3px;
  fill: #7a7878;
  transition: all 500ms;
}
section.services .service-left .ser-left-cont a:hover {
  color: #f5f000;
}
section.services .service-left .ser-left-cont a:hover svg {
  transform: translateX(30px);
  opacity: 0;
  transition: all 500ms;
}
section.services .service-right {
  padding: 0;
}
section.services .service-right .service-slider {
  margin-top: 20px;
}
section.services .service-right .service-slider .ser-cont {
  cursor: pointer;
  background-color: #000;
  overflow: hidden;
}
section.services .service-right .service-slider .ser-cont img {
  transition: all 500ms;
  width: 100%;
}
section.services .service-right .service-slider .ser-cont h3 {
  color: #686868;
  position: relative;
  bottom: 0px;
  background: #fff;
  left: 0;
  right: 0;
  padding: 30px 15px 30px 40px;
  font-family: "saira_semicondensed_semibolRg";
  font-size: 15px;
  text-transform: uppercase;
  transition: all 500ms;
  min-height: 130px;
}
section.services .service-right .service-slider .ser-cont h3 span {
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 400;
  font-family: "saira_semicondensed_lightRg";
  display: block;
  margin-top: 9px;
  line-height: 23px;
}
@media (max-width: 1199px) {
  section.services .service-right .service-slider .ser-cont h3 {
    font-size: 14px;
  }
}
section.services .service-right .service-slider .ser-cont h3:before {
  position: absolute;
  content: "";
  left: 0;
  top: -55px;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 2px;
  background: #f5f000;
  transition: all 500ms;
}
section.services .service-right .service-slider .ser-cont:hover img {
  transform: scale(1.1);
  opacity: 0.8;
  transition: all 500ms;
}
section.services .service-right .service-slider .ser-cont:hover h3 {
  padding-left: 15px;
  transition: all 500ms;
}
section.services .service-right .service-slider .ser-cont:hover h3:before {
  width: 0;
  transition: all 500ms;
}
section.services .service-right .service-slider .owl-dots {
  display: none;
}
section.services .service-right .service-slider .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 32%;
}
section.services .service-right .service-slider .owl-nav .owl-prev {
  position: absolute;
  left: -27px;
  background: url(../../assets/images/service-left.png) no-repeat #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 1;
  background-position: center;
}
section.services .service-right .service-slider .owl-nav .owl-next {
  position: absolute;
  right: -25px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 1;
  background: url(../../assets/images/service-right.png) no-repeat #fff;
  background-position: center;
}
section.services .service-right .service-slider .service-item {
  width: 25%;
  padding: 15px;
  float: left;
}

section.service-bottom-cont {
  margin: 80px 0;
}
section.service-bottom-cont .container .row .service-contants-btm .serv-sec {
  margin-bottom: 30px;
}
section.service-bottom-cont .container .row .service-contants-btm .serv-sec h3 {
  color: #f5f000;
  font-size: 25px;
  font-family: "sairasemibold";
  margin-bottom: 15px;
  text-transform: uppercase;
}

section.services-bg {
  background: #f8f8f8;
  padding: 90px 0;
}
section.services-bg .container .row .service-contants ul li strong {
  color: #000;
  font-weight: bold;
  float: left;
  width: 100%;
}

section.projects {
  padding: 0 0 0;
}
section.projects .projects-out .proj-cont {
  position: relative;
  cursor: pointer;
}
section.projects .projects-out .proj-cont:before {
  position: absolute;
  content: "";
  left: 60px;
  top: 0;
  bottom: 130px;
  width: 3px;
  background: #f5f000;
  transition: all 500ms;
}
@media screen and (max-width: 1450px) {
  section.projects .projects-out .proj-cont:before {
    left: 30px;
  }
}
section.projects .projects-out .proj-cont:after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 100%;
  right: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background: -moz-linear-gradient(top, rgba(125, 185, 232, 0) 0%, #f5f000 100%);
  background: -webkit-linear-gradient(top, rgba(125, 185, 232, 0) 0%, #f5f000 100%);
  background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, #f5f000 100%);
  transition: all 500ms;
}
section.projects .projects-out .proj-cont .project-det {
  position: absolute;
  left: 60px;
  bottom: 20px;
  color: #fff;
  padding-right: 20px;
  z-index: 1;
  transition: all 500ms;
}
section.projects .projects-out .proj-cont .project-det h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-family: "sairamedium";
  margin-bottom: 5px;
  line-height: 24px;
}
@media screen and (max-width: 1700px) {
  section.projects .projects-out .proj-cont .project-det h3 {
    font-size: 16px;
    line-height: 1.3;
  }
}
section.projects .projects-out .proj-cont .project-det span {
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1450px) {
  section.projects .projects-out .proj-cont .project-det {
    left: 30px;
  }
}
section.projects .projects-out .proj-cont:hover:before {
  bottom: 100%;
  transition: all 500ms;
}
section.projects .projects-out .proj-cont:hover:after {
  opacity: 1;
  top: 70%;
  visibility: visible;
  transition: all 500ms;
}
section.projects .projects-out .proj-cont:hover .project-det {
  transform: translateY(-30px);
  transition: all 500ms;
}
section.projects .projects-out .owl-nav,
section.projects .projects-out .owl-dots {
  display: none;
}

.clients {
  padding: 90px 100px;
  background-color: #0f1217;
}
@media (max-width: 991px) {
  .clients {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .clients {
    padding: 70px 0;
  }
}
@media (max-width: 480px) {
  .clients {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .clients .clients-inner {
    max-width: 750px;
    margin: auto;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .clients .clients-inner {
    max-width: 570px;
  }
}
.clients .logo-wraper {
  float: left;
  width: 100%;
}
.clients .logo-wraper .owl-nav {
  position: absolute;
  width: 100px;
  top: -120px;
  right: 0;
}
@media (max-width: 1199px) {
  .clients .logo-wraper .owl-nav {
    top: -100px;
  }
}
@media (max-width: 575px) {
  .clients .logo-wraper .owl-nav {
    display: none;
  }
}
.clients .logo-wraper .owl-nav .owl-next {
  position: absolute;
  right: -5px;
  width: 40px;
  height: 40px;
  border: 1px solid #535557;
  border-radius: 50%;
  opacity: 1;
  background-color: transparent;
  background-image: url(../../assets/images/service-right.png);
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
}
.clients .logo-wraper .owl-nav .owl-prev {
  position: absolute;
  left: -5px;
  width: 40px;
  height: 40px;
  border: 1px solid #535557;
  border-radius: 50%;
  background-color: transparent;
  opacity: 1;
  background-image: url(../../assets/images/service-left.png);
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
}
.clients .logo-wraper .owl-dots {
  display: none;
}
.clients .logo-wraper .item {
  padding: 10px;
  float: left;
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.clients .logo-wraper .item img {
  filter: grayscale(1);
  transition: all 400ms;
}
.clients .logo-wraper .item:hover img {
  filter: invert(0);
}
@media (max-width: 575px) {
  .clients .logo-wraper .item {
    width: 100%;
  }
}
.clients .client-text {
  padding-top: 20px;
  padding-right: 120px;
}
@media (max-width: 1199px) {
  .clients .client-text {
    padding-top: 0;
    padding-bottom: 25px;
  }
}
.clients .client-text p {
  max-width: 95%;
}
@media (max-width: 575px) {
  .clients .client-text p {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .clients .client-text p {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .clients .client-text {
    padding-right: 0;
  }
}
.clients .clients-top {
/*  position: relative;
  float: left;
  padding-right: 130px;*/
}
.rev {
    width: 100%;
    overflow: hidden;
    margin-top: -24px;
}
.testi{width: 100%;overflow: hidden;min-height: 350px;background-image: url(../../assets/images/gol.png);background-size: 100% auto;position: relative;
       
}
.testi p{color: #fff;text-align: justify;font-size: 16px;}
.testi>h3{position: absolute;bottom: 0px;}
.rev a img{width: 100%;}
@media (max-width: 1199px) {
  .clients .clients-top {
    float: none;
  }
}
@media (max-width: 991px) {
  .clients .clients-top {
    padding-right: 0;
  }
}
/*.clients .clients-top:before {
  position: absolute;
  content: "Clients";
  left: 0;
  font-size: 130px;
  text-transform: uppercase;
  font-family: "sairasemibold";
  color: rgba(255, 255, 255, 0.04);
  top: -45px;
}*/
@media (max-width: 575px) {
  .clients .clients-top:before {
    display: none;
  }
}
.clients .clients-top h5 {
  font-size: 22px;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 1px;
  padding-left: 80px;
  color: #757575;
  display: inline-block;
}
.clients .clients-top h5:after {
  position: absolute;
  content: "";
  right: -90px;
  top: 10px;
  width: 75px;
  height: 1px;
  background: #757575;
}
@media (max-width: 575px) {
  .clients .clients-top h5:after {
    display: none;
  }
}
@media (max-width: 575px) {
  .clients .clients-top h5 {
    padding-left: 0;
  }
}
.clients .clients-top h2 {
  font-family: "sairasemibold";
  color: #fff;
  font-size: 50px;
  text-transform: uppercase;
  padding-left: 0px;
  margin: 10px 0 50px;
}
@media (max-width: 575px) {
  .clients .clients-top h2 {
    padding-left: 0;
    font-size: 35px;
    margin-bottom: 30px;
  }
}
.clients .clients-top h2 span {
  color: #f5f000;
}

section.footer {
  margin: 0px auto;
    float: left;
    /* width: 100%; */
    padding: 30px 0 0 0;
    position: relative;
    overflow: hidden;
    background: url(../../assets/images/footer.jpg) left top no-repeat;
    background-size: cover;

}
section.footer .container .inner-footer {
  display: flex;  position: relative;
  z-index: 1;
  padding: 40px;
  padding-top: 0;
}
section.footer .container .foot-left {
  float: left;
}
section.footer .container .foot-left h1 {
  font-size: 50px;
  text-transform: uppercase;
  color: #000;
  font-family: "saira_semicondensed_semibolRg";
  margin-bottom: 40px;
}
section.footer .container .foot-left p {
  font-size: 16px;
  width: 81%;
}
section.footer .container .foot-left .contact-address {
  margin-top: 30px;
}
section.footer .container .foot-left .contact-address .ad-list {
  position: relative;
  padding-left: 80px;
  margin-bottom: 45px;
}
section.footer .container .foot-left .contact-address .ad-list h5 {
  text-transform: uppercase;
  font-size: 20px;
  color: #f5f000;
  font-family: "sairalight";
  margin-bottom: 5px;
}
section.footer .container .foot-left .contact-address .ad-list p {
  font-size: 18px;
  font-family: "sairalight";
  color: #838383;
}
section.footer .container .foot-left .contact-address .ad-list p a {
  color: #838383;
}
section.footer .container .foot-left .contact-address .ad-list p a:hover {
    color: #f5f000;
}
section.footer .container .foot-left .contact-address .ad-list span {
  width: 55px;
  height: 55px;
  position: absolute;
  left: 0;
  border-radius: 50%;
  box-shadow: 0px 2px 10px 4px rgba(0, 0, 0, 0.06);
  background: #fff;
  padding: 14px;
}
section.footer .container .foot-left .contact-address .ad-list span svg {
  position: absolute;
  left: 0;
  width: 30px;
  top: 0;
  height: 30px;
  fill: #f5f000;
  margin: auto;
  right: 0;
  bottom: 0;
}
section.footer .container .foot-right {
  float: left;
  background-image: url(../../assets/images/footer-right.jpg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
}
section.footer .container .foot-right .form-out {
  float: left;
  width: 450px;
  height: 400px;
  background: rgba(255, 255, 255, 0.95);
  padding: 50px;
  position: relative;
  border: 1px solid #ededed;
}
section.footer .container .foot-right .form-out form {
  position: relative;
}
section.footer .container .foot-right .form-out form .form-fields {
  margin-bottom: 20px;
  position: relative;
  float: left;
  width: 100%;
  outline: none;
  box-shadow: none;
}
section.footer .container .foot-right .form-out form .form-fields .enter {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  bottom: 0;
  left: 0;
  right: 100%;
  height: 1px;
  position: absolute;
  background-color: #f5f000;
}
section.footer .container .foot-right .form-out form .form-fields input[type=text]:focus ~ .enter,
section.footer .container .foot-right .form-out form .form-fields textarea:focus ~ .enter {
  right: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
section.footer .container .foot-right .form-out form .form-fields textarea,
section.footer .container .foot-right .form-out form .form-fields input {
  outline: none;
  border: 0;
  border-bottom: 1px solid #cecece;
  height: 40px;
  width: 100%;
  text-align: left;
  background: transparent;
}
section.footer .container .foot-right .form-out form .form-fields textarea {
  height: 60px;
  float: left;
}
section.footer .container .foot-right .form-out form .form-fields.submit button {
  background: transparent;
  border: 1px solid #f5f000;
  padding: 8px 35px;
  border-radius: 20px;
}
section.footer .container .foot-right .form-out form .form-fields.submit button:hover {
  color: #fff;
  background-color: #f5f000;
  transition: all 500ms;
}

section.application {
  background: #f8f8f8;
  padding: 90px 0;
}
.footer_wrapper{
  width: 100%;
}

.footer .footer-content {  
  margin: 0px 0px 0px 0px;  
  width:100%
}
.footer .footer-content .col-container{
  display: flex;    
  flex-wrap: wrap;    
  justify-content: space-between;
  width:100%;
  margin:0 auto;
}
.row {
  margin: 0px -15px;
}
.footer .footer-content  .footer-logo {
  margin: 0px 0px 15px 0px;
  width: 220px;
  max-width: 100%;
}
.footer .footer-content  .footer-logo a {
  display: block;
  margin: 0px 0px 0px 0px;
  position: relative;
}
.footer .footer-content  .footer-logo a img {
  display: block;
  max-width: 100%;
}
.footer .footer-content .col-container .right{
  
  display: flex;
  justify-content: space-between;
}
.footer .footer-content .col-container .inline{
  padding: 10px 20px;
}
.footer .footer-content  h4 {
 font-family: "sairamedium";
    color: #fff;
    font-size: 22px;   
    line-height: 1;
    position: relative;
    text-transform: capitalize;
    padding: 10px;
}

.footer .footer-content .col-container .inline:hover h4 {
  color: #f5f000;
}
.footer_logosection{
  display: flex;
  flex-wrap: wrap;
  margin:20px 0 0;
  align-items: center;
}

.footer .footer-content  p {
  font-family: 'sairamedium'; 
  font-size: clamp(20px, 5vw, 27px);
  color: #fff;
  display: block;
  margin: 0px 0px 0px 0px;
  position: relative;
  line-height: 1.3;   
  max-width: 370px;
  text-transform: capitalize;
  padding: 0;
 
}  

.footer .footer-content  .links {
  padding: 10px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.footer .footer-content  .links.quicklink {
  margin: 0;
  padding: 0;
}
.footer .footer-content  .links.quicklink li:first-child{
padding-top: 0; 
}

.fa-map-marker:before {
  content: "\f041";
  color:#ee7408;
  font-size:16px ;
  padding-right: 10px;
  margin-top:-3px;
}

.fa-envelope:before{
color:#ee7408;
  font-size:16px ;
  padding-right: 10px;
}

.footer .footer-content  .links li { 
  padding: 8px 10px; 
}
.footer .footer-content  .links.quicklink li {
  display: list-item;
  padding: 8px 0px;
  list-style-type: disc;
}
.footer .footer-content  .links.quicklink li::marker{
  font-size: 20px;
}
.footer .footer-content  .links li .fa{
  margin-top:2px;
}
.footer .footer-content .links li:first-child a {
  padding-top: 0px;
}
.footer .footer-content .links li a {
  font-family: 'sairalight';
  font-size: 15px;   
  color: #fff;
  padding: 0;
  display: block;
  transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
  text-transform: none;
  line-height: 22px;
}

.footer .footer-content .links li a.mail{
  text-transform: none;
}  

.footer .copyright { 
  border-top:2px solid #f5f000;
  background: #000;
  
}
.footer .copyright .desc {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  width: 100%;    
  padding: 15px 0;
}
.footer .copyright p {
  display: block;
  font-family: 'sairalight';
  font-size: 14px;   
  color: #fff;
  text-transform: capitalize;
 padding: 0;
 margin: 0;
}
.footer .copyright p a {
  
  color: #FFF;
  text-transform: none;
}
.footer .copyright p a:hover {
  color:#f5f000;
  
}

.footer .social {
font-size: 0px;
display: block;
margin: 18px 0px 0px 0px;
position: static;
}
.footer .social li {
display: inline-block;
padding: 0px 20px 0px 0px;
text-align: center;
margin:0;
}
.footer .social li:last-child{
  padding: 0;
  margin:0;
}
.map{
  width:100%;
  display: block;
}
.map .container{
  width:100%;
  max-width: 100%;
  padding: 0;
}
@media screen and (max-width: 767px) {
  section.application {
    padding: 70px 0;
  }
}
@media screen and (max-width: 480px) {
  section.application {
    padding: 50px 0;
  }
}
section.application .container .row .application-out {
  margin-bottom: 30px;
}
section.application .container .row .application-out:last-child {
  margin-bottom: 0;
}
section.application .container .row .application-out .application-cont {
  background: #ffffff;
  padding: 25px;
  position: relative;
  z-index: 9;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  section.application .container .row .application-out .application-cont {
    height: auto;
  }
}
section.application .container .row .application-out .application-cont:after {
  position: absolute;
  content: "";
  right: 0px;
  top: 0;
  bottom: 0;
  background: #f1f1f1;
  width: 70%;
  z-index: -9;
  transition: all 400ms;
  -webkit-transition: all 400ms;
}
section.application .container .row .application-out .application-cont h3 {
  font-family: "sairamedium";
  font-size: 20px;
  margin-bottom: 30px;
  color: #000;
  letter-spacing: 0.5px;
  position: relative;
  text-transform: uppercase;
}
section.application .container .row .application-out .application-cont h3:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -10px;
  width: 30px;
  height: 2px;
  background: #f5f000;
}
section.application .container .row .application-out .application-cont p {
  font-size: 17px;
  letter-spacing: 0.5px;
  line-height: 30px;
}
section.application .container .row .application-out .application-cont:hover:after {
  width: 100%;
  transition: all 400ms;
  -webkit-transition: all 400ms;
}

section.clients-inner {
  padding: 90px 0px;
}
@media screen and (max-width: 767px) {
  section.clients-inner {
    padding: 70px 0;
  }
}
@media screen and (max-width: 480px) {
  section.clients-inner {
    padding: 50px 0;
  }
}
section.clients-inner .client-box {
  padding: 15px;
  height: 100%;
  background: #ffffff;
  border-bottom: 2px solid #f5f000;
  text-align: center;
  transition: all 0.3s ease 0s;
}
section.clients-inner .client-box img {
  max-width: 100%;
}
section.clients-inner .client-box:hover {
  border-color: #f5f000;
  box-shadow: 11px 9px 20px 14px rgba(0, 0, 0, 0.03);
}
section.clients-inner .client-box h4 {
  font-size: 14px;
  color: #f5f000;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 15px;
  min-height: 45px;
  line-height: 20px;
}

section.contact {
  padding: 90px 0;
}
@media screen and (max-width: 767px) {
  section.contact {
    padding: 70px 0;
  }
}
@media screen and (max-width: 480px) {
  section.contact {
    padding: 50px 0;
  }
}
section.contact .inner-contact {
  display: flex;
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 0px;
  width: 100%;
  flex-wrap: wrap;
}
section.contact .inner-contact .contact-left {
  float: left;
}
section.contact .inner-contact .contact-left h1 {
  font-size: 45px;
  text-transform: uppercase;
  color: #000;
  font-family: "sairasemibold";
  margin-bottom: 40px;
}
@media screen and (max-width: 575px) {
  section.contact .inner-contact .contact-left h1 {
    font-size: 35px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 420px) {
  section.contact .inner-contact .contact-left h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 380px) {
  section.contact .inner-contact .contact-left h1 {
    font-size: 25px;
  }
}
section.contact .inner-contact .contact-left p {
  font-size: 16px;
  width: 81%;
}
@media screen and (max-width: 575px) {
  section.contact .inner-contact .contact-left p {
    width: 100%;
  }
}
section.contact .inner-contact .contact-left .contact-address {
  margin-top: 30px;
}
@media (max-width: 991px) {
  section.contact .inner-contact .contact-left .contact-address {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
}
section.contact .inner-contact .contact-left .contact-address .ad-list {
  position: relative;
  padding-left: 80px;
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  section.contact .inner-contact .contact-left .contact-address .ad-list {
    float: left;
    width: 50%;
  }
}
@media (max-width: 767px) {
  section.contact .inner-contact .contact-left .contact-address .ad-list {
    float: left;
    width: 100%;
  }
}
section.contact .inner-contact .contact-left .contact-address .ad-list h5 {
  text-transform: uppercase;
  font-size: 20px;
  color: #f5f000;
  font-family: "sairamedium";
  margin-bottom: 5px;
}
section.contact .inner-contact .contact-left .contact-address .ad-list p {
  font-size: 18px;
  font-family: "sairamedium";
  color: #838383;
}
section.contact .inner-contact .contact-left .contact-address .ad-list p a {
  color: #838383;
}
section.contact .inner-contact .contact-left .contact-address .ad-list p a:hover {
  color: #000;
}
section.contact .inner-contact .contact-left .contact-address .ad-list span {
  width: 55px;
  height: 55px;
  position: absolute;
  left: 0;
  border-radius: 50%;
  box-shadow: 0px 2px 10px 4px rgba(0, 0, 0, 0.06);
  background: #fff;
  padding: 14px;
}
section.contact .inner-contact .contact-left .contact-address .ad-list span svg {
  position: absolute;
  left: 0;
  width: 30px;
  top: 0;
  height: 30px;
  fill: #f5f000;
  margin: auto;
  right: 0;
  bottom: 0;
}
section.contact .inner-contact .contact-right {
  float: left;
  width: 100%;
}
section.contact .inner-contact .contact-right .contact-right-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background-image: url(../../assets/images/footer-right.jpg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
section.contact .inner-contact .contact-right .form-out {
  float: left;
  width: 100%;
  height: auto;
  background: rgba(255, 255, 255, 0.95);
  padding: 25px;
  position: relative;
  border: 1px solid #ededed;
}
@media screen and (max-width: 767px) {
  section.contact .inner-contact .contact-right .form-out {
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  section.contact .inner-contact .contact-right .form-out {
    padding: 30px 20px;
    height: auto;
  }
}
section.contact .inner-contact .contact-right .form-out form {
  position: relative;
}
section.contact .inner-contact .contact-right .form-out form .form-fields {
  margin-bottom: 20px;
  position: relative;
  float: left;
  width: 100%;
  outline: none;
  box-shadow: none;
}
section.contact .inner-contact .contact-right .form-out form .form-fields .enter {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  bottom: 0;
  left: 0;
  right: 100%;
  height: 1px;
  position: absolute;
  background-color: #f5f000;
}
section.contact .inner-contact .contact-right .form-out form .form-fields input[type=text]:focus ~ .enter,
section.contact .inner-contact .contact-right .form-out form .form-fields textarea:focus ~ .enter {
  right: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
section.contact .inner-contact .contact-right .form-out form .form-fields textarea,
section.contact .inner-contact .contact-right .form-out form .form-fields input,
section.contact .inner-contact .contact-right .form-out form .form-fields select {
  outline: none;
  border: 0;
  border-bottom: 1px solid #cecece;
  height: 40px;
  width: 100%;
  text-align: left;
  background: transparent;
}
section.contact .inner-contact .contact-right .form-out form .form-fields textarea {
  height: 60px;
  float: left;
}
section.contact .inner-contact .contact-right .form-out form .form-fields.submit button {
  background: transparent;
  border: 1px solid #f5f000;
  padding: 8px 35px;
  border-radius: 20px;
}
section.contact .inner-contact .contact-right .form-out form .form-fields.submit button:hover {
  color: #fff;
  background-color: #f5f000;
  transition: all 500ms;
}
section.contact .google-map {
  margin-top: 60px;
  padding: 0px;
}
section.contact .branches {
  padding-top: 60px;
}
section.contact .branches h1 {
  font-size: 50px;
  text-transform: uppercase;
  color: #000;
  font-family: "sairasemibold";
  margin-bottom: 40px;
}
@media screen and (max-width: 575px) {
  section.contact .branches h1 {
    font-size: 35px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 420px) {
  section.contact .branches h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 380px) {
  section.contact .branches h1 {
    font-size: 25px;
  }
}
@media screen and (max-width: 1199px) {
  section.contact .branches .branch-box {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1199px) {
  section.contact .branches .branch-box:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  section.contact .branches .branch-box:nth-last-child(-n+2) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  section.contact .branches .branch-box:nth-last-child(-n+1) {
    margin-bottom: 0;
  }
}
section.contact .branches .location-card {
  background: #f5f5f5;
  overflow: hidden;
  position: relative;
}
section.contact .branches .location-card iframe {
  width: 100%;
  border: none;
  height: 200px;
  float: left;
}
section.contact .branches .address {
  padding: 15px 20px;
  padding-bottom: 60px;
  min-height: 240px;
  float: left;
  border-top: 3px solid #f5f000;
}
section.contact .branches .address h2 {
  font-size: 15px;
  margin: 0;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #4e4e4e;
}
section.contact .branches .address p {
  font-size: 13px;
  line-height: 23px;
  color: #333;
  text-transform: capitalize;
}
section.contact .branches .address p a {
  display: block;
  color: #181c25;
  font-weight: 600;
  transition: all 0.5s ease;
}
section.contact .branches .address p a:hover {
  color: #f5f000;
}
section.contact .branches .address p a:nth-of-type(1) {
  margin-top: 10px;
}
section.contact .branches .address .btn {
  background: #f5f000 !important;
  color: #fff;
  margin: 5px 0 5px;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2px !important;
  transition: all 0.5s ease;
  border-radius: 0;
  padding: 8px 30px;
  position: absolute;
  bottom: 15px;
}
section.contact .branches .address .btn:hover {
  background: #000 !important;
}

footer {
  background-image: url(../../assets/images/foot-bg.jpg);
  position: relative;
  background-repeat: no-repeat;
 
}
footer .footer_wrapper{
  position: relative;
  width: 100%;
  padding: 40px 0 10px;
}
footer .footer_wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.9);
}
footer .container {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-template-services .row{
  align-items: center;
}
section.ansh {
    width: 100%;
    padding: 50px 0px;
}
.serbox>h2 {   margin: 0;
    color: #181c25;font-weight: bold;
    margin-bottom: 20px;
    font-size: 25px;
}
page-template-services .serbox>h2{
  padding: 20px 0 0;
}
.space20{width: 100%;overflow: hidden;margin: auto;height: 1px;background-color: #a5a5a5;margin:20px 0px;}
.serbox>p{text-align: justify;}
.serimg {margin-top: 10px;
    border: 1px solid #f8f200;box-sizing: border-box;
    padding: 5px;    
}
.serimg>img{width: 100%}
.page-template-accesories .serimg>img{width: 100%; height: 100%;}
.gbox {
    width: 100%;
    overflow: hidden;
    height: 300px;
    margin-bottom: 25px;
}
.gbox>img {
    width: 100%;
    overflow: hidden;
    height: 100% !important;
}
/*********************************************************blog pages********************************************/
.blog_container {
    width: 100%;
    margin: 60px 0 60px;
    display: block;
}
.blog_container .homeblog_wrapper{
  display: flex;
  flex-wrap: wrap;
  width:auto;
  margin: 30px -15px 0;
}
.blog_container .homeblog_wrapper .item{
  width:33.333%;
  display: inline-block;
  padding: 20px 10px;
}
.homeblog_wrapper .item .block{
    padding: 0;
   
}
.homeblog_wrapper .item .block:hover{
    
}
.homeblog_wrapper .item .block .image{
   
    width:100%;
    display: block;
    position: relative;
}
.homeblog_wrapper .item .block .image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(245, 240, 0, 0.7);
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s cubic-bezier(0.32, 0.5, 0.5, 1);
}
.homeblog_wrapper .item:hover .block .image::before {
    opacity: 1;
    visibility: visible;
}

.homeblog_wrapper .item .block .image img{
   
    width:100%;
    display: block;
}
.homeblog_wrapper .item .block .content{
    width:100%;
    padding: 20px 0 0;
}
.homeblog_wrapper .item .block .content p{
    font-family: 'sairamedium';
    font-size: 17px;
    padding: 0;
    line-height:25px ;
    text-align: left;
    color: #282828;
    margin: 0;
}
.homeblog_wrapper .item .block .content .content_bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 10px 0 0;
}
.homeblog_wrapper .item .block .content .content_bottom .readmore{
    font-family: 'sairamedium';
    font-size: 16px;
    color: #282828;
    text-transform: capitalize;
    display: inline-block;
    border-bottom: 1px solid #282828;
    visibility: hidden;
    opacity: 0;
}
.homeblog_wrapper .item .block:hover .content .content_bottom .readmore{    
    opacity: 1;
    visibility: visible;
  
}

.homeblog_wrapper .item .block .content .content_bottom .date{
    font-family: 'sairaregular';
    font-size: 16px;
    color: #282828;
    text-transform: capitalize;
    display: inline-block;    
}
.homeblog_wrapper .item:hover .block .content .content_bottom .date, .homeblog_wrapper .item:hover .block .content p{
  color: #f5f000;
}
.blog_container {
    width: 100%;
    margin: 60px 0 60px;
    display: flex;
    clear: both;
    position: relative;
    float: inline-end;
}
nav.navigation.pagination {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 40px 0;
}

.nav-links {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center
}

.page-numbers.current {
  background: #f5f000;
  color: #282828;
  border-color: #f5f000;
}

.page-numbers {
  margin: 0 4px;
  text-decoration: none;
  padding: 0;
  font-size: 16px;
  padding: 0;
  min-width: 1em;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #282828;
  background: 0 0;
  border: 2px solid #282828;
  font-family:'sairamedium';
  justify-content: center;
}

a.next.page-numbers {
  background: 0 0;
  color: #181818
}
.blogdetail_wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 50px auto 0;
    justify-content: space-between;
}
.blogdetail_wrapper .left {
    width: 73%;
    display: inline-block
}
.blogdetail_wrapper .left p{
  color: #111;
}
.blogdetail_wrapper .left .date {
    font-size: clamp(17px, 5vw, 20px);
    color: #282828;
    font-family: 'sairaregular';
    line-height: 0.7;
    margin: 0;
    text-transform: capitalize;
    padding: 5px 0 20px;
}
.maintittle {
    font-size: clamp(20px, 5vw, 30px);
    color: #111;
    font-family: 'sairabold';
    line-height: 1;
    margin: 0;
    text-transform: none;
}
.blogdetail_wrapper .right {
    width: 22%;
    display: inline-block;
    text-align: left;
}
.news_list_wrapper {
    width: 100%;
    display: block;
    padding: 0px 0px;
}

.categories {
  margin-top: 0;
}
.categories ul {
  display: block;
  padding-top: 20px;
}
.categories ul li {
  color: #111;
  font-family: 'sairaregular';
  font-size: 16px;
    line-height: 22px;
  text-transform: capitalize;
  padding: 5px 0;
  margin: 0px 0 0;  
  width: 100%; 
  display: block;  
}
.categories ul li:hover, .categories ul li:hover a{

  color: #f5f000;
}
.categories ul li a {
  color: #111;
  cursor: pointer;
}

.popular_post {
  margin-top: 0%;
}
.news_list_wrapper .tittle {
  color: #111;
  font-family: 'sairabold';
  font-size: clamp(20px, 7vw, 26px);
  line-height: 25px;
  text-transform: uppercase;
  padding: 0 0 0px 0px;    
  display: block;
  position: relative;  
}

.news_list {
  display: flex;
  align-items: center;
  margin: 30px 0 0;
  justify-content: space-between;
  flex-wrap: wrap;   
}
.news_list:hover{
  display: flex;
}
.news_list .image {
  width: 34%;
  display: inline-block;
}
.news_list .image img{
  border-radius: 5px;
}
.news_list .content {
  width: 62%;
  display: inline-block;
}
.news_list .content .tittle {
  color: #111111;
  font-family: 'sairaregular';
  font-size: clamp(18px, 7vw, 20px); 
  line-height: 20px;
  text-align: left;
  text-transform: none;
  padding:0px 0 0px;
  border: none;
  margin: 0;
}



.tags {
  margin-top: 40px;
}
.tags ul {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  margin: 25px -5px 0;
}
.tags ul li {
  padding: 10px 5px;
  display: inline-block;
}
.tags ul li a {
  color: #111;
  font-family: 'sairaregular';
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  text-transform: capitalize;
  background: transparent;
  padding: 8px 10px;
  width: fit-content;
  border-radius: 5px;
  border: 1px solid #f5f000;
}
.tags ul li a:hover {
 
 color: #111;
 background: #f5f000;
}
.news_content {
    width: 100%;
    display: block;
    text-align: left;
    padding: 0px 0 0px;
}
.news_content a{
  color: #000;
}
.news_content .image img{
  border-radius: 10px;
}
.blogdetail_wrapper .left .image {
    width: 100%;
    border-radius: 10px;
    margin: 0px 0 20px;
}
.blogdetail_wrapper .left .image img{
  border-radius: 10px;
}
.blogdetail_wrapper .left .content_area {
    margin: 30px 0 0;
}
.blogdetail_wrapper .left .content_area h4 {
    font-size: clamp(20px, 5vw, 30px);
    padding: 20px 0 0;
}
.related_container{
  text-align: center;
  margin: 0 0 60px;
  width:100%;
  display: block;
}
.related_container .homeblog_wrapper {
    display: block;  
    margin: 30px 0 0;
}
.related_container .homeblog_wrapper .item{
  width:100%;
  padding: 10px;
}
/*********************************************************blog pages********************************************/
.page-template-decorative .serimg, .page-template-nano .serimg {  
  margin: 15px 0;
}
.jfKmYd{
    display: none !important;
}
@media (max-width: 960px) {

  .blog_container .homeblog_wrapper .item {
    width: 50%;   
}
.blogdetail_wrapper .left {
    width: 100%;
    display: block;
}
.blogdetail_wrapper .right {
    width: 100%;
    display: block;
    margin: 30px 0 0;
}
}
@media (max-width: 650px) {
.blog_container .homeblog_wrapper .item {
        width: 100%;
    }
    .homeblog_wrapper .item .block .content .content_bottom .readmore{
      opacity: 1;
      visibility: visible;
    }
}
img {
    vertical-align: middle;
    border-style: none;
    width: 100%;
    display: block;
    height: auto;
}

@media (max-width: 991px) {
  footer .container {
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
}
footer .container .copy {
  float: left;  
}
footer .container .copy p {
  margin-bottom: 0;
}
footer .container .copy p a{
color:#f5f000
}
@media (max-width: 991px) {
  footer .container .copy {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}
footer .container .ft-social {
  float: left;  
  text-align: center;
}
@media (max-width: 991px) {
  footer .container .ft-social {
    width: 50%;
  }
}
@media (max-width: 767px) {
  footer .container .ft-social {
    width: 100%;
    margin-bottom: 30px;
  }
}
footer .container .ft-social ul {
  display: inline-block;
}
@media (max-width: 991px) {
  footer .container .ft-social ul {
    float: left;
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  footer .container .ft-social ul {
    width: 100%;
    margin-left: 0;
    display: flex;
    justify-content: center;
  }
}
footer .container .ft-social ul li {
  width: 42px;
  height: 42px;
  float: left;
  margin: 0 10px;
}
footer .container .ft-social ul li a {
  background-color: #f5f000;
  width: 100%;
  float: left;
  border-radius: 50%;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .container .ft-social ul li a svg {
  width: 16px;
  float: left;
  fill: #fff;
  transition: all 500ms;
}
footer .container .ft-social ul li a:hover {
  background-color: #fff;
}
footer .container .ft-social ul li a:hover svg {
  fill: #f5f000;
  transition: all 500ms;
}
footer .container .privacy {
  float: left;
  width: 33.3333%;
  text-align: right;
  display: none;
}
@media (max-width: 991px) {
  footer .container .privacy {
    width: 50%;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  footer .container .privacy {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
}
footer .container .privacy a {
  color: #838383;
  position: relative;
  display: inline-block;
}
footer .container .privacy a:hover {
  color: #fff;
}

section.inner-bnr {
  padding: 50px;
  height: 400px;
  display: flex;
  position: relative;
  align-items: flex-end;
  background-image: url(../../assets/images/inner-bnr.jpg);
  background-position: bottom;
  background-size: cover;
}
.serimg > h2 {
    font-size: 23px;
    margin-top: 20px;
    font-weight: 900;
    margin-bottom: 10px;
}
.serimg > p {
    min-height: 100px;
}
.submit p {
    display: inline-block;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #f5f000 !important;
    border: none;
    width: fit-content !important;
    display: inline-flex;
    padding: 0 20px;
    justify-content: center;
    align-items: center;
    font-family: 'sairamedium';
}
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;    
    height: fit-content;
    display: flex;
    text-align: center;
    justify-content: center;
}
@media (max-width: 767px) {
    
.par{min-height: 0 !important;margin-bottom: 20px;}
section.footer .container .inner-footer {
    display: flex;
    position: relative;
    z-index: 1;
    padding: 40px 0px;
    padding-top: 0;
}
    .rev {
    width: 59%;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 20px;
}
    .container-fluid.service .container h2, .foot-left h2 {
    font-family: "Saira", sans-serif;
    font-size: 32px;}
    section.footer .container .foot-right {
    background-image: url(../../assets/images/footer-right.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    float: none;
    width: 64%;
    display: flex;
    align-items: center;
}
.banner .flexslider .slides li .container .meta.first-slide h1 {
    font-size: 37px;
}
.banner .flexslider .slides li .container .meta h1,
.banner .flexslider .slides li .container .meta h2 {
    font-size: 35px;
    font-weight: 400;
}
.service_box figure figcaption h3 {
    font-size: 25px;
    font-weight: 400;
}
.project-top h2 {
    font-family: "Saira", sans-serif;
    font-size: 32px;}
  section.inner-bnr {
    height: 300px;
    padding: 0 0 50px 0;
  }
}
@media (max-width: 420px) {
  section.inner-bnr {
    height: 250px;
    padding: 0 0 30px 0;
  }
}
section.inner-bnr:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.88);
}
section.inner-bnr h1 {
  color: #f5f000;
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "sairabold";
}
section.inner-bnr .breadcrumb {
  padding: 0;
  background: none;
  margin: 15px 0 0;
}
section.inner-bnr .breadcrumb li a {
  color: #838383;
}
section.inner-bnr .breadcrumb li.active {
  color: #fff;
}
section.inner-bnr .container {
  position: relative;
  z-index: 1;
}
section.services-section .about-left .ab-left-cont:before {
  content: "Service";
}

body.inner-page .about {
  background-image: none;
}
body.inner-page .about:after {
  display: none;
}
body.inner-page .about .about-left .ab-left-cont:before {
  color: #f6f6f6;
}
body.inner-page .about .about-left .ab-left-cont h5 {
  color: #a5a5a5;
}
body.inner-page .about .about-left .ab-left-cont h5:after {
  background-color: #a5a5a5;
}
body.inner-page .about .about-left .ab-left-cont h2 {
  color: #000;
}
@media screen and (max-width: 991px) {
  body.inner-page .about .about-left .ab-left-cont h6 {
    padding-left: 0;
  }
}
@media screen and (max-width: 480px) {
  body.inner-page .about .about-left .ab-left-cont h6 {
    margin-bottom: 20px;
  }
}
body.inner-page .about .about-right:before {
  background: #f4f4f4;
}
@media screen and (max-width: 991px) {
  body.inner-page .about .about-right:before {
    display: none !important;
  }
}
@media screen and (max-width: 420px) {
  body.inner-page .about .about-right {
    margin-top: 30px;
  }
}
body.inner-page .ab-right-out:before, body.inner-page .ab-right-out:after {
  display: none;
}
@media screen and (max-width: 420px) {
  body.inner-page .ab-right-out {
    height: 250px !important;
  }
}
body.inner-page .service-contants .col-md-12 {
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  body.inner-page .service-contants .col-md-12 {
    margin-bottom: 50px;
  }
}
body.inner-page .service-contants h3 {
  color: #f5f000;
  font-size: 25px;
  font-family: "sairasemibold";
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media screen and (max-width: 420px) {
  body.inner-page .service-contants h3 {
    font-size: 20px;
  }
}
body.inner-page .service-contants p {
  font-family: "sairalight";
  font-size: 17px;
  width: 90%;
}
@media screen and (max-width: 991px) {
  body.inner-page .service-contants p {
    width: 100%;
  }
}
body.inner-page .service-contants ul li {
  font-family: "sairalight";
  font-size: 17px;
  padding-left: 2rem;
  padding-bottom: 25px;
  position: relative;
}
@media screen and (max-width: 480px) {
  body.inner-page .service-contants ul li {
    padding-bottom: 15px;
  }
}
body.inner-page .service-contants ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 13px;
  height: 13px;
  background-color: #f5f000;
  border: 4px solid #ffd8a3;
  border-radius: 50%;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  body.inner-page .service-contants ul li:before {
    top: 3px;
  }
}
body.inner-page .service-contants ul li:after {
  content: "";
  position: absolute;
  top: 11px;
  background-color: #f5f000;
  width: 1px;
  left: 6px;
  bottom: -8px;
}
body.inner-page .service-contants ul li:last-child:after {
  display: none;
}
@media screen and (max-width: 991px) {
  body.inner-page .service-contants ul li:last-child {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  body.inner-page .service-contants ul li {
    font-size: 15px;
  }
}
body.inner-page .services-section h3 {
  color: #f5f000;
  font-size: 25px;
  font-family: "sairasemibold";
  margin-bottom: 15px;
  line-height: 1.2;
}
body.inner-page section.projects {
  padding-bottom: 90px;
}
body.inner-page section.projects .project-top {
  position: relative;
  margin-top: 90px;
}
body.inner-page section.projects .project-top:before {
  position: absolute;
  content: "works";
  left: 0;
  font-size: 130px;
  text-transform: uppercase;
  font-family: "sairasemibold";
  color: #f2f2f2;
  top: -45px;
  z-index: -9;
}
@media screen and (max-width: 575px) {
  body.inner-page section.projects .project-top:before {
    display: none;
  }
}
body.inner-page section.projects .project-top h5 {
  font-size: 22px;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 1px;
  padding-left: 80px;
  color: #a5a5a5;
  display: inline-block;
}
body.inner-page section.projects .project-top h5:after {
  position: absolute;
  content: "";
  right: -90px;
  top: 10px;
  width: 75px;
  height: 1px;
  background: #a5a5a5;
}
@media screen and (max-width: 575px) {
  body.inner-page section.projects .project-top h5:after {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  body.inner-page section.projects .project-top h5 {
    padding-left: 0;
  }
}
@media screen and (max-width: 420px) {
  body.inner-page section.projects .project-top h5 {
    font-size: 16px;
  }
}
body.inner-page section.projects .project-top h2 {
  font-family: "sairasemibold";
  color: #000;
  font-size: 50px;
  text-transform: uppercase;
  padding-left: 80px;
  margin: 10px 0 100px;
}
body.inner-page section.projects .project-top h2 span {
  color: #f5f000;
}
.proj-cont>img {
    min-height: 383px;
}
@media screen and (max-width: 1199px) {
  body.inner-page section.projects .project-top h2 {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  body.inner-page section.projects .project-top h2 {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 575px) {
  body.inner-page section.projects .project-top h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 480px) {
  body.inner-page section.projects .project-top h2 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 420px) {
  body.inner-page section.projects .project-top h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  body.inner-page section.projects .project-top {
    margin-top: 70px;
  }
}
@media screen and (max-width: 480px) {
  body.inner-page section.projects .project-top {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  body.inner-page section.projects {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 480px) {
  body.inner-page section.projects {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  body.inner-page .services {
    margin-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  body.inner-page .services {
    margin-top: 70px;
    padding: 70px 0;
  }
}
@media screen and (max-width: 480px) {
  body.inner-page .services {
    margin-top: 50px;
    padding: 50px 0;
  }
}
@media screen and (max-width: 991px) {
  body.inner-page .services .service-contants .mission-out {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  body.inner-page .services .service-contants .mission-out .mission {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  body.inner-page .services .service-contants .mission-out .mission p {
    width: 100%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  body.inner-page .services .service-contants .mission-out .mission p {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  body.inner-page .services .service-contants .mission-out .prod-cont:last-child {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  body.inner-page .services .service-contants .mission-out .prod-cont {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  body.inner-page .services .service-contants .mission-out .prod-cont p {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  body.inner-page .services .service-contants .mission-out .prod-cont p {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  body.inner-page .services .service-contants .prod-bot {
    margin-bottom: 0;
  }
}
body.inner-page .service-bottom-cont .container .row .service-contants-btm .serv-sec {
  padding: 0;
}
@media screen and (max-width: 991px) {
  body.inner-page .service-bottom-cont .container .row .service-contants-btm .serv-sec:last-child p {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  body.inner-page .service-bottom-cont .container .row .service-contants-btm .serv-sec:last-child {
    margin-bottom: 0;
  }
}
body.inner-page .service-bottom-cont .container .row .service-contants-btm .serv-sec h3 {
  line-height: 1.2;
}
@media screen and (max-width: 420px) {
  body.inner-page .service-bottom-cont .container .row .service-contants-btm .serv-sec h3 {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  body.inner-page .service-bottom-cont {
    margin: 70px 0;
  }
}
@media screen and (max-width: 480px) {
  body.inner-page .service-bottom-cont {
    margin: 50px 0;
  }
}
body.inner-page .services-bg .service-contants .prod-last {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  body.inner-page .services-bg {
    padding: 70px 0;
  }
}
@media screen and (max-width: 480px) {
  body.inner-page .services-bg {
    padding: 50px 0;
  }
}

@media all and (-ms-high-contrast: none) {
  body.inner-page .about .about-right:before {
    bottom: inherit;
    top: 270px;
  }

  *::-ms-backdrop,
body.inner-page .about .about-right:before {
    bottom: inherit;
    top: 270px;
  }
}

/*# sourceMappingURL=style.css.map */
