

@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Noto+Sans+JP:wght@100..900&display=swap');
@font-face {
    font-family: "Mulish", sans-serif;
    src: url("../fonts/EireneSans-Regular.eot") format("embedded-opentype"),
        url("../fonts/EireneSans-Regular.woff2") format("woff2"),
        url("../fonts/EireneSans-Regular.woff") format("woff"),
        url("../fonts/EireneSans-Regular.ttf") format("truetype"),
        url("../fonts/EireneSans-Regular.svg") format("svg");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Eirene';
    src: url("./fonts/Font_1.eot") format("embedded-opentype"),
        url("./fonts/Font_1.woff2") format("woff2"),
        url("./fonts/Font_1.woff") format("woff"),
        url("./fonts/Font_1.ttf") format("truetype"),
        url("./fonts/Font_2.svg") format("svg");
    font-style: normal;
    font-weight: 700;
}


@font-face {
    font-family: 'Eirene';
    src: url("../fonts/EireneSans-Italic.eot") format("embedded-opentype"),
        url("../fonts/EireneSans-Italic.woff2") format("woff2"),
        url("../fonts/EireneSans-Italic.woff") format("woff"),
        url("../fonts/EireneSans-Italic.ttf") format("truetype"),
        url("../fonts/EireneSans-Italic.svg") format("svg");
    font-style: italic;
    font-weight: 700;
}
@font-face {
    font-family: 'Eirene';
    src: url("../fonts/EireneSans-Bold.eot") format("embedded-opentype"),
        url("../fonts/EireneSans-Bold.woff2") format("woff2"),
        url("../fonts/EireneSans-Bold.woff") format("woff"),
        url("../fonts/EireneSans-Bold.ttf") format("truetype"),
        url("../fonts/EireneSans-Bold.svg") format("svg");
    font-style: EireneSans-Bold;
    font-weight: 700;
}



@import url("https://cdn.jsdelivr.net/npm/bullframe.css");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  list-style: none;
  text-decoration: none;
  outline: none;
  border: none;

}

body {
  font-family: "Mulish", sans-serif;
  color: #161615;
}

a {
  color:#61564b;
  text-decoration: none;
}

a:hover {
  color: #e5bb71;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Eirene;
  color: #e5bb71;
}

ol,
ul {
  padding: 0;
  margin: 0;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 80px;
  z-index: 996;
  background: #e5bb71;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: grey;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
  transform: scale(1.0) !important;
}


/*.img-overlay img:hover{transform: scale(1.2); transition: all  0.7s linear;}*/
 

  .img-overlay-image {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    right: 0;
  
    opacity: 0;
    transition: .5s ease;
    
  }
  .text {
    color: white;
    font-size: 10px;
    position: absolute;
    top: 30px;
    left: 0px;
  }
   .img-overlay:hover .overlay {
    opacity: 1;
	cursor:pointer;
  }
   .img-overlay:hover .selected {
    opacity: 0;
  }
 
  
  .menutext {
    color: white;
    font-size: 11px;
    position: absolute;
    top: 32px;
    left:18px;
	opacity: 0;
  }
  
  .menutext1 {
    color: white;
    font-size: 11px;
    position: absolute;
    top: 29px;
    left: 1px;
	opacity: 0;
  }
  .menutext2 ,.menutext3 ,.menutext4,.menutext5,.menutext6,.menutext7,.menutext8{
    color: white;
    font-size: 11px;
    position: absolute;
    top: 28px;
    left: 1px;
     opacity: 0;
  }
   .menutext9 {
    color: white;
    font-size: 11px;
    position: absolute;
    top: 28px;
    left: -11px;
	opacity: 0;
  }
   .menutext10 {
    color: white;
    font-size: 11px;
    position: absolute;
    top: 28px;
    left: -5px;
	opacity: 0;
  }
  .menutext11 {
    color: white;
    font-size: 11px;
    position: absolute;
    top: 28px;
    left: 1px;
	opacity: 0;
  }
.menutextv {
    color: white;
    font-size: 11px;
    position: absolute;
    top: 26px;
    left: 7px;
    opacity: 0;
}
  
 
  
  .col .menuimg img{width: 100% !important; height: 460px; object-fit: cover;}
  
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------
.hero-block__video{height: 470px !important; width: 100%;}*/
.footer-logo{padding-bottom: 10px;}

.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 470px !important;
}

.overlays {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 3px 3px;
  z-index: 2;
}
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 8px 0;
  background: #197149;
  box-shadow: 0px 11px 10px rgb(1 1 1 / 10%) !important;
}

.readomre a{
  min-height: unset;
  font-size: 12px;
  color:#3e3830;
  padding: 0;
  border-width: 2px;
  border-style: solid;
  border-top: none;
  border-right: none;
  font-weight: 600;
  border-left: none;
  background-color: transparent !important;}


#header.header-transparent {
 background:#0000001a;
/*background-position: center;
background-size: cover;
background-image: url(../images/hem2.svg);*/

}

#header.header-scrolled {
 background:#197048;
  padding: 8px 0;
 /* background-position: center;
  background-size: cover;
  background-image: url(../images/hem2.svg);*/
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 2px;
  font-family: "MBCorpo Text", "DaimlerCS-Regular", "DaimlerCSArab-Regular";
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 45px;
}

.ml {
  text-align: center;
}

.icon_nav

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a {
  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fff;
 
}


.navbar .dropdown ul {
  display: block;
    position: fixed;
    right: 142px;
    top: 75px !important;
    margin: 0;
    width: 280px;
    padding: 0px 0 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}




.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #414c64;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #197149;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
	.header {
    position: fixed !important;
    z-index: 99;
    top: 0;
 
}
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(45, 53, 69, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #414c64;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #197149;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #ffc107;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#banner_hero {
  width: 100%;
  position: relative;
  overflow: hidden;

}

.banner_tittle_content {
  position: absolute;
  left: -279px;
  top: 140px;
}
.aaccresies-box h5{ font-size: 28px; color: #fff;  }

.icon_list li a {
  padding: 0 15px;
}

.tittle {
  color: #61564b;
  font-size: 30px;
  padding-bottom: 0px
}

.tittle-items {
  font-size: 17px;
  padding-bottom: 0px;
  color: #5b5b5b;
}
.start-50 {
    left: 80%!important;
}
.pragrap_tiitle {
  font-size: 16px;
  text-align: left;
  padding-bottom: 16px;
  text-align: center;
  color: #848484;

  margin: 0 auto;
}

.watch_images {
  overflow: hidden !important;
  box-shadow: 0px 0px 4px #8d8585;
   padding: 30px  40px;
    margin: 20px;
	 
}

.watch_imagess {
  overflow: hidden !important;
  box-shadow: 3px 0px 4px #8d8585;
  padding: 30px  40px;
    margin: 20px;
	
}
.watch_imagess img{transition: transform .8s;}
.watch_images img{ transition: transform .8s;}
.watch_imagess img:hover {
  transform: scale(1.1);
  
  
}

.watch_images img:hover {
  transform: scale(1.1);
 
}

/* box-shadow: -8px 0px 6px #b7afaf; */

@keyframes slides {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0%);
  }
}

.logos {
  overflow: hidden;
 
  white-space: nowrap;
  position: relative;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  content: '';
  width: 250px;
  height: 100%;
  z-index: 2;
}

.logos:before {
  left: 0;
  
}

.logos:after {
  right: 0;

}
.watch_images img{width:100%;}
.watch_imagess img{width:100%;}

.logo_items {
  display: inline-block;
  animation: 50s slides infinite linear;
}

.logos:hover .logo_items {
  animation-play-state: paused;
}

.logo_items img {
  width: 160px;


}

#brand_slider {
  padding: 10px 0;
  background: #fff;
    border-top: 1px solid #f3c495;
}
}
#aaccesrios_main{width: 100%;    margin: 22px 0;}
.aaccresies-box{background: #5b5b5b;
  text-align: center;
  align-items: center;
  display: flex;
  height: 240px;
  justify-content: center;}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 0px 0;
}

.about{background: #fff; margin-top:40px;}

.section-bg {
  background-color: #f7f8fa;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #ffc107;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
  font-size: 14px;
  color: #aab3c7;
}

/* .watch_images img{width: 100%; height: 554px;} */
#haritash_jallevery {
  width: 100%;
  margin: 25px 0;

  
}
.haritash_jalleveryback {
 width:100%;
  padding: 25px 0;
  background: #fff5f5 !important;
  
}

