    @font-face {
      font-family: "IranYekan";
      font-display: swap;

      src: url("../webfonts/Qs_Iranyekan.ttf");
    }

    @font-face {
      font-family: "faNum";
      font-display: swap;
      src: url("../webfonts/IRANYekanLightFaNum.ttf");
    }

    @font-face {
      font-family: "falight";
      font-display: swap;
      src: url("../webfonts/Qs_Iranyekan\ light.ttf");
    }

    @font-face {
      font-family: "fabold";
      font-display: swap;
      src: url("../webfonts/Qs_Iranyekan bold.ttf");
    }

    .faNum {
      font-family: "faNum";
    }

    .font-light {
      font-family: "falight";
    }

    .font-bold {
      font-family: "fabold";
    }

    body {
      font-family: "IranYekan";
overflow-x: hidden;

    }

    *,
    *:before,
    *:after {
      box-sizing: border-box;
    }

    body,
    html {
      width: 100%;
      height: 100%;

    }

    ul {
      padding: 0;
      /* margin: 0; */
      list-style: none;
    }

    body {
      padding: 0;
      margin: 0;
    }

    .swiper-container {
      width: 100%;
      height: 100vh;
      position: relative;
    }

    .swiper-container .slider {
      min-height: 50vh;
    }

    .swiper-container .slider .swiper-slide {
      background: #ccc;
      overflow: hidden;
      position: relative;
      height: 100%;
      text-align: center;
      font-size: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-container .slider .swiper-slide .slide-inner {
      position: absolute;
      width: 100%;
      height: 100vh;
      left: 0;
      top: 0;
    }

    .swiper-container .slider .swiper-slide .slide-inner img {
      position: absolute;
      width: 100%;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto;
    }

    .swiper-container .swiper-pagination-bullet {
      background-color: rgba(0, 0, 0, 0);
    }

    .swiper-container .swiper-pagination {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      width: 7em;
      position: absolute;
      z-index: 3;
      right: 0;
    }

    .swiper-container .swiper-pagination span {
      margin-bottom: 3em;
      font-family: "Montserrat", sans-serif;
      font-size: 0.8rem;
      letter-spacing: 0.07em;
      color: #000;
    }

    .swiper-container .swiper-pagination span:focus {
      outline: none;
    }

    #content {
      text-align: center;
      color: white;
      padding: 200px 0;
      background: #002020;
    }


    header {
      background-color: rgba(255, 255, 255, .3);
      min-height: 103px;
    }


    .cnt-menu {

      overflow: hidden;
    }

    .cnt-menu .menu-btn {
      width: 50px;
      height: 50px;
      position: fixed;
      z-index: 10;
      top: 30px;
      left: 30px;
      cursor: pointer;
      transition: transform 0.3s ease-in-out;
    }

    .cnt-menu .menu-btn:hover span {
      background-color: #eee;
    }

    .cnt-menu .menu-btn.active {
      transform: rotate(180deg);
    }

    .cnt-menu .menu-btn.active span {
      transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    }

    .cnt-menu .menu-btn.active span.top {
      transform: rotate(45deg);
      transform-origin: left center;
      top: 9px;
      left: 11.25px;
    }

    .cnt-menu .menu-btn.active span.mid {
      opacity: 0;
      left: 11.25px;
    }

    .cnt-menu .menu-btn.active span.bot {
      transform: rotate(-45deg);
      transform-origin: left center;
      top: 37px;
      left: 11.25px;
    }

    .cnt-menu .menu-btn span {
      display: block;
      width: 40px;
      height: 4px;
      background-color: #fff;
      position: absolute;
      top: 23px;
      left: 5px;
      border-radius: 2px;
      transition: background-color 0.3s ease-in-out;
    }

    .cnt-menu .menu-btn span.top {
      top: 11px;
    }

    .cnt-menu .menu-btn span.bot {
      top: 35px;
    }

    .cnt-menu #nav {
      padding: 80px;
      display: flex;
      justify-content: right;
      align-items: center;
      opacity: 0;
      z-index: -1;
      transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
      padding-top: 10.5rem;
    }
@media only screen and (min-width:1600px){
    .cnt-menu #nav {
      padding-top: 13.5rem;
    }
}
    .cnt-menu #nav.leftslide {
      width: 250px;
      height: 100vh;
      background-color: #ffffff;
      position: fixed;
      top: 0;
      left: 0;
      transform: translate3d(-300px, 0px, 0px);
    }

    .cnt-menu #nav.fadein {
      width: 100%;
      height: 100vh;
      background-color: #ffffff;
      position: fixed;
      top: 0;
      left: 0;
      text-align: center;
    }

    .cnt-menu #nav.topslide {
      width: 100%;
      height: 100vh;
      background-color: rgba(0,0,0,.9);
      position: fixed;
      top: 0;
      left: 0;
      transform: translate3d(0px, -100%, 0px);
      text-align: right;
      justify-content: space-between;
    }

    .cnt-menu #nav.pushslide {
      width: 250px;
      height: 100vh;
      background-color: #ffffff;
      position: fixed;
      top: 0;
      left: 0;
      transform: translate3d(0px, 0px, 0px);
    }

    .cnt-menu #nav.open {
      transform: translate3d(0px, 0px, 0px);
      opacity: 1;
      z-index: 5;
      transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    }

    .cnt-menu #nav.open .nav-inner li {
      animation: fadeInRight 0.4s ease forwards;
      animation-delay: 0.3s;
    }

    .cnt-menu #nav.open .nav-inner li:nth-of-type(1) {
      animation-delay: 0.35s;
    }

    .cnt-menu #nav.open .nav-inner li:nth-of-type(2) {
      animation-delay: 0.4s;
    }

    .cnt-menu #nav.open .nav-inner li:nth-of-type(3) {
      animation-delay: 0.45s;
    }

    .cnt-menu #nav.open .nav-inner li:nth-of-type(4) {
      animation-delay: 0.5s;
    }

    .cnt-menu #nav.open .nav-inner li:nth-of-type(5) {
      animation-delay: 0.55s;
    }
  .cnt-menu #nav.open .nav-inner li:nth-of-type(6) {
      animation-delay: 0.6s;
    }
      .cnt-menu #nav.open .nav-inner li:nth-of-type(7) {
      animation-delay: 0.65s;
    }
    .cnt-menu #nav .nav-inner li {
      position: relative;
      margin-bottom: 20px;
      opacity: 0;
      transition: transform 0.3s ease-in-out;
      width: 300px;
    }

    .cnt-menu #nav .nav-inner li a {
      display: inline-block;
      height: 100%;
      text-decoration: none;
      color: #fff;
      font-size: 20px;
 
      padding: 4px 8px;
      transition: all 0.2s ease-in-out;
    }
