/***************************************************************************************************************
||||||||||||||||||||||||||       MASTER STYLESHEET FOR EQUESTRIAN             ||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||                TABLE OF CONTENT               |||||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************

01. Imported styles
02. Flaticon reset styles
03. Header styles
04. Mainmenu styles
05. Rev_slider_wrapper styles
66. Call to action area Style
07. Categories area style
08. Fact counter area style
09. Latest Blog area style
10. Latest blog area style 
11. Testimonial area style
12. Brand area style
13. Single service style
14. Pricing table area style
15. About page style
16. Account page style
17. 404 page style style
18. Blog page style
19. Blog single style
20. Contact page style

****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/

@import url("https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Archivo:400,400i,500,500i,600,600i,700,700i&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");

@import url(animate.css);
@import url(bootstrap-select.min.css);
@import url(icomoon.css);
@import url(jquery.bootstrap-touchspin.css);
@import url(jquery.fancybox.min.css);
@import url(jquery.mCustomScrollbar.min.css);
@import url(nouislider.css);
@import url(nouislider.pips.css);
@import url(polyglot-language-switcher.css);
@import url(timePicker.css);
@import url(slick.css);
@import url(jquery.bxslider.css);
@import url(jquery-ui.css);

/*==============================================
   Base Css
===============================================*/
:root {
  --dark-color: #e6cbae;
  --light-color: #e6cba0;
}
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
}
html,
body {
  height: 100%;
}
body {
  color: #777777;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
button:focus {
  outline: none;
}
button {
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222222;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  margin: 0;
}
h3 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}
h4 {
}
a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
  border: none;
}
img.lazy-image {
  background: url(../images/icon/image-bg.svg) center center no-repeat;
}
img.lazy-image.loaded {
  background-image: none;
}
.owl-theme img.lazy-image.loaded {
  height: auto;
  opacity: 1;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a {
  color: var(--dark-color) !important;
}
.fix {
  position: relative;
  display: block;
  overflow: hidden;
}
img {
  max-width: 100%;
  height: auto;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}
.map-data {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8em;
  padding: 5px 10px 5px;
}
.map-data a {
  color: #0b59d9;
  display: block;
}
.map-data h6 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
  color: #121212;
}

i {
  font-style: normal;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
ol,
li {
  margin: 0;
  padding: 0;
}
.clr1 {
  color: #f36727;
}
.bgclr1 {
  background: #f36727;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.btn-one {
  position: relative;
  display: inline-block;
  border-radius: 30px;
  padding: 0 35px;
  color: #222222;
  font-size: 16px;
  line-height: 60px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  transition: all 0.3s ease-in-out 0.1s;
}
.btn-one:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  border-radius: 30px;
  background-color: #f3f3f3;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0.5, 1);
  transform: scale(0.5, 1);
}
.btn-one:hover::before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.btn-one .txt {
  position: relative;
  z-index: 1;
}
.btn-one:hover,
.btn-one:focus {
  color: #000000;
}

.btn-two {
  position: relative;
  display: inline-block;
  border-radius: 30px;
  border-top-left-radius: 0;
  padding: 0 55px;
  color: #000000;
  font-size: 16px;
  line-height: 60px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.btn-two:hover {
  color: #ffffff;
  background: #152229;
}

.sec-title {
  position: relative;
  display: block;
  padding-bottom: 70px;
}
.sec-title .big-title {
  position: relative;
  display: block;
  padding: 0 0 25px;
}
.sec-title .big-title h2 {
  position: relative;
  display: inline-block;
  margin-top: -12px;
  color: #222222;
  font-size: 48px;
  line-height: 64px;
  font-weight: 400;
  text-transform: capitalize;
}
.sec-title .big-title.clr-white h2 {
  color: #ffffff;
}
.sec-title .border-box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.sec-title .border-box .linetop {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 1px;
  background: #222222;
}
.sec-title .border-box .linetop.bg-white {
  background: #ffffff;
}
.sec-title .border-box .linebottom {
  position: relative;
  display: inline-block;
  margin-top: 5px;
  width: 30px;
  height: 2px;
  color: var(--light-color);
}

.sec-title.style2 .big-title h2 {
  color: #16232a;
}
.sec-title.style2 .big-title.clr-white h2 {
  color: #ffffff;
}
.sec-title.style2 .border-box .linebottom {
  background: #222222;
}

.parallax-bg-one {
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.parallax-bg-one::before {
  background: rgba(18, 32, 0, 0.9) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.parallax-bg-two {
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.parallax-bg-two::before {
  background: rgba(9, 23, 33, 0.9) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.flex-box {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.flex-box-two {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.flex-box-three {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.flex-box-four {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.flex-box-five {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

/*___ owl Nav Dot Style _____*/
.owl-theme .owl-prev span,
.owl-theme .owl-next span {
  display: none;
}

.owl-nav-style-one {
}
.owl-nav-style-one .owl-controls {
}
.owl-nav-style-one.owl-theme .owl-stage-outer {
  position: relative;
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
}
.owl-nav-style-one.owl-theme .owl-nav {
  position: absolute;
  top: -130px;
  right: 0;
  margin: 0;
}
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  background: transparent;
  border: 1px solid #f3f3f3;
  border-radius: 50%;
  color: #ffffff;
  font-size: 30px;
  font-weight: 100;
  line-height: 58px;
  margin: 0 0 0 0px;
  padding: 0;
  transition: all 700ms ease 0s;
}

.owl-nav-style-one.owl-theme .owl-nav .owl-prev:before,
.owl-nav-style-one.owl-theme .owl-nav .owl-next:before {
  position: absolute;
  content: "\f104";
  font-family: FontAwesome;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 24px;
  line-height: 58px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.owl-nav-style-one.owl-theme .owl-nav .owl-prev {
  transform: rotate(0deg);
}
.owl-nav-style-one.owl-theme .owl-nav .owl-next {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.owl-nav-style-two {
}
.owl-nav-style-two .owl-controls {
}
.owl-nav-style-two.owl-theme .owl-nav [class*="owl-"] {
  background: #fff none repeat scroll 0 0;
  border-radius: 0%;
  color: #3740b0;
  font-size: 24px;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  margin: 0 0 0 0px;
  padding: 0;
  width: 50px;
  transition: all 700ms ease 0s;
}
.owl-nav-style-two.owl-theme .owl-nav .owl-next {
  margin-left: 0px;
}
.owl-nav-style-two.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #ffffff;
  background: #3740b0;
}

.owl-carousel.owl-dot-style1 .owl-stage-outer {
  position: relative;
  display: block;
  padding-top: 0px;
  padding-bottom: 57px;
}
.owl-carousel.owl-dot-style1 .owl-dots {
  position: relative;
  display: block;
  text-align: center;
  line-height: 6px;
}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 3px;
  border: 0px solid #4c4c4c;
  margin: 0px 5px;
  padding: 0px;
  border-radius: 0px;
  transition: all 100ms linear;
  transition-delay: 0.1s;
}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot span {
  display: none;
}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active {
  height: 5px;
  background: #050403;
}

.accordion-box {
  position: relative;
  display: block;
}
.accordion-box .accordion {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.accordion-box .accordion.marginbottom0 {
  margin-bottom: 0;
}
.accordion-box .accordion .accord-btn {
  position: relative;
  display: block;
  border: 1px solid #b7b7b7;
  cursor: pointer;
  background: #ffffff;
  padding-left: 29px;
  padding-right: 60px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  transition: all 500ms ease;
}
.accordion-box .accordion .accord-btn h4 {
  color: #222222;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  transition: all 500ms ease;
}
.accordion-box .accordion .accord-btn::after {
  font-family: "Flaticon";
  position: absolute;
  content: "\f107";
  top: 50%;
  right: 25px;
  width: auto;
  height: auto;
  background: transparent;
  color: #222222;
  font-size: 16px;
  font-weight: 600;
  transform: translateY(-50%);
  transition: all 500ms ease 0s;
}

.accordion-box .accordion .accord-btn.active {
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.accordion-box .accordion .accord-btn.active h4 {
  color: #000000;
}
.accordion-box .accordion .accord-btn.active:after {
  color: #ffffff;
  content: "\f108";
}
.accordion-box .accordion .accord-content {
  position: relative;
  display: block;
  padding-top: 42px;
  padding-bottom: 3px;
  padding-left: 30px;
  padding-right: 0px;
  display: none;
}
.accordion-box .accordion .accord-content.collapsed {
  display: block;
}
.accordion-box .accordion .accord-content p {
  color: #777777;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
}

@keyframes pulse {
  50% {
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.1),
      0 0 0 20px rgba(238, 238, 238, 0.3);
  }
}

@keyframes pulse2 {
  50% {
    box-shadow: 0 0 0 5px rgba(255, 231, 1, 0.1),
      0 0 0 20px rgba(255, 231, 1, 0.3);
  }
}

.boxed_wrapper {
  background: #fff none repeat scroll 0 0;
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 320px;
  min-height: 400px;
  overflow: hidden;
}

/*=============== Boxed-Layout =============*/
.boxed_wrapper_box_page {
  position: relative;
  overflow-x: hidden;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}
.body_switcher {
  position: fixed;
  top: 150px;
  z-index: 99;
  left: -200px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.body_switcher .body_switch_btn {
  position: absolute;
  right: -50px;
  z-index: -1;
}
.body_switcher .body_switch_btn button {
  width: 50px;
  height: 50px;
  color: #ffffff;
  font-size: 24px;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  transition: all 500ms ease;
}

.body_switcher .boxed_switch_menu {
  position: relative;
  background: #fff;
  width: 200px;
  padding: 25px 15px 20px;
  text-align: center;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
}
.body_switcher .boxed_switch_menu h5 {
  color: #222222;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 0px;
}
.body_switcher.switcher-show {
  left: 0;
}
.body_switcher .boxed_switch_menu .switch_body .box {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  margin-top: 15px;
}
.body_switcher .boxed_switch_menu .switch_body .box > div {
  width: 80px;
  height: 50px;
  background: #fff;
  border: 2px solid #999;
}
.body_switcher .boxed_switch_menu .switch_body .box > div > span {
  display: block;
  width: 60px;
  height: 100%;
  margin: 0 auto;
  background: #fff;
  border-left: 2px solid #e5e5e5;
  border-right: 2px solid #e5e5e5;
}
.body_switcher .boxed_switch_menu .switch_body .box p {
  position: relative;
  display: block;
  color: #999;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  margin: 7px 0 0;
}
.main_page.active_boxlayout {
  max-width: 1550px;
  width: 100%;
  min-width: 300px;
  margin: 0 auto;
  background: url(../images/pattern/body-pattern.png) #f5f5f5;
  background-attachment: fixed;
  background-repeat: repeat;
  background-position: center;
  overflow-x: hidden;
}

/*=============== Color-Layout =============*/
.switcher {
  position: fixed;
  top: 220px;
  z-index: 99;
}
.switcher .switch_btn {
  position: absolute;
  top: 0px;
  right: -50px;
  z-index: -1;
}
.switcher .switch_btn button {
  width: 50px;
  height: 50px;
  color: #fff;
  line-height: 50px;
  cursor: pointer;
  border-radius: 0;
  margin-left: 0;
  transition: all 500ms ease;
  background: rgba(255, 255, 255, 0.7);
}

.switcher .switch_menu {
  position: absolute;
  width: 180px;
  height: 30px;
  background: transparent;
  display: none;
  top: 0px;
  left: 60px;
  bottom: 0;
  margin: 10px 0;
}
.switcher #styleOptions li {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 3px;
}
.switcher #styleOptions li:last-child {
  margin-right: 0;
}
.switcher #styleOptions li a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0 0 0 0px #fff;
}

.switcher #styleOptions li a.blue-color {
  background: #6377ee;
}
.switcher #styleOptions li a.pink-color {
  background: #ff6ec7;
}
.switcher #styleOptions li a.violet-color {
  background: #6936d8;
}
.switcher #styleOptions li a.crimson-color {
  background: #e62a4e;
}
.switcher #styleOptions li a.orange-color {
  background: #ffa500;
}

/*________________Preloader_______________ */
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999999999999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/icon/preloader.gif);
}
.preloader.style-two {
  background-image: url(../images/icon/preloader-1.gif);
}

/*** Scroll To Top style ***/
.scroll-top {
  position: fixed;
  right: 15px;
  bottom: 20px;
  width: 55px;
  height: 55px;
  color: #ffffff;
  border-radius: 50%;
  font-size: 14px;
  line-height: 54px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  display: none;
  cursor: pointer;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 999999999;
}
.scroll-top span {
}
.scroll-top:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  z-index: -1;
  background: -webkit-radial-gradient(
    center,
    ellipse,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  background: -webkit-radial-gradient(
    center ellipse,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0) 80%
  );
}
.scroll-top:hover {
  color: #222222;
}

.scroll-top.style2 {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #050403;
  border: none;
  text-align: center;
  animation: auto;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  left: 0;
  bottom: 70px;
  right: 0;
  margin: 0 auto;
  color: #ffffff;
  font-size: 20px;
  line-height: 60px;
  font-weight: 400;
}

/* Form validation styles */
input:focus,
textarea:focus,
select:focus {
  border-color: #43c3ea;
  outline: none;
}

#contact-form input[type="text"].error {
  border-color: red;
}
#contact-form input[type="email"].error {
  border-color: red;
}
#contact-form select.error {
  border-color: red;
}
#contact-form textarea.error {
  border-color: red;
}

/* Post pagination styles */
.post-pagination {
  position: relative;
  display: block;
}
.post-pagination.martop20 {
  margin-top: 20px;
}
.post-pagination li {
  position: relative;
  display: inline-block;
  margin: 0 3px;
}
.post-pagination li a {
  position: relative;
  display: block;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: 2px solid #eeeeee;
  color: #131313;
  font-size: 18px;
  line-height: 56px;
  font-weight: 600;
  transition: all 500ms ease 0s;
  font-family: "Poppins", sans-serif;
}
.post-pagination li a i {
  color: #c1c1c1;
  font-size: 22px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.post-pagination li.active a,
.post-pagination li:hover a {
  background: #fec727;
  border-color: #fec727;
}
.post-pagination li.active a i,
.post-pagination li:hover a i {
  color: #131313;
}

.post-pagination.style2 li a {
  border-radius: 0;
}

/* Overlay styles */
.overlay-style-one {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
  opacity: 0;
  z-index: 1;
}
.overlay-style-one.bg1 {
  background-color: rgba(3, 13, 40, 0.7);
}
.overlay-style-one.bg2 {
  background-color: rgba(255, 255, 255, 0.7);
}
.overlay-style-one.bg3 {
  background-color: rgba(0, 83, 153, 0.9);
}
.overlay-style-one .box {
  display: table;
  height: 100%;
  width: 100%;
}
.overlay-style-one .box .content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.overlay-style-one .box .inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.overlay-style-two {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  top: 0px;
  z-index: 2;
  opacity: 0;
  transition: all 900ms ease;
}
.overlay-style-two:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 50%;
  display: block;
  opacity: 0;
  text-align: center;
  transform: perspective(400px) rotateX(-90deg);
  transform-origin: top;
  transition: all 0.5s;
  background-color: rgba(18, 18, 18, 0.9);
}
.overlay-style-two:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 50%;
  display: block;
  opacity: 0;
  text-align: center;
  transform: perspective(400px) rotateX(90deg);
  transform-origin: bottom;
  transition: all 0.5s;
  background-color: rgba(18, 18, 18, 0.9);
}

.overlay-style1 {
  position: absolute;
  top: 0;
  left: -100%;
  bottom: 0;
  width: 100%;
  opacity: 0;
  transform-origin: top;
  transform-style: preserve-3d;
  transform: scaleY(1) skew(-90deg, 0deg);
  transition: all 0.9s cubic-bezier(0.62, 0.21, 0.45, 1.22);
  z-index: 1;
}
.overlay-style1.bg1 {
  background-color: rgba(34, 34, 34, 0.9);
}
.overlay-style2 {
  position: absolute;
  top: 20px;
  left: 20px;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  transform: skew(0deg, 0deg) scale(1.2, 1.2);
  transition: all 0.9s cubic-bezier(0.62, 0.21, 0.45, 1.22);
  z-index: 1;
}

.review-box {
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 16px;
}
.review-box ul {
  display: block;
  overflow: hidden;
}
.review-box ul li {
  display: inline-block;
  float: left;
  margin-right: 4px;
}
.review-box ul li:last-child {
  margin-right: 0px;
}
.review-box ul li i {
  font-size: 18px;
  color: #ffba00;
}

.social-links-style1 {
  position: relative;
  display: block;
  overflow: hidden;
}
.social-links-style1 li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 20px;
}
.social-links-style1 li:last-child {
  margin-right: 0px;
}
.social-links-style1 li a i {
  position: relative;
  display: block;
  background: rgba(255, 255, 255, 0.05);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #798795;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  transition: all 500ms ease;
}
.social-links-style1 li a:hover i {
  color: #ffffff;
}

.sociallinks-style-two {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 7px 0 8px;
}
.sociallinks-style-two li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 25px;
}
.sociallinks-style-two li:last-child {
  margin-right: 0px;
}
.sociallinks-style-two li a i {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 16px;
  transition: all 500ms ease 0s;
}
.sociallinks-style-two li a:hover i {
  color: #e4b33d;
}

/* Update header Style */
@keyframes menu_sticky {
  0% {
    margin-top: -90px;
  }
  50% {
    margin-top: -74px;
  }
  100% {
    margin-top: 0;
  }
}

/*** 
========================================
    Mobile Menu
========================================
***/
.nav-outer .mobile-nav-toggler {
  position: relative;
  display: none;
  float: right;
  cursor: pointer;
  padding: 20px 0;
}
.nav-outer .mobile-nav-toggler .inner {
  position: relative;
  display: block;
  padding: 3px 5px;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  max-width: 100%;
  height: 100%;
  padding-right: 30px;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}
.mobile-menu .menu-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 13, 40, 0.9);
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  z-index: 1;
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 0.7;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.mobile-menu .mCSB_inside > .mCSB_container {
  margin-right: 5px;
}
.mobile-menu .navbar-collapse {
  display: block !important;
}

.mobile-menu .nav-logo {
  position: relative;
  padding: 30px 25px;
  text-align: left;
}
.mobile-menu .nav-logo a {
  position: relative;
  display: inline-block;
}

.mobile-menu-visible {
  overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}
.mobile-menu .menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #000000;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}
.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.mobile-menu .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.mobile-menu .close-btn:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
}
.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  padding: 10px 25px;
  color: #ffffff;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mobile-menu .navigation li > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mobile-menu .navigation li.current > a:before {
  height: 100%;
}

.mobile-menu .navigation li ul li > a {
  font-size: 15px;
  font-weight: 400;
  margin-left: 20px;
  text-transform: capitalize;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 32px;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn.open {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
  display: none;
}

.mobile-menu .social-links {
  position: relative;
  text-align: center;
  padding: 30px 25px;
}
.mobile-menu .social-links li {
  position: relative;
  display: inline-block;
  margin: 0px 5px 10px;
}
.mobile-menu .social-links li a {
  position: relative;
  color: #ffffff;
  font-size: 20px;
  line-height: 32px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mobile-menu .social-links li a:hover {
  color: #e6caa4;
}

/*==============================================
    Main Header Css        
===============================================*/
.main-header {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  margin: 0px;
  z-index: 999999;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.sticky-header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 0px 0px;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  z-index: 0;
}
.fixed-header .sticky-header {
  visibility: visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  opacity: 1;
  z-index: 999999;
}
.sticky-header .logo {
  position: relative;
  display: block;
  padding: 13px 0 5px;
}
.sticky-header.style2 .logo {
  position: relative;
  display: block;
  padding: 5px 0 5px;
}
.sticky-header .logo a {
  position: relative;
  display: inline-block;
}
.sticky-header .main-menu .navigation > li {
}
.sticky-header .main-menu .navigation > li > a {
}
.sticky-header .main-menu.style3 .navigation > li > a {
  padding: 30px 0px 30px;
}

.header-style-one {
}
.header-lawer {
  position: relative;
  top: 80px;
  left: 0;
  width: 100%;
  background: transparent;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.header-lawer .outer-box {
  position: relative;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 40px;
}
.header-lawer-left {
  position: relative;
  display: block;
}
.header-lawer-left .logo {
  position: relative;
  display: inline-block;
  float: left;
  padding: 13px 0px 5px 35px;
}
.header-lawer-left .logo a {
  position: relative;
  display: inline-block;
}
.header-lawer-left .logo a img {
  width: auto;
}

.header-lawer-left .nav-outer {
  position: relative;
  display: inline-block;
  float: left;
  margin-left: 150px;
}
.main-menu {
  position: relative;
  display: block;
  float: left;
}
.main-menu .navbar-collapse {
  padding: 0px;
  display: block !important;
}
.main-menu .navigation {
  position: relative;
  display: block;
}
.main-menu .navigation > li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 35px;
}
.main-menu .navigation > li:last-child {
  margin-right: 0;
}
.main-menu .navigation > li > a {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 25px 0px 25px;
  transition: all 500ms ease;
  opacity: 1;
  font-family: "Roboto", sans-serif;
}
.main-menu .navigation > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 270px;
  padding: 0px 0;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  transition: all 100ms ease;
  z-index: 100;
}
.main-menu .navigation > li > ul:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: "";
  background: #ffffff;
  border-radius: 0;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  z-index: -1;
}
.main-menu .navigation > li.dropdown:hover > ul {
  opacity: 1;
  visibility: visible;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.main-menu .navigation > li > ul > li {
  position: relative;
  display: block;
  padding: 0 20px;
  width: 100%;
}
.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  border-bottom: 1px solid #e9e9e9;
  padding: 13px 0px 13px;
  color: #000000;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  text-align: left;
  text-transform: capitalize;
  transition: all 500ms ease;
  font-family: "Archivo", sans-serif;
}
.main-menu .navigation > li > ul > li > a span {
  font-weight: 600;
  font-style: oblique;
}
.main-menu .navigation > li > ul > li:last-child > a {
  border: none;
}
.main-menu .navigation > li > ul > li > a:hover {
  padding-left: 15px;
  color: var(--light-color) !important;
}
.main-menu .navigation > li > ul > li > a:before {
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0;
  font-family: FontAwesome;
  content: "\f105";
  font-size: 14px;
  font-weight: 700;
  margin: 12px 0;
  opacity: 0;
  transition: all 500ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0;
  font-family: FontAwesome;
  content: "\f105";
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  margin: 12px 0;
  text-align: right;
  z-index: 5;
}
.main-menu .navigation > li > ul > li:hover > a:before {
  opacity: 1;
}

