:root {
  --mainColor: #004373;
  --headerColor: #ff9900;
  --hoverColor: #ff4800;
  --scrollbarBG: #ff9900;
  --thumbBG: #ffbc00;
}

#basket_content::-webkit-scrollbar {
  width: 15px;
  border-radius: 8px;
}
#basket_content {
  scrollbar-width: 15px;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
#basket_content::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
#basket_content::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG);
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}

.menuClass1 img,
.menuClass1 .menuTooltipe {
  display: none;
}

.menuClass1 ul {
  display: none;
}

.menuClass1 > a {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

@media screen and (min-width : 1000px) {

  .menuClass1:hover > ul {
    display: block;
  }
    
}

.menuClass1 > a > i{
  margin-inline-start: 5px;
}

/* Side Nav */

.sidenav {
  width: 0;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999999999;
  background-color: #000;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 19px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  left: 0px;
  font-size: 36px;
  margin-left: 0px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

/* Side Nav (END) */

/* Slider */

#slider {
  width: 100%;
  height: 600px;
  float: right;
  position: relative;
  /* margin-top: 85px; */
  /* min-height: 31.51042vw; */
}
@media all and (max-width: 576px) {
  #slider {
    overflow: visible !important;
  }
}

#slider .owl-stage-outer {
  width: 100%;
  float: right;
  /* display: flex; */
  overflow: hidden;
}

#slider .owl-stage-outer .owl-stage {
  height: auto;
  /* display: flex;
      align-items: stretch; */
}
#slider .owl-nav {
}

#slider .owl-nav .owl-prev,
#slider .owl-nav .owl-next {
  width: 70px;

  background-color: transparent;

  cursor: pointer;

  visibility: visible;
  -webkit-transition: all 0.2s cubic-bezier(0.83, 0.8, 0.11, 0.64) 0s;
  transition: all 0.2s cubic-bezier(0.83, 0.8, 0.11, 0.64) 0s;
  opacity: 1;
  position: absolute;
  top: 50%;
}

#slider .owl-nav .owl-prev {
  right: 15px;
}

#slider .owl-nav .owl-next {
  left: 15px;
  text-align: left;
}

.itemSlider {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.sliderImage {
  /* width: 40%; */
  /* text-align: center; */
}

.itemSlider img {
  width: auto;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.boxOnSlide {
  width: 350px;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 10px;
  position: absolute;
  color: #fff;
  /* opacity: 0; */
  transition: all 0.5s ease;
  padding: 15px;
  margin-left: 15%;
}

.BOS-title {
  text-align: center;
  font-size: 25px;
  margin-bottom: 15px;
}

.BOS-abstract {
  width: 100%;
  text-align: justify;
  font-size: 14px;
  font-weight: 100;
  line-height: 1.5;
  margin-bottom: 15px;
}

.BOS-btn {
  width: 120px;
  border-radius: 7px;
  background-color: #004373;
  color: #fff;
  text-align: center;
  padding: 10px 15px;
  margin: 10px auto;
}

.itemSlider:hover .boxOnSlide {
  opacity: 1;
}

/* Slider (END) */

/* Header */

.top-header .container {
  display: flex;
  align-items: center;
}

.topNavMenuHelp {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 0;
}

.menu ul li ul li ul li:hover > a > span {
  background-color: var(--headerColor) !important;
}

.headerHomeLogo {
  color: #fff;
}

.headerHomeLogo:hover {
  color: var(--headerColor);
}

.userLogoInHeader {
  cursor: pointer;
  font-size: 20px;
  margin-left: 10px;
}

.uesrBoxInHeader {
  width: 300px;
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  top: 60px;
  left: 20px;
  z-index: 9999;
  text-align: right;
  font-size: 19px;
  display: none;
  padding: 10px;
}

.loginMainBoxHeader {
  color: #000;
}

.uesrBoxInHeader a {
  color: #323232 !important;
  display: flex !important;
  align-items: center !important;
  transition: all 0.5s ease;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
}

.uesrBoxInHeader a:first-child {
  margin-top: 10px;
}

.uesrBoxInHeader a span {
  margin-left: 15px;
}

.uesrBoxInHeader a:hover {
  background-color: var(--headerColor);
  color: #fff !important;
}

.nameOfUser {
  line-height: 1.5;
  margin: 10px 0;
}

.headerAddress {
  float: right;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 10px;
  margin-left: 10px;
}

.headerTel {
  font-size: 15px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  margin-top: 3px;
}

.headerTel a {
  color: #fff !important;
  margin-right: 5px;
}

.headerTel i {
  color: #ffca6e;
  font-size: 23px;
  margin-right: 8px;
}

@keyframes menuAnimation {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

.resMenuBTN {
  display: none;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

/* search */
.searchHeader {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.logoSearchHeader {
  width: 36px;
  height: 36px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #42474d;
  cursor: pointer;
  color: #fff;
  border-radius: 50%;
}
.logoSearchHeader:hover .textSearchHeader {
  width: 100%;
}
.textSearchHeader {
  width: 0;
  transition: all 0.5s ease;
  margin-right: 10px;
}

.headerMenu {
  display: flex;
  align-items: center;
  color: #fff;
}

.btnMainSideMenu {
  font-size: 30px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.btnMainSideMenu i.fa.fa-bars {
  font-size: 25px;
  margin-left: 5px;
}

.btnMainSideMenuTitle {
  font-size: 15px;
}

.btnMainSideMenu:hover .btnMainSideMenuTitle {
  color: #ffcb00;
}

.menuHeaderControl {
  display: flex;
  align-items: center;
}

.mainSideMenu {
  min-width: 200;
  position: absolute;
  right: 30px;
  top: 50px;
  z-index: 99;
  background-color: #ffbc00;
  border-radius: 5px;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.2);
  /* padding: 10px 0; */
  display: none;
  margin: 0;
}

.cartIconHeader {
  /* cursor: pointer; */
  justify-content: flex-end;
  padding: 0;
}

#show_basket_icon {
  cursor: pointer;
}

#headerMenuSticky {
  width: 100%;
  /* position: absolute; */
  transition: all 0.5s ease;
  z-index: 999999;
  background-image: url('../../upload/image/texture.jpg');
  background-repeat: repeat;
  margin: 0;
  /* margin-bottom: 0; */
}

#headerMenuSticky > .container::before,
#headerMenuSticky > .container::after{
  content: unset;
}

#headerMenuSticky > .container nav{
  width: 100%;
  padding: 0 2%;
}

.stickyMenu {
  position: fixed !important;
  z-index: 9999;
  top: 0;
  width: 100%;
  background-color: white;
}

div.row.head.xBgColor.nav-menu.stickyMenu > div > div:nth-child(1) > a > img {
  margin: 5px 0;
  height: 70px;
}

.stickyMenu .menu {
  /* display: table; */
  /* margin: 0; */
}

#headerMenuSticky.stickyMenu {
  animation: menuAnimation 1s;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.menu2Main > ul > li {
  margin-left: 10px;
}

.menu2Main > ul > li:hover > a {
  color: #ffcb00;
}

.menu ul li {
  border-bottom: 1px solid #000;
}
.menu > ul > li {
  border-bottom: 0;
}

.top-header {
  position: relative;
  z-index: 99999999;
}

.resShowDetailOnHeader {
  display: none;
}

.menuVerticalInRes {
  display: none;
}

.headerContactUs {
  width: 84%;
}

/* .mainSideMenu .menuClass1{
      border-bottom: 1px solid #ccc;
      padding: 10px;
      padding-bottom: 20px;
      margin-bottom: 10px;
    }
    
    .mainSideMenu .menuClass1:first-child{
      padding-top: 20px;
    }
    .mainSideMenu .menuClass1:last-child{
      border-bottom: 0;
    }
    
    .mainSideMenu .menuClass1 a{
      color: #323232;
      transition: all .5s ease;
    }
    
    .mainSideMenu .menuClass1 a:hover{
      color: var(--primaryColor);
    } */

/* Header (END) */

/* sideBar Group */

.sidebargpItem {
  cursor: pointer;
}

.proSubFooterTitle {
  text-align: center;
  color: #000;
  font-size: 15px;
  line-height: 1.5;
  margin: 10px 0;
}

.proSubFooterPrice {
  text-align: center;
  margin: 10px 0;
}

.proSubFooterPrice span {
  color: #002844;
  font-size: 14px;
}

/* sideBar Group (END) */

/* store */

#show_basket_icon:hover * {
  color: #ffcb00;
}