@media only screen and  (min-width: 1920px) {
 .cnt-menu #nav .nav-inner li a{
    font-size: 20px !important;
  }
  .cnt-menu #nav .nav-inner .submenu li a {
  font-size: 18px !important;
}
}
.cnt-menu #nav .nav-inner li:hover > a{
  color: #24A1B3;
}
    .cnt-menu #nav .nav-inner li.hassub:before {
      content: "";
      position: absolute;
      right: 150px;
      top: 50%;
      display: block;
      width: 91px;
      height: 2px;
    
      background-color: #fff;
      opacity: 0;
      transition: all 0.3s ease-in-out;
    }

    .cnt-menu #nav .nav-inner li:hover {
     
      color: #24A1B3;
      transform: translate3d(15px, 0, 0);
    }

    .cnt-menu #nav .nav-inner li:hover:before {
      content: "";
      
      opacity: 1;
    }
 /* #nav.--hover li:not(:hover) a{
        opacity: .3 !important
    } */

    .cnt-menu #nav .nav-inner .submenu li a{
      font-size: 18px;
    }
    .cnt-menu #style-box {
      width: 100%;
      height: 100vh;
      background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA4MDAgODIzLjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDgwMCA4MjMuNDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiM0MDQxNEI7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNTUuMiwxNjljLTAuNCwwLTAuOCwwLTEuMi0wLjFjLTIuMy0wLjMtNC4zLTEuNS01LjctMy4zbC04LjktMTEuN2MtMS40LTEuOC0yLTQuMS0xLjctNi4zCgljMC4zLTIuMywxLjUtNC4zLDMuMy01LjdsMTEuNy04LjljMS44LTEuNCw0LjEtMiw2LjMtMS43YzIuMywwLjMsNC4zLDEuNSw1LjcsMy4zbDguOSwxMS43YzEuNCwxLjgsMiw0LjEsMS43LDYuMwoJYy0wLjMsMi4zLTEuNSw0LjMtMy4zLDUuN2wtMTEuNyw4LjlDNTguOSwxNjguNCw1Ny4xLDE2OSw1NS4yLDE2OXogTTU4LDEzNy4yYy0wLjYsMC0xLjEsMC4yLTEuNiwwLjVsLTExLjcsOC45CgljLTAuNSwwLjQtMC45LDEtMSwxLjdjLTAuMSwwLjcsMC4xLDEuNCwwLjUsMS45bDguOSwxMS43YzAuNCwwLjUsMSwwLjksMS43LDFjMC43LDAuMSwxLjQtMC4xLDEuOS0wLjVsMTEuNy04LjlsMCwwCgljMC41LTAuNCwwLjktMSwxLTEuN3MtMC4xLTEuNC0wLjUtMS45TDYwLDEzOC4yYy0wLjQtMC41LTEtMC45LTEuNy0xQzU4LjIsMTM3LjIsNTguMSwxMzcuMiw1OCwxMzcuMnoiLz4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTYwNC43LDUzMi4yYy0wLjUsMC0xLjEtMC4xLTEuNi0wLjJsMCwwbC0xNC41LTIuOGMtNC42LTAuOS03LjctNS40LTYuOC0xMGwyLjgtMTQuNWMwLjktNC42LDUuNC03LjcsMTAtNi44CglsMTQuNSwyLjhjMi4yLDAuNCw0LjIsMS43LDUuNSwzLjZjMS4zLDEuOSwxLjgsNC4yLDEuMyw2LjRsLTIuOCwxNC41Yy0wLjQsMi4yLTEuNyw0LjItMy42LDUuNUM2MDgsNTMxLjcsNjA2LjQsNTMyLjIsNjA0LjcsNTMyLjJ6CgkgTTYwNC4yLDUyNi4xYzAuNywwLjEsMS40LDAsMS45LTAuNGMwLjYtMC40LDEtMSwxLjEtMS42bDIuOC0xNC41YzAuMS0wLjcsMC0xLjQtMC40LTEuOWMtMC40LTAuNi0xLTEtMS42LTEuMWwtMTQuNS0yLjgKCWMtMS40LTAuMy0yLjcsMC42LTMsMmwtMi44LDE0LjVjLTAuMywxLjQsMC42LDIuNywyLDNMNjA0LjIsNTI2LjF6Ii8+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMDEuNyw2MDEuOWMtMS43LDAtMy40LTAuNS00LjktMS42Yy0xLjktMS4zLTMuMS0zLjMtMy41LTUuNUw4OCw1NjQuN2MtMC44LTQuNywyLjMtOS4xLDctOS45bDcuNi0xLjMKCWMyLjMtMC40LDQuNSwwLjEsNi40LDEuNGMxLjksMS4zLDMuMSwzLjMsMy41LDUuNWw1LjMsMzAuMWMwLjgsNC43LTIuMyw5LjEtNyw5LjloMGwtNy42LDEuM0MxMDIuNyw2MDEuOCwxMDIuMiw2MDEuOSwxMDEuNyw2MDEuOXoKCSBNMTEwLjMsNTk3LjVMMTEwLjMsNTk3LjVMMTEwLjMsNTk3LjV6IE0xMDQsNTU5LjNjLTAuMSwwLTAuMywwLTAuNSwwbC03LjYsMS4zYy0xLjQsMC4yLTIuMywxLjYtMi4xLDNsNS4zLDMwLjEKCWMwLjEsMC43LDAuNSwxLjMsMS4xLDEuN2MwLjYsMC40LDEuMiwwLjUsMS45LDAuNGw3LjYtMS4zYzEuNC0wLjIsMi4zLTEuNiwyLjEtM2wtNS4zLTMwLjFjLTAuMS0wLjctMC41LTEuMy0xLjEtMS43CglDMTA1LjEsNTU5LjUsMTA0LjUsNTU5LjMsMTA0LDU1OS4zeiIvPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNzIwLDc0Ny41Yy03LjcsMC0xMy45LTYuMy0xMy45LTEzLjlzNi4zLTEzLjksMTMuOS0xMy45czEzLjksNi4zLDEzLjksMTMuOVM3MjcuNyw3NDcuNSw3MjAsNzQ3LjV6CgkgTTcyMCw3MjUuNmMtNC40LDAtNy45LDMuNi03LjksNy45czMuNiw3LjksNy45LDcuOXM3LjktMy42LDcuOS03LjlTNzI0LjQsNzI1LjYsNzIwLDcyNS42eiIvPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjcxLjUsODIuMmMtMTIuMiwwLTIyLTkuOS0yMi0yMnM5LjktMjIsMjItMjJzMjIsOS45LDIyLDIyUzI4My42LDgyLjIsMjcxLjUsODIuMnogTTI3MS41LDQ0LjEKCWMtOC44LDAtMTYsNy4yLTE2LDE2YzAsOC44LDcuMiwxNiwxNiwxNmM4LjgsMCwxNi03LjIsMTYtMTZDMjg3LjUsNTEuMywyODAuMyw0NC4xLDI3MS41LDQ0LjF6Ii8+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik03NTMuMiwzNjQuMWMtMS4zLDAtMi40LTAuOC0yLjktMi4xYy0zLjctMTEuNCwyLjUtMjMuOCwxNC0yNy41YzExLjQtMy43LDIzLjgsMi41LDI3LjUsMTQKCWMwLjUsMS42LTAuMywzLjMtMS45LDMuOGMtMS42LDAuNS0zLjMtMC4zLTMuOC0xLjljLTIuNy04LjMtMTEuNi0xMi44LTE5LjktMTAuMWMtOC4zLDIuNy0xMi44LDExLjYtMTAuMSwxOS45CgljMC41LDEuNi0wLjMsMy4zLTEuOSwzLjhDNzUzLjksMzY0LDc1My42LDM2NC4xLDc1My4yLDM2NC4xeiIvPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjUzLjQsNzE1LjZjLTAuNiwwLTEuMy0wLjItMS44LTAuNmMtMS4zLTEtMS42LTIuOS0wLjYtNC4yYzIuNS0zLjQsMy42LTcuNSwzLTExLjdjLTAuNi00LjItMi44LTcuOS02LjItMTAuNAoJYy0zLjQtMi41LTcuNS0zLjYtMTEuNy0zYy00LjIsMC42LTcuOSwyLjgtMTAuNCw2LjJjLTEsMS4zLTIuOSwxLjYtNC4yLDAuNmMtMS4zLTEtMS42LTIuOS0wLjYtNC4yYzMuNS00LjcsOC42LTcuNywxNC40LTguNQoJYzUuOC0wLjgsMTEuNSwwLjcsMTYuMiw0LjJjNC43LDMuNSw3LjcsOC42LDguNSwxNC40YzAuOCw1LjgtMC43LDExLjUtNC4yLDE2LjJDMjU1LjIsNzE1LjIsMjU0LjMsNzE1LjYsMjUzLjQsNzE1LjZ6Ii8+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00NzMuNCwzMDEuMWMtMC45LDAtMS44LTAuNC0yLjMtMS4xbC0xOC45LTIzLjdjLTAuOC0wLjktMC45LTIuMy0wLjMtMy4zbDE0LjYtMjYuNWMwLjUtMC45LDEuNC0xLjUsMi40LTEuNQoJYzEtMC4xLDIsMC4zLDIuNiwxLjFsMTguOSwyMy43YzAuOCwwLjksMC45LDIuMywwLjMsMy4zbC0xNC42LDI2LjVjLTAuNSwwLjktMS40LDEuNS0yLjQsMS41QzQ3My42LDMwMS4xLDQ3My41LDMwMS4xLDQ3My40LDMwMS4xegoJIE00NTguMiwyNzQuMWwxNC44LDE4LjZsMTEuNS0yMC44bC0xNC44LTE4LjZMNDU4LjIsMjc0LjF6Ii8+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xNTAuMywzNTguN2MtMC41LDAtMC45LTAuMS0xLjQtMC4zYy0xLjEtMC42LTEuNy0xLjctMS42LTNsNC00Mi43YzAuMS0xLDAuNy0xLjksMS42LTIuNAoJYzAuOS0wLjUsMS45LTAuNSwyLjgsMGwyOCwxNC43YzAuOSwwLjUsMS41LDEuMywxLjYsMi4zYzAuMSwxLTAuMywyLTEsMi42bC0zMiwyOEMxNTEuOCwzNTguNSwxNTEsMzU4LjcsMTUwLjMsMzU4Ljd6IE0xNTYuOSwzMTcuOAoJbC0yLjksMzAuN2wyMy0yMC4yTDE1Ni45LDMxNy44eiIvPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNzgxLjgsNTQ5LjRjLTAuMSwwLTAuMiwwLTAuMywwbC0zMS40LTMuMmMtMS0wLjEtMS45LTAuNy0yLjMtMS42cy0wLjUtMS45LDAtMi44bDE5LjMtMzcuOQoJYzAuNi0xLjEsMS43LTEuNywzLTEuNmMxLjIsMC4xLDIuMywxLDIuNiwyLjFsMTIuMSw0MS4xYzAuMywxLDAuMSwyLTAuNiwyLjhDNzgzLjUsNTQ5LDc4Mi42LDU0OS40LDc4MS44LDU0OS40eiBNNzU1LDU0MC42CglsMjIuNiwyLjNsLTguNy0yOS42TDc1NSw1NDAuNnoiLz4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTU4My4xLDM3NS42bDcuMiw5LjZjMS4yLDEuNiwzLjgsMS4yLDQuNC0wLjdsNC0xMS43YzAuNi0xLjgtMS0zLjYtMi44LTMuM2wtMTEuMSwyLjEKCUM1ODIuOSwzNzEuOSw1ODIsMzc0LjEsNTgzLjEsMzc1LjZ6Ii8+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00NzcuNSw3NTMuNGMtMC45LDAtMS43LTAuNC0yLjMtMS4xTDQ1NSw3MjguMWMtMC42LTAuOC0wLjktMS44LTAuNi0yLjdzMS0xLjcsMS45LTJsMjgtOS41CgljMS0wLjQsMi4yLTAuMSwzLDAuNmMwLjgsMC43LDEuMiwxLjgsMC45LDIuOWwtNy44LDMzLjhjLTAuMywxLjEtMS4xLDItMi4yLDIuMkM0NzgsNzUzLjQsNDc3LjgsNzUzLjQsNDc3LjUsNzUzLjR6IE00NjIuNCw3MjcuNgoJbDEzLjYsMTYuM2w1LjItMjIuNkw0NjIuNCw3MjcuNnoiLz4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTM4MC4zLDU0Ni4xSDM0NWMtMS43LDAtMy0xLjMtMy0zczEuMy0zLDMtM2gzMi4zdi0zMC4zYzAtMS43LDEuMy0zLDMtM3MzLDEuMywzLDN2MzMuMwoJQzM4My4zLDU0NC43LDM4Miw1NDYuMSwzODAuMyw1NDYuMXoiLz4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTcwMi4zLDEwMC43SDY3N2MtMS4xLDAtMi4xLTAuNi0yLjYtMS42Yy0wLjUtMS0wLjUtMi4xLDAuMS0zLjFsMjUuMy00MGMwLjctMS4xLDIuMS0xLjYsMy40LTEuMwoJYzEuMywwLjQsMi4yLDEuNSwyLjIsMi45djQwQzcwNS4zLDk5LjQsNzA0LDEwMC43LDcwMi4zLDEwMC43eiBNNjgyLjUsOTQuN2gxNi45VjY4LjFMNjgyLjUsOTQuN3oiLz4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTY2My43LDI2MC4xYy0xLjQsMC0yLjctMS0yLjktMi40bC04LTQxLjNjLTAuMy0xLjYsMC43LTMuMiwyLjQtMy41YzEuNi0wLjMsMy4yLDAuNywzLjUsMi40bDgsNDEuMwoJYzAuMywxLjYtMC43LDMuMi0yLjQsMy41QzY2NCwyNjAsNjYzLjksMjYwLjEsNjYzLjcsMjYwLjF6Ii8+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00NzEuMywxMjMuNGMtMC42LDAtMS4xLTAuMi0xLjctMC41bC0zNC4zLTIyLjdjLTEuNC0wLjktMS44LTIuOC0wLjgtNC4yYzAuOS0xLjQsMi44LTEuOCw0LjItMC44bDM0LjMsMjIuNwoJYzEuNCwwLjksMS44LDIuOCwwLjgsNC4yQzQ3My4yLDEyMi45LDQ3Mi4zLDEyMy40LDQ3MS4zLDEyMy40eiIvPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzUzLjIsMzk0LjRsLTcuNS0zLjFjLTEuNi0wLjctMi40LTIuNS0xLjctNC4xbDMuMS03LjVjMC43LTEuNiwyLjUtMi40LDQuMS0xLjdsNy41LDMuMQoJYzEuNiwwLjcsMi40LDIuNSwxLjcsNC4xbC0zLjEsNy41QzM1Ni42LDM5NC4zLDM1NC44LDM5NSwzNTMuMiwzOTQuNHoiLz4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTUwMSw2MDQuMmwtNi44LDQuNGMtMS40LDAuOS0zLjQsMC41LTQuMy0wLjlsLTQuNC02LjhjLTAuOS0xLjQtMC41LTMuNCwwLjktNC4zbDYuOC00LjQKCWMxLjQtMC45LDMuNC0wLjUsNC4zLDAuOWw0LjQsNi44QzUwMi45LDYwMS4zLDUwMi41LDYwMy4yLDUwMSw2MDQuMnoiLz4KPGNpcmNsZSBjbGFzcz0ic3QwIiBjeD0iMjk4IiBjeT0iMjA1LjIiIHI9IjcuNCIvPgo8Y2lyY2xlIGNsYXNzPSJzdDAiIGN4PSI0MC4zIiBjeT0iNzUwLjQiIHI9IjcuNCIvPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNjgxLDY3OC43Yy0wLjgsMC0xLjYtMC4zLTIuMi0wLjlsLTI1LjMtMjYuN2MtMS4xLTEuMi0xLjEtMy4xLDAuMS00LjJjMS4yLTEuMSwzLjEtMS4xLDQuMiwwLjFsMjUuMywyNi43CgljMS4xLDEuMiwxLjEsMy4xLTAuMSw0LjJDNjgyLjUsNjc4LjQsNjgxLjcsNjc4LjcsNjgxLDY3OC43eiIvPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTYuMywyODIuN2MtMS40LDAtMi43LTEtMy0yLjVjLTAuMy0xLjYsMC44LTMuMiwyLjUtMy41bDI0LTRjMS42LTAuMywzLjIsMC44LDMuNSwyLjUKCWMwLjMsMS42LTAuOCwzLjItMi41LDMuNWwtMjQsNEMxNi43LDI4Mi43LDE2LjUsMjgyLjcsMTYuMywyODIuN3oiLz4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTEzNS43LDQ0LjFjLTEuNywwLTMtMS4zLTMtM1YxN2MwLTEuNywxLjMtMywzLTNzMywxLjMsMywzdjI0QzEzOC43LDQyLjgsMTM3LjMsNDQuMSwxMzUuNyw0NC4xeiIvPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTkzLjcsNTAyYy0wLjgsMC0xLjctMC4zLTIuMi0xYy0xLjEtMS4yLTEtMy4xLDAuMy00LjJsMjkuMy0yNmMxLjItMS4xLDMuMS0xLDQuMiwwLjNjMS4xLDEuMiwxLDMuMS0wLjMsNC4yCglsLTI5LjMsMjZDMTk1LjEsNTAxLjgsMTk0LjQsNTAyLDE5My43LDUwMnoiLz4KPC9zdmc+Cg=="), linear-gradient(90deg, #6f58ee 0%, #7434f3 100%);
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      position: relative;
      z-index: 3;
      transition: transform 0.3s ease-in-out;
    }

    .cnt-menu #style-box.leftslide:before,
    .cnt-menu #style-box.fadein:before,
    .cnt-menu #style-box.topslide:before,
    .cnt-menu #style-box.pushslide:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 5;
      background-color: rgba(0, 0, 0, 0.3);
    }

    .cnt-menu #style-box.pushslide {
      transform: translate3d(250px, 0, 0);
      transition: transform 0.3s ease-in-out;
      z-index: 5;
    }

    .cnt-menu #style-box .box-inner h1 {
      margin-top: 0;
      padding: 10px;
      text-transform: uppercase;
      color: #ffffff;
    }

    .cnt-menu #style-box .box-inner h1 span {
      font-style: italic;
      font-size: 20px;
    }

    .cnt-menu #style-box .box-inner ul li {
      display: inline-block;
      padding: 10px 15px;
      margin-right: 10px;
      margin-bottom: 10px;
      background-color: #fff;
      text-transform: capitalize;
      border-radius: 4px;
      cursor: pointer;
      color: #ffffff;
      border: 2px solid #fff;
      transition: background-color 0.2s ease-in;
    }

    .cnt-menu #style-box .box-inner ul li:last-child {
      margin-right: 0;
    }

    .cnt-menu #style-box .box-inner ul li:hover,
    .cnt-menu #style-box .box-inner ul li.now {
      background-color: transparent;
    }

    @keyframes fadeInRight {
      0% {
        opacity: 0;
        left: 30px;
      }

      100% {
        opacity: 1;
        left: 0px;
      }
    }

    .space-area {
      height: 850px;
      background: #009a11;
      padding: 100px 0;
      position: relative;
    }

    .space-area h1 {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      text-align: center;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      color: #fff;
    }

    .count-area {
      position: relative;
      background: #009aaa;
      padding: 100px 0;
      text-align: center;
      color: #fff;
    }

    .count-area-content {
      margin-top: 30px;
    }

    .count-area i {
      font-size: 48px;
    }

    .count-digit {
      margin: 20px 0px;
      color: #fff;
      font-weight: 700;
      font-size: 50px;
    }

    .count-title {
      font-size: 20px;
    }

    .sectionpart1 {
      padding-right: 200px;
      padding-left: 200px;
      padding-top: 100px;
    }
    .sectionpart1.artic-sec{
  padding-top:30px;
}
    .navigationbox .swiper-button-next {
      width: 58px !important;
      background: #24A1B3;
      left: 0 !important;
      right: unset !important;
      height: 61px;
      transform: unset !important;
      color: #fff;
    }

    .navigationbox .swiper-button-prev {
      width: 58px !important;
      background: #24A1B3;
      left: 63px !important;
      right: unset !important;
      height: 61px;
      transform: unset !important;
      color: #fff;
    }

    .skema-ul {
      height: 400px;
      overflow-y: auto;
      direction: ltr;
      text-align: right;
      width: 100%;
      padding-right: 15px;
    }

    .skema-ul::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      border-radius: 10px;
      background-color: #F5F5F5;
    }

    .skema-ul::-webkit-scrollbar {
      width: 10px;
      background-color: #F5F5F5;
    }

    .skema-ul::-webkit-scrollbar-thumb {
      border-radius: 10px;
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
      background-color: #24A1B3;
    }

    .info {
      position: absolute;
      width: 30px;
      height: 30px;
      z-index: 5;
left: 600px;top: 100px;
    }

    .info .cnt {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
    }

    .info .cnt .dot::after {
      animation: 2s .5s infinite dotAnime;
    }

 

    .info .cnt .dot::before {
      animation: 2s infinite dotAnime;
    }

    .info .cnt .dot {
      width: 100%;
      height: 100%;
      /* display: flex; */
      justify-content: center;
      align-items: center;
      position: relative;
      cursor: pointer;
    }

    .info .cnt .dot::before {
      animation: 2s infinite dotAnime;
    }

    .info .cnt .dot::before {
      content: '';
      display: block;
      width: 20px;
      height: 20px;
      border-radius: 2px;
      background-color: #fff;
      position: absolute;
      top: 50%;
      left: 10px;
   
    }

    @keyframes dotAnime {
      from {
        opacity: .6;
        opacity: .3;
        transform: translate(-50%, -50%) scale(1)
      }

      to {
        opacity: 0;
        transform: translate(-50%, -50%) scale(4)
      }
    }
   .info .cnt .dot span {
  display: block;
  width: 39px;
  height: 39px;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
  line-height: 39px;
  color: #24A1B3;
}
 .info .cnt .dot::after {
  animation: 2s .5s infinite dotAnime;
}
.info .cnt .dot::after{
content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 10px;

}
.desktop-slider .box {
  position: absolute;
  width: 500px;
  opacity: 0;
  visibility: hidden;
  transform: scale(1,0);
  transition: transform 1s,opacity 1s;
  z-index: 11;
  /* height: 350px; */
  /* background: #fff; */
}
.prj-tag-show  .box {
  background-color: rgba(0,0,0,.8);
}
 .prj-tag-show .info .cnt .box{
position: absolute;
  width: 270px;
  opacity: 0;
  visibility: hidden;
  transform: scale(1,0);
  transition: transform 1s,opacity 1s;
  z-index: 11;
  
 }
 .prj-tag-show .info .cnt .box .bdy {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  position: relative;
  padding: 20px 40px;
  background-color: rgba(0,0,0,.8);
}

 .prj-tag-show .info .cnt .box.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1,1);
}
 .prj-tag-show .info .cnt .box .bdy .tag-list h5{
  margin: 10px 0;
 }
 .prj-tag-show .info .cnt .box .bdy .tag-list a{
  display: block;
  width: 100%;
  padding: 10px;
  text-align: center;
  color: #fff !important;
  margin-top: 10px;
  border: 1px solid #fff;
 }
