@-ms-viewport {
  width: device-width;
}
a,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Open Sans";
}

a:hover {
  text-decoration: none;
}
body {
  background: url(../images/restaurant_icons.png) !important;
}
#nav-list-logo-btn {
  padding: 20px;
}
.fixnav {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 2px 10px rgba(52, 73, 94, 0.1);
  transition: all 0.6s;
}
.centerLogo {
  opacity: 0;
  transition: all 0.3s;
}
.fixnav .centerLogo {
  opacity: 1;
  transition: all 0.3s;
}
.centerLogo a {
  font-size: 30px;
  font-weight: bold;
}
.request_btn {
  background: #ae0101;
  color: #fff !important;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 3px;
  font-size: 1.15em;
  border: 1px solid transparent;
  transition: all 0.5s;
}
.request_btn:hover {
  background: #fff;
  color: #ae0101 !important;
  border-color: #ae0101;
}
/* back to top */
.progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  content: "\f100";
  font-family: "Flaticon";
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: #ae0101;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::after {
  opacity: 1;
}

.progress-wrap::before {
  position: absolute;
  content: "\f100";
  font-family: "Flaticon";
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  opacity: 0;
  /* background-image: linear-gradient(298deg, #da2c4d, #f8ab37); */
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #ae0101;
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/* Gallery CSS */
#header-textbox-8 .bg {
  background: url(../images/gallery-header-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
section.innerpageWrapp {
  height: 70vh;
  display: flex;
  align-items: center;
}
.media-boxes-filter > li a.selected {
  background: #ae0101 !important;
}
.media-boxes-filter > li a:hover {
  text-decoration: none;
  background: rgb(194, 3, 3);
  color: #fff !important;
  transition: all 0.4s;
}
.media-boxes-filter {
  float: right;
}
.media-boxes-filter > li a {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
  /* vertical-align: top; */
  border: 1px solid #ebebeb;
  display: block;
  cursor: pointer;
  color: #8a8a8a;
  font-size: 18px;
  font-family: "Montserrat", "Open Sans";
  height: 45px;
  line-height: 47px;
  text-decoration: none;
  margin: 0px 0px 30px 0;
  padding: 0px 15px;
  background-color: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  -ms-transition: background-color 0.1s;
  transition: background-color 0.1s;
}

.dark a.light:not(.btn),
.light a:not(.btn),
.dark .light a:not(.btn),
a.light:not(.btn) {
  color: #ae0101;
  text-decoration: none;
}
#header-textbox-8 {
  background-color: #0984e3;
}
#header-textbox-8 .bg {
  background: url(../images/AriadneRestaurant-Elounda-Gallery.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  /* clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%); */
}
#header-textbox-1 .bg {
  background: url(../images/AriadneRestaurant-Elounda-Header-02.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  /* clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%); */
}

#reservation .bg {
  background: url(../images/reservation.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.content-box.padding-x3.border {
  border-color: #ae0101;
}
.content-box.padding-x3 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}
.innderbox {
  max-width: 600px;
  width: 100%;
  background: rgba(9, 131, 225, 0.8);
  margin: 0 auto;
  padding: 50px 30px;
  border-radius: 3px;
}
.innderbox h1 {
  color: #fff;
  font-size: 3em;
}

/* Contact Form */

#contact .content-box h3 {
  font-size: 1.3em !important;
  font-family: "Montserrat", "Open Sans";
  color: #ae0101;
  text-align: center;
}
input#btn_sent {
  background: #ae0101 !important;
  border-color: transparent !important;
  border-radius: 3px;
  transition: all 0.5s;
}
input#btn_sent:hover {
  background: #ae0101 !important;
}
.headTitleBox {
  background: rgba(236, 240, 241, 0.6);
  display: inline-block;
  padding: 50px 100px;
  box-shadow: 0 5px 12px rgba(52, 73, 94, 0.2);
}
.headTitleBox h4 {
  font-size: 1.5em;
  margin-bottom: 25px;
}
h1.contact-title {
  font-size: 80px;
  font-weight: 900 !important;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  margin-top: 3% !important;
  line-height: 0.9 !important;
  font-family: "Montserrat", "Open Sans";
  margin-bottom: 27px;
}
.pr-15 {
  padding-right: 15px !important;
}
.pl-15 {
  padding-left: 15px !important;
}
.contact_form input,
.contact_form textarea,
.contact_form select {
  width: 100% !important;
  margin-bottom: 25px;
  padding: 5px 15px;
  height: 45px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #ccc;
  font-family: "Montserrat", "Open Sans";
}
section#contact h2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.6em;
  text-align: center;
  margin-bottom: 50px;
}