.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  top: 0%;
  left: 100%;
  width: 250px;
  padding: 0;
  display: none;
  background: #ffffff;
  border-radius: 0;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  transition: all 100ms ease;
  z-index: 100;
}
.main-menu .navigation li > ul > li.dropdown:hover ul {
  opacity: 1;
  visibility: visible;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  display: block;
  padding: 0 20px;
  width: 100%;
}
.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  border-bottom: 1px solid #e9e9e9;
  padding: 13px 0px 13px;
  color: #000000;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  text-align: left;
  text-transform: capitalize;
  transition: all 500ms ease;
  font-family: "Archivo", sans-serif;
}
.main-menu .navigation > li > ul > li > ul > li:last-child > a {
  border: none;
}
.main-menu .navigation > li > ul > li:hover > a {
  padding-left: 15px;
}
.main-menu .navigation > li > ul > li > ul > li > a:hover {
  padding-left: 15px;
}
.main-menu .navigation > li > ul > li > ul > li a:before {
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0;
  font-family: FontAwesome;
  content: "\f105";
  font-size: 14px;
  font-weight: 700;
  margin: 12px 0;
  opacity: 0;
  transition: all 500ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li > ul > li > ul > li > a:hover:before {
  opacity: 1;
}

/****
.main-menu .navigation> li> ul.megamenu {
    position: absolute;
    left: -232px;
    width: 700px;
}
.main-menu .navigation> li> ul.megamenu li {
    position: relative;
    max-width: 33.333333%;
    float: left;
}
***/

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
  position: absolute;
  right: 0px;
  top: 0;
  width: 50px;
  height: 42px;
  border-left: 1px solid #04102a;
  text-align: center;
  font-size: 16px;
  line-height: 42px;
  color: #ffffff;
  cursor: pointer;
  display: none;
  z-index: 5;
}

.header-lawer-right {
  position: relative;
  display: block;
}
.hidden-content-button {
  position: relative;
  display: inline-block;
  float: left;
  padding: 27px 0 23px;
}
.hidden-content-button a.nav-toggler {
  position: relative;
  display: inline-block;
}
.hidden-content-button a.nav-toggler .decor {
  position: relative;
  display: block;
  width: 15px;
  height: 2px;
  background: #ffffff;
  margin: 2px 0;
}

.outer-search-box-style1 {
  position: relative;
  display: inline-block;
  float: right;
  padding: 20px 20px 20px 40px;
}
.outer-search-box-style1 .seach-toggle {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  font-size: 14px;
  line-height: 38px;
  cursor: pointer;
  text-align: center;
  margin: 0;
  transition: all 500ms ease;
}
.outer-search-box-style1 .search-box {
  position: absolute;
  top: 120%;
  right: 0%;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  padding: 20px;
  transition: all 500ms ease 0s;
  visibility: hidden;
  z-index: 100;
  margin-left: 0;
}
.outer-search-box-style1 .search-box.border-radius {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.outer-search-box-style1 .search-box.now-visible {
  top: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.outer-search-box-style1 .search-box .form-group {
  position: relative;
  padding: 0px;
  margin: 0px;
  width: 100%;
  min-width: 250px;
}
.outer-search-box-style1 .search-box .form-group input[type="search"] {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #1f1f23;
  color: #000;
  display: block;
  font-size: 13px;
  line-height: 24px;
  position: relative;
  transition: all 500ms ease 0s;
  width: 100%;
  height: 45px;
  padding-left: 15px;
  padding-right: 50px;
}
.outer-search-box-style1 .search-box .form-group input[type="search"]:focus {
  border-color: #f5f5f5;
}
.outer-search-box-style1 .search-box .form-group button,
.outer-search-box-style1 .search-box .form-group input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.95);
  color: #fff;
  font-size: 13px;
  height: 45px;
  line-height: 45px;
  width: 45px;
  transition: all 500ms ease 0s;
}
.outer-search-box-style1 .search-box .form-group button:hover,
.outer-search-box-style1 .search-box .form-group input:focus + button {
  color: #222222;
  background: #f5f5f5;
}

/*** 
=====================================================
	Main Slider style
=====================================================
***/
.main-slider {
  position: relative;
  overflow: hidden;
  z-index: 10;
}
.main-slider.style1 {
  margin-top: 0px;
  max-height: 100vh;
}
.main-slider .slide {
  position: relative;
  padding: 444px 0px 370px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.main-slider.one_page .slide {
  padding: 354px 0px 250px;
}
.main-slider .slide .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 6000ms linear;
  -moz-transition: all 6000ms linear;
  -ms-transition: all 6000ms linear;
  -o-transition: all 6000ms linear;
  transition: all 6000ms linear;
}
.main-slider .slide .image-layer:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  z-index: -1;
}
.main-slider .active .slide .image-layer {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.main-slider .content {
  position: relative;
  z-index: 10;
}

.main-slider .content h5 {
  position: relative;
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 17px;
  opacity: 0;
  transition: all 1000ms ease;
  transform: translateY(80px);
}
.main-slider .active .content h5 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1000ms;
}
.main-slider .content .border-box {
  position: relative;
  display: inline-block;
  width: 0px;
  height: 3px;
  background: #ffffff;
  transition: all 1000ms ease;
}
.main-slider .active .content .border-box {
  width: 110px;
  transition-delay: 1500ms;
}
.main-slider .content h2 {
  position: relative;
  color: #ffffff;
  font-size: 72px;
  line-height: 1.1em;
  font-weight: 400;
  margin-top: 19px;
  margin-bottom: 46px;
  opacity: 0;
  transition: all 1000ms ease;
  transform: translateY(80px);
}
.main-slider .active .content h2 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 2000ms;
}
.main-slider .content .btns-box {
  position: relative;
  opacity: 0;
  transition: all 1000ms ease;
  transform: translateY(80px);
}
.main-slider .active .content .btns-box {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 2500ms;
}

.main-slider .owl-theme .owl-nav {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
}
.main-slider .owl-theme .owl-prev span,
.main-slider .owl-theme .owl-next span {
  display: block;
}
.main-slider .owl-theme .owl-nav .owl-prev {
  position: absolute;
  left: 30px;
  top: 0;
  background: rgba(255, 255, 255, 0.75);
  height: 60px;
  width: 60px;
  border-radius: 0%;
  border: none;
  text-align: center;
  color: #022447;
  font-size: 30px;
  line-height: 60px;
  font-weight: 700;
  opacity: 1;
  margin: 0;
  padding: 0;
  margin-top: -30px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-slider .owl-theme .owl-nav .owl-prev:hover {
  background: rgba(255, 255, 255, 0.95);
}
.main-slider .owl-theme .owl-nav .owl-next {
  position: absolute;
  right: 30px;
  top: 0;
  background: rgba(255, 255, 255, 0.75);
  height: 60px;
  width: 60px;
  border-radius: 0%;
  border: none;
  text-align: center;
  color: #022447;
  font-size: 30px;
  line-height: 60px;
  font-weight: 700;
  opacity: 1;
  margin: 0;
  padding: 0;
  margin-top: -30px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-slider .owl-theme .owl-nav .owl-next:hover {
  background: rgba(255, 255, 255, 0.95);
}

.slider-social-links {
  position: absolute;
  left: 0;
  bottom: 60px;
  right: 0;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  z-index: 11;
}
.slider-social-links ul {
  position: relative;
  display: block;
  float: right;
}
.slider-social-links ul li {
  position: relative;
  display: inline-block;
  float: left;
}
.slider-social-links ul li a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 50%;
  color: #ffffff;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

/*** 
=============================================
    About Style1 Area Css
=============================================
***/
.about-style1-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 0px 0 180px;
}

.about-style1-image-box {
  position: relative;
  margin-top: -110px;
  display: block;
  max-width: 540px;
  width: 100%;
  z-index: 100;
}
.about-style1-image-box:after {
  position: absolute;
  content: "";
  top: 110px;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-box-shadow: 0px 6px 15px 3px #c6c6c6;
  box-shadow: 0px 6px 15px 3px #c6c6c6;
  z-index: -1;
}
.about-style1-image-box:before {
  position: absolute;
  top: 230px;
  left: 60px;
  bottom: -60px;
  right: -60px;
  border: 5px solid #b7b7b7;
  content: "";
  z-index: -1;
}
.about-style1-image-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  border: 10px solid #ffffff;
}
.about-style1-image-box .image-box img {
  width: 100%;
  transform: scale(1.01);
  transition: all 700ms ease;
}
.about-style1-image-box .image-box:hover img {
  transform: scale(1.1);
}

.about-style1-text-box {
  position: relative;
  display: block;
  padding-top: 120px;
}
.about-style1-text-box .title {
  position: relative;
  display: block;
  margin-top: -16px;
}
.about-style1-text-box .title h2 {
  font-size: 48px;
  line-height: 72px;
  font-weight: 400;
}
.about-style1-text-box .inner-contant {
  position: relative;
  display: block;
  padding-top: 31px;
}
.about-style1-text-box .inner-contant h3 {
  color: #777777;
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
  margin: 0 0 31px;
}
.about-style1-text-box .inner-contant p {
  margin: 0 0 25px;
}
.about-style1-text-box .inner-contant .button {
  position: relative;
  display: block;
  padding-top: 25px;
}
.about-style1-text-box .inner-contant .button i {
  position: relative;
  display: inline-block;
  padding-left: 10px;
  color: #000000;
  z-index: 1;
}

/*** 
=============================================
    Service Style1 Area Css
=============================================
***/
.courses-style1-area {
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 120px 0 80px;
}
.courses-style1-area .layer-outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-size: cover;
  background-position: center top;
}

.single-courses-style1 {
  position: relative;
  display: block;
  text-align: center;
  max-width: 300px;
  margin: 0 auto 40px;
}
.single-courses-style1 .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
}
.single-courses-style1 .img-holder:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  opacity: 1;
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: 1;
}
.single-courses-style1:hover .img-holder:before {
  opacity: 1;
  transform: scaleY(1);
}
.single-courses-style1 .img-holder:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  opacity: 1;
  transform-origin: top;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: 1;
}
.single-courses-style1:hover .img-holder:after {
  opacity: 1;
  transform: scaleY(1);
}
.single-courses-style1 .img-holder img {
  width: 100%;
  transform: scale(1);
}
.single-courses-style1:hover .img-holder img {
  transform: scale(1.2) rotate(1deg);
}

.single-courses-style1 .text-holder {
  position: relative;
  display: block;
  padding-top: 33px;
}
.single-courses-style1 .text-holder h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin: 0 0 15px;
}
.single-courses-style1 .text-holder h3 a {
  color: #222222;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-courses-style1 .text-holder p {
  margin: 0;
}
.single-courses-style1 .text-holder .button {
  position: relative;
  display: block;
  padding-top: 20px;
}
.single-courses-style1 .text-holder .button a {
  font-size: 14px;
  line-height: 40px;
  border: 1px solid #222222;
  background: transparent;
  padding: 0 30px;
}

/*** 
=============================================
    Team Area Css
=============================================
***/
.team-area {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 120px 0 75px;
  background-color: #222222;
  background-image: url(../images/pattern/pattern-bg-1.png);
  background-repeat: repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center top;
}
.team-area.bgwhite {
  background-color: #ffffff;
  background-image: none;
}

.single-team-member {
  position: relative;
  display: block;
  margin-bottom: 40px;
}
.single-team-member .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 30px;
  padding-right: 30px;
  z-index: 2;
}
.single-team-member .img-holder:before {
  position: absolute;
  content: "";
  top: 0;
  left: 30px;
  bottom: 30px;
  right: 0;
  border: 4px solid #555555;
}
.single-team-member .img-holder .inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 7px;
}
.single-team-member .img-holder .inner img {
  width: 100%;
  border-radius: 7px;
  transform: translateX(0px) scale(1, 1);
  transition: all 300ms ease;
}
.single-team-member:hover .img-holder .inner img {
  transform: translateX(-30px) scale(1, 1);
}

.team-social-links {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  background: transparent;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transform: translateY(-100%);
  transition: all 100ms ease 100ms;
  opacity: 0;
}
.single-team-member:hover .team-social-links {
  opacity: 1;
  transform: translateX(0px);
  transition: all 0.5s ease-in-out 0.2s;
}
.team-social-links ul {
  position: relative;
  display: block;
}
.team-social-links ul li {
  position: relative;
  display: block;
  margin: 5px 0;
}
.team-social-links ul li a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  border: 1px solid transparent;
  border-radius: 50%;
  color: #ffffff;
  font-size: 16px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-team-member .title-holder {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 33px;
  transition: all 0.4s ease-in-out 0.3s;
  z-index: 1;
}
.single-team-member .title-holder h3 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  margin: 0 0 19px;
}
.single-team-member .title-holder p {
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}

.single-team-member.style2 .title-holder h3 a {
  color: #222222;
}
.single-team-member.style2 .title-holder p {
  color: #222222;
}
.single-team-member.style2 .team-social-links ul li a {
  color: #777777;
}

/*** 
=============================================
    Latest Portfolio Area Css      
=============================================
***/
.latest-portfolio-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 60px 0 70px;
}

.single-portfolio-style1 {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.single-portfolio-style1 .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
}
.single-portfolio-style1 .img-holder img {
  width: 100%;
  transform: scale(1);
}
.single-portfolio-style1:hover .img-holder img {
  transform: scale(1.2) rotate(1deg);
}

.single-portfolio-style1:hover .overlay-style1 {
  opacity: 1;
  left: 0%;
  transform: scaleY(1) skew(0deg, 0deg);
  transition: all 0.7s cubic-bezier(0.62, 0.21, 0.45, 1.22);
}

.single-portfolio-style1 .overlay-content {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: perspective(400px) rotate(90deg);
  transform-origin: top;
  transition: all 0.5s ease-in-out 0s;
  z-index: 2;
}
.single-portfolio-style1:hover .overlay-content {
  opacity: 1;
  transform: perspective(400px) rotate(0deg);
  transition: all 0.8s ease-in-out 0.5s;
}
.single-portfolio-style1 .overlay-content .box {
  display: table;
  width: 100%;
  height: 100%;
}
.single-portfolio-style1 .overlay-content .box .inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.single-portfolio-style1 .overlay-content .box .inner .zoom-button {
  position: relative;
  display: inline-block;
  padding: 0 12px 13px;
}
.single-portfolio-style1 .overlay-content .box .inner .zoom-button a {
  position: relative;
  display: inline-block;
}
.single-portfolio-style1 .overlay-content .box .inner .zoom-button a img {
  transform: none;
  width: 40px;
}
.single-portfolio-style1 .overlay-content .box .inner h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  margin: 16px 0 14px;
}
.single-portfolio-style1 .overlay-content .box .inner h3 a {
  color: #ffffff;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-portfolio-style1 .overlay-content .box .inner p {
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
.all-portfolio-button {
  position: relative;
  display: block;
  padding-top: 40px;
}
.all-portfolio-button a {
  padding: 0 50px;
}

/*** 
=============================================
    Testimonial Style1 Area Css
=============================================
***/
.testimonial-style1-area {
  position: relative;
  display: block;
  padding: 120px 0 110px;
  background: #ffffff;
}
.testimonial-style1-area .layer-outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-size: cover;
  background-position: center top;
}
.testimonial-style1-area .layer-outer::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
  content: "";
}

.single-testimonial-style1 {
  position: relative;
  display: block;
  text-align: center;
}
.single-testimonial-style1 .img-box {
  position: relative;
  display: block;
  width: 130px;
  height: 130px;
  margin: 0 auto;
}
.single-testimonial-style1 .img-box .icon {
  position: absolute;
  top: 5px;
  left: -5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  color: #222222;
  font-size: 18px;
  line-height: 42px;
}
.single-testimonial-style1 .img-box img {
  width: 100%;
  border-radius: 50%;
}
.single-testimonial-style1 .text-box {
  position: relative;
  display: block;
  margin: 39px 0 28px;
}
.single-testimonial-style1 .text-box p {
  color: #ffffff;
  font-size: 18px;
  line-height: 36px;
  margin: 0;
}
.single-testimonial-style1 .client-info {
  position: relative;
  display: block;
}
.single-testimonial-style1 .client-info .border-box {
  position: relative;
  display: block;
  width: 30px;
  height: 2px;
  margin: 0 auto;
  background: #ffffff;
}
.single-testimonial-style1 .client-info h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  margin: 31px 0 3px;
}
.single-testimonial-style1 .client-info p {
  color: #ffffff;
  margin: 0;
}

.testimonial-carousel {
  position: relative;
  display: block;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
.testimonial-carousel.owl-nav-style-one.owl-theme .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.testimonial-carousel.owl-nav-style-one.owl-theme .owl-nav .owl-prev {
  left: -150px;
}
.testimonial-carousel.owl-nav-style-one.owl-theme .owl-nav .owl-next {
  right: -150px;
}

/*** 
=============================================
    Pricing Table Area style
=============================================
***/
.pricing-table-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 60px 0 70px;
}

.pricing-tabs {
  position: relative;
  display: block;
}
.pricing-tabs .tab-button-column {
  position: relative;
  display: block;
  text-align: center;
  padding-top: 40px;
}
.pricing-tabs .tab-buttons {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 50px;
}
.pricing-tabs .tab-buttons .tab-btn {
  position: relative;
  float: left;
  display: block;
  background: #222222;
  padding: 12px 25px 13px;
  cursor: pointer;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  transition: all 300ms ease;
  font-family: "Roboto", sans-serif;
}
.pricing-tabs .tab-buttons .tab-btn:hover,
.pricing-tabs .tab-buttons .tab-btn.active-btn {
  color: #222222;
}

.pricing-tabs .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transform: translateY(35px);
  -ms-transform: translateY(35px);
  transform: translateY(35px);
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}
.pricing-tabs .tabs-content .tab.active-tab {
  display: block;
  margin-top: 0px;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.single-price-box {
  position: relative;
  margin-bottom: 30px;
  z-index: 10;
}
.single-price-box .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: url(../images/pattern/single-price-box-bg.png) #ffffff;
  border-radius: 10px;
  padding: 57px 70px 26px;
  transition: all 300ms ease;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.single-price-box .inner-box .layer-outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-attachment: scroll;
  background-size: cover;
  background-position: center top;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  opacity: 1;
  transform-origin: top;
  transform-style: preserve-3d;
  transform: scaleY(0);
}
.single-price-box:hover .inner-box .layer-outer {
  transform: scaleY(1);
}

.single-price-box .inner-box:hover {
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
.single-price-box .inner-box .top {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.single-price-box .inner-box .top p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  margin: 0 0 7px;
}
.single-price-box .inner-box .top h3 {
  color: #222222;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  transition: all 500ms ease 100ms;
}
.single-price-box:hover .inner-box .top h3 {
  color: #ffffff;
  transition: all 500ms ease 400ms;
}

.single-price-box .inner-box .top .value {
  position: relative;
  display: block;
  margin: 45px 0 33px;
}
.single-price-box .inner-box .top .value h2 {
  color: #222222;
  font-size: 48px;
  line-height: 42px;
  font-weight: 700;
  transition: all 500ms ease 100ms;
}
.single-price-box:hover .inner-box .top .value h2 {
  color: #ffffff;
  transition: all 500ms ease 600ms;
}
.single-price-box .inner-box .top .value h2 sup {
  position: relative;
  padding-left: 5px;
  top: -11px;
  color: #777777;
  font-size: 30px;
  transition: all 500ms ease 100ms;
}
.single-price-box:hover .inner-box .top .value h2 sup {
  transition: all 500ms ease 800ms;
}

.single-price-box .inner-box .price-list {
  position: relative;
  display: block;
}
.single-price-box .inner-box .price-list li {
  position: relative;
  display: block;
  border-bottom: 1px solid #e1e1e1;
  padding-left: 40px;
  color: #777777;
  font-size: 14px;
  line-height: 60px;
  font-weight: 400;
  transition: all 500ms ease 100ms;
}
.single-price-box .inner-box .price-list li:before {
  position: absolute;
  content: "\f00c";
  font-family: FontAwesome;
  top: 0;
  left: 0;
  bottom: 0;
  width: 40px;
  text-align: center;
  font-size: 16px;
}
.single-price-box:hover .inner-box .price-list li {
  color: #ffffff;
  border-color: #ffffff;
  transition: all 500ms ease 1000ms;
}

.single-price-box .inner-box .price-list li:last-child {
  border: none;
}

.single-price-box .inner-box .btn-box {
  position: relative;
  display: block;
  padding-top: 24px;
}
.single-price-box .inner-box .btn-box a {
  line-height: 50px;
  padding: 0 30px;
}
.single-price-box .inner-box .btn-box a i {
  position: relative;
  display: inline-block;
  padding-left: 10px;
  color: #000000;
  z-index: 1;
}
.single-price-box:hover .inner-box .btn-box a {
}
.single-price-box .inner-box .bottom {
  position: relative;
  display: block;
  text-align: center;
  padding-top: 57px;
}
.single-price-box .inner-box .bottom p {
  color: #101010;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  margin: 0;
  transition: all 500ms ease 100ms;
}
.single-price-box:hover .inner-box .bottom p {
  color: #ffffff;
  transition: all 500ms ease 1200ms;
}

/*** 
=============================================
    Competitions Area style
=============================================
***/
.competitions-area {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  background-attachment: fixed;
  background-size: cover;
  background-position: center top;
}
.competitions-area .sec-title {
  padding-bottom: 60px;
}
.competitions-area .sec-title .border-box {
  justify-content: flex-start;
  align-items: flex-start;
}

.competitions-area .image-box-right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
}
.competitions-area .image-box-right .image-layer {
  position: absolute;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 100%;
  height: 100%;
  background-size: auto;
}

.single-competitions-item {
  position: relative;
  display: block;
}
.single-competitions-item ul {
  display: block;
}
.single-competitions-item ul li {
  position: relative;
  display: block;
  padding-right: 30px;
  margin-bottom: 20px;
}
.single-competitions-item ul li:last-child {
  margin-bottom: 0;
}
.single-competitions-item ul li .inner-content {
  position: relative;
  display: block;
  background: #ffffff;
  padding-top: 20px;
  padding-left: 30px;
  padding-bottom: 20px;
  border-radius: 50px;
  border-bottom-left-radius: 0;
  z-index: 1;
}
.single-competitions-item ul li .inner-content:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #222222;
  z-index: -1;
  border-radius: 50px;
  border-bottom-left-radius: 0;
  transform: scaleY(0);
  transition: all 300ms ease 100ms;
}
.single-competitions-item ul li:hover .inner-content:before {
  transform: scaleY(1);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-competitions-item ul li .inner-content .left {
  position: relative;
  display: inline-block;
  float: left;
  width: 160px;
}
.single-competitions-item ul li .inner-content .left .inner {
  width: 60px;
}
.single-competitions-item ul li .inner-content .left .inner h2 {
  font-size: 48px;
  line-height: 50px;
  font-weight: 700;
}
.single-competitions-item ul li .inner-content .left .inner,
.single-competitions-item ul li .inner-content .left .outer {
  display: table-cell;
  vertical-align: middle;
}
.single-competitions-item ul li .inner-content .left .outer {
}
.single-competitions-item ul li .inner-content .left .outer p {
  color: #222222;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  font-family: "Roboto", sans-serif;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-competitions-item ul li:hover .inner-content .left .outer p {
  color: #ffffff;
  transition: all 500ms linear;
  transition-delay: 0.4s;
}
.single-competitions-item ul li .inner-content .middle {
  position: relative;
  display: inline-block;
  float: left;
  width: 200px;
}
.single-competitions-item ul li .inner-content .middle h3 {
  color: #222222;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  margin: 0 0 6px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-competitions-item ul li:hover .inner-content .middle h3 {
  color: #ffffff;
  transition: all 500ms linear;
  transition-delay: 0.4s;
}
.single-competitions-item ul li .inner-content .middle p {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-competitions-item ul li:hover .inner-content .middle p {
  color: #ffffff;
  transition: all 500ms linear;
  transition-delay: 0.4s;
}
.single-competitions-item ul li .inner-content .right {
  position: relative;
  display: inline-block;
  float: right;
  right: -30px;
}
.single-competitions-item ul li .inner-content .right a {
  color: #ffffff;
  font-size: 14px;
  line-height: 50px;
  background: #222222;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-competitions-item ul li:hover .inner-content .right a {
  color: #ffffff;
  transition: all 500ms linear;
  transition-delay: 0.4s;
}
.single-competitions-item ul li .inner-content .right a:hover {
  color: #222222;
}

.single-vertical-carousel {
  position: relative;
  display: block;
  z-index: 1;
}
.single-vertical-carousel .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.single-vertical-carousel .prev-btn {
  position: absolute;
  top: -110px;
  right: 60px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: none;
  background-color: #ffffff;
  border: 2px solid #989898;
  color: #989898;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  line-height: 46px;
  margin-top: 0px;
  box-shadow: none;
  transition: all 0.3s ease;
  z-index: 10;
  transform: rotate(180deg);
}
.single-vertical-carousel .next-btn {
  position: absolute;
  top: -110px;
  right: 0px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: none;
  background-color: #ffffff;
  border: 2px solid #989898;
  color: #989898;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  line-height: 46px;
  margin-bottom: 0;
  box-shadow: none;
  transition: all 0.3s ease;
  z-index: 10;
  transform: rotate(180deg);
}

/*** 
=============================================
    Latest blog Area style
=============================================
***/
.latest-blog-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 70px;
}
.latest-blog-area.pd0 {
  padding: 0;
}

.single-blog-post {
  position: relative;
  display: block;
}
.single-blog-post .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
}
.single-blog-post .img-holder::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.single-blog-post:hover .img-holder::before {
  -webkit-animation: circle 0.75s;
  animation: circle 0.75s;
}
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