.checkout-table {
  overflow-x: auto;
}

#basket_content {
  max-height: 550px;
  overflow-y: auto;
}

.cart-product {
  transition: all 0.5s ease;
}

.cart-product:hover {
  background-color: #f7f5f5;
}

.cart-thumb {
  width: 70px;
  border: 1px solid #000;
  display: block !important;
  padding: 5px;
  margin-left: 10px;
}

.cart-title,
.cart-count,
.cart-price {
  flex: 25%;
}

.cart-count {
  flex: 0%;
  justify-content: flex-end;
  display: flex;
}

.cart-price {
  flex: 0%;
  text-align: left;
}

.cart-remove {
  display: none;
  margin-right: 15px;
}

.cart-remove i {
  color: #d40606 !important;
}

.customStore {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-left: 35px;
  margin-top: 40px;
}
.CS-miniDiv {
  display: flex;
}
.CS-miniDiv > div {
  margin-left: 15px;
}

.rahcode-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rahcode-form form {
  width: 40% !important;
  float: left !important;
  padding-left: 35px;
}

.rahcode-form form .btn-info {
  background-color: var(--mainColor);
  color: #fff !important;
}
.guideTextRahcode {
  width: 55%;
  float: right;
  line-height: 1.5;
}

.basket_title i.closeCart {
  float: left;
  color: red !important;
  cursor: pointer;
  margin-right: 25px;
}

.continueShop a {
  color: #fff !important;
  background-color: var(--mainColor);
}

.parsley-required {
  margin-top: 10px;
}

.checkout-form__row label {
  color: #012e55 !important;
}

.panel-body div {
  /* width: 100%; */
  margin: 10px 0;
}

.panel-success > .panel-heading {
  background-color: #f0f0f0;
  color: #004373;
}

.checkOutLogin .form-control {
  /* border-color: #004682 !important; */
  box-shadow: none;
  /* #004373 */
}

.checkOutLogin .btn-default {
  border-color: #fff !important;
}

.checkOutLogin .btn-success {
  background-color: #ffbc00 !important;
  border: 0;
}

.topOfCheckotu .nav__item a label {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: center;
}

.topOfCheckotu .nav__item a label i {
  margin-left: 10px;
}

.mainCheckOutBox .panel-success {
  border: 0;
}

.checkOutLogin {
  margin-top: 25px;
}

.loginBtnCheckout {
  width: 100%;
  padding: 0 25%;
}

/* store (END) */

/* Product Grouped Home */

.head_content {
  color: #323232;
}

.priceGroupedMember {
  text-align: center;
}

.tail_content {
  display: flex !important;
  align-items: center;
  justify-content: space-evenly;
}

/* Product Grouped Home (END) */

/* product Advance */

.stock_content_single {
  float: right;
}

.similar_products .prd_f {
  width: 100%;
}