#haritashapprilas {
  width: 100%;
  margin: 12px 0;
  background-color:#fff;
  padding-top:10px;
}

#followus {
  width: 100%;
  padding: 30px 0 0;
  /*background-color:#ffdc5f40;*/
}

.followus {
  width: 100%;
  text-align: center;
}

.iconfollow {
  display: flex;
  justify-content: center;
  margin: 10px 0;
}


.iconfollow li a {
 font-size:20px;
 color:#fff;
}

.iconfollow li a:hover img {
  transform: scale(1.2);
  transition: 0.5s linear;

}

/* .trasitin{ overflow: hidden;  box-shadow: -6px 0px 6px #686161;} */
.haritash_content {
  padding: 90px 60px 60px 60px;
  text-align: center;
}

#services {
  margin: 30px 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #fafafc;
  min-height: 40px;
  margin-top: 82px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 15px 0;
  text-align: center;
}

.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  filter: grayscale(100);
}

.clients img:hover {
  filter: none;
  transform: scale(1.15);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
/* .about h3 {
   font-weight: 700; 
  font-size: 17px; 

} */

.about h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.about i {
  font-size: 48px;
  margin-top: 15px;
  color: #8b97b3;
}

.about p {
  font-size: 16px;
  color: #848484;
  text-align: center;
 
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 40px 0;
}

.counts .counters span {
  font-size: 48px;
  display: block;
  color: #414c64;
}

.counts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "MBCorpo Text", "DaimlerCS-Regular", "DaimlerCSArab-Regular", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 25px 20px 25px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff5f5;
  border-radius:5px;
 
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
  background: #f5f5f5;
  border-radius: 50px;
}

.services .icon-box .icon i {
  font-size: 32px;
  transition: 0.5s;
  line-height: 1;
  position: relative;
}

.services .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
}

.services .icon-box h4 a {
  color:	#61564b;
  transition: ease-in-out 0.3s;
  font-size: 20px;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 0;
  color: #5b5b55;
}
/* 
.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
} */


.social_likes{margin-top:70px;}
.social_likes li{font-size:17px; font-weight:600; color:#fff;}
.social_likes i{font-size:13px;}
.social_icon_itemss{position: absolute;
  bottom: 7px;
  right: 8px;}
.swiper-pagination-bullet{background-color:#197149;}
.grid {
margin-top: 0px;
  text-align: center;
  display: flex;
  width: 100%;
  justify-content: center;
}

figure {
  margin: 0px ;
}
.grid figure {
position: relative;
z-index: 1;
display: inline-block;
overflow: hidden;
width:  100%;
text-align: center;
cursor: pointer;
}

.grid figure img {
position: relative;
display: block;
width: 100%;

}

.grid figure figcaption {
padding: 2em;
color: #fff;
text-transform: uppercase;
font-size: 1.25em;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
pointer-events: none;
}

.grid figure figcaption,
.grid figure a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


.grid figure a {

text-indent: 200%;
white-space: nowrap;
font-size: 0;
opacity: 0;
}

.grid figure h2 {
word-spacing: -0.15em;

font-weight: 300;
}

.grid figure h2 span {
font-weight: 800;
}



.grid figure p {
letter-spacing: 1px;
  font-size: 68.5%;
  font-size: 12px;
  width: 158px;
color: red;
}



figure.effect-romeo {
-webkit-perspective: 1000px;
perspective: 1000px;
}

figure.effect-romeo img {
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(0,0,300px);
transform: translate3d(0,0,300px);
}

figure.effect-romeo:hover img {
/* opacity: 0.6; */
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}

figure.effect-romeo figcaption::before,
figure.effect-romeo figcaption::after {
position: absolute;
top: 50%;
left: 50%;
width: 80%;
height: 1px;
background: #fff;
content: '';
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-50%,-50%,0);
transform: translate3d(-50%,-50%,0);
}

figure.effect-romeo:hover figcaption::before {
opacity: 0.5;
-webkit-transform: translate3d(-50%,-50%,0) rotate(45deg);
transform: translate3d(-50%,-50%,0) rotate(45deg);
}

figure.effect-romeo:hover figcaption::after {
opacity: 0.5;
-webkit-transform: translate3d(-50%,-50%,0) rotate(-45deg);
transform: translate3d(-50%,-50%,0) rotate(-45deg);
}

figure.effect-romeo h2,
figure.effect-romeo p {
position: absolute;
top: 50%;
left: 0;
width: 100%;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
}

figure.effect-romeo h2 {
-webkit-transform: translate3d(0,-50%,0) translate3d(0,-150%,0);
transform: translate3d(0,-50%,0) translate3d(0,-150%,0);
}

figure.effect-romeo p {
padding: 0.25em 2em;
-webkit-transform: translate3d(0,-50%,0) translate3d(0,150%,0);
transform: translate3d(0,-50%,0) translate3d(0,150%,0);
}

figure.effect-romeo:hover h2 {
-webkit-transform: translate3d(0,-50%,0) translate3d(0,-100%,0);
transform: translate3d(0,-50%,0) translate3d(0,-100%,0);
}

figure.effect-romeo:hover p {
-webkit-transform: translate3d(0,-50%,0) translate3d(0,100%,0);
transform: translate3d(0,-50%,0) translate3d(0,100%,0);
}



figure.effect-layla {
background: #18a367;
}

figure.effect-layla img {
min-width: 100%;
height: -webkit-calc(100% + 40px);
height: calc(100% + 40px);
}

figure.effect-layla figcaption {
padding: 3em;
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
position: absolute;
content: '';
opacity: 0;
}

figure.effect-layla figcaption::before {
top: 50px;
right: 30px;
bottom: 50px;
left: 30px;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
-webkit-transform: scale(0,1);
transform: scale(0,1);
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}

figure.effect-layla figcaption::after {
top: 30px;
right: 50px;
bottom: 30px;
left: 50px;
border-right: 1px solid #fff;
border-left: 1px solid #fff;
-webkit-transform: scale(1,0);
transform: scale(1,0);
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
}

figure.effect-layla h2 {
padding-top: 26%;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
}

figure.effect-layla p {
padding: 0.5em 2em;
text-transform: none;
opacity: 0;
-webkit-transform: translate3d(0,-10px,0);
transform: translate3d(0,-10px,0);
}

figure.effect-layla img,
figure.effect-layla h2 {
-webkit-transform: translate3d(0,-30px,0);
transform: translate3d(0,-30px,0);
}

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}

figure.effect-layla:hover img {
opacity: 0.7;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}

figure.effect-layla:hover h2,
figure.effect-layla:hover p {
opacity: 1;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s;

}



figure.effect-oscar {
background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
background: linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%);
}

figure.effect-oscar img {
opacity: 0.9;
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
}

figure.effect-oscar figcaption {
padding: 3em;
background-color: rgba(58,52,42,0.7);
-webkit-transition: background-color 0.35s;
transition: background-color 0.35s;
}

figure.effect-oscar figcaption::before {
position: absolute;
top: 30px;
right: 30px;
bottom: 30px;
left: 30px;
border: 1px solid #fff;
content: '';
}

figure.effect-oscar h2 {
margin: 20% 0 10px 0;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0,100%,0);
transform: translate3d(0,100%,0);
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: scale(0);
transform: scale(0);
}

figure.effect-oscar:hover h2 {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}

figure.effect-oscar:hover figcaption {
background-color: rgba(58,52,42,0);
}

figure.effect-oscar:hover img {
opacity: 0.4;
}



figure.effect-ruby {
background-color: #17819c;
}

figure.effect-ruby img {
opacity: 0.7;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: scale(1.15);
transform: scale(1.15);
}

figure.effect-ruby:hover img {
opacity: 0.5;
-webkit-transform: scale(1);
transform: scale(1);
}

figure.effect-ruby h2 {
margin-top: 20%;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0,20px,0);
transform: translate3d(0,20px,0);
}

figure.effect-ruby p {
margin: 1em 0 0;
padding: 3em;
border: 1px solid #fff;
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(0,20px,0) scale(1.1);
transform: translate3d(0,20px,0) scale(1.1);
} 

figure.effect-ruby:hover h2 {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}

figure.effect-ruby:hover p {
opacity: 1;
-webkit-transform: translate3d(0,0,0) scale(1);
transform: translate3d(0,0,0) scale(1);
}



