* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
  }
  p {
      margin: 0px;
  }
  
  /*header {*/
  /*    height: 80px;*/
  /*}*/
  header {
    background-color: transparent;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 21;
    white-space: nowrap;
    transition: all .3s ease-in-out;
  }
  body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Averta", sans-serif !important;
  }
  .container-fluid {
      padding: 0px 5%;
  }
  
  /*speedbar*/
  .speedbar {
      margin-bottom: 35px;
      color: #000;
  }
  
  /**/
  
  /*HIGHSLIDE*/
  
  
  .highslide-viewport-size {
      background-color: #000;
  }
  .highslide-container {
      z-index: 9999999 !Important;
  }
  .highslide-controls {
  width: 195px;
  height: 40px;
  background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) 0 -90px no-repeat;
  margin-right: 15px;
  margin-bottom: 10px;
  margin-top: 10px;
  }
  .highslide-controls ul {
  position: relative;
  left: 15px;
  height: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
  background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) right -90px no-repeat;
  }
  .highslide-controls li {
  float: left;
  padding: 5px 0;
  }
  .highslide-controls a {
  background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif);
  display: block;
  float: left;
  height: 30px;
  width: 30px;
  outline: none;
  }
  .highslide-controls a.disabled {
  cursor: default;
  }
  .highslide-controls a span {
  /* hide the text for these graphic buttons */
  display: none;
  }
  /* The CSS sprites for the controlbar */
  .highslide-controls .highslide-previous a {
  background-position: 0 0;
  }
  .highslide-controls .highslide-previous a:hover {
  background-position: 0 -30px;
  }
  .highslide-controls .highslide-previous a.disabled {
  background-position: 0 -60px !important;
  }
  .highslide-controls .highslide-play a {
  background-position: -30px 0;
  }
  .highslide-controls .highslide-play a:hover {
  background-position: -30px -30px;
  }
  .highslide-controls .highslide-play a.disabled {
  background-position: -30px -60px !important;
  }
  .highslide-controls .highslide-pause a {
  background-position: -60px 0;
  }
  .highslide-controls .highslide-pause a:hover {
  background-position: -60px -30px;
  }
  .highslide-controls .highslide-next a {
  background-position: -90px 0;
  }
  .highslide-controls .highslide-next a:hover {
  background-position: -90px -30px;
  }
  .highslide-controls .highslide-next a.disabled {
  background-position: -90px -60px !important;
  }
  .highslide-controls .highslide-move a {
  background-position: -120px 0;
  
  }
  .highslide-controls .highslide-move a:hover {
  background-position: -120px -30px;
  }
  .highslide-controls .highslide-full-expand a {
  background-position: -150px 0;
  }
  .highslide-controls .highslide-full-expand a:hover {
  background-position: -150px -30px;
  }
  .highslide-controls .highslide-full-expand a.disabled {
  background-position: -150px -60px !important;
  }
  .highslide-controls .highslide-close a {
  background-position: -180px 0;
  }
  .highslide-controls .highslide-close a:hover {
  background-position: -180px -30px;
  }
  .category-in h3{
      box-shadow: 0 2px 8px 0 rgb(0 0 0 / 6%);
      padding: 20px 20px 15px;
      background-color: white;
      height: 90px;
      border-end-start-radius: 6px;
      border-end-end-radius: 6px;
      font-weight: 500;
      color: #141414;
      font-size: 18px;
      text-align: center;
  }
  
  /*-----------------------------*/
  
  
  span[itemprop="name"] {
      color: #000;
      opacity: .5;
      transition: all .3s;
  }
  span[itemprop="name"]:hover {
      opacity: 1;
  }
  
  /* header-top start navbar*/
  
  /*.header-menu {*/
  /*  background: white;*/
  /*  box-shadow: rgb(230 230 230) 0px -1px 0px 0px inset;*/
  /*  height: 80px;*/
  /*  position: fixed;*/
  /*  top: 0;*/
  /*  z-index: 999;*/
  /*  width: 100%;*/
  /*}*/
  
  /*.header-menu .container {*/
  /*  height: 100%;*/
  /*}*/
  
  /*.header-menu #header_desc_nav {*/
  /*  height: 100%;*/
  /*  display: flex;*/
  /*  align-items: center;*/
  /*  justify-content: space-between;*/
  /*  position: relative;*/
  /*}*/
  
  /*.navbar-brand img {*/
  /*  width: 100px;*/
  /*}*/
  
  /*#navbar_nav {*/
  /*  display: flex;*/
  /*  align-items: center;*/
  /*}*/
  
  /*#lang {*/
  /*  display: flex;*/
  /*  align-items: center;*/
  /*  background-color: #efefef;*/
  /*  border-radius: 8px;*/
  /*  cursor: pointer;*/
  /*  position: relative;*/
  /*  padding: 10px;*/
  /*  transition: all .2s;*/
  /*  margin-right: 15px;*/
  /*}*/
  
  /*#lang img {*/
  /*  width: 25px;*/
  /*}*/
  
  /*#langs {*/
  /*  margin-left: 7px;*/
  /*}*/
  
  /*#langs p:first-child {*/
  /*  color: #969696;*/
  /*  font-size: 12px;*/
  /*  margin-bottom: 7px;*/
  /*}*/
  
  /*#langs p:last-child {*/
  /*  color: #2d3137;*/
  /*  margin-top: -6px;*/
  /*  font-size: 14px;*/
  /*  font-weight: 400;*/
  /*  margin-bottom: 0;*/
  /*}*/
  
  /*#lang:hover {*/
  /*  background-color: rgba(45, 49, 55, 0.24);*/
  /*}*/
  
  /*#lang:hover #rus {*/
  /*  display: block;*/
  /*}*/
  
  /*#rus {*/
  /*  padding-left: 0;*/
  /*  position: absolute;*/
  /*  background: #fff;*/
  /*  border-radius: 5px;*/
  /*  width: 100%;*/
  /*  top: 100%;*/
  /*  z-index: 9999999999;*/
  /*  left: 0;*/
  /*  transition: 500ms all ease;*/
  /*  display: none;*/
  /*  overflow: hidden;*/
  /*  -webkit-transition: 500ms all ease;*/
  /*  -moz-transition: 500ms all ease;*/
  /*  -ms-transition: 500ms all ease;*/
  /*  -o-transition: 500ms all ease;*/
  /*}*/
  
  /*#rus a:hover {*/
  /*  background: #e6e6e6;*/
  /*}*/
  
  /*#rus a {*/
  /*  color: #292f37;*/
  /*  display: flex;*/
  /*  align-items: center;*/
  /*  padding: 7px 8px;*/
  /*  font-size: 14px;*/
  /*  text-decoration: none;*/
  /*}*/
  
  /*#rus img {*/
  /*  margin-right: 5px;*/
  /*}*/
  
  /*#calc {*/
  /*    text-align:center;*/
  /*    display: flex;*/
  /*    align-items: center;*/
  /*    justify-content: center;*/
  /*    color: #fff;*/
  /*    font-size: 14px;*/
  /*    padding: 15px;*/
  /*    border-radius: 8px;*/
  /*    background: #429f44;*/
  /*    border: none;*/
      
  /*}*/
  
  /*#calc:hover {*/
  /*  background-color: #308a32;*/
  /*}*/
  
  /*#buttons_container {*/
  /*  margin-left: 10px;*/
  /*  display: flex;*/
    /*align-items: center;*/
  /*}*/
  
  /*#menu {*/
  /*  height: 100%;*/
  /*  display: flex;*/
  /*  justify-content: center;*/
  /*}*/
  
  /*#navbar_nav > li {*/
  /*  height: 100%;*/
  /*  margin: 0px 16px;*/
  /*}*/
  
  /*#navbar_nav>li>a {*/
  /*  color: #454749;*/
  /*  font-weight: 400;*/
  /*  position: relative;*/
  /*  -webkit-transition: opacity 0.25s ease-in-out;*/
  /*  transition: opacity 0.25s ease-in-out;*/
  /*  padding-left: 0;*/
  /*  padding-right: 0;*/
  /*  font-size: 1rem;*/
  /*  height: 100%;*/
  /*  display: inline-flex;*/
  /*  align-items: center;*/
    /*white-space: nowrap;*/
  /*}*/
  
  a.nav-link {
    letter-spacing: 0;
    color: #fff;
    font-size: 13px;
    padding: 0;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 600;
  }
  
  a.nav-link:hover,a.nav-link:focus {
      color: #fff;
  }
  /*.navbar-brand {*/
  /*  display: inline-block;*/
  /*  padding-top: 0.3125rem;*/
  /*  padding-bottom: 0.3125rem;*/
  /*  margin-right: 1rem;*/
  /*  font-size: 1.25rem;*/
  /*  line-height: inherit;*/
  /*  white-space: nowrap;*/
  /*}*/
  header nav .navbar-brand img {
      max-width: 140px;
  }
  .dropdown-menu-wrap .dropdown-menu {
    top: 100%;
    left: calc(50% - 24px);
    display: block;
    transform: scale(1, 0) translateX(-40%);
    padding: 0 0 22px;
    border-radius: 0;
    border: none;
    border-bottom: 3px solid #C7AA55;
    transform-origin: top;
    transition: all 200ms ease-in-out 0s;
    position: relative;
    background-color: rgba(0, 0, 0, 0.46);
    /*margin: 0 24px;*/
}

