/* Fonts */

/* @font-face {
    font-family: 'droid';
    src: url('../fonts/driod/DroidKufi-Regular.ttf');
    font-weight: normal;
    font-style: normal;
} */

/* Fonts */

/*--------Schema--------*/
.secondary {
  background-color: #1e1a1a;
}
.primary {
  background-color: #000000 !important;
}
.bg-black {
  background-color: #000000;
}
.border-light {
  border-color: #b2b3b5 !important;
}
.text-primary {
  color: #1e1a1a !important;
}
.text-black {
  color: #000;
}
.border-white {
  border-color: #ffffffbd!important;
}
/*--------Schema--------*/
:root {
  --secondary: #1e1a1a;
  --primary: #000000;
  --white: #fff;
  --gray: #b2aeae;
  --lightprimary: #c09103;
}
/*----------------------------------------------------*/
/*----- General Style -------*/
html {
  scroll-behavior: smooth;
  width: 100%;
  /* height: 100%; */
  padding: 0px;
  margin: 0px;
  display: block;
  overflow-x: hidden;
}
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  display: block;
  /* direction: rtl; */
  /* font-family: 'droid' !important; */
  overflow-x: hidden;
}
* {
  box-sizing: border-box;
}
.container {
  /* max-width: 960px !important; */
  max-width: 1477px !important;
}
p {
  font-size: 1.7vh;
  color: #000000;
  line-height: 2;
  text-transform: lowercase;
}
a {
  color: #ffffff;
  font-weight: 500;
}
section {
  height: 100vh;
  /* width: 100vw; */
  margin: 0;
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

ul,
ol {
  padding: 0;
  margin: 0;
}
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #000; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #3b3a3a; 
}
/* Header area css
============================================================================================ */
/* .secondaryOpacity{
  height: 100vh;
  position: relative;
  overflow: hidden;
} */
.secondaryOpacity {
  background-color: #fff;
  height: 100vh;
  opacity: 90%;
  width: 24vw;
  z-index: 2;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
/* .secondaryOpacity {
  background-color: #fff;
  opacity: 90%;
  width: 100%;
} */

.secondaryOpacity2 {
  width: 100px;
}
.secondaryOpacity2 {
  background-color: transparent;
  float: right;
  /* position: relative; */
  z-index: 9999;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
}
.proojects .secondaryOpacity{width: 100%;position: relative;}
.proojects .secondaryOpacity2{position: relative;}
/*------logo header------*/
header .item .cover .header-content {
  position: relative;
  overflow: hidden;
  z-index: 3;
}
/*--------social-network social-circle-----*/
.social-network {
  position: relative;
  top: 53%;
  text-align: center;
  font-size: 15px;
  color: #000;
}
.social-network li {
  list-style: none;
  margin-bottom: 10px;
}
.social-network li a {
  padding: 12px;
    font-size: 15px;
    cursor: pointer;
    color: black;
    /* margin-right: 16px; */
    position: relative;
    text-align: center;
    line-height: 32px;
    width: 80px;
    height: 80px
}

/*----- start social animation 2---*/
.social-network li a::before,
.social-network li a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    left: 0;
    top: 0;
    transition: .5s linear
}

.social-network li a:hover i {
    transform: scale(1.1)
}

.social-network li a:hover::before {
    transform: skewX(20deg);
    border-left: 3px solid;
    border-right: 3px solid;
    border-radius: 50%
}

.social-network li a:hover::after {
    transform: skewY(-25deg);
    border-top: 3px solid;
    border-bottom: 3px solid;
    border-radius: 50%
}

@media (max-width:700px) {
    ul.social-network {
        display: block
    }
}
/*----End social media animation 2 ----*/
/* .social-network li a:hover{
  color: var(--lightprimary);
    background-color: var(--lightprimary);
    -webkit-transform: translate(-5px, 0);
    -moz-transform: translate(-5px, 0);
    -ms-transform: translate(-5px, 0);
    -o-transform: translate(-5px, 0);
    transform: translate(-5px, 0);
    width: 9vw;
}
.social-network svg{
  overflow: visible;
    color: #000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 28px !important;
    height: 28px;
    padding: 7px;
    line-height: 33px;
    text-align: center;
    background: var(--white);
    -webkit-transform: rotate( 
0deg
 );
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate( 
0deg
 );
}
.social-network li a:hover svg{
  color: var(--lightprimary);
  background: var(--white);
  -webkit-transform: rotate(
360deg
);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(
360deg
);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.social-network li span{
  opacity: 0;
    transition: .3s ease;
    color: #131211;
}
.social-network li a:hover span{
  opacity: 1;
} */