figure.effect-zoe figcaption {
top: auto;
  width: 100%;
  bottom: 0px;
  padding: 5px;
  height: 100%;
  background: #000;
opacity: 0.6;
  
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

figure.effect-zoe h2 {
float: left;
}

figure.effect-zoe figcaption > span {
float: right;
}

figure.effect-zoe p {
position: absolute;
  bottom: 52px;
  width: 170px;
  color: #fff;
  text-transform: none;
  font-size: 11px;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  left: 0px;
  padding: 5px;
}

figure.effect-zoe h2,
figure.effect-zoe figcaption > span {
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0,200%,0);
transform: translate3d(0,200%,0);
font-size: 12px;
margin-top: 6px;
color: #fff;
}

figure.effect-zoe figcaption > span::before {
display: inline-block;
padding: 8px 10px;
font-family: "MBCorpo Text", "DaimlerCS-Regular", "DaimlerCSArab-Regular", sans-serif;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}



figure.effect-zoe:hover p {
opacity: 1;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover figcaption > span {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}

figure.effect-zoe:hover h2 {
-webkit-transition-delay: 0.05s;
transition-delay: 0.05s;
}

figure.effect-chico img {
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: scale(1.12);
transform: scale(1.12);
}

figure.effect-chico:hover img {
opacity: 0.5;
-webkit-transform: scale(1);
transform: scale(1);
}

figure.effect-chico figcaption {
padding: 3em;
}

video.scale2{
-moz-transform:scale(1.5);
-webkit-transform:scale(1.5);
-o-transform:scale(1.5);
-ms-transform:scale(1.5);
transform:scale(1.5);
}

.hero-block {
  max-width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hero-block .video {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}.hero-block .hero-block__video {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.services .iconbox-blue i {
  color: #47aeff;
}

.services .iconbox-blue:hover .icon {
  background: #47aeff;
}

.services .iconbox-blue:hover .icon i {
  color: #fff;
}

.services .iconbox-orange i {
  color: #ffa76e;
}

.services .iconbox-orange:hover .icon {
  background: #ffa76e;
}

.services .iconbox-orange:hover .icon i {
  color: #fff;
}

.services .iconbox-pink i {
  color: #e80368;
}

.services .iconbox-pink:hover .icon {
  background: #e80368;
}

.services .iconbox-pink:hover .icon i {
  color: #fff;
}

.services .iconbox-yellow i {
  color: #ffbb2c;
}

.services .iconbox-yellow:hover .icon {
  background: #ffbb2c;
}

.services .iconbox-yellow:hover .icon i {
  color: #fff;
}

.services .iconbox-red i {
  color: #ff5828;
}

.services .iconbox-red:hover .icon {
  background: #ff5828;
}

.services .iconbox-red:hover .icon i {
  color: #fff;
}

.services .iconbox-teal i {
  color: #11dbcf;
}

.services .iconbox-teal:hover .icon {
  background: #11dbcf;
}

.services .iconbox-teal:hover .icon i {
  color: #fff;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: #414c64;
  background-size: cover;
  padding: 60px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "MBCorpo Text", "DaimlerCS-Regular", "DaimlerCSArab-Regular", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #ffc107;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #ffc107;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid #fff;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 0 45px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #ffe7a0;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: #fafafc;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ffc107;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffc107;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 18px 10px 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  background: #fafafc;
  border-radius: 50px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #414c64;
  background: #ffc107;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
  overflow: hidden;
}

.portfolio .portfolio-item img {
  position: relative;
  top: 0;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -50px;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: #ffc107;
  padding: 15px 20px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: rgba(255, 255, 255, 0.7);
  transition: ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #fff;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 15px;
}

.portfolio .portfolio-item:hover img {
  top: -30px;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ffc107;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffc107;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(65, 76, 100, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(65, 76, 100, 0.06);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #414c64;
  margin: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a i {
  line-height: 0;
}

.team .member .social a:hover {
  color: #ffc107;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #414c64;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #777777;
  background: #f8f8f8;
}

.pricing h4 {
  font-size: 36px;
  color: #ffc107;
  font-weight: 600;
  font-family: "MBCorpo Text", "DaimlerCS-Regular", "DaimlerCSArab-Regular", sans-serif;
  margin-bottom: 20px;
}

.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing ul li {
  padding-bottom: 16px;
}

.pricing ul i {
  color: #ffc107;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.pricing .btn-buy {
  display: inline-block;
  padding: 10px 35px;
  border-radius: 4px;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "MBCorpo Text", "DaimlerCS-Regular", "DaimlerCSArab-Regular", sans-serif;
  font-weight: 600;
  transition: 0.3s;
  border: 2px solid #c8cedc;
  color: #6c7c9f;
}

.pricing .btn-buy:hover {
  background: #fff;
}

.pricing .featured h3 {
  color: #fff;
  background: #ffc107;
}

.pricing .featured .btn-buy {
  background: #ffc107;
  color: #fff;
  border: 2px solid #ffc107;
}

.pricing .featured .btn-buy:hover {
  background: #ffce3a;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #ffc107;
  color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "MBCorpo Text", "DaimlerCS-Regular", "DaimlerCSArab-Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #ffce3a;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
  transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
  color: #ffc107;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 20px rgba(65, 76, 100, 0.05);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #ffc107;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #ffeeba;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 20px rgba(65, 76, 100, 0.05);
  padding: 30px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #ffc107;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #ffc107;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #ffce3a;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.imgclassfooter{    border: 2px solid #fff;
    border-radius: 5px;}


#footer_main {
  width: 100%;
  position: relative;
}
.footers{
	background:#fff;
    text-align: center;
    margin-top: 20px;
    padding: 8px 0;
	color: #197149;
	border-top: 1px solid #b19f9f;
	}
.footer_items img {
  height: 406px;
}

.footer_items_head {
  width: 100%;
  display: flex !important;
  margin-top: 22px;
}

.footer-logo img {
    width: 110px;
    margin-top: 13px;

}

.foter_main_position {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  /*background-image: url(../images/footer-background.svg);*/
  background:#000849;
}

.footer_adresh {
  margin-top: 36px;
}

.footer_adresh ul li {
  padding-bottom: 20px;
}

.footer_adresh ul li a {
  color: #fff;
  font-size: 15px;
}

.recent_post {
  padding-bottom: 20px;
}

.card-title {
  color: #fff;
  font-size: 14px;
  height:40px;
}

.mb-3 {
  padding-bottom: 20px;
}

.footernav {
 
  margin-top: -18px;
}

.card-body_content {
  margin-left: 12px;
}

.text-muted {
  color: rgb(167, 158, 158) !important;
  font-weight: 600;
}

.footernav li a {
  color: #fff;
  line-height: 36px;
  font-size: 14px;
  cursor: pointer;
}

.footernav li a:hover {
  color: #e9e95a;
}



/* self  */
/* navbar */

.navbar {
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0px;

}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
}

.navbar .logo {
  text-decoration: none;
  color: #122f48;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
}

/* nav menu button */

.menu-btn {
  position: relative;
  display: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  z-index: 2;
}

.navbar .menu-btn__lines::before,
.navbar .menu-btn__lines::after {
  content: "";
  position: absolute;
}

.navbar .menu-btn__lines,
.navbar .menu-btn__lines::before,
.navbar .menu-btn__lines::after {
  width: 1.5rem;
  height: 0.1rem;
  background: #fff;
  transition: all 0.4s ease-in-out;
}

.navbar .menu-btn__lines::before {
  transform: translateY(-0.5rem);
}

.navbar .menu-btn__lines::after {
  transform: translateY(0.5rem);
}

.navbar .menu-items {
  display: flex;
  align-items: center;


}

.navbar ul li {
  list-style: none;
  transition: 0.3s ease;
 
}

.navbar ul li .arrow {
  transition: all 0.3s ease-out;
}

.navbar ul li a {
  text-decoration: none;
  color: #fff;
  cursor:pointer !important;
}

/* dropdown menu */

.navbar .dropdown {
  position: relative;
}

.expand-btn:after {
  content: " ";
  opacity: 0.4;
  margin-left: 5px;
}

.navbar .dropdown-menu,
.menu-right {
  position: absolute;
  background: #e9ecef;
  width: 190px;
  line-height: 30px;
  border-radius: 0 0 5px 5px;
  top: 65px;
  border-top: 1px solid white;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
  box-shadow: 0 20px 50px 0 rgb(0 0 0 / 5%);
}

.navbar .menu-right {
  top: 0;
  left: 100%;
}

.navbar .dropdown-menu,
.menu-left {
  left: unset;
  right: 0;
}

.navbar .menu-left {
  left: -100%;
}

.navbar .menu-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
 
  font-size: 14px;
}

.navbar .menu-item:hover {
  color: #197149;
}



.navbar .dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.navbar .dropdown-right:hover .menu-right {
  left: 100%;
  opacity: 1;
  visibility: visible;
}

.navbar .dropdown-right:hover .menu-left {
  left: -100%;
}

.navbar .menu-items >li{padding:0 15px;}
/* mega menu  */


  .navbar .mega-menu {
  position: absolute;
  left: -12px;
  width: 100vw;
  top: 51px;
  opacity: 0;
  border-top: 1px solid #ffffff;
  visibility: hidden;
  transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
}  
 .sunmega {
  position: absolute;
  left: -51px !important;
  width: 100vw !important;
  top: 50px !important;
  border-top: 1px solid #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
} 
  .navbar .sunmega2 {
  position: absolute;
  left: -224px !important;
  width: 100vw !important;
  top: 49px !important;
  border-top: 1px solid #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
} 


   .sunmega3 {
  position: absolute;
    left: -69px !important;
    width: 100vw;
    top: 47px !important;
	border-top: 1px solid #ffffff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
}


   .sunmega4 {
  position: absolute;
    left: -110px !important;
    width: 100vw;
    top: 48px !important;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
}

.mega-menu .content {
  background: #fff;
    padding: 1rem 45px;
    display: grid;
   height: 495px;

    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
}
.lf{margin-right: -32px !important;}

.blog .content {
  grid-template-columns: repeat(5, 1fr);
}

.content .col {
  
  flex-direction: column;
  justify-content: space-between;
  line-height: 2rem;
}

.content .col .img-wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: 20vw;
  overflow: hidden;
}

.content .col .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.content .col img {
  width: 100%;
  transition: transform 0.3s ease-in-out;

}

.content .col .img-wrapper:hover img {
  transform: scale(1.1);
}

.content .col .menu-title {
  color: #fff;
  font-size: 14px;
  
  font-weight: bold;
	line-height: 16px;
	padding-bottom: 10px
}

.content .col p {
  line-height: 1.2rem;
  margin-top: 5px;
  color: #112f48;
}

.content .col .mega-links {
  display: block;

  width: 100% !important;
    margin: auto;
    overflow-x: hidden;
    
    scroll-snap-type: y mandatory;
    height: 430px;
}


.content .col .mega-links::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px #fff;

	background-color: #fff;}

  .content .col .mega-links::-webkit-scrollbar
  {
    width: 5px;
    background-color: #fff;
  }


  .content .col .mega-links::-webkit-scrollbar-thumb
  {
    background-color: #848484;
    border: 2px solid #848484;
  }


.content .col .megalinkdn {
  display: block;
  scrollbar-width: thin;
  width: 100% !important;
    
    
    margin: auto;
    overflow-x: hidden;
    
    scroll-snap-type: y mandatory;
    height: 270%;
}

.content .col .read-more {
  font-size: 16px;
  display: flex;
  padding-top: 1rem;
  color: #03a9f4;
  transition: color 0.3s ease;
  justify-content: flex-end;
  padding-right: 10px;
}

.col .mega-links li,
.col .mega-links li a {
 
  line-height: 30px;
}

 .menu-items li:hover .mega-menu {
  opacity: 1;
  visibility: visible;
}




.content .col .read-more:hover {
  color: #ff5722;
}





/* animation menu hamburger */
.menu-btn.open .menu-btn__lines {
  transform: translateX(1rem);
  background: transparent;
}

.menu-btn.open .menu-btn__lines::before {
  transform: rotate(45deg) translate(-0.5rem, 0.5rem);
  background: #fff;
}

.menu-btn.open .menu-btn__lines::after {
  transform: rotate(-45deg) translate(-0.5rem, -0.5rem);
  background: #fff;
}

/* Responsive style */

@media screen and (max-width: 480px) {
	
	.header .menu > ul > li .sub-menu.mega-menu-column-4{

     height:100vh;

}

.btn-danger {
    height: 38px !important;
}
	
  .navbar {
    padding: 10px 20px;
  }
  .social-icons-btn{display: block !important; display: flex !important;  justify-content: center !important;}
  .overflow {
    overflow: hidden;
  }

  .overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 500;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }

  #services {
    margin: 15px 0;
}
  .overlay--active {
    opacity: 1;
    visibility: visible;
  }

  .menu-btn {
    display: none;
  }


  .navbar .menu-items {
    position: fixed;
   
    max-height: initial;
    overflow-y: auto;
    width: 119%;
    top: 93px;
    left: -59px;
    
    display: block;
    transform: translateX(-100vh);
    transition: 0.3s ease-out;
    padding-bottom: 100px;
  }

  

  .menu-items li:first-child {
    margin-top: 20px;
  }

  .menu-items li a {
    padding: 10px 1rem;
    display: block;
    font-size: 18px;
  }

  .menu-items .dropdown-right .right-arrow {
    transform: rotate(90deg);
  }

  


  .content .col .menu-title {
    
   
    margin-left: 70px !important;
}
 
  .menu-items .dropdown-menu,
  .menu-items .menu-right,
  .menu-items .mega-menu {
    position: static;
    opacity: 1;
    top: 4rem;
    visibility: visible;
    margin-left: -18px;
    width: auto;
    max-height: 0;
    transform: scaleX(0);
    transform-origin: left;
    overflow: hidden;
    transition: all 0.5s ease;
  }

  .menu-items .dropdown-menu,
  .menu-items .menu-right {
    padding-left: 1rem;
    width: 102%;
    margin-left: -10px;
  }

  .menu-items .mega-menu .col {
    padding-left: 1rem;
  }

  .expand-btn.open+.sample {
    max-height: 100%;
    transform: scaleZ(1);
  }

  .expand-btn.open+.blog.sample {
    max-height: 100%;
    transform: scaleZ(1);
    max-width: fit-content;
  }

  .navbar .sample {
    border-top: none;
  }

  .sample li {
    margin: 0;
  }

  .sample li:last-child {
    border-bottom: none;
  }

  .sample li a {
    font-size: 1rem;
  }

  .mega-menu .content {
    grid-template-columns: auto;
    padding: 1rem 1rem 0 1rem;
  }

  .mega-menu .content .col {
    width: 100%;
    padding-top: 1rem;
    margin-bottom: 0.5rem;
  }

  .col .mega-links li,
  .col .mega-links li a {
    padding: 0 0.5rem;
  }

  .content .col .mega-links {
    border-left: 0;
    padding-left: 0.5rem;
  }

  .col .mega-links li {
    margin: 0;
  }



}