.dropdown-menu-wrap:hover .dropdown-menu {
    display: block;
    transform: scale(1, 1) translateX(-40%);
}

.dropdown-item:hover, .dropdown-item:focus {
    background-color: transparent;
}
.dropdown-toggle::after {
    display: none;
}
/*.dropdown-menu-wrap .dropdown-menu .dropdown-list-wrap {*/
/*    display: flex;*/
/*}*/
.dropdown-menu-wrap .dropdown-menu .dropdown-list-wrap .dropdown-list h5 a{
    display: inline-block;
    color: #d2d2d2;
    margin-bottom: 10px;
    font-size: 18px;
}
.dropdown-menu-wrap .dropdown-menu .dropdown-item:hover, .dropdown-menu-wrap .dropdown-menu .dropdown-item:focus, .dropdown-menu-wrap .dropdown-menu .dropdown-item.active, .dropdown-menu-wrap .dropdown-menu .dropdown-item:active {
    color: #C7AA55;
}
.dropdown-menu-wrap .dropdown-menu .dropdown-item {
    font-size: 15px;
    padding: 8px 15px;
    position: relative;
    color: #fff;
    background-color: transparent;
    transition: all 300ms ease;
}
.dropdown-menu-wrap .dropdown-menu .dropdown-list-wrap .dropdown-list {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
}
.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}

/*#nav_services:hover .dropdown-menu {*/
/*    transform: translateX(-70%);*/
/*    transition: all .3s ease-in-out 0;*/
/*}*/

#nav_services .dropdown-menu {
    transform: scale(1, 0) translateX(-50%);
}

#nav_services:hover .dropdown-menu {
    transform: scale(1, 1) translateX(-50%);
}

.dropdown-menu-wrap .dropdown-menu .dropdown-item::after {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 6px;
    height: 12px;
    background: url(../img/right-arrow.png) no-repeat;
}
.nav-bar-fixed-top {
  background-color:rgba(17,17,17,.8);
  box-shadow: 0 1px 5px rgb(0 0 0 / 14%);
}