.specialListMainBox {
  /* width: 30px; */
  background-color: #00ccd6;
  position: absolute;
  z-index: 9;
  left: 4%;
  top: 8%;
  /* transform: translateY(-20%); */
  border-radius: 5px;
  font-size: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  /* writing-mode: sideways-lr;
    text-orientation: mixed; */
  padding: 0 10px;
}

.list-product-special .special-title {
  display: flex;
  justify-content: right !important;
  padding-right: 10px;
}

.list-product-special .countdown.show .running timer {
  font-weight: 100;
  color: #000;
}

/* product Advance (END) */

/* List */

.rotate-180 {
  transform: rotate(180deg);
}

.listTitleBox {
  width: calc(100% - 480px);
  float: right;
}

.listTitleBox span {
  line-break: anywhere;
}

.listPageTitle {
  display: flex;
}

.textOnListTitle {
}

/* List (END) */

/* special product */

#specialSlider .prd_col .product_single {
  padding: 10px;
}

#specialSlider .prd_col .product_single img {
  width: 100%;
}

/* special product (END) */

/* Film Module */

.filmListGroupInshow .listGroup {
  width: 100%;
  padding: 0;
}

.filmListGroupInshow .listGroup > ul {
  width: 100%;
}

.filmBox {
  margin-top: 1em;
}

.filmIframe iframe {
  width: 100%;
  height: 60%;
}

.filmTitle {
  font-size: 18px;
  line-height: 1.5;
  color: red;
  position: relative;
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.filmTitle::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000;
  margin-left: 5px;
}

.filmAbstract {
  color: #ccc;
  font-size: 14px;
  line-height: 1.5;
}

.simFilm {
  padding: 0;
}

.simFilm .relItemsTitle {
  background-color: #ccc;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.filmSimItemBox {
  /* transform: rotate(90deg); */
  width: 100%;
  /* margin-top:100px; */
}
.filmSimItemBox .relItem {
  /* transform: rotate(-90deg); */
}
.filmSimItemBox .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: calc(50% - 33px);
}
div.filmSimItemBox .owl-nav .owl-prev,
div.filmSimItemBox .owl-nav .owl-next {
  font-size: 36px;
  top: unset;
  bottom: 15px;
}

.filmSimItemBox .relItem img {
  width: 100%;
}

.filmListGroupInshow .listGroup {
  width: 100%;
}

.filmListGroupInshow .listGroup ul {
  height: auto;
}

.filmListGroupInshow .listGroup > ul > li > a > span {
  padding: 10px;
}

.filmRelItem {
  position: relative;
  padding: 30px 2em 0 2em;
}

.filmRelItem.relatedItems {
  height: 370px;
  margin-bottom: 0;
}

.filmRelItem .slideNext-btn {
  position: absolute;
  top: 0;
  /* transform: rotate(-90deg); */
  right: 43%;
}

.filmRelItem .slidePrev-btn {
  position: absolute;
  top: 0;
  /* transform: rotate(-90deg); */
  right: 53%;
}

.filmBox .showTXT2 {
}

.filmBox .shareButtons {
}

/* Film Module (END) */

/* news */

.hot-item img {
  width: 100%;
}

/* news (END) */

/* Footer */

.copyRightText {
  color: rgba(255, 255, 255, 0.4);
  /* text-align: center; */
  margin: 30px auto;
}

/* Footer (END) */

/* Responsive */