.single-blog-post .img-holder img {
  width: 100%;
  transition: 0.5s ease;
  transform: scale(1.05);
}
.single-blog-post:hover .img-holder img {
  transform: scale(1);
}
.single-blog-post .overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  background: rgba(0, 0, 0, 0.9);
  transform: perspective(400px) rotateY(90deg);
  transform-origin: left;
  transition: all 500ms linear;
  transition-delay: 0.1s;
}
.single-blog-post .overlay-content .button a {
  color: #fff !important;
}
.single-blog-post:hover .overlay-content {
  opacity: 1;
  transform: perspective(400px) rotateY(0deg);
  transition: all 700ms linear;
  transition-delay: 0.2s;
}

.single-blog-post .overlay-content .button {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  padding-bottom: 20px;
}
.single-blog-post .overlay-content .button a {
  position: relative;
  display: inline-block;
  color: #222222;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-blog-post .overlay-content .button a span {
  position: relative;
  display: inline-block;
  padding-left: 8px;
}

.single-blog-post .text-holder {
  position: relative;
  display: block;
  padding-top: 34px;
  background: #ffffff;
  transition: all 0.5s ease-in-out 0.2s;
  padding: 32px;
}
.single-blog-post .text-holder .meta-info {
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 15px;
}
.single-blog-post .text-holder .meta-info li {
  position: relative;
  display: inline-block;
  float: left;
  line-height: 24px;
  padding-right: 12px;
  margin-right: 10px;
}
.single-blog-post .text-holder .meta-info li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.single-blog-post .text-holder .meta-info li:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 2px;
  height: 14px;
  background: #989898;
  content: "";
  margin: 5px 0;
}
.single-blog-post .text-holder .meta-info li:last-child:before {
  display: none;
}
.single-blog-post .text-holder .meta-info li a {
  color: #222222;
  font-size: 14px;
  font-weight: 500;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-blog-post .text-holder .blog-title {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
}
.single-blog-post .text-holder .blog-title a {
  color: #222222;
  transition: all 500ms ease;
}

/*** 
=============================================
    Partner Area Css
=============================================
***/
.partner-area {
  position: relative;
  display: block;
  background-image: url(../images/pattern/pattern-bg-2.png);
  padding-top: 65px;
  padding-bottom: 25px;
}
.partner-box {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
}
.single-partner-logo-box {
  position: relative;
  overflow: hidden;
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
  margin-bottom: 40px;
}
.single-partner-logo-box a {
  position: relative;
  display: inline-block;
}
.single-partner-logo-box a img {
  opacity: 1;
  transition: all 0.2s ease-in-out 0.1s;
}
.single-partner-logo-box:hover a img {
  opacity: 0.7;
  transition: all 0.8s ease-in-out 0.1s;
}

/*** 
=============================================
    Footer area style
=============================================
***/
.footer-area {
  position: relative;
  display: block;
  overflow: hidden;
  background: url(../images/pattern/footer-bg.jpg);
  background-attachment: fixed;
  background-size: cover;
}

.footer {
  position: relative;
  display: block;
  padding: 120px 0 110px;
  z-index: 1;
}
.single-footer-widget {
  position: relative;
  display: block;
  overflow: hidden;
}
.single-footer-widget .title {
  position: relative;
  display: block;
  margin-top: -1px;
  margin-bottom: 60px;
  padding-bottom: 19px;
}
.single-footer-widget .title:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  content: "";
}
.single-footer-widget .title h3 {
  color: #ffffff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  text-transform: capitalize;
}

.single-footer-widget .our-company-info {
  position: relative;
  display: block;
}
.single-footer-widget .our-company-info .footer-logo {
  position: relative;
  display: block;
  padding-bottom: 28px;
}
.single-footer-widget .our-company-info .footer-logo a {
  display: inline-block;
}
.single-footer-widget .our-company-info .text {
  position: relative;
  display: block;
}
.single-footer-widget .our-company-info .text p {
  color: #999999;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  margin: 0;
}
.single-footer-widget .footer-contact-info {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 27px;
}
.single-footer-widget .footer-contact-info ul {
  display: block;
}
.single-footer-widget .footer-contact-info ul li {
  position: relative;
  display: block;
  padding-left: 40px;
  margin-bottom: 16px;
}
.single-footer-widget .footer-contact-info ul li:last-child {
  margin-bottom: 0;
}
.single-footer-widget .footer-contact-info ul li .icon {
  position: absolute;
  top: 0;
  left: 1px;
  font-size: 18px;
}
.single-footer-widget .footer-contact-info ul li .icon .map {
  position: relative;
  top: 6px;
  font-size: 24px;
}
.single-footer-widget .footer-contact-info ul li .text {
  position: relative;
  display: block;
}
.single-footer-widget .footer-contact-info ul li .text p {
  color: #999999;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  margin: 0;
}
.single-footer-widget .footer-contact-info ul li .text a {
  color: #999999;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-footer-widget .latest-news {
  position: relative;
  display: block;
}
.single-footer-widget .latest-news li {
  position: relative;
  display: block;
  min-height: 100px;
  padding-left: 100px;
  margin-bottom: 40px;
}
.single-footer-widget .latest-news li:last-child {
  margin-bottom: 0;
}
.single-footer-widget .latest-news li .img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.single-footer-widget .latest-news li .img-box img {
  width: 100%;
}
.single-footer-widget .latest-news li:hover .img-box .overlay-style1 {
  opacity: 1;
  left: 0%;
  transform: scaleY(1) skew(0deg, 0deg);
  transition: all 0.7s cubic-bezier(0.62, 0.21, 0.45, 1.22);
}
.single-footer-widget .latest-news li .img-box .overlay-content {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: perspective(400px) rotate(90deg);
  transform-origin: top;
  transition: all 0.5s ease-in-out 0s;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.single-footer-widget .latest-news li:hover .img-box .overlay-content {
  opacity: 1;
  transform: perspective(400px) rotate(0deg);
  transition: all 0.8s ease-in-out 0.5s;
}
.single-footer-widget .latest-news li .img-box .overlay-content a {
  color: #ffffff;
  font-size: 20px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-footer-widget .latest-news li .title-box {
  position: relative;
  display: block;
  padding-left: 20px;
}
.single-footer-widget .latest-news li .title-box h4 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin: 0 0 10px;
}
.single-footer-widget .latest-news li .title-box h4 a {
  color: #ffffff;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-footer-widget .latest-news li .title-box p {
  color: #999999;
  font-size: 14px;
  line-height: 16px;
  margin: 0;
}

.single-footer-widget .usefull-links {
  position: relative;
  display: block;
  margin-top: -14px;
}
.single-footer-widget .usefull-links li {
  position: relative;
  display: block;
  line-height: 42px;
}
.single-footer-widget .usefull-links li a {
  position: relative;
  display: block;
  padding-left: 30px;
  color: #999999;
  font-size: 16px;
  font-weight: 400;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-footer-widget .usefull-links li a:before {
  position: absolute;
  content: "\f105";
  font-family: FontAwesome;
  top: 0;
  left: 0;
  bottom: 0;
  font-size: 16px;
}

.footer-bottom {
  position: relative;
  display: block;
  overflow: hidden;
  background: #555555;
  padding: 30px 0;
}
.footer-bottom .outer-box {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.copyright-text {
  position: relative;
  display: block;
}
.copyright-text p {
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  margin: 0;
}
.copyright-text p a {
  color: #ffffff;
  font-weight: 500;
  transition: all 500ms ease;
}

.footer-social-links {
  position: relative;
  display: block;
}
.footer-social-links ul {
  position: relative;
  display: block;
}
.footer-social-links ul li {
  position: relative;
  display: inline-block;
  float: left;
}
.footer-social-links ul li a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 50%;
  color: #ffffff;
  font-size: 16px;
  line-height: 38px;
  text-align: center;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

/*** 
=============================================
    Header Style two Css
=============================================
***/
.header-style-two {
}
.header-lawer-style2 {
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header-lawer-style2 .container-box {
  max-width: 1720px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.header-lawer-style2 .outer-box {
  position: relative;
  background: transparent;
  border-radius: 0px;
}
.headerlawer-left-style2 {
}
.headerlawer-left-style2 .logo {
  padding: 28px 0px 20px 0px;
}

.headerlawer-right-style2 {
}
.headerlawer-right-style2 .nav-outer {
  position: relative;
  display: block;
  float: left;
  margin-right: 60px;
}
.main-menu.style2 .navigation > li > a {
  padding: 40px 0px 40px;
}
.headerlawer-right-style2 .hidden-content-button {
  padding: 42px 0 38px;
}
.headerlawer-right-style2 .outer-search-box-style1 {
  float: left;
  padding: 35px 40px 35px 40px;
}
.quote-button {
  position: relative;
  display: block;
  float: right;
  padding: 30px 0;
}
.quote-button a {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  border-radius: 5px;
  color: #222222;
  font-size: 14px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Archivo", sans-serif;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.quote-button a i {
  position: relative;
  display: inline-block;
  padding-left: 10px;
  color: #222222;
  font-size: 16px;
}
.quote-button a:hover {
  background: #ffffff;
}

/*** 
=====================================================
	Main Slider Style2 style
=====================================================
***/
.main-slider.style2 {
}
.main-slider.style2 .slider-box {
  position: relative;
  display: block;
}
.main-slider.style2 .slide {
  padding: 394px 0px 330px;
}

.main-slider.style2 .active .slide .image-layer {
  transform: none;
}
.main-slider.style2 .slide .image-layer:before {
  background-color: rgba(0, 0, 0, 0.6);
}
.main-slider.style2 .content {
}
.main-slider.style2 .content.middle {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
}
.main-slider.style2 .content.right {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  text-align: right;
  flex-wrap: wrap;
}

.main-slider.style2 .content h2 {
  position: relative;
  color: #ffffff;
  font-size: 60px;
  line-height: 1.2em;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 26px;
  opacity: 0;
  transition: all 1000ms ease;
  transform: translateY(80px);
}
.main-slider.style2 .active .content h2 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1000ms;
}
.main-slider.style2 .content .text {
  position: relative;
  margin-bottom: 38px;
  opacity: 0;
  transform: translateY(80px);
  transition: all 1000ms ease;
}
.main-slider.style2 .active .content .text {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1500ms;
}
.main-slider.style2 .content .text p {
  color: #ffffff;
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
  margin: 0;
}
.main-slider.style2 .content .btns-box {
  position: relative;
  opacity: 0;
  transform: translateY(80px);
  transition: all 1000ms ease;
}
.main-slider.style2 .active .content .btns-box {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 2500ms;
}
.main-slider.style2 .content .btns-box a {
  text-transform: uppercase;
  border-radius: 5px;
}
.main-slider.style2 .content .btns-box a.btn-one:before {
  border-radius: 5px;
  background-color: #f3f3f3;
  transition: all 0.4s;
  transform: scale(0.1, 1);
}
.main-slider.style2 .content .btns-box a.btn-one:hover::before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.main-slider .mouse-btn-down {
  position: absolute;
  left: 0;
  bottom: 150px;
  right: 0;
  width: 34px;
  height: 31px;
  margin: 0 auto;
  cursor: pointer;
  display: block;
  background: url(../images/icon/scroll-to-explore.png) no-repeat;
  animation: fadeInDown 3s infinite;
  z-index: 20;
}

/*** 
=============================================
    Contact Info Area Css
=============================================
***/
.callto-action-area {
  position: relative;
  display: block;
}
.contact-info-holder {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: url(../images/pattern/pattern-bg.png) #ffffff;
  background-repeat: repeat;
  padding: 53px 60px 53px;
  border-radius: 10px;
  margin-top: -90px;
  z-index: 10;
}
.contact-info-holder:before {
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  bottom: 0px;
  content: "";
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  -webkit-box-shadow: 0px 6px 10px 2px #dddddd;
  box-shadow: 0px 6px 10px 0px #dddddd;
  background: transparent;
}

.contact-info-holder .left {
  position: relative;
  display: block;
}
.contact-info-holder .left h2 {
  color: #222222;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin: 0 0 10px;
}
.contact-info-holder .left p {
  color: #222222;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
  font-family: "Roboto", sans-serif;
}

.contact-info-holder .right {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.contact-info-holder .right .phone-number {
  position: relative;
  display: block;
  margin-right: 30px;
}
.contact-info-holder .right .phone-number .icon {
  position: relative;
  width: 50px;
  height: 50px;
  background: #ffffff;
  border-radius: 50%;
  border: 1px solid #979797;
  font-size: 20px;
  text-align: center;
  line-height: 48px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.contact-info-holder .right .phone-number:hover .icon {
  color: #222222;
}
.contact-info-holder .right .phone-number .icon,
.contact-info-holder .right .phone-number .phone {
  display: table-cell;
  vertical-align: middle;
}
.contact-info-holder .right .phone-number .phone {
  position: relative;
  padding-left: 25px;
}
.contact-info-holder .right .phone-number .phone a {
  position: relative;
  display: inline-block;
  top: 4px;
  color: #222222;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.contact-info-holder .right .contact-button {
  position: relative;
  display: block;
}
.contact-info-holder .right .contact-button a {
  position: relative;
  display: inline-block;
  padding: 0 40px;
  background: #222222;
  border-radius: 5px;
  color: #ffffff;
  font-size: 16px;
  line-height: 60px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.contact-info-holder .right .contact-button a:hover {
  color: #222222;
}

/*** 
=====================================================
	Partner Style2 Area style
=====================================================
***/
.equestrian-care-area {
  position: relative;
  display: block;
  overflow: hidden;
  background: #ffffff;
  padding: 120px 0 70px;
}

.single-equestrian-style1 {
  position: relative;
  display: block;
  text-align: center;
  max-width: 400px;
  margin: 0 auto 40px;
}
.single-equestrian-style1 .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
}
.single-equestrian-style1 .img-holder:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  opacity: 1;
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: 1;
}
.single-equestrian-style1:hover .img-holder:before {
  opacity: 1;
  transform: scaleY(1);
}
.single-equestrian-style1 .img-holder:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  opacity: 1;
  transform-origin: top;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: 1;
}
.single-equestrian-style1:hover .img-holder:after {
  opacity: 1;
  transform: scaleY(1);
}
.single-equestrian-style1 .img-holder img {
  width: 100%;
  transform: scale(1);
}
.single-equestrian-style1:hover .img-holder img {
  transform: scale(1.2) rotate(1deg);
}

.single-equestrian-style1 .text-holder {
  position: relative;
  display: block;
  padding-top: 36px;
}
.single-equestrian-style1 .text-holder h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  margin: 0 0 15px;
}
.single-equestrian-style1 .text-holder h3 a {
  color: #222222;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-equestrian-style1 .text-holder p {
  margin: 0;
}

/*** 
=====================================================
	Our Info Area style
=====================================================
***/
.our-info-area {
  position: relative;
  display: block;
  overflow: hidden;
}
.our-info-area .layer-outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-size: cover;
  background-position: center top;
}
.our-info-area .layer-outer::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
  content: "";
}
.sigle-info-box {
  position: relative;
  display: block;
  border-radius: 10px;
  padding: 56px 50px 52px;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
  margin: 150px 0;
}
.sigle-info-box .title {
  position: relative;
  display: block;
  padding-bottom: 25px;
  margin-bottom: 32px;
}
.sigle-info-box .title:before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 2px;
  margin: 0 auto;
  content: "";
}
.sigle-info-box .title h3 {
  color: #222222;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
.sigle-info-box .text {
  position: relative;
  display: block;
  padding-bottom: 16px;
}
.sigle-info-box .text p {
  margin: 0;
}
.sigle-info-box .phone-number {
  position: relative;
  display: block;
  padding-bottom: 11px;
}
.sigle-info-box .phone-number a {
  color: #222222;
  font-size: 24px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
.sigle-info-box .view-more-button {
  position: relative;
  display: block;
}
.sigle-info-box .view-more-button a {
  color: #222222;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
  font-family: "Roboto", sans-serif;
}

.sigle-info-box.style2 {
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.7);
}
.sigle-info-box.style2 .title {
  margin-bottom: 28px;
}
.sigle-info-box.style2 .title h3 {
  color: #ffffff;
}
.sigle-info-box.style2 .text {
  padding-bottom: 18px;
}
.sigle-info-box.style2 .text p {
  color: #ffffff;
  line-height: 36px;
}
.sigle-info-box.style2 .view-more-button a {
  color: #ffffff;
}

.sigle-info-box.style3 p {
  color: #222222;
}
.sigle-info-box.style3 h4 {
  color: #222222;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  margin: 0 0 14px;
}

/*** 
=============================================
    award Area style
=============================================
***/
.award-area {
  position: relative;
  display: block;
  padding: 120px 0;
  background-attachment: fixed;
  background-size: cover;
  background-position: center top;
}
.award-title-box {
  position: relative;
  display: block;
  padding: 13px 0;
}
.award-title-box .sec-title {
  padding-bottom: 0px;
}
.award-title-box .sec-title .border-box {
  justify-content: flex-start;
  align-items: flex-start;
}
.award-box {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  flex-wrap: wrap;
}
.award-box .single-award-item {
  position: relative;
  display: block;
}

/*** 
=============================================
    Portfolio Style2 Area Css
=============================================
***/
.portfolio-style2-area {
  position: relative;
  display: block;
  background: #f7f7f7;
  padding-top: 60px;
  padding-bottom: 30px;
}
.portfolio-style2-area .top {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
.portfolio-style2-area .sec-title {
}
.portfolio-style2-area .sec-title .border-box {
  justify-content: center;
  align-items: center;
}

.portfolio-view-all-button {
  position: relative;
  display: block;
  padding-bottom: 70px;
}
.portfolio-view-all-button a {
  position: relative;
  display: inline-block;
  padding: 0 45px;
  background: #222222;
  border-radius: 30px;
  color: #ffffff;
  font-size: 16px;
  line-height: 60px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.portfolio-style2-area .outer-container {
  position: relative;
  width: 100%;
}

.single-portfolio-style2 {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.single-portfolio-style2 .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
}
.single-portfolio-style2 .img-holder img {
  width: 100%;
  transform: scale(1);
}
.single-portfolio-style2:hover .img-holder img {
  transform: scale(1.2) rotate(1deg);
}
.single-portfolio-style2:hover .overlay-style2 {
  opacity: 1;
  transform: skew(0deg, 0deg) scale(1, 1);
  transition: all 0.9s cubic-bezier(0.62, 0.21, 0.45, 1.22);
}
.single-portfolio-style2 .overlay-content {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.3s ease-in-out 0.5s;
  z-index: 2;
}
.single-portfolio-style2:hover .overlay-content {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.5s ease-in-out 0.5s;
}
.single-portfolio-style2 .overlay-content .box {
  display: table;
  width: 100%;
  height: 100%;
}
.single-portfolio-style2 .overlay-content .box .inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.single-portfolio-style2 .overlay-content .box .inner .zoom-button {
  position: relative;
  display: inline-block;
}
.single-portfolio-style2 .overlay-content .box .inner .zoom-button a {
  position: relative;
  display: inline-block;
  color: #222222;
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 42px;
}
.single-portfolio-style2 .overlay-content .box .inner h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  margin: 36px 0 19px;
}
.single-portfolio-style2 .overlay-content .box .inner h3 a {
  color: #ffffff;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-portfolio-style2 .overlay-content .box .inner p {
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

.portfolio-carousel {
  position: relative;
  display: block;
  max-width: 100%;
  width: 100%;
}
.portfolio-carousel.owl-nav-style-one.owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 0;
}
.portfolio-carousel.owl-nav-style-one.owl-theme .owl-nav .owl-prev {
  left: 80px;
  margin-top: -30px;
}
.portfolio-carousel.owl-nav-style-one.owl-theme .owl-nav .owl-next {
  right: 80px;
  margin-top: -30px;
  float: right;
}

/*** 
=============================================
    Subscribe Area Style      
=============================================
***/
.subscribe-area {
  position: relative;
  display: block;
  background-attachment: scroll;
  background-size: cover;
  background-position: center top;
  padding: 111px 0;
  z-index: 1;
}
.subscribe-area:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  content: "";
  z-index: -1;
}
.subscribe-title {
  position: relative;
  display: block;
}
.subscribe-title h2 {
  color: #ffffff;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
  margin: 0 0 22px;
}
.subscribe-title p {
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin: 0;
}

.subscribe-area .subscribe-box {
  position: relative;
  display: block;
  margin: 9px 0;
}
.subscribe-area .subscribe-form {
  position: relative;
  display: block;
  width: 100%;
}
.subscribe-area .subscribe-form input[type="email"] {
  position: relative;
  display: block;
  width: 100%;
  height: 80px;
  padding: 0 50px;
  padding-right: 180px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  border-radius: 50px;
  font-family: "Archivo", sans-serif;
  transition: all 500ms ease;
}
.subscribe-area .subscribe-form input::-webkit-input-placeholder {
  color: #ffffff;
}
.subscribe-area .subscribe-form input:-moz-placeholder {
  color: #ffffff;
}
.subscribe-area .subscribe-form input::-moz-placeholder {
  color: #ffffff;
}
.subscribe-area .subscribe-form input:-ms-input-placeholder {
  color: #ffffff;
}
.subscribe-area .subscribe-form button {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  width: 160px;
  color: #222222;
  font-size: 16px;
  line-height: 60px;
  font-weight: 400;
  text-transform: capitalize;
  border-radius: 30px;
  font-family: "Roboto", sans-serif;
  transition: all 300ms ease 100ms;
}
.subscribe-area .subscribe-form input[type="email"]:focus {
  color: #222222;
  border: 1px solid #222222;
  background: rgba(255, 255, 255, 0.9);
}
.subscribe-area .subscribe-form input[type="email"]:focus + button,
.subscribe-area .subscribe-form button:hover {
  color: #fff;
  background: #222222;
}

/*** 
=====================================================
	Testimonial Style1 Area Style2 Css
=====================================================
***/
.testimonial-style1-area.style2 {
}
.testimonial-style1-area.style2 .layer-outer::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
  content: "";
}
.single-testimonial-style1.blackver .text-box p {
  color: #777777;
}
.single-testimonial-style1.blackver .client-info h2 {
  color: #222222;
}
.single-testimonial-style1.blackver .client-info p {
  color: #777777;
}
.testimonial-carousel.style2.owl-nav-style-one.owl-theme
  .owl-nav
  [class*="owl-"] {
  background: #ffffff;
  border: 1px solid #c4c4c4;
}
.testimonial-carousel.style2.owl-nav-style-one.owl-theme
  .owl-nav
  .owl-prev:before,