.vf7_mobile{display:none;}
.vf6_mobile{display:none;}
 .nav-arrow.right{display:none;}
  .nav-arrow.left {display:none;}

.tab img{width:21px;}

 .menu-item.first-item:hover{transform: scale(1.1); transition: all 2s linear;} 


.social-icons-btn {
  display: none;
}
.iconssss {
  font-size: 2.5rem;
  font-weight: 500;
  text-decoration: none;
  margin: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 
    0 2px 2px #d1d1d1;
  color: #fff;
  cursor: pointer;
  transition:
    all 0.15s ease;
}

/* .navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
} */

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #414c64;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #ffc107;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
	.banner_images_contact {
    padding-top: 0px !important;
}
	.mobilemenu{display: block !important;}
  #header.header-transparent{display: none;}
	
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(45, 53, 69, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #414c64;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #ffc107;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #ffc107;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}


@media screen and (max-width:1920px) {
	.explore-btn {
    bottom:78px;

}
	.tabspotion{width:100%;}
	.ev-text{padding: 10px 5px 0px 14px;}

	 .swiper-pagination{display:none;}
	.view-modalsh, .popupsh {
    position: absolute;
    right: 38px !important;
     top:-5px;
}
	.slick-initialized .slick-slide {
    height: 540px !important;
}
	
	.mdnd{display:none !important;}
	.navbar .dropdown ul {
     top: 82px !important; }
	#tabmain {
    width: 100%;


}
	.mobile_footer{display:none;}
	 .nav-arrow.right{display:none;}
    .nav-arrow.left {display:none;}
	.vf6_mobile{display:none;}
	.vf7_mobile{display:none;}
	/*.banner_images_itemssssss img{
        height:960px;
    }*/
	 .haritash_content {
    padding: 80px 60px 60px 60px;
   
}


.imheight {

    min-height: 505px !important;
}
  .single-imgss img {
    width: 100%;
    height: 240px !important;
    object-fit: cover;
}	
.services .icon-box {
    text-align: center;
    padding: 25px 35px 25px 35px;
    transition: all ease-in-out 0.3s;
    background: #fff8df;
    border-radius: 5px;
}
	
	video{
   display:block;
   height: 100%;
   }
	.hero-block__video {
     height: 672px !important; 
     width: 100%;
    }
	
	.foorercontainer{
		max-width: 90%;
	}
	/****Menu**/
	.navbar .mega-menu {
	  top: 54px !important;
	}  
	.navbar .sunmega {
	  top: 53px !important;
	} 
	 .navbar .sunmega2 {
	  top: 53px !important;
	} 
	
	.navbar .sunmega3{top: 50px !important}
	.navbar .sunmega4{
	  top: 51px !important;
	}
	.mega-menu .content {
    background: #197048;
    padding: 1rem 45px;
    display: grid;
    height: 565px !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
	box-shadow: 4px 4px 8px #848484;
}	
		

.col .menuimg img {
    width: 100% !important;
    height: 530px;
    object-fit: cover;
}
.content .col {
    height: 506px;
}

.content .col .mega-links {
    display: block;
    width: 100% !important;
    margin: auto;
    overflow-x: hidden;
    scroll-snap-type: y mandatory;
    height: 506px !important;
}
  #megamenure{height: 130px !important;}
  #megamenure2{height: 260px !important;}

}


  
@media screen and (max-width:1479px) {
	/*.banner_images_itemssssss img{
        height:700px;
    }*/
	    .tabspotion {
        width: auto;
    }
	.ev-text {
    padding: 10px 0px 0px 14px !important;
 
}

	.view-modalsh, .popupsh{
  position:absolute;
  right: 35px !important;
  top:-6px;
}
	.slick-initialized .slick-slide {
    height: 435px !important;
}
	.navbar .dropdown ul {

    top: 74px !important;
    
}
	#tabmain {
    width: 100%;
    #tabsS {padding-top: 90px;}
}



	.col .menuimg img{width: 100% !important; height: 460px; object-fit: cover;}
  .imheight{min-height: 466px !important;}
  .single-imgss img {
    width: 100%;
    height: 220px !important;
    object-fit: cover;
}
.byaccries{height: 192px !important}