.desktop-slider .box .bdy {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  position: relative;
  padding: 20px;
  /* background-color: #fff; */
}
 .desktop-slider .box .bdy .close{
  opacity: 0;
  transition: opacity 1s .7s;
  
 }
 .desktop-slider .box .bdy .close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 1;
  background-color: transparent;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
 .desktop-slider .box {
  visibility: hidden;
}

.date-image {
  display: inline-block;
  background-color: #24a1b3;
  width: 100px;
  padding: 5px;
  text-align: center;
  transform: translateY(-35px);
  position: relative;
  height: 39px;
  font-family: falight;
}

.date-image::after {
 content: "";
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 25px solid #24a1b3;
  border-bottom: 19px solid transparent;
  position: absolute;
  left: -24px;
  top: 0;
}

 .box.active{
  opacity: 1;
  visibility: visible;
  transform: scale(1,1);
  background-color: #f4f4f5;
}


.show-tag-pro  .box{
right: 40px;
  margin-top: 0;
  /* border-bottom: 2px solid #24a1b3; */
  top:-40px;
}
.sectionpart1 .swiper {
  width: 500px;
  min-width: 300px;
  height: auto;
  padding-bottom: 15px;
}
.sectionpart1 .swiper.arc-swi {
  width: 777px;
}
.sectionpart1 .swiper-slide-img {
  height: auto;
  width: 100%;

  min-height: 353px;
  
}

