@charset "UTF-8";
/* Variable Colors Start */
/* Variable Colors End */
/* Fonts Start */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
/* Fonts End */
.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal; }

/* Font Sizes Start */
/* Font Sizes End */
/* Lineheight Start */
/* Lineheight End */
/* Media Breakpoints Start */
/* Media Breakpoints End */
/* Screen Width */
/* common variable */
/* Mixin to manage responsive breakpoints start */
/* Breakpoint sizes */
/* Mixin to manage responsive breakpoints end */
/* Common Mixin */
header.site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  width: 100%; }
  header.site-header .inside-header {
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    max-width: 2000px; }
  header.site-header .site-logo {
    width: 180px; }
    @media screen and (max-width: 991px) {
      header.site-header .site-logo .site-logo {
        width: 150px; } }
  header.site-header .header-widget {
    margin: 0 !important;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s; }
    header.site-header .header-widget .header_btn {
      margin-top: 0 !important;
      font-weight: bold;
      border: 1px solid #000000;
      padding: 1rem; }
      header.site-header .header-widget .header_btn:hover {
        background: #000;
        color: #ffffff; }
      header.site-header .header-widget .header_btn i {
        color: #ada421;
        font-size: 20px; }
      header.site-header .header-widget .header_btn span {
        margin-left: 5px; }
      @media screen and (max-width: 1199px) {
        header.site-header .header-widget .header_btn {
          padding: 9px 12px;
          min-width: auto;
          font-size: 20px; }
          header.site-header .header-widget .header_btn span {
            display: none; } }
    @media screen and (max-width: 991px) {
      header.site-header .header-widget {
        position: absolute;
        width: auto;
        z-index: 9;
        right: 90px;
        margin-top: 0;
        top: 35px; } }
    @media screen and (max-width: 599px) {
      header.site-header .header-widget {
        top: 40px; } }
    @media (min-width: 769px) and (max-width: 991px) {
      header.site-header .header-widget {
        right: 100px; } }

.main-navigation.toggled a {
  padding: 0 0 0 20px; }

.main-navigation.toggled .menu-toggle:hover, .main-navigation.toggled .menu-toggle:focus {
  background-color: #000 !important; }

/* Mobile Menu start */
@media screen and (max-width: 991px) {
  .sub-menu-right .menu-toggle {
    display: none; }
  .mobile-menu-control-wrapper {
    display: block; }
  .menu-toggle {
    display: block; } }

@media screen and (max-width: 991px) {
  .menu-toggle {
    line-height: 45px;
    padding: 0 16px;
    font-size: 18px;
    background-color: #ada421 !important;
    color: #ffffff !important; }
  nav#site-navigation {
    position: fixed;
    background: #ffffff !important;
    height: 100%;
    top: 0;
    left: 0;
    margin-top: 0 !important;
    max-width: calc(100% - 90px);
    width: 100%;
    margin-left: -100% !important;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s; }
  nav#site-navigation.toggled {
    margin-left: 0 !important;
    overflow: auto; }
  header #menu-primary-menu .sub-menu {
    min-width: auto; } }

.mobile-menu-open body {
  overflow: hidden; }

.mobile-menu-open::before {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  bottom: 0;
  width: 100%;
  top: 0;
  z-index: 9; }

/* Mobile Menu end */
.main-navigation#site-navigation {
  margin: 0 auto;
  background-color: transparent; }
  @media screen and (max-width: 991px) {
    .main-navigation#site-navigation {
      margin: 0 0 0 auto; } }
  .main-navigation#site-navigation .main-nav > ul.menu > li {
    margin-bottom: 0;
    padding: 0 8px; }
    @media screen and (min-width: 1366px) {
      .main-navigation#site-navigation .main-nav > ul.menu > li {
        padding: 0 15px; } }
    .main-navigation#site-navigation .main-nav > ul.menu > li > a {
      padding: 12px;
      font-size: 18px;
      line-height: 30px;
      color: #000; }
      @media screen and (max-width: 991px) {
        .main-navigation#site-navigation .main-nav > ul.menu > li > a {
          font-size: 16px;
          padding: 0;
          padding-top: 15px; } }
      @media (min-width: 769px) and (max-width: 1199px) {
        .main-navigation#site-navigation .main-nav > ul.menu > li > a {
          padding-left: 5px;
          padding-right: 5px; } }
      @media (min-width: 1500px) and (max-width: 1649px) {
        .main-navigation#site-navigation .main-nav > ul.menu > li > a {
          font-size: 16px; } }
      .main-navigation#site-navigation .main-nav > ul.menu > li > a:after {
        content: '';
        display: block;
        width: 0;
        height: 3px;
        background: #ada421; }
      .main-navigation#site-navigation .main-nav > ul.menu > li > a:hover {
        color: #ada421; }
        .main-navigation#site-navigation .main-nav > ul.menu > li > a:hover:after {
          width: 100%; }
      .main-navigation#site-navigation .main-nav > ul.menu > li > a .dropdown-menu-toggle {
        padding-right: 0;
        padding-left: 3px; }
    .main-navigation#site-navigation .main-nav > ul.menu > li > ul.sub-menu {
      background-color: #ffffff;
      min-width: max-content;
      border: 1px solid #d3d3d3;
      box-shadow: none; }
      @media screen and (max-width: 991px) {
        .main-navigation#site-navigation .main-nav > ul.menu > li > ul.sub-menu {
          flex-direction: column;
          margin-top: 10px; } }
      .main-navigation#site-navigation .main-nav > ul.menu > li > ul.sub-menu li {
        border-top: 1px solid #D7D7D7;
        font-size: 14px;
        font-weight: 400;
        list-style: none;
        position: relative;
        line-height: 35px; }
        .main-navigation#site-navigation .main-nav > ul.menu > li > ul.sub-menu li:first-child {
          border-top: 0px; }
        @media screen and (max-width: 768px) {
          .main-navigation#site-navigation .main-nav > ul.menu > li > ul.sub-menu li {
            text-align: left; } }
        .main-navigation#site-navigation .main-nav > ul.menu > li > ul.sub-menu li a {
          color: #000;
          position: relative;
          padding: 13px 15px;
          font-size: 16px;
          font-weight: 400;
          line-height: 20px; }
          @media screen and (max-width: 768px) {
            .main-navigation#site-navigation .main-nav > ul.menu > li > ul.sub-menu li a {
              font-size: 13px;
              padding: 10px 11px; } }
      .main-navigation#site-navigation .main-nav > ul.menu > li > ul.sub-menu li.current-menu-item a,
      .main-navigation#site-navigation .main-nav > ul.menu > li > ul.sub-menu li a:hover {
        background-color: #ada421;
        color: #ffffff; }
  .main-navigation#site-navigation .main-nav > ul.menu li.current-menu-parent a:after,
  .main-navigation#site-navigation .main-nav > ul.menu li.current-menu-item a:after {
    width: 100%; }