.services .icon-box {
    text-align: center;
    padding: 25px 15px 25px 15px;
    transition: all ease-in-out 0.3s;
    background: #fff8df;
    border-radius: 5px;
}
  
  .haritash_content {
    padding: 80px 60px 60px 60px;
   
}

 
 
  .watch_imagess img{ width: 100%;
   
    object-fit: cover;}
  .watch_images img {
    width: 100%;
    
    object-fit: cover;
}
  
			
video{
  display:block;
  height:100% !important; 
}
	.hero-block__video {
     height: 592px !important; 
    width: 100%;
}

 /****Menu**/
	.navbar .mega-menu {
	  top: 51px !important;
	}  
	/* .navbar .sunmega {
	  top: 49px !important;
	} 
	 .navbar  .sunmega2 {
	  top: 48px !important;
	} */
	.navbar .sunmega3 {top: 47px !important;}
	.navbar .sunmega4{ top: 48px !important;}
	.navbar  .sunmega2 {
    top: 48px !important;
}
/*
	.mega-menu .content {
    background: #fff;
    padding: 1rem 45px;
    display: grid;
    height: 495px !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
	box-shadow: 4px 4px 8px #848484;
}*/
    .mega-menu .content {
        background:#197048;
        padding: 1rem 20px;
        display: grid;
        height: 495px !important;
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
        box-shadow: 4px 4px 8px #848484;
    }
.content .col {
    height: 430px;
}

	.content .col .mega-links {
    display: block;
    width: 100% !important;
    margin: auto;
    overflow-x: hidden;
    scroll-snap-type: y mandatory;
    height: 430px !important;
	
}
	#megamenure2 {
    height: 230px !important;
}

.followus {
    width: 100%;
    text-align: center;
}
}

@media screen and (max-width:1366px) {
/*	.banner_images_itemssssss img{
        height:645px;
}*/
.service-boxs p {
    font-size:13px;
}
.custom-select {width: 280px;}
    .explore-btn {
        bottom:50px;
    }
}

@media screen and (max-width:1279px) {
	.imagsset img{ display:block;
  height:475px;}
  .haritash_time_house_items{height: auto;}

}



@media screen and (max-width:1199px) {
	.single-imgss {
    margin-bottom: 25px;
}

  .single-img img {
   margin-bottom: 20px;
}
	
video{
  display:block;
  height:100% !important;  
}


	.hero-block__video {
     height: 460px !important; 
    width: 100%;
}
  .banner-content {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 88px;
  }

  .logo {
    margin-left: 0px;
  }

  #menu {
    padding: 100px 200px;
    margin-top: 10px;
  }

  .pdicd {
    margin-top: 48px !important;
  }

  #contact {
    padding: 25px 15px;
  }

  .logo_brands_main {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px
  }

  .banner_tittle_content {
    position: absolute;
    left: -137px !important;
    top: 76px !important;
  }

  .mtt {
    display: none !important;
  }

  .footer_items img {
    height: 450px;
  }

 .dispaly4{display:none !important;}
  
}

/* media screen 991 */
@media screen and (max-width:991px) {
	
	.custom-select {
        width:100%;
    }
	.dispaly4{display:none !important;}
	.dispaly3{display:none !important;}
	
	#banner_hero {
   
    margin-top: 30px;
}



	.hero-block__video {
     height: 380px !important; 
    width: 100%;
}
  .haridn2{display: none !important;}
  .logo a img {
    width: 65% !important;
    padding: 10px
  }

  .main_map_word {
    margin-left: 0 !important;
  }

  .indian_nav {
    width: 100%;
    padding: 5px;
    margin-left: 32px;
  }

  .mtt {
    margin-top: 25px;
  }

  fieldset {
    border: medium none !important;
    margin: 0 0 10px;
    min-width: 68%;
    padding: 0;
    width: 100%;
  }

  .naeme {
    width: 195px !important;
    margin-left: 102px !important;
  }

  .llocation_form {
    display: flex;
    margin-top: 40px;
  }

  .most_avid_services {
    padding: 0 0;
  }

  .videoparts {
    padding: 0px;
  }

  .banner_tittle_content {
    position: absolute;
    left: -10px !important;
    top: 35px !important;
  }

  .haritash_time_house_items {
    display: flex;
    flex-wrap: wrap;
	justify-content:center;
  }

  .services_main_items {
    display: flex !important;
    flex-wrap: wrap !important;
  }

#services {
    margin:5px !important;
}
  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 5px !important;
    left: 0;
    width: 100%;
}

  
}



@media screen and (max-width:767px) {
	.search-box {display: flex;flex-wrap: wrap;}
	.cardbn img {width: 100%;}
	.vf6_mobile{display:block;}
	.vf7_mobile{display:block;}
	 .nav-arrow.right{display:block;}
  .nav-arrow.left {display:block;}
.slick-slide img {
    display: block;
    height: 328px;
}
iframe {width:345px;}

.social-links{  display: flex;justify-content: center;}
.features{justify-content: center;}
.nav-arrow.right {right: -8px;}
.car-card img { border-right:none;}
.ev-section { padding: 40px 0px;}
.ev-text {

    border-right:none;
}
.ban_imgop {
  
    padding: 20px 15px !important;
}

		.menucenter a img {
    width: 100% !important;
}
	
			.about {
    margin-top: 10px;
}
	.swiper-pagination-bullet {
    background-color: #f5d093;
    width: 12px;
    height: 12px;
   
}
	.swiper-wrapper{margin-bottom:30px;}
	.grid figure img {
   
    width: 100% !important;
}

.haritash_content {
  padding: 0px 0px 0px 0px;
}
	  .haritash_time_house_items {
    display: flex !important;
    flex-direction: column-reverse !important;
    margin-top:55px ;
}

	#services {
    margin:10px !important;
}
  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px !important;
    left: 0;
    width: 100%;
}