/*-------------------------------------------------*/
  /* dropdown */
  
  .full-dropdown {
    padding: 40px 0px;
    width: 100%;
    opacity: 0;
    left: 0;
    z-index: 600;
    position: fixed;
    transition: all 120ms cubic-bezier(0.4, 0, 0.2, 1);
    background: #fff;
    box-shadow: 0 15px 40px 0 rgb(0 0 0 / 15%);
    border-top: 1px solid #d8d8d8;
    -webkit-transition: all 120ms cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 120ms cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: all 120ms cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 120ms cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    visibility: hidden;
  }
  
  .full-dropdown a:hover {
    background-color: #f5f5f5;
  }
  
  .full-dropdown.first a:nth-child(1) {
    text-transform: uppercase;
  }
  
  .full-dropdown a {
      width: fit-content;
      height: fit-content;
      color: #000;
      display: flex;
      padding: 10px;
      align-items: center;
      border-radius: 4px;
  }
  
  .nav-item:hover .full-dropdown {
    visibility: visible;
    opacity: 1;
  }
  .nav-item:nth-last-of-type(3) {
      padding-right: 10px;
  }
  .sub_cat {
    display: flex;
    flex-direction: column;
  }
  
  #burger_menu_box {
    display: none;
  }
  
  /* carousel */
  #slider {
    position: relative;
    overflow: hidden;
  }
  .owl-carousel1 .owl-item {
    height: 100vh;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
  }
  .owl-carousel1 .owl-nav {
      position: absolute;
      top: 50%;
      color: #fff;
      display: flex;
      width: 100%;
      justify-content: space-between;
      font-size: 40px;
      opacity: .5;
  }
  .owl-carousel1 .owl-nav button {
      position: absolute;
  }
  .owl-carousel1 .owl-nav .owl-prev {
      /*left: 25px;*/
      left: 1%;
  }
  .owl-carousel1 .owl-nav .owl-next {
      /*right: 25px;*/
      right: 1%;
  }
  #slider .overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(35%, #131418),
      color-stop(40%, rgba(19, 20, 24, 0.962622549)),
      to(rgba(255, 255, 255, 0))
    );
    background: linear-gradient(
      90deg,
      #131418 35%,
      rgba(19, 20, 24, 0.962622549) 40%,
      rgba(255, 255, 255, 0) 100%
    );
  }
  #slider .content {
    position: absolute;
    top: 45%;
    z-index: 5;
    color: white;
    /*text-shadow: -4px 1px 7px #000000;*/
  }
  #slider .content h2 {
      font-size: 53px;
      font-weight: 900;
  }
  #slider .content p {
      font-size: 18px;
     line-height: 30px;
    letter-spacing: 0;
    width: 45.5%;
  }
  
  #slider .owl-dots {
    margin: 0;
    position: absolute;
    width: 100%;
    /*left: 7%;*/
    text-align: center;
    bottom: 30px;
  }
  
  #slider .owl-dots button {
    outline: none;
  }
  .owl-carousel1 .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
  }
  .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    /*margin: 5px 7px;*/
    background: #d6d6d6;
    display: block;
    transition: opacity 0.2s ease;
    border-radius: 30px;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
  }
  #slider .owl-item .line-text {
    width: 0px;
    border-bottom: 3px solid #C7AA55;
    margin: 30px 0px;
  }
  #slider .owl-item .line-text.animate-line {
	-webkit-animation-name: line;
	animation-name: line;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
  @keyframes line {
	0% {
		width: 0%;
	}
	25% {
		width: 45%;
	}
	50% {
		width: 70%;
	}
	75% {
		width: 60%;
	}
	100% {
		width: 45%;
	}
}
  #slider .owl-dots button.active span {
    opacity: 1;
  }
  #slider .owl-dots button span {
    width: 12px;
    height: 12px;
    margin-right: 7px;
    background: #fff;
    opacity: .5;
    border: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .owl-item1 video {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
  
  
  #slider .owl-item2 {
    background: url(../img/qaz-avadanliqlarinin-qurasdirilmasi.jpg) center/cover no-repeat;
  }
  #slider .owl-item3 {
    background: url(../img/qaz-techizati-xidmeti.jpeg) center/cover no-repeat;
  }
  #slider .owl-item4 {
    background: url(../img/aqps.jpg) center/cover no-repeat;
  }
  #slider .owl-item5 {
    background: url(../img/muhendis-meslehet-xidmeti.jpg) center/cover no-repeat;
  }
  #slider .owl-item>div {
    height: 100%;
  }
  .owl-carousel2 .owl-stage-outer {
      height: 400px;
  }
  .owl-carousel2 .owl-item:hover {
      box-shadow: 0 6px 13px 4px #eaeaea;
  }
  .owl-carousel2 .owl-item {
      transition: all .3s;
      /*min-height: 300px;*/
  }
  
  .owl-carousel2 .owl-stage {
      height: 350px;
  }
  
  .cate-item-work {
      margin-bottom: 8px;
      margin-top: 20px;
  }
  
  /* mission vision strategy */
  
  #appeal {
      margin: 80px 0px;
  }
  #missions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
  }
  #missions::before {
    content: '';
    position: absolute;
    top: 70px;
    left: 110px;
    right: 110px;
    height: 1px;
    background-color: #efefef8f;
  }
  .mvs {
    flex-basis: 25%;
    /* z-index: 5; */
    background-color: #fff;
    text-align: center;
  }
  
  .imgtop {
    position: relative;
  }
  
  .mainimg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
  
  }
  .mainimg i {
      color: #3871b8;
  }
  .mainimg img {
    width: 100%;
  }
  
  .textmvs {
    padding: 10px 0px;
    font-size: 15px;
    line-height: 18px;
  }
  
  /* grid-product  */
  
  #product_cat h2{
    padding: 150px 0px 30px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), url(/img/staticbg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
  }
  
  #allcategory {
      font-size: 14px;
      color: #000;
      transition: all .3s;
  }
  #allcategory:hover {
      opacity: .5;
  }
  /*grid-container*/
  
  #product_cat .category{
      /*height: 300px;*/
      display: flex;
      align-items: flex-end;
      position: relative;
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      background-color: #f2f3f5;
      color: #000;
  }
  .cat-bg {
      background-repeat: no-repeat;
      background-size: contain;
      height: 50%;
      background-position: 50% 50%;
      position: absolute;
      top: 20%;
      width: 100%;
  }
  .js-image-zoom__zoomed-image {
      background-color: #fff;
      z-index: 2;
  }
  
  #product_cat .category:hover {
    background-color: #d7f4e8;
  }
  
  #product_cat .category div p {
        color: #001e42;
      /*font-size: 14px;*/
      /*padding: 1.5rem 2.5rem;*/
        margin:0px;
        font-size: 16px;
        padding: 2rem 20px;
  }
  
  .main-product-box .category:nth-of-type(2) {
    background-position: 0px 50%;
  }
  
  /* Categories Carousel-one cixanlar */
  
  .categories {
    background-color: #ffffff;
    display: flex;
    align-items: center;
  }
  
  .categories h2 {
      margin-bottom: 50px;
  }
  
  
  .categories a {
    color: #000;
  }
  
  .categories-item-title {
      width: 50%;
      margin: auto;
  }
  
  .categories-carousel-item .new-badge {
      position: absolute;
      right: 15px;
      top: 15px;
      height: 40px;
      width: 40px;
      background: red;
      display: none;
      font-size: 14px;
      align-items: center;
      color: #fff;
      justify-content: center;
      border-radius: 50%;
  }
  .item-btn-box {
      padding: 0px 10px;
      margin-top: 20px;
  }
  
  .owl-carousel2 .owl-item:hover .categories-item-btn{
    display: flex;
  }
  .categories-item-btn {
      border: 1px solid #f36b21;
      border-radius: 10px;
      cursor: pointer;
      align-items: center;
      justify-content: center;
      background: #fff;
      width: 100%;
      height: 40px;
      position: relative;
      color: #f36b21;
      font-size: 14px;
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      color: #4b4949;
  }
  
  .categories-item-btn:hover {
      /*display: none;*/
      background-color: #f36b21;
      color: #fff;
  }
  
  /*.send-quest-btn {*/
  /*    margin: 20px 0px 10px;*/
  /*    display: flex;*/
  /*}*/
  
  .categories-item-btn i{
    margin-right: 5px;
  }
  
  .categories-item-name {
    font-size: 14px;
    /*min-height: 30px;*/
    height: 30px;
  }
  .owl-carousel .owl-item .details {
      width: 15px;
      position: absolute;
      left: 0px;
      
      display: inline-block;
  }
  /*.send-quest-btn:hover {*/
  /*  color: #fff;*/
  /*  background-color: #f36b21;*/
  /*}*/
  
  .categories-item-subname {
    font-size: 12px !important;
    margin-top: 10px;
  }
  
  /*owl-carousel2 owl-nav*/
  
  /*.categories-item-image {*/
  /*    margin-top: 20px;*/
  /*}*/
  .categories-item-image img{
      height: 160px;
      /*object-fit: cover;*/
      object-fit: cover;
  }
  
  .owl-carousel2 .owl-nav {
      /*display: flex !important;*/
      position: relative;
      font-size: 30px;
      opacity: .2;
  }
  .owl-carousel2 .owl-nav .owl-prev, .owl-carousel2 .owl-nav .owl-next {
      top: -250px;
      position: absolute;
  }
  .owl-carousel2 .owl-nav .owl-prev {
      left: -25px;
  }
  
  .owl-carousel2 .owl-nav .owl-next {
      right: -25px;
  }
  
  .owl-carousel2 .owl-next,
  .owl-carousel2 .owl-prev {
    position: relative;
  }
  
  .categories-carousel-item {
    text-align: center;
    background: #fff;
    border: 2px solid #eaeaea;
    /*height: 100%;*/
    padding: 20px 0px;
    width: 100%;
    position: relative;
  }
  
  /*----------------------*/
  
  
  .categories-item-badge-wrapper {
    height: 88px;
    left: -1px;
    overflow: hidden;
    position: absolute;
    top: -1px;
    width: 85px;
  }
  
  .categories-item-badge {
    background: #f6c502;
    color: #333;
    left: -35px;
    padding: 1px 0 3px;
    font-size: 10px;
    position: relative;
    text-align: center;
    display: flex;
    top: 17px;
    transform: rotate(-45deg);
    width: 120px;
    align-items: center;
    justify-content: center;
  }
  
  /*main projects*/
  
  #prj {
      width: 100%;
      margin-top: 50px;
      margin-bottom:70px;
  }
  #projects .row {
      row-gap: 12px;
      justify-content: space-evenly;
  }
  #prj-item-box {
      height: 670px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: relative;
  }
  #prj .prj-item {
      position: relative;
      display: inline-block;
      width: 25%;
      height: 50%;
  }
  #prj .prj-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
  #section-background {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
  
  #prj .text-position {
      position: absolute;
      left: 25px;
      bottom: 10px;
      color: #fff;
  }
  
  
  /* projects */
  
  #projects {
    background: #fbfbfb;
  }
  #projects h2 {
      padding: 150px 0px 30px;
      color:#fff;
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), url(/img/staticbg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #pr-title {
    margin-bottom: 40px;
    padding: 0px;
  }
  .pr-item {
    width: 24.1%;
    padding: 0;
    position: relative;
    /*margin: 10px 10px 10px 0px;*/
    transition: all .5s !important;
    -webkit-transition: all .5s !important;
    -moz-transition: all .5s !important;
    -ms-transition: all .5s !important;
    -o-transition: all .5s !important;
  }
  .favorite {
      position: absolute;
      width: 25px;
      right: 15px;
      filter: grayscale(1);
      top: 10px;
      transition: all .5s;
  }
  .favorite.fav {
      animation-name: favor;
      animation-duration: 0.5s;
      animation-timing-function: linear;
      animation-fill-mode: forwards;
      transition: all .5s;
  }
  @keyframes favor {
      0% {
          transform: scale(1);
          filter: grayscale(1);
      }
      50%{
          transform: scale(1.2);
          filter: grayscale(0);
      }
      100% {
          transform: scale(1);
          filter: grayscale(0);
      }
  }
  .pr-item > a {
    display: inline-block;
    width: 100%;
  }
  .pr-item > a > img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .pr-desc-title {
    text-align: center;
    opacity: 0.5;
    font-size: 14px;
    color: #000000;
    text-align: center;
    margin: 10px 0px;
  }
  .pr-desc a {
    border-radius: 3px;
    padding: 10px 0 0;
    display: inline-block;
    padding: 15px 34px;
    background: #f2f2f2;
    margin-top: 40px;
    transition: 500ms all ease;
    color: #000;
    font-size: 15px;
    position: absolute;
    bottom: 20px;
    /*left: 85px;*/
    left: 10%;
    right: 10%;
  }
  .pr-desc b {
    padding: 0 10px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #000000;
    text-align: center;
    line-height: 22px;
    display: block;
    width: 100%;
    font-weight: normal;
    transition: 500ms all ease;
  }
  
  .pr-desc {
    position: relative;
    text-align: center;
    padding: 5px 20px 50px;
    min-height: 190px;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  
  .pr-item:hover {
    box-shadow: 0 19px 13px -11px #a7a6a6;
  }
  .pr-item:hover b {
    color: #c9b05d;
  }
  
  
  
  
  /* product categories */
  
  /*#services {*/
  /*  margin-top: 100px;*/
  /*}*/
  #services .item {
      height: 330px;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding-left: 50px;
      padding-right: 50px;
      padding-bottom: 30px;
      padding-top: 30px;
      transition: all .3s ease-in-out;
  }
  #services .item h4 {
      color: #fff;
      text-decoration: none;
      max-width: 185px;
      font-size: 18px;
      margin: 0;
      line-height: 22px;
      z-index: 2;
  }
  #services .service-item {
      padding-left: 2px;
      padding-right: 2px;
      margin-bottom: 0.26rem;
  }
  /*#services .container-fluid {*/
  /*    padding-left: 50px ;*/
  /*    padding-right: 50px ;*/
  /*}*/
  
  /*.product-category-item:first-child {*/
  /*  flex-basis: 50%;*/
  /*  max-width: 50%;*/
  /*  margin-bottom: 25px;*/
  /*}*/
  /*.product-category-item {*/
  /*  padding: 0 15px;*/
  /*}*/
  /*.product-category-item a {*/
  /*  color: inherit;*/
  /*}*/
  /*.product-category-item .item {*/
  /*  padding: 35px;*/
  /*  position: relative;*/
  /*  overflow: hidden;*/
  /*  border-radius: 10px;*/
  /*  height: 340px;*/
  /*  -webkit-transition: all 0.3s ease;*/
  /*  transition: all 0.3s ease;*/
  /*  background-size: cover;*/
  /*  background-repeat: no-repeat;*/
  /*  background-position: center;*/
  /*}*/
 
  #services .item::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    transition: all .3s ease-in-out;
    background-image: linear-gradient(0deg, rgb(0, 0, 0), transparent);
    opacity: .55;
  }
   #services .item:hover::before{
        opacity: .85;
  }
  /*.product-category-item .item h4 {*/
  /*  font-size: 17px;*/
  /*  color: #fff;*/
  /*  position: relative;*/
  /*  z-index: 2;*/
  /*  margin: 0;*/
  /*}*/
  /*.product-category-item a:hover {*/
  /*  text-decoration: none;*/
  /*}*/
  /*.product-category-item .item:hover {*/
  /*  opacity: 0.8;*/
  /*}*/
  /*.product-category-item:nth-child(2),*/
  /*.product-category-item:nth-child(3),*/
  /*.product-category-item:nth-child(4),*/
  /*.product-category-item:nth-child(5),*/
  /*.product-category-item:nth-child(6),*/
  /*.product-category-item:nth-child(8),*/
  /*.product-category-item:nth-child(9) {*/
  /*  flex: 0 0 25%;*/
  /*  max-width: 25%;*/
  /*}*/
  /*.product-category-item:nth-child(3) .item,*/
  /*.product-category-item:nth-child(4) .item,*/
  /*.product-category-item:nth-child(6) .item,*/
  /*.product-category-item:nth-child(7) .item,*/
  /*.product-category-item:nth-child(10) .item {*/
  /*  height: 155px !important;*/
  /*}*/
  /*.product-category-item:nth-child(4),*/
  /*.product-category-item:nth-child(10) {*/
  /*  right: 0;*/
  /*  top: 185px;*/
  /*}*/
  /*.product-category-item:nth-child(4),*/
  /*.product-category-item:nth-child(7),*/
  /*.product-category-item:nth-child(10) {*/
  /*  position: absolute;*/
  /*  width: 25%;*/
  /*}*/
  /*.product-category-item:nth-child(7) {*/
  /*  left: 25%;*/
  /*}*/
  /*.product-category-item:nth-child(7),*/
  /*.product-category-item:nth-child(10) {*/
  /*  top: 550px;*/
  /*}*/
  
  /* references */
  #references {
    padding: 40px 0;
    background: #f9fafa;
    
  }
  .main-rf {
      margin-top: 50px;
  }
  #references .references_title h2 {
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 40px;
  }
  
  /*#references div.list {*/
  /*  -webkit-box-pack: center;*/
  /*  -ms-flex-pack: center;*/
  /*  display:flex;*/
  /*  justify-content: space-between;*/
  /*  flex-wrap: wrap;*/
  /*}*/
  
  #references div.list .owl-item {
    /*margin-right: 30px;*/
    /*height: fit-content;*/
    display:flex;
    align-items:center;
    justify-content: center;
  }
  
  #references div.list .img-wrap {
      padding: 15px;
    width: 120px;
    /*-webkit-transition: 0.3s linear;*/
    /*transition: 0.3s linear;*/
    border: 1px solid #e6e6e6;
    height: 120px;
  }
  
  #references div.list .owl-item img {
    /*-webkit-filter: grayscale(1);*/
    /*filter: grayscale(1);*/
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  
  #references div.list .owl-item:nth-child(even) {
    margin-top: 20px;
  }
  /*#references ul li:hover img {*/
  /*  -webkit-filter: grayscale(0);*/
  /*  filter: grayscale(0);*/
  /*}*/
  .list {
    margin-bottom: 30px;
  }
  
  /*  */
  
  /* call to action */
  #calltoaction {
    background: #dddee0bd;
    padding: 35px 0;
  }
  
  #calltoaction h1 {
    font-size: 36px;
    font-weight: 700;
  }
  #calltoaction p {
    margin-top: 0px;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
  }
  #calltoaction a {
    display: inline-block;
    background: #c21416;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 4px;
    font-size: 15px;
    color: white;
    font-weight: 500;
    width: 300px;
    max-width: 100%;
    -webkit-animation: play 4s ease infinite;
    animation: play 4s ease infinite;
    -webkit-box-shadow: 0 0 0 2px #d42224;
    box-shadow: 0 0 0 2px #d42224;
  }
  #calltoaction a:hover {
    background: #d42224;
    text-decoration: none;
    -webkit-animation: none;
    animation: none;
  }
  
  @keyframes play {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgba(194, 20, 22, 0.2);
      -moz-box-shadow: 0 0 0 0 rgba(194, 20, 22, 0.2);
      box-shadow: 0 0 0 0 rgba(194, 20, 22, 0.2);
    }
    1% {
      -webkit-box-shadow: 0 0 0 10px rgba(194, 20, 22, 0.2);
      -moz-box-shadow: 0 0 0 10px rgba(194, 20, 22, 0.2);
      box-shadow: 0 0 0 10px rgba(194, 20, 22, 0.2);
    }
    10% {
      -webkit-box-shadow: 0 0 0 10px rgba(194, 20, 22, 0.2),
        0 0 0 20px rgba(194, 20, 22, 0.1);
      -moz-box-shadow: 0 0 0 10px rgba(255, 7, 64, 0.2),
        0 0 0 20px rgba(194, 20, 22, 0.1);
      box-shadow: 0 0 0 10px rgba(194, 20, 22, 0.2),
        0 0 0 20px rgba(194, 20, 22, 0.1);
    }
    10% {
      -webkit-box-shadow: 0 0 0 15px rgba(194, 20, 22, 0.2),
        0 0 0 30px rgba(194, 20, 22, 0.1);
      -moz-box-shadow: 0 0 0 15px rgba(194, 20, 22, 0.2),
        0 0 0 30px rgba(194, 20, 22, 0.1);
      box-shadow: 0 0 0 15px rgba(194, 20, 22, 0.2),
        0 0 0 30px rgba(194, 20, 22, 0.1);
    }
    100% {
      -webkit-box-shadow: 0 0 0 0 rgba(194, 20, 22, 0.2);
      -moz-box-shadow: 0 0 0 0 rgba(194, 20, 22, 0.2);
      box-shadow: 0 0 0 0 rgba(194, 20, 22, 0.2);
    }
  }
  
  /* footer */
  footer {
      background: #F2F3F5;
      /*background: #cacacabd;*/
      /*background: #ededed;*/
      /*background-color: #ececec;*/
  }
  .footer-links {
    padding: 50px 0 10px;
    /*color: #fff;*/
  }
  .footer-links li {
    margin: 10px 0px;
    line-height: 1.3;
  }
  .footer-links h3 {
    margin-bottom: 14px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
  }
  
  .footer-links a {
    /*color: #000 !important;*/
    /*opacity: 0.5;*/
    font-size: 14px;
    display: inline-block;
    /*transition: all 0.3s;*/
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  
  #footer-logo a {
    display: inline-block;
    width: 200px;
  }
  
  #footer-logo a img {
    width: 100%;
  }
  #footer-enermus ul li {
    line-height: 1.3;
  }
  
  .footer-lang {
    position: relative;
    width: 75px;
    margin-left: auto;
    text-align: right;
  }
  
  .lang-list {
    padding: 10px 0;
    cursor: pointer;
  }
  .lang-list i {
    font-size: 14px;
  }
  .lang-list span {
    margin-left: 5px;
    font-size: 14px;
  }
  
  .drop-menu-lang a {
    font-size: 14px;
    display: flex;
    color: #292f37;
    align-items: center;
    padding: 5px;
  }
  
  .footer-lang img {
    width: 23px;
    margin-right: 5px;
  }
  
  .drop-menu-lang {
    list-style: none;
    position: absolute;
    width: 100%;
    height: fit-content;
    left: 0;
    color: #646464;
    background-color: white;
    display: none;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    transition: 500ms all ease;
    margin-bottom: 1rem;
    bottom: 54%;
    -webkit-transition: 500ms all ease;
    -moz-transition: 500ms all ease;
    -ms-transition: 500ms all ease;
    -o-transition: 500ms all ease;
    z-index:2;
  }
  .drop-menu-lang li {
    width: 100%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  .drop-menu-lang li:hover {
    background: #e6e6e6;
  }
  
  footer a{
    color: #000;
    /*opacity: 0.5;*/
    transition: 0.5s all ease;
  }
  .footer-links a:hover {
      opacity: .5;
      color: #000;
  }
  .footer-social {
    text-align: center;
  }
  
  .footer-social a i {
    font-size: 18px;
  }
  
  .footer-social ul li {
      margin: 0 10px;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      transition: all .3s ease-in-out;
      background: #AFBBC6;
  }
  
  #social-links a{
      display: inline-flex;
      opacity: 1;
      width: 100%;
      height: 100%;
      transition: all .3s;
      align-items: center;
      justify-content: center;
      color: #fff;
  }
  
  #social-links li:nth-child(1):hover {
      background-color: #1B74E4;
  }
  
  #social-links li:nth-child(2) {
      position: relative;
      overflow: hidden;
  }
  #social-links li:nth-child(2) a {
      z-index: 2;
      position: relative;
  }
  #social-links li:nth-child(2)::after {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
      opacity: 0;
      z-index: 0;
      transition: all .3s ease-in-out;
  }
  #social-links li:nth-child(2):hover::after {
      opacity: 1;
  }
  
  #social-links li:nth-child(4):hover {
      background-color: #00acee;
  }
  #social-links li:nth-child(3):hover {
      background-color: #FF0000;
  }
  #social-links li:nth-child(5):hover {
      background-color: #0A66C2;
  }
  .footer-social {
    text-align: center;
  }
  
  .footer-social a i {
    font-size: 18px;
  }
  
  .footer-social .fa-facebook-f {
      font-size: 16px;
  }
  
  .footer-bottom-content {
    padding: 12px 0;
    border-top: 1px solid #ededed;
    margin: 15px 0px;
  }
  
  .footer-bottom-content>ul {
    padding-top: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .footer-bottom-content ul li {
    display: inline-block;
    margin-right: 20px;
  }
  /*.footer-bottom-content ul li:hover a{*/
  /*    color: #000;*/
  /*    opacity: 1;*/
  /*}*/
  
  .footer-bottom-content ul li a {
    font-size: 14px;
    transition: 0.5s ease-out;
  }
  
  #social-links {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  #siteby span {
      color: #000;
      opacity: .5;
      font-size: 14px;
  }
  
  #siteby a {
      display: inline-block;
  }
  #siteby a:hover {
      opacity: 1;
  }
  #siteby {
      margin-right:0px;
  }
  #siteby img {
      width: 100px;
  }
  
  .footer-logo img {
      width : 75%;
  }
  
  footer .contact-info-box {
      border: 1px solid #fff;
      background-color: #fff;
      padding: 22px 28px 24px;
      border-radius: 12px;
      height:fit-content;
  }
  footer .phone_wrap {
      min-height: 60px;
  }
  footer .tel-link:nth-of-type(2) {
      margin-top: 9px;
      display: inline-block;
  }
  #copyright {
      opacity: .5;
  }
  /* ----------------------------------- */
  
  /* line hover */
  
  .nav-item {
    position: relative;
  }
  /*.nav-item::after {*/
  /*    background-color: transparent;*/
  /*    border-radius: 10px 10px 0 0;*/
  /*    bottom: 0;*/
  /*    content: "";*/
  /*    display: block;*/
  /*    height: 3px;*/
  /*    left: 0;*/
  /*    position: absolute;*/
  /*    transition: all .4s ease;*/
  /*    width: 1%;*/
  /*}*/
  /*.nav-item:hover::after{*/
  /*  background-color: #3b8ae0;*/
  /*  transition: all .4s ease;*/
  /*  width: 100%;*/
  /*}*/
  /*  */
  /*@keyframes commonArrowFilledNext {*/
  /*  0% {*/
  /*    margin-left: 0px;*/
  /*  }*/
  /*  50% {*/
  /*    margin-left: 5px;*/
  /*  }*/
  /*  100% {*/
  /*    margin-left: 0;*/
  /*  }*/
  /*}*/
  
  
  /*static*/
  
  .inside_pages {
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), url("/img/staticbg.jpg");
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;

    }
  .inside_pages .title_wrap {
      padding: 150px 0px 30px;
      text-align: center;
  }
  .inside_pages .title_wrap h1 {
      font-size: 30px;
      margin-bottom: 0;
      color: #fff;
  }
  .padding_section {
      padding: 5rem 0;
  }
  .static_content .quote {
      width: 45%;
      height: 300px;
      margin: 0 auto 25px;
      border-radius: 5px;
      overflow: hidden;
  }
  .static_content .quote img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      margin: 0;
  }
  
  /*-----------------------------------*/
  
  
  /*feedback*/
  
  #feed-top {
  background: url(/img/contact.png) center/cover no-repeat;
      height: 330px;
      position: relative;
      color: #fff;
      background-position-y: 45%;
  }
  
  #feed-top h1 {
      font-size: 55px;
  }
  #feed-top p {
      font-size: 18px;
  }
  #feed-top h1, #feed-top p {
      z-index: 2;
  }
  
  #feed-top::before {
      content: "";
      height: 100%;
      width: 100%;
      background-color: #38434d;
      position: absolute;
      opacity: 0.8;
  }
  
  #feed-bottom {
      padding: 3rem 0px;
  }
  #feed-bottom #name, #feed-bottom #tel, #feed-bottom textarea 
  {
      border: none;
      border-bottom: 1px solid #3333;
      width: 100%;
      padding: 15px 0px;
      outline: none;
      box-shadow: none;
      transition: all .3s;
      -webkit-transition: all .3s;
      -moz-transition: all .3s;
      -ms-transition: all .3s;
      -o-transition: all .3s;
  }
  
  #feed-bottom #name:focus, #feed-bottom #tel:focus, #feed-bottom textarea:focus {
      border-color: #01ac6a;
  }
 
  
  #submit {
      display:flex;
      align-items:center;
      justify-content: center;
      margin-top: 20px;
      background: #81B5DD;
      border:none;
      color: #fff;
      cursor: pointer;
      outline: none;
      padding: 10px 40px;
      border-radius: 5px;
      font-size: 14px;
      box-shadow: 0 21px 41px -13px rgb(0 0 0 / 18%);
      transition: .3s;
  }
  #feed-bottom #submit input {
      border: none;
      background: none;
      color: #fff;
  }
  #contact-info {
      background-color: #81B5DD;
      height: 100%;
      width: 100%;
      padding: 24px;
      color: #d0eee2;
  }
  
  #cont-main #contact-info{
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      padding: 0px;
      background-color: transparent;
  }
  #cont-main h3 {
      font-size: 2em;
      color: #8E8E8E;
      font-weight: 500;
  }
  #cont-main .contact-desc {
      color: #8E8E8E;
  }
  #cont-main .contact-icon{
      justify-content: flex-start;
  }
  #cont-main .contact-text {
      padding: 0px;
  }
  #cont-main #contact-info a {
      color: #000;
      opacity: .5;
  }
  #contact-info a {
      color: #fff;
      text-decoration: none;
  }
  .contact-desc {
      margin-bottom: 25px;
      display: flex;
      align-items: center;
  }
  
  .contact-icon {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      border: 2px solid rgba(255, 255, 255, 0.2);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
  }
  .contact-text {
      padding-left: 4px;
      width: calc(100% - 50px);
  }
  /*.contact-desc span {*/
  /*    margin-right: 10px;*/
  /*}*/
  /*.footer-links a:hover {*/
  /*    opacity: 1;*/
  /*    color: #000;*/
  /*}*/
  #feed-box {
      box-shadow: 0 21px 41px -13px rgb(0 0 0 / 18%);
  }
  
  
  /*modal iframe*/
  
  .modal-header {
   border-bottom: none !important;
   padding: 0 60px 20px 60px;
  }
  
  .modal-content {
      /*padding-top: 40px !important;*/
      padding: 20px;
      border-radius: 10px !important;
  }
  
  .modal-body {
      padding: 0px 60px 60px;
  }
  
  .modal-content .btn-close {
      display: block;
      height: 20px;
      opacity: .5;
      position: absolute;
      right: 40px;
      top: 38px;
      width: 20px;
      z-index: 100;
      padding: 0;
      outline: transparent;
  }
  
  
  
  /*-----------------------------*/
  
  
  .select-wrapper{
      position: relative;
  }
     
  .select-wrapper::after {
      font-family: "Font Awesome 5 Free";
      content: "\f107";
      font-size: 1rem;
      top: 15px;
      right: 15px;
      font-weight: 900;
      position: absolute;
      opacity: .5;
  }
  .get-offer {
      height: 600px;
  } 
  
  /*whatsapp icons fixed*/
  .fixed-nums {
      position: fixed;
      /*bottom: 0;*/
      z-index: 9;
      /*width: 100%;*/
      /*left: auto;*/
      right: 50px;
      width: auto;
      /*bottom: 80px;*/
      animation: MoveUpDown 2s linear infinite;
  }
  @keyframes MoveUpDown{
    0%, 100% {
        bottom: 20px;
    }
    50% {
        bottom: 40px;
    }
  }
  .fixed-nums .wp {
      height: 70px;
      width: 70px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      text-align: center;
      background-color: #64b261;
      color: #fff;
      font-weight: bold;
      font-size: 14px;
      cursor: pointer;
  }
  .fixed-nums .wp a {
      color: #fff;
      padding: 18px 5px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: 100%;
      width: 100%;
  }
  .fixed-nums .wp a i {
      margin-right: 0;
      font-size: 35px;
      line-height: 26px;
  }
  
  
  
  /*----------------------*/
  
  
  
  /*subs*/
  .navbar-nav {
      align-items: center;
  }
  .navbar-expand-lg .navbar-nav {
      flex-wrap: wrap;
      justify-content: end;
  }
  .subscribe {
    background-color: #81B5DD;
    padding: 16px 20px;
    text-transform: uppercase;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    /*margin-left: 24px;*/
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    text-decoration: none;
}
.subscribe:hover {
    color: #fff;
    background-color: #3871B8;
}
  
  
  /*-------------*/
  
  
  /*language*/
  
  .header-lang, .foot-lang {
    background-color: #fff;
    font-weight: 700;
    color: #666666;
    font-size: 13px;
    padding: 16px 10px;
    margin-left: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    box-shadow: 0 6px 12px 0 rgb(0 0 0 / 10%);
    position: relative;
}
  
  .header-lang i, .foot-lang i {
    /*margin-left: 20px;*/
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transform: rotate(0deg);
}
  .nav-item .drop-links {
    text-transform:uppercase;
     padding-top: 20px;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s opacity;
    -webkit-transition: 0.3s opacity;
    -moz-transition: 0.3s opacity;
    -ms-transition: 0.3s opacity;
    -o-transition: 0.3s opacity;
}
.foot-lang .drop-links {
    text-transform:uppercase;
     padding-top: 20px;
    position: absolute;
    left: 0;
    top: -165px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s opacity;
    -webkit-transition: 0.3s opacity;
    -moz-transition: 0.3s opacity;
    -ms-transition: 0.3s opacity;
    -o-transition: 0.3s opacity;
}
.foot-lang>span {
    display: flex;
    justify-content: space-around;
}
/*.drop-links .drop-links-inner {*/
/*    padding-top: 10px;*/
/*}*/
.drop-link:not(:last-child) {
    margin-bottom: 5px;
}
.nav-item .drop-link,
.foot-lang .drop-link{
    text-decoration: none;
    background-color: #6d717c;
    opacity: 0.95;
    display: block;
    color: #fff;
    text-align: center;
    padding: 16px 10px;
    font-size: 13px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.nav-item .drop-link:hover,
.foot-lang .drop-link:hover{
    opacity: 1;
}
.lang_mob {
        display: none;
    } 
    
.drop-link.az {
    display: none;
}
.all-pr-cat {
    text-align: right;
}
  /*------------------------*/
  
  
  #product_cat .grid-item {
          width: 100%;
      }
      .innov-bg {
          top: 0px !important;
      }
      
    /*fullst*/
    #fullst {
      line-height: 22px;
    }
       #shstry .highslide{
        display: inline-block;
        width: 300px;
        height: 200px;
        border: 2px solid #f0f0f0;
        border-radius: 35px;
        margin: 10px 10px 10px 0;
    }
    #shstry .highslide img {
        margin: 0px;
        width: 100%;
        object-fit: cover;
        border-radius: 35px;
        padding: 10px;
        height: 100%;
    }
  /**/
  
  
  
  
  /*php*/
  
    #sendmail input::placeholder {
        color: #ccc;
        opacity: 1;
    }
    
    #sendmail textarea {
        height: 160px;
    }
    
    
    
    input.text, textarea, select {
        width: 100%;
        border: 2px solid #e6ecf2;
        padding: 12px 20px;
        border-radius: 4px !important;
        font-size: 14px !important;
        outline: none;
        position: relative;
        -webkit-appearance: none;
        transition: all .3s ease;
        position: relative;
        font-family: "Averta", sans-serif !important;
    }
    
    input.text, select {
    height: 50px !important;
    }
    
    .input-box {
    position: relative;
    margin-bottom: 16px;
    }
    
    .submit-button {
    position: relative;
    padding-right: 20px;
    }
    
    
    .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    }
    
    .btn {
    cursor: pointer;
    background: #ff592c;
    color: #fff;
    border-radius: 4px;
    height: 50px;
    line-height: 50px;
    transition: 0.3s ease-in-out;
    padding: 0 26px;
    width: 100%;
    float: right;
    font-size: 15px;
    font-weight: 500;
    position: absolute;
    right: 0;
    }
    
    input.text:focus, textarea:focus, select:focus {
    border-color: #0796d5 !important;
    }
    
    .btn:hover {
    color: white !important;
    background: #e54216 !important;
    }
    
    
    
    .modal-content .close {
    display: block;
    height: 20px;
    opacity: .5;
    position: absolute;
    right: 40px;
    top: 50px;
    width: 20px;
    z-index: 100;
    padding: 0;
    outline: transparent;
    }
    
    .btn-close:focus {
    outline: none !important;
    box-shadow: none !important;
    }
    
    #xidmetler {
        color: #ccc; 
        margin-bottom:15px; 
        position: relative
    }
        
    
    #xidmetler option {
        color: #000
    }
    
    #xidmetler option:first-child {
        color: #ccc
    }
  
  textarea::placeholder {
      color: #ccc;  
    }
    #comment::placeholder {
        color:  #ccc !important;
    }
  /*----------------*/
  
  
  @media only screen and (max-width: 1200px) and (min-width: 998px) {
      #navbar_nav > li {
          margin: 0px 7px;
      }
  }
  @media only screen and (max-width: 1029px) and (min-width: 998px) {
      .navbar-nav {
          flex-wrap: wrap;
      }
  }
  @media screen and (max-width: 998px) {
      #shstry .highslide {
          width: 100%;
      }
      #slider .content p {
          width: 100%;
      }
      /*#services .container-fluid {*/
      /*    padding: 0px;*/
      /*}*/
      #services .service-item {
          margin: 1px 0px;
      }
      /*.owl-carousel2 .owl-nav {*/
      /*    display: flex !important;*/
      /*}*/
      .drop-link.az {
          display: block;
      }
      .price_quote {
          text-align: center;
      }
      /*.header-lang {*/
      /*    padding: 0px;*/
      /*    margin-left: 0px;*/
      /*} */
      
      .static_lang {
          display: none;
      }
      
      .drop-links .drop-links-inner {
            display: flex;
            align-items: center;
            justify-content: center;
      }
      .nav-item .drop-link,
      .foot-lang .drop-link{
          margin: 0px 4px;
      }
      .fixed-nums {
          right: 7%;
      }
      .fixed-nums .wp {
          height: 60px;
    width: 60px;
      }
      .fixed-nums .wp a i {
          font-size: 30px;
      }
      body.overflow_y {
          overflow-y: hidden;
      }
      .collapse:not(.show) {
          display: inherit;
      }
      #nav_services:hover .dropdown-menu {
        transform: scale(1, 1) translateX(-50%);
    }
    #menu {
        padding-bottom: 10px;
        position: fixed;
        top: 0;
        right: 0;
        width: 90%;
        height: 100%;
        display: none;
        background-color: #C7AA55;
        z-index: 9;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .burg_and_menu {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    #references div.list .owl-item:nth-child(even) {
          margin: 0px;
    }
     #services .row {
         margin: 0px;
     }
      #services .item {
          height: 300px;
          /*margin: 5px 0px;*/
      }
      #services h2 {
          text-align: left;
      }
      #images-box {
      width: 100% !important;
    }
      #preview {
          width: 100% !important;
      }
      #preview img {
          width: 100% !important;
          height: 100% !important;
      }
      #prj-item-box {
          height: fit-content;
      }
      #prj .prj-item {
          width: 100%;
          height: 450px;
      }
      .categories h2 {
          margin-bottom: 20px;
      }
      #pr-title {
          margin-bottom: 20px;
      }
      #references div.list .img-wrap {
          width: 130px;
          height: 132px;
      }
      #references div.list {
          justify-content: center;
      }
      .all-pr-cat {
          margin: 0px 0px 30px;
           text-align: left;
      }
      #product_cat .category div p {
          padding: 10px;
          font-size: 14px;
      }
      .product-category-item .item {
          padding: 25px 10px;
      }
      .product-category-item .item h4 {
          font-size: 13px;
      }
      .mvs {
          flex-basis: 100%;
      }
      .textmvs {
          width:calc(100% - 15%);
          margin: auto;
      }
      #calltoaction p {
          font-size: 17px;
      }
      #references {
          margin-top: 0px;
      }
      #appeal {
          margin: 30px 0px;
      }
      #product_cat .grid-container {
        padding: 0px 5px;
        display: grid;
        place-content: center;
        gap: 3px;
        grid-template-columns: 150px 150px;
        grid-auto-rows: 150px;
      }
      #product_cat .grid-item > p {
          padding: 0px;
          font-size: 15px !important;
      }
      
      #slider .content {
          top: 25%;
      }
      
      #slider .content h2 {
      font-size: 2rem;
      }
      
      #references .references_title {
          text-align: center;
      }
      
      #product-categories h2 {
          font-size: 30px;
          text-align: left;
      }
      
      #pr-title h3 {
          /*padding-left: 10px;*/
          font-size: 30px;
          text-align: left;
      }
      
      /*.owl-carousel1 .owl-item  {*/
      /*    height: 500px;*/
      /*}*/
      .list {
          margin: 0px;
      }
      
      .drop-menu-lang {
          left:20%;
          top:100%;
      }
      .footer-lang {
          margin: 10px auto 0px;
      }
      .footer-bottom-content>ul {
          flex-direction: column;
          align-items: start;
      }
      .footer-bottom-content ul li {
          margin: 5px 0px;
      }
      .footer-bottom-content>ul>ul {
      display: flex;
      flex-direction: column;
      }
  
      .owl-carousel1 .owl-nav {
          display: none;
      }
      .static_content .quote {
          width: inherit;
      }
    #langs p:first-child {
      margin: 0;
    }
    #rus {
      width: fit-content;
      left: -10px;
    }
    #langs p:last-child {
      display: none;
    }
  
  .owl-carousel1 .owl-nav {
    display: none !important;
  }
  
    /* references */
  
    .list {
      flex-wrap: wrap;
    }
  
    /*  */
  
    /* product categories */
  
    .product-category-item .item {
      height: 200px;
    }
    .product-category-item:nth-child(2),
    .product-category-item:nth-child(3),
    .product-category-item:nth-child(4),
    .product-category-item:nth-child(5),
    .product-category-item:nth-child(6),
    .product-category-item:nth-child(8),
    .product-category-item:nth-child(9) {
      flex: 0 0 50%;
      max-width: 50%;
      margin-bottom: 30px;
    }
    .product-category-item:nth-child(4),
    .product-category-item:nth-child(7),
    .product-category-item:nth-child(10) {
      position: unset;
      flex-basis: 50%;
      width: 50%;
    }
    .product-category-item:nth-child(3) .item,
    .product-category-item:nth-child(4) .item,
    .product-category-item:nth-child(6) .item,
    .product-category-item:nth-child(7) .item,
    .product-category-item:nth-child(9) .item,
    .product-category-item:nth-child(10) .item {
      height: 200px !important;
    }
    /*  */
    #projects {
        margin: 0px;
    }
    #projects .row {
      justify-content: center;
    }
    .slider-text {
      padding-left: 12px;
      padding-top: 15px;
    }
    .about_image img {
      padding-left: 0px;
    }
  
    .full-dropdown {
      display: none;
    }
    /*#menu {*/
    /*  display: none;*/
    /*}*/
    /* Burger */
    #burger_button {
      cursor: pointer;
      /*margin-left: 10px;*/
      width: 45px;
      height: 45px;
      border: none;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      z-index: 10;
      transition: 0.5s ease;
      background-color: #C7AA55;
    }
    #burger_button span {
      width: 18px;
        height: 2.5px;
        background-color: #fff;
      /*background-color: #429f44;*/
      display: block;
      margin: 3px 0;
      transition: 0.5s ease;
    }
    #burger_button.rotate {
      transform: rotate(360deg);
      background-color: #000;
    }
    #burger_button.rotate span:nth-child(1) {
      transform: rotate(-45deg) scaleX(1.5);
      margin: 0;
      -webkit-transform: rotate(-45deg) scaleX(1.5);
      -moz-transform: rotate(-45deg) scaleX(1.5);
      -ms-transform: rotate(-45deg) scaleX(1.5);
      -o-transform: rotate(-45deg) scaleX(1.5);
    }
    #burger_button.rotate span:nth-child(2) {
      display: none;
    }
    #burger_button.rotate span:nth-child(3) {
      transform: rotate(45deg) scaleX(1.5);
      margin: 0;
      -webkit-transform: rotate(45deg) scaleX(1.5);
      -moz-transform: rotate(45deg) scaleX(1.5);
      -ms-transform: rotate(45deg) scaleX(1.5);
      -o-transform: rotate(45deg) scaleX(1.5);
    }
    #burger_button.rotate span {
      position: absolute;
    }
    #burger_menu_box {
      box-shadow: 0px 12px 13px 0px #c0bebe;
      display: flex !important;
      position: absolute;
      height: calc(100vh - 80px);
      width: 70%;
      top: 80px;
      right: 0%;
      background-color: white;
      flex-direction: column;
      justify-content: center;
      align-items: stretch;
      padding: 20px 50px;
    }
    #burger_content {
      display: flex;
      width: 100%;
      height: 100%;
    }
    #burger_menu {
      margin-left: 0;
      align-items: center;
      position: relative;
      width: 100%;
    }
    #burger_menu li {
      display: block;
      color: black;
      border-bottom: 2px solid lightgray;
      padding: 10px 0;
      font-weight: 400;
      transition: 0.2s ease;
      position: relative;
      width: 100%;
      line-height: 1 !important;
      margin-left: 0 !important;
      margin-bottom: 10px;
    }
    #burger_menu li a {
      color: #454749;
      font-weight: 400;
      position: relative;
      -webkit-transition: opacity 0.25s ease-in-out;
      transition: opacity 0.25s ease-in-out;
      padding-left: 0;
      padding-right: 0;
    }
    .sub_title_box {
      display: none;
    }
    .sub_title_alt {
      display: none;
    }
  
    #burger_menu_box.boxSaga {
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      animation-name: example;
      animation-duration: 1s;
    }
  
    @keyframes example {
      0% {
        right: 0%;
      }
      50% {
        right: -100%;
      }
      100% {
        right: 0%;
      }
    }
  
    #product_cat > div {
      background-position: top !important;
      background-size: 130% !important;
    }
    
    .categories {
      padding: 0px 10px;
    }
  
    .categories-item-price {
      font-size: 20px;
    }
    
    .owl-carousel2 .owl-nav {
      display: none !important;
    }
    
    .categories-item-btn {
      display: block !important;
    }
    .categories-item-name {
        font-size: 12px;
    }
    .categories-carousel-item .new-badge {
      height: 30px;
      width: 30px;
      font-size: 12px;
      }
      #projects .pr-item {
          margin: 0px;
      }
      
      /*mob_menu*/
    header nav #menu .navbar-nav {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 100px;
    }
    header nav #menu .navbar-nav .nav-item:nth-child(1) {
        margin-left: 0;
    }
    header nav #menu .navbar-nav .nav-item .nav-link {
        /* padding-right: 0 !important; */
        font-size: 20px !important;
        padding: 13px 0 10px !important;
        text-align: center;
    }
    header nav #menu .navbar-nav .nav-item {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
        width: 100%;
        -webkit-transition: 500ms all ease;
        -moz-transition: 500ms all ease;
        -o-transition: 500ms all ease;
        transition: 500ms all ease;
        margin: 0;
    }
      header nav .dropdown-menu-wrap .dropdown-menu, .flat-body .dropdown-menu-wrap .dropdown-menu {
    top: 0;
    display: none;
    -webkit-transform: scale(1, 1) translateX(-50%);
    -ms-transform: scale(1, 1) translateX(-50%);
    transform: scale(1, 1) translateX(-50%);
    margin: 0 auto;
    width: 90%;
    left: 45%;
    background-color: transparent;
}
/*      .dropdown-menu-wrap .dropdown-menu .dropdown-list-wrap {*/
/*    -ms-flex-wrap: wrap;*/
/*    flex-wrap: wrap;*/
/*}*/
.dropdown-menu-wrap .dropdown-menu .dropdown-list-wrap .dropdown-list {
    width: 100%;
    padding: 10px 20px;
    display: block;
    text-align: center;
    margin: 0 auto;
}
.dropdown-menu-wrap .dropdown-menu .dropdown-list-wrap .dropdown-list h5 {
    font-size: 18px;
}
.dropdown-menu-wrap .dropdown-menu .dropdown-item {
    width: max-content;
    margin: 0 auto;
    font-size: 14px;
}
      /*-------*/
      footer .contact-info-box>div{
          line-height: 22px;
      }
      .modal-body {
          padding: 0px;
      }
      .modal-header {
          padding: 0px;
      }
      .btn {
          position: initial;
      }
      header nav #menu .navbar-nav .nav-item.lang_desc {
          width: 100px;
          margin-top: 30px;
      }
      .header-lang {
          margin-left: 0px;
          padding: 16px 20px;
      }
      .header-lang i, .foot-lang i {
          margin-left: 20px;
      }
  }
  @media screen and (min-width: 998px) {
    #burger_button {
      display: none;
    }
    
    
    
    /* product categories */
    #product_cat {
        padding: 0px 0px 50px;
    }
    #product_cat .grid-container {
      /*place-content: inherit;*/
      /*padding: 0px 5%;*/
      /*display: grid;*/
      /*gap: 3px;*/
      /*grid-template-columns: auto auto auto auto;*/
      /*grid-auto-rows: 330px;*/
        display: grid;