.testimonial-carousel.style2.owl-nav-style-one.owl-theme
  .owl-nav
  .owl-next:before {
  color: #222222;
}

/*** 
=====================================================
	Partner Style2 Area style
=====================================================
***/
.header-style-three {
  top: 70px;
}

.header-upper {
  position: relative;
  display: block;
  padding: 0px 0;
}
.header-upper .outer-box {
  position: relative;
  display: block;
  padding-bottom: 9px;
}
.header-upper-left {
  position: relative;
  display: block;
}
.header-upper-left .header-social-links {
  position: relative;
  display: block;
  overflow: hidden;
  padding-left: 215px;
}
.header-upper-left .header-social-links ul {
  position: relative;
  display: block;
  overflow: hidden;
}
.header-upper-left .header-social-links ul li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 20px;
}
.header-upper-left .header-social-links ul li:last-child {
  margin-right: 0;
}
.header-upper-left .header-social-links ul li a {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.header-upper-right {
  position: relative;
  display: block;
}
.header-upper-right .header-contact-info {
  position: relative;
  display: block;
  overflow: hidden;
}
.header-upper-right .header-contact-info ul {
  position: relative;
  display: block;
  overflow: hidden;
}
.header-upper-right .header-contact-info ul li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 50px;
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
}
.header-upper-right .header-contact-info ul li:last-child {
  margin-right: 0;
}

.header-lawer-style3 {
  top: 0;
}
.header-lawer-style3 .outer-box {
  position: relative;
  display: block;
  background: #16232a;
  border-radius: 40px;
}
.headerlawer-left-style3 {
  position: relative;
  display: block;
  min-height: 60px;
  max-width: 200px;
  width: 100%;
}
.headerlawer-left-style3 .logo {
  position: absolute;
  left: -15px;
  bottom: 0;
  width: 200px;
  padding: 0;
}
.headerlawer-right-style3 {
}
.headerlawer-right-style3 .nav-outer {
  position: relative;
  display: block;
  float: left;
  margin-right: 60px;
}
.main-menu.style3 .navigation > li > a {
  padding: 15px 0px 15px;
}
.headerlawer-right-style3 .outer-search-box-style1 {
  float: left;
  padding: 0px;
}
.headerlawer-right-style3 .outer-search-box-style1 .seach-toggle {
  width: 60px;
  height: 60px;
  border: none;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 60px;
}

.tee-time-button {
  position: relative;
  display: block;
  float: right;
}
.tee-time-button a {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  border-radius: 30px;
  border-top-left-radius: 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 60px;
  font-weight: 400;
  text-transform: capitalize;
  font-family: "Archivo", sans-serif;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.tee-time-button a:hover {
  background: #16232a;
}

/*** 
=====================================================
	Main Slider Style3 style
=====================================================
***/
.main-slider.style3 {
  position: relative;
  display: block;
  overflow: hidden;
}
.main-slider.style3 .slider-box {
  position: relative;
  display: block;
}
.main-slider.style3 .slide {
  padding: 417px 0px 335px;
}
.main-slider.style3.pd .slide {
  padding: 247px 0px 250px;
}
.main-slider.style3 .slide .image-layer:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.main-slider.style3 .active .slide .image-layer {
}
.main-slider.style3 .content {
}
.main-slider.style3 .content.middle {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
}
.main-slider.style3 .content.left {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  flex-wrap: wrap;
}

.main-slider.style3 .content h3 {
  position: relative;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 19px;
  opacity: 0;
  transition: all 1000ms ease;
  transform: translateY(80px);
}
.main-slider.style3 .active .content h3 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1000ms;
}
.main-slider.style3 .content h2 {
  position: relative;
  color: #ffffff;
  font-size: 72px;
  line-height: 1.2em;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 23px;
  opacity: 0;
  transition: all 1000ms ease;
  transform: translateY(80px);
}
.main-slider.style3 .active .content h2 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1500ms;
}
.main-slider.style3 .content .text {
  position: relative;
  margin-bottom: 48px;
  opacity: 0;
  transform: translateY(80px);
  transition: all 1000ms ease;
}
.main-slider.style3 .active .content .text {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 2000ms;
}
.main-slider.style3 .content .text p {
  color: #ffffff;
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
  margin: 0;
}

.main-slider.style3 .content .btns-box {
  position: relative;
  opacity: 0;
  transform: translateY(80px);
  transition: all 1000ms ease;
}
.main-slider.style3 .active .content .btns-box {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 2500ms;
}
.main-slider.style3 .content .btns-box a {
  margin: 0 8px;
}
.main-slider.style3 .content .btns-box a.style2 {
  line-height: 56px;
  background: transparent;
  border: 2px solid #ffffff;
}

/*** 
=============================================
    Fasaltise  Area Css
=============================================
***/
.fasaltise-area {
  position: relative;
  display: block;
}
.fasaltise-box {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  background: #ffffff;
  margin-top: -100px;
  z-index: 100;
}
.fasaltise-box:before {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0px;
  content: "";
  -webkit-box-shadow: 0px 5px 15px 2px #efefef;
  box-shadow: 0px 5px 15px 2px #efefef;
  background: #ffffff;
  z-index: -1;
}
.fasaltise-box:after {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0px;
  content: "";
  background: #ffffff;
  z-index: -1;
}

.single-fasaltise-box {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 40px 0px 40px;
  max-width: 25%;
  width: 100%;
  z-index: 1;
}
.single-fasaltise-box:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
  transform: perspective(400px) translateY(100%);
  transform-origin: bottom;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  z-index: -1;
}
.single-fasaltise-box:hover:before {
  opacity: 1;
  transform: perspective(400px) translateY(0px);
  transition: all 500ms linear;
  transition-delay: 0.1s;
}

.single-fasaltise-box .icon-holder {
  position: relative;
  display: block;
  padding-bottom: 24px;
}
.single-fasaltise-box .icon-holder span:before {
  color: #16232a;
  font-size: 70px;
  line-height: 70px;
  transition: all 500ms linear;
  transition-delay: 0.1s;
}
.single-fasaltise-box:hover .icon-holder span:before {
  color: #ffffff;
  transition: all 700ms linear;
  transition-delay: 0.3s;
}
.single-fasaltise-box .title-holder {
  position: relative;
  display: block;
}
.single-fasaltise-box .title-holder h4 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}
.single-fasaltise-box .title-holder h4 a {
  transition: all 500ms linear;
  transition-delay: 0.3s;
}
.single-fasaltise-box:hover .title-holder h4 a {
  color: #16232a;
  transition: all 700ms linear;
  transition-delay: 0.7s;
}

/*** 
=====================================================
	Features Area style
=====================================================
***/
.features-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0 80px;
}

.single-features-style1 {
  position: relative;
  display: block;
  max-width: 400px;
  margin: 0 auto 40px;
}
.single-features-style1 .img-holder {
  position: relative;
  display: block;
}
.single-features-style1 .img-holder .title {
  position: absolute;
  left: 0;
  bottom: -30px;
  border-radius: 50px;
  border-top-left-radius: 0;
  background: #ffffff;
  -webkit-box-shadow: 0px 5px 10px 2px #efefef;
  box-shadow: 0px 5px 10px 2px #efefef;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 2;
}
.single-features-style1:hover .img-holder .title {
  background: #16232a;
  box-shadow: none;
}
.single-features-style1 .img-holder .title h3 {
}
.single-features-style1 .img-holder .title h3 a {
  position: relative;
  display: block;
  padding: 0 40px;
  font-size: 24px;
  line-height: 70px;
  font-weight: 400;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-features-style1:hover .img-holder .title h3 a {
  color: #ffffff;
}

.single-features-style1 .img-holder .inner {
  position: relative;
  display: block;
  overflow: hidden;
}
.single-features-style1 .img-holder .inner:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  opacity: 1;
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: 1;
}
.single-features-style1:hover .img-holder .inner:before {
  opacity: 1;
  transform: scaleY(1);
}
.single-features-style1 .img-holder .inner:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  opacity: 1;
  transform-origin: top;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: 1;
}
.single-features-style1:hover .img-holder .inner:after {
  opacity: 1;
  transform: scaleY(1);
}
.single-features-style1 .img-holder .inner img {
  width: 100%;
  transform: scale(1);
}
.single-features-style1:hover .img-holder .inner img {
  transform: scale(1.2) rotate(1deg);
}

.single-features-style1 .text-holder {
  position: relative;
  display: block;
  border: 1px solid #dddddd;
  border-top: none;
  padding: 62px 30px 30px;
}
.single-features-style1 .text-holder p {
  margin: 0;
}

/*** 
=====================================================
	About Style2 Area style
=====================================================
***/
.about-style2-area {
  position: relative;
  display: block;
  background: url(../images/pattern/body-pattern.png) #ffffff;
  padding-top: 60px;
  padding-bottom: 90px;
}
.about-style2-image-box {
  position: relative;
  display: block;
  max-width: 470px;
  width: 100%;
  z-index: 1;
}
.about-style2-image-box:before {
  position: absolute;
  top: 40px;
  left: 40px;
  bottom: -40px;
  right: -40px;
  border: 5px solid #bbbbbb;
  content: "";
  border-bottom-right-radius: 50px;
  z-index: -1;
}
.about-style2-image-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-bottom-right-radius: 50px;
}
.about-style2-image-box .image-box img {
  width: 100%;
  transform: scale(1.01);
  transition: all 700ms ease;
}
.about-style2-image-box .image-box:hover img {
  transform: scale(1.1);
}

.about-style2-text-box {
  position: relative;
  display: block;
  padding-top: 30px;
}
.about-style2-text-box .title {
  position: relative;
  display: block;
  padding-bottom: 33px;
}
.about-style2-text-box .title h2 {
  color: #16232a;
  font-size: 48px;
  line-height: 58px;
  font-weight: 400;
  margin: 0 0 20px;
}
.about-style2-text-box .title h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  font-family: "Archivo", sans-serif;
  color: var(--light-color);
}

.about-style2-text-box .inner-contant {
  position: relative;
  display: block;
}
.about-style2-text-box .inner-contant .bottom-box {
  position: relative;
  margin-top: 50px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.about-style2-text-box .inner-contant .bottom-box .button {
  position: relative;
  display: block;
}
.about-style2-text-box .inner-contant .bottom-box .phn-number {
  position: relative;
  display: block;
  margin-left: 50px;
}
.about-style2-text-box .inner-contant .bottom-box .phn-number a {
  color: #16232a;
  font-size: 24px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.about-style2-text-box .inner-contant .bottom-box .phn-number a span:before {
  position: relative;
  top: 6px;
  display: inline-block;
  padding-right: 20px;
  font-size: 40px;
}

/*** 
=============================================
    Fact Counter Area style
=============================================
***/
.fact-counter-area {
  position: relative;
  display: block;
  padding: 113px 0 70px;
  background: #16232a;
}
.single-fact-counter {
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 43px;
}

.single-fact-counter .icon-box {
  position: relative;
  width: 100px;
}
.single-fact-counter .icon-box span:before {
  font-size: 80px;
  line-height: 80px;
}
.single-fact-counter .icon-box,
.single-fact-counter .count-outer-box {
  display: table-cell;
  vertical-align: middle;
}

.single-fact-counter .count-box {
  position: relative;
  display: block;
  overflow: hidden;
}
.single-fact-counter .count-box h1 {
  position: relative;
  display: inline-block;
  float: left;
  color: #ffffff;
  font-size: 48px;
  line-height: 50px;
  font-weight: 700;
}
.single-fact-counter .count-box h1 span {
  position: relative;
  display: inline-block;
}
.single-fact-counter .count-box .icon {
  position: relative;
  display: inline-block;
  padding-left: 3px;
}
.single-fact-counter .count-box .icon span:before {
  color: #ffffff;
  font-size: 30px;
  line-height: 50px;
  font-weight: 700;
}
.single-fact-counter .title {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 19px;
}
.single-fact-counter .title h3 {
  color: #ffffff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

/*** 
=============================================
    Portfolio Style3 Area Css
=============================================
***/
.portfolio-style3-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 60px 0 70px;
}
.portfolio-style3-area .sec-title {
  padding-bottom: 66px;
}
.project-menu-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 50px;
}
.project-filter {
  position: relative;
  display: block;
  text-align: center;
}
.project-filter li {
  position: relative;
  display: inline-block;
  float: none;
  margin: 0 27px;
}
.project-filter li:first-child {
  margin-left: 0;
}
.project-filter li:last-child {
  margin-right: 0;
}
.project-filter li .filter-text {
  position: relative;
  display: block;
  color: #162229;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  text-transform: capitalize;
  cursor: pointer;
  transition: all 0.4s ease;
  font-family: "Roboto", sans-serif;
}
.project-filter li .count {
  display: none;
}

.single-portfolio-style2.style3 {
  margin-bottom: 30px;
}
.single-portfolio-style2.style3 .overlay-style2 {
  position: absolute;
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
  background-color: rgba(255, 255, 255, 0.9);
}
.single-portfolio-style2.style3 .overlay-content .box .inner .zoom-button a {
  color: #ffffff;
  background: transparent;
}
.single-portfolio-style2.style3 .overlay-content .box .inner h3 {
  color: #777777;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin: 21px 0 8px;
  font-family: "Roboto", sans-serif;
}
.single-portfolio-style2.style3 .overlay-content .box .inner p {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  margin: 0;
}
.portfolio-style3-area .view-all-button {
  position: relative;
  display: block;
  padding-top: 40px;
}

/*** 
=============================================
    Match Info Area Css
=============================================
***/
.match-info-area {
  position: relative;
  display: block;
}
.next-match-info-box {
  position: relative;
  display: block;
  padding-top: 120px;
  padding-right: 70px;
  padding-bottom: 120px;
  z-index: 1;
}
.next-match-info-box:before {
  position: absolute;
  top: 0;
  left: -5000px;
  bottom: 0;
  right: -15px;
  content: "";
  background: url(../images/pattern/pattern-bg-2.png) #17242b;
  border-top-right-radius: 50px;
  z-index: -1;
}
.next-match-info-box .sec-title {
  padding-bottom: 49px;
}
.next-match-info-box .sec-title .border-box {
  justify-content: flex-start;
  align-items: flex-start;
}
.next-match-info-box .inner-content {
  position: relative;
  display: block;
}
.next-match-info-box .inner-content p {
  color: #ffffff;
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
  margin: 0;
}
.next-match-info-box .inner-content ul {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 28px;
}
.next-match-info-box .inner-content ul li {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  min-height: 100px;
  background: rgba(255, 255, 255, 0.1);
  padding-left: 100px;
  margin-bottom: 20px;
  border-radius: 50px;
  border-top-left-radius: 0;
}
.next-match-info-box .inner-content ul li:last-child {
  margin-bottom: 0;
}
.next-match-info-box .inner-content ul li .date-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100px;
  text-align: center;
  padding: 26px 0;
  border-bottom-left-radius: 45px;
}
.next-match-info-box .inner-content ul li .date-box h2 {
  color: #ffffff;
  font-size: 36px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
}
.next-match-info-box .inner-content ul li .date-box h2 span {
  font-size: 18px;
  font-family: "Archivo", sans-serif;
}
.next-match-info-box .inner-content ul li .title-box {
  position: relative;
  display: block;
  padding-left: 30px;
}
.next-match-info-box .inner-content ul li .title-box h3 {
  color: #ffffff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  margin: 0 0 7px;
}
.next-match-info-box .inner-content ul li .title-box p {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
}

.match-review-box {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 50px;
  padding-top: 130px;
  padding-left: 70px;
  padding-bottom: 0;
  z-index: 1;
}
.match-review-box:before {
  position: absolute;
  top: 0;
  right: -5000px;
  bottom: 0;
  left: -15px;
  content: "";
  background: url(../images/pattern/pattern-bg-4.png) #f5f5f5;
  border-bottom-left-radius: 50px;
  z-index: -1;
}
.match-review-box .sec-title {
  padding-bottom: 60px;
}
.match-review-box .sec-title .border-box {
  justify-content: flex-start;
  align-items: flex-start;
}
.match-review-box .sec-title.style2 .border-box .linetop {
  background: #222222;
}
.match-review-box .inner-content {
  position: relative;
  display: block;
}
.match-review-box .inner-content .single-box {
  position: relative;
  display: block;
}
.match-review-box .inner-content .single-box .img-box {
  position: relative;
  display: block;
  overflow: hidden;
}
.match-review-box .inner-content .single-box .img-box img {
  width: 100%;
}
.match-review-box .inner-content .single-box .name {
  position: relative;
  display: block;
  background: #ffffff;
  text-align: center;
  padding: 18px 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-box-shadow: 0px 4px 10px 1px #dad9d8;
  box-shadow: 0px 4px 10px 1px #dad9d8;
}
.match-review-box .inner-content .single-box .name h3 {
  color: #16232a;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  font-style: italic;
}
.match-review-box .inner-content .bottom {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 43px;
}
.match-review-box .inner-content .bottom .left {
  position: relative;
  display: block;
}
.match-review-box .inner-content .bottom .left p {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 8px;
}
.match-review-box .inner-content .bottom .left h5 {
  color: #16232a;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  font-style: italic;
}
.match-review-box .inner-content .bottom .right {
  position: relative;
  display: block;
}
.match-review-box .inner-content .bottom .right h2 {
  color: #16232a;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
}

/*** 
=============================================
    Team Style2 Area Css
=============================================
***/
.team-style2-area {
  position: relative;
  display: block;
  padding: 170px 0 70px;
}

.single-team-member-style3 {
  position: relative;
  display: block;
  margin-bottom: 44px;
}
.single-team-member-style3 .img-holder {
  position: relative;
  display: block;
}
.single-team-member-style3 .img-holder .inner {
  position: relative;
  display: block;
  overflow: hidden;
}
.single-team-member-style3 .img-holder .inner::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.single-team-member-style3:hover .img-holder .inner::before {
  -webkit-animation: circle 0.75s;
  animation: circle 0.75s;
}

.single-team-member-style3 .img-holder .inner img {
  width: 100%;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.single-team-member-style3:hover .img-holder .inner img {
  transform: scale(1);
}

.team-social-links-style2 {
  position: absolute;
  left: 30px;
  bottom: 0;
  width: 60px;
  background: #16232a;
  padding: 15px 0;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  opacity: 1;
  transform: perspective(400px) rotateY(90deg);
  transform-origin: left;
  transition: all 500ms linear;
  transition-delay: 0.1s;
}
.single-team-member-style3:hover .team-social-links-style2 {
  opacity: 1;
  transform: perspective(400px) rotateY(0deg);
  transition: all 700ms linear;
  transition-delay: 0.2s;
}
.team-social-links-style2 ul {
  position: relative;
  display: block;
}
.team-social-links-style2 ul li {
  position: relative;
  display: block;
  margin: 5px 0;
}
.team-social-links-style2 ul li a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  line-height: 38px;
  border: 1px solid transparent;
  border-radius: 50%;
  color: #ffffff;
  font-size: 16px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.team-social-links-style2 ul li a:hover {
  border-color: #253741;
}

.single-team-member-style3 .title-holder {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 33px;
  transition: all 0.4s ease-in-out 0.3s;
}
.single-team-member-style3 .title-holder h3 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 19px;
}
.single-team-member-style3 .title-holder h3 a {
  color: #16232a;
}
.single-team-member-style3 .title-holder p {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

/*** 
=============================================
    Testimonial Style2 Area Css
=============================================
***/
.testimonial-style2-area {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}
.testimonial-style2-area .layer-outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 475px;
  background-attachment: scroll;
  background-size: cover;
  background-position: center top;
}
.testimonial-style2-area .layer-outer::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(126, 157, 16, 0.9) none repeat scroll 0 0;
  content: "";
}

.testimonial-style2-outer-box {
  position: relative;
  display: block;
  background: #ffffff;
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
  padding-top: 80px;
  padding-left: 120px;
  padding-bottom: 70px;
  padding-right: 120px;
  -webkit-box-shadow: 0px 6px 10px 1px #eaeaea;
  box-shadow: 0px 6px 10px 1px #eaeaea;
}
.testimonial-carousel-style2 {
}
.single-testimonial-style2 {
  position: relative;
  display: block;
  padding-left: 170px;
}
.single-testimonial-style2 .img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 170px;
  height: 200px;
}
.single-testimonial-style2 .img-box .icon {
  position: absolute;
  left: 0;
  bottom: -20px;
  right: 0;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background: #16232a;
  color: #ffffff;
  font-size: 20px;
  line-height: 42px;
  text-align: center;
}
.single-testimonial-style2 .text-holder {
  position: relative;
  display: block;
  padding-left: 50px;
}
.single-testimonial-style2 .text-holder .client-info {
  position: relative;
  display: block;
  padding-bottom: 20px;
}
.single-testimonial-style2 .text-holder .client-info p {
  color: #222222;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  margin: 0;
}
.single-testimonial-style2 .text-holder .client-info h2 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  font-style: italic;
  margin: 13px 0 12px;
}
.single-testimonial-style2 .text-holder .client-info .rating-box {
}
.single-testimonial-style2 .text-holder .text {
}
.single-testimonial-style2 .text-holder .text p {
  color: #777777;
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
  margin: 0;
}

.rating-box {
  position: relative;
  display: block;
  overflow: hidden;
}
.rating-box ul {
  overflow: hidden;
}
.rating-box ul li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 4px;
}
.rating-box ul li:last-child {
  margin-right: 0;
}
.rating-box ul li a {
  color: #d0d0d0;
  font-size: 14px;
  font-weight: 600;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.testimonial-carousel-style2 {
  position: relative;
  display: block;
  max-width: 100%;
  width: 100%;
}
.testimonial-carousel-style2.owl-nav-style-one.owl-theme .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.testimonial-carousel-style2.owl-nav-style-one.owl-theme .owl-nav .owl-prev {
  left: -150px;
  top: 90px;
  background: #ffffff;
}
.testimonial-carousel-style2.owl-nav-style-one.owl-theme .owl-nav .owl-next {
  right: -150px;
  top: 90px;
  background: #ffffff;
  float: right;
}

/*** 
=============================================
    Service Style1 Area Style4 Css
=============================================
***/
.latest-blog-style2-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 0px 0 80px;
}
.latest-blog-style2-area .row {
  margin-left: -35px;
  margin-right: -35px;
}
.latest-blog-style2-area .row [class*="col-"] {
  padding-left: 35px;
  padding-right: 35px;
}