/* footer start */
.site-footer {
  /* footer copyright start */
  /* footer copyright end */ }
  .site-footer a.footer-logo {
    max-width: 200px;
    display: inline-block; }
  .site-footer .footer-widgets {
    background-image: url("/wp-content/uploads/2024/04/footer-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 3rem 0;
    /* contact and follow us start */
    /* contact and follow us end */ }
    @media screen and (max-width: 768px) {
      .site-footer .footer-widgets {
        padding: 0; } }
    @media screen and (max-width: 1199px) {
      .site-footer .footer-widgets .inside-footer-widgets {
        flex-wrap: wrap; } }
    @media screen and (min-width: 1200px) {
      .site-footer .footer-widgets .inside-footer-widgets > div:not(:last-child) {
        border-right: 1px solid #3f3f3f; } }
    .site-footer .footer-widgets .inside-footer-widgets > div {
      color: #ffffff; }
      .site-footer .footer-widgets .inside-footer-widgets > div:nth-child(1) {
        border: none; }
      @media (min-width: 768px) and (max-width: 1199px) {
        .site-footer .footer-widgets .inside-footer-widgets > div {
          max-width: unset !important;
          flex: unset !important;
          width: 50%; }
          .site-footer .footer-widgets .inside-footer-widgets > div:nth-child(odd) {
            border-left: none; }
          .site-footer .footer-widgets .inside-footer-widgets > div:nth-child(n+2) {
            padding-bottom: 20px; }
          .site-footer .footer-widgets .inside-footer-widgets > div:nth-last-child(-n+2) {
            padding-top: 20px; } }
      @media screen and (max-width: 768px) {
        .site-footer .footer-widgets .inside-footer-widgets > div {
          width: 100%;
          padding-top: 20px;
          border-left: none; }
          .site-footer .footer-widgets .inside-footer-widgets > div:not(:last-child) {
            margin-bottom: 20px; } }
      .site-footer .footer-widgets .inside-footer-widgets > div .inner-padding {
        padding: 0 30px; }
        @media screen and (max-width: 767px) {
          .site-footer .footer-widgets .inside-footer-widgets > div .inner-padding {
            padding: 0; } }
      .site-footer .footer-widgets .inside-footer-widgets > div h2 {
        text-transform: capitalize;
        font-weight: 700;
        font-size: 18px;
        color: #ffffff;
        margin-bottom: 15px; }
      .site-footer .footer-widgets .inside-footer-widgets > div a {
        color: #ffffff;
        -webkit-transition: all ease-in-out 0.3s;
        -moz-transition: all ease-in-out 0.3s;
        -o-transition: all ease-in-out 0.3s;
        transition: all ease-in-out 0.3s; }
      .site-footer .footer-widgets .inside-footer-widgets > div a:hover {
        text-decoration: underline; }
      .site-footer .footer-widgets .inside-footer-widgets > div .widget_nav_menu ul li {
        line-height: 30px; }
    .site-footer .footer-widgets .footer-contact li i {
      margin-right: 8px; }
    .site-footer .footer-widgets .footer-follow {
      display: grid;
      gap: 15px;
      grid-template-columns: repeat(3, 0fr); }
      .site-footer .footer-widgets .footer-follow li {
        margin: 0; }
  .site-footer footer.site-info {
    background-color: #000; }
    .site-footer footer.site-info .inside-site-info {
      justify-content: normal;
      padding: 15px 40px; }
      .site-footer footer.site-info .inside-site-info .copyright-bar {
        margin: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex: 0 0 100%;
        color: #ffffff;
        font-size: 16px; }
        .site-footer footer.site-info .inside-site-info .copyright-bar a {
          color: #ffffff; }
        .site-footer footer.site-info .inside-site-info .copyright-bar a:hover {
          color: #ada421; }

.footer-widgets .inside-footer-widgets > div #menu-footer-menu li,
.footer-widgets .inside-footer-widgets > div #menu-footer-services li {
  line-height: 20px; }
  .footer-widgets .inside-footer-widgets > div #menu-footer-menu li a,
  .footer-widgets .inside-footer-widgets > div #menu-footer-services li a {
    font-size: 14px; }

.footer-widget-1 #block-4 {
  padding-right: 0; }

.footer-widget-1 p {
  font-size: 22px;
  color: white;
  margin-bottom: 5px; }

.footer-widget-1 span {
  color: white;
  font-size: 18px; }

@media screen and (min-width: 769px) {
  .footer-widget-2 {
    width: 180px;
    max-width: 180px; } }

@media screen and (min-width: 769px) {
  .footer-widget-4 {
    width: 360px;
    max-width: 360px; } }

.footer-widget-4 .footer-address:before {
  content: '\f276'; }

.footer-widget-4 .footer-phone::before {
  content: '\f879'; }

.footer-widget-4 .footer-phone-local::before {
  content: '\f67d'; }

.footer-widget-4 .footer-email::before {
  content: '\f0e0'; }

.footer-contact > div {
  margin-bottom: 10px;
  position: relative;
  margin-left: 30px; }
  .footer-contact > div::before {
    color: #ffffff;
    position: absolute;
    top: 0;
    left: -30px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    font-size: 18px;
    margin-right: 10px; }

.footer_follow {
  margin-top: 20px;
  display: flex;
  gap: 15px;
  align-items: center; }
  .footer_follow h2 {
    margin: 0 !important; }
  .footer_follow a {
    font-size: 30px; }
    .footer_follow a:hover i {
      color: #ada421; }

@media screen and (min-width: 1366px) {
  .footer-widget-4 {
    width: 360px; } }

/* footer end */
/* Product slider start */
.product-slider-blk {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 30px 0 30px;
  height: 400px; }
  .product-slider-blk::before {
    content: "";
    background: black;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35%, black 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0; }
  .product-slider-blk img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s; }
  .product-slider-blk:hover img {
    -webkit-transform: rotate(5deg) scale(1.2);
    -moz-transform: rotate(5deg) scale(1.2);
    -ms-transform: rotate(5deg) scale(1.2);
    -o-transform: rotate(5deg) scale(1.2);
    transform: rotate(5deg) scale(1.2); }
  .product-slider-blk a {
    position: absolute;
    z-index: 11;
    bottom: 30px;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 25px;
    font-weight: 500;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0 20px 20px 20px; }
    .product-slider-blk a h3 {
      margin-bottom: 30px !important; }
    .product-slider-blk a:hover {
      color: #ada421; }

/* Product slider end */
/* product page start */
.product-page {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, 1fr); }
  @media screen and (max-width: 1199px) {
    .product-page {
      grid-template-columns: repeat(3, 1fr); } }
  @media screen and (max-width: 768px) {
    .product-page {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 599px) {
    .product-page {
      grid-template-columns: repeat(1, 1fr); } }

/* product page end*/
/* pagination start */
.nav-links {
  font-weight: 400;
  font-size: 14px;
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px; }
  .nav-links a,
  .nav-links .current {
    background-color: #000;
    color: #ffffff;
    line-height: 30px;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .nav-links a i {
    margin-bottom: -2px; }
  .nav-links a:focus, .nav-links a:active {
    color: #ffffff; }
  .nav-links a:hover,
  .nav-links .current {
    background-color: #ada421;
    color: #ffffff; }

/* pagination end */
/* Home Slider start */
.home-slider .slick-slide img {
  width: 100%;
  height: 90vh;
  object-fit: cover; }

/* Home Slider end*/
/* slick dots start */
/* dots default design start */
.slick-dots {
  bottom: -35px; }
  .slick-dots li {
    margin: 0 5px; }
    .slick-dots li button:before {
      width: 20px;
      height: 20px;
      font-size: 0;
      border: 5px solid transparent;
      background: #ADB5BD;
      color: transparent;
      border-radius: 50px; }

.slick-dots li.slick-active button:before {
  border-color: #E4E7EB;
  background: #ADB5BD; }

/* dots default design end */
/* dots design start */
.dots-design1 ul.slick-dots {
  position: absolute !important;
  bottom: -50px !important; }
  .dots-design1 ul.slick-dots li {
    width: auto !important;
    height: auto !important;
    margin: 0 !important; }
    .dots-design1 ul.slick-dots li button {
      background: #b3b3b3;
      width: 60px;
      border-radius: 0px;
      color: #ffffff;
      height: 1px;
      padding: 1px; }
      .dots-design1 ul.slick-dots li button::before {
        display: none; }
  .dots-design1 ul.slick-dots li.slick-active button {
    background: #ada421 !important;
    opacity: 1 !important;
    height: 2px;
    padding: 2px; }

/* dots design end */
/* slick dots end */
/* slick arrow */
.slick-prev,
.slick-next {
  background-color: #000;
  border: 1px solid #000;
  border-radius: 50px;
  z-index: 9;
  filter: drop-shadow(0 0 4.5px rgba(0, 0, 0, 0.15)); }
  .slick-prev::before,
  .slick-next::before {
    color: #ffffff;
    opacity: 1;
    font-family: "Font Awesome 5 Pro" !important;
    z-index: 9999; }
  .slick-prev:hover, .slick-prev:hover, .slick-prev:focus, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:hover,
  .slick-next:focus,
  .slick-next:focus {
    background-color: #ada421;
    border-color: #ada421; }
    .slick-prev:hover::before, .slick-prev:hover::before, .slick-prev:focus::before, .slick-prev:focus::before,
    .slick-next:hover::before,
    .slick-next:hover::before,
    .slick-next:focus::before,
    .slick-next:focus::before {
      color: #ffffff; }

.slick-prev::before {
  content: "\f104"; }

.slick-next::before {
  content: "\f105"; }

/* slick arrow end*/
/* arrow design1 start */
.arrow-design1 .slick-slide {
  margin-right: 15px;
  margin-left: 15px; }

.arrow-design1 .slick-prev,
.arrow-design1 .slick-next {
  height: 40px;
  width: 40px; }
  .arrow-design1 .slick-prev::before,
  .arrow-design1 .slick-next::before {
    font-size: 23px; }

.arrow-design1 .slick-prev {
  left: -60px; }

.arrow-design1 .slick-next {
  right: -60px; }

/* arrow design1 end */
/* arrow design2 and design3 star */
.arrow-design2,
.arrow-design3 {
  padding-bottom: 3rem; }
  .arrow-design2 .slick-prev,
  .arrow-design2 .slick-next,
  .arrow-design3 .slick-prev,
  .arrow-design3 .slick-next {
    height: 35px;
    width: 35px;
    top: unset;
    bottom: -60px;
    margin: 0 auto; }
  .arrow-design2 .slick-prev,
  .arrow-design3 .slick-prev {
    left: 0;
    right: 45px; }
  .arrow-design2 .slick-next,
  .arrow-design3 .slick-next {
    left: 45px;
    right: 0; }

/* arrow design design 2 */
.arrow-design3 .slick-prev,
.arrow-design3 .slick-next {
  background-color: #ffffff;
  border: 1px solid #ada421; }
  .arrow-design3 .slick-prev::before,
  .arrow-design3 .slick-next::before {
    color: #000; }
  .arrow-design3 .slick-prev:hover, .arrow-design3 .slick-prev:hover, .arrow-design3 .slick-prev:focus, .arrow-design3 .slick-prev:focus,
  .arrow-design3 .slick-next:hover,
  .arrow-design3 .slick-next:hover,
  .arrow-design3 .slick-next:focus,
  .arrow-design3 .slick-next:focus {
    background-color: #ada421;
    border-color: #ada421; }
    .arrow-design3 .slick-prev:hover::before, .arrow-design3 .slick-prev:hover::before, .arrow-design3 .slick-prev:focus::before, .arrow-design3 .slick-prev:focus::before,
    .arrow-design3 .slick-next:hover::before,
    .arrow-design3 .slick-next:hover::before,
    .arrow-design3 .slick-next:focus::before,
    .arrow-design3 .slick-next:focus::before {
      color: #ffffff; }

.arrow-design3 .slick-prev {
  left: 0;
  right: unset; }

.arrow-design3 .slick-next {
  left: 45px;
  right: unset; }

/* arrow design2 and design3 end */
/* Logo slider start */
.career_slider,
.logo-slider {
  margin: 0 20px; }
  @media screen and (max-width: 1499px) {
    .career_slider,
    .logo-slider {
      margin: 0 60px; } }
  .career_slider .slick-list,
  .logo-slider .slick-list {
    margin: 0 -10px; }
    .career_slider .slick-list .slick-slide,
    .logo-slider .slick-list .slick-slide {
      margin: 0 10px;
      display: flex;
      justify-content: center;
      align-items: center; }
  .career_slider .slick-slide > div,
  .logo-slider .slick-slide > div {
    width: 100%; }
  .career_slider .slick-prev,
  .career_slider .slick-next,
  .logo-slider .slick-prev,
  .logo-slider .slick-next {
    border-color: #d9d9d9;
    background-color: transparent; }
  .career_slider .slick-prev::before,
  .career_slider .slick-next::before,
  .logo-slider .slick-prev::before,
  .logo-slider .slick-next::before {
    color: #d9d9d9;
    position: relative;
    top: 1px; }

.logo-blk {
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  height: 130px;
  width: 250px; }
  .logo-blk img {
    object-fit: scale-down;
    height: 100%; }

/* Logo slider end */
.logo-list {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 25px; }
  @media screen and (max-width: 1365px) {
    .logo-list {
      grid-template-columns: repeat(6, 1fr); } }
  @media screen and (max-width: 1199px) {
    .logo-list {
      grid-template-columns: repeat(5, 1fr); } }
  @media screen and (max-width: 991px) {
    .logo-list {
      grid-template-columns: repeat(4, 1fr); } }
  @media screen and (max-width: 768px) {
    .logo-list {
      gap: 20px;
      grid-template-columns: repeat(3, 1fr); } }
  @media screen and (max-width: 479px) {
    .logo-list {
      gap: 15px;
      grid-template-columns: repeat(2, 1fr); } }
  .logo-list .logo-blk {
    width: unset; }

/* Testimonail Slider start */
.testimonial-slider {
  text-align: center; }
  .testimonial-slider img {
    display: inline-block; }
  .testimonial-slider .slick-dots {
    bottom: -35px; }

/* Testimonail Slider end */
/* Product detail slider */
/* Product detail slider end*/
/* Gravity Form start */
.gform_wrapper #gform_1 div.gfield input[type="text"],
.gform_wrapper #gform_1 div.gfield input[type="tel"],
.gform_wrapper #gform_1 div.gfield input[type="email"],
.gform_wrapper #gform_1 div.gfield select,
.gform_wrapper #gform_1 div.gfield textarea {
  background-color: #f6f6f6;
  border: 1px solid #000000;
  border-radius: 0;
  padding: 15px 20px 16px !important;
  height: 50px; }
  .gform_wrapper #gform_1 div.gfield input[type="text"]:focus-visible, .gform_wrapper #gform_1 div.gfield input[type="text"]:focus,
  .gform_wrapper #gform_1 div.gfield input[type="tel"]:focus-visible,
  .gform_wrapper #gform_1 div.gfield input[type="tel"]:focus,
  .gform_wrapper #gform_1 div.gfield input[type="email"]:focus-visible,
  .gform_wrapper #gform_1 div.gfield input[type="email"]:focus,
  .gform_wrapper #gform_1 div.gfield select:focus-visible,
  .gform_wrapper #gform_1 div.gfield select:focus,
  .gform_wrapper #gform_1 div.gfield textarea:focus-visible,
  .gform_wrapper #gform_1 div.gfield textarea:focus {
    border-color: #ada421; }

.gform_wrapper #gform_2 div.gfield input[type="text"],
.gform_wrapper #gform_2 div.gfield input[type="tel"],
.gform_wrapper #gform_2 div.gfield input[type="email"],
.gform_wrapper #gform_2 div.gfield select,
.gform_wrapper #gform_2 div.gfield textarea {
  background-color: #ffffff;
  border: 1px solid #acacac;
  border-radius: 0;
  padding: 15px 20px 16px !important;
  height: 50px; }
  .gform_wrapper #gform_2 div.gfield input[type="text"]:focus-visible, .gform_wrapper #gform_2 div.gfield input[type="text"]:focus,
  .gform_wrapper #gform_2 div.gfield input[type="tel"]:focus-visible,
  .gform_wrapper #gform_2 div.gfield input[type="tel"]:focus,
  .gform_wrapper #gform_2 div.gfield input[type="email"]:focus-visible,
  .gform_wrapper #gform_2 div.gfield input[type="email"]:focus,
  .gform_wrapper #gform_2 div.gfield select:focus-visible,
  .gform_wrapper #gform_2 div.gfield select:focus,
  .gform_wrapper #gform_2 div.gfield textarea:focus-visible,
  .gform_wrapper #gform_2 div.gfield textarea:focus {
    border-color: #ada421; }

.gform_wrapper input,
.gform_wrapper textarea {
  border-radius: 5px;
  border: 0;
  color: #000000 !important;
  font-size: 16px !important; }

.gform_wrapper textarea {
  height: 150px !important;
  resize: none; }

.gform_wrapper input[type="submit"] {
  font-weight: 700 !important;
  font-size: 18px !important;
  text-transform: uppercase;
  min-width: 120px !important;
  border-radius: 0 !important;
  background-color: #ada421 !important;
  color: #ffffff !important;
  font-family: "Lato", sans-serif;
  padding: 10px 30px;
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  letter-spacing: 2px;
  height: 50px !important;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s; }
  .gform_wrapper input[type="submit"]:hover, .gform_wrapper input[type="submit"]:focus {
    background-color: #000 !important;
    color: #ffffff !important; }
  @media screen and (max-width: 1199px) {
    .gform_wrapper input[type="submit"] {
      font-size: 14px;
      white-space: nowrap;
      padding: 12px 20px; } }
  @media (min-width: 769px) and (max-width: 991px) {
    .gform_wrapper input[type="submit"] {
      white-space: normal; } }
  @media screen and (max-width: 599px) {
    .gform_wrapper input[type="submit"] {
      white-space: normal; } }

@media screen and (max-width: 768px) {
  .gform_wrapper .gform_fields .ginput_recaptcha > div {
    margin: 0 auto; } }

.gform_wrapper .gform_footer {
  margin-bottom: 0;
  margin-top: 0 !important; }
  .gform_wrapper .gform_footer img.gform_ajax_spinner {
    display: none !important; }
  .gform_wrapper .gform_footer input {
    margin-bottom: 0; }

@media screen and (max-width: 599px) {
  .gform_wrapper .ginput_recaptcha {
    transform: scale(0.9);
    position: relative;
    right: 14px; } }

.gform_confirmation_wrapper {
  padding-bottom: 4rem;
  padding-top: 4rem; }
  @media screen and (max-width: 768px) {
    .gform_confirmation_wrapper {
      padding-bottom: 3rem;
      padding-top: 3rem; } }
  .gform_confirmation_wrapper .gform_confirmation_message {
    font-size: 20px;
    font-family: "Lato", sans-serif;
    color: #ffffff;
    font-weight: 700; }
  .gform_confirmation_wrapper .gform_confirmation_message_1 {
    text-align: center;
    color: #ada421 !important;
    font-weight: 700; }

.gform_wrapper div.gfield--type-captcha .validation_message {
  display: block !important; }

/* Gravity Form end */
::selection {
  background-color: #ada421;
  color: #ffffff; }

html {
  scroll-behavior: smooth; }

.grid-container {
  max-width: 1440px; }

body {
  background-color: #ffffff !important;
  color: #000;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 35px; }
  @media screen and (max-width: 599px) {
    body {
      font-size: 16px;
      line-height: 25px; } }

/* composer css start */
.vc_col-has-fill > .vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0px; }

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0px; }

body .content-area .inside-article {
  padding-top: 0;
  padding-bottom: 0; }

body .content-area .site-main {
  margin-top: 0;
  margin-bottom: 0; }

/* composer css end */
/* H1 to H6 and p tag start */
h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700; }

h1 {
  font-size: 50px;
  line-height: 60px;
  color: #000000;
  margin-bottom: 20px;
  margin-top: 0px; }
  @media screen and (max-width: 1199px) {
    h1 {
      font-size: 40px;
      line-height: 50px; } }
  @media screen and (max-width: 599px) {
    h1 {
      font-size: 30px;
      line-height: 40px;
      margin-bottom: 10px; } }

h2 {
  font-size: 50px;
  line-height: 60px;
  color: #000000;
  margin-bottom: 30px !important; }
  @media screen and (max-width: 991px) {
    h2 {
      font-size: 35px;
      line-height: 35px; } }
  @media screen and (max-width: 599px) {
    h2 {
      font-size: 25px;
      line-height: 25px;
      margin-bottom: 20px !important; } }
  h2 em {
    font-weight: 300 !important;
    font-style: normal; }
  @media screen and (max-width: 599px) {
    h2 br {
      display: none; } }

h3 {
  font-size: 30px;
  line-height: 40px;
  color: #000000;
  margin-bottom: 20px; }
  @media screen and (max-width: 599px) {
    h3 {
      font-size: 25px;
      line-height: 30px; } }
  @media (min-width: 600px) and (max-width: 1199px) {
    h3 {
      font-size: 25px;
      line-height: 35px; } }
  @media (min-width: 1200px) and (max-width: 1459px) {
    h3 {
      font-size: 25px;
      line-height: 35px; } }

h4 {
  font-size: 25px;
  line-height: 30px;
  color: #000000; }
  @media screen and (max-width: 768px) {
    h4 {
      font-size: 22px;
      line-height: 25px; } }

h5 {
  font-size: 22px;
  line-height: 30px;
  color: #000000; }
  @media screen and (max-width: 1199px) {
    h5 {
      font-size: 18px;
      line-height: 25px; } }
  @media (min-width: 1200px) and (max-width: 1459px) {
    h5 {
      font-size: 20px;
      line-height: 25px; } }

h6 {
  font-size: 20px;
  line-height: 25px; }
  @media screen and (max-width: 1199px) {
    h6 {
      font-size: 16px;
      line-height: 25px; } }
  @media (min-width: 1200px) and (max-width: 1459px) {
    h6 {
      font-size: 18px;
      line-height: 25px; } }

h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 0px; }

/* H1 to H6 and p tag end */
/* column reverse responsive screen start */
@media screen and (max-width: 991px) {
  .swap-on-mobile {
    display: flex !important;
    flex-direction: column-reverse; } }

@media screen and (max-width: 991px) {
  .image-text-mb {
    margin-bottom: 2rem; } }

/* column reverse screen end*/
/* dark background text and button text color white start */
.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg h5,
.dark-bg h6,
.dark-bg p,
.dark-bg label,
.dark-bg legend {
  color: #ffffff; }

.dark-bg .new-btn:hover {
  background-color: #ffffff !important;
  color: #000000 !important; }

/* dark background text and button text color white end */
/* grey background start */
.grey-bg {
  background-color: #F3F3F3; }

/* grey background end */
/* anchor, Input, Textarea start */
a {
  text-decoration: none;
  color: #000; }
  a:hover, a:focus, a:active {
    color: #ada421; }

input::-webkit-input-placeholder {
  color: #000000; }

textarea::-webkit-input-placeholder {
  color: #000000; }

input:focus, input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  outline: none; }

/* anchor, Input, Textarea end */
/* ul, ol style start */
ul {
  margin-left: 0;
  list-style: none; }

ol {
  margin-left: 10px; }

.ul-design1 li {
  list-style: none;
  position: relative;
  line-height: 35px;
  padding-left: 25px;
  margin: 5px 0; }
  @media screen and (max-width: 768px) {
    .ul-design1 li {
      padding-left: 15px;
      padding-right: 10px;
      line-height: 30px;
      text-align: left; } }
  .ul-design1 li:before {
    content: '\f111';
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    position: absolute;
    font-size: 8px;
    color: #ada421; }
    @media screen and (min-width: 769px) {
      .ul-design1 li:before {
        left: 0;
        right: 0; } }
    @media screen and (max-width: 768px) {
      .ul-design1 li:before {
        margin-left: -20px;
        margin-top: -5px !important; } }

.ul-design2 li {
  position: relative;
  line-height: 35px;
  margin: 5px 0 5px 35px; }
  .ul-design2 li:before {
    content: '';
    background-image: url("../img/tick-icon.png");
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-flex;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    width: 16px;
    height: 40px;
    text-align: center;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: -30px !important; }
    @media screen and (min-width: 769px) {
      .ul-design2 li:before {
        left: 0;
        right: 0; } }
    @media screen and (max-width: 768px) {
      .ul-design2 li:before {
        height: 30px; } }

.ol-design ol li {
  font-size: 14px;
  font-weight: 400;
  position: relative;
  line-height: 35px;
  padding-left: 10px;
  margin: 5px 0; }
  @media screen and (max-width: 768px) {
    .ol-design ol li {
      text-align: left; } }

/* ul, ol style end */
/* background Fixed start */
@media screen and (min-width: 992px) {
  .bg-fixed {
    background-attachment: fixed; } }

/* background Fixed end */
/* Safari 10.1+ */
/* Safari 10.1+ end*/
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .bg-fixed {
      background-attachment: unset; } } }

/* background Fixed end */
/* page heading section start */
.home .custom-featured-image {
  display: none; }

.custom-featured-image {
  width: 100%;
  max-width: 100% !important;
  position: relative;
  padding: 0;
  margin-top: 0 !important; }
  .custom-featured-image img {
    height: 300px;
    object-fit: cover;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .custom-featured-image img {
        height: 200px; } }
  .custom-featured-image .hero_div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 40px;
    margin: 0 auto;
    max-width: 2000px; }
    .custom-featured-image .hero_div h1 {
      color: #ffffff;
      border-bottom: 3px solid #ada421;
      padding-bottom: 5px; }
      @media screen and (min-width: 600px) {
        .custom-featured-image .hero_div h1 {
          margin-bottom: 15px; } }
    .custom-featured-image .hero_div ul {
      display: flex;
      gap: 10px;
      margin: 0;
      line-height: 20px;
      font-size: 14px; }
      .custom-featured-image .hero_div ul a {
        color: #ffffff; }
    @media screen and (max-width: 991px) {
      .custom-featured-image .hero_div {
        padding: 0 30px; } }
    @media screen and (max-width: 599px) {
      .custom-featured-image .hero_div {
        font-size: 30px; } }

/* page heading section end */
/* New Button start */
a.new-btn,
.custom-btn {
  margin: 2rem 0 0 0 !important; }

.new-btn,
.custom-btn .vc_btn3-color-grey {
  background-image: unset !important;
  font-weight: 700;
  font-size: 18px !important;
  min-width: 150px;
  border-radius: 0 !important;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 0px !important;
  box-sizing: border-box;
  word-wrap: break-word;
  -webkit-user-select: none;
  user-select: none;
  text-decoration: none;
  position: relative;
  top: 0;
  line-height: normal;
  box-shadow: none;
  padding: 14px 20px;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s; }
  .new-btn i,
  .custom-btn .vc_btn3-color-grey i {
    font-size: 18px !important; }

.new-btn-color1,
.custom-btn1 .vc_btn3-color-grey {
  color: #ffffff !important;
  background-color: #000 !important; }
  .new-btn-color1:hover, .new-btn-color1:focus,
  .custom-btn1 .vc_btn3-color-grey:hover,
  .custom-btn1 .vc_btn3-color-grey:focus {
    background-color: #ada421 !important;
    color: #ffffff !important; }

.new-btn-color2,
.custom-btn2 .vc_btn3-color-grey {
  color: #ffffff !important;
  background-color: #ada421 !important; }
  .new-btn-color2:hover, .new-btn-color2:focus,
  .custom-btn2 .vc_btn3-color-grey:hover,
  .custom-btn2 .vc_btn3-color-grey:focus {
    background-color: #000 !important;
    color: #ffffff !important; }

/* New Button end */
/* */
.main-row {
  padding: 6rem 0; }
  @media screen and (max-width: 1199px) {
    .main-row {
      padding: 4rem 0; } }

.dark-bg .custom-btn2 .vc_btn3-color-grey:hover,
.dark-bg .custom-btn2 .vc_btn3-color-grey:focus {
  background-color: #ffffff !important;
  color: #000000 !important; }

.home header.site-header {
  background-color: transparent; }
  @media screen and (min-width: 992px) {
    .home header.site-header .main-navigation#site-navigation .main-nav > ul.menu > li > a {
      color: #ffffff; } }
  .home header.site-header .header_btn {
    color: #ffffff;
    border-color: #ffffff; }
    .home header.site-header .header_btn:hover {
      background-color: #ffffff;
      color: #ada421; }

.home header.site-header.darkHeader {
  background-color: #133455; }

@media screen and (max-width: 991px) {
  .home header.site-header .header-widget {
    top: 39px; } }

@media screen and (max-width: 599px) {
  .home header.site-header .header-widget {
    top: 43px; } }

@media (min-width: 769px) and (max-width: 991px) {
  .home header.site-header .header-widget {
    right: 100px; } }

.home-main-banner {
  height: 95vh;
  padding: 0 30px;
  margin-top: -130px; }
  .home-main-banner .vc_col-sm-12 {
    max-width: 1960px;
    margin: auto; }
    .home-main-banner .vc_col-sm-12 h1 {
      margin: 8rem 0 0 0;
      color: #ffffff;
      font-size: 80px;
      line-height: 100px; }
      @media screen and (max-width: 1199px) {
        .home-main-banner .vc_col-sm-12 h1 {
          font-size: 60px;
          line-height: 80px; } }
      @media screen and (max-width: 991px) {
        .home-main-banner .vc_col-sm-12 h1 {
          font-size: 50px;
          line-height: 70px; } }
      @media screen and (max-width: 768px) {
        .home-main-banner .vc_col-sm-12 h1 br {
          display: none; } }
      @media screen and (max-width: 599px) {
        .home-main-banner .vc_col-sm-12 h1 {
          font-size: 40px;
          line-height: 60px; } }

.what_we_do_left {
  padding: 0 40px !important; }
  @media screen and (min-width: 1460px) {
    .what_we_do_left {
      padding: 0 5rem 0 6rem !important; } }

.what_we_do_right {
  padding-bottom: 50px !important; }
  @media screen and (min-width: 992px) {
    .what_we_do_right {
      padding-right: 0 !important; } }
  @media screen and (max-width: 991px) {
    .what_we_do_right {
      margin-top: 30px; } }

.service-slider {
  /* the slides */
  /* the parent */ }
  .service-slider .slick-slide {
    margin: 0 20px; }
  .service-slider .slick-list {
    margin: 0 -20px; }
  .service-slider .slick-prev,
  .service-slider .slick-next {
    top: unset;
    bottom: -100px;
    font-weight: 100;
    background-color: transparent;
    border: 0;
    width: 70px;
    height: 35px; }
    @media screen and (max-width: 1199px) {
      .service-slider .slick-prev,
      .service-slider .slick-next {
        bottom: -70px; } }
    @media screen and (max-width: 767px) {
      .service-slider .slick-prev,
      .service-slider .slick-next {
        margin: 0 auto; } }
  .service-slider .slick-prev {
    left: unset;
    right: 180px; }
    .service-slider .slick-prev:before {
      content: '←'; }
    @media screen and (max-width: 767px) {
      .service-slider .slick-prev {
        left: 0;
        right: 70px; } }
  .service-slider .slick-next {
    right: 100px; }
    .service-slider .slick-next:before {
      content: '→'; }
    @media screen and (max-width: 767px) {
      .service-slider .slick-next {
        right: 0;
        left: 70px; } }
  .service-slider .slick-prev:before,
  .service-slider .slick-next:before {
    font-size: 50px; }

.service_slide_blk {
  position: relative;
  border-radius: 5px;
  overflow: hidden; }
  .service_slide_blk img {
    display: block;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    object-fit: cover;
    width: 100%;
    height: 400px; }
  .service_slide_blk .service_slide_blk_div {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7); }
    .service_slide_blk .service_slide_blk_div h4 {
      text-align: center; }
      .service_slide_blk .service_slide_blk_div h4 a {
        min-height: 110px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 25px 15px; }
        @media screen and (max-width: 599px) {
          .service_slide_blk .service_slide_blk_div h4 a {
            padding: 15px; } }
        .service_slide_blk .service_slide_blk_div h4 a:hover, .service_slide_blk .service_slide_blk_div h4 a:focus {
          background-color: rgba(173, 164, 33, 0.7);
          color: #000000; }

.service_page {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px; }
  @media screen and (max-width: 1199px) {
    .service_page {
      grid-template-columns: repeat(2, 1fr);
      gap: 30px; } }
  @media screen and (max-width: 768px) {
    .service_page {
      grid-template-columns: repeat(1, 1fr);
      max-width: 600px;
      margin: 0 auto; } }

.service-page-blk {
  position: relative;
  overflow: hidden;
  filter: drop-shadow(-3.961px 0.557px 7.5px rgba(0, 0, 0, 0.25)); }
  .service-page-blk:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1); }
  .service-page-blk img {
    display: block;
    object-fit: cover;
    height: 400px;
    width: 100%;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s; }
    @media screen and (max-width: 599px) {
      .service-page-blk img {
        height: 350px; } }
  .service-page-blk .service-page-blk-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    border-top: 1px solid #ada421;
    border-right: 1px solid #ada421;
    max-width: 250px; }
    .service-page-blk .service-page-blk-title P,
    .service-page-blk .service-page-blk-title a {
      display: block;
      padding: 20px;
      line-height: 24px;
      font-weight: bold;
      color: #ffffff;
      margin: 0; }
      .service-page-blk .service-page-blk-title P:hover,
      .service-page-blk .service-page-blk-title a:hover {
        background-color: rgba(173, 164, 33, 0.7); }

.home_news {
  display: flex;
  gap: 50px; }
  @media screen and (max-width: 991px) {
    .home_news {
      flex-direction: column; } }

.home_news_blk {
  width: calc(100%/2 - 20px);
  background-color: #ffffff;
  filter: drop-shadow(0px 3px 15px rgba(0, 0, 0, 0.05));
  padding: 3rem; }
  @media screen and (max-width: 991px) {
    .home_news_blk {
      max-width: 600px;
      width: auto;
      margin: 0 auto; } }
  .home_news_blk label {
    opacity: 0.702; }
  .home_news_blk h3 {
    margin: 15px 0; }
  .home_news_blk a.read_more {
    font-weight: bold;
    text-decoration: underline;
    text-underline-offset: 5px; }

.news-main-page {
  display: grid;
  flex-wrap: wrap;
  gap: 40px;
  grid-template-columns: repeat(3, 1fr); }
  @media screen and (max-width: 1199px) {
    .news-main-page {
      grid-template-columns: repeat(2, 1fr);
      gap: 30px; } }
  @media screen and (max-width: 768px) {
    .news-main-page {
      grid-template-columns: auto; } }
  .news-main-page .news-single {
    box-shadow: 0px 0px 15px 3px rgba(7, 7, 7, 0.2);
    -webkit-box-shadow: 0px 0px 15px 3px rgba(7, 7, 7, 0.2);
    -moz-box-shadow: 0px 0px 15px 3px rgba(7, 7, 7, 0.2);
    border: 1px solid #959595; }
    @media screen and (max-width: 768px) {
      .news-main-page .news-single {
        max-width: 500px;
        margin: 0 auto; } }
    .news-main-page .news-single .news-single-img {
      display: block;
      width: 100.5%;
      position: relative;
      left: -1px;
      top: -1px;
      right: 0;
      height: 250px;
      overflow: hidden; }
      .news-main-page .news-single .news-single-img a {
        display: block;
        height: 100%; }
        .news-main-page .news-single .news-single-img a img {
          display: block;
          height: 100%;
          object-fit: cover;
          width: 100%; }
    .news-main-page .news-single .news-single-text {
      border-top: 0;
      padding: 1.5rem; }
      .news-main-page .news-single .news-single-text span {
        font-size: 16px;
        margin-bottom: 10px;
        display: inline-block; }
        .news-main-page .news-single .news-single-text span i {
          color: #ada421;
          margin-right: 4px; }
      .news-main-page .news-single .news-single-text h4 {
        margin-bottom: 15px; }
      .news-main-page .news-single .news-single-text p {
        margin: 0; }
        .news-main-page .news-single .news-single-text p a {
          color: #ada421;
          border-bottom: 1px solid #ada421;
          font-weight: bold;
          display: inline-block; }

.waterproof {
  display: flex;
  flex-wrap: wrap;
  gap: 30px; }
  @media screen and (max-width: 991px) {
    .waterproof {
      justify-content: center; } }
  .waterproof .waterproof-blk {
    background-color: #fffffa;
    border: 1px solid #ada421;
    padding: 25px;
    width: calc(100% / 3 - 20px);
    display: grid;
    gap: 5px; }
    @media screen and (max-width: 1199px) {
      .waterproof .waterproof-blk {
        gap: 15px;
        text-align: center;
        padding: 20px; } }
    @media screen and (max-width: 991px) {
      .waterproof .waterproof-blk {
        width: calc(100% / 2 - 15px); } }
    .waterproof .waterproof-blk .waterproof-blk-text {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px; }
      .waterproof .waterproof-blk .waterproof-blk-text h3 {
        margin: 0; }
      @media screen and (max-width: 1199px) {
        .waterproof .waterproof-blk .waterproof-blk-text {
          flex-direction: column-reverse;
          gap: 10px; } }
    .waterproof .waterproof-blk p {
      margin: 0;
      line-height: 32px; }

.project-main {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  row-gap: 50px; }
  .project-main .project-blk {
    width: calc(100% / 3 - 24px); }
    @media screen and (max-width: 991px) {
      .project-main .project-blk {
        width: calc(100% / 2 - 18px); } }
    @media screen and (max-width: 768px) {
      .project-main .project-blk {
        width: 100%;
        max-width: 500px;
        margin: 0 auto; } }
    .project-main .project-blk .project-blk-image {
      display: flex;
      height: 300px;
      margin-bottom: 8px;
      box-shadow: 0px 0px 15px 1px rgba(7, 7, 7, 0.2);
      -webkit-box-shadow: 0px 0px 15px 1px rgba(7, 7, 7, 0.2);
      -moz-box-shadow: 0px 0px 15px 1px rgba(7, 7, 7, 0.2); }
      .project-main .project-blk .project-blk-image a {
        display: flex;
        width: 100%; }
      .project-main .project-blk .project-blk-image img {
        object-fit: cover;
        width: 100%; }
    .project-main .project-blk span {
      font-size: 14px;
      line-height: 23px; }
    .project-main .project-blk p {
      margin: 0;
      line-height: 23px; }

.news_detail {
  display: grid;
  gap: 5%;
  grid-template-columns: 60% 35%; }
  @media screen and (max-width: 991px) {
    .news_detail {
      grid-template-columns: auto;
      gap: 20px; } }
  .news_detail .news_detail_left img {
    width: 100%; }
  @media screen and (max-width: 991px) {
    .news_detail .news_detail_left {
      width: 100%; } }
  .news_detail .news_detail_left h2 {
    margin-top: 15px;
    margin-bottom: 5px; }
  .news_detail .news_detail_left span {
    font-size: 16px;
    margin-bottom: 15px;
    display: inline-block; }
    .news_detail .news_detail_left span i {
      color: #ada421;
      margin-right: 4px; }
  @media screen and (max-width: 991px) {
    .news_detail .news_detail_right {
      max-width: 550px; } }
  .news_detail .news_detail_right .news_related {
    display: grid;
    gap: 20px; }
    .news_detail .news_detail_right .news_related h3 {
      font-size: 20px;
      line-height: 20px;
      margin: 0; }
    .news_detail .news_detail_right .news_related .news_related_blk a {
      display: grid;
      gap: 5%;
      grid-template-columns: 30% 65%; }
      .news_detail .news_detail_right .news_related .news_related_blk a:hover p {
        text-decoration: underline; }
      .news_detail .news_detail_right .news_related .news_related_blk a img {
        width: 100%;
        height: 100px;
        object-fit: cover; }
      .news_detail .news_detail_right .news_related .news_related_blk a .news_related_text p {
        margin: 0;
        font-size: 16px;
        line-height: 20px; }
      .news_detail .news_detail_right .news_related .news_related_blk a .news_related_text span {
        font-size: 12px; }

.contact-form {
  border: 1px solid #000000;
  padding: 5rem 3rem; }
  @media screen and (max-width: 768px) {
    .contact-form {
      padding: 2rem; } }
  .contact-form #gform_fields_1 {
    column-gap: 10px;
    row-gap: 20px; }
  .contact-form .gform_title {
    text-align: center; }
  .contact-form .gform_footer {
    margin-top: 50px !important;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      .contact-form .gform_footer {
        margin-top: 30px !important; } }
  .contact-form .gform-theme--foundation .gfield textarea.large {
    min-block-size: unset; }

.contact_form_text h3 {
  font-weight: 600; }

.contact_form_text .contact_form_text_btn {
  display: flex;
  gap: 30px;
  margin-top: 35px;
  flex-wrap: wrap; }
  @media screen and (max-width: 479px) {
    .contact_form_text .contact_form_text_btn {
      gap: 20px;
      flex-direction: column;
      align-content: center;
      align-items: center; } }
  .contact_form_text .contact_form_text_btn a {
    margin-top: 0 !important;
    font-weight: bold;
    border: 1px solid #000000;
    padding: 7px 20px; }
    .contact_form_text .contact_form_text_btn a:hover {
      background: #000;
      color: #ffffff; }
    .contact_form_text .contact_form_text_btn a i {
      color: #ada421;
      font-size: 20px;
      margin-right: 5px; }

.locations_section {
  display: grid;
  grid-template-columns: 60% 37.5%;
  gap: 2.5%;
  margin-top: 50px; }
  @media screen and (max-width: 1199px) {
    .locations_section {
      grid-template-columns: unset;
      gap: 0;
      margin-top: 30px; } }
  .locations_section .locations_section1 img {
    width: 100%;
    height: 690px;
    object-fit: cover; }
  .locations_section .locations_section1 p {
    font-size: 24px !important;
    line-height: 36px !important; }
  @media screen and (max-width: 1199px) {
    .locations_section .locations_section1 {
      display: none; } }
  .locations_section .locations_section2 {
    display: grid;
    gap: 35px; }
    @media screen and (max-width: 1199px) {
      .locations_section .locations_section2 {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px; } }
    @media screen and (max-width: 991px) {
      .locations_section .locations_section2 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center; }
        .locations_section .locations_section2 .locations_section_blk {
          width: calc(100%/2 - 14px); } }
    @media screen and (max-width: 599px) {
      .locations_section .locations_section2 .locations_section_blk {
        width: calc(100%/1 - 14px); } }
    @media screen and (min-width: 1200px) {
      .locations_section .locations_section2 .locations_section_blk:first-child {
        display: none; } }
    .locations_section .locations_section2 img {
      width: 100%;
      height: 310px;
      object-fit: cover; }
      @media screen and (max-width: 768px) {
        .locations_section .locations_section2 img {
          height: 250px; } }
  .locations_section .locations_section_blk {
    background-color: #ffffff;
    text-align: center;
    display: grid; }
    .locations_section .locations_section_blk .locations_section_text {
      padding: 25px 15px; }
      .locations_section .locations_section_blk .locations_section_text p {
        margin: 0;
        font-size: 16px;
        line-height: 22px; }

.project_detail1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center; }
  @media screen and (max-width: 991px) {
    .project_detail1 {
      grid-template-columns: 1fr;
      gap: 30px; } }
  .project_detail1 .project_detail_left img {
    width: 100%; }
  .project_detail1 .project_detail_right h2 {
    margin-bottom: 15px; }
  .project_detail1 .project_detail_right ul:last-child {
    margin: 0; }
  .project_detail1 .project_detail_right ul li {
    margin: 10px 0; }

.recent_project .recent_project_heading {
  text-align: center; }
  .recent_project .recent_project_heading h2 {
    margin-bottom: 20px; }
  .recent_project .recent_project_heading p {
    margin-bottom: 45px; }

.total_project {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px; }
  @media screen and (max-width: 1365px) {
    .total_project {
      gap: 25px; } }
  @media screen and (max-width: 1199px) {
    .total_project {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 599px) {
    .total_project {
      grid-template-columns: repeat(1, 1fr); } }
  .total_project .total_project_blk h3 {
    color: #ada421;
    font-family: 'Open Sans';
    font-weight: normal;
    font-size: 80px;
    line-height: 90px; }
    @media screen and (max-width: 1365px) {
      .total_project .total_project_blk h3 {
        font-size: 60px;
        line-height: 70px; } }
    @media screen and (max-width: 768px) {
      .total_project .total_project_blk h3 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 10px; } }
  .total_project .total_project_blk h4 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px; }
    @media screen and (max-width: 1365px) {
      .total_project .total_project_blk h4 {
        font-size: 20px; } }
  .total_project .total_project_blk p {
    font-size: 16px;
    line-height: 22px;
    margin: 0; }

@media screen and (max-width: 599px) {
  .career_slider {
    margin: 0 0 30px 0 !important; }
    .career_slider .slick-prev,
    .career_slider .slick-next {
      height: 35px;
      width: 35px;
      top: unset;
      bottom: -70px;
      margin: 0 auto; }
    .career_slider .slick-next {
      left: 45px;
      right: 0; }
    .career_slider .slick-prev {
      left: 0;
      right: 45px; } }

.career_slider .slick-track {
  display: flex; }

.career_slider .slick-slide {
  margin: 0 15px !important;
  background-color: #fefef8;
  border: 2px solid #ada421;
  padding: 3rem 2rem;
  height: inherit; }
  .career_slider .slick-slide h4 {
    margin-bottom: 15px; }
  .career_slider .slick-slide p {
    font-size: 16px;
    line-height: 24px;
    margin: 0; }
  .career_slider .slick-slide b {
    display: flex;
    margin: 5px 0 -8px; }
  .career_slider .slick-slide span {
    font-size: 14px;
    display: block; }
  .career_slider .slick-slide a.new-btn {
    margin-top: 15px !important; }

.sub-heading {
  margin-bottom: 50px; }
  @media screen and (min-width: 1460px) {
    .sub-heading p {
      max-width: 85%;
      margin: 0 auto; } }

.main-row-pb0 {
  padding-bottom: 0 !important; }

.gform_wrapper .gform_validation_errors {
  display: none !important; }

.emergency-form {
  max-width: 1100px;
  margin: 0 auto;
  background-color: #eeeeee;
  border-radius: 30px;
  padding: 4rem 5rem 5rem 5rem; }
  @media screen and (max-width: 991px) {
    .emergency-form {
      padding: 3rem 4rem 4rem 4rem; } }
  @media screen and (max-width: 768px) {
    .emergency-form {
      padding: 1rem 2rem 2rem 2rem; } }
  .emergency-form #gform_2 #gform_fields_2 {
    gap: 20px; }
  .emergency-form #gform_2 .gform_footer {
    margin-top: 50px !important;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      .emergency-form #gform_2 .gform_footer {
        margin-top: 30px !important; } }

@media screen and (min-width: 1366px) {
  .new-padding .vc_col-sm-12:first-child .vc_column-inner {
    padding-right: 2.5rem; }
  .new-padding .vc_col-sm-12:last-child .vc_column-inner {
    padding-left: 2.5rem; } }

@media screen and (max-width: 991px) {
  .get-in-touch {
    text-align: center; }
    .get-in-touch h2 {
      text-align: center !important; } }

.projects-ref {
  background-color: #ffffff;
  overflow: hidden;
  padding: 20px; }
  .projects-ref a {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .projects-ref a h3 {
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .projects-ref a:hover h4 {
      color: #ada421; }
  .projects-ref .projects-ref-img {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 15px; }
    @media screen and (max-width: 991px) {
      .projects-ref .projects-ref-img {
        height: 350px; } }
    .projects-ref .projects-ref-img img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      display: block;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
  .projects-ref .projects-ref-text {
    padding-top: 15px; }
    .projects-ref .projects-ref-text h2 {
      margin-bottom: 12px;
      line-height: 30px;
      font-size: 18px;
      font-weight: bold; }
    .projects-ref .projects-ref-text p {
      margin-bottom: 12px; }