.sectionpart1 .swiper-slide-img:hover {
  cursor: pointer;
}

.sectionpart1 .gallery-thumbs .swiper-slide img:hover,.sectionpart1 .swiper-slide img:hover  {
    cursor: pointer;
 
}

.sectionpart1 .swiper-pagination {
  background-color: #d8d8d8;
  padding: 10px;
}

.sectionpart1 .swiper-button-prev {
  position: absolute;
  transform: translateX(-40%);
  color: black;
}

.sectionpart1 .swiper-button-prev:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.sectionpart1 .swiper-button-next {
  position: absolute;
  transform: translateX(40%);
  color: black;
  font-weight: 900;
}

.sectionpart1 .swiper-button-next:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.sectionpart1 .swiper-pagination {
  background: linear-gradient(to bottom right, #c2c2f0, #8585e0);
  border-radius: 10px;
}

/*active pagination*/
.sectionpart1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgb(255, 255, 255);
}

/*other pagination*/
.sectionpart1 .swiper-pagination .swiper-pagination-bullet {
  height: 15px;
  width: 15px;
}

.sectionpart1 .swiper-pagination .swiper-pagination-bullet:hover {
  transform: scale(1.2);
  transition: all 0.5s;
}

.sectionpart1 .swiper-pagination .swiper-pagination-bullet:focus {
    outline: none;
    background-color: rgb(255, 255, 255);
    -webkit-tap-highlight-color: rgb(248, 248, 248);
}