.responsive-social {
  height: 100%;
}
.social_we {
  height: 69vh;
  overflow: hidden;
  position: absolute;
  top: 54%;
  left: 13.6vh;
  transform: translate(-50%, -50%);
}
.social_we .reverse_border {
  top: 40%;
}
/*-----skip--------*/
.skip {
  text-align: center;
  position: fixed;
  left: 50%;
  bottom: 17px;
}
.skip .reverse_border {
  width: 36px;
}
/*---we are social div -----*/
.we_social {
  transform: rotate(-90deg);
  position: relative;
  top: 18%;
  width: 178px;
  font-size: 20px;
}
.we_social p{text-transform: capitalize;}

.reverse_border {
  background-color: #000000;
  height: 2px;
  transform: rotate(-90deg);
  position: relative;
  top: 55%;
  width: 72px;
  margin: auto;
}
.owl-prev,
.owl-next {
  /* background-color: var(--primary) !important; */
  padding: 9px !important;
  width: 40px !important;
  height: 40px !important;
  line-height: 3.8 !important;
}
.owl-prev svg,
.owl-next svg {
  margin-top: 0px;
}
/*----let's meet ----*/
.LetsMeet {
  left: 13.6vh;
  position: absolute;
    width: 100%;
    text-align: center;
    bottom: 4%;
    transform: translate(-50%, -50%);
}

/*--social at overlay ----*/
.social-network-nav {
  position: relative;
  bottom: -8%;
  /*  left: 50%;*/
}
.social-network-nav li {
  display: inline-block;
}
.social-network-nav img {
  width: 82% !important;
  margin: auto;
  margin: 0px 5px;
}
.main_header_area {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 25;
}

.main_header_area + section,
.main_header_area + div,
.main_header_area + .row {
  margin-top: 152px;
}

.main_header_area.navbar_fixed .main_menu_area {
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
  transition: background 500ms ease, -webkit-transform 500ms ease;
  -o-transition: transform 500ms ease, background 500ms ease;
  transition: transform 500ms ease, background 500ms ease;
  transition: transform 500ms ease, background 500ms ease,
    -webkit-transform 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  -webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  z-index: 999;
}

.main_header_area.navbar_fixed
  .main_menu_area
  .navbar.navbar-default
  .nav.navbar-nav.navbar-right
  li
  a {
  color: #31353d;
}

.main_header_area.navbar_fixed
  .main_menu_area
  .navbar.navbar-default
  .nav.navbar-nav.navbar-right
  li.active
  a {
  color: #ffcd00;
}

.header_top_area {
  background: #1e2126;
}

.header_top_area .pull-left a {
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  color: #e8e8e8;
  line-height: 50px;
  margin-right: 60px;
  position: relative;
  display: inline-block;
}

.header_top_area .pull-left a:before {
  content: "";
  background: #333;
  width: 1px;
  position: absolute;
  left: -30px;
  top: -1px;
  height: 100%;
}
/*---sidenav---*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  opacity: 98%;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  text-align: center;
}

.sidenav a {
  padding: 8px 0px 1px 0px;
  text-decoration: none;
  font-size: 33px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn,
.Logo-menu {
  position: absolute;
  top: 27px;
  font-size: 30px;
  margin-left: 50px;
}
.sidenav .closebtn {
  right: 25px;
}
.side_links {
  /*
  position: absolute;
  left: 50%;
*/
}
.overlay-content {
  position: relative;
  width: 100%;
  height: 249px;
  text-align: center;
  margin: 49px 0px;
}
.title_menu {
  height: 100px;
}
.menu_border {
  position: relative;
  height: 58px;
}
/* .menu_border .reverse_border {
  top: 0px;
} */
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}
/*----custopm language header-------*/
.Language_options .get_bg_btn {
  line-height: 33px;
  margin-top: 7px;
  font-size: 13px;
}

.header_top_area .pull-left a i {
  font-size: 20px;
  color: #e8e8e8;
  padding-right: 10px;
}

.header_top_area .pull-left a:first-child {
  margin-left: 40px;
}

.header_top_area .pull-left a:first-child:before {
  left: -40px;
}