.single-blog-post-style2 {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 40px;
  z-index: 1;
}
.single-blog-post-style2:before {
  position: absolute;
  content: "";
  top: 0;
  left: 80px;
  bottom: 0;
  right: 0;
  background: #f5f5f5;
  border-radius: 20px;
  border-top-left-radius: 0;
  z-index: -1;
}
.single-blog-post-style2:after {
  position: absolute;
  content: "";
  top: 0;
  left: 80px;
  bottom: 0;
  right: 0;
  background: #222222;
  border-radius: 20px;
  border-top-left-radius: 0;
  z-index: -1;
  opacity: 1;
  transform: perspective(400px) scaleY(0);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}
.single-blog-post-style2:hover:after {
  opacity: 1;
  transform: perspective(400px) scaleY(1);
}

.single-blog-post-style2 .img-holder {
  position: relative;
  display: block;
  padding-right: 40px;
}
.single-blog-post-style2 .img-holder .inner {
  position: relative;
  display: block;
  padding-right: 10px;
  padding-bottom: 10px;
  z-index: 1;
}
.single-blog-post-style2 .img-holder .inner:before {
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 0;
  right: 0;
  background: #ffffff;
  content: "";
  z-index: -1;
}
.single-blog-post-style2 .img-holder .inner:after {
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 0;
  right: 0;
  background: #ffffff;
  content: "";
  -webkit-box-shadow: 5px 5px 7px 0px rgba(200, 200, 200, 0.8);
  box-shadow: 5px 5px 7px 0px rgba(200, 200, 200, 0.8);
  z-index: -1;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}
.single-blog-post-style2:hover .img-holder .inner:after {
  box-shadow: none;
}
.single-blog-post-style2 .img-holder .inner .img {
  position: relative;
  display: block;
  overflow: hidden;
}
.single-blog-post-style2 .img-holder .inner .img img {
  width: 100%;
  transition: 0.5s ease;
  transform: scale(1.05);
}
.single-blog-post-style2:hover .img-holder .img img {
  transform: scale(1);
}

.single-blog-post-style2 .text-holder {
  position: relative;
  display: block;
  padding-left: 80px;
  padding-top: 43px;
}
.single-blog-post-style2 .text-holder .left {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 100%;
  text-align: center;
  padding-top: 46px;
}
.single-blog-post-style2 .text-holder .left ul {
  position: relative;
  display: block;
  overflow: hidden;
}
.single-blog-post-style2 .text-holder .left ul li {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.single-blog-post-style2 .text-holder .left ul li:last-child {
  margin-bottom: 0;
}
.single-blog-post-style2 .text-holder .left ul li a {
  position: relative;
  display: block;
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-blog-post-style2 .text-holder .left ul li a i {
  position: relative;
  display: block;
  font-size: 20px;
  margin: 0 0 8px;
}

.single-blog-post-style2 .text-holder .right {
  position: relative;
  display: block;
  padding-left: 40px;
  padding-right: 30px;
}
.single-blog-post-style2 .text-holder .meta-info {
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 11px;
}
.single-blog-post-style2 .text-holder .meta-info li {
  position: relative;
  display: inline-block;
  float: left;
  line-height: 24px;
  padding-right: 12px;
  margin-right: 10px;
}
.single-blog-post-style2 .text-holder .meta-info li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.single-blog-post-style2 .text-holder .meta-info li:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 2px;
  height: 14px;
  content: "";
  margin: 5px 0;
  transition: all 700ms linear;
  transition-delay: 0.3s;
}
.single-blog-post-style2:hover .text-holder .meta-info li:before {
  background: #ffffff;
}
.single-blog-post-style2 .text-holder .meta-info li:last-child:before {
  display: none;
}
.single-blog-post-style2 .text-holder .meta-info li a {
  font-size: 14px;
  font-weight: 500;
  transition: all 700ms linear;
  transition-delay: 0.3s;
}
.single-blog-post-style2:hover .text-holder .meta-info li a {
  color: #ffffff;
}
.single-blog-post-style2 .text-holder .blog-title {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 36px;
  font-weight: 700;
}
.single-blog-post-style2 .text-holder .blog-title a {
  color: #16232a;
  transition: all 500ms ease;
}
.single-blog-post-style2:hover .text-holder .blog-title a {
  color: #ffffff;
}

.single-blog-post-style2 .text-holder .read-more-button {
  position: relative;
  display: block;
  padding-top: 30px;
}
.single-blog-post-style2 .text-holder .read-more-button a {
  border-top-left-radius: 30px;
  padding: 0 40px;
  line-height: 50px;
}

/*** 
=============================================
    Partner Style2 Area Css
=============================================
***/
.partner-style2-area {
  position: relative;
  display: block;
  background: #ebebeb;
  padding: 110px 0 69px;
}
.partner-box-style2 {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
}
.single-partner-logo-box-style2 {
  position: relative;
  overflow: hidden;
  flex: 0 0 20%;
  max-width: 20%;
  width: 100%;
  margin-bottom: 40px;
}
.single-partner-logo-box-style2 a {
  position: relative;
  display: inline-block;
}
.single-partner-logo-box-style2 a img {
  opacity: 1;
  transition: all 0.2s ease-in-out 0.1s;
}
.single-partner-logo-box-style2:hover a img {
  opacity: 0.7;
  transition: all 0.8s ease-in-out 0.1s;
}

/*** 
=============================================
    Footer Area Style2 Css
=============================================
***/
.footer-area.style2 {
  background: #16232a;
}

.single-footer-widget.style2 .title {
  padding-bottom: 0;
  margin-top: -1px;
  margin-bottom: 50px;
}
.single-footer-widget.style2 .title h3 {
  margin: 0 0 16px;
}
.single-footer-widget.style2 .title:before {
  display: none;
}
.single-footer-widget.style2 .title .border-box {
  position: relative;
  display: block;
  width: 55px;
  height: 2px;
  background: transparent;
}
.single-footer-widget.style2 .title .border-box:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 40px;
  content: "";
}
.single-footer-widget.style2 .title .border-box:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 10px;
  content: "";
}

.single-footer-widget.style2 .our-company-info .footer-logo {
  padding-bottom: 27px;
}
.single-footer-widget.style2 .our-company-info .text p {
  color: #ffffff;
}
.single-footer-widget.style2 .our-company-info .footer-social-links {
  overflow: hidden;
  margin-top: 30px;
}
.single-footer-widget.style2 .our-company-info .footer-social-links ul li {
  margin-right: 10px;
}
.single-footer-widget.style2
  .our-company-info
  .footer-social-links
  ul
  li:last-child {
  margin-right: 0;
}
.single-footer-widget.style2 .our-company-info .footer-social-links ul li a {
  border: 1px solid #ffffff;
}

.single-footer-widget .golf-links {
  position: relative;
  display: block;
  margin-top: -13px;
}
.single-footer-widget .golf-links li {
  position: relative;
  display: block;
  line-height: 40px;
}
.single-footer-widget .golf-links li a {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-footer-widget.style2 .footer-contact-info {
  margin-top: -8px;
}
.single-footer-widget.style2 .footer-contact-info ul li {
  margin-bottom: 26px;
}
.single-footer-widget.style2 .footer-contact-info ul li:last-child {
  margin-bottom: 0;
}
.single-footer-widget.style2 .footer-contact-info ul li .text p {
  color: #ffffff;
}
.single-footer-widget.style2 .footer-contact-info ul li .text a {
  color: #ffffff;
}

.single-footer-widget .subscribe-box {
  position: relative;
  display: block;
}
.single-footer-widget .subscribe-form {
  position: relative;
  display: block;
  width: 100%;
}
.single-footer-widget .subscribe-form input[type="email"] {
  position: relative;
  display: block;
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #16232a;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border-radius: 8px;
  font-family: "Archivo", sans-serif;
  transition: all 500ms ease;
}
.single-footer-widget .subscribe-form input::-webkit-input-placeholder {
  color: #16232a;
}
.single-footer-widget .subscribe-form input:-moz-placeholder {
  color: #16232a;
}
.single-footer-widget .subscribe-form input::-moz-placeholder {
  color: #16232a;
}
.single-footer-widget .subscribe-form input:-ms-input-placeholder {
  color: #16232a;
}
.single-footer-widget .subscribe-form button {
  margin-top: 20px;
  line-height: 50px;
  padding: 0 30px;
}
.single-footer-widget .subscribe-form input[type="email"]:focus {
  background: #f5f5f5;
}
.single-footer-widget .subscribe-form input[type="email"]:focus + button,
.single-footer-widget .subscribe-form button:hover {
  background: #111c22;
}

.single-footer-widget .subscribe-box .subscribe-text {
  position: relative;
  display: block;
  padding-top: 22px;
}
.single-footer-widget .subscribe-box .subscribe-text label {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  margin-right: 0px;
  margin-bottom: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  cursor: pointer;
  font-family: "Archivo", sans-serif;
}
.single-footer-widget .subscribe-box .subscribe-text input[type="checkbox"] {
  display: none;
}

.single-footer-widget
  .subscribe-box
  .subscribe-text
  input[type="checkbox"]
  + label
  span {
  position: absolute;
  display: block;
  top: 8px;
  left: 0;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 0;
  transition: all 300ms ease;
}
.single-footer-widget .subscribe-box .subscribe-text label span:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  font-family: FontAwesome;
  content: "\f00c";
  color: #000000;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  opacity: 0;
  background-color: transparent;
  transition: all 300ms ease;
}
.single-footer-widget
  .subscribe-box
  .subscribe-text
  input[type="checkbox"]:checked
  + label
  span:before {
  opacity: 1;
}

.footer-bottom.style2 .copyright-text p a:hover {
  color: #222222;
}

.footer-menu {
  position: relative;
  display: block;
}
.footer-menu ul {
  position: relative;
  display: block;
  overflow: hidden;
}
.footer-menu ul li {
  position: relative;
  display: inline-block;
  float: left;
  line-height: 30px;
  padding-right: 21px;
  margin-right: 20px;
}
.footer-menu ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.footer-menu ul li:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 14px;
  background: #ffffff;
  content: "";
  margin: 8px 0;
  transition: all 700ms linear;
  transition-delay: 0.3s;
}
.footer-menu ul li:last-child:before {
  display: none;
}
.footer-menu ul li a {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.footer-menu ul li a:hover {
  color: #222222;
}

/*** 
=============================================
    Main Header Style Four Css
=============================================
***/
.header-style-four {
  position: relative;
}
.header-upper-style2 {
  background: #16232a;
  padding: 15px 0;
}

.header-upper-style2 .outer-box {
  position: relative;
  display: block;
  padding-bottom: 0;
}

.header-upper-left-style2 {
  position: relative;
  display: block;
}
.header-upper-left-style2 .header-contact-info {
  position: relative;
  display: block;
}
.header-upper-left-style2 .header-contact-info ul {
  overflow: hidden;
}
.header-upper-left-style2 .header-contact-info ul li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 40px;
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
}
.header-upper-left-style2 .header-contact-info ul li:last-child {
  margin-right: 0;
}
.header-upper-left-style2 .header-contact-info ul li a {
  color: #ffffff;
}
.header-upper-left-style2 .header-contact-info ul li i {
  position: relative;
  display: inline-block;
  padding-right: 10px;
  font-size: 18px;
  line-height: 20px;
  top: 2px;
}

.header-upper-right-style2 {
  position: relative;
  display: block;
}
.header-upper-right-style2 .header-social-links {
  position: relative;
  display: block;
  overflow: hidden;
}
.header-upper-right-style2 .header-social-links ul {
  position: relative;
  display: block;
  overflow: hidden;
}
.header-upper-right-style2 .header-social-links ul li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 25px;
}
.header-upper-right-style2 .header-social-links ul li:last-child {
  margin-right: 0;
}
.header-upper-right-style2 .header-social-links ul li a {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.header-lawer-style4 {
  position: relative;
  display: block;
  width: 100%;
  background: #ffffff;
  padding-top: 35px;
  padding-bottom: 34px;
}
.header-lawer-style4 .outer-box {
  position: relative;
  display: block;
}
.header-lawer-left-style4 {
  position: relative;
  display: block;
}
.header-lawer-left-style4 .logo {
  position: relative;
  display: inline-block;
}
.header-lawer-left-style4 .logo a {
  position: relative;
  display: inline-block;
}
.header-lawer-left-style4 .logo a img {
  width: auto;
}

.header-lawer-right-style4 {
  position: relative;
  display: block;
  padding-left: 40px;
  border-radius: 30px;
  border-top-left-radius: 0;
  margin: 5px 0 6px;
}
.header-lawer-right-style4 .nav-outer {
  position: relative;
  display: block;
  float: left;
  margin-right: 60px;
}
.main-menu.style4 .navigation > li > a {
  padding: 15px 0px 15px;
}

.header-lawer-right-style4 .outer-search-box-style1 {
  float: left;
  padding: 0px;
}
.header-lawer-right-style4 .outer-search-box-style1 .seach-toggle {
  width: 60px;
  height: 60px;
  border: none;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 60px;
}
.tee-time-button.style2 a {
  color: #ffffff;
  background: #16232a;
}

/*** 
=============================================
    Slogan Area Css
=============================================
***/
.slogan-area {
  position: relative;
  display: block;
  background: url(../images/pattern/pattern-bg-2.png) #eeeeee;
  overflow: hidden;
}
.slogan-content {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  min-height: 170px;
  z-index: 1;
}
.slogan-content .title {
  position: relative;
  display: block;
  z-index: 1;
}
.slogan-content .title h2 {
  color: #16232a;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
}
.slogan-content .quote-box {
  position: relative;
  display: block;
}
.slogan-content .quote-box a {
  padding: 0 45px;
}
.slogan-content .quote-box a:hover {
  color: #ffffff;
}

/*** 
=============================================
    About Style3 Area style
=============================================
***/
.about-style3-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 120px;
}
.about-style3-area .about-style2-text-box {
  position: relative;
  display: block;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.about-style3-area .about-style2-text-box .sec-title {
  padding-bottom: 59px;
}
.about-style3-area .about-style2-text-box .inner-contant p {
  color: #777777;
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
  margin: 0;
}
.about-style3-area .about-style2-text-box .inner-contant .bottom-box {
  position: relative;
  margin-top: 50px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}

/*** 
=============================================
    Video gallery Area style
=============================================
***/
.video-gallery-area {
  position: relative;
  display: block;
  overflow: hidden;
  background: #ffffff;
}
.video-gallery-area:before {
  position: absolute;
  content: "";
  top: 238px;
  left: 0;
  bottom: -5000px;
  right: 0;
  background: url(../images/pattern/pattern-bg-5.png) #16232a;
  -moz-transform: skew(0deg, 10deg);
  -webkit-transform: skew(0deg, 10deg);
  -o-transform: skew(0deg, 10deg);
  -ms-transform: skew(0deg, 10deg);
  transform: skew(0deg, 10deg);
}

.video-holder-box {
  position: relative;
  display: block;
  max-width: 1120px;
  width: 100%;
  min-height: 550px;
  margin: 0 auto;
  background-attachment: scroll;
  background-size: cover;
  background-position: center top;
}
.video-holder-box .icon {
  position: absolute;
  top: 0;
  left: 0;
  display: table;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.video-holder-box .icon .inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.video-holder-box .icon .inner a {
  position: relative;
  display: inline-block;
  background: #ffffff;
  text-align: center;
  height: 140px;
  width: 140px;
  padding: 20px;
  border-radius: 50%;
  transition: all 500ms ease;
}
.video-holder-box .icon .inner a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 2px dashed #162229;
  border-radius: 50%;
}
.video-holder-box .icon .inner a span:before {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 30px;
  line-height: 100px;
  border-radius: 50%;
}

/*** 
=============================================
    Fact Counter Area Style2 Css
=============================================
***/
.fact-counter-area.style2 {
  background: url(../images/pattern/pattern-bg-5.png) #16232a;
}

/*** 
=============================================
    Field review Area Css
=============================================
***/
.field-review-area {
  position: relative;
  display: block;
  overflow: hidden;
  background: #ffffff;
  padding: 120px 0 0px;
}
.field-review-content {
  position: relative;
  display: block;
  padding-right: 60px;
  padding-bottom: 120px;
}
.field-review-content .sec-title {
  padding-bottom: 62px;
}
.field-review-content .sec-title .border-box {
  justify-content: flex-start;
  align-items: flex-start;
}

.field-review-content .inner-content {
  position: relative;
  display: block;
}
.field-review-content .inner-content p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin: 0;
}
.field-review-content .inner-content ul {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 47px;
}
.field-review-content .inner-content ul li {
  position: relative;
  display: block;
  padding-left: 40px;
  line-height: 36px;
}
.field-review-content .inner-content ul li:before {
  position: absolute;
  content: "\f00c";
  font-family: FontAwesome;
  top: 0;
  left: 0;
  bottom: 0;
  font-size: 16px;
}
.field-review-content .inner-content .button {
  position: relative;
  display: block;
}

.field-review-img-box {
  position: relative;
  display: block;
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}
.field-review-img-box .gray-bg {
  position: absolute;
  top: -120px;
  left: 0;
  right: 0;
  min-height: 560px;
  background: #efefef;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  z-index: -1;
}
.field-review-carousel {
  position: relative;
  display: block;
  max-width: 470px;
  width: 100%;
  margin: 0 auto;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.field-review-img-box .single-img-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  z-index: 1;
}
.field-review-img-box .single-img-box:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  transform: scaleY(0);
  content: "";
  transition: all 500ms linear;
  transition-delay: 0.1s;
}
.field-review-img-box .single-img-box:hover:before {
  transform: scaleY(1);
}
.field-review-img-box .single-img-box img {
  width: 100%;
}

.field-review-carousel.owl-carousel .owl-stage-outer {
  position: relative;
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
}
.field-review-carousel.owl-carousel .owl-dots {
  position: absolute;
  left: 0;
  bottom: 50px;
  right: 0;
  display: block;
  text-align: center;
  line-height: 20px;
}
.field-review-carousel.owl-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #16232a;
  border: 0px solid #4c4c4c;
  margin: 0px 10px;
  padding: 0px;
  border-radius: 50%;
  transition: all 100ms linear;
  transition-delay: 0.1s;
  z-index: 1;
}
.field-review-carousel.owl-carousel .owl-dots .owl-dot:before {
  position: absolute;
  content: "";
  top: -5px;
  left: -5px;
  bottom: -5px;
  right: -5px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  transform: scale(0);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.field-review-carousel.owl-carousel .owl-dots .owl-dot span {
  display: none;
}
.field-review-carousel.owl-carousel .owl-dots .owl-dot.active:before {
  transform: scale(1);
}

/*** 
=============================================
    Slogan style2 area style
=============================================
***/
.slogan-style2-area {
  position: relative;
  display: block;
  padding: 130px 0 200px;
  background-attachment: scroll;
  background-size: cover;
  background-position: center top;
}
.slogan-content-style2 {
  position: relative;
  display: block;
}
.slogan-content-style2 .sec-title {
  padding-bottom: 31px;
}
.slogan-content-style2 .sec-title .border-box {
  justify-content: flex-start;
  align-items: flex-start;
}
.slogan-content-style2 .sec-title.style2 .big-title h2 {
  color: #ffffff;
  font-weight: 700;
  font-style: italic;
  text-shadow: 2px 2px 5px #16232a;
}
.slogan-content-style2 p {
  color: #ffffff;
  font-size: 18px;
  line-height: 32px;
  margin: 0;
}
.slogan-content-style2 .button {
  position: relative;
  display: block;
  padding-top: 40px;
}
.slogan-content-style2 .button a {
  background: #16232a;
}

/*** 
=============================================
    Tee Time Area style
=============================================
***/
.tee-time-area {
  position: relative;
  display: block;
  background: #ffffff;
}
.tee-time-box {
  position: relative;
  display: block;
  padding-top: 100px;
  padding-left: 100px;
  padding-bottom: 100px;
  margin-top: -80px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
.tee-time-box:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: -5000px;
  background: url(../images/pattern/pattern-bg-2.png) #ffffff;
  content: "";
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  z-index: -1;
}
.tee-time-box:after {
  position: absolute;
  top: 80px;
  left: 0;
  bottom: 0;
  right: -5000px;
  -webkit-box-shadow: -3px 5px 9px 0px #f2f2f2;
  box-shadow: -3px 5px 9px 0px #f2f2f2;
  content: "";
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  z-index: -1;
}

.tee-time-box .sec-title {
  padding-bottom: 50px;
}
.tee-time-box .sec-title .border-box {
  justify-content: flex-start;
  align-items: flex-start;
}

.tee-time-form {
  position: relative;
  display: block;
}
.tee-time-form .input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.tee-time-form input[type="text"],
.tee-time-form input[type="email"],
.tee-time-form textarea {
  position: relative;
  display: block;
  background: #ffffff;
  border: 1px solid #ffffff;
  width: 100%;
  height: 60px;
  font-size: 14px;
  font-weight: 500;
  padding-left: 30px;
  padding-right: 20px;
  border-radius: 7px;
  transition: all 500ms ease;
  -webkit-box-shadow: 0px 2px 5px 1px #e6e6e5;
  box-shadow: 0px 2px 5px 1px #e6e6e5;
}
.tee-time-form textarea {
  padding-top: 15px;
}
.tee-time-form input[type="text"]:focus {
  color: #222222;
}
.tee-time-form input[type="email"]:focus {
  color: #222222;
}
.tee-time-form textarea:focus {
  color: #222222;
}
.tee-time-form input[type="text"]::-webkit-input-placeholder {
  color: #777777;
}
.tee-time-form input[type="text"]:-moz-placeholder {
  color: #777777;
}
.tee-time-form input[type="text"]::-moz-placeholder {
  color: #777777;
}
.tee-time-form input[type="text"]:-ms-input-placeholder {
  color: #777777;
}
.tee-time-form input[type="email"]::-webkit-input-placeholder {
  color: #777777;
}
.tee-time-form input[type="email"]:-moz-placeholder {
  color: #777777;
}
.tee-time-form input[type="email"]::-moz-placeholder {
  color: #777777;
}
.tee-time-form input[type="email"]:-ms-input-placeholder {
  color: #777777;
}
.tee-time-form textarea::-webkit-input-placeholder {
  color: #777777;
}
.tee-time-form textarea:-moz-placeholder {
  color: #777777;
}
.tee-time-form textarea::-moz-placeholder {
  color: #777777;
}
.tee-time-form textarea:-ms-input-placeholder {
  color: #777777;
}

.tee-time-form .bootstrap-select {
  position: relative;
  display: block;
}
.tee-time-form .bootstrap-select > .dropdown-toggle {
  position: relative;
  display: block;
  outline: none !important;
  border-radius: 7px;
  border: 1px solid #ffffff;
  background-color: #ffffff !important;
  max-width: 100%;
  width: 100%;
  height: 60px;
  margin: 0;
  padding: 0;
  padding-left: 30px;
  padding-right: 20px;
  color: #777777 !important;
  font-size: 14px;
  line-height: 58px;
  font-weight: 500;
  letter-spacing: normal;
  text-transform: capitalize;
  box-shadow: none;
  -webkit-box-shadow: 0px 2px 5px 1px #e6e6e5;
  box-shadow: 0px 2px 5px 1px #e6e6e5;
  font-family: "Archivo", sans-serif;
}
.tee-time-form .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}
.tee-time-form .bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
  margin: 0;
}
.tee-time-form .bootstrap-select > .dropdown-toggle::after {
  position: absolute;
  top: 50%;
  right: 25px;
  width: auto;
  height: auto;
  font-family: "FontAwesome";
  content: "\f107";
  color: #83888d;
  font-size: 18px;
  transform: translateY(-50%);
  margin: 0;
  border: none;
}
.tee-time-form .bootstrap-select .dropdown-menu {
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0px solid #ddd;
  background: #f9f9f9;
  font-size: 16px;
  color: #000000;
}
.tee-time-form .dropdown-item {
  display: block;
  width: 100%;
  padding: 9px 20px 9px;
  font-weight: 400;
  color: #222222;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  transition: all 500ms ease;
  font-family: "Roboto", sans-serif;
}
.tee-time-form .dropdown-item.active,
.tee-time-form .dropdown-item:active {
  color: #ffffff;
}
.tee-time-form .dropdown-item:hover {
  color: #ffffff;
}