.watch_images img{width:100%;}
	
	video {
    display: block;
    height: 380px;
}

	.hero-block__video {
     height: 380px !important; 
    width: 100%;
}
	.navbar a {
  display: flex;
  align-items: center;
  justify-content: center !important;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  transition: 0.3s;
  
}

.watch_imagess img{width:100%;}
	.navbar {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center !important;
    padding: 0 0px;
}
	.navbar .menu-items {
    display: none !important;
    
}
  .header_main_items {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    overflow: hidden;
  }

  .logo a img {
    width: 100% !important;
    padding: 10px
  }

  #banner {
    width: 100%;
    margin-top: 20px;
    position: relative
  }

  .contact_images img {
    height: 250px;
  }

  .mncol {
    display: none;
  }

  #menu_items {
    width: 100%;
    margin-top: 140px;
  }


  .locatio_items_main {
    position: absolute;
    top: 50px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
  }

  .map_images img {
    height: 685px !important;
  }

  .resceter {
    text-align: center;
    
  }
  
  .footer-logo img {
    width: 90px;
   
}

  .col-sm-12d_none {
    display: none;
  }

  .llocation_form {
    padding: 0 30px;
  }

  .naeme {
    margin-left: 77px !important;
  }

  .location_navigation {
    padding: 25px 25px;
  }

  .Maintenance {
    width: 33.33%;
  }

  .icon_list li {
    padding: 0 8px;
  }

  .contentres {
    padding-bottom: 10px !important;
    font-size: 30px !important;
  }

  .haritash_content {
    /* padding: 20px 10px; */
    text-align: center;
    overflow: hidden;
    margin-top: 25px;
  }

  .payeffct {
    margin-bottom: 25px;
    width: 50% !important;
  }

  

  .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
    width: 100% !important;
  }

  

  .icondn {
    display: none !important;
  }

  .bg-video-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 360px !important;
}

.redgellery{font-size: 12px !important;}

.dispaly4{display:none !important;}
	.dispaly3{display:none !important;}
	.dispaly2{display:none !important;}
	

}


@media screen and (max-width:575px) {
	.owl-next {
    background: url(assets/img/arrowr1.png) right center no-repeat;
    height: 30px;
    position: absolute;
    top: 0% !important;
    width: 30px;
    z-index: 1000;
    right: -2% !important;
    
}
.owl-prev {
    background: url(assets/img/arrowr.png) left center no-repeat;
    height: 30px;
    position: absolute;
    top: 0% !important;
   }
	.mdnd{display:block !important;}
	.mdn{display:none;}
	.categories_content {
    padding-top: 0px;
}
	.textss h4 {
    font-size: 28px;
    color: #Fff;
    line-height: 35px !important;
}
.textss{ line-height: 22px !important;}
	.what_content_ {
    margin-bottom: 16px;
}

.single-imgss img {
  width: 100% !important;
  height: auto !important;
  object-fit: cover;
}

.imheight {
  min-height: auto !important;
}
	/* .single-imgss {
    margin-bottom: 25px;
} */
.banner_images_itemssssss img {
    min-height: 520px;
}
  .haritash_content {
    padding: 20px 10px;
    text-align: center;
    overflow: hidden;
    margin-top: 25px;
  }

  figure.effect-zoe p {
    position: absolute;
    bottom: 17px !important;
    width: 95px;
    color: #fff;
    text-transform: none;
    font-size: 12px !important;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    left: 0px;
    padding: 5px;
}
.grid figure img {
   
    width: 100% !important;
}
video {
    display: block;
    height: 320px;
}

	.hero-block__video {
     height: 320px !important; 
    width: 100%;
}

  
  .icnon {
    display: none !important
  }
  .text-muted {
    font-size: 10px !important;
  }

  /* .logo {  margin-left: 0px; width: 100px;  } */
  #menu {
    padding: 50px 60px;
    margin-top: 10px
  }

  /* .ml { margin-right: 25px; } */
  .banner-content h1 {
    font-size: 32px;
    color: #fff;
    font-weight: 600;
  }

  .get_content_text {
    width: 100%;
    padding: 5px;
    margin-top: 30px;
  }

  .pt {
    padding: 20px;
  }

  .icon_list li a img {
    width: 20px !important;
  }

  .llocation_form {
    padding: 0 15px;
    overflow: hidden;
  }

  #contact {
    padding: 25px 5px;
  }

  .location_navigation {
    padding: 25px 5px;
  }

  .Maintenance {
    width: 100%;
    padding-bottom: 30px;
  }

  .services_content_itemss {
    padding: 0 15px;
  }

  .services_content h2 {
    font-size: 22px;
    width: 218px;
  }

  .box-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .box {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 30px;
  }

  .icondn {
    display: none;
  }

  .imagsset img {
    height: 215px;
    object-fit: cover;
  }

  .contentres {
    padding-bottom: 5px !important;
    font-size: 22px !important;
  }

  .contentresss {
    padding-bottom: 5px !important;
    font-size: 16px !important;
    width: 238px;
    margin-left: 53px;
  }
  .watch_imagess img{ width: 100%;
    height: auto;
    object-fit: cover;}

  .tittle {
    color: #f5d093;
    font-size: 25px !important;
    padding-bottom: 0px;
  }

  .tittle-items {
    font-size: 16px !important;
    padding-bottom: 0px;
  }

  .payeffct {
    margin-bottom: 25px;
    width: 100% !important;
  }

  .foimg img {
    width: 130px !important;
  }

  

  .image-grid {
    padding: 0px !important;
  }

  .navbar {
    padding: 0 0 !important;
  }

  .navbar a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 0px 0 10px 0px; */
  }

  /* .pragrap_tiitle {
    width: 110% !important;

  } */

  .watch_images img {
    width: 100%;
    height: auto;
  }
.dispaly4{display:none !important;}
	.dispaly3{display:none !important;}
	.dispaly2{display:none !important;}
	.dispaly1{display:none !important;}
	
	#services {
    margin:10px !important;
}
  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px !important;
    left: 0;
    width: 100%;
}
.but{margin-bottom:15px;}
.but:after ,.but:before{display:none !important;}


}

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

.slick-initialized .slick-slide {
    height: 375px !important;
}
.slick-slide img {
    display: block;
    height: 265px;
}
.getin_content_office {
    text-align: center;
}

.contactposition {
    padding-top: 0px !important;
   
}
	.mobile_footer{display:block;}
	#footer_main{display:none;}
	#followus {
    padding-top: 25px;
    padding-bottom: 25px;
}
	.haritash_time_house_items {
    margin-top: 0px;
}
	.grande {
    width: 300px !important;
    height: auto;
    position: absolute;
    top: 100px;
    left: 165px;
    margin-bottom: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
	.watch_images {
    box-shadow: 0px 0px 4px #8d8585;
    padding: 10px 10px;
 }
 .watch_imagess {
    padding: 10px 10px;
   
}
.mobilview{display:none ;}
	.banner_images_itemssssss img {
    height: 300px;
    object-fit: cover;
}
  .haritash_content {
   
    margin-top: 5px;
  }
	.grid figure img {
   
    width: 100% !important;
}
	
	#haritash_jallevery {
    width: 100%;
     margin: 10px 0;
}
#haritashapprilas {
  
    padding-bottom: 0px; 
   
}

 .hero-block__video {
     height: 200px !important;
    width: 100%;
}
  .pragrap_tiitle {
    padding-bottom: 16px;}
  .footer_items_head {
    width: 100%;
    display: flex !important;
    justify-content: center !important;
    margin-top: 22px;
    
}
  .foimg{width: 96% !important;}
  .foter_cont_img{display: flex !important;
    flex-wrap: nowrap !important;
    width: 54% !important;}
    .card-title {
      color: #fff;
      font-size: 13px;
      width: 152px !important;
  }
  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 5px !important;
    left: 0;
    width: 100%;
}
  .followus {padding-bottom: 12px;}
  .foun {
    display: none !important;
  }
  .card-body_content {
    margin-left: 0px;
}

  .map_images img {
    height: 860px !important;
  }

  .indian_nav {
    width: 100%;
    padding: 5px;
    margin-left: 16px;
  }
  
  .recent_post {
    padding-bottom: 5px;
}

  fieldset {
    border: medium none !important;
    margin: 0 0 10px;
    min-width: 82%;
    padding: 0;
    width: 100%;
  }

  .naeme {
    width: 122px !important;
  }

  .naemes {
    width: 125px !important;
  }

  .llocation_form {
    padding: 0 0px;
    overflow: hidden;
  }
  .navbar {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly !important;
    padding: 0 0px;
    flex-direction: row-reverse;
}


  .naeme {
    margin-left: 90px !important;
  }

  .location_navigation ul li a span {
    width: 218px !important;
  }
  
  
  #header {
    transition: all 0.5s;
    z-index: 997;
    padding: 10px 0;
   
}

  /* .footer-logo img {
    margin-left: 45px !important;
  } */

  .navbar .menu-items {

    top: 99px !important;

  }

  .icondn {
    display: block !important;
  }


  .bg-video-wrap {
    height: 200px !important;
}
.contact_itemsnav {
    margin: -28px 0 0 160px !important;
}

}