.sectionpart1 .minimum-height { 
    min-height: 257px;

    @include small-screen {
        min-height: calc((0.3002 * 100vw) + 21.49px);
    }
}

/* ................................................ thumbs .......................................................... */

.sectionpart1 .gallery-thumbs {
    padding: 0;
    margin-top: 0;
    margin-bottom: 40px;
}

.sectionpart1 .gallery-thumbs .swiper-slide {
    width: 25%;
    opacity: 0.8    ;
}

.sectionpart1 .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
  
.sectionpart1 .gallery-thumbs .swiper-slide img {
    width: 100%;
    height: 70px;
    min-height: 40px;
    object-fit: cover;
}



/* ................................................ modal .......................................................... */
.sectionpart1 .modal {
  display:none;
  position: fixed;
  z-index: 9;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
}

.sectionpart1 .modal-content {
  background-color: rgb(0, 0, 0);
  padding: 0;
  height: 100%;
  width: 100%;
  min-width: 300px;
  animation-name: modalOpen;
  animation-duration: 1s;
}

.sectionpart1 .closeBtn {
  position: absolute;  /* removed from normal flow of doc, positioned relative to its nearest ancestor (modal content)*/
  z-index: 4;
  color:white;
  right: 5px;
  font-size: 30px;
}

 .sectionpart1 .closeBtn:hover,.sectionpart1 .closeBtn:focus {
  color: rgb(114, 114, 114);
  text-decoration: none;
  cursor: pointer;
}