section#contact h2 span {
  display: block;
  font-size: 62%;
  font-weight: normal;
  margin-top: 14px;
}
.content-box {
  box-shadow: 0 1px 8px #ccc;
}
.contact_form textarea {
  height: 120px;
}
#contact-map-map {
  height: 100%;
  min-height: 450px;
}
#contact-map-map iframe {
  height: 100%;
  width: 100%;
}
.g-recaptcha {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 15px;
  display: block;
}
@media screen and (max-width: 767px) {
  .g-recaptcha {
    margin-top: 0px;
 }
 .form-inline > .form-group{
   min-width: 100%;
   max-width: 100%;
   padding-right: 0;
 }
  .container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  label.error {
    bottom: 4px !important;
  }
  div#captcha_error{
    font-size: 1rem;
  }
}
.g-recaptcha > div {
  margin: 0px auto;
}
div#captcha_error {
  display: inline-block;
  width: 100%;
  text-align: center;
  transition: all 0.5s;
  margin-top: -10px;
  margin-bottom: 10px;
  font-size: 1.25rem;
  color: red;
}

#contact-form .form-group.email-field-group {
  position: relative;
}
label.error {
  top: auto !important;
  bottom: 0;
}
#contact .content-box  h3#error_message {
  font-size: 1.8rem !important;
  line-height: 50px;
}

/* Menu style */
#menu-header .bg {
  background: url(../images/AriadneRestaurant-Elounda-Header-02.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  /* clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%); */
}
.menuDetails {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 80vh;
  display: flex;
  align-items: center;
}
#snacks-bg .bg {
  background: url(../images/gallery-header.jpg);
  background-attachment: fixed;
  width: 75%;
  clip-path: polygon(0 0, 100% 0, 71% 100%, 0% 100%);
  background-position: center center;
}
#burgers-bg .bg {
  background: url(../images/gallery-header.jpg);
  background-attachment: fixed;
  width: 75%;
  left: auto;
  clip-path: polygon(35% 0, 100% 0, 100% 100%, 0% 100%);
  background-position: center center;
}
.menuTitle {
  max-width: 650px;
  border: 2px solid #8d2c26;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 80px 20px;
  background: rgba(0, 0, 0, 0.1);
  position: relative;
}
.menuDetails.reverse .menuBox {
  padding: 50px 30px 50px 40px;
}
.menuDetails.reverse .menuBox h2 {
  right: auto;
  left: -28px;
}

.sl-wrapper .sl-counter {
  display: none !important;
}
.menuBox h2 {
  color: #ffffff;
  font-size: 1.6em;
  background: #8d2c26;
  display: inline-block;
  margin: 0;
  position: absolute;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
  right: -28px;
  border: 1px solid #8d2c26;
  padding: 15px 10px;
}
.mList ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menuTitle h1 {
  color: #fff;
}
.menuBox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50vh;
  background: #efe1c7;
  box-shadow: 0 2px 8px #ccc;
  text-align: left;
  position: relative;
}

.mList ul li {
  font-size: 1.35em;
  margin-bottom: 6px;
  position: relative;
  margin-left: 30px;
  color: #8d2c26;
}
.menuBox h1 {
  font-size: 3.2em;
  margin: 0;
  /* margin-bottom: 30px; */
  background: #fd9324;
  text-align: center;
  color: #fff;
  padding: 10px 50px;
  position: absolute;
  right: 20px;
  top: -50px;
}
.mList ul li:after {
  content: "\f0f5";
  position: absolute;
  left: -30px;
  top: 5px;
  width: 20px;
  height: 20px;
  font-family: "fontawesome";
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8d2c26;
}
/* about */
section#about_sec,
section.event_sec {
  min-height: 80vh;
  display: flex;
  align-items: center;
}

section#about_sec-2 {
  /*height: 80vh;*/
  display: flex;
  align-items: center;
}

.aboutbox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50vh;
  background: #eb9939;
  padding: 50px 90px;
  margin-right: -30px;
  margin-left: 30px;
}
.aboutimg img {
  margin-left: -30px;
}
.aboutimg {
  position: relative;
}