@media screen and (max-width: 359px) {
	.bw {
    width: auto;
    margin-right: 10px;
    font-size: 11px;
    font-weight: 500 !important;
    line-height: normal;
   
}
   .footer_items_head {
     width: 100%;
     display: flex !important;
     margin-top: 22px;
     justify-content: space-between 
 }
#services {
    margin-bottom:5px !important;
}
 swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom:5px !important;
    left: 0;
    width: 100%;
}

}

@media screen and (max-width: 340px) {
   .footer_items_head {
     width: 100%;
     display: flex !important;
     margin-top: 22px;
     justify-content: space-between 
 }
#services {
    margin-bottom:5px !important;
}
 swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom:-2px !important;
    left: 0;
    width: 100%;
}

}


 /* .allside_redius{border-radius: 8px 8px 8px 8px;}
.allside_redius1{border-radius: 8px 0px 0px 0px;}
.allside_redius2{border-radius: 0px 8px 0px 0px;}
.allside_redius3{border-radius: 0px 0px 0px 8px;}
.allside_redius4{border-radius: 0px 0px 8px 0px;} */

/*Socials_Icon*/
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#fff;
  color:#818a91;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a i{color:#000000e0 !important;  font-size:16px;}

.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
/*
.social-icons a.facebook:hover
{
  background-color:#3b5998;
  
}
.social-icons a.instagram:hover
{
  background-color:#cb8f0bbf;
}
.social-icons a.twitter:hover
{
  background-color:#000;
}
.social-icons a.linkedin:hover
{
  background-color:#1f356c;
}
.social-icons a.youtube:hover
{
  background-color:#ba0707;
}
.social-icons a.chat-dots:hover
{
  background-color:#c74708;
}
*/
/*Socials_Icon*/

.loginsignup {
  display: none;
    text-align: center;
    position: absolute;
    top: 39px;
    width: 100%;
    right: 200px;
}

.navbar .menu-items >li:hover  .loginsignup {
  display: block;
    text-align: center;
    position: absolute;
    top: 39px;
    width: 100%;
    right: 190px;
}

.navbar .menu-items >li:hover  .loginsignup2 {
  display: block;
    text-align: center;
    position: absolute;
    top: 39px;
    width: 100%;
    right: 200px;
}
.loginsignup2 {
  display: none ;
    text-align: center;
    position: absolute;
	width:330px !Important;
    top: 49px !Important;
    padding: 10px ;
    right: -7px !Important;
   background: #fff;
    border-radius: 3px;
    box-shadow: 0px 3px 0px 4px #fff;
}
.loginsignup2 div > p span {
  color: red;
}

.loginsignup2 div > p {
  position: relative;
  top: 30px;
}

.loginsignup2 div > p a {
  color: black;
  text-decoration: none;
}

.loginsignup2 div > button {
  cursor: pointer;
  border: 0;
  border-radius: 4px;
  font-weight: 600;
  width: 280px;
  padding: 3px 0;
  box-shadow: 0 0 20px #fff;
  transition: 0.4s;
 
}

.reg2 {
  color: white;
  background-color:#f5d093;
}

.log2 {
  color: #Fff;
  background-color: #f5d093;
  border: 1px solid #f5d093;
  margin-bottom:12px;
}

.loginsignup2 div > button:hover {
  color: white;
  box-shadow: 0 0 20px #fff;
  background-color: #ed0c0c;
}

.singssup2{width: 295px;
    margin: 0 auto;
    background: #ed0c0c;
    margin-top: 10px;
    padding: 7px;
    border-radius: 5px 7px 5px  5px;  

}

.loginsignup div > p span {
  color: red;
}

.loginsignup div > p {
  position: relative;
  top: 30px;
}

.loginsignup div > p a {
  color: black;
  text-decoration: none;
}

.loginsignup div > button {
  cursor: pointer;
  border: 0;
  border-radius: 4px;
  font-weight: 600;
  width: 218px;
  padding: 3px 0;
  box-shadow: 0 0 20px rgba(104, 85, 224, 0.2);
  transition: 0.4s;
 
}