@media screen and (max-width: 999px) {
  .listTitleBox {
    width: 100%;
  }

  #basket_content {
    left: -1vw;
    width: 94vw;
  }

  .rahcode-form form {
    width: 100% !important;
  }

  .cart-price {
    flex: 20%;
  }

  .mainCheckOutBox {
    width: 95%;
    margin: auto;
  }

  .tblTotal {
    width: 200%;
    max-width: 200%;
  }

  .summary {
    overflow: hidden;
    background-color: #fff;
    border-color: #5cb85c;
    padding: 10px !important;
  }

  .nav__item.active a {
    background-color: #7e7e7e !important;
    color: #fff !important;
  }

  .topOfCheckotu .nav__item.active a {
    background-color: #004382 !important;
    color: #fff !important;
  }

  .list-group-item.active {
    border-color: #ccc !important;
  }

  .list-group-item.active > label {
    background-color: #e4e4e4 !important;
    color: #000 !important;
  }

  .tblOrder tr {
    margin: 10px 0;
  }

  .checkout-form__row .form-control {
    height: 40px;
  }

  .itemSlider {
    flex-direction: column;
  }

  .boxOnSlide {
    width: 100%;
    opacity: 1;
    border-radius: 0 0 10px 10px;
    position: relative;
    margin: 0;
  }

  #slider .owl-nav .owl-next,
  #slider .owl-nav .owl-prev {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .nav-menu .container::before,
  .nav-menu .container::after,
  .top-header .container::before,
  .top-header .container::after {
    content: unset;
  }

  .top-header .container {
    justify-content: space-between;
  }

  .headerContactUs {
    display: none !important;
  }

  .resShowDetailOnHeader {
    display: block;
  }

  .topNavMenuHelp {
    padding-left: 0px;
    float: left;
    margin-left: -25px;
  }

  .headerTel {
    justify-content: center;
    color: #fff;
  }

  .resMenuBTN {
    display: block;
  }

  .headerAddress {
    display: none;
  }

  ul.topNavMenu.num2 {
    position: relative;
  }

  .uesrBoxInHeader {
    left: 10px;
  }

  li.menuClass1:hover > ul {
    /* display: none ; */
  }

  #mySidenav ul .menuClass1 ul {
    background-color: #fff;
  }

  #mySidenav ul .menuClass1 ul a {
    background-color: #fff;
    font-size: 15;
    color: #000;
    font-weight: 100;
  }

  #mySidenav ul .menuClass1 ul li {
    border-bottom: 1px solid #ccc;
    transition: all 0.5s ease;
    padding-right: 10px;
  }

  #mySidenav ul .menuClass1 ul li:hover {
    background-color: #ccc;
  }

  .b-wrapper {
    font-size: 1.1em;
    align-items: center;
    display: flex !important;
    position: relative;
    opacity: 1;
    color: #fff;
    margin-top: 20px;
  }

  .b-wrapper a {
    width: 100%;
    margin: 20px 0;
    color: black;
  }

  .sidebargpContainer {
    height: auto !important;
  }

  .sidebargpItem:hover .b-wrapper {
    margin-top: 20px;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    background-color: transparent;
    opacity: 1;
  }

  .menuVerticalInRes {
    background-color: #001b2e;
    width: 100%;
    float: right;
    display: none;
    font-size: 14px;
    padding: 20px 10px;
    margin: 0;
  }
  #headerMenuSticky.stickyMenu .menuVerticalInRes {
    display: block;
    animation: menuAnimation 1s;
  }

  #mySidenav ul li ul li ul li:hover {
    background-color: var(--headerColor);
  }
  #mySidenav ul li ul li ul li:hover > a {
    background-color: var(--headerColor);
  }

  .customStore {
    align-items: center !important;
    padding: 0 !important;
  }

  #compare-buttons-part {
    justify-content: center;
  }

  .compare-selected {
    width: calc(50% - 6px);
    min-width: unset !important;
    max-width: unset !important;
  }

  .special {
    width: 95% !important;
    float: unset !important;
    margin: auto;
  }

  .product_vote {
    text-align: center;
  }

  .params_full {
    text-align: center;
  }

  p.prd_option {
    justify-content: center;
  }

  .sp > ul > li {
    flex-direction: column;
  }

  .sp > ul > li > p.n {
    min-width: unset;
  }

  .product_advance_order_by > div {
    margin-top: 70px;
  }

  .mobile_option > button {
    width: 100%;
    background-color: #333 !important;
    color: #fff !important;
  }

  .mobile_option > button.show_order {
    margin-left: 0;
    margin-right: 5px;
  }

  .mobile_option > button > i {
    color: #fff !important;
    right: 15px;
  }

  .prd_col .product_single {
    flex-direction: column;
  }

  .special-products-part {
    height: auto !important;
  }

  .remained_time {
    width: 100% !important;
  }

  .product_single .content > .product_name {
    height: auto !important;
    margin-top: 50px !important;
  }

  .products .product_single .content > .product_name {
    margin-top: 10px !important;
  }

  .compare.btn {
    margin: 15px auto;
  }

  .votes {
    left: unset;
  }

  .pro_l {
    display: flex;
    flex-direction: column-reverse;
  }

  .rvkp {
    text-align: center;
  }
}

/* Responsive (END) */
/* slider */

#slider {
  /* overflow: hidden; */
}
.itemSliderCaption {
  /* max-width: 38.5%; */
  width: 350px;
  height: 100%;
  padding-left: 50px;
  padding-right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  background-image: url('../../upload/image/texture.jpg');

}
@media all and (max-width: 575px) {
  #slider{
    height: auto;
  }
  .itemSliderCaption {
    top: 50%;
    left: auto;
    width: 100%;
    max-width: none;
    height: 40%;
  }

  .ISC-title{
    margin-top: 5px !important;
  }

  .ISC-btn,
  .ISC-date{
    display: none !important;
  }

  .swiper-pagination-Mobile{
    display: none !important;
  }

  .itemSlider {
    /* height: 50%; */
  }
  .itemSlider a {
    height: 50% !important;
    width: 100%;
  }
  .button-wrap .button {
    width: 100px;
  }
  .button {
    width: 100px;
  }
}
.ISC-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  margin: 30px 0;
  margin-bottom: 50px;
}
.ISC-text {
  line-height: 1.5;
  margin-bottom: 10px;
  margin-top: 50px;
}

.ISC-btn {
  width: 85%;
  height: 75px;
  display: flex;
  justify-content: space-between;
  text-align: center;
  background-color: #3f4651;
  color: #fff;
  transition: all 0.5s ease;
  padding: 0;
}
.ISC-btnTitle {
  display: flex;
  align-items: center;
  padding-right: 25px;
}