@keyframes modalOpen {
  from{opacity: 0}
  to {opacity: 1}
}

/* ............................................. modal swiper gallery ....................................................... */
/* used ids higher specificity to override gallery styles */

.sectionpart1 #swiper-container-modal {
  z-index:3;
  width:100%;
  height:100%;
  overflow:hidden;
  padding:0;
  border:0;
}

.sectionpart1 #swiper-pagination-modal {
  display:none; /* if pagination not included in modal... index.html pagination buttons dnt change (black for active slide)*/
}

.sectionpart1 #swiper-button-next-modal {
  transform:translateX(-40%);
  color: white;
}

.sectionpart1 #swiper-button-prev-modal {
  transform:translateX(40%);
  color: white;
}

.sectionpart1 .swiper-slide-modal {
  height: 100vh;
}

.sectionpart1 .swiper-lazy-modal {
  object-fit: contain;
  border:0;  
}
/* ............................................. responsiveness ....................................................... */
@media all and (max-width: 520px) {
 .sectionpart1 .swiper {
    width: calc(100vw - 20px);
  }

  .sectionpart1 .swiper-button-next:after {
    font-size: 20px !important;
    transform:translateX(60%);
  }
  
  

 .sectionpart1 .swiper-button-prev:after {
    font-size: 20px !important;
    transform:translateX(-60%);
  }

 .sectionpart1  #swiper-button-next-modal {
    font-size: 20px !important;
    transform:translateX(20%);
  }
  
 .sectionpart1  #swiper-button-prev-modal {
    font-size: 20px !important;
    transform:translateX(-20%);
  }

 .sectionpart1 .swiper-pagination {
    padding: 4px;
  }

 .sectionpart1 .swiper-slide-img {
    width: calc(100vw-32px);
    height: auto;

    min-height: calc((0.5338 * 100vw) + 48.476px); 
  }

  .sectionpart1 .swiper-pagination .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
  }

.sectionpart1 .gallery-thumbs .swiper-slide img {
        height: 14vw;
    }

}



.sectionpart1 .swiper-navigation-icon{
  display: none;
}
#send-comment label {
  color: #fff !important;
  font-size: 14px;
}
#send-comment input , #send-comment textarea{
 background-color: #404040 !important;
 border-radius: unset !important;
 border: unset !important;
}
#send-comment input{
  height: 48px;
}
#refreshimg {
  position: absolute;
  left: 100px;
  top: 17px;
}
#send-comment .load-captcha {
  position: absolute;
  left: 10px;
  top: 2px;
}
.commentslider .swiper-navigation-icon{
  display: none;
}
.swiper.commentslider {
  padding-bottom: 100px;
}
.commentslider  .swiper-button-next, .commentslider  .swiper-button-prev{
position: unset !important;
}
.commentslider  .swiper-button-next::after{

background-image: url("../images/arrow-right.png");
background-repeat: no-repeat;
background-position: center center;
color: transparent !important;
}
.commentslider  .swiper-button-prev::after{

color: transparent !important;
background-repeat: no-repeat;
background-position: center center;
background-image: url("../images/arrow-left.png");
}



.related-products .swiper-navigation-icon{
  display: none;
}
.related-products .nav-box{
position: absolute;
  top: 25px;
  width: 120px;
  height: 50px;
  left: 0;
}
.relatedproduct {
  padding-top: 100px;
  margin-top: -100px;
}
.relatedproduct .swiper-button-next::after, .relatedproduct .swiper-button-prev::after{
  font-size: 25px;
  color: #fff;
}


.related-projects .swiper-navigation-icon{
  display: none;
}
.related-projects .nav-box{
position: absolute;
  top: 25px;
  width: 120px;
  height: 50px;
  left: 0;
}
.relatedproject {
  padding-top: 100px;
  margin-top: -100px;
}
.related-projects .swiper-button-next::after, .related-projects .swiper-button-prev::after{
  font-size: 25px;
  color: #fff;
}


.related-arcs .swiper-navigation-icon{
  display: none;
}
.related-arcs .nav-box{
position: absolute;
  top: 25px;
  width: 120px;
  height: 50px;
  left: 0;
}
.relatedarc  {
  padding-top: 100px;
  margin-top: -100px;
}
.related-arcs .swiper-button-next::after, .related-arcs .swiper-button-prev::after{
  font-size: 25px;
  color: #fff;
}


.gallery-box .swiper-button-next::after, .gallery-box .swiper-button-prev::after{
  font-size: 25px;
  color: #fff;
}

.hidden {
  overflow: hidden;
  display: none;
  visibility: hidden;
}

.btn-gallery img {
  max-width: 300px;
  height: auto;
}



.HpSlider-hintLabel {
   
    font-size: 14px;
    font-weight: 500
}

.HpSlider-hintLed {
    width: 81px;
    height: 1px;
    margin: 0 auto;
    position: relative;
    overflow: hidden
}

.HpSlider-hintLed:after,
.HpSlider-hintLed:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #24a1b3
}

.HpSlider-hintLed:before {

    background-color: #fff !important;
}

.HpSlider-hintLed:after {
    transform: translatex(-110%);
    animation-name: HpSlider-hint;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(.645, .045, .355, 1)
}

@keyframes HpSlider-hint {
    0% {
        transform: translatex(-110%)
    }

    100% {
        transform: translatex(110%)
    }
}

.height-100 img{
  height: 100%;
}
.btn-gallery {
  margin-bottom: 30px;
  display: inline-block;
}



.about-box-1 .HpSlider-hintLed:before {

    background-color: #000 !important;
}