.about-border {
  position: absolute;
  left: 43%;
  top: 50%;
  width: 85%;
  height: 85%;
  border: 5px solid #eb9939;
  transform: translate(-50%, -50%);
}

.aboutbox h2,
.aboutbox-2 h2 {
  color: #fff;
  font-size: 3.5em;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-weight: 600;
}

.aboutbox p,
.aboutbox-2 p {
  font-size: 1.25em;
  color: #fff;
  line-height: 35px;
  text-align: justify;
}

.aboutbox-2 p {
  text-align: center;
}

.aboutbox-2 {
  align-items: center;
  justify-content: center;
  /*height: 30vh;*/
  background: #ae0101;
  padding: 50px;
  margin-right: -30px;
  margin-left: 30px;
  text-align: center;
}

.item-title h4 {
  font-size: 2.4em;
  color: #ffffff;
  background-color: #ae0101;
  padding: 10px 20px;
  display: inline-block;
}
h1.secTitle {
  font-size: 3em;
  font-weight: 600;
  background-color: #ae0101;
  padding: 10px 40px;
  color: #fff;
}
.max-height-md6 {
  max-height: 860px;
  height: 100%;
}
.max-h400 {
  max-height: 400px;
  height: 100%;
}

/* header slider */
.slider-photo-skew {
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  height: 94vh;
}
.slider-photo-skew.bg1 {
  background-image: url("../images/homeslider/AriadneRestaurant-Elounda-GreekCuisine-01.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  height: 94vh;
}
.slider-photo-skew.bg2 {
  background-image: url("../images/homeslider/AriadneRestaurant-Elounda-Seafod-01.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.slider-photo-skew.bg3 {
  background-image: url("../images/homeslider/AriadneRestaurant-Elounda-Steak-02.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* .slider-photo-skew:after {
  content: "";
  background-color: #fff;
  display: block;
  width: 279%;
  height: 155px;
  left: -130px;
  position: absolute;
  right: 0;
  bottom: 139px;
  transform: rotate(-4deg);
  top: 75vh;
} */

.slider-photo-activities-skew {
  background-image: url("../images/activities-bg.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.slider-photo-activities-skew:after {
  content: "";
  background-color: #fff;
  display: block;
  width: 279%;
  height: 155px;
  left: -130px;
  position: absolute;
  right: 0;
  bottom: 139px;
  transform: rotate(-4deg);
  top: 75vh;
}

.main-title-home {
  font-weight: 500;
  /*margin-bottom:20px;*/
  text-align: center;
  /*padding-bottom: 81px;*/
  font-size: 4rem;
  font-family: "Open Sans", sans-serif;
  color: #474646;
  text-transform: uppercase;
}

.main-title-boxed {
  font-size: 3rem;
  font-family: "Open Sans";
  color: #722039;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.home_slider_content h1 {
  font-size: 165px;
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  margin-top: 3% !important;
  line-height: 0.9 !important;
  font-family: "Montserrat", "Open Sans";
}

.home_slider_content h2 {
  font-size: 73px;
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  line-height: 0.9 !important;
  font-family: "Montserrat", "Open Sans";
  background: #ae0101;
  display: inline-block;
  padding: 15px;
}

.home_slider_content-2 h1 {
  font-size: 165px;
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  margin-top: 3% !important;
  line-height: 0.9 !important;
  font-family: "Montserrat", "Open Sans";
}

.home_slider_content-2 h2 {
  font-size: 50px;
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  line-height: 0.9 !important;
  font-family: "Montserrat", "Open Sans";
  background: #ae0101;
  display: inline-block;
  padding: 15px;
}

/* menu category */
#snacks .imgBox {
  background: url(../images/foodmenu/AriadneRestaurant-Elounda-Snacks.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  align-items: center;
}
#Salads .imgBox {
  background: url(../images/foodmenu/AriadneRestaurant-Elounda-Salads.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  align-items: center;
}
#Starters .imgBox {
  background: url(../images/foodmenu/AriadneRestaurant-Elounda-Starters.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  align-items: center;
}
#Pizzas .imgBox {
  background: url(../images/foodmenu/AriadneRestaurant-Elounda-Pizza.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  align-items: center;
}
#Pastas .imgBox {
  background: url(../images/foodmenu/AriadneRestaurant-Elounda-Pasta.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  align-items: center;
}
#Hamburgers .imgBox {
  background: url(../images/foodmenu/AriadneRestaurant-Elounda-Burger.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  align-items: center;
}
#Soups .imgBox {
  background: url(../images/foodmenu/AriadneRestaurant-Elounda-Soups.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  align-items: center;
}
#Steaks .imgBox {
  background: url(../images/foodmenu/AriadneRestaurant-Elounda-Steak.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  align-items: center;
}
#Greek .imgBox {
  background: url(../images/foodmenu/AriadneRestaurant-Elounda-Greek.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  align-items: center;
}
#SeaFood .imgBox {
  background: url(../images/foodmenu/AriadneRestaurant-Elounda-Seafod.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  align-items: center;
}
#Risotto .imgBox {
  background: url(../images/foodmenu/AriadneRestaurant-Elounda-Risotto.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  align-items: center;
}
#Desserts .imgBox {
  background: url(../images/foodmenu/AriadneRestaurant-Elounda-desserts.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  align-items: center;
}
.imgBox {
  height: 65vh;
  position: relative;
  padding: 80px;
  z-index: -1;
  box-shadow: 0 2px 10px #999;
}
section#seafood {
  height: 80vh;
}

.imgBox:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: "";
  pointer-events: none;
}

.menu-border {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90%;
  height: 90%;
  border: 3px solid #eb9939;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.imgBox h1 {
  font-size: 85px;
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  margin-top: 3% !important;
  line-height: 0.9 !important;
  font-family: "Montserrat", "Open Sans";
  z-index: 99999;
  position: absolute;
  bottom: 50px;
  right: 60px;
}
.category-list {
  height: 65vh;
  padding: 80px;
  background: #ae0101;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 2px 10px #999;
}
.category-list .menu-border {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 85%;
  height: 90%;
  border: 3px solid #222;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.category-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.category-list ul li {
  color: #fff;
  font-size: 2.225em;
  margin-bottom: 10px;
  font-weight: 300;
  font-family: "Montserrat";
}
/* hero container */
.hero-contact {
  background: #ae0101;
  padding: 40px 10px 40px 10px;
}
.hero-contact img {
  max-width: 40px;
  margin-right: 20px;
}

.hero-contact span {
  font-size: 2em;
  font-weight: 500;
  color: #fff;
  position: relative;
  top: 5px;
  font-family: "Montserrat";
}

.delivery span {
  background: #eb9939;
  padding: 10px 30px;
}

.gallery-item.gallery-style-5:hover .item-img {
  opacity: 0.7;
}

.mfp-container,
.media-box,
.media-boxes-load-more-button,
.media-boxes-filter,
.media-boxes-drop-down-menu > li > a,
.media-boxes-drop-down-header,
.media-boxes-search {
  font-weight: 500;
}
/* download btn */
.downloadBtn h3 {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-size: 2.1em;
  /* font-family: "Montserrat"; */
  font-weight: 500;
}

.downloadBtn h3 span {
  display: block;
}

.downloadBox img {
  max-width: 80px;
  margin-right: 10px;
  margin-top: -55px;
}
.downloadBtn {
  display: inline-block;
  border: 3px solid #ae0101;
  padding: 10px 20px;
  transition: all 0.3s;
}
.downloadBtn:hover {
  background: #ae0101;
  color: #fff !important;
  box-shadow: 0 2px 8px #ccc;
}
/* home btn */
a.moreBtn {
  font-size: 1.8em;
  display: inline-block;
  background: #ae0101;
  padding: 15px 50px;
  font-weight: 500;
  color: #fff;
  border: 3px solid transparent;
  transition: all 0.3s;
}

a.moreBtn:hover {
  background: transparent;
  border-color: #ae0101;
  color: #ae0101;
  box-shadow: 0 2px 9px #999;
}

a.moreBtn i {
  font-size: 30px;
  margin-left: 10px;
}
/* team */
#team .bg {
  background: url(../images/team.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#team .home_slider_content h2 {
  font-size: 48px;
}
.singleMember {
  background: #fbf7f7;
  padding: 50px;
  position: relative;
  box-shadow: 0 2px 10px #ccc;
}
.singleMember::before {
  content: " ";
  position: absolute;
  width: 94%;
  height: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #222;
  border-radius: 3px;
}
h4.delegation {
  background: #eb9939;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  margin-top: 15px;
  padding: 10px;
}
.teamDes {
  margin-left: 25px;
  text-align: center;
}
.teamDes.revers {
  margin-left: 0;
  margin-right: 25px;
}

.teamDes p {
  text-align: justify;
  font-size: 20px;
  margin-top: 20px;
}
h4.name {
  background: #ad0707;
  font-size: 35px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 9px;
}
h2.teamtitle {
  color: #ad0707;
  font-size: 56px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 50px;
}
/* event style */
.reverse .aboutimg img {
  margin-left: 90px;
  max-width: 800px;
}
.reverse .about-border {
  left: 56.5%;
}
@media screen and (max-width: 1023px){
  .reverse .aboutimg img{
    margin-left: 0px;
    max-width: 100%;
  }

  .reverse .about-border {
    left: 50%;
  }

  .reverse .aboutbox{
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 30px;
  }

  .singleMember .img-fluid{
    width: 100% !important;
  }
}


.reverse .aboutbox {
  margin-right: 30px;
  margin-left: -32px;
}
.event_sec .aboutbox ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  margin-bottom: 20px;
}

.event_sec .aboutbox ul li {
  position: relative;
  margin-bottom: 15px;
  font-size: 20px;
  color: #fff;
  font-family: "Montserrat";
  margin-left: 35px;
  padding-left: 10px;
}
.event_sec .aboutbox ul li::before {
  position: absolute;
  left: -30px;
  top: 3px;
  content: "";
  width: 25px;
  height: 25px;
  color: #fff;
  background: url(../images/svg/checked.svg);
  background-size: contain;
  background-position: 0 0;
}
.event_sec .aboutbox {
  height: 70vh;
}
.address {
  background: rgba(235, 153, 57, 0.9);
  color: #fff;
  padding: 50px;
  margin-top: 50px;
  max-width: 700px;
  text-align: left;
  display: block;
  margin: 0 auto;
  box-shadow: 0 2px 10px #ccc;
  width: 100%;
}
.address .addressBox p{
  display: flex;
  align-items: center;
}
.address h2 {
  text-align: center;
  font-size: 45px;
  margin-bottom: 30px;
}
.address a {
  font-size: 23px;
}
.address i {
  width: 40px;
  height: 30px;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 24px !important;
}

/* Footer Style */
footer#footer {
  background: #1a1a1a;
  margin-bottom: 0 !important;
}
footer h4 {
  color: #eb9939;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Montserrat";
  margin-bottom: 18px;
  font-size: 30px;
}

footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer ul li {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 15px;
}

footer ul li a,
footer .singleFooter ul li.downloadBtn {
  font-size: 21px;
  border: 2px solid #eb9939;
  display: inline-block;
  padding: 11px 10px;
  max-width: 235px;
  width: 100%;
  text-align: center;
  transition: all 0.4s;
  font-weight: 500;
  /* font-family: "Montserrat"; */
}
footer ul li a:hover,
footer .singleFooter ul li.downloadBtn:hover {
  transition: all 0.4s;
  background: #eb9939;
  color: #fff;
}
footer .singleFooter ul li.downloadBtn:hover {
  box-shadow: none;
}

footer p {
  color: #fff;
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 500;
}

footer .col-lg-3 {
  border-right: 3px solid #959595;
}
a.call_us {
  padding: 10px 15px;
  font-size: 1.15em;
  border: 1px solid #ae0101;
  border-radius: 3px;
  transition: all 0.4s;
  margin-right: 5px;
  background: #ae0101;
  color: #fff !important;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  display: inline-block;
}

a.call_us:hover {
  transition: all 0.4s;
  color: #ae0101 !important;
  background: #fff;
}

a.call_us span {
  margin-left: 6px;
}
a.request_btn.lang {
  padding: 10px;
  margin-left: 6px;
}
#wd-map{
  min-height: 400px;
  height: 100%;
  width: 100%;
}

/* *Copyright style */
.copyright {
  text-align: center;
  padding: 15px 5px;
}
.copyright p {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.copyright p a {
  display: flex;
  align-items: center;
}
.copyright p a span {
  margin-left: 10px;
}
.copyright p a img {
  margin: 0 10px;
}

@media screen and (max-width: 600px) {
  .copyright p{
    font-size: 12px;
  }
}

/* *Copyright style END */