grid-template: repeat(2, 1fr) / repeat(4, 1fr);
gap: 3px;
grid-template-rows: 250px 250px;
    }
.cat-0 { grid-area: 1 / 1 / 2 / 2; }
.cat-1 { grid-area: 1 / 2 / 3 / 3; }
/*.cat-2 { grid-area: 1 / 2 / 3 / 3; }*/
.cat-3 { grid-area: 1 / 3 / 2 / 4; }
.cat-4 { grid-area: 1 / 4 / 2 / 5; }
.cat-5 { grid-area: 2 / 1 / 3 / 2; }
.cat-6 { grid-area: 2 / 3 / 3 / 4; }
/*.cat-0 { grid-area: 2 / 4 / 3 / 5; }*/
#product_cat .category.cat-7 {
    display: none;
}
  #product_cat .grid {
      padding: 0px;
    }
    /*.main-product-box .category:nth-of-type(2) {*/
    /*  grid-column: 2;*/
    /*  grid-row: 1/3;*/
    /*}*/
    
    .grid-container div > p {
      font-size: 1rem;
    }
  }
  @media (max-width: 370px) {
    #calc {
      padding: 0px;
    }
  }
  #dle-comments-form {
      display: none;
  }
  
  
  
  
  /*yeni sahe*/
  
  .section-7 {
  padding: 35px 0 65px 0;
  /* position: relative; */
}