.govahislider{
  padding-top: 80px;
padding-bottom: 50px;}
.govahislider .swiper-slide{
 
  opacity: .5;
  transition: .3s ease all;
}
.govahislider .swiper-slide img{
  border: 1px solid #24A1B3;
  
}
.govahislider .swiper-slide.swiper-slide-next {
  transform: scale(1.3);
  opacity: 1;
}
.namegovahi{
  text-align: center;
}
.govahislider  .swiper-navigation-icon{
  display: none;
}
.govahislider  .nav-box{
position: absolute;
  bottom: 25px;
  width: 60%;
  margin: 0 auto;
  left: 0;
  right: 0;

}
.govahislider   .swiper-button-next::after{

background-image: url("../images/arrow-right.png");
background-repeat: no-repeat;
background-position: center center;
color: transparent !important;
}
.govahislider   .swiper-button-prev::after{

color: transparent !important;
background-repeat: no-repeat;
background-position: center center;
background-image: url("../images/arrow-left.png");
}
.loh-section{
  position: relative;
}
.loh-section::after{
  content: "";
    content: "";
  width: 1px;
  height: 70%;
  background: #fff;
  display: block;
  margin-top: 50px;
  position: absolute;
  left: 0;
  top: 100px;
}

.loh-section::before {
  content: "";
  width: 1px;
  height: 70%;
  background: #fff;
  display: block;
  margin-top: 50px;
  position: absolute;
  right: 0;
}
.backahdaf{
  background-image: url("../images/back-ahdaf.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.catalog-item div{
  overflow: hidden;
}
.catalog-item:hover img{

  transform: scale(1.2);
}
.catalog-item img{
  transition: 1s ease all;

}
@media only screen and (max-width:1600px){

.contact-left img{
  width: 50%;
}
}

.text > p {
  transition: all 0.8s;
}
.text {
  overflow: hidden;
  padding-top: 15px;
}
.Aboutimage{
  overflow: hidden;
}
.Aboutimage img{
/* object-fit: contain; */
  transition: 0.8s all;
}
.govahislider{
  position: relative;
}
.govahislider::after{
  content: "";
  position: absolute;
  left: 0;
  width: 100px;
  height: 100%;
  background-color: #1f1e1c;
  z-index: 999;
  top: 0;

}
.govahislider::before{
  content: "";
  position: absolute;
  right: 0;
  width: 100px;
  height: 100%;
  background-color: #1f1e1c;
  z-index: 999;
  top: 0;
}
#dropdownDelayButton1,#dropdownDelayButton2{
  /* top: 30px; */
  /* top: 15px; */
  font-size: 14px;
  z-index: 99999;
}
.cnt-menu .menu-btn{
  left: 75px
}
.related-projects .swiper-slide,.related-products .swiper-slide,.related-arcs .swiper-slide{
  transition: .3s ease all;
}
.back-list-prj{
  transition: 0.5s ease all;
  transform: scale(1.1);
  opacity: 0;
}
.catBox:hover .back-list-prj{
  transition: 0.5s ease all;
  opacity: 1;
  transform: translate(0);
}
.catBox{
  border-left: 2px solid #000;
  justify-content: center;
  z-index: 1;
}
.desktop-slider .box.active .bdy .close{
  opacity: 1;
 }
 .desktop-slider  .tag-list {
  font-size: 14px;
  text-align: justify;
    background: #f4f4f5;
    display: flex;
    align-items: center;
    column-gap: 15px;
}
 .allcmt .nav-box{
  margin-top: 70px;
 }
 .box404{
  background-image: url("../images/error-404.png");
background-repeat: no-repeat;
  background-size: cover;
 }

 #dropdownDelay1{
    height: 100vh;
    margin-top: -85px !important;
}
#dropdownDelay2{
    max-width: 1170px;
    margin: 0 auto !important;
    right: 0 !important;
}
.contact-info p{
    margin-bottom:20px
}
.menu-footer a {
  color: #fff;
  font-size: 14px;

}
.SiteFooter .menu-footer a {
 margin-left: 25px;
}
.SiteFooter {
    font-size: calc(1rem - 4px);
    line-height: 1.5;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    background-color: #4a4a4a;
    color: #b3b3b3;
    font-weight: 500
}

@media (min-width:768px) {
    .SiteFooter .collapse:not(.show) {
        display: block !important
    }
}

.SiteFooter a:hover {
    color: #fff;
    transition: opacity .2s
}

.SiteFooter ul {
    list-style: none;
    padding: 0;
    margin:20px 0;
    max-width: 100%;
    display: flex;
    flex-direction: column
}

@media (min-width:768px) {
    .SiteFooter ul {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: right
    }
}

.SiteFooter ul li {
    text-transform: uppercase;
    margin-bottom: .5rem
}

@media (min-width:768px) {
    .SiteFooter ul li {
        margin-bottom: 0
    }

    .SiteFooter ul li:not(:last-child) {
        margin-left: 1.5rem
    }
}

.SiteFooter ul li:last-child {
    margin-bottom: 0
}

.SiteFooter-logo {
    margin-bottom: 2.5rem
}

@media (min-width:768px) {
    .SiteFooter-logo {
        text-align: center
    }
}

.SiteFooter-logo svg {
    height: 1.07143rem;
    width: auto;
    fill: currentColor
}

@media (min-width:768px) {
    .SiteFooter-logo svg {
        height: 1.25rem
    }
}

.SiteFooter-menu-top {
    font-weight: 700
}

.SiteFooter-company {
    width: 100%;
    position: relative;
    margin-bottom: 2.5rem
}

@media (min-width:768px) {
    .SiteFooter-company {
        text-align: center
    }
}

.SiteFooter-company::before {
    margin-left: -4.26667vw;
    margin-right: -4.26667vw;
    content: "";
    display: block;
    height: 1px;
    background-color: #fff;
    opacity: .25
}

@media (min-width:768px) {
    .SiteFooter-company::before {
        margin-left: -4.16667vw;
        margin-right: -4.16667vw
    }
}

@media (min-width:992px) {
    .SiteFooter-company::before {
        margin-left: -3.125vw;
        margin-right: -3.125vw
    }
}

@media (min-width:768px) {
    .SiteFooter-company::before {
        display: none
    }
}

.SiteFooter-company:after {
    margin-left: -4.26667vw;
    margin-right: -4.26667vw;
    content: "";
    display: block;
    height: 1px;
    background-color: #fff;
    opacity: .25
}

@media (min-width:768px) {
    .SiteFooter-company:after {
        margin-left: -4.16667vw;
        margin-right: -4.16667vw
    }
}

@media (min-width:992px) {
    .SiteFooter-company:after {
        margin-left: -3.125vw;
        margin-right: -3.125vw
    }
}

@media (min-width:768px) {
    .SiteFooter-company:after {
        display: none
    }
}

.SiteFooter-company-toggle {
    cursor: pointer;
    text-transform: uppercase;
    padding: 1rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media (min-width:768px) {
    .SiteFooter-company-toggle {
        display: none
    }
}

.SiteFooter-company-icon {
    position: relative;
    display: inline-block;
    height: 1rem;
    width: 1rem
}

.SiteFooter-company-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    width: 1rem;
    background-color: #b3b3b3;
    transform-origin: center center;
    transform: rotate(180deg) translateY(100%);
    transition: transform .2s
}