.header_top_area .pull-left a:last-child {
  margin-right: 0px;
}

.header_top_area .pull-left a:last-child:after {
  content: "";
  background: #333;
  width: 1px;
  position: absolute;
  right: -30px;
  top: -1px;
  height: 100%;
}

.header_social li {
  display: inline-block;
  margin-right: 20px;
}

.header_social li a {
  font-size: 14px;
  color: #e8e8e8;
  line-height: 50px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.header_social li:last-child {
  margin-right: 0px;
}

.header_social li:hover a {
  color: #00aced;
}
/*-------notification  Lang_heart_cart -------*/
.Lang_heart_cart {
  font-size: 16px;
}
.notification_icon span {
  position: relative;
  left: -9%;
  top: 3px;
  background-color: #fff;
  border-radius: 50%;
  color: #000;
  font-size: 10px;
  padding: 0px 4px;
}
.main_menu_area {
  background: #fff;
  z-index: 30;
}

.main_menu_area .navbar.navbar-default {
  background: transparent;
  margin-bottom: 0px;
  border: none;
}

.main_menu_area .navbar.navbar-default .navbar-header .navbar-brand {
  line-height: 97px;
  display: inline-block;
  padding: 0px;
}

.main_menu_area .navbar.navbar-default .navbar-header .navbar-brand img {
  line-height: 40px;
  display: inline-block;
  width: 72px;
}

.main_menu_area .navbar.navbar-default .navbar-header .navbar-brand img + img {
  display: none;
}

.main_menu_area .navbar.navbar-default .nav.navbar-nav.navbar-right li {
  margin-right: 28px;
}

.main_menu_area .navbar.navbar-default .nav.navbar-nav.navbar-right li a {
  padding: 0px;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #31353d;
  line-height: 100px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  background: transparent;
}

.main_menu_area
  .navbar.navbar-default
  .nav.navbar-nav.navbar-right
  li.icon_search {
  margin-right: 0px;
}

.main_menu_area
  .navbar.navbar-default
  .nav.navbar-nav.navbar-right
  li.icon_search
  a {
  position: relative;
}

.main_menu_area
  .navbar.navbar-default
  .nav.navbar-nav.navbar-right
  li.icon_search
  a:before {
  content: "02";
  background: #ffcd00;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  position: absolute;
  right: -14px;
  top: 40%;
  line-height: 21px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: normal;
  text-align: center;
}

.main_menu_area .navbar.navbar-default .nav.navbar-nav.navbar-right li:hover a,
.main_menu_area
  .navbar.navbar-default
  .nav.navbar-nav.navbar-right
  li.active
  a {
  color: #ffcd00;
}

.main_menu_area .navbar.navbar-default .nav.navbar-nav.navbar-right li.submenu {
  position: relative;
}

@media (min-width: 992px) {
  .main_menu_area
    .navbar.navbar-default
    .nav.navbar-nav.navbar-right
    li.submenu
    .dropdown-menu {
    position: absolute;
    top: 100%;
    left: -40px;
    min-width: 232px;
    background: #eeeeee;
    text-align: left;
    opacity: 0;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    visibility: hidden;
    display: block;
    padding: 0px;
    border: none;
    border-radius: 0px;
  }
}

.main_menu_area
  .navbar.navbar-default
  .nav.navbar-nav.navbar-right
  li.submenu
  .dropdown-menu:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #eeeeee transparent transparent transparent;
  position: absolute;
  right: 24px;
  top: 45px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.main_menu_area
  .navbar.navbar-default
  .nav.navbar-nav.navbar-right
  li.submenu
  .dropdown-menu
  li {
  display: block;
  float: none;
  margin-right: 0px;
  border-bottom: 1px solid #cbcbcb;
}

.main_menu_area
  .navbar.navbar-default
  .nav.navbar-nav.navbar-right
  li.submenu
  .dropdown-menu
  li
  a {
  line-height: 45px;
  color: #494848;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 16px;
  padding: 0px 30px;
  text-transform: capitalize;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  display: block;
}

.main_menu_area
  .navbar.navbar-default
  .nav.navbar-nav.navbar-right
  li.submenu
  .dropdown-menu
  li:last-child {
  border-bottom: none;
}

.main_menu_area
  .navbar.navbar-default
  .nav.navbar-nav.navbar-right
  li.submenu
  .dropdown-menu
  li:hover
  a {
  background: #ffcd00;
  color: #fff;
}

@media (min-width: 992px) {
  .main_menu_area
    .navbar.navbar-default
    .nav.navbar-nav.navbar-right
    li.submenu:hover
    .dropdown-menu {
    left: 0px;
    visibility: visible;
    opacity: 1;
  }
}

.transparent_menu .main_menu_area {
  background: transparent;
}

.transparent_menu .main_menu_area .navbar.navbar-default {
  border-bottom: 1px solid rgba(186, 186, 186, 0.4);
  border-radius: 0px;
}

.transparent_menu
  .main_menu_area
  .navbar.navbar-default
  .nav.navbar-nav.navbar-right
  li
  a {
  color: #fff;
}

.transparent_menu
  .main_menu_area
  .navbar.navbar-default
  .nav.navbar-nav.navbar-right
  li:hover
  > a,
.transparent_menu
  .main_menu_area
  .navbar.navbar-default
  .nav.navbar-nav.navbar-right
  li.active
  > a {
  color: #ffcd00;
}

.transparent_menu + section,
.transparent_menu + div,
.transparent_menu + .row {
  margin-top: 0px;
}

/* End Header area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Main Slider area css
============================================================================================ */
/*---sidemenu-----*/
.sidemenu {
  /* height: 100%; */
  /* opacity: 0.8; */
}
.menu_icon {
  cursor: pointer;
  padding: 23px 0px;
  font-size: 22px;
}
.menu_icon img {
  width: 30% !important;
  margin: auto;
}

/*----End sidemenu-----*/
/*---slider img------*/
.header-content .Slidimg {
  /* margin-top: 103px; */
  margin-bottom: 62px;
}
.header-content .logo_site img {
  width: 15vh ;
  position: relative;
  left: 50%;
  top: 0.5vh;
}
.header-content .Slidimg img {
  width: 50% !important;
  margin: auto;
}
.start_shopping {
  font-size: 24px;
  font-weight: 500;
}
/*---slider img ------*/
header .item {
  height: 100vh;
  position: relative;
}
header .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .item .cover {
  /* padding: 18px 13px; */
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  align-items: center;
}

header .item .cover .header-content {
  position: relative;
  overflow: hidden;
  z-index: 3;
}
.secondaryOpacity .header-content{height: 15vh;}
/*----slider nav---*/
.cover #pills-tab {
  margin: auto;
  width: 50%;
}
/*---End slider nav---*/
header .item .cover .item_img {
  position: relative;
  /* padding: 56px; */
  overflow: hidden;
  width: 100%;
  top: 32%;
  z-index: 3;
}