.tee-time-form .bottom-box {
  position: relative;
  padding-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.tee-time-checkbox {
  position: relative;
  display: block;
}
.tee-time-checkbox label {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  margin-right: 0px;
  margin-bottom: 0;
  color: #777777;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  cursor: pointer;
  font-family: "Archivo", sans-serif;
}
.tee-time-checkbox input[type="checkbox"] {
  display: none;
}
.tee-time-checkbox input[type="checkbox"] + label span {
  position: absolute;
  display: block;
  top: 2px;
  left: 0;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background-color: #16232a;
  border: 1px solid #16232a;
  cursor: pointer;
  border-radius: 0;
  transition: all 300ms ease;
}
.tee-time-checkbox label span:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  font-family: FontAwesome;
  content: "\f00c";
  color: #ffffff;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  opacity: 0;
  background-color: transparent;
  transition: all 300ms ease;
}
.tee-time-checkbox input[type="checkbox"]:checked + label span {
  border-color: #16232a;
}
.tee-time-checkbox input[type="checkbox"]:checked + label span:before {
  opacity: 1;
}

.tee-time-form .bottom-box .button-box {
  position: relative;
  display: block;
}
.tee-time-form .bottom-box .button-box button {
  padding: 0 45px;
}

/*** 
=============================================
    Pricing Table Area Style2 Css
=============================================
***/
.pricing-table-area.style2 {
  position: relative;
  display: block;
  padding: 120px 0 110px;
}

.single-price-box.style2 .inner-box {
  background-image: none;
  background-color: #ffffff;
  padding: 57px 60px 60px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.single-price-box.style2 .inner-box .top .value {
  margin: 43px 0 38px;
}
.single-price-box.style2 .inner-box .top p {
  margin: 0 0 10px;
}
.single-price-box.style2 .inner-box .top h3 {
  color: #16232a;
  font-weight: 400;
  font-style: italic;
}
.single-price-box.style2:hover .inner-box .top h3 {
  color: #ffffff;
}

.single-price-box.style2 .inner-box .top .value h2 {
  color: #222222;
  font-size: 60px;
  line-height: 54px;
  font-weight: 700;
  font-style: italic;
}
.single-price-box.style2:hover .inner-box .top .value h2 {
  color: #ffffff;
}
.single-price-box.style2 .inner-box .top .value h2 sup {
  top: -15px;
  color: #777777;
}

.single-price-box.style2 .inner-box .text {
  position: relative;
  display: block;
}
.single-price-box.style2 .inner-box .text p {
  color: #777777;
  font-size: 14px;
  line-height: 30px;
  margin: 0;
}
.single-price-box.style2:hover .inner-box .text p {
  color: #ffffff;
}
.single-price-box.style2 .inner-box .btn-box {
  padding-top: 39px;
}
.single-price-box.style2 .inner-box .btn-box a {
  line-height: 60px;
  padding: 0 40px;
}
.single-price-box.style2:hover .inner-box .btn-box a {
  color: #222222;
  background: #ffffff;
}
.single-price-box.style2 .inner-box .btn-box a i {
  color: #ffffff;
}
.single-price-box.style2:hover .inner-box .btn-box a i {
  color: #222222;
}

.pricing-tabs .tab-button-column.style2 {
}
.pricing-tabs .tab-button-column.style2 .tab-buttons {
}
.pricing-tabs .tab-button-column.style2 .tab-buttons .tab-btn {
  color: #ffffff;
  background: #16232a;
}

/*** 
=============================================
    Products Area style
=============================================
***/
.products-area {
  position: relative;
  display: block;
  padding-top: 120px;
  z-index: 2;
}
.products-area .layer-outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 570px;
  background-attachment: scroll;
  background-size: cover;
  background-position: center top;
}
.products-area .layer-outer::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(21, 36, 44, 0.9) none repeat scroll 0 0;
  content: "";
}

.products-inner-content-box {
  position: relative;
  display: block;
  border-radius: 30px;
  padding: 60px;
  background: url(../images/pattern/pattern-bg-2.png) #ffffff;
}
.products-inner-content-box:before {
  position: absolute;
  top: 295px;
  left: 0;
  bottom: 0;
  right: 0px;
  -webkit-box-shadow: 0px 4px 7px 1px #efefef;
  box-shadow: 0px 4px 7px 1px #efefef;
  content: "";
  border-radius: 30px;
  z-index: -1;
  background: #ffffff;
}

.products-image-box {
  position: relative;
  display: block;
}
.products-image-box .bx-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  padding-right: 10px;
}
.products-image-box .bx-wrapper .bx-viewport {
  box-shadow: none;
  border: 0px solid;
  left: 0px;
  background: #fff;
  transform: translatez(0);
}
.products-image-box .slider-content {
  position: relative;
  display: block;
}
.single-product-slide {
  position: relative;
  display: block;
  border: 2px solid #dddddd;
}
.single-product-slide .big-image-box {
  position: relative;
  display: block;
  overflow: hidden;
}
.single-product-slide .big-image-box .overlay-button {
  position: absolute;
  left: 40px;
  bottom: 40px;
}
.single-product-slide .big-image-box .overlay-button a {
  background: #16232a;
  padding: 0 35px;
}
.single-product-slide .big-image-box .overlay-button a:hover {
  color: #ffffff;
  background: #000000;
}
.single-product-slide .big-image-box img {
  width: 100%;
  transition: 0.5s ease;
  transform: scale(1.05);
}
.single-product-slide:hover .big-image-box img {
  transform: scale(1);
}

.products-thumb-box .slider-pager {
  position: relative;
  display: block;
  padding-top: 49px;
}
.products-thumb-box .slider-pager .thumb-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-left: -5px;
  margin-right: -5px;
}
.products-thumb-box .slider-pager .thumb-box li {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0 5px 10px;
}
.products-thumb-box .slider-pager .thumb-box li a {
  position: relative;
  display: inline-block;
}
.products-thumb-box .slider-pager .thumb-box li .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 1px;
  background: #f3f3f3;
  z-index: 1;
}
.products-thumb-box .slider-pager .thumb-box li .img-holder .overlay-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 30px;
  transform: scale(0);
  transition: all 500ms linear;
  transition-delay: 0.2s;
}
.products-thumb-box
  .slider-pager
  .thumb-box
  li
  a.active
  .img-holder
  .overlay-icon {
  transform: scale(1);
}

.products-thumb-box .slider-pager .thumb-box li .img-holder:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 36, 44, 0.7);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  opacity: 0;
  content: "";
}
.products-thumb-box .slider-pager .thumb-box li a.active .img-holder:before {
  opacity: 1;
}

.products-content-box {
  position: relative;
  display: block;
  padding-left: 10px;
  padding-right: 50px;
}
.products-content-box .top {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.products-content-box .top .left {
  position: relative;
  display: block;
}
.products-content-box .top .left h5 {
  color: #789413;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  font-style: italic;
}
.products-content-box .top .right {
  position: relative;
  display: block;
}
.products-content-box .top .right p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  margin: 0;
}
.products-content-box .top .right p span {
  font-size: 14px;
  font-weight: 400;
}
.products-content-box .top .right p del {
  color: #bbbbbb;
  font-size: 14px;
  font-weight: 400;
}

.products-content-box .product-title {
  position: relative;
  display: block;
  padding: 20px 0 32px;
}
.products-content-box .product-title h2 {
  color: #16232a;
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
  font-style: italic;
}
.products-content-box .text {
  position: relative;
  display: block;
  padding-bottom: 39px;
}
.products-content-box .text p {
  color: #666666;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  margin: 0;
}
.products-content-box .read-more {
  position: relative;
  display: block;
}
.products-content-box .read-more a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.products-content-box .read-more a i {
  position: relative;
  top: 1px;
  display: inline-block;
  font-size: 18px;
  padding-left: 8px;
}

/*** 
=============================================
    Latest Blog area Green Ver Css
=============================================
***/
.latest-blog-area.green_ver {
}
.single-blog-post.green_ver .overlay-content .button a {
  color: #ffffff;
}
.single-blog-post.green_ver .text-holder .meta-info li a {
  color: #777777;
}
.single-blog-post.green_ver .text-holder .blog-title a {
  color: #16232a;
}
.blog-carousel.green_ver.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active {
  background: #16232a;
}

/*** 
=============================================
    Breadcrumb area style
=============================================
***/
.breadcrumb-area {
  position: relative;
  background-attachment: scroll;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 265px 0 120px;
  z-index: 10;
}
.breadcrumb-area::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  content: "";
  z-index: -1;
}
.breadcrumb-area .inner-content {
  position: relative;
  display: block;
  text-align: center;
}
.breadcrumb-area .inner-content h3 {
  color: var(--dark-color);
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
.breadcrumb-area .inner-content .breadcrumb {
  background-color: transparent;
  justify-content: center;
}
.breadcrumb-area .inner-content .breadcrumb a,
.breadcrumb-area .inner-content .breadcrumb span {
  color: #e6cbae;
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  font-size: 18px;
}
.breadcrumb-area .inner-content .breadcrumb a:hover {
  color: #fff;
}
.breadcrumb-area .inner-content .border-box {
  position: relative;
  display: block;
  width: 110px;
  height: 3px;
  background: #ffffff;
  margin: 31px auto 33px;
}
.breadcrumb-area .title {
  position: relative;
  display: block;
}
.breadcrumb-area .title h1 {
  color: #ffffff;
  font-size: 54px;
  line-height: 80px;
  font-weight: 700;
  text-transform: capitalize;
}

/*** 
=============================================
    About Style1 Area About Page  Css
=============================================
***/
.about-style1-area.about-page {
  padding-top: 120px;
}
.about-style1-area.about-page .about-style1-image-box {
  margin-top: 0px;
}
.about-style1-area.about-page .about-style1-image-box:after {
  top: 0px;
}

/*** 
=============================================
    Event Area Css
=============================================
***/
.event-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 60px 0 70px;
}
.single-event-box {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.single-event-box .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}
.single-event-box .img-holder:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  opacity: 1;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -ms-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  z-index: 4;
}
.single-event-box .img-holder img {
  width: 100%;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -ms-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}

.single-event-box:hover .img-holder img,
.single-event-box:hover .img-holder:before {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.single-event-box .img-holder .date-box {
  position: absolute;
  top: 33px;
  left: 39px;
  z-index: 5;
}
.single-event-box .img-holder .date-box .left {
  width: 60px;
}
.single-event-box .img-holder .date-box .left h2 {
  font-size: 48px;
  line-height: 50px;
  font-weight: 700;
}
.single-event-box .img-holder .date-box .left,
.single-event-box .img-holder .date-box .right {
  display: table-cell;
  vertical-align: middle;
}
.single-event-box .img-holder .date-box .right {
}
.single-event-box .img-holder .date-box .right p {
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  font-family: "Roboto", sans-serif;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-event-box .img-holder .title-box {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0 40px 32px;
  padding-right: 10px;
  z-index: 5;
}
.single-event-box .img-holder .title-box p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 0 0 7px;
}
.single-event-box .img-holder .title-box h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.single-event-box .img-holder .title-box h3 a {
  color: #ffffff;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

/*** 
=============================================
    Event Single Area Style
=============================================
***/
.event-single-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0 120px;
}
.single-event-item {
  position: relative;
  display: block;
}
.single-event-item .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
}
.single-event-item .img-holder img {
  width: 100%;
}

.event-single-carousel {
  position: relative;
  display: block;
  padding: 0 100px;
}
.event-single-area .owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
}

.event-single-area .owl-theme .owl-nav .owl-prev {
  position: absolute;
  top: 0;
  left: 0px;
  border: 1px solid #777777;
  background: rgba(255, 255, 255, 0.75);
  height: 50px;
  width: 50px;
  border-radius: 0%;
  text-align: center;
  color: #777777;
  font-size: 30px;
  line-height: 48px;
  font-weight: 100;
  opacity: 1;
  margin: 0;
  padding: 0;
  margin-top: -25px;
}
.event-single-area .owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 0;
  right: 0px;
  border: 1px solid #777777;
  background: rgba(255, 255, 255, 0.75);
  height: 50px;
  width: 50px;
  border-radius: 0%;
  text-align: center;
  color: #777777;
  font-size: 30px;
  line-height: 48px;
  font-weight: 100;
  opacity: 1;
  margin: 0;
  padding: 0;
  margin-top: -25px;
}
.event-single-area .owl-theme .owl-nav .owl-prev:before,
.event-single-area .owl-theme .owl-nav .owl-next:before {
  color: #777777;
  font-size: 24px;
  line-height: 48px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.event-single-content-box {
  position: relative;
  display: block;
}
.event-single-content-box .inner-content {
  position: relative;
  display: block;
  padding-top: 16px;
}
.event-single-content-box .inner-content .text {
  position: relative;
  display: block;
  padding-bottom: 24px;
}
.event-single-content-box .inner-content .text h2 {
  color: #222222;
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
  margin: -8px 0 22px;
}
.event-single-content-box .inner-content .text p {
}

.event-single-content-box .inner-content .event-single-image {
  position: relative;
  display: block;
}
.event-single-content-box .inner-content .event-single-image img {
  width: 100%;
}
.event-single-content-box .inner-content .event-single-text {
  position: relative;
  display: block;
}
.event-single-content-box .inner-content .event-single-text ul {
  overflow: hidden;
}
.event-single-content-box .inner-content .event-single-text ul li {
  position: relative;
  display: block;
  padding-left: 30px;
  color: #666666;
  font-size: 16px;
  line-height: 42px;
  font-weight: 500;
}
.event-single-content-box .inner-content .event-single-text ul li:before {
  position: absolute;
  content: "\f05d";
  font-family: FontAwesome;
  top: 0;
  left: 1px;
  bottom: 0;
  font-size: 16px;
  font-weight: 100;
}

.event-info-box {
  position: relative;
  display: block;
  margin-top: 60px;
  padding: 42px 50px 32px;
  background: #222222;
}
.event-info-box ul {
  position: relative;
  display: block;
  overflow: hidden;
}
.event-info-box ul li {
  position: relative;
  display: block;
  overflow: hidden;
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 18px;
}
.event-info-box ul li:last-child {
  margin-bottom: 0;
}
.event-info-box ul li span {
  position: relative;
  display: inline-block;
  width: 160px;
  float: left;
  font-weight: 600;
  text-transform: uppercase;
}
.event-info-box ul li b {
  position: relative;
  display: inline-block;
  float: left;
  text-align: left;
  font-weight: 400;
}
.event-info-box .border-box {
  position: relative;
  display: block;
  width: 100%;
  height: 7px;
  margin: 31px 0 19px;
}
.event-info-box .border-box:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  content: "";
}
.event-info-box .border-box:after {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  background: #ffffff;
  content: "";
}

.event-info-box .social-links {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
}
.event-info-box .social-links li {
  display: inline-block;
  font-size: 16px;
  margin: 0 15px;
}
.event-info-box .social-links li a {
  color: #ffffff;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.project-single-prev-next-button {
  position: relative;
  display: block;
  margin-top: 50px;
  width: 100%;
  border-top: 1px solid #cccccc;
  padding: 25px 0 0;
}
.project-single-prev-next-button .button {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.project-single-prev-next-button .button a {
  position: relative;
  display: inline-block;
  color: #222222;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.project-single-prev-next-button .button a.prev i {
  position: relative;
  top: -1px;
  display: inline-block;
  padding-right: 20px;
}
.project-single-prev-next-button .button a.next i {
  position: relative;
  top: -1px;
  display: inline-block;
  padding-left: 20px;
}

/*** 
=============================================
    Subscribe Area Style2 Css
=============================================
***/
.subscribe-area.style2 {
  background-image: url(../images/pattern/pattern-bg-2.png);
  background-size: inherit;
  background-repeat: repeat;
}
.subscribe-area.style2:before {
  display: none;
}
.subscribe-title.black_ver h2 {
  color: #222222;
}
.subscribe-area .subscribe-form.black_ver button {
  background: #222222;
  color: #ffffff;
}

/*** 
=============================================
    Team Area Team Page Css
=============================================
***/
.team-area.team-page {
  position: relative;
  display: block;
  padding: 120px 0 60px;
}
.team-area.team-page .single-team-member {
  position: relative;
  display: block;
  margin-bottom: 55px;
}

/*** 
=============================================
    Faq Content Area Css
=============================================
***/
.faq-content-area {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}
.faq-content-area .sec-title {
  padding-bottom: 60px;
}
.faq-content-area .sec-title .border-box {
  justify-content: flex-start;
  align-items: flex-start;
}
.faq-content-box {
  position: relative;
  display: block;
  padding-right: 50px;
}

/*** 
=============================================
    Faq question Form Area style
=============================================
***/
.faq-question-form-area {
  position: relative;
  display: block;
  background: #f5f5f5;
  padding-top: 120px;
  padding-bottom: 120px;
}
.faq-question-form-area .sec-title {
  padding-bottom: 60px;
}
.question-form {
  position: relative;
  display: block;
  padding: 0 100px;
}
.question-form form input[type="text"],
.question-form form input[type="email"],
.question-form form textarea {
  position: relative;
  display: block;
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #b7b7b7;
  width: 100%;
  height: 60px;
  margin-bottom: 30px;
  padding: 0 30px;
  color: #777777;
  font-size: 16px;
  font-weight: 400;
  border-radius: 7px;
  transition: all 500ms ease;
  font-family: "Archivo", sans-serif;
}
.question-form form textarea {
  height: 180px;
  padding: 15px 30px;
}
.question-form form button {
  width: 220px;
  margin: 0 auto;
  display: block;
}

/*** 
=============================================
    Error Page Area Style      
=============================================
***/
.error-page-area {
  position: relative;
  display: block;
  overflow: hidden;
  background: #f2f3f4;
  padding: 148px 0 150px;
}
.error-content {
  position: relative;
  display: block;
  z-index: 3;
}
.error-content h4 {
  color: #222222;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.error-content .title {
  position: relative;
  display: block;
  font-size: 180px;
  line-height: 150px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 17px 0 19px;
}
.error-content p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin: 0 0 32px;
}
.error-content .button {
}
.error-content .button a {
  width: 250px;
}
.error-content .button a:hover {
}