.collapsed .SiteFooter-company-icon::before {
    transform: rotate(0) translateY(-100%)
}

.SiteFooter-company-icon::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    width: 1rem;
    background-color: #b3b3b3;
    transform-origin: center center;
    transform: rotate(0) translateY(-1px);
    transition: transform .2s
}

.collapsed .SiteFooter-company-icon::after {
    transform: rotate(-90deg) translateX(1px)
}

.SiteFooter-company-content p {
    margin: 0 auto 2rem;
    max-width: 50rem
}

.SiteFooter-social ul {
    margin-bottom: 0;
    flex-direction: row
}

.SiteFooter-social ul li {
    display: inline
}

.SiteFooter-social ul li a {
    display: flex
}

.SiteFooter-social ul li:not(:last-child) {
    margin-right: 1rem
}

.SiteHeader {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1040;
    height: 103px;
  background: rgba(255,255,255,.4);
}

.SiteHeader-bar:before,
.SiteHeader-submenu-container:before {
    z-index: -1;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: #fff; */
    transition: opacity .3s;
    opacity: 1;
    /* border-bottom: 1px solid #eee */
}
.banner-section::before{
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, .65);

}
.menu-footer {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
}
.copy-right {
  display: flex;
  /* justify-content: flex-end; */
  margin-top: 20px;
  column-gap: 10px;
}
.namecat{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    -webkit-transition: .3s ease all;
  transition: .3s ease all;
  opacity: 0;
}
.itemcat:hover .namecat{
    opacity: 1;
}
.namecat span{
    display: flex;
    column-gap: 10px;
    position: absolute;
    bottom: 50px;
    right: 20px;
    align-items: center;
}
.back-image{
    background-image: url("../images/back-image.png");
    margin-top: 50px;
}
.prj-ul{
  height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: right;
  direction: ltr;
  padding-right: 20px;
}

.main-blog .sectionpart2  img{
  margin: 30px auto;
}
.tel--sep span:last-child{
  display: none;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
  z-index: 99999;
}
.loading__inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-animation: fadeUp .5s ease-in-out;
  animation: fadeUp .5s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.loading__logo img {
 margin: 0 auto;
}

.loading .loading__logo {
  position: absolute;
  top: calc(50% - 77px);
  width: 100%;
  text-align: center;
}
.loading-container {
  display: table;
  width: 100%;
  height: 100%;
  z-index: 9999999;
}
.loading-container .loader {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  min-height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.loading-container .loading-slide {
  position: relative;
  width: 200px;
  height: 2px;
  background: #ddd;
  margin: 0 auto;
    margin-top: 0px;
  overflow: hidden;
  margin-top: 100px;
}
.loading-container .loader * {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.loading-container .loading-slide .slide:first-of-type {
  width: 90px;
  background: #999;
  -webkit-transform: scaleX(1.8);
  transform: scaleX(1.8);
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}
.loading-container .loading-slide .slide {
  position: absolute;
  left: 0;
  height: 2px;
  -webkit-animation: loadingSlide 2s infinite;
  animation: loadingSlide 2s infinite;
    animation-delay: 0s;
  animation-delay: 0s;
}
.loading-container .loading-slide .slide:nth-of-type(2) {
  width: 90px;
  background: #111;
  -webkit-transform: scaleX(1.4);
  transform: scaleX(1.4);
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

@-webkit-keyframes loadingSlide {
    0%,
    to {
        left: -90px
    }
    50% {
        left: 100%
    }
}

@keyframes loadingSlide {
    0%,
    to {
        left: -90px
    }
    50% {
        left: 100%
    }
}



@-webkit-keyframes loadEnd {
    0% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
}

@keyframes loadEnd {
    0% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@media only screen and (min-width:1700px){
  .aboutpage  .w-\[926px\]{
    width: 1200px !important;
  }
}
@media only screen and (min-width:1930px){
  .aboutpage  .w-\[926px\]{
    width: 1500px !important;
  }
   .aboutpage  .w-\[529px\]{
      width: 650px !important;
   }
.aboutpage  .govahislider{
  padding-top: 200px;
}
.aboutpage .titr.mt-\[40px\]{
margin-top: 80px !important;
}
}

@media only screen and (max-width:1700px){
 .footerSection .pt-\[90px\]{
  padding: 0 !important;
 }
 .footerSection .fas.mb-\[20px\]{
  margin-bottom: 5px !important;
 }
}
.breadcrumb ul li a{
    font-size: 14px;
    font-family: "falight";
}
.relatedarc .swiper-slide img,.relatedproduct .swiper-slide img , .relatedproject .swiper-slide a> img{
  width: 100%;
}
.relatedproduct  .name{
  margin-top: 15px;
}
#send-comment{
  margin-top: -28px;
}
.cat-page .catBox{
  justify-content: right;
}
.Menu-language a {
  padding: 0 1rem;
}
.Menu-service ul li:hover svg path {
  fill: #24A1B3 !important;
}
.submenu li a {
  font-size: 18px !important;
}
.aboutpage .myStyle #dropdownDelayButton1 svg path{
  fill: #fff !important;
}
.aboutpage .myStyle  #dropdownDelayButton2 {
  color: #fff !important;
  border-color: #fff !important;
}
.btn-form [data-bc-schema-info-part="1"] [data-bc-part-related-cell]{
    width: 100% !important;
}
.btn-form [data-bc-answer-container] input[type="text"] {
  border: unset !important;
  border-radius: unset !important;
  height: 48px !important;
}
.btn-form  [data-bc-part-container], [data-bc-btn-container] {
  width: 100% !important;
}
.btn-form  [data-bc-answer-container] textarea {
  height: 137px !important;
  border: unset !important;
  border-radius: unset !important;
}
.navigation-bar ul li a {
  font-family: falight;
  font-size: 14px;
}
.breadcrumb ul li:last-child >span{
  display: none;
}
@media only screen and (max-height:800px){
  .prj-ul{
    height: 100px;
  }
}
.mfp-bottom-bar{
  display: none;
}
.section2.shrink-0.flex.w-full {
  width: calc(100% - 364px) !important;
}
@media only screen and (min-width:1601px){
.main-cat .section2  .catBox.w-\[400px\]{
  width: 510px !important;
}
}

@media only screen and (min-width:2000px){
 .main-cat .section2   .catBox.w-\[400px\]{
  width: 500px !important;
}
}
.namegovahi {
  display: none;
}
.swiper-slide-next .namegovahi {
  display: block;
}
.relatedarc .swiper-slide div p{
  font-family: "falight";
}
.relatedarc .name{

  font-weight: 500;
  margin-bottom: 15px;
  margin-top: -20px;
}