.section-7-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 40px;
  flex-wrap: wrap;
  row-gap: 50px;
}

.section-7-right {
  min-width: 130px;
  /* max-width: 400px; */
  width: 55%;
}

.section-7-video-bg {
  width: 430px;
  height: 370px;
  background: url('/img/enermus-video-bg1.jpg') center/cover;
  display: flex;
  align-items: center;
  border-radius: 10px;
  justify-content: center;
}

.section-7-video-bg i {
  font-size: 110px;

  cursor: pointer;
  color: #fff;
}

.section-7-right svg {
  width: 70px;
  height: 53px;
}

.section-7-right h2 {
  color: rgb(51, 58, 74);
  line-height: 1.33em;
  font-size: 30px;
  font-family: 'g-bold';
  margin: 32px 0;
}

.section-7-right p {
  font-size: 16px;
  line-height: 1.5rem;
  margin-bottom: 32px;
}

.section-7-right h5 {
  font-family: 'g-bold';
  padding: 0 0 10px 0;
}

.section-7-right span {
  font-size: 14px;
}

.section-7-modal-all {
  display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


input[type=number] {
  -moz-appearance: textfield;
}

.section-7-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  background: rgba(0, 0, 0, 0.452);
  align-items: center;
}

.section-7-modal video {
  width: 80%;
  margin: 0 auto;
  height: 300px;
}