.ISC-btnImage {
  width: 25%;
  background-color: #4f5763;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}
.ISC-btn:hover {
  background-color: #4f5763;
}

.ISC-btn:hover .ISC-btnImage {
  background-color: #3f4651;
}

.ISC-btn:hover .ISC-btnImage i {
  transform: translateX(-10px);
}
.ISC-btnImage i {
  transition: all 0.5s ease;
  transform: rotate(180deg);
}

.ISC-date {
  color: #eea660;
  font-size: 20px;
  margin-bottom: 45px;
}
.swiper-slide-active .itemSliderCaption {
  animation: sliderCaption 1.2s;
  opacity: 1;
}

@keyframes sliderCaption {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
.swiper-slide-active .itemSliderCaption .ISC-title {
  animation: sliderCaptionUp 2s;
  opacity: 1;
}
@keyframes sliderCaptionUp {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
.swiper-slide-active .itemSliderCaption .ISC-text {
  animation: sliderCaption 2s;
  opacity: 1;
}
.swiper-slide-active .itemSliderCaption .ISC-btn {
  animation: sliderCaptionUp1 2s;
  opacity: 1;
}
@keyframes sliderCaptionUp1 {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: unset !important;
}
.itemSlider a {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 986px) {
  .itemSliderCaption {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .swiper-navigation__module {
    padding: 20px 40px 10px !important;
  }
}
@media screen and (min-width: 989px) {
  .swiper-pagination-Mobile {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .itemSliderCaption {
    background-color: rgb(255, 255, 255);
  }
  .swiper-navigation__module {
    padding: 10px 20px 5px !important;
    display: none !important;
  }
  @-webkit-keyframes progress {
    0% {
      stroke-dashoffset: 75;
      opacity: 1;
    }
    95% {
      stroke-dashoffset: 0;
      opacity: 1;
    }
    100% {
      opacity: 0;
      stroke-dashoffset: 0;
    }
  }
  @-moz-keyframes progress {
    0% {
      stroke-dashoffset: 75;
      opacity: 1;
    }
    95% {
      stroke-dashoffset: 0;
      opacity: 1;
    }
    100% {
      opacity: 0;
      stroke-dashoffset: 0;
    }
  }
  @-o-keyframes progress {
    0% {
      stroke-dashoffset: 75;
      opacity: 1;
    }
    95% {
      stroke-dashoffset: 0;
      opacity: 1;
    }
    100% {
      opacity: 0;
      stroke-dashoffset: 0;
    }
  }
  @keyframes progress {
    0% {
      stroke-dashoffset: 75;
      opacity: 1;
    }
    95% {
      stroke-dashoffset: 0;
      opacity: 1;
    }
    100% {
      opacity: 0;
      stroke-dashoffset: 0;
    }
  }
  .swiper-pagination-Mobile {
    /* text-align: center; */
    margin: 25px auto;
    left: auto !important;
    transform: none !important;
    text-align: center;
  }
  .swiper-pagination-bullet {
    position: relative;
    width: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 100%;
    transition: 0.2s;
  }
  .swiper-pagination-bullet {
    background-color: transparent;
    opacity: 0.7;
  }
  .swiper-pagination-bullet--svg-animation {
    width: 26px;
    height: 26px;
    margin: 0 6px !important;
    display: inline-block;
  }
  .swiper-pagination-bullet--svg-animation svg {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .swiper-pagination-bullet--svg-animation .svg__circle-inner {
    stroke: #000;
    fill: transparent;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }
  .swiper-pagination-bullet-active .svg__circle {
    stroke: #000;
    stroke-dasharray: 75;
    stroke-dashoffset: 0;
    -webkit-animation: progress 7s ease-in-out 1 forwards;
    -moz-animation: progress 7s ease-in-out 1 forwards;
    -ms-animation: progress 7s ease-in-out 1 forwards;
    animation: progress 7s ease-in-out 1 forwards;
  }
  .swiper-pagination-bullet-active .svg__circle-inner {
    fill: #000;
  }
}

.swiper-navigation__module {
  /* width: 200px;
    height: 75px; */
  position: absolute;
  /* top: -100%; */
  background-color: #fff;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  z-index: 9;
  /* padding: 15px; */

  padding: 30px 60px 15px;
  /* margin-top: -75px; */
}
.swiper-button-next,
.swiper-button-prev {
  position: static;
  width: 48px;
  height: 48px;
  border: 1px solid #989898;
  border-radius: 50%;
  color: #151515;
  /* font-size: 28px; */
  line-height: 46px;
  margin-left: 32px;
}
.swiper-pagination__fraction-index {
  font-size: 60px;
  line-height: 1;
  font-weight: 300;
  color: rgba(21, 21, 21, 0.21);
}
.swiper-pagination__fraction-count,
.swiper-pagination__fraction-divider {
  font-size: 24px;
  line-height: 1.167;
  letter-spacing: 0;
  color: #eea660;
}
.xItemImg img {
  width: 100% !important;
  height: 200px;
  object-fit: cover;
  /* border-radius: 45%; */
}
.xItemImg {
  text-align: center;
}
.xItem {
  /* margin: 20px; */
  /* border: 1px solid #ebebeb; */
  padding: 20px;
}
.mahsoolat {
  margin: 20px 0;
  margin-bottom: 0;
}
.mahsoolat h2 {
  text-align: center;
  font-weight: 600;
  display: inline-block;
}
.mahsoolatTitle {
  /* margin-top: 90px; */
  font-size: 30px;
  text-align: center;
  font-weight: 600;
}
.xItemDetail a {
  color: black;
  line-height: 1.5;
  transition: color 0.3s ease-in-out;
}
.xItemDetail {
  margin-top: 30px;
  margin-bottom: 30px;
}
.xItemDetail a:hover {
  color: #eea660;
}
.productDetails {
  margin-top: 10px;
  line-height: 22px;
}
.imageSliderMahsoulat {
  width: 100% !important;
  height: auto !important;
  border-radius: 0% !important;

  transition: all 0.25s ease;
}
.productImage {
  display: block;
  overflow: hidden;
}
.productImage .imageSliderMahsoulat {
  transform: scale(1.1);
}

.mahsoolWrapper:hover .productImage .imageSliderMahsoulat {
  transform: none;
}
.captionAbstract {
  color: #777777;
  opacity: 1 !important;
  margin-top: 16px;
  display: inline-block;
}
.caption {
  padding-left: 18%;
  padding-right: 18%;
  padding-bottom: 60px;
  position: relative;
  padding: 18% 15px 30px;
  margin-top: -11.2%;
  z-index: 1;
}
.caption::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ffffff;
  transform-origin: 100% 50%;
  transform: skewY(-6deg);
  will-change: transform;
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: -1;
}
.mahsoolWrapper:hover .caption::before {
  transform: none;
}
.captionTitle {
  font-weight: 600;
  font-size: 24px;
}
.swiper-pagination {
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  font-size: 26px;
  line-height: 71px;
  font-weight: 300;
  letter-spacing: 0.075em;
  color: rgba(255, 255, 255, 0.7);
  background: linear-gradient(to top, #e89c51 0%, #ffa54e 100%);

  transform: translate3d(105%, -50%, 0);

  will-change: transform;
  transition: all 0.3s ease;
}
.mahsoolWrapper:hover .swiper-pagination {
  transform: translate3d(0%, -50%, 0);
}
.parallax {
  position: relative;
  overflow: hidden;
  background: #47505f;
  margin-top: 30px;
}
.parallaxImage {
  background-image: url(https://livedemo00.template-help.com/wt_prod-10987/theme/images/bg-index-11.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 500;
  /* opacity: 0.4; */
}
/* .parallaxImage {
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    bottom: 0;
    z-index: 0;
  } */
/* .parallax-content {
    position: relative;
    z-index: 1;
  } */
/* .parallax .parallaxImage {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 101%;
    min-height: 101%;
    max-width: none;
    transform: translate3d(-50%, 0, 0);
  } */
.animate-me {
  animation: bounceIn 3s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes bounceIn {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  60% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}
.parTitleWrapper {
  z-index: 1000;
  margin: 100px 0;
}
.parTitle {
  color: white;
  font-size: 24px;
}
.parIcon {
  color: #fff;
  position: relative;
  overflow: hidden;
  display: inline-block;
  font-size: 18px;
  line-height: 1.85;
  border: none;
  font-weight: 100;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  user-select: none;
  transition: all 0.25s ease;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 25px;
  padding-left: 95px;
}
.parIcon::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #fff;
  transition: all 0.25s ease;
  pointer-events: none;
  z-index: -1;
}

.parIcon i{
  font-size: 20px;
  transform: rotate(180deg);
  border-left: 1px solid #fff;
  border-right: 0 ;
  transition: all .25s ease;
}

.parIcon:hover{
  color: #fff;
  background-color: #eea660;
}

.parIcon:hover i{
  color: #fff;
  background-color: #fcb672;
  border-color: #fcb672;
}

.productWr {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  padding: 0;
}
#projectImage {
  width: 100%;

  transition: all 0.3s ease;
  will-change: transform;
}
.projeWrapper {
  overflow: hidden;
  /* width: 450px; */
  height: 350px;
}
.projeWrapper .projectImageLink {
  display: block;
}
.projeWrapper .projectImageLink img {
  object-fit: cover;
}
.productDetail {
  position: absolute;
  /* top: 0%;
    left: -100%; */
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px;
  /* z-index: 10; */
  width: 100%;
  height: 100%;
}

.projeha .col-xs-12 {
  padding: 0 4px;
  margin-bottom: 8px;
  overflow: hidden;
}
.projeha {
  margin-top: 20px;
}
.projectAbstract {
  color: white;
  background-color: #eea660;
  margin-top: 10px;
  padding: 3px 10px;
}
/* .projeWrapper:hover .productDetail {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
    will-change: transform;
    pointer-events: none;
  } */
.mySwiper1 {
  margin-top: 20px;
  padding: 0 15px;
  height: auto !important;
}
#wrapperancer {
  font-size: 24px;
}
.captionOfNews {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* .swiper-slide-caption {
    background-image: url(http://ccpars.com/htmls/upload/image/news/newBg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
  } */
.swiper-container1 {
  display: flex;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  height: auto;
  width: 100%;
  z-index: 1;
}
/* .swiper-wrapper {
    position: relative;
    z-index: 1;
    display: flex;
    align-self: stretch;
    align-items: stretch;
    width: 100%;
    height: auto;
    min-height: inherit;
    transition-property: transform;
    box-sizing: content-box;
    text-align: left !important;
  } */
/* .swiper-slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    white-space: nowrap;
  } */
.swiper-slider-10 .swiper-slide::before {
  background-image: url(http://ccpars.com/htmls/upload/image/news/newBg.jpg);
}
.swiper-slider-8 .swiper-slide::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  z-index: 0;
}
@media all and (min-width: 1200px) {
  .swiper-slider-8 .swiper-slide::before {
    left: 50%;
  }
}
@media all and (min-width: 992px) {
  .swiper-slider-8 .swiper-slide::before {
    left: 40%;
  }
}
@media all and (min-width: 768px) {
  .swiper-slider-8 .swiper-slide::before {
    left: 35%;
  }
}

.swiper-slide-caption {
  width: 100%;
}
.section-lg {
  padding: 90px 0;
}
.swiperKhabar {
  justify-content: space-between;
}
.swiperKhabar-col {
  position: static;
  display: block;
}
.quote-classic-figure {
  right: 65%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.quote-classic-figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: none;
  object-fit: cover;
  object-position: center center;
}
@media all and (min-width: 992px) {
  .quote-classic-figure {
    right: 60%;
  }
}
@media screen and (min-width: 1200px) {
  .quote-classic-figure {
    right: 50%;
  }
}
@media screen and (max-width: 768px) {
  .section-lg {
    padding: 20px 0;
  }
}

.swiper-slider-8 h4,
.swiper-slider-8 .title-classic {
  color: rgb(255, 255, 255);
  font-size: 30px;
  text-align: right;
}
.quote-classic {
  padding-top: 0;
  padding-left: 65px;
  position: relative;
  text-align: right;
}
* + .quote-classic {
  margin-top: 30px;
}
.quote-classic-2 .quote-classic-text {
  line-height: 1.5;
}
.quote-classic-text::before {
  position: absolute;
  left: -8px;
  top: -8px;
  content: "\f10d";
  font-size: 60px;
  line-height: 0.88;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0;
  font-family: "Font Awesome\ 5 Free";
  color: rgba(255, 255, 255, 0.07);
}
.quote-classic-author {
  font-size: 14px;
  font-weight: 500;
  color: #eea660;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.swiper-slide-active .quote-classic-2 {
  animation: fadeInLeft 1.2s;
  opacity: 1;
}
.swiper-slide-active .newsTitle {
  animation: sliderCaptionUp 1.2s;
  opacity: 1;
}
.itemSlider1 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.swiper-button-next1,
.swiper-button-prev1 {
  position: static;
  width: 48px;
  height: 48px;
  border: 1px solid #989898;
  border-radius: 50%;
  color: #151515;
  /* font-size: 28px; */
  line-height: 46px;
  margin-left: 32px;
}
.swiper-pagination__fraction-index1 {
  font-size: 60px;
  line-height: 1;
  font-weight: 300;
  color: rgba(21, 21, 21, 0.21);
}
.swiper-pagination__fraction-count1,
.swiper-pagination__fraction-divider {
  font-size: 24px;
  line-height: 1.167;
  letter-spacing: 0;
  color: #eea660;
}
.swiper-slider-8 {
  min-height: 29.89583vw;
}
.newsAbstract {
  color: white;
  font-size: 20px;
}
.faqSection {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.faqtitle {
  font-size: 24px;
  margin: 16px 0;
}
.faq {
  width: 100%;
  max-width: 700px;
  margin-top: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgb(92 92 92 / 21%);
  cursor: pointer;
}
.question {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.question h3 {
  font-size: 22px;
}
.answer {
  display: none;
  /* max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out; */
}
.answer p {
  padding-top: 16px;
  line-height: 1.6;
}
.faq i {
  transition: all 0.5s ease-in-out;
}
.faq.active .answer {
  /* max-height: 300px; */
  animation: fade 1s ease-in-out;
}
.faq.active i {
  transform: rotate(135deg);
}
.faqwrapper {
  padding: 100px 0;
}
@keyframes fade {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.form {
  margin-top: 85px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  position: relative;
}
.form .form-wrapper {
  margin-top: 20px;
  width: 100%;
}
.form .form-wrapper input {
  padding: 15px 5px 15px 250px;
  width: 100%;
}
.form .form-wrapper select {
  width: 100%;
  padding: 15px 5px 15px 250px;
}
.formLable {
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.formLable.active {
  opacity: 0;
}
.faqImg {
  height: 420px;
}
.parallax2 {
  position: relative;
  overflow: hidden;
  background: #47505f;
  margin-top: 30px;
}
.parallaxImage2 {
  background-image: url('../../upload/image/homepage/bgcenter.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;

  z-index: 500;
  /* opacity: 0.4; */
}
.resultwrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 0;
  z-index: 501;
  color: white;
}
.resultwrapper h5 {
  font-size: 24px;
}
.resultwrapper h2 {
  margin-top: 20px;
  font-size: 70px;
}
.NumberOfProjects {
  font-size: 44px;
  margin-top: 35px;
  width: 60%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.projectsNum {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.orangeafter {
  width: 20px;
  height: 3px;
  background-color: orange;
}
.projectdet {
  margin-top: 5px;
  font-size: 18px;
}
.memberssection {
  background-color: white;
  padding: 80px 0;
  text-align: center;
}
.customerLink {
  border: 1px solid #e1e1e1;
}
.customerLinkImg {
  border: 1px solid #e1e1e1;
  /* overflow: hidden; */
  width: 100%;
  display: inline-block;
}
.customerLinkImg img {
  width: 100% !important;
}
.membersowl .owl-dots .owl-dot.active span {
  border-radius: 0 !important;

  width: 14px;
  height: 14px;
  background-color: #eea660;
}
.membersowl .owl-dots .owl-dot span {
  border-radius: 0 !important;

  width: 14px;
  height: 14px;
}
.membersowl .owl-nav.disabled {
  display: none;
}
.views {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.static {
  width: 100%;
  color: white;
}
.socialNetworks {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
}
.socialUl {
  width: 100%;
  margin-top: 25px;
  /* max-width: 210px; */
  display: block;
}
.socialNetworks h5 {
  font-size: 24px;
}
.socialcont {
  /* font-size: 12px; */
  line-height: 2;
  font-weight: 500;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.2);
}
.socialUl li a {
  font-size: 14px;
  line-height: 1.5;
  color: white;
}
.socialUl li {
  margin-top: 7px;
}
.mahsoolContainer {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#projedetmob {
  display: none;
}
.newsWrapper {
  padding-left: 160px;
}
@media all and (max-width: 767.9px) {
  #projedetmob {
    display: block;
    text-align: center;
    font-size: 24px;
    color: black;
    padding: 25px;
  }
  .newsWrapper {
    padding-left: 20px;
  }
  .newsAbstract {
    color: white;
    font-size: 16px;
  }
  .quote-classic {
    padding-top: 0;
    padding-left: 10px;
    position: relative;
    text-align: right;
  }
  .swiper-slider-8 h4 {
    color: rgb(255, 255, 255);
    font-size: 18px;
    text-align: right;
  }
}
.chavleft {
  border-right: 1px solid white;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 68px;
  font-size: 27px;
}
.icon::before {
  font-family: "Font Awesome\ 5 Free";
  content: "\f053";
  position: relative;
  display: inline-block;
  font-weight: 900;
  font-style: normal;
  /* speak: none; */
  text-transform: none;
}
.button-icon-right .icon,
.button-icon-left .icon {
  width: 68px;
  background-color: #fcb672;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: 0;
}

.button-icon-right .icon{
  right: 0;
  transform: rotate(180deg);
}

.button-icon-left .icon {
  left: 0 !important;
}

.button-icon-right {
  padding-right: 95px;
}

.button-icon-left {
  padding-left: 95px;
}

.mahsoolWrapper {
  height: 350px;
}
.mahsoolWrapper .productImage {
  height: 150px;
  overflow: hidden;
}

.mahsoolWrapper .caption{
  text-align: center;
}

.lineee {
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  margin-top: 30px;
}
.socialIcon {
  margin-bottom: 20px;
}
.socialIcon li {
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
}
.socialIcon li a {
  overflow: hidden;
  text-align: center;
  width: 42px;
  height: 42px;
  font-size: 20px;
  background-color: rgba(255, 255, 255, 0.1);
  line-height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.socialIcon li a i {
  color: white;
  display: inline-block;
}
.socialIcon li:hover a {
  background-color: #eea660;
}

.mahsoolateSlider .owl-stage-outer{
  padding-top: 30px;
  padding-bottom: 30px;
}

.mahsoolateSlider .owl-nav.disabled{
  display: none !important;
}

.showMemberItemCard{
 
  position: relative;
  overflow: hidden;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  color: #777777;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  padding: 0;
  
}

.showMemberItemBody{
  position: relative;
  z-index: 1;
  padding-top: 20px;
  margin-top: -11.2%;
}

.showMemberItemCard .xItemImg img{
  transition: all .5s ease;
  transform: scale(1.1);
} 

.showMemberItemBody::before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ffffff;
  transform-origin: 100% 50%;
  transform: skewY(-6deg);
  will-change: transform;
  transition: all .3s ease;
  pointer-events: none;
  z-index: -1;
}

.showMemberItemNumberBox{
  width: 70px;
  height: 70px;
  font-size: 36px;
  line-height: 70px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 26px;
  line-height: 50px;
  font-weight: 300;
  letter-spacing: .075em;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: rgba(255, 255, 255, 0.7);
  background: linear-gradient(to top, #e89c51 0%, #ffa54e 100%);
  transform: translate3d(140%, -50%, 0);
  will-change: transform;
  transition: all .3s ease;

}

.showMemberItemCard:hover .showMemberItemNumberBox{
  transform: translate3d(-50%, -50%, 0);
}

.showMemberItemCard:hover .showMemberItemBody::before{
  transform: skewY(0deg)
}

.showMemberItemCard:hover .xItemImg img{
  transform: scale(1);
}

.homeProductGroup .xItemImg img{
  width: 150px !important;
  height: 150px;
  border-radius: 50%;
}

.showResHeaderInfoBox{
  width: 270px;
  position: fixed;
  left: 0;
  top: 79px;
  z-index: 999;
  background-image: url('../../upload/image/texture.jpg');
  transform: translateX(-100%);
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease;
  padding: 10px;
}

.showResHeaderInfoBox.active{
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}

.SRHI-card{
  color: #222;
  display: flex;
  line-height: 1.5;
  font-size: 15px;
  margin-bottom: 12px;
}

.SRHI-card:last-child{
  margin-bottom: 0;
}

.SRHI-cardIcon{
  margin-left: 10px;
}

/* footer stat */

.statMainBoxBody > ul > li{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.boxTitle{
  margin-top: 15px;
  margin-bottom: 15px;
}

.boxBody{
  margin-top: 0;
  margin-bottom: 0;
}

.bgFoot{
  background-color: #47505f;
}

.footerMainRow{
  display: flex;
}

.footerMainBox2{
  background-color: #47505f;
  padding-top: 23px;
  padding-bottom: 23px;
}

.shortFooterDesc{
  line-height: 2;
  color: rgba(255, 255, 255, 40%);
  font-size: 15px;
  font-weight: 400;
  margin: 25px 0;
}

.footerMenuNav{

}

.footershowProductMainBox a {
  color: #fff;
}

.productFooterItemImage img{
  width: 100%;
}

.productFooterItemTitle{
  text-align: center;
  margin-top: 10px;
}

.footerProductBox .owl-nav.disabled{
  /* display: none; */
}

/* footer stat (END) */

@media screen and (max-width : 999px) {

  .projectsNum:not(:last-child){
    margin-bottom: 22px;
  }

  .mahsoolatTitle{
    margin-top: 15px;
  }

  .NumberOfProjects{
    width: 100%;
    flex-direction: column;
  }

  .parTitleWrapper{
    margin-bottom: 75px;
  }

  .parallaxBtn{
    margin-bottom: 25px;
  }

  body > .container-fluid{
    padding-left: 0;
  }

  .nav-tabs-3{
    max-width: 100%;
  }

  .itemSliderCaption > a{
    display: none;
  }

  .mahsoolat{
    margin-top: 0;
  }

  .navbar-dropDown ul li > ul{
		opacity: 1;
		visibility: visible;
		transform: none;

	}

  .button{
    min-width: 270px;
  }

  #tabs-12{
    flex-direction: column-reverse;
  }

  .nav-link-3 a{
    padding: 15px;
  }


  .tab-content-4 .tab-pane{
    text-align: center;
    padding: 10px 15px;
    margin-right: 0;
  }


  .footerCantainer,
  .footerMainBox2 {
    text-align: center;
  }

  .footerMainRow{
    flex-direction: column;
    margin-right: 0;
    margin-left: 0;
  }

  .copyRightText{
    width: 100%;
    float: right;
  }
}

@media screen and (min-width : 1550px) {
  .tab-content-4 .tab-pane{
    margin: auto;
  }
}

@media screen and (max-width : 999px) {
  .tab-content-4{
    display: flex;
    flex-direction: column;
    padding-left: 15px;
  }
  .tab-content-4 .tab-pane{
    max-width: 100%;
  }
}