header .item .cover .header-content h1 {
  font-size: 3.5vw;
  font-weight: 900;
  margin: 5px 0 20px;
  letter-spacing: 4px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #fff;
}
header .item .cover .header-content h4 {
  font-size: 65px;
  line-height: 36px;
  color: var(--primary);
}
header .item .cover .header-content span {
  font-weight: 600;
}
header .owl-item.active h1 , header .owl-item.active .imgslider img {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.8s;
}
header .owl-item.active h6,
.wholebody .logo_site img {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 1.4s;
}
header .owl-item.active .Slidimg img {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: zoomIn;
  animation-delay: 0.1s;
}
header .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.wholebody{
  height: 100%;
position: relative;
overflow: hidden;
}
.Caption {
  position: fixed !important;
  z-index: 3;
  left: 41.2%;
  top: 32vh;
}
.imgslider {
  z-index: 3;
  top: 11vh;
  cursor: pointer;
  margin: 20px 30px;
  /* transition: all 0.3s ease-out; */
  transition: 2s ease;
  position: relative !important;
  left: 0vw;
  width: 22vw !important;
}
.imgslider img {
  width: 100%;
  transition: all 0.3s ease-out;
    transition: 2s ease;
	position: relative;
}
.slidecontent{
  margin: auto;
  position: absolute;
  width: 22vw;
  height: 100%;
  /* background-color: rgb(83, 69, 51); */
  left: 13vw;
  z-index: 3;
}
.infoslider{height: 100%;}
  .infoslider .owl-carousel ,
  .infoslider .owl-stage-outer{height: 100%}
.btn-1 span{
  display: block;
  padding: 14px;
}
.imgslider:hover img{
  filter: grayscale(100%);
-webkit-filter: grayscale(100%);
box-shadow: 8px 8px 10px #000;
}
.btn-1::before{    
  right: 0;
  top: 0;
  transition-delay: 0.2s;
}
.btn-1 span::after {
  transition-delay: 0.4s;
  right: 0;
  bottom: 0;
}
.btn-1::after {
  left: 0;
  bottom: 0;
  transition-delay: 0.6s;
}
.btn-1::before, .btn-1::after{
content:"";
width: 0;
height: 2px;
position: absolute;
transition: all 0.2s linear;
background: #fff;
}
.btn-1 span::before{    
transition-delay: 0s;
  left: 0;
  top: 0;
}
.btn-1 span::before, .btn-1 span::after{
content:"";
width:2px;
height:0;
position: absolute;
transition: all 0.2s linear;
background: #fff;
}
.btn-1:hover::before, .btn-1:hover::after{
width: 100%;
}
.btn-1:hover span::before, .btn-1:hover span::after{
height: 100%;
}
/*----- button 1 -----*/
.btn-1::before, .btn-1::after{
transition-delay: 0.2s;
}
.btn-1 span::before, .btn-1 span::after{
transition-delay: 0s;
}
.btn-1::before{
right: 0;
top: 0;
}
.btn-1::after{
left: 0;
bottom: 0;
}
.btn-1 span::before{
left: 0;
top: 0;
}
.btn-1 span::after{
right: 0;
bottom: 0;
}
.btn-1:hover::before, .btn-1:hover::after{
transition-delay: 0s;
}
.btn-1:hover span::before, .btn-1:hover span::after{
transition-delay: 0.2s;
}
.trans_title {
  position: fixed;
  top: 69%;
  right: 2%;
  font-size: 7px;
  transform: rotate(-90deg);
  text-shadow: 1px 0px #e9ecef7d;
}
/*------progress bar slider ----*/
.slide-progress {
  width: 0;
  max-width: 100%;
  height: 4px;
  background: var(--lightprimary);
  position: relative;
    z-index: 22;
}
/*-----------slider dots --------*/
.owl-dots {
  display: block;
  position: absolute;
  /* width: 76%; */
  text-align: center;
  /* margin: auto; */
  top: 50%;
  z-index: 0;
  right: 2vw;
}
.owl-carousel button.owl-dot {
  display: block;
}
header .owl-carousel {
  display: -webkit-inline-box !important;
}
.owl-dots span {
  background: none repeat scroll 0 0 #cacecc;
  border-radius: 50%;
  display: block;
  height: 12px;
  margin: 5px 7px;
  margin-bottom: 14px;
  width: 10px;
  height: 10px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}
.owl-dots .active span {
  /* background-color: #c76019; */
  border: 1px solid var(--lightprimary);
  padding: 5px;
}
.owl-nav {
  /* position: absolute;
  width: 179px;
  bottom: 11%;
  left: 43%; */
  color: #fff;
}
.owl-nav .owl-prev {
  right: 1vw;
  bottom: 1.5%;
  position: absolute;
  height: 33px;
  z-index: 1;
}
.owl-nav .owl-next {
  right: 2vw;
  position: absolute;
  bottom: 1.5%;
  height: 33px;
  z-index: 1;
}

/*------------slider animation images --------*/
/*.ken-carousel .owl-item.active .item img {
  -webkit-animation: kenburns 16s ease;
  animation: kenburns 16s ease;
   -ms-animation: move 40s ease;
  -webkit-animation: move 40s ease;
  -0-animation: move 40s ease;
  -moz-animation: move 40s ease; 
}*/
.owl-item.active .item .imgitem {
  animation: mobileburns 30s infinite;
}
@media screen and (min-width: 800px) {
  .owl-item.active .item .imgitem {
    animation: kenburns 30s infinite;
  }
}

@keyframes kenburns {
  5% {
    transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
    animation-timing-function: ease-in;
  }
  45% {
    transform: scale3d(1.5, 1.5, 1.5) translate3d(-100px, -30px, 0px);
    animation-timing-function: ease-in;
  }
  60% {
    transform: scale3d(1.5, 1.5, 1.5) translate3d(-100px, -30px, 0px);
    animation-timing-function: ease-in;
  }
  100% {
    transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
    animation-timing-function: ease-in;
  }
}
@keyframes mobileburns {
  5% {
    transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
    animation-timing-function: ease-in;
  }
  65% {
    transform: scale3d(2.5, 2.5, 2.5) translate3d(-100px, -30px, 0px);
    animation-timing-function: ease-in;
  }
  80% {
    transform: scale3d(2.5, 2.5, 2.5) translate3d(-100px, -30px, 0px);
    animation-timing-function: ease-in;
  }
  100% {
    transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
    animation-timing-function: ease-in;
  }
}
@keyframes noburns {
  100% {
    transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
    animation-timing-function: ease-in;
  }
}
/*----canvas----*/
canvas {
  background-color: #e9e9e9;
  position: absolute;
}
/*-----End shap above slider---------------*/
/* End Main Slider area css
============================================================================================ */
/*------social media icons ----------*/
.social-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -9px;
  margin-bottom: 2px;
}
.social-buttons__button {
  margin: 10px 5px 0;
}

.social-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  width: 40px;
  height: 40px;
  text-decoration: none;
  z-index: 0;
}
.social-button__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background: #fff;
  text-align: center;
}
.social-button i,
.social-button svg {
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
.social-button i {
  font-size: 28px;
}
.social-button svg {
  height: 40%;
  width: 40%;
}
.social-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-radius: 100%;
  transition: 0.3s;
}
.social-button:focus,
.social-button:hover {
  color: #fff;
}
.social-button:focus::after,
.social-button:hover::after {
  width: 100%;
  height: 100%;
  margin-left: -50%;
}
.social-button--mail {
  color: #0072c6;
}
.social-button--mail::after {
  background: #0072c6;
}
.social-button--facebook {
  color: #3b5999;
}
.social-button--facebook::after {
  background: #3b5999;
}
.social-button--linkedin {
  color: #0077b5;
}
.social-button--linkedin::after {
  background: #0077b5;
}
.social-button--github {
  color: #284a92;
}
.social-button--github::after {
  background: #3f7cd8;
}
.social-button--codepen {
  color: #284a92;
}
.social-button--codepen::after {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.social-button--steam {
  color: #7da10e;
}
.social-button--steam::after {
  background: #7da10e;
}
.social-button--snapchat {
  color: #eec900;
}
.social-button--snapchat::after {
  background: #eec900;
}
.social-button--twitter {
  color: #55acee;
}
.social-button--twitter::after {
  background: #55acee;
}
.social-button--instagram {
  color: #e4405f;
}
.social-button--instagram::after {
  background: #e4405f;
}
.social-button--npmjs {
  color: #c12127;
}
.social-button--npmjs::after {
  background: #c12127;
}
/*-------buttons-------*/
.snip1562 {
  background-color: #ffc20f;
  border: none;
  color: #000000;
  cursor: pointer;
  line-height: 1em;
  font-size: 16px;
  padding: 12px 40px 10px;
  position: relative;
  margin-top: 30px;
}

.snip1562:before,
.snip1562:after {
  border-color: transparent;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  border-style: solid;
  border-width: 0;
  content: "";
  height: 24px;
  position: absolute;
  width: 24px;
}

.snip1562:before {
  border-color: #ffc20f;
  border-left-width: 2px;
  border-top-width: 2px;
  left: -5px;
  top: -5px;
}

.snip1562:after {
  border-bottom-width: 2px;
  border-color: #ffc20f;
  border-right-width: 2px;
  bottom: -5px;
  right: -5px;
}

.snip1562:hover,
.snip1562.hover {
  background-color: #ffc20f;
}

.snip1562:hover:before,
.snip1562.hover:before,
.snip1562:hover:after,
.snip1562.hover:after {
  height: 100%;
  width: 100%;
}
/*--------index.html--------*/
/*-------footer-------------*/
footer {
  background-image: url(../images/Footer.png);
}
footer img {
  width: 69%;
}
.MenuFooter ul {
  list-style: none;
}
.social-media i {
  font-size: 16px;
}
.top_footer .btn,
.top_footer textarea {
  width: 88%;
  height: 39px;
}
.bottom_footer {
  font-size: 15px;
}


/*---------button back top top---------*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 2;
  border: none;
  outline: none;
  background-color: white;
  color: black;
  cursor: pointer;
  padding: 5px 10px;
  /* border-radius: 10px; */
  font-size: 18px;
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}
/*------------media Queries --------------*/
@media screen and (max-width: 991.98px) {
  /*-----header---------*/
  .menu_icon {
    font-size: 22px;
    margin-right: 35px;
    color: #2a251d !important;
    margin-top: 2.5vh;
    padding: 0px;
  }
  .secondaryOpacity,
  .secondaryOpacity2 , .left_slider {
    height: auto !important;
    width: 100%;
    padding-top: 0px;
  }
  .left_slider{z-index: 2;}
  
  .header-content .logo_site img , .proojects .header-content .logo_site img{
    width: 18vw;
    height: auto;
    object-fit: contain;
    left: 3vh;
    top: 0;
  }
  .secondaryOpacity .header-content {
    height: 18vw;
}
  .imgslider {
    display: none;
  }
  .Caption {
    position: relative !important;
    left: auto;
    width: 69%;
    margin: auto !important;
    top: 32vh;
  }
  .Caption .see_projects{text-align: center  !important;}
  header .item .cover .header-content h1 {
    font-size: 26px;
  }
  .start_shopping {
    font-size: 20px;
  }
  .owl-nav .owl-next {
    right: 5vw;
  }
  .owl-dots span{
    width: 7px;
    height: 7px;
  }
  .owl-dots .active span{padding: 3px;}
  .social_we {
    display: none;
  }
  section {
    height: auto;
  }
  .header-content .Slidimg{text-align: center !important;}
  .snip1584{max-width: initial;}
  /*--------features------*/
  .Main-Features {
    position: relative;
    background-color: #000000;
  }
  .Features {
    margin-bottom: 48px;
    height: 272px;
    visibility: visible !important;
  }
  .Features img {
    width: 30vw;
  }
  /*-----services-----------*/
  .AboutUs_info_home h3,
  .services h3,
  .Services_info h3,
  .Clients h3 {
    visibility: visible !important;
  }
  .AboutUs_info_home p {
    visibility: visible !important;
  }
  /*--------footer--------*/
  .MenuFooter {
    margin-left: 0px !important;
  }
  /*------our_project-----------*/
  .snip1584 {
    margin: auto;
  }
  .Gallarey_ourprojects , .ourprojects_section {margin-top: 40px;    padding: 15px !important;}
  /*---------pro detail--------*/
  .proo_detail header {
    height: auto;
  }
  .img-pro .item {
    height: auto;
  }
  .imgpro_detail {
    left: auto;
    top: 9vh;
  }
  .proojects header .item,
  .proo_detail header .item,
  .our_contact header .item,
  .about-us .item {
    overflow-x: scroll;
  }
  .infopro_detail {
    left: 4vw;
  }
  .pro-details .col-md-2 {
    height: 62vw;
    flex: auto;
    width: auto;
    max-width: inherit;
}
  /*-------About us page ------*/
  .AboutUSInfo .Features{margin-bottom:0px;}
  .AboutUSInfo .Features img {
    width: 14.5vw !important;}
    .content-about , .contact_content{padding: 0px !important;    margin-top: 45px;}
    .content-about  .col-lg-3 {padding: 0px; margin-bottom: 0px !important;}
    .content-about  .Features{ margin-bottom: 0px;}
    .content-about .col-lg-9 {height: 29vh;}
    .top_footer{padding: 0px !important;}
}

/*---Iphone --------*/
@media (min-width: 320px) and (max-width: 586px) {
}
/*Ipad-------*/
@media (min-width: 768px) and (max-width: 1024px) {
  .Features img {
    width: 15vw;
}
.Features h4 {
  font-size: 3vh;
  margin-top: 26px !important;
}
.secondaryOpacity {
  height: 100vh !important;
}
/* .menu_icon{color: #fdfdfd !important;} */
.secondaryOpacity,
  .secondaryOpacity2 , .left_slider {
  height: auto !important;
  width: 100%;}
  .header-content .logo_site img , .proojects .header-content .logo_site img{
    width: 12vw;
    height: auto;
    object-fit: contain;
  }
 .left_slider .social_we , .LetsMeet , .proojects .LetsMeet{display: none !important;}
 .right_slider .menu_icon{display: none !important;}
  .menu_icon {
    margin-top: 5px;
    font-size: 40px;
    color: #2a251d !important;
    margin-right: 83px;
  }
  .proojects .col-lg-1{
    height: auto;
    position: absolute;
  }
  .content-about, .contact_content {
    margin-top: 86px;
}
.content-about .col-lg-9 {height: 22vh;}
}
@media (min-width: 570px) and (max-width: 754px) {
  .navbar-toggler {
    margin: auto;
  }
}