/*** 
=============================================
    Blog Style1 Area Css
=============================================
***/
#blog-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 60px 0 45px;
}
.single-blog-post.marbtm50 {
  margin-bottom: 50px;
}
.blog-post .single-blog-post .text-holder .meta-info {
  padding-bottom: 17px;
}
.blog-post .single-blog-post .text-holder .meta-info li {
  padding-right: 22px;
  margin-right: 20px;
}
.blog-post .single-blog-post .text-holder .meta-info li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.blog-post .single-blog-post .text-holder .meta-info li a {
  color: #222222;
  font-size: 16px;
}
.blog-post .single-blog-post .text-holder .blog-title {
  color: #222222;
  font-size: 30px;
  line-height: 44px;
}
.blog-post .single-blog-post .text-holder .text-box {
  position: relative;
  display: block;
  padding-top: 31px;
}
.blog-post .single-blog-post .text-holder .text-box p {
}
.blog-post .single-blog-post .text-holder .text-box .read-more-button {
  position: relative;
  display: block;
  padding-top: 7px;
}
.blog-post .single-blog-post .text-holder .text-box .read-more-button:before {
  position: absolute;
  left: 0;
  bottom: 10px;
  right: 0;
  height: 1px;
  background: #cccccc;
  content: "";
}
.blog-post .single-blog-post .text-holder .text-box .read-more-button a {
  position: relative;
  display: inline-block;
  background: #ffffff;
  padding-right: 10px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

.styled-pagination {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.styled-pagination li {
  position: relative;
  display: inline-block;
  margin: 0px 8px;
}
.styled-pagination li a {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #818181;
  color: #777777;
  font-size: 20px;
  line-height: 48px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  transition: all 500ms ease;
}
.styled-pagination li a:hover,
.styled-pagination li a.active {
  color: #000000;
}
.styled-pagination li.prev a,
.styled-pagination li.next a {
  color: #ffffff;
  line-height: 48px;
  border-color: #222222;
  background: #222222;
}
.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover {
  color: #ffffff;
}

.sidebar-wrapper {
  position: relative;
  display: block;
  max-width: 370px;
  width: 100%;
}
.sidebar-wrapper .single-sidebar {
  position: relative;
  display: block;
  margin-bottom: 60px;
}
.sidebar-wrapper .single-sidebar .title {
  position: relative;
  display: block;
  margin-top: -5px;
  padding-bottom: 43px;
}
.sidebar-wrapper .single-sidebar .title h3 {
  color: #222222;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

.sidebar-search-box {
  position: relative;
  display: block;
  margin-bottom: 60px;
}
.sidebar-search-box form.search-form {
  position: relative;
  display: block;
  width: 100%;
}
.sidebar-search-box .search-form input[type="text"] {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid #dddddd;
  color: #777777;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-left: 30px;
  padding-right: 70px;
  transition: all 500ms ease 0s;
}
.sidebar-search-box .search-form button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60px;
  height: 60px;
  background: #222222;
  color: #ffffff;
  line-height: 58px;
  display: block;
  text-align: center;
  border: 0px solid #e1e1e1;
  border-radius: 0 30px 30px 0px;
  transition: all 500ms ease 0s;
}
.sidebar-search-box .search-form button i {
  font-size: 14px;
}
.sidebar-search-box .search-form input[type="text"]:focus {
  color: #000;
  background: #f2f2f2;
}
.sidebar-search-box .search-form input[type="text"]:focus + button,
.sidebar-search-box .search-form button:hover {
  color: #fff;
}
.sidebar-search-box .search-form input::-webkit-input-placeholder {
  color: #777777;
}
.sidebar-search-box .search-form input:-moz-placeholder {
  color: #777777;
}
.sidebar-search-box .search-form input::-moz-placeholder {
  color: #777777;
}
.sidebar-search-box .search-form input:-ms-input-placeholder {
  color: #777777;
}

.single-sidebar .categories {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: -23px;
}
.single-sidebar .categories li {
  position: relative;
  display: block;
  padding: 0 20px;
  line-height: 60px;
  border-bottom: 1px solid #d7d7d7;
}
.single-sidebar .categories li:last-child {
  border-bottom: none;
}
.single-sidebar .categories li a {
  position: relative;
  display: block;
  color: #777777;
  font-size: 16px;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.single-sidebar .categories li a span {
  position: relative;
  display: inline-block;
  float: right;
}

.single-sidebar .recent-posts {
  position: relative;
  display: block;
}
.single-sidebar .recent-posts li {
  position: relative;
  display: block;
  min-height: 100px;
  padding-left: 100px;
  margin-bottom: 30px;
}
.single-sidebar .recent-posts li:last-child {
  margin-bottom: 0;
}
.single-sidebar .recent-posts li .img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.single-sidebar .recent-posts li .img-box img {
  width: 100%;
}
.single-sidebar .recent-posts li .img-box .overlay-content {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  transform: perspective(400px) rotate(90deg);
  transform-origin: top;
  transition: all 0.5s ease-in-out 0s;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.single-sidebar .recent-posts li:hover .img-box .overlay-content {
  opacity: 1;
  transform: perspective(400px) rotate(0deg);
  transition: all 0.3s ease-in-out 0.3s;
}
.single-sidebar .recent-posts li .img-box .overlay-content a {
  color: #ffffff;
  font-size: 20px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-sidebar .recent-posts li .title-box {
  position: relative;
  display: block;
  padding-left: 20px;
}
.single-sidebar .recent-posts li .title-box h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin: 0 0 10px;
}
.single-sidebar .recent-posts li .title-box h4 a {
  color: #222222;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-sidebar .recent-posts li .title-box p {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  margin: 0;
}

.single-sidebar .gallery {
  position: relative;
  display: block;
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px;
}
.single-sidebar .gallery li {
  position: relative;
  display: inline-block;
  float: left;
  width: 110px;
  min-height: 110px;
  margin: 0 10px 20px;
}
.single-sidebar .gallery li .img-box {
  position: relative;
  display: block;
  overflow: hidden;
}
.single-sidebar .gallery li .img-box img {
  width: 100%;
}
.single-sidebar .gallery li .img-box .overlay-content {
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  opacity: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transform: skew(0deg, 0deg) scale(1.2, 1.2);
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.single-sidebar .gallery li:hover .img-box .overlay-content {
  opacity: 1;
  transform: translateY(0px);
}
.single-sidebar .gallery li .img-box .overlay-content a {
  position: relative;
  display: inline-block;
  color: #222222;
  font-size: 25px;
  line-height: 25px;
  transform: scale(0);
  transition: all 500ms ease 100ms;
}
.single-sidebar .gallery li:hover .img-box .overlay-content a {
  transform: scale(1);
  transition: all 700ms ease 600ms;
}

.single-sidebar .popular-tag {
  position: relative;
  display: block;
  overflow: hidden;
  margin-left: -5px;
  margin-right: -5px;
}
.single-sidebar .popular-tag li {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0 5px 10px;
}
.single-sidebar .popular-tag li a {
  position: relative;
  display: block;
  padding: 0px 25px 0px;
  border: 1px solid #222222;
  border-radius: 30px;
  color: #222222;
  font-size: 16px;
  line-height: 48px;
  font-weight: 400;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out 0.1s;
}
.single-sidebar .popular-tag li a:hover {
  color: #222222;
}

/*** 
=============================================
    Blog Single Area style
=============================================
***/
.blog-single-area {
}
.blog-single-area .blog-post {
  position: relative;
  display: block;
}
.blog-single-area .blog-post .single-blog-post {
}

.blog-single-author-box {
  position: relative;
  display: block;
  margin-top: 40px;
  margin-bottom: 42px;
  padding-left: 72px;
}
.blog-single-author-box:before {
  position: absolute;
  top: 0;
  left: 35px;
  bottom: 0;
  width: 2px;
  background: #222222;
  content: "";
}
.blog-single-author-box p {
  font-size: 20px;
  line-height: 36px;
  margin: 0;
  font-style: italic;
  font-family: "Roboto", sans-serif;
}
.blog-single-author-box h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  margin: 26px 0 5px;
}

.blog-single-text-box {
  position: relative;
  display: block;
  margin-bottom: 40px;
}
.blog-single-text-box p {
  margin: 0;
}

.blog-single-botton-text {
  position: relative;
  display: block;
}
.blog-single-botton-text .inner-text {
  position: relative;
  display: block;
}
.blog-single-botton-text .img-box {
  position: relative;
  display: block;
}
.blog-single-botton-text .img-box img {
  width: 100%;
}
.blog-single-botton-text .text {
  position: relative;
  display: block;
  margin-top: 30px;
}

.blog-single-area .tag-box {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 23px;
  padding-bottom: 0px;
  border-top: 1px solid #e1e1e1;
  margin-top: 34px;
}
.blog-single-area .tag-box .tag {
  position: relative;
  display: block;
}
.blog-single-area .tag-box .tag p {
  position: relative;
  top: -3px;
  display: inline-block;
  float: left;
  color: #222222;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  margin: 0;
  font-family: "Roboto", sans-serif;
}
.blog-single-area .tag-box .tag ul {
  position: relative;
  display: inline-block;
  float: left;
  padding-left: 15px;
}
.blog-single-area .tag-box .tag ul li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 5px;
}
.blog-single-area .tag-box .tag ul li:last-child {
  margin-right: 0;
}
.blog-single-area .tag-box .tag ul li a {
  position: relative;
  display: block;
  color: #222222;
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.blog-single-area .tag-box .right {
  position: relative;
  display: block;
}
.blog-single-area .tag-box .right p {
  position: relative;
  top: -2px;
  display: inline-block;
  padding-right: 15px;
  float: left;
  color: #222222;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  margin: 0;
  font-family: "Roboto", sans-serif;
}
.blog-single-area .tag-box .right .sociallinks-style-two li {
  margin-right: 20px;
}
.blog-single-area .tag-box .right .sociallinks-style-two li:last-child {
  margin-right: 0;
}
.blog-single-area .tag-box .right .sociallinks-style-two li a i {
  color: #777777;
}

.blog-single-prev-next-button {
  position: relative;
  display: block;
  margin-top: 48px;
  min-height: 152px;
  border: 1px solid #dddddd;
  padding: 40px;
}
.blog-single-prev-next-button .prev {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.blog-single-prev-next-button .prev .img-box {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
}
.blog-single-prev-next-button .prev .title-box {
  position: relative;
  display: block;
  margin-left: 25px;
}
.blog-single-prev-next-button .prev .title-box h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  margin: 0 0 4px;
}
.blog-single-prev-next-button .prev .title-box h3 a {
  color: #222222;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.blog-single-prev-next-button .prev .title-box .button {
  position: relative;
  display: block;
  line-height: 20px;
}
.blog-single-prev-next-button .prev .title-box .button a {
  color: #777777;
  font-size: 12px;
  font-weight: 600;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.blog-single-prev-next-button .next {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.blog-single-prev-next-button .next .img-box {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
}
.blog-single-prev-next-button .next .title-box {
  position: relative;
  display: block;
  margin-right: 25px;
  text-align: right;
}
.blog-single-prev-next-button .next .title-box h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  margin: 0 0 4px;
}
.blog-single-prev-next-button .next .title-box h3 a {
  color: #222222;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.blog-single-prev-next-button .next .title-box .button {
  position: relative;
  display: block;
  line-height: 20px;
}
.blog-single-prev-next-button .next .title-box .button a {
  color: #777777;
  font-size: 12px;
  font-weight: 600;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.comment-box {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 62px;
  padding-bottom: 11px;
}
.comment-box .title {
  position: relative;
  display: block;
  padding-bottom: 41px;
}
.comment-box .title h3 {
  color: #222222;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}
.comment-box .single-comment-box {
  position: relative;
  display: block;
  border-bottom: 1px solid #e1e1e1;
  min-height: 100px;
  padding-left: 100px;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.comment-box .single-comment-box.marleft100 {
  margin-left: 100px;
}
.comment-box .single-comment-box .img-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
}
.comment-box .single-comment-box .img-holder img {
  width: 100%;
}
.comment-box .single-comment-box .text-holder {
  position: relative;
  margin-left: 30px;
  min-height: 100px;
}
.comment-box .single-comment-box .text-holder .top {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.comment-box .single-comment-box .text-holder .top .name {
}
.comment-box .single-comment-box .text-holder .top .name h3 {
  color: #222222;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
}
.comment-box .single-comment-box .text-holder .top .name h3 span.date {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  padding-left: 22px;
  color: #777777;
  font-size: 14px;
  font-weight: 400;
  font-family: "Archivo", sans-serif;
}
.comment-box .single-comment-box .text-holder .top .name h3 span.date:before {
  position: absolute;
  top: 0px;
  left: 0;
  bottom: 2px;
  width: 2px;
  background: #222222;
  content: "";
}
.comment-box .single-comment-box .text-holder .top .reply-button a {
  font-size: 16px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  transition: all 500ms ease;
}
.comment-box .single-comment-box .text-holder .top .reply-button a:hover {
  color: #222222;
}
.comment-box .single-comment-box .text-holder .text {
  position: relative;
  display: block;
  padding-top: 15px;
}
.comment-box .single-comment-box .text-holder .text p {
  color: #777777;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}

.add-comment-box {
  position: relative;
  display: block;
  overflow: hidden;
}
.add-comment-box .title {
  position: relative;
  display: block;
  padding-bottom: 41px;
}
.add-comment-box .title h3 {
  color: #222222;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}
.add-comment-box #add-comment-form {
}
.add-comment-box #add-comment-form input[type="text"],
.add-comment-box #add-comment-form input[type="email"],
.add-comment-box #add-comment-form textarea {
  position: relative;
  display: block;
  background: #ffffff;
  border: 1px solid #dddddd;
  width: 100%;
  height: 50px;
  color: #aaaaaa;
  font-size: 14px;
  font-weight: 500;
  padding: 0 40px;
  border-radius: 30px;
  margin-bottom: 20px;
  transition: all 500ms ease;
}
.add-comment-box #add-comment-form textarea {
  height: 185px;
  padding: 15px 40px;
  border-radius: 20px;
  margin-bottom: 30px;
}
.add-comment-box #add-comment-form input[type="text"]:focus {
  border-color: #c7c2c2;
}
.add-comment-box #add-comment-form input[type="email"]:focus {
  border-color: #c7c2c2;
}
.add-comment-box #add-comment-form textarea:focus {
  border-color: #c7c2c2;
}
.add-comment-box #add-comment-form button {
  padding: 0 40px;
}
.add-comment-box #add-comment-form button:hover {
}

/*** 
=============================================
    Contact Form Area Css
=============================================
***/
.contact-form-area {
  position: relative;
  display: block;
  padding: 120px 0px 120px;
  background-color: #ffffff;
}
.contact-form-content {
  position: relative;
  display: block;
  padding-top: 70px;
  padding-right: 100px;
  padding-bottom: 70px;
  z-index: 1;
}
.contact-form-content:before {
  position: absolute;
  top: 0;
  left: 100px;
  bottom: 0;
  right: 0;
  content: "";
  z-index: -1;
  -webkit-box-shadow: 0px 4px 10px 2px #e9e9e9;
  box-shadow: 0px 4px 10px 2px #e9e9e9;
}

.contact-information-box {
  position: relative;
  display: block;
  padding: 53px 50px 53px;
  background-image: url(../images/pattern/pattern-bg-2.png);
  max-width: 400px;
  width: 100%;
}
.contact-information-box .sec-title {
  padding-bottom: 42px;
}
.contact-information-box .sec-title .big-title {
  padding: 0 0 11px;
}
.contact-information-box .sec-title .big-title h2 {
  font-size: 36px;
}
.contact-information-box .sec-title .border-box {
  justify-content: flex-start;
  align-items: flex-start;
}
.contact-information-box .sec-title .border-box .linebottom {
  background: #ffffff;
}

.contact-information-box .contact-us {
  position: relative;
  display: block;
}
.contact-information-box .contact-us li {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.contact-information-box .contact-us li:last-child {
  margin-bottom: 0;
}
.contact-information-box .contact-us li .icon {
  position: relative;
  top: 1px;
  width: 50px;
}
.contact-information-box .contact-us li .icon i {
  color: #000000;
  font-size: 20px;
}
.contact-information-box .contact-us li .icon i.phone {
  font-size: 30px;
}
.contact-information-box .contact-us li .icon i.map {
  position: relative;
  top: 6px;
  font-size: 30px;
}
.contact-information-box .contact-us li .icon,
.contact-information-box .contact-us li .text {
  display: table-cell;
  vertical-align: top;
}
.contact-information-box .contact-us li .text p {
  color: #222222;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin: 0;
}
.contact-information-box .contact-us li .text a {
  color: #222222;
  font-size: 18px;
  font-weight: 400;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.contact-information-box .contact-us li .text a:hover {
  color: #f5f5f5;
}
.contact-information-box .follow-us {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 44px;
}
.contact-information-box .follow-us .text {
  position: relative;
  display: block;
}
.contact-information-box .follow-us .text h3 {
  color: #222222;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
.contact-information-box .follow-us .social-links {
  position: relative;
  display: block;
  padding-left: 20px;
}
.contact-information-box .follow-us .social-links ul {
  overflow: hidden;
}
.contact-information-box .follow-us .social-links ul li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 20px;
}
.contact-information-box .follow-us .social-links ul li:last-child {
  margin-right: 0;
}
.contact-information-box .follow-us .social-links ul li a {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.contact-information-box .follow-us .social-links ul li a:hover {
  color: #222222;
}

.contact-form {
  position: relative;
  display: block;
  padding-left: 40px;
}
.contact-form .title {
  position: relative;
  display: block;
  margin-top: -5px;
  padding-bottom: 40px;
}
.contact-form .title h2 {
  color: #222222;
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0 0 10px;
}
.contact-form .title p {
  margin: 0;
}
.contact-form form {
  position: relative;
  display: block;
}
.contact-form form .input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form textarea {
  position: relative;
  display: block;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  width: 100%;
  height: 50px;
  color: red;
  font-size: 14px;
  font-weight: 500;
  padding-left: 30px;
  padding-right: 20px;
  border-radius: 30px;
  transition: all 500ms ease;
}
.contact-form form textarea {
  height: 200px;
  padding-top: 17px;
  padding-left: 30px;
  padding-right: 20px;
  border-radius: 10px;
  margin-bottom: 25px;
}
.contact-form form input[type="text"]:focus {
  color: #222222;
  border-color: #e8e3e3;
}
.contact-form form input[type="email"]:focus {
  color: #222222;
  border-color: #e8e3e3;
}
.contact-form form textarea:focus {
  color: #222222;
  border-color: #e8e3e3;
}
.contact-form form input[type="text"]::-webkit-input-placeholder {
  color: #777777;
}
.contact-form form input[type="text"]:-moz-placeholder {
  color: #777777;
}
.contact-form form input[type="text"]::-moz-placeholder {
  color: #777777;
}
.contact-form form input[type="text"]:-ms-input-placeholder {
  color: #777777;
}
.contact-form form input[type="email"]::-webkit-input-placeholder {
  color: #777777;
}
.contact-form form input[type="email"]:-moz-placeholder {
  color: #777777;
}
.contact-form form input[type="email"]::-moz-placeholder {
  color: #777777;
}
.contact-form form input[type="email"]:-ms-input-placeholder {
  color: #777777;
}
.contact-form form textarea::-webkit-input-placeholder {
  color: #777777;
}
.contact-form form textarea:-moz-placeholder {
  color: #777777;
}
.contact-form form textarea::-moz-placeholder {
  color: #777777;
}
.contact-form form textarea:-ms-input-placeholder {
  color: #777777;
}
.contact-form form button {
  padding: 0 60px;
}
.contact-form form button:hover {
}

/*** 
=============================================
    Google Map Area Css
=============================================
***/
.google-map-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding-bottom: 120px;
}
.google-map-area .map-outer {
  position: relative;
  display: block;
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.google-map-area .map-outer .map-canvas {
  position: relative;
  width: 100%;
  height: 590px;
}

/*** 
=============================================
    Elements Page Css
=============================================
***/
.service-style3-area.pd120-0 {
  padding: 120px 0;
}
.portfolio-pagev2.pdbottom120 {
  padding-bottom: 120px;
}
.team-carousel.owl-nav-style-one.owl-theme .owl-nav {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  margin: 0;
  text-align: center;
}
.team-area.element-page {
  position: relative;
  display: block;
  padding: 120px 0 170px;
}
.testimonial-style1-area.elemp1 {
  padding: 120px 0 80px;
}
.partner-area.elemp1 {
  padding: 120px 0 75px;
}
.partner-area.elemp2 {
  padding: 120px 0 90px;
}
.latest-blog-area.elemp1 {
  padding-top: 120px;
}
#shop-area.main-shop-area.elemp1 {
  padding-bottom: 80px;
}
.shop-carousel.owl-nav-style-one.owl-theme .owl-nav {
  position: absolute;
  top: -120px;
  left: 0;
  right: 0;
  max-width: 1170px;
  margin: 0 auto;
  text-align: right;
}

/*** 
=============================================
    RTL Page Css
=============================================
***/
.footer-area.home_rtl .single-footer-widget .footer-contact-info ul li {
  padding-left: 0;
  padding-right: 40px;
}
.footer-area.home_rtl .single-footer-widget .footer-contact-info ul li .icon {
  left: auto;
  right: 0;
}
.footer-area.home_rtl .single-footer-widget .title:before {
  left: auto;
  right: 0;
}
.footer-area.home_rtl .single-footer-widget .latest-news li {
  padding-left: 0px;
  padding-right: 100px;
}
.footer-area.home_rtl .single-footer-widget .latest-news li .img-box {
  left: auto;
  right: 0;
}
.footer-area.home_rtl .single-footer-widget .latest-news li .title-box {
  padding-left: 0px;
  padding-right: 20px;
}
.footer-area.home_rtl .single-footer-widget .usefull-links li a {
  padding-left: 0px;
  padding-right: 30px;
}
.footer-area.home_rtl .single-footer-widget .usefull-links li a:before {
  left: auto;
  right: 0;
  transform: rotate(180deg);
}
#ui-datepicker-div.ui-widget-content {
  border: 1px solid #c5c5c5;
  background: #fff none repeat scroll 0 0;
  border: 1px solid #777;
  color: #252525;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  border-radius: 0px;
  width: 270px;
  padding: 5px;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
  background: #151515 none repeat scroll 0 0;
  border: 2px solid #252525;
  border-radius: 0;
  color: #fff;
  font-weight: 700;
  padding: 5px 0;
  position: relative;
}

.ui-datepicker td a {
  color: #000000 !important;
  text-align: center;
  background-image: none !important;
  background: #f5f5f5 !important;
  border: 1px solid #f9f9f9 !important;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #333333 !important;
  background: #333333 !important;
  color: #ffffff !important;
}
.ui-datepicker .ui-datepicker-prev {
  left: 5px;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  border-radius: 30%;
  height: 20px;
  position: absolute;
  top: 7px;
  width: 20px;
  transition: all 500ms ease;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-next {
  right: 5px;
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  top: 7px;
  background: #fff;
  border: none;
}
.ui-datepicker table {
  border-collapse: collapse;
  font-size: 13px;
  margin: 0 0 0.4em;
  width: 100%;
  z-index: 99999999;
}
.ui-datepicker th {
  border: medium none;
  font-weight: 600;
  padding: 2px 3px;
  text-align: center;
}
.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-state-default:active {
  background: #43c3ea;
  color: #fff;
  border-color: #43c3ea;
}

/* hussien */
/* .logo{
    width: 100px;
} */
.logo img {
  max-width: 100%;
}
.header-lawer-left .nav-outer {
  padding: 13px 0px 13px 35px;
}

/* custom about */
.custom-about,
.custom-programs,
.custom-facilties,
.livery-data {
  padding: 60px 0 70px;
}
.about-img-left img,
.about-img-right img {
  border-radius: 12px;
}
.about-img-right-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.custom-about .col-lg-6 {
  padding-left: 10px;
  padding-right: 10px;
}
.about-img-left {
  position: relative;
}
.ex-space {
  position: absolute;
  background-color: #fff;
  border-radius: 10px;
  border-left: 5px solid #e6cba0;
  padding: 16px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  bottom: 50px;
  left: -30px;
}
.ex-space .ex-num {
  width: 60px;
  height: 60px;
  color: #fff;
  background-color: #e6cba0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 32px;
  margin-right: 16px;
}
.ex-space .ex-text {
  font-size: 18px;
  color: #000;
  text-align: center;
  font-weight: 600;
}
.small-title p {
  color: var(--light-color) !important;
  font-size: 18px;
}
.section-title {
  color: #000;
  font-size: 36px;
  margin-bottom: 16px;
  font-weight: 600;
}
.custom-about-data {
  padding-left: 30px;
}
.custom-about-data p {
  color: #757f95;
}
.custom-about-data h3 {
  text-transform: capitalize;
  font-weight: 600;
}
.about-options {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 16px;
}
.about-options-icon {
  width: 50px;
  height: 50px;
  margin-right: 16px;
}
.about-options-icon img {
  max-width: 50px;
}
.readmore-btn .btn {
  color: #000;
  background-color: #e6cba0;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 16px 16px;
  outline: none;
  border: none;
  transition: all ease 0.5s;
}
.readmore-btn .btn:hover {
  background-color: #000;
  color: #fff;
}

/* programs */
.custom-programs,
.custom-founders {
  background-color: #222222;
  background-image: url(../images/pattern/pattern-bg-1.png);
  background-repeat: repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center top;
}
/* .program{
    padding: 32px;
} */
.program-head {
  text-align: center;
  padding: 32px;
  background-color: #fff;
  transition: 0.3s ease all;
}
.program-head p {
  margin: 0 !important;
  transition: 0.3s ease all;
}
.program-head h3 {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  transition: 0.3s ease all;
}
.program-head .program-icon img {
  width: 100px;
  transition: 0.3s ease all;
  margin-bottom: 16px;
}
.program-body {
  position: relative;
}

.program-overlay {
  position: absolute;
  top: 0;
  bottom: 100%;
  right: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: 0.3s ease all;
}
.program:hover .program-overlay {
  bottom: 0;
}
.program:hover .program-head {
  background-color: #e6cba0;
}
.program:hover .program-head p,
.program:hover .program-head h3 {
  color: #fff;
}
.program:hover .program-head img {
  filter: brightness(0) invert(1);
}

/* facilities */
.faclity {
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  background-color: #fff;
  padding: 8px;
  border-radius: 12px;
  margin-bottom: 32px;
  transition: all 0.3s ease;
}
.faclity:hover {
  transform: translateY(-20px);
}
.faclity .faclity-head img {
  border-radius: 12px;
}
.faclity .facilty-body {
  position: relative;
  padding-top: 60px;
}
.faclity .facilty-body .facilty-icon {
  width: 90px;
  height: 90px;
  background-color: #e6cba0;
  border-radius: 50%;
  border: 5px solid #fff;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: -45px;
}
.faclity .facilty-body .facilty-icon img {
  max-width: 52px;
}
.faclity .facilty-body h3 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 8px;
  text-transform: capitalize;
}
.faclity .facilty-body p {
  font-size: 14px;
  color: #757f95;
  margin-bottom: 32px;
}
.faclity .facilty-body .facilty-data {
  padding: 0 16px 16px;
}

/* livery */
.custom-livery {
  background-color: #000;
  color: #fff;
  position: relative;
}
.custom-livery h3,
.custom-livery h4,
.custom-livery h5 {
  color: #e6cba0;
}
.custom-livery p {
  color: #fff;
}
.custom-livery .livery-data-head h4 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.custom-livery .livery-data-head h3 {
  font-size: 37px;
  line-height: 1.2;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.play-button-container {
  background-image: url(../images/video/1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  margin-right: -200px;
}

.custom-livery .option {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 16px;
}
.custom-livery .option .option-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e6cba0;
  margin-right: 32px;
}
.custom-livery .option .option-icon img {
  width: 40px;
  height: 40px;
}
.play-button-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.play-button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e6cba0;
  width: 80px;
  height: 80px;
  background-color: #000;
  font-size: 30px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s ease all;
}

.play-button:hover {
  transform: scale(1.2);
}
.video-viewer {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999999;
  display: none;
}
.close {
  color: #e6cba0;
  width: 50px;
  height: 50px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 600;
  cursor: pointer;
}

.latest-blog-area {
  background-color: #f7f7f7;
}

/* sub pages */
.vision-mission {
  padding-top: 60px;
  padding-bottom: 70px;
}
.vision-mission .vision-mission-item {
  background-color: rgba(230, 203, 160, 0.2);
  padding: 40px 30px 20px 30px;
  transition: all ease 0.3s;
  margin-bottom: 16px;
}
.vision-mission .vision-mission-item:hover {
  background-color: rgba(230, 203, 160, 1);
}
.vision-mission .vision-mission-item .vm-item-icon {
  position: relative;
  width: 125px;
  height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  padding: 16px;
  margin: auto;
  margin-bottom: 45px;
  transition: all ease 0.3s;
}
.vision-mission .vision-mission-item .vm-item-icon img {
  width: 80px;
  transition: all ease 0.3s;
}
.vision-mission .vision-mission-item .vm-item-icon:before {
  content: "";
  position: absolute;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  right: -5px;
  bottom: -5px;
  background-color: #e6cba0;
  transition: all ease 0.3s;
}
.vision-mission .vision-mission-item:hover .vm-item-icon:before {
  background-color: #000;
}
.vision-mission .vision-mission-item .vm-item-icon .vm-item-img {
  position: absolute;
  border-radius: 50%;
  background-color: #fff;
  width: 125px;
  height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vision-mission .vision-mission-item .vm-item-head {
  text-align: center;
  margin-bottom: 25px;
}
.vision-mission .vision-mission-item .vm-item-head h3 {
  font-size: 28px;
  font-weight: 700;
  transition: all ease 0.3s;
}
.vision-mission .vision-mission-item:hover .vm-item-head h3,
.vision-mission .vision-mission-item:hover .vm-item-description p {
  color: #fff;
}
.vision-mission .vision-mission-item .vm-item-description p {
  text-align: center;
  transition: all ease 0.3s;
}
.contact-information-box {
  max-width: none;
  padding: 0;
}
.latest-blog-style2-area {
  padding: 60px 0 70px;
}

.single-video {
  position: relative;
  margin-bottom: 32px;
  cursor: pointer;
}
.single-video .video-cover {
  overflow: hidden;
}
.single-video .video-cover img {
  transition: all 0.6s ease;
}
.single-video .video-cover:hover img {
  transform: scale(1.2);
}
.single-video .video-cover {
  position: relative;
}
.single-video .video-cover:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.single-video .video-play-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  transition: all 0.6s ease;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.single-video .video-play-btn img {
  width: 60px;
  height: 60px;
  transition: all 0.6s ease;
}
.single-video .video-title {
  background-color: #e6cba0;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 16px 32px;
  cursor: pointer;
}
.single-video .video-title h3 {
  font-size: 18px;
  color: #fff;
}
.single-video .video-play-btn:hover,
.single-video .video-play-btn:hover img {
  width: 70px;
  height: 70px;
}
.single-video .video-play-btn:hover {
  bottom: 15px;
  right: 15px;
}

.safety-area {
  padding: 50px;
  background: url(../images/pattern/body-pattern.png) #ffffff;
}

.image-container {
  position: relative;
  height: 600px;
  margin-bottom: 16px;
}

.image-container::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 420px;
  height: 420px;
  background-color: #e6cbae;
  border: 25px solid #fdf6eb;
  border-radius: 50%;
}
.image-container .image-left {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 270px;
  z-index: 10;
}
.image-container .image-left img {
  border-top-left-radius: 50%;
}
.image-container .image-right img {
  border-bottom-right-radius: 50%;
}
.image-container .image-right {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 270px;
  z-index: 10;
}
.image-container img {
  max-width: 100%;
  /* border-radius: 15px; */
}
.safety-data {
  padding-left: 85px;
}
.safety-data .small-title {
  color: var(--light-color);
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 500;
}
.safety-data .title {
  font-size: 55px;
  line-height: 65px;
  margin-bottom: 30px;
}
.safety-data .safety-body h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 22px;
  color: var(--light-color);
}

.safety-data .safety-body ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.safety-data .safety-body ul li {
  width: 100%;
  color: #1e1916;
  font-weight: 600;
  margin-bottom: 16px;
}

.safety-data .safety-body ul li img {
  width: 18px;
}

.school-arena .image-container img {
  padding-top: 64px;
  position: relative;
  z-index: 2;
}

.school-arena .safety-data {
  padding: 0;
}
.single-courses-style1 .img-holder:after,
.single-courses-style1 .img-holder:before {
  background-color: rgba(243, 185, 105, 0.4);
}
.single-price-box .inner-box {
  padding: 57px 16px 26px;
}

.sub-gallery .single-portfolio-style1 .overlay-content .box .inner h3 a:hover {
  color: var(--dark-color);
}
.sub-gallery .portfolio-view-all-button a:hover {
  background-color: var(--light-color);
}

/* philosphy */

.custom-founders .big-title h2 {
  color: var(--dark-color) !important;
}

.custom-founders .field-review-content .inner-content p {
  color: #fff;
}

.custom-founders .sec-title.style2 .border-box .linetop,
.custom-founders .sec-title.style2 .border-box .linebottom {
  background-color: var(--dark-color);
}

.clients-area {
  padding: 50px 0 16px;
}

.clients-area img {
  width: auto !important;
}

.item {
  height: 200px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-container {
  height: 100%;
}

.img-container img {
  height: 100%;
  object-fit: cover;
}
.left-img img {
  object-position: 65%;
}
.vision-mission-two-items {
  background-color: #151515;
  color: #fff;
  height: 100%;
  padding: 90px;
}

.vision-mission-two-title {
  color: #fff;
  font-size: 50px;
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
}

.vision-mission-two-item {
  margin-top: 40px;
  text-align: left;
}
.vision-mission-two-item h4 {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}
.vision-mission-two-item p {
  font-size: 14px;
  color: #949494;
  line-height: 20px;
  margin-top: 12px;
}

/* facilties new section */
.facilties-area {
  padding: 60px 0 60px;
}
.fac-data-con {
  height: 100%;
  background-color: #f8f5f0;
}
.facilties-area-data {
  padding: 30px;
}
.facilties-area-data h6 {
  font-size: 15px;
  letter-spacing: 3px;
  color: #666;
  /* font-family: 'Barlow Condensed', sans-serif; */
  text-transform: uppercase;
  margin-bottom: 5px;
}
.facilties-area-data h4 {
  margin: 0 0 10px 0;
  font-size: 32px;
  color: #222;
  font-weight: 400;
  line-height: 1.5em;
}

.facilties-area-data p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75em;
  color: #666;
  margin-bottom: 20px;
}
.facilties-area .row:nth-child(even) {
  flex-direction: row-reverse;
}
.facilties-area-img {
  overflow: hidden;
}

.facilties-area-img img {
  transition: 0.3s ease all;
}

.facilties-area-img:hover img {
  transform: scale(1.1);
}

.facilties-area .linetop,
.facilties-area .linebottom {
  background-color: var(--light-color) !important;
}
.custom-features .single-features-style1 .img-holder .title h3 a {
  color: var(--light-color);
}
.custom-features .single-features-style1 .img-holder .inner:before,
.custom-features .single-features-style1 .img-holder .inner:after {
  background-color: rgba(243, 185, 105, 0.4);
}
.custom-activity .title-box h3 {
  margin-bottom: 32px;
}
.custom-activity .date-box h3 a {
  color: var(--dark-color) !important;
  font-size: 36px;
}

.custom-activity .title-box p {
  color: #fff !important;
  font-size: 16px;
}
.custom-activity .single-event-box .img-holder {
  max-height: 350px;
  padding: 16px;
}
.custom-activity .single-event-box .img-holder .title-box {
  top: 170px;
}

.custom-safety .image-left {
  top: 100px;
}

.custom-safety .image-right {
  bottom: 100px;
}

.custom-safety .image-container::after {
  content: none;
}

.custom-safety .image-right img,
.custom-safety .image-left img {
  border-radius: 0;
}

.custom-safety .image-container {
  height: 500px;
}

.custom-news .single-blog-post .text-holder {
  background-color: #f5f5f5;
}
.custom-news .single-blog-post {
  margin-bottom: 32px;
}

.custom-news .single-blog-post.green_ver .overlay-content {
  background-color: rgba(198, 155, 68, 0.9);
}

.custom-news .single-blog-post.green_ver .text-holder .blog-title a:hover,
.custom-news .single-blog-post.green_ver .text-holder .meta-info li a:hover {
  color: var(--light-color);
}

.custom-news .border-box .linetop,
.custom-portfolio .sec-title.style2 .border-box .linetop {
  background: #222222 !important;
}
.custom-news .border-box .linebottom,
.custom-portfolio .sec-title.style2 .border-box .linebottom {
  background: var(--light-color) !important;
}
.custom-portfolio .single-portfolio-style2.style3 .overlay-style2 {
  background-color: rgba(198, 155, 68, 0.9);
}

/* .custom-portfolio .btn-two{
    background: var(--light-color);
 }
 */
.custom-portfolio .btn-two:hover {
  background: #152229;
}
.portfolio-view-all-button:hover a {
  background: var(--light-color);
}
.custom-portfolio .view-all-button a {
  background: var(--light-color);
  border-top-left-radius: 30px;
}
.custom-portfolio .project-filter li:hover .filter-text,
.custom-portfolio .project-filter li.active .filter-text {
  color: var(--light-color);
}
.custom-contact-form-area {
  padding: 90px 0 90px;
}
.custom-contact-form-area .contact-head {
  font-size: 36px;
  margin-bottom: 32px;
}
.custom-contact-form-area .custom-contact-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-left: 16px;
  margin-bottom: 32px;
}

.custom-contact-form-area .custom-contact-item .contact-item-icon {
  color: var(--light-color);
  margin-right: 8px;
  font-size: 26px;
}

.custom-contact-form-area .custom-contact-item .contact-item-title {
  color: var(--light-color);
  font-weight: 600;
  margin-right: 8px;
}

.custom-contact-form-area .contact-item-value a {
  color: #908585;
  transition: all 0.3s ease;
  display: block;
}

.custom-contact-form-area .contact-item-value a:hover {
  color: var(--light-color);
}

.custom-contact-form-area .custom-contact-form {
  text-align: center;
  border-style: solid;
  border-width: 5px 0px 0px 0px;
  border-color: var(--light-color);
  border-radius: 0px 0px 0px 0px;
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 20%);
  padding: 35px 30px 16px 30px;
  background: #fff;
}

.custom-contact-form-head {
  text-align: center;
}
.custom-contact-form-head h1 {
  color: var(--light-color);
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.custom-contact-form-head p {
  font-size: 40px;
  font-weight: 700;
  margin: 0px 0px 40px 0px;
  color: #07001e;
}

.custom-contact-form-body input {
  height: 55px;
  width: 100%;
  margin-bottom: 20px;
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 5px;
  line-height: 43px;
  padding-left: 30px;
  color: #929292;
}

.custom-contact-form-body textarea {
  height: 150px;
  text-align: left;
  padding: 10px 30px 30px;
  border-radius: 5px 5px 5px 5px;
  margin: 0px 0px 20px 0px;
  width: 100%;
  background-color: transparent;
  border: 1px solid #ddd;
  line-height: 43px;
  color: #929292;
}

.custom-contact-form-body button {
  width: 100%;
  text-align: center;
  background: 0 0;
  color: #e8bc5a;
  font-size: 16px;
  cursor: pointer;
  line-height: 45px;
  border-radius: 30px;
  font-weight: 600;
  border: 1px solid var(--light-color);
  transition: 0.5s;
  text-transform: uppercase;
  color: #ffffff;
  background-color: var(--light-color);
  height: 60px;
  border-radius: 5px;
}

.custom-contact-form-body button:hover {
  background: #131414;
  color: #fff;
}
.w-45 {
  width: 49% !important;
}
.google-map-area {
  padding-bottom: 0;
}
.google-map-area .map-outer {
  padding: 0;
  width: 100%;
  max-width: none;
}

.google-map-area .map-outer iframe {
  width: 100%;
  height: 600px;
}
.inquery-photo {
  height: 100%;
  background-image: url("../images/inquery/1.webp");
}
.custom-eq {
  background-image: url("../images/pattern/body-pattern.png");
  /* background-position: bottom; */
  padding: 0;
}
.custom-eq .image-container {
  z-index: 3;
}
.custom-eq .image-container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(198, 155, 68, 0.5);
  top: 10%;
  left: -10%;
  z-index: -1;
  transition: all 0.5s ease;
}
.custom-eq .image-container:hover::before {
  left: -8%;
  top: 8%;
}
.eq-inner {
  padding: 60px 0 70px;
}
.eq-inner .image-container img {
  max-width: 100%;
  /* border-radius: 15px; */
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  height: 100%;
}
.custom-school {
  padding: 60px 0 70px;
}
.custom-school .school-img {
  --e-transform-rotateX: 0deg;
  --e-transform-perspective: 20px;
  --e-transform-rotateY: 0.3deg;
  transform: perspective(var(--e-transform-perspective, 0))
    rotate(var(--e-transform-rotateZ, 0)) rotateX(var(--e-transform-rotateX, 0))
    rotateY(var(--e-transform-rotateY, 0))
    translate(var(--e-transform-translate, 0))
    translateX(var(--e-transform-translateX, 0))
    translateY(var(--e-transform-translateY, 0))
    scaleX(
      calc(
        var(--e-transform-flipX, 1) *
          var(--e-transform-scaleX, var(--e-transform-scale, 1))
      )
    )
    scaleY(
      calc(
        var(--e-transform-flipY, 1) *
          var(--e-transform-scaleY, var(--e-transform-scale, 1))
      )
    )
    skewX(var(--e-transform-skewX, 0)) skewY(var(--e-transform-skewY, 0));
  transition: all 0.5s ease;
}
.custom-school .school-img:hover {
  --e-transform-rotateY: 0deg;
}
.custom-school .school-img img {
  border-radius: 15%;
}
.custom-school .school-data p,
.timings .school-data p,
.custom-trainings .small-title {
  margin-bottom: 16px;
}
.custom-school .school-data .school-small-title,
.classes-area .small-title,
.timings .school-data .school-small-title,
.classes-area .small-title,
.custom-trainings .small-title h5 {
  font-size: 16px;
  letter-spacing: 5px;
}

.custom-school .school-data h2,
.classes-area h2,
.timings h2,
.custom-trainings h2,
.custom-career h2 {
  font-size: 36px;
  letter-spacing: 0.5px;
  font-weight: 500;
  margin-bottom: 32px;
  color: var(--light-color);
}
.custom-career h2 {
  margin-bottom: 0px;
}
.custom-trainings h2 {
  margin-bottom: 0;
}
.classes-area {
  padding: 60px 0 60px;
}
.classes-image {
  background-image: url("../images/courses/1.webp");
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 34%);
  border-radius: 200px 0px 200px 0px;
  height: 100%;
  min-height: 600px;
  background-position: top center;
}

.classes-area .classes-data ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.classes-area .classes-data ul li {
  padding: 16px;
  border-left: 5px solid var(--light-color);
  background-color: #000c240f;
  width: 100%;
  margin-bottom: 16px;
}

.classes-area .classes-data ul li div {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.classes-area .classes-data ul li div span {
  color: var(--light-color);
  font-size: 26px;
  padding-right: 8px;
}
.classes-area .classes-data ul li div h3 {
  color: var(--light-color);
  font-weight: 500;
  font-size: 22px;
}
.btn-one {
  background: var(--light-color);
}
.working-area {
  padding: 60px 0 40px;
}
.working-area .title h5 {
  color: var(--light-color);
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 500;
}
.working-area .title h5 {
  color: var(--light-color);
  letter-spacing: 5px;
}
.working-area .big-title h3 {
  font-size: 55px;
  line-height: 65px;
  margin-bottom: 30px;
}
.working-area .working-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.working-area .about-style1-text-box {
  padding: 0 !important;
}
.working-timetable {
  margin-bottom: 90px;
}
.timetable table th {
  text-align: center;
  background-color: var(--light-color);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.timetable table > tbody > tr > td > span.footable-toggle {
  color: var(--light-color);
  opacity: 1;
}
.timetable table > tbody > tr > td {
  text-align: center;
  border: 1px solid var(--light-color) !important;
  height: 150px;
  width: 200px;
  padding: 0 !important;
}
.timetable table > thead > tr > th {
  border: 1px solid #fff !important;
  height: 100px;
  width: 200px;
  line-height: 100px;
}

.time-content {
  background-color: var(--dark-color);
  height: 100%;
  padding: 8px;
}

.time-content h3 {
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  margin-bottom: 8px;
}

.time-content p {
  font-size: 12px;
  color: #fff;
}

.custom-carrers .about-style1-text-box .title {
  margin-top: 0;
}
.custom-carrers-area {
  padding-bottom: 30px;
}
.custom-carrers-area .carrers-item-title {
  margin-bottom: 16px;
}
.custom-carrers-area .carrers-item-title a {
  color: #222;
  transition: 0.5s ease all;
}

.custom-carrers-area .carrers-item-title a:hover {
  color: var(--light-color);
}
.custom-carrers-area .carrers-details-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 16px;
}
.custom-carrers-area .carrers-details-item .carrers-icon {
  font-size: 18px;
  margin-right: 8px;
}
.custom-carrers-area .carrers-details-item p {
  font-size: 14px;
  margin-bottom: 0;
  max-height: 8rem;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.custom-carrers-area .carrers-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
}
.custom-carrers-area .carrers-item {
  border: 1px solid #ececec;
  transition: 0.5s ease all;
  padding: 16px;
  border-radius: 5px;
  margin-bottom: 32px;
}
.custom-carrers-area .carrers-item:hover {
  box-shadow: -1px 0px 14.76px 3.24px rgb(0 0 0 / 9%);
}
.carrers-card-footer .carrers-details-item {
  margin-bottom: 0;
}

.hacks .custom-about-photos .about-img-right img {
  transition: 0.5s ease all;
}
.hacks .custom-about-photos .about-img-right,
.hacks .custom-about-photos .about-img-left {
  border-radius: 12px;
}
.hacks .custom-about-photos .about-img-right img:hover {
  transform: rotate(5deg) scale(1.1);
}

.hacks .about-img-right {
  overflow: hidden;
}

.timings .image-container img {
  border-radius: 15px !important;
}
.timings .image-container .image-right {
  bottom: 50px;
}
.timings .image-container .image-left {
  top: 50px;
}

.timings .image-container::after {
  background-color: transparent;
  border: 25px solid #e6cbae;
  border-radius: 100px;
}

.timings .school-data {
  padding-top: 64px;
}

.livery-area {
  padding-bottom: 0;
}

.news-btn {
  margin-top: 16px;
}

.policy-btn {
  text-align: end;
}

.table h2 {
  font-size: 36px;
  letter-spacing: 0.5px;
  font-weight: 500;
  margin-bottom: 32px;
  color: var(--light-color);
}

.table-c {
  background-color: #e6cbae;
}
.table-h th {
  background-color: #6c757d;
  color: white;
}
.table-parent {
  background: url(../images/pattern/body-pattern.png) #ffffff;
}
.policy-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.policy-area {
  margin-top: 25px;
}

.timings-area {
  padding: 8px;
  background: url(../images/pattern/body-pattern.png) #ffffff;
}
.timings-table {
  padding: 30px 0 30px;
  background: url(../images/pattern/body-pattern.png) #ffffff;
}

.working-table {
  padding: 8px;
  background: url(../images/pattern/body-pattern.png) #ffffff;
}

.policy-title h2 {
  font-size: 36px;
  letter-spacing: 0.5px;
  font-weight: 500;
  margin-bottom: 32px;
  color: var(--light-color);
  transform: translateY(15px);
}
.custom-class-card .custom-about-photos img {
  border-radius: 50px;
}
.custom-class-card .custom-about-data {
  padding-left: 0;
}
/* .custom-class-card .options-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
} */

.custom-class-card .options-container .about-options {
  width: 50%;
}

.custom-class-card .options-container .about-options:nth-last-of-type(odd) {
  padding-right: 16px;
}
.custom-class-card .about-options:before,
.event-single-text li:before {
  content: "\f05d";
  font-family: FontAwesome;
  color: var(--light-color);
  font-size: 26px;
  font-weight: 100;
  margin-right: 16px;
}
.event-single-text li:before {
  font-size: 20px;
  margin-top: 2px;
}
.event-single-text li {
  display: flex;
  align-items: flex-start;
}
.course-price {
  font-size: 26px;
  font-weight: 600;
}
.course-price p {
  color: #000 !important;
}
.course-price span {
  color: var(--light-color);
}
.fancybox-button--share,
.fancybox-button--thumbs {
  display: none !important;
}

.prices-courses {
  margin-bottom: 8px;
}
.policy-content {
  padding-top: 16px;
}

.vet-image {
  background-image: url(../images/livery/7.webp);
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 34%);
  border-radius: 200px 0px 200px 0px;
  height: 100%;
  min-height: 650px;
  background-position: top center;
}

.table-image img {
  border-radius: 7px;
  transform: translateY(76px);
}

hr.style2 {
  border-top: 3px double #8c8b8b;
  padding: 16px;
}

.grooming-area {
  padding: 15px 0 35px;
}
.career-detail {
  display: flex;
  margin-top: 8px;
}
.carrers-icon {
  padding-right: 8px;
}

.job-req {
  margin-top: 16px;
}
.custom-carrers .working-img {
  align-items: flex-start;
}
.field-review-carousel.owl-carousel .owl-dots .owl-dot.active {
  background: var(--light-color);
}
.custom-orabi-area {
  margin-bottom: -30px;
}
.custom-activity {
  padding: 60px 0 33px;
}
.custom-safety {
  padding: 60px 0 20px;
}
.custom-carrers {
  padding: 60px 0 45px;
}
.custom-equestrian {
  padding: 5px 0 77px;
}
.custom-class-card {
  padding: 50px 0 60px;
}
.custom-hacks {
  padding: 60px 0 60px;
}
.custom-polices {
  margin-bottom: 25px;
}
.custom-programs {
  padding: 60px 0 0px;
}
.custom-groom {
  padding: 10px 0 0px;
}
.custom-club {
  padding: 50px 0 33px;
}
.custom-video-area {
  padding: 50px 0 40px;
}
.custom-carrers .title h5 {
  color: var(--light-color);
  letter-spacing: 5px;
}
.custom-vision {
  padding-top: 55px;
  padding-bottom: 55px;
}
.custom-tb {
  top: 125px !important;
}