.active-section-7 {
  display: block;
}

.section-7-ambas {
  padding: 40px 0 60px;
  display: grid;
  gap: 30px;
  grid-template-columns: auto auto;
}

.section-7-amba {
  width: 100%;
  height: 300px;
}

.section-7-amba iframe {
  width: 100%;
  height: 100%;
}

/* section 7 responsive */
@media only screen and (max-width:1230px) {
  .section-7-right {
    width: 47%;
  }
}

@media only screen and (max-width:992px) {
  .section-7-right {
    max-width: 340px;
  }

  .section-7-video-bg {
    width: 270px;
    height: 300px;
  }

  .section-7-right svg {
    width: 40px;
    height: 40px;
  }

  .section-7-right h2 {
    font-size: 22px;
    margin: 10px 0;
  }

  .section-7-right p {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .section-7-video-bg i {
    font-size: 50px;
  }
}

@media only screen and (max-width:768px) {
  .section-7-right {
    max-width: inherit;
    width: inherit;
  }

  .section-7-left {
    width: 100%;
  }

  .section-7-video-bg {
    width: 100%;
    height: 370px;
  }

  .section-7-right svg {
    width: 40px;
    height: 40px;
  }

  .section-7-right h2 {
    font-size: 22px;
    margin: 10px 0;
  }

  .section-7-right p {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .section-7-video-bg i {
    font-size: 50px;
  }

  .section-7-ambas {
    grid-template-columns: auto;
  }
}

@media only screen and (max-width:550px) {
  .section-7-content {
    flex-direction: column;
  }
}
  
  
  
  
  /*yeni sahe*/
  
  
  
  /*modal-video*/
  
  
  @keyframes modal-video {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px);
  }

  to {
    transform: translate(0, 0);
  }
}

.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.modal-video-close {
  opacity: 0;
}

.modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translate(0, 100px);
  -moz-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  -o-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

.modal-video-body {
  max-width: 960px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

.modal-video-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

@media (orientation: landscape) {
  .modal-video-inner {
    padding: 10px 60px;
    box-sizing: border-box;
  }
}

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -ms-transition: -ms-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -45px;
  right: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}

@media (orientation: landscape) {
  .modal-video-close-btn {
    top: 0;
    right: -45px;
  }
}

.modal-video-close-btn:before {
  transform: rotate(45deg);
}

.modal-video-close-btn:after {
  transform: rotate(-45deg);
}

.modal-video-close-btn:before,
.modal-video-close-btn:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}

/*modal-video*/
  
  
  