.reg {
  color: white;
  background-color:#f5d093;
    width:250px;
	 border-radius: 3px;
	 height: 40px;
    font-weight: 700;
}
 .reg:hover{ background-color: #f5d093;}
 .log:hover{ background-color: #f5d093;}
.log {
  color: #Fff;
  background-color: #f5d093;
  border: 1px solid ##f5d093;
  margin-bottom:20px;
  width:250px;
 border-radius: 3px;
 height: 40px;
    font-weight: 700;
}

.loginsignup div > button:hover {
  color: white;
  box-shadow: 0 0 20px rgba(104, 85, 224, 0.6);
  background-color: #ca0909;
}

.singssup{width: 260px;
    margin: 0 auto;
    margin-top: 10px;
    padding: 7px;
    border-radius: 5px 7px 5px  5px;  

}




.square {
    background-color: #fff;
   
    position: relative;
}
.top::after {
   content: '';
    height: 18px;
    width: 18px;
    position: absolute;
    background: #fff;
    top: 2px;
    left: 200px;
    transform: rotate(45deg);
    z-index: -1;
}
.square2 {
    background-color: transparent;
 
 
    position: relative;
}
.top2::after {
 content: '';
    height: 18px;
    width: 18px;
    position: absolute;
    background: #fff;
    top: -18px;
    left: 292px;
    transform: rotate(45deg);
    z-index: -1;
   
}


.bottomfixed{width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 1111;
  background:#000;
  left: 0;
  }
.v-center{
align-items: center;
  flex-direction: row-reverse;
}
ul{
list-style: none;
margin:0;
padding:0;
}
a{
text-decoration: none;

}
/* header */
.header{
display: block;
width: 100%;
position: relative;
z-index: 99;
padding:15px;
background-color:#000;
  display: none ;
}
.header .item-left{
flex:0 0 17%;
}
.header .logo a{
font-size: 30px;
color:#000000;
font-weight: 700;
text-decoration: none;
}
.header .item-center{
flex:0 0 66%;
}
.header .item-right{
flex:0 0 17%;
display: flex;
justify-content: flex-end;
}
.header .item-right a{ 
   text-decoration: none;
   font-size: 16px;
   color:#fff;
   display: inline-block;
   transition: color 0.3s ease;
}

.addli{display: flex;
  justify-content: space-around;}
addli li a{color:#848484 !important;}

.header .menu > ul > li{
display: inline-block;
line-height: 50px;
margin-left: 25px;
}
.header .menu > ul > li > a{
font-size: 15px;
font-weight: 500;
color:#000000;
position: relative;
text-transform: capitalize;
transition: color 0.3s ease;
}
.header .menu > ul > li .sub-menu{
position: absolute;
z-index: 500;
box-shadow: -2px 2px 70px -25px rgba(0,0,0,0.3); 
padding: 20px 30px;
transition: all 0.5s ease;
margin-top:25px;
opacity:0;
visibility: hidden;
}
@media(min-width: 992px){
.header .menu > ul > li.menu-item-has-children:hover .sub-menu{
margin-top: 0;
visibility: visible;
opacity: 1;
}
}
.header .menu > ul > li .sub-menu > ul > li{
line-height: 1;
}
.header .menu > ul > li .sub-menu > ul > li > a{
display: inline-block;
padding: 10px 0;
font-size: 15px;
color: #fff;
transition: color 0.3s ease;
text-decoration: none;
text-transform: capitalize;
}
.header .menu > ul > li .single-column-menu{
min-width: 280px;
max-width: 350px;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li{
 line-height: 1;
 display: block; 
 width:160px;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
padding:10px 0;
display: inline-block;
font-size: 15px;
color:#848484;
transition: color 0.3s ease;
}
.header .menu > ul > li .sub-menu.mega-menu{ 
  left: 50%;
  transform: translateX(-50%);	
}

.header .menu > ul > li .sub-menu.mega-menu-column-4{
max-width: 1100px;
width: 100%; 	
display: flex;
height:460px;
flex-wrap: wrap;
padding:15px 23px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
flex:0 0 25%;
padding:0 15px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title{
font-size: 16px;
color:#000;
font-weight: 600;
line-height: 1;
  

}

.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
max-width: 100%;
width: 100%;
vertical-align: middle;
margin-top: 10px;
height: 300px;
object-fit: cover;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover,
.header .menu > ul > li .sub-menu > ul > li > a:hover,
.header .item-right a:hover,
.header .menu > ul > li:hover > a{
color:#ea4636;
}
/* banner section */
.banner-section{
background-image: url('../img/banner.jpg');
background-size: cover;
background-position: center;
height: 700px;
width: 100%;
display: block;
}
.mobile-menu-head,
.mobile-menu-trigger{
display: none;
}


/*responsive*/
@media(max-width: 991px){
	.banner_images_contact {
    padding-top: 0px ;
}

 .swiper-pagination{display: block !important;}


  .header{display: block !important;}
  .borderbox {
    border-radius: 2px;
    padding: 3px 15px;
    display: inline !important;
    line-height: 45px;
    color: #848484;
}
  .logomainsmobile{width: 25% !important; margin-right: 140px;}
.header .item-center{
  order:3;
  flex:0 0 100%;
}
.header .item-left,
.header .item-right{
  flex:0 0 auto;
}
.v-center{
  justify-content: space-between;
}
.header .mobile-menu-trigger{
  display: flex;
  height: 45px;
  width: 45px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding-bottom: 5px;
}
.header .mobile-menu-trigger span{
  display: block;
  height: 2px;
  background-color: #fff;
  width: 24px;
  position: relative;
}
.header .mobile-menu-trigger span:before,
.header .mobile-menu-trigger span:after{
  content: '';
  position: absolute;
  left:0;
  width: 100%;
  height: 100%;
  bottom: -8px;
  background-color: #fff;
}
.header .mobile-menu-trigger span:before{
  top:0px;
}

/* .header .mobile-menu-trigger span:after{
  top:8px;
} */
.header .item-right{
  align-items: center;
      flex-direction: row-reverse;
      justify-content: space-between;
}

.header .menu{
  position: fixed;
  width: 100%;
  /* width: 320px; */
  background-color:#ffffff;
  left:0;
  top:0;
  height: 100%;
  overflow: hidden;
  transform: translate(-100%);
  transition: all 0.5s ease;
  z-index: 1099;
}
.header .menu.active{
   transform: translate(0%);	
}
.header .menu > ul > li{
  line-height: 1;
  margin:0;
  display: block;
}
.header .menu > ul > li > a{
  line-height: 50px;
  height: 50px;
  padding:0 35px 0 15px;
  display: block;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.header .menu > ul > li > a i{
  position: absolute;
  /* height: 50px; */
  width: 50px;
  top:0;
  right: 0;
  text-align: center;
  line-height: 50px;
  transform: rotate(-90deg);
  visibility: hidden;
}
.header .menu .mobile-menu-head{
  
  /* height: 50px; */
  border-bottom: 1px solid rgba(0,0,0,0.1);
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 501;
  position: sticky;
  background-color: #f5d093;
  top:0;
}
.header .menu .mobile-menu-head .go-back{
  /* height: 50px; */
  width: 50px;
  border-right: 1px solid rgba(0,0,0,0.1);
  cursor: pointer;
  line-height: 50px;
  text-align: center;
  color:#fcf9f9;
  font-size: 16px;
  display: none;
}
.header .menu .mobile-menu-head.active .go-back{
  display: block;
}
.header .menu .mobile-menu-head .current-menu-title{
  font-size: 15px;
  font-weight: 500;
  color:#000000;
}
.header .menu .mobile-menu-head .mobile-menu-close{
    height: 50px;
  width: 50px;
  border-left: 1px solid rgba(0,0,0,0.1);
  cursor: pointer;
  line-height: 50px;
  text-align: center;
  color:#000000;	
  font-size: 25px;
}
.header .menu .menu-main{
  /* height: 100%; */
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  background-color:#000;
  justify-content: space-around;
  
}
.header .menu > ul > li .sub-menu.mega-menu,
.header .menu > ul > li .sub-menu{
  visibility: visible;
  opacity: 1;
  position: absolute;
  box-shadow: none;
  margin:0;
  padding:15px;
  top:60px;
  left:0;
  width: 100%;
  height: 100%;
  padding-top: 5px;
  max-width: none;
  min-width: auto;
  display: none;
  transform: translateX(0%);
  overflow-y: auto;
}
.header .menu > ul > li .sub-menu.active{
display: block;
  background-color: #fff;
}
@keyframes slideLeft{
0%{
  opacity:0;
  transform: translateX(100%);
}
100%{
    opacity:1;
  transform: translateX(0%);	
}
}
@keyframes slideRight{
0%{
  opacity:1;
  transform: translateX(0%);
}
100%{
    opacity:0;
  transform: translateX(100%);	
}
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
  margin-top:0;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
  margin-top: 15px;
   margin-bottom: 20px;
 
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center:last-child .title{
  margin-bottom:10px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
  flex: 0 0 100%;
      padding: 0px;
}
.header .menu > ul > li .sub-menu > ul > li > a,
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a{
  display: block;
  
  margin-bottom:8px;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
  margin-bottom: 15px;
      text-align: center;
  display: ruby;
}
.menu-overlay{
  position: fixed;
  background-color: rgba(0,0,0,0.5);
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  z-index: 1098;
  visibility: hidden;
  opacity:0;
  transition: all 0.5s ease;
}
.menu-overlay.active{
  visibility: visible;
  opacity:1;	
}

.selltabmain {
    height: 436px !important;
    
}
.but2 {
    margin-top: 90px;
}

}



@media(max-width: 575px){
	.cardbn{height: 300px;}

.custom-select {
     width: 100%;
}
.card-content{
    height: 300px;
}
	.contentsell {
     margin-left: 0px !important;
}
  .logomainsmobile {
 width:30% !important;
  margin-right:65px;
  
}
#followus {
    padding-top: 15px !important;
    padding-bottom:0px;
}

.modal-contents {
    left: 0px !important;
    top: 95px;
    position: relative;
    font-weight: bold;
    background: #fff;
    box-shadow: 0 0 4px #2a2323;
    width: 360px !important;
    height: 230px;
}

}

@media(max-width: 479px){
	
	.header .menu > ul > li .sub-menu.mega-menu-column-4{

height:100vh !important;

}
	.shotbyw{
  width: 18% !important;
  
  }
	
	.header .menu > ul > li .sub-menu.mega-menu, .header .menu > ul > li .sub-menu{width:85%;}
  .header{
  
    padding:5px;
  
    }
	.borderbox2 {
    border-radius: 5px;
    padding: 10px 0px;
    display: inline !important;
    line-height: 50px;
    margin-right: 3px;
	margin-left: 1px;
}

    .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li {
  line-height: 1;
  display: block;
  width: 135px !important;}
}


@media(max-width: 359px){
	.banner_images_contact img{height:275px; object-fit: cover;}
	.menu-title{margin-bottom:12px;}
  #banner_hero {
    margin-top: 45px !important;
}
  .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item {
   
  
  width: 75% !important;
}
.logomainsmobile{    margin-right: 50px ;  }
}


.header a{width: 80% !important;}

.borderbox{
  border-radius: 2px;
  padding:3px  8px;
 display: inline !important;
 line-height:18px;
 margin-right: 3px;

 }
 .borderbox2{
  border-radius: 5px;
  padding:13px  0px;
 display: inline !important;
 line-height: 50px;
 margin-right: 3px;
 margin-left: 1px;

 }
 /*.borderbox2 img:hover{
  border-radius: 5px;
  padding:13px  0px;
 display: inline !important;
 line-height: 50px;
 margin-right: 3px;
 border: 1px solid #f5d093 !important;

 }*/
 .borderbox:hover{border: 1px solid #f5d093 !important;}
 #megamenure{height: 150px !important;}
 #megamenure2{height:225px !important;}