/***************************************************************************************************************
||||||||||||||||||||||||||       MASTER STYLESHEET FOR FixyMan             ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||                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=Montserrat:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Muli:300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Knewave&display=swap");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i&display=swap");

@import url(animate.css);
@import url(bootstrap.min.css);
@import url("bootstrap-select.min.css");
@import url("custom-animate.css");
@import url(font-awesome.min.css);
@import url("icomoon.css");
@import url("imp.css");
@import url(jquery.bootstrap-touchspin.css);
@import url("jquery.fancybox.min.css");
@import url(owl.css);
@import url(owl.theme.default.css);
@import url(jquery.mCustomScrollbar.min.css);
@import url(slick.css);
@import url(aos.css);
@import url(swiper.min.css);

@import url(../fonts/flaticon/flaticon.css);
/*** Price filter***/
@import url(../assets/price-filter/nouislider.css);
@import url(../assets/price-filter/nouislider.pips.css);
/*** Time picker css ***/
@import url(../assets/timepicker/timePicker.css);
/*** jquery ui css ***/
@import url(../assets/jquery-ui-1.11.4/jquery-ui.css);
/*** Revolution slider ***/
@import url(../plugins/revolution/css/settings.css);
@import url(../plugins/revolution/css/layers.css);
@import url(../plugins/revolution/css/navigation.css);
/*** Language Switcher ***/
@import url(../assets/language-switcher/polyglot-language-switcher.css);
@import url(../plugins/energy-icon/style.css);

/*==============================================
   Base Css
===============================================*/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 18px;
}

:root {
  --theme-color: #cc9b55;
  --font-family-rajdhani: "Rajdhani", sans-serif;
  --font-family-barlow: "Barlow Condensed", sans-serif;
  --anim-menu-btn-size: 38px;
  --anim-menu-btn-icon-size: 28px;
  --anim-menu-btn-icon-stroke: 1.5px;
  --fs-search-btn-size: 3em;
  --fs-search-border-bottom-width: 2px;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #292121;
  background: #292121;
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.75);
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.75);
}
.banner-style3-section .mouse-btn-down {
  position: absolute;
  right: 0;
  bottom: 185px;
  width: 98px;
  height: 96px;
  cursor: pointer;
  display: block;
  background: url(../images/icon/scroll-to-explore.png) no-repeat;
  z-index: 20;
}

html,
body {
  height: 100%;
}
body {
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
button:focus {
  outline: none;
}
button {
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1d1d1d;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin: 0;
}
h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

a,
a:hover,
a:active,
a:focus {
  color: #f7941d;
  text-decoration: none;
  outline: none;
  border: none;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.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;
}
i {
  font-style: normal;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
ol,
li {
  margin: 0;
  padding: 0;
}
.email {
  color: #0000ee;
}
.clr1 {
  color: #f36727;
}
.bgclr1 {
  background: #f36727;
}

.secpd1 {
  padding: 130px 0;
}
.secpd2 {
  padding: 100px 0 60px;
}
.secpd3 {
  padding: 100px 0 70px;
}
.pd130-0 {
  padding: 130px 0;
}
.pd130-0 {
  padding: 130px 0 !important;
}

/*____Thm Btn1___ */
.thm-btn1 {
  position: relative;
  display: inline-block;
  color: #1d1d1d;
  font-size: 13px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  padding-left: 40px;
  transition: all 300ms linear;
  transition-delay: 0.1s;
  z-index: 1;
}
.thm-btn1:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f2f2f2;
  border: 2px solid #f2f2f2;
  content: "";
  transition: all 300ms linear;
  transition-delay: 0.1s;
  z-index: -1;
}
.thm-btn1:hover:before {
  border-color: #0c5027;
  background: transparent;
}
.thm-btn1:after {
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 25px;
  content: "\f105";
  color: #1d1d1d;
  font-size: 16px;
  line-height: 50px;
  transition: all 300ms linear;
  transition-delay: 0.1s;
  z-index: -1;
}
.thm-btn1:hover:after {
  color: #0c5027;
  left: 65px;
}
.thm-btn1 span {
  position: absolute;
  top: 0;
  left: 24px;
  bottom: 0;
  width: 0px;
  height: 1px;
  background: #0c5027;
  margin: 24px 0;
  transition: all 300ms linear;
  transition-delay: 0.1s;
}
.thm-btn1:hover span {
  width: 40px;
}
.thm-btn1:hover {
  color: #0c5027;
  padding-left: 80px;
}

/*____Thm Btn2___ */
.thm-btn2 {
  position: relative;
  display: inline-block;
  color: #1d1d1d;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  padding-left: 0px;
  transition: all 300ms linear;
  transition-delay: 0.1s;
  z-index: 1;
}
.thm-btn2:hover {
  color: #0c5027;
  padding-left: 40px;
}
.thm-btn2:before {
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: -15px;
  content: "\f105";
  color: #1d1d1d;
  font-size: 14px;
  line-height: 20px;
  transition: all 300ms linear;
  transition-delay: 0.1s;
  transform: scaleX(0);
  z-index: -1;
}
.thm-btn2:hover:before {
  color: #0c5027;
  left: 25px;
  transform: scaleX(1);
}
.thm-btn2 span {
  position: absolute;
  top: 0;
  left: -60px;
  bottom: 0;
  width: 0px;
  height: 1px;
  background: #0c5027;
  margin: 10px 0;
  transition: all 300ms linear;
  transition-delay: 0.1s;
}
.thm-btn2:hover span {
  left: -20px;
  width: 40px;
}

/*____Thm Btn3___ */
.thm-btn3 {
  position: relative;
  display: inline-block;
  background: #24119e;
  padding: 0 50px;
  color: #ffffff;
  font-size: 16px;
  line-height: 55px;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 30px;
  font-family: "Poppins", sans-serif;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.thm-btn3:hover {
  color: #ffffff;
  background: #e62c58;
}

/*____Thm Btn4___ */
.thm-btn4 {
  position: relative;
  display: inline-block;
  color: #1b1b1b;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.thm-btn4:hover {
  color: #e62c58;
  padding-left: 40px;
}
.thm-btn4:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0px;
  background: #e62c58;
  content: "";
  margin: 8px 0;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.thm-btn4:hover:before {
  width: 30px;
}

/*____Thm Btn5___ */
.thm-btn5 {
  position: relative;
  display: inline-block;
  padding: 0 37px;
  color: #ffffff;
  font-size: 13px;
  line-height: 51px;
  font-weight: 700;
  text-transform: uppercase;
  border: 2px solid #f07f0d;
  font-family: "Montserrat", sans-serif;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.thm-btn5 i {
  position: relative;
  display: inline-block;
  padding-left: 10px;
}
.thm-btn5:hover {
  color: #ffffff;
  background: #f07f0d;
  border: 2px solid #f07f0d;
}

/*____Thm Btn6___ */
.thm-btn6 {
  position: relative;
  display: inline-block;
  padding: 0 60px;
  background: #0c5027;
  color: #ffffff;
  font-size: 16px;
  line-height: 56px;
  font-weight: 600;
  text-transform: capitalize;
  border: 2px solid #0c5027;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.thm-btn6:hover {
  color: #0c5027;
  border: 2px solid #0c5027;
  background: transparent;
}

.shop-btn {
  position: relative;
  display: inline-block;
  padding: 0 50px;
  background: #0c5027;
  color: #ffffff;
  font-size: 16px;
  line-height: 60px;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.slide-btn-one {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  background: #131313;
  color: #ffffff;
  font-size: 16px;
  line-height: 60px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.slide-btn-one:hover {
  color: #131313;
  background: #e7b218;
}

/*____Sec Title Style1___ */
.sec-title-style1 {
  position: relative;
  display: block;
  margin-top: -4px;
  padding-bottom: 12px;
}
.sec-title-style1.pdb-52 {
  padding-bottom: 52px;
}
.sec-title-style1 .title {
  position: relative;
  display: block;
  color: #0c5027;
  font-size: 13px;
  line-height: 16px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
.sec-title-style1 .title span {
  position: relative;
  display: inline-block;
}
.sec-title-style1 .title .dotted-left {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-right: 10px;
  width: 25px;
  height: 5px;
}
.sec-title-style1 .title .dotted-left:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 5px;
  background: #0c5027;
  border-radius: 50%;
  content: "";
}
.sec-title-style1 .title .dotted-left:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 5px;
  background: #0c5027;
  border-radius: 50%;
  content: "";
}
.sec-title-style1 .title .dotted-left .dot {
  position: relative;
  display: block;
  width: 5px;
  height: 5px;
  background: #0c5027;
  border-radius: 50%;
  margin: 0 auto;
}

.sec-title-style1 .big-title {
  position: relative;
  display: block;
  padding: 20px 0 0;
  color: #1d1d1d;
  font-size: 36px;
  line-height: 42px;
  font-weight: 800;
  text-transform: none;
  font-family: "Montserrat", sans-serif;

  color: #0c5027;
  display: block;
  line-height: 0.85;
  margin-bottom: 30px;
  padding-bottom: 18px;
}
.big-title span {
  font-size: 36px;
  line-height: 42px;
  font-weight: 800;
  text-transform: none;
  font-family: "Montserrat", sans-serif;
  color: #0c5027;
  padding-bottom: 5px;
  border-bottom: 2px solid #f7941d;
}

.title-sm span {
  font-size: 26px;
}

.sec-title-style1 .title .dotted-right {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-left: 10px;
  width: 25px;
  height: 5px;
}
.sec-title-style1 .title .dotted-right:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 5px;
  background: #0c5027;
  border-radius: 50%;
  content: "";
}
.sec-title-style1 .title .dotted-right:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 5px;
  background: #0c5027;
  border-radius: 50%;
  content: "";
}
.sec-title-style1 .title .dotted-right .dot {
  position: relative;
  display: block;
  width: 5px;
  height: 5px;
  background: #0c5027;
  border-radius: 50%;
  margin: 0 auto;
}

/*____Sec Title Style2___ */
.sec-title-style2 {
  position: relative;
  display: block;
  padding-bottom: 49px;
}
.sec-title-style2 .icon {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  background: #ffffff;
  border-radius: 30px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 5px 3px #f3f3f3;
  box-shadow: 0px 0px 5px 3px #f3f3f3;
}
.sec-title-style2 .icon.center {
  margin: 0 auto;
}
.sec-title-style2 .icon span:before {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 80px;
  background: -webkit-linear-gradient(#fe8604, #e83550);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec-title-style2 .title {
  position: relative;
  display: block;
  padding: 24px 0 0;
  color: #1b1b1b;
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  text-transform: none;
  font-family: "Poppins", sans-serif;
}
.sec-title-style2 .title span {
  position: relative;
  display: inline-block;
}
.sec-title-style2 .title span:before {
  position: absolute;
  left: 0;
  bottom: 6px;
  right: 0;
  height: 5px;
  content: "";
  background: #ff8b00;
  background: -moz-linear-gradient(left, #ff8b00 0%, #f66821 50%, #e62d57 100%);
  background: -webkit-linear-gradient(
    left,
    #ff8b00 0%,
    #f66821 50%,
    #e62d57 100%
  );
  background: linear-gradient(to right, #ff8b00 0%, #f66821 50%, #e62d57 100%);
}

/*____Sec Title Style3___ */
.sec-title-style3 {
  position: relative;
  display: block;
  margin-top: -2px;
  padding-bottom: 48px;
}
.sec-title-style3 h6 {
  color: #f7941d;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 18px;
  font-family: "Poppins", sans-serif;
}
.sec-title-style3 h6.clr-white {
  color: #ffffff;
}
.sec-title-style3 .title {
  position: relative;
  display: block;
  padding: 22px 0 0;
  color: #1b1b1b;
  font-size: 36px;
  line-height: 48px;
  font-weight: 600;
  text-transform: none;
  font-family: "Poppins", sans-serif;
}
.sec-title-style3 .title.clr-white {
  color: #ffffff;
}

.sec-title-style3 .borders {
  position: relative;
  display: block;
  width: 80px;
  height: 10px;
}
.sec-title-style3 .borders.center {
  margin: 0 auto;
}
.sec-title-style3 .borders:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  border: 2px solid #f7941d;
  border-radius: 50%;
  content: "";
}
.sec-title-style3 .borders:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  border: 2px solid #f7941d;
  border-radius: 50%;
  content: "";
}
.sec-title-style3 .borders span {
  position: relative;
  display: block;
  width: 50px;
  height: 10px;
  background: transparent;
  margin: 0px auto 0;
}
.sec-title-style3 .borders span:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 2px;
  background: #f7941d;
  content: "";
  margin: 4px 0;
}

/*____Sec Title Style4___ */
.sec-title-style4 {
  position: relative;
  display: block;
  padding-bottom: 52px;
}
.sec-title-style4.max-witdth {
  position: relative;
  display: block;
  max-width: 770px;
  margin: 0 auto 0;
  margin-top: 0px;
  padding-bottom: 52px;
}
.sec-title-style4 .title {
  position: relative;
  display: block;
  padding: 0 0 18px;
  color: #443087;
  font-size: 36px;
  line-height: 48px;
  font-weight: 600;
  text-transform: none;
  margin-top: -8px;
  font-family: "Poppins", sans-serif;
}
.sec-title-style4 .title.clr-white {
  color: #ffffff;
}
.sec-title-style4 .border-box {
  position: relative;
  display: block;
  width: 60px;
  height: 6px;
  border-radius: 5px;
  background: #453188;
  background: -moz-linear-gradient(left, #453188 0%, #5b50b4 50%, #7675ea 100%);
  background: -webkit-linear-gradient(
    left,
    #453188 0%,
    #5b50b4 50%,
    #7675ea 100%
  );
  background: linear-gradient(to right, #453188 0%, #5b50b4 50%, #7675ea 100%);
}
.sec-title-style4 .border-box.center {
  margin: 0 auto;
}
.sec-title-style4 .text {
  position: relative;
  display: block;
  padding-top: 33px;
}
.sec-title-style4 .text p {
  color: #7e7e7e;
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}

/*____Sec Title Style4___ */
.sec-title-style5 {
  position: relative;
  display: block;
  margin-top: -2px;
  padding-bottom: 38px;
}
.sec-title-style5 .border-box {
  position: relative;
  display: block;
  overflow: hidden;
}
.sec-title-style5 h6 {
  position: relative;
  display: inline-block;
  float: left;
  color: #f07f0d;
  font-size: 13px;
  line-height: 13px;
  font-weight: 800;
  text-transform: uppercase;
}
.sec-title-style5.center h6 {
  float: none;
}

.sec-title-style5 .border-box .border-left {
  position: relative;
  display: inline-block;
  float: left;
  margin-top: 5px;
  margin-right: 20px;
  width: 80px;
  height: 2px;
  background: #f07f0d;
  border: none !important;
}
.sec-title-style5 .border-box .border-right {
  position: relative;
  display: inline-block;
  float: right;
  margin-top: 5px;
  margin-left: 0px;
  width: 80px;
  height: 2px;
  background: #f07f0d;
  border: none !important;
}
.sec-title-style5 .border-box.right h6 {
  float: right;
  margin-right: 20px;
}

.sec-title-style5 .title {
  position: relative;
  display: block;
  padding: 19px 0 0;
  color: #ffffff;
  font-size: 36px;
  line-height: 50px;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
}
.sec-title-style5.center .title {
  padding: 12px 0 0;
}

.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-style-one {
}
.owl-nav-style-one .owl-controls {
}
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 50%;
  color: #909090;
  font-size: 24px;
  font-weight: 700;
  height: 50px;
  line-height: 46px;
  margin: 0 0 0 0px;
  padding: 0;
  width: 50px;
  border: 1px solid #f3f3f3;
  transition: all 700ms ease 0s;
}
.owl-nav-style-one.owl-theme .owl-nav .owl-next {
  margin-left: 10px;
}
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover {
  border-color: #172272;
  color: #172272;
}

.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;
}

.accordion-box {
  position: relative;
  display: block;
}
.accordion-box .accordion {
  position: relative;
  display: block;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 2px 10px 3px #f6f6f6;
  box-shadow: 0px 2px 10px 3px #f6f6f6;
}
.accordion-box .accordion .accord-btn {
  position: relative;
  display: block;
  cursor: pointer;
  background: #ffffff;
  padding-left: 40px;
  padding-right: 70px;
  padding-top: 22px;
  padding-bottom: 22px;
  transition: all 500ms ease;
}
.accordion-box .accordion .accord-btn h4 {
  color: #131313;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  transition: all 500ms ease;
}
.accordion-box .accordion .accord-btn::after {
  font-family: "icomoon";
  position: absolute;
  content: "\e9ac";
  top: 23px;
  right: 40px;
  color: #b5b5b5;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  transition: all 500ms ease 0s;
}
.accordion-box .accordion .accord-btn.active {
  background: #005299;
  transition: all 500ms ease;
}
.accordion-box .accordion .accord-btn.active h4 {
  color: #ffffff;
}
.accordion-box .accordion .accord-btn.active:after {
  color: #4eaaf9;
}
.accordion-box .accordion .accord-content {
  position: relative;
  display: block;
  padding-top: 26px;
  padding-bottom: 24px;
  padding-left: 40px;
  padding-right: 35px;
  display: none;
}
.accordion-box .accordion .accord-content.collapsed {
  display: block;
}
.accordion-box .accordion .accord-content p {
  margin: 0;
}

.owl-carousel.style1 .owl-nav [class*="owl-"] {
  position: relative;
  display: inline-block;
  background: #ffffff;
  width: 60px;
  height: 60px;
  border: 2px solid #e8e8e8;
  line-height: 62px;
  margin: 0 7.5px;
  padding: 0;
  transition: all 700ms ease 100ms;
  border-radius: 50%;
  text-align: center;
}
.owl-carousel.style1 .owl-nav [class*="owl-"] span:before {
  position: relative;
  display: block;
  color: #adadad;
  font-size: 25px;
  font-weight: 400;
  transition: all 700ms ease 200ms;
}
.owl-carousel.style1 .owl-nav [class*="owl-"]:hover span:before {
  color: #0c5027;
}
.owl-carousel.style1 .owl-nav [class*="owl-"]:hover {
  border-color: #0c5027;
}

.boxed_wrapper {
  background: #fff none repeat scroll 0 0;
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 320px;
  min-height: 400px;
  overflow: hidden;
}

/*________________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);
}
.preloader.style-three {
  background-image: url(../images/icon/preloader-2.gif);
}
.preloader.style-four {
  background-image: url(../images/icon/preloader-3.gif);
}

/*** Scroll To Top style ***/

.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 60px;
  height: 60px;
  border: 2px solid #242424;
  background: transparent;
  border-radius: 50%;
  color: #fddb4e;
  font-size: 20px;
  line-height: 50px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  display: none;
  cursor: pointer;
  -webkit-animation: pulse 2s infinite;
  -o-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  font-family: "Poppins", sans-serif;
  transform: rotate(180deg);
  z-index: 999;
}
.scroll-top span:before {
  position: relative;
  display: block;
  line-height: 50px;
}
.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 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.style2 {
  border-radius: 20px;
  border: none;
  background: #ff8b00;
  background: -moz-linear-gradient(left, #ff8b00 0%, #f66821 50%, #e62d57 100%);
  background: -webkit-linear-gradient(
    left,
    #ff8b00 0%,
    #f66821 50%,
    #e62d57 100%
  );
  background: linear-gradient(to right, #ff8b00 0%, #f66821 50%, #e62d57 100%);
}
.scroll-top.style3 {
  color: #7e7e7e;
  border-radius: 0;
  width: 50px;
  height: 50px;
  font-size: 16px;
  border: 1px solid #292929;
}
.scroll-top.style3:hover {
}

.scroll-top.style4 {
  color: #ffffff;
  border-radius: 20px;
  border: none;
  background: #443087;
  background: -moz-linear-gradient(top, #443087 0%, #5b50b5 50%, #7675e9 100%);
  background: -webkit-linear-gradient(
    top,
    #443087 0%,
    #5b50b5 50%,
    #7675e9 100%
  );
  background: linear-gradient(to bottom, #443087 0%, #5b50b5 50%, #7675e9 100%);
}

/* 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 8px;
}
.post-pagination li a {
  position: relative;
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 2px solid #ededed;
  color: #1b1b1b;
  font-size: 16px;
  line-height: 46px;
  font-weight: 600;
  transition: all 500ms ease 0s;
  font-family: "Poppins", sans-serif;
}
.post-pagination li a i {
  display: block;
  color: #c1c1c1;
  font-size: 22px;
  line-height: 46px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.post-pagination li.active a,
.post-pagination li:hover a {
  color: #0c5027;
  border-color: #0c5027;
}
.post-pagination li.active a i,
.post-pagination li:hover a i {
  color: #0c5027;
}

/* 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(22, 36, 217, 0.9);
}
.overlay-style-one.bg2 {
  background-color: rgba(0, 0, 0, 0.8);
}
.overlay-style-one.bg3 {
  background-color: rgba(37, 16, 158, 0.9);
}
.overlay-style-one .box {
  display: table;
  height: 100%;
  width: 100%;
}
.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);
}

.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: 16px;
  color: #e9212e;
}

.social-links-style1 {
  position: relative;
  display: block;
  overflow: hidden;
}
.social-links-style1 li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.social-links-style1 li:last-child {
  margin-right: 0px;
}
.social-links-style1 li a i {
  position: relative;
  display: block;
  background: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #24119e;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  transition: all 500ms ease;
}
.social-links-style1 li a:hover i {
  color: #ffffff;
  background: #ff8b00;
  background: -moz-linear-gradient(left, #ff8b00 0%, #f66821 50%, #e62d57 100%);
  background: -webkit-linear-gradient(
    left,
    #ff8b00 0%,
    #f66821 50%,
    #e62d57 100%
  );
  background: linear-gradient(to right, #ff8b00 0%, #f66821 50%, #e62d57 100%);
}

.sociallinks-style-two {
  position: relative;
  display: block;
  overflow: hidden;
}
.sociallinks-style-two li {
  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: 14px;
  line-height: 30px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.sociallinks-style-two li a:hover i {
  color: #0c5027;
}

/* Update header Style */
@keyframes menu_sticky {
  0% {
    margin-top: -90px;
  }
  50% {
    margin-top: -74px;
  }
  100% {
    margin-top: 0;
  }
}

/*** 
============================================
	Hidden Sidebar style
============================================
***/
.hidden-bar {
  position: fixed;
  top: 0;
  width: 320px;
  height: 100%;
  background: #1d1d1d;
  z-index: 9999999999;
  transition: all 700ms ease;
}
.hidden-bar .mCSB_inside > .mCSB_container {
  margin-right: 0px;
}
.hidden-bar.right-align {
  right: -400px;
}
.hidden-bar.right-align.visible-sidebar {
  right: 0px;
  transition-delay: 300ms;
}
.hidden-bar .hidden-bar-closer {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  background: none;
  color: #ffffff;
  border-radius: 0px;
  text-align: center;
  line-height: 40px;
  transition: all 300ms ease;
  z-index: 999999;
}
.hidden-bar .hidden-bar-closer button {
  background: none;
  display: block;
  font-size: 40px;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.hidden-bar .hidden-bar-closer button span:before {
  font-size: 30px;
  line-height: 30px;
}
.hidden-bar .hidden-bar-closer:hover button {
  color: #ffffff;
}

.hidden-bar-wrapper {
  height: 100%;
  padding: 30px 10px 30px 30px;
}
.hidden-bar .logo {
  padding: 0px 0px 30px;
}
.hidden-bar .logo a {
  display: inline-block;
}
.hidden-bar .logo img {
  display: inline-block;
  max-width: 100%;
}

.hiddenbar-about-us {
  position: relative;
  display: block;
}
.hiddenbar-about-us h3 {
  font-size: 20px;
  color: #ffffff;
  margin: 0 0 18px;
}
.hiddenbar-about-us .text {
  display: block;
}
.hiddenbar-about-us .text p {
  color: #838383;
  margin: 0;
}

.hidden-bar .contact-info-box {
  position: relative;
  display: block;
  padding-top: 36px;
}
.hidden-bar .contact-info-box h3 {
  font-size: 20px;
  color: #ffffff;
  margin: 0 0 23px;
}
.hidden-bar .contact-info-box ul {
  position: relative;
  display: block;
}
.hidden-bar .contact-info-box ul li {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 16px;
}
.hidden-bar .contact-info-box ul li:last-child {
  margin-bottom: 0;
}
.hidden-bar .contact-info-box ul li h5 {
  color: #ffffff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  margin: 0 0 11px;
}
.hidden-bar .contact-info-box ul li p {
  color: #838383;
  margin: 0;
}

.hidden-bar .newsletter-form-box {
  position: relative;
  display: block;
  padding-top: 36px;
  padding-right: 20px;
}
.hidden-bar .newsletter-form-box h3 {
  font-size: 20px;
  color: #ffffff;
  margin: 0 0 24px;
}
.hidden-bar .newsletter-form-box form {
  position: relative;
  display: block;
}
.hidden-bar .newsletter-form-box form input[type="email"] {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  color: #8b8b8b;
  font-size: 15px;
  padding: 0 20px;
  padding-right: 60px;
  transition: all 500ms ease;
}
.hidden-bar .newsletter-form-box form button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 50px;
  text-align: center;
}
.hidden-bar .newsletter-form-box form button:before {
  position: absolute;
  top: 12px;
  left: 0;
  bottom: 12px;
  width: 2px;
  background: #eeeeee;
  content: "";
}
.hidden-bar .newsletter-form-box form button i {
  position: relative;
  top: 2px;
  color: #061f2e;
  font-size: 20px;
  line-height: 20px;
}

.hidden-bar .copy-right-text {
  position: relative;
  display: block;
  padding-top: 44px;
}
.hidden-bar .copy-right-text p {
  color: #8b9397;
  margin: 0;
}

/*==============================================
    Main Header Css        
===============================================*/
.main-header {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  background: transparent;
  padding-bottom: 40px;
  z-index: 9999999;
  transition: all 300ms ease;
}
.main-header.fixed-header {
  padding-bottom: 20px;
  background: rgba(22, 36, 217, 0.9);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.main-header.fixed-header .outer-container .top-bar {
  padding-top: 20px;
}
.main-header.fixed-header .main-menu .navigation > li > a {
  padding: 40px 0px;
}
.main-header.fixed-header .anim-menu-btn:before {
  visibility: hidden;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.main-header.fixed-header .anim-menu-btn:after {
  visibility: hidden;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.main-header .header-upper {
  position: relative;
  display: block;
  padding: 0 100px;
  z-index: 5;
}
.main-header .outer-container {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.main-header .outer-container .top-bar {
  position: relative;
  display: block;
  padding-top: 40px;
  width: 100%;
  transition: all 300ms ease;
}

.main-header .header-upper .logo-box {
  position: relative;
}
.main-header .logo {
  position: relative;
}
.main-header .logo a.mar9-0 {
  display: inline-block;
  margin: 9px 0;
}

.navbar-btn-wrap {
  position: relative;
}
.anim-menu-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 60px;
  height: 60px;
  background: #ddd;
  border-radius: 50%;
}
.anim-menu-btn span {
  position: absolute;
  top: 0;
  left: -150px;
  bottom: 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.anim-menu-btn span:before {
  position: absolute;
  left: 0;
  bottom: 20px;
  right: 0;
  height: 2px;
  background: #ffffff;
  content: "";
}

.anim-menu-btn:before {
  position: absolute;
  top: 135px;
  left: 0px;
  right: 0;
  content: "MENU";
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  letter-spacing: 5px;
  transform: rotate(90deg);
}
.anim-menu-btn:after {
  position: absolute;
  top: 70px;
  left: 0px;
  right: 0;
  content: "";
  background: url(../images/shape/line-3.png);
  width: 9px;
  height: 40px;
  margin: 0 auto;
  transform: rotate(0deg);
}
.anim-menu-btn__icon {
  position: relative;
  display: block;
  width: 2px;
  height: 25px;
  background: #0c5027;
  transform: scale(1);
}
.anim-menu-btn__icon::before,
.anim-menu-btn__icon::after {
  position: absolute;
  bottom: 0;
  left: 7px;
  content: "";
  width: 2px;
  height: 20px;
  background: #0c5027;
}
.anim-menu-btn__icon::after {
  left: -7px;
}

.anim-menu-btn__icon--close {
  transition: transform 0.2s, background-size 0.2s;
}
.anim-menu-btn:active .anim-menu-btn__icon--close {
  transform: scale(1);
}
.anim-menu-btn--state-b .anim-menu-btn__icon--close {
  transform: scale(1);
}

.anim-menu-btn__icon--close::before {
  transform: translateY(0) rotate(0);
}
.anim-menu-btn--state-b .anim-menu-btn__icon--close::before {
  transform: translateY(1) rotate(45deg);
}

.anim-menu-btn__icon--close::after {
  transform: translateY(0) rotate(0);
}
.anim-menu-btn--state-b .anim-menu-btn__icon--close::after {
  transform: translateY(1) rotate(-45deg);
}

.anim-menu-btn__icon--close::before,
.anim-menu-btn__icon--close::after {
  transition: inherit;
}

.nav-outer .mobile-nav-toggler {
  position: relative;
  font-size: 30px;
  line-height: 40px;
  cursor: pointer;
  color: #fff;
  padding: 29px 30px;
  display: none;
  right: 0;
  background-color: #1c1e25;
}

.main-header .nav-outer {
  position: absolute;
  top: 0;
  right: 70px;
  z-index: 99999;
}
.main-header .nav-outer .nav-inner {
  position: relative;
  display: block;
  padding: 0 40px;
  background-color: rgba(9, 9, 9, 0.9);
  opacity: 0;
}
.main-header .nav-outer .nav-inner.close-menu {
  pointer-events: none;
}

.main-menu {
  position: relative;
}
.main-menu .navbar-collapse {
  padding: 0px;
}
.main-menu .navigation {
  position: relative;
  margin: 0px;
}
.main-menu .navigation > li {
  position: relative;
  float: left;
  margin-right: 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-menu .navigation > li:last-child {
  margin-right: 0;
}
.main-menu .navigation > li > a {
  position: relative;
  display: block;
  padding: 60px 0px;
  color: #a6a6a6;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 1;
  font-family: "Poppins", sans-serif;
  -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:hover > a,
.main-menu .navigation > li.current > a {
  color: #ffffff;
}
.main-menu .navigation > li > ul {
  position: absolute;
  top: 100%;
  left: inherit;
  width: 370px;
  padding: 23px 0;
  z-index: 100;
  display: none;
  border-top: 5px solid transparent;
}
.main-menu .navigation > li > ul:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: "";
  background: #0c5027;
  z-index: -1;
}
.main-menu .navigation > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
}
.main-menu .navigation > li > ul > li {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 30px;
}
.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 0px;
  color: #a6a6a6;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  letter-spacing: 1px;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: "Muli", sans-serif;
}
.main-menu .navigation > li > ul > li:hover > a {
  color: #ffffff;
  padding-left: 15px;
}
.main-menu .navigation > li > ul > li > a:before {
  position: absolute;
  top: 17px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #ffffff;
  border-radius: 50%;
  content: "";
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
}
.main-menu .navigation > li > ul > li:hover > a:before {
  opacity: 1;
  visibility: visible;
}
.main-menu .navigation > li > ul > li > a:after {
  position: absolute;
  left: 0;
  bottom: 16px;
  width: 4px;
  height: 4px;
  background: #ffffff;
  border-radius: 50%;
  content: "";
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
}
.main-menu .navigation > li > ul > li:hover > a:after {
  opacity: 1;
  visibility: visible;
}

.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 0%;
  width: 270px;
  z-index: 101;
  padding: 23px 0;
  display: none;
  background: #1d1d1d;
  -webkit-box-shadow: 0px 3px 5px 2px rgba(23, 23, 23, 0.8);
  box-shadow: 0px 3px 5px 2px rgba(23, 23, 23, 0.8);
}
.main-menu .navigation li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  left: 100%;
  top: 0%;
}
.main-menu .navigation > li > ul > li.dropdown > ul.from-right {
  left: auto;
  right: 100%;
}
.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 20px;
}
.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 0px;
  color: #a6a6a6;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  letter-spacing: 1px;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: "Muli", sans-serif;
}
.main-menu .navigation > li > ul > li > ul > li > a:hover {
  color: #ffffff;
  padding-left: 15px;
}
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 34px;
  height: 30px;
  border: 1px solid #ffffff;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
  display: none;
}

/**
.main-header .nav-toggler{
	position: relative;
	text-align: center;
}
.main-header .nav-toggler .nav-btn{
	position:relative;
	color: #ffffff;
	font-size: 28px;
	line-height: 39px;
	padding: 15px 0;
	width: 80px;
	font-weight:normal;
	background:none;
	background-color: var(--theme-color);
}
.main-header .nav-toggler .nav-btn .icon{
	display: inline-block;
}
.main-header .dropdown-toggle::after{
	display: none;
}
***/

/*** 
=====================================
	Mobile Menu
=====================================
***/
.mobile-menu {
  position: fixed;
  left: -500px;
  top: 0;
  width: 425px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  z-index: 999;
  transform: translate3d(0, 0, 0) !important;
  z-index: 999999999;
}
.mobile-menu .menu-box {
  position: absolute;
  top: 0px;
  left: 0;
  bottom: 0px;
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #1d1d1d;
  padding: 0px 0px;
  border-radius: 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 100px;
}

.mobile-menu-visible {
  overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}
.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.9);
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
  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-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  transition: all 0.7s ease;
  transform: translateX(0%);
}
.mobile-menu .close-btn {
  position: absolute;
  right: 3px;
  top: 3px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  font-size: 14px;
  color: #202020;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}
.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.mobile-menu .close-btn:hover {
  opacity: 0.5;
}

.mobile-menu .navigation {
  position: relative;
  width: 100%;
}
.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-bottom: 1px solid #151515;
}
.mobile-menu .navigation li > ul > li:last-child {
  border-bottom: none;
}
.mobile-menu .navigation li > ul > li:first-child {
  border-top: none;
}
.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 30px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 15px;
  top: 0px;
  width: 44px;
  height: 44px;
  text-align: center;
  font-size: 16px;
  line-height: 44px;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  width: 1px;
  height: 24px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
  display: none;
}
.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 103;
  width: 100%;
  background: rgba(37, 36, 37, 0.71);
  display: block;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

@media only screen and (min-width: 1200px) {
  .mobile-menu .menu-box {
    display: none;
  }
  .mobile-menu {
    pointer-events: none;
  }
}

/*** 
=====================================================
	Main Slider style
=====================================================
***/
.main-slider {
  position: relative;
  z-index: 10;
}
.main-slider .tp-caption {
  z-index: 5;
}
.main-slider .tp-dottedoverlay {
  background: none !important;
}
.main-slider .slide-content {
  position: relative;
  display: block;
}
.main-slider .slide-content .big-title {
  position: relative;
  color: #ffffff;
  font-size: 80px;
  line-height: 1.1em;
  font-weight: 900;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.main-slider .slide-content .big-title span {
  font-weight: 500;
  text-transform: capitalize;
  font-family: "Playfair Display", serif;
}
.main-slider .slide-content.right-slide .big-title {
  text-transform: none;
  line-height: 1.3em;
}
.main-slider .slide-content .big-title.style2 {
  text-transform: none;
  line-height: 1.3em;
}
.main-slider .slide-content .btn-box {
  position: relative;
  display: block;
}
.main-slider .slide-content .btn-box a {
}
.slide-btn1 {
  position: relative;
  display: inline-block;
  padding-left: 85px;
  color: #ffffff;
  font-size: 16px;
  line-height: 55px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  background: url(../images/icon/slide-btn1-bg.png);
  background-repeat: no-repeat;
  background-position: left;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.slide-btn1:hover {
  color: #fddb4e;
  padding-left: 80px;
}
.slide-btn2 {
  position: relative;
  display: inline-block;
  padding: 0 70px;
  background: #ffffff;
  color: #1b1b1b;
  font-size: 16px;
  line-height: 60px;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.slide-btn2:hover {
  color: #000000;
  background: #fddb4e;
}
.main-slider .slide-content .title {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.main-slider .slide-content .agency {
  position: relative;
  display: block;
}
.main-slider .slide-content .agency ul {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
}
.main-slider .slide-content .agency ul li {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 100px;
  line-height: 74px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 -5px;
  font-family: "Poppins", sans-serif;
}
.main-slider .slide-content .agency ul li span {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 2px;
}
.main-slider .slide-content .agency ul li span:before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 2px;
  background: #ffffff;
  content: "";
  margin: 0 auto;
}
.main-slider .slide-content .text {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  font-family: "Muli", sans-serif;
}
.main-slider .slide-content.right-slide .text {
  text-align: left;
}
.main-slider .slide-content .text.style2 {
  text-align: left;
}
.main-slider .slide-content .video-holder-box {
}
.main-slider .slide-content .video-holder-box a {
  position: relative;
  display: block;
  background: #ffa16a;
  height: 125px;
  width: 125px;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
}
.main-slider .slide-content .video-holder-box a:hover {
  background: #fddb4e;
}
.main-slider .slide-content .video-holder-box a span:before {
  position: relative;
  display: block;
  text-align: center;
  font-size: 40px;
  line-height: 125px;
}
.video-holder-box .img-holder:hover .icon-holder .icon .inner a {
  transform: rotate(360deg);
}

.slider-sociallinks-search-box {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding: 19px 0;
}
.slider-sociallinks-search-box .sociallinks {
  position: relative;
  display: block;
}
.slider-sociallinks-search-box .sociallinks .sociallinks-style-two {
  padding-left: 85px;
}
.slider-sociallinks-search-box .sociallinks .sociallinks-style-two:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 70px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  content: "";
  margin: 14px 0;
}
.slider-sociallinks-search-box .sociallinks .sociallinks-style-two li {
}
.slider-sociallinks-search-box
  .sociallinks
  .sociallinks-style-two
  li
  a:hover
  i {
  color: #fddb4e;
}

.slider-search-box {
  position: relative;
  display: block;
  width: 80px;
  top: -17px;
}
.slider-search-box form.search-form {
  position: relative;
  display: block;
  width: 100%;
}
.slider-search-box .search-form input[type="text"] {
  position: relative;
  display: block;
  background: transparent;
  border: 0px solid;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  height: 35px;
  letter-spacing: 0.1em;
  padding-left: 0px;
  padding-right: 0;
  transition: all 500ms ease 0s;
}
.slider-search-box .search-form button {
  position: absolute;
  top: 18px;
  left: -40px;
  width: 30px;
  height: 30px;
  background: transparent;
  color: #ffffff;
  display: block;
  padding: 0;
  text-align: center;
  line-height: 30px;
  transition: all 500ms ease 0s;
  border-radius: 0;
}
.slider-search-box .search-form button i {
  font-size: 14px;
}
.slider-search-box .search-form input[type="text"]:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
  color: #ffffff;
}
.slider-search-box .search-form input[type="text"]:focus + button,
.slider-search-box .search-form button:hover {
  color: #1b1b1b;
  background: #fddb4e;
}
.slider-search-box .search-form input::-webkit-input-placeholder {
  color: #ffffff;
}
.slider-search-box .search-form input:-moz-placeholder {
  color: #ffffff;
}
.slider-search-box .search-form input::-moz-placeholder {
  color: #ffffff;
}
.slider-search-box .search-form input:-ms-input-placeholder {
  color: #ffffff;
}

/*** 
=====================================================
	Main Slider Style2 style
=====================================================
***/
.main-slider.style2 {
  position: relative;
  display: block;
  z-index: 10;
}
.main-slider.style2 .slide-content .title {
  position: relative;
  display: inline-block;
  height: 50px;
  padding: 19px 40px 11px;
  background: transparent;
  color: #cc4b24;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  border-radius: 5px;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  z-index: 1;
}
.main-slider.style2 .slide-content .title:before {
  position: absolute;
  top: 7px;
  left: 0px;
  right: 0px;
  height: 43px;
  background-color: rgba(255, 255, 255, 1);
  content: "";
  border-radius: 5px;
  z-index: -1;
}
.main-slider.style2 .slide-content .title:after {
  position: absolute;
  top: 0px;
  left: 15px;
  right: 15px;
  height: 7px;
  background-color: rgba(255, 255, 255, 0.45);
  content: "";
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  z-index: -1;
}
.main-slider.style2 .slide-content .big-title {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 72px;
  line-height: 1.1em;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.main-slider.style2 .slide-content .text {
  position: relative;
  display: block;
  padding: 0;
  border: none;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.6em;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
  font-family: "Nunito Sans", sans-serif;
}
.main-slider.style2 .tp-bullets {
}
.main-slider.style2 .hermes .tp-bullet {
  position: absolute !important;
  display: inline-block !important;
  margin: 0px 10px !important;
  width: 12px;
  height: 12px;
}
.main-slider.style2 .hermes .tp-bullet:after {
  position: absolute;
  content: " ";
  bottom: 0;
  height: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 1px #fff;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.tp-bullet.selected,
.tp-bullet:hover {
  background: #fff;
}

/*** 
=====================================================
	Main Slider Style3 Css
=====================================================
***/
.main-slider.style3 .slide-content .title {
  position: relative;
  display: block;
  color: #ec6b15;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.main-slider.style3 .slide-content .big-title {
  position: relative;
  color: #131313;
  font-size: 72px;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
}
.main-slider.style3 .slide-content .text {
  position: relative;
  display: block;
  padding: 0;
  border: none;
  color: #828282;
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 600;
  letter-spacing: normal;
  text-transform: none;
  font-family: "Nunito Sans", sans-serif;
}
.main-slider.style3 .slide-content .btn-box a {
  line-height: 60px;
  padding: 0 55px;
}
.main-slider.style3 .slide-content .btn-box span {
  position: relative;
  display: inline-block;
  padding-left: 19px;
  padding-right: 16px;
  color: #828282;
  font-size: 20px;
  font-weight: 600;
  font-family: "Nunito Sans", sans-serif;
}
.main-slider.style3 .slide-content .btn-box a.style2 {
  color: #ec6b15;
  line-height: 56px;
  border: 2px solid #ec6b15;
  background: transparent;
}
.main-slider.style3 .slide-content .btn-box a.style2:hover {
  color: #ffffff;
  background: #ec6b15;
}

/*** 
=====================================================
	Main Slider Style4 Css
=====================================================
***/
.main-slider.style4 .slide-content .title {
  position: relative;
  display: block;
  color: #4eaaf9;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.main-slider.style4 .slide-content.clr2 .title {
  color: #4eaaf9;
}
.main-slider.style4 .slide-content .big-title {
  position: relative;
  color: #ffffff;
  font-size: 64px;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.main-slider.style4 .slide-content.clr2 .big-title {
  color: #131313;
}
.main-slider.style4 .slide-content .text {
  position: relative;
  display: block;
  padding: 0;
  border: none;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 600;
  letter-spacing: normal;
  text-transform: none;
  font-family: "Nunito Sans", sans-serif;
}
.main-slider.style4 .slide-content.clr2 .text {
  color: #828282;
}
.main-slider.style4 .slide-content .btn-box a {
  position: relative;
  display: inline-block;
  color: #131313;
  font-size: 16px;
  line-height: 55px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 0 50px;
  background: #ffffff;
  font-family: "Poppins", sans-serif;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.main-slider.style4 .slide-content .btn-box a:hover {
  color: #ffffff;
  background: #005299;
}
.main-slider.style4 .slide-content.clr2 .btn-box a {
  color: #ffffff;
  background: #4eaaf9;
}
.main-slider.style4 .slide-content.clr2 .btn-box a:hover {
  color: #ffffff;
  background: #131313;
}

/*** 
=============================================
    About Area style1 Css      
=============================================
***/
.about-style1-area {
  position: relative;
  display: block;
}

.about-style1-left-content {
  position: relative;
  display: block;
  z-index: 1;
}
.about-style1-left-content .shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about-style1-left-content .shape .shape1 {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/shape/1.png);
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
}
.about-style1-left-content .shape .shape2 {
  position: absolute;
  top: 50px;
  left: 50px;
  background: url(../images/shape/2.png);
  background-repeat: no-repeat;
  width: 239px;
  height: 66px;
}
.about-style1-left-content .shape .shape3 {
  position: absolute;
  top: 50px;
  right: -70px;
  background: url(../images/shape/line-1.png);
  background-repeat: no-repeat;
  width: 100px;
  height: 13px;
  z-index: 3;
}
.about-style1-left-content .shape .shape4 {
  position: absolute;
  top: 140px;
  right: -70px;
  background: url(../images/shape/3.png);
  background-repeat: no-repeat;
  width: 117px;
  height: 130px;
  z-index: -1;
}
.about-style1-left-content img {
  position: relative;
  display: inline-block;
  float: right;
}
.video-holder-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.video-holder-box .outer {
  display: table;
  width: 100%;
  height: 100%;
}
.video-holder-box .outer .content-box {
  display: table-cell;
  vertical-align: middle;
}
.video-holder-box .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 400px;
  width: 100%;
}
.video-holder-box .img-holder img {
  width: 100%;
}
.video-holder-box .img-holder .icon-holder {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  content: "";
  background: rgba(255, 255, 255, 0.02);
  transition: all 900ms ease;
  z-index: 3;
  opacity: 1;
}
.video-holder-box .img-holder .icon-holder .icon {
  display: table;
  width: 100%;
  height: 100%;
}
.video-holder-box .img-holder .icon-holder .icon .inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.video-holder-box .img-holder .icon-holder .icon .inner a {
  position: relative;
  display: inline-block;
  height: 75px;
  width: 75px;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  transition: all 500ms ease;
}
.video-holder-box .img-holder .icon-holder .icon .inner a span:before {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 75px;
  line-height: 75px;
}
.video-holder-box .big-title {
  position: absolute;
  left: 0;
  bottom: 80px;
  right: 0;
  max-width: 400px;
  width: 100%;
  color: #0c5027;
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  font-family: "Knewave", cursive;
  text-align: center;
  transform: rotate(-30deg);
  z-index: 3;
}

.about-style1-content {
  position: relative;
  display: block;
  /*
  padding-top: 60px;
  padding-left: 100px;
  */
}
.about-style1-content .sec-title-style1 {
  padding-bottom: 15px;
}
.about-style1-content .inner-content {
  position: relative;
  display: block;
}
.about-style1-content .inner-content .text {
  position: relative;
  display: block;
  padding-bottom: 17px;
}

/*** 
=============================================
    Completed Works Area style
=============================================
***/
.latest-project-style1-area {
  position: relative;
  display: block;
  padding: 130px 0 130px;
  z-index: 1;
}
.latest-project-style1-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 247px;
  background-attachment: scroll;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: -1;
}
.latest-project-style1-area .sec-title-style1 {
}
.latest-project-style1-area .view-all-projects-button {
  position: relative;
  display: block;
  margin-top: 14px;
}
.latest-project-style1-area .outer-container {
  position: relative;
  padding: 0;
}
.latest-project-style1-area .outer-container .row {
  margin-left: 0px;
  margin-right: 0px;
}
.latest-project-style1-area .outer-container .row [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.single-project-style1 {
  position: relative;
  display: block;
}
.single-project-style1 .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
}
.single-project-style1 .img-holder img {
  width: 100%;
  transform: scale(1.01);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-property: all;
  transition-property: all;
}
.single-project-style1:hover .img-holder img {
  transform: scale(1.2) rotate(0deg);
}
.single-project-style1:hover .overlay-style-one {
  opacity: 1;
}

.single-project-style1 .overlay-style-one .inner h3 {
  position: relative;
  display: inline-block;
  padding-bottom: 9px;
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
  border-bottom: 2px solid #fddb4e;
  margin-bottom: 8px;
  transition: all 0.4s ease-in-out 0.1s;
  transform: translateY(-50px);
}
.single-project-style1:hover .overlay-style-one .inner h3 {
  transform: translateY(0px);
}
.single-project-style1 .overlay-style-one .inner h3 a {
  color: #ffffff;
}
.single-project-style1 .overlay-style-one .inner span {
  position: relative;
  display: block;
  color: #fddb4e;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  transform: translateY(50px);
  transition: all 0.4s ease-in-out 0.3s;
}
.single-project-style1:hover .overlay-style-one .inner span {
  transform: translateY(0px);
}

.single-project-style1 .img-holder .zoom-button {
  position: absolute;
  left: -60px;
  bottom: -60px;
  text-align: center;
  display: block;
  transform: rotateX(-90deg);
  opacity: 0;
  transition: all 300ms ease 200ms;
  z-index: 2;
}
.single-project-style1:hover .img-holder .zoom-button {
  opacity: 1;
  transform: rotateX(0deg);
  transition: all 700ms ease 800ms;
}
.single-project-style1 .img-holder .zoom-button a {
  position: relative;
  display: block;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  border: 15px solid rgba(255, 255, 255, 0.2);
  transition: all 500ms ease;
}
.single-project-style1 .img-holder .zoom-button a span:before {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 30px;
  line-height: 140px;
  margin-left: 30px;
  margin-top: -20px;
}
.single-project-style1 .img-holder .zoom-button a:hover {
  background: #0c5027;
}

/*** 
=============================================
    Services Style1 Area Style      
=============================================
***/
.whatwe-do-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 0px 0 90px;
}
.single-whatwe-do-box {
  position: relative;
  display: block;
  background: #ffffff;
  border: 1px solid #ededed;
  text-align: center;
  padding: 66px 39px 62px;
  z-index: 1;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  margin-bottom: 40px;
}
.single-whatwe-do-box:hover {
  -webkit-box-shadow: 0px 0px 15px 4px #ececec;
  box-shadow: 0px 0px 15px 4px #ececec;
}

.single-whatwe-do-box:before {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  border: 2px solid #0c5027;
  content: "";
  transform: scaleX(0);
  z-index: -1;
}
.single-whatwe-do-box:hover:before {
  transform: scaleX(1);
  transition: all 700ms ease 100ms;
}
.single-whatwe-do-box .top {
  position: relative;
  display: block;
  padding-bottom: 19px;
  border-bottom: 1px solid #ededed;
}
.single-whatwe-do-box .top:before {
  position: absolute;
  left: 0;
  bottom: -2px;
  right: 0;
  height: 2px;
  background: #0c5027;
  transform: scaleX(0);
  content: "";
}
.single-whatwe-do-box:hover .top:before {
  transform: scaleX(1);
  transition: all 700ms ease 100ms;
}

.single-whatwe-do-box .top h3 {
  font-size: 24px;
  font-weight: 700;
}
.single-whatwe-do-box .icon {
  position: relative;
  display: block;
  padding: 41px 0 21px;
}
.single-whatwe-do-box .icon span:before {
  color: #b6b6b6;
  font-size: 90px;
  transition: all 100ms ease 100ms;
}
.single-whatwe-do-box:hover .icon span:before {
  color: #0c5027;
  transition: all 700ms ease 500ms;
}
.single-whatwe-do-box .text {
  position: relative;
  display: block;
  padding-bottom: 32px;
}
.single-whatwe-do-box .text p {
  margin: 0;
}
.single-whatwe-do-box .button {
  position: relative;
  display: block;
}
.single-whatwe-do-box .button a {
}

/*** 
=============================================
    Fact Counter Area style
=============================================
***/
.fact-counter-area {
  position: relative;
  display: block;
  background-attachment: scroll;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 130px 0 130px;
  z-index: 1;
}
.fact-counter-area::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.01) none repeat scroll 0 0;
  content: "";
  z-index: -1;
}
.fact-counter {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.single-fact-counter {
  position: relative;
  display: block;
  max-width: 585px;
  width: 100%;
  border-bottom: 1px solid #1e1e1e;
  border-right: 1px solid #1e1e1e;
  padding-top: 24px;
  padding-bottom: 66px;
}
.single-fact-counter:nth-child(2) {
  border-right: none;
  padding-left: 70px;
}
.single-fact-counter:nth-child(3) {
  border-bottom: none;
  padding-top: 64px;
  padding-bottom: 24px;
}
.single-fact-counter:nth-child(4) {
  border-right: none;
  border-bottom: none;
  padding-top: 64px;
  padding-left: 70px;
  padding-bottom: 24px;
}

.single-fact-counter .count-box {
  width: 190px;
}
.single-fact-counter .count-box h1 {
  position: relative;
  color: #ffffff;
  font-size: 72px;
  line-height: 60px;
  font-weight: 700;
}
.single-fact-counter .count-box h1 .timer {
  position: relative;
  display: inline-block;
  float: left;
}
.single-fact-counter .count-box h1 .k {
  position: absolute;
  top: 2px;
  right: 25px;
  letter-spacing: normal;
  font-size: 67px;
}
.single-fact-counter .count-box h1 .has {
  position: relative;
  display: inline-block;
  float: left;
}
.single-fact-counter .count-box h1 .percent {
  position: relative;
  display: inline-block;
  float: left;
}
.single-fact-counter .count-box,
.single-fact-counter .title {
  display: table-cell;
  vertical-align: middle;
}
.single-fact-counter .title {
  position: relative;
}
.single-fact-counter .title h3 {
  color: #ffffff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  font-family: "Muli", sans-serif;
}
.single-fact-counter .title h3 span {
  color: #fddb4e;
}

.single-fact-counter .count-box h1 span.dot {
  position: relative;
  display: inline-block;
  letter-spacing: 0.4em;
}
.single-fact-counter .count-box h1 span.dot:before {
  position: absolute;
  left: 0;
  bottom: 4px;
  right: 20px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 0 auto;
  background: #ffffff;
  content: "";
  z-index: -1;
}

/*** 
=============================================
    Team Area style
=============================================
***/
.team-area {
  position: relative;
  display: block;
  padding-top: 130px;
  padding-bottom: 86px;
}
.view-all-member {
  position: relative;
  display: block;
  margin-top: 39px;
}
.single-team-member {
  position: relative;
  display: block;
  margin-bottom: 40px;
  transition: all 500ms ease;
}
.single-team-member .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
}
.single-team-member .img-holder:before {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 84px;
  height: 48px;
  background: url(../images/resources/dotted-1.png);
  content: "";
  z-index: 2;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-team-member:hover .img-holder:before {
  width: 0;
}
.single-team-member .img-holder:after {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 0px;
  height: 48px;
  background: url(../images/resources/dotted-2.png);
  content: "";
  z-index: 2;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-team-member:hover .img-holder:after {
  width: 84px;
}
.single-team-member .img-holder img {
  width: 100%;
  transform: scale(1);
  transition: all 700ms ease;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.single-team-member:hover .img-holder img {
  transform: scale(1.05) rotate(0deg);
  filter: grayscale(0.01);
}
.single-team-member .sociallinks {
  position: absolute;
  left: 0;
  bottom: 20px;
  right: 0;
  width: 130px;
  margin: 0 auto;
  display: block;
  padding: 3px 12px;
  background: #ffffff;
  border-radius: 25px;
  transform: scaleY(0);
  transition: all 300ms ease 100ms;
  z-index: 2;
}
.single-team-member:hover .sociallinks {
  transform: scaleY(1);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-team-member .sociallinks li {
  position: relative;
  display: inline-block;
  float: left;
}
.single-team-member .sociallinks li a {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
}
.single-team-member .sociallinks li a i {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: transparent;
  color: #7e7e7e;
  font-size: 14px;
  line-height: 35px;
  transition: all 500ms ease;
}
.single-team-member .sociallinks li a:hover i {
  color: #ffffff;
  background: #0c5027;
}
.single-team-member .round-box {
  position: absolute;
  left: -60px;
  bottom: -50px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(247, 148, 29, 0.4);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  -webkit-animation: pulse 2s infinite;
  -o-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}
.single-team-member:hover .round-box {
  width: 0px;
  height: 0px;
  transition: all 700ms ease 100ms;
}
.single-team-member .round-box-top {
  position: absolute;
  top: -50px;
  left: -60px;
  width: 0px;
  height: 0px;
  border-radius: 50%;
  background: rgba(12, 80, 39, 0.99);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  -webkit-animation: pulse 2s infinite;
  -o-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}
.single-team-member:hover .round-box-top {
  width: 140px;
  height: 140px;
  transition: all 900ms ease 100ms;
}
.single-team-member .name {
  position: relative;
  display: block;
  background: transparent;
  padding: 23px 0 0;
  transition: all 700ms ease 600ms;
}
.single-team-member .name h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 2px;
}
.single-team-member .name h3 span {
  font-weight: 500;
}
.single-team-member .name p {
  position: relative;
  display: block;
  line-height: 20px;
  margin: 0;
}

/*** 
=============================================
    Statements Area Css      
=============================================
***/
.statements-area {
  position: relative;
  display: block;
  background-attachment: scroll;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 130px 0 122px;
  z-index: 1;
}

.single-statements-item {
  position: relative;
  display: block;
  margin-top: -4px;
}
.single-statements-item .title {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 13px;
  line-height: 16px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
.single-statements-item .title span {
  position: relative;
  display: inline-block;
}
.single-statements-item .title .dotted-left {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-right: 10px;
  width: 25px;
  height: 5px;
}
.single-statements-item .title .dotted-left:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 5px;
  background: #ffffff;
  border-radius: 50%;
  content: "";
}
.single-statements-item .title .dotted-left:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 5px;
  background: #ffffff;
  border-radius: 50%;
  content: "";
}
.single-statements-item .title .dotted-left .dot {
  position: relative;
  display: block;
  width: 5px;
  height: 5px;
  background: #ffffff;
  border-radius: 50%;
  margin: 0 auto;
}

.single-statements-item .title .dotted-right {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-left: 10px;
  width: 25px;
  height: 5px;
}
.single-statements-item .title .dotted-right:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 5px;
  background: #ffffff;
  border-radius: 50%;
  content: "";
}
.single-statements-item .title .dotted-right:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 5px;
  background: #ffffff;
  border-radius: 50%;
  content: "";
}
.single-statements-item .title .dotted-right .dot {
  position: relative;
  display: block;
  width: 5px;
  height: 5px;
  background: #ffffff;
  border-radius: 50%;
  margin: 0 auto;
}
.single-statements-item .big-title {
  position: relative;
  display: block;
  padding: 48px 0 14px;
  color: #ffffff;
  font-size: 72px;
  line-height: 70px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
.single-statements-item .big-title span {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.single-statements-item .big-title span:before {
  position: absolute;
  top: 0;
  left: -130px;
  bottom: 0;
  width: 100px;
  height: 13px;
  background: url(../images/shape/line-2.png);
  content: "";
  z-index: -1;
  margin: 29px 0;
}
.single-statements-item .big-title span:after {
  position: absolute;
  top: 0;
  right: -130px;
  bottom: 0;
  width: 100px;
  height: 13px;
  background: url(../images/shape/line-2.png);
  content: "";
  z-index: -1;
  margin: 29px 0;
}
.single-statements-item .text {
  position: relative;
  display: block;
}
.single-statements-item .text p {
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}
.statements .owl-dots {
  position: absolute;
  margin-top: 0px !important;
  top: -5px;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.statements .owl-dots .owl-dot {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  background: transparent;
  border: 2px solid #ffffff;
  margin: 10.5px 0px;
  padding: 0px;
  border-radius: 50%;
  transition: all 500ms ease;
}
.statements .owl-dots .owl-dot span {
  display: none;
}
.statements .owl-dots .owl-dot:before {
  position: absolute;
  top: -3px;
  left: -3px;
  bottom: -3px;
  right: -3px;
  content: "";
  background: #ffffff;
  border-radius: 50%;
  transform: scale(0);
  transition: all 500ms ease;
}
.statements .owl-dots .owl-dot.active {
  border: 2px solid transparent;
}
.statements .owl-dots .owl-dot.active:before {
  transform: scale(1);
}

/*** 
=============================================
    Testimonial Area Style      
=============================================
***/
.testimonial-area {
  position: relative;
  display: block;
  background: #f5f5f5;
  background-position: center top;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 130px;
  padding-bottom: 110px;
  z-index: 1;
}

.single-testimonial-item {
  position: relative;
  display: block;
  background: #ffffff;
  border: 2px solid #e8e8e8;
  padding: 58px 40px 51px;
  transition: all 300ms ease 100ms;
}
.single-testimonial-item:hover {
  -webkit-box-shadow: 0px 4px 10px 3px #ebebeb;
  box-shadow: 0px 4px 10px 3px #ebebeb;
  border: 2px solid transparent;
}
.single-testimonial-item .client-info {
  position: relative;
  display: block;
}
.single-testimonial-item .client-info .img-box {
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 50%;
}
.single-testimonial-item .client-info .img-box::before {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  content: "";
  border: 2px solid transparent;
  border-radius: 50%;
  transition: all 0.5s ease-in-out 0s;
  transform-style: preserve-3d;
  transform: perspective(1200px) rotateY(0deg) translateZ(0px);
  opacity: 1;
  z-index: 1;
}
.single-testimonial-item:hover .client-info .img-box::before {
  border-color: #0c5027;
}
.single-testimonial-item .client-info .img-box img {
  width: 100%;
  transition: all 700ms ease 300ms;
  border-radius: 50%;
}
.single-testimonial-item:hover .client-info .img-box img {
  transform: rotate(360deg);
  transition: all 700ms ease 100ms;
}
.single-testimonial-item .client-info .img-box span:before {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35px;
  height: 35px;
  background: #0c5027;
  border-radius: 50%;
  color: #ffffff;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  z-index: 2;
}
.single-testimonial-item .client-info .img-box,
.single-testimonial-item .client-info .twitter-id {
  display: table-cell;
  vertical-align: middle;
}
.single-testimonial-item .client-info .twitter-id {
  position: relative;
  padding-left: 80px;
}
.single-testimonial-item .client-info .twitter-id a {
  position: relative;
  display: inline-block;
  color: #fddb4e;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  border-bottom: 1px solid #dedede;
  transition: all 500ms ease;
}
.single-testimonial-item:hover .client-info .twitter-id a {
  border-color: #fddb4e;
}
.single-testimonial-item .client-info .twitter-id a i {
  position: relative;
  display: inline-block;
  padding-right: 5px;
}

.single-testimonial-item .text {
  position: relative;
  display: block;
  padding-top: 32px;
  padding-bottom: 31px;
}
.single-testimonial-item .text p {
  margin: 0;
}

.single-testimonial-item .clinet-name {
  position: relative;
  display: block;
  padding-left: 24px;
}
.single-testimonial-item .clinet-name:before {
  position: absolute;
  top: 2px;
  left: 0;
  bottom: 7px;
  width: 4px;
  background: #0c5027;
  content: "";
}
.single-testimonial-item .clinet-name h3 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  margin: 0 0 3px;
}
.single-testimonial-item .clinet-name span {
  position: relative;
  display: inline-block;
  line-height: 20px;
}

.testimonial-carousel.owl-carousel .owl-stage-outer {
  padding-bottom: 20px;
}
.testimonial-carousel.owl-theme .owl-nav {
  position: absolute;
  top: -110px;
  margin: 0;
  right: -8px;
}
.testimonial-carousel.owl-theme .owl-nav .owl-prev {
}
.testimonial-carousel.owl-theme .owl-nav .owl-next {
}

/*** 
=============================================
    Latest blog Area style
=============================================
***/
.latest-blog-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding-top: 130px;
  padding-bottom: 80px;
}
.single-blog-post {
  position: relative;
  display: block;
  margin-bottom: 50px;
}
.single-blog-post .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
}
.single-blog-post .img-holder img {
  width: 100%;
  transform: scale(1);
}
.single-blog-post:hover .img-holder img {
  transform: scale(1.2) rotate(1deg);
}
.single-blog-post .overlay-style-one {
  z-index: 2;
}
.single-blog-post:hover .overlay-style-one {
  opacity: 1;
}
.single-blog-post .img-holder .overlay-style-one .box .inner a span:before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 30px;
  line-height: 30px;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.1s ease-in-out 0.9s;
}
.single-blog-post:hover
  .img-holder
  .overlay-style-one
  .box
  .inner
  a
  span:before {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.5s ease-in-out 0.5s;
}
.single-blog-post
  .img-holder
  .overlay-style-one
  .box
  .inner
  a:hover
  span:before {
  color: #0c5027;
}

.single-blog-post .author-info {
  position: absolute;
  top: 20px;
  left: 20px;
  min-height: 35px;
  z-index: 3;
}
.single-blog-post .author-info .img-box {
  width: 35px;
}
.single-blog-post .author-info .img-box img {
  border-radius: 50%;
  transform: none;
}
.single-blog-post .author-info .img-box,
.single-blog-post .author-info .title-box {
  display: table-cell;
  vertical-align: middle;
}
.single-blog-post .author-info .title-box {
  padding-left: 10px;
}
.single-blog-post .author-info .title-box h6 {
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 800;
  text-transform: uppercase;
}
.single-blog-post .date-box {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 120px;
  height: 50px;
  background: #ffffff;
  text-align: right;
  z-index: 3;
}
.single-blog-post .date-box h3 {
  color: #adadad;
  font-size: 24px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
}
.single-blog-post .date-box h3 span {
  font-size: 14px;
}

.single-blog-post .text-holder {
  position: relative;
  display: block;
  padding: 33px 0px 0;
}
.single-blog-post .text-holder .blog-title {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  padding-bottom: 22px;
}
.single-blog-post .text-holder .blog-title a {
  color: #1d1d1d;
  transition: all 500ms ease;
}
.single-blog-post .text-holder .blog-title a:hover {
  color: #0c5027;
}
.single-blog-post .meta-box {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 13px;
}
.single-blog-post .meta-box .meta-info {
  position: relative;
  display: block;
  overflow: hidden;
}
.single-blog-post .meta-box .meta-info li {
  position: relative;
  display: inline-block;
  float: left;
  color: #0c5027;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.single-blog-post .meta-box .meta-info li:last-child {
}
.single-blog-post .meta-box .meta-info li a {
  position: relative;
  display: inline-block;
  color: #0c5027;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  transition: all 500ms ease;
}
.single-blog-post .meta-box .meta-info li a:hover {
  color: #1d1d1d;
}

/*** 
=============================================
    Brand Area Style      
=============================================
***/
.brand-area {
  position: relative;
  display: block;
  background: #ffffff;
}
.brand-area .outer-container {
  position: relative;
  display: block;
}

.brand-items {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.single-brand-item {
  position: relative;
  flex: 0 0 16.666666%;
  max-width: 16.666666%;
  width: 100%;
  border: 1px solid #ededed;
  border-left: none;
  padding: 40px 0;
}
.single-brand-item:last-child {
  border-right: none;
}
.single-brand-item a {
  position: relative;
  display: inline-block;
  width: 100%;
  background: #ffffff;
  text-align: center;
  z-index: 1;
  transition: all 700ms ease 200ms;
}
.single-brand-item a img {
  width: auto;
  transition: all 900ms ease 200ms;
  transform: perspective(1200px) rotateY(0deg) translateZ(0px);
}
.single-brand-item:hover a img {
  transform: perspective(1200px) rotateY(3deg) translateZ(0px);
}
.single-brand-item a .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(255, 255, 255, 0.8);
  transform: scaleX(0);
  transition: all 700ms ease 100ms;
}
.single-brand-item a:hover .overlay {
  transform: scaleY(1);
}

.single-brand-item a .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}
.single-brand-item a .overlay .box .inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.single-brand-item a .overlay .box .inner h6 {
  position: relative;
  display: inline-block;
  color: #1d1d1d;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(50px);
  transition: all 700ms ease 600ms;
}
.single-brand-item a:hover .overlay .box .inner h6 {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.3s ease-in-out 0.1s;
}

/*** 
=============================================
    Footer area style
=============================================
***/
.footer-area {
  position: relative;
  display: block;
  background: #0a0a0a;
  padding-top: 100px;
  overflow: hidden;
  z-index: 1;
}
.parallax-scene {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.footer-area .shape {
  position: absolute;
  top: 0px !important;
  left: -30px !important;
  width: 174px;
  height: 252px;
  background-image: url(../images/footer/shape-1.png);
  background-repeat: no-repeat;
  background-position: center;
}
.footer-area .shape2 {
  position: absolute;
  top: -5px !important;
  left: auto !important;
  right: 300px;
  width: 133px;
  height: 67px;
  background-image: url(../images/footer/shape-2.png);
  background-repeat: no-repeat;
  background-position: center;
}
.footer-area .shape3 {
  position: absolute;
  left: 80px !important;
  bottom: -90px !important;
  width: 182px;
  height: 192px;
  background-image: url(../images/footer/shape-3.png);
  background-repeat: no-repeat;
  background-position: center;
  top: auto !important;
}
.footer-area .shape4 {
  position: absolute;
  top: auto !important;
  left: auto !important;
  right: 50px !important;
  bottom: 120px !important;
  width: 140px;
  height: 140px;
  background-image: url(../images/footer/shape-4.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-animation: fa-spin 25s infinite alternate;
  -moz-animation: fa-spin 25s infinite alternate;
  -ms-animation: fa-spin 25s infinite alternate;
  -o-animation: fa-spin 25s infinite alternate;
  animation: fa-spin 25s infinite alternate;
}

.single-footer-widget {
  position: relative;
  display: block;
  overflow: hidden;
}
.single-footer-widget.martop30 {
  margin-top: 30px;
}

.single-footer-widget .title {
  position: relative;
  display: block;
  margin-top: -3px;
  padding-bottom: 25px;
}
.single-footer-widget .title h3 {
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 800;
  text-transform: uppercase;
}
.single-footer-widget .footer-logo {
  position: relative;
  display: block;
  padding-bottom: 35px;
}
.single-footer-widget .footer-logo a {
  display: inline-block;
}
.single-footer-widget .footer-company-info-text {
  position: relative;
  display: block;
}
.single-footer-widget .footer-company-info-text h3 {
  color: #f2f2f2;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.single-footer-widget .footer-company-info-text ul {
  position: relative;
  display: block;
  padding-top: 16px;
}
.single-footer-widget .footer-company-info-text ul li {
  color: #afafaf;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 10px;
}
.single-footer-widget .footer-company-info-text ul li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .information-links {
  position: relative;
  display: block;
}
.single-footer-widget .information-links li {
  position: relative;
  display: block;
  line-height: 30px;
  margin-bottom: 6px;
}
.single-footer-widget .information-links li:last-child {
  margin-bottom: 0;
}
.single-footer-widget .information-links li a {
  position: relative;
  display: inline-block;
  color: #afafaf;
  font-size: 16px;
  font-weight: 400;
  transition: all 500ms ease;
  z-index: 1;
}
.single-footer-widget .information-links li a:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: #989898;
  margin: 16px 0;
  transform: scale(1);
  content: "";
  transition: all 0.3s ease-in-out 0.1s;
  z-index: -1;
}
.single-footer-widget .information-links li:hover a:before {
  width: 100%;
}
.single-footer-widget .information-links li a:hover {
  color: #ffffff;
}

.single-footer-widget .service-links {
  position: relative;
  display: block;
}
.single-footer-widget .service-links li {
  position: relative;
  display: block;
  line-height: 30px;
  margin-bottom: 6px;
}
.single-footer-widget .service-links li:last-child {
  margin-bottom: 0;
}
.single-footer-widget .service-links li a {
  position: relative;
  display: inline-block;
  color: #afafaf;
  font-size: 16px;
  font-weight: 400;
  transition: all 500ms ease;
  z-index: 1;
}
.single-footer-widget .service-links li a:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: #989898;
  margin: 16px 0;
  transform: scale(1);
  content: "";
  transition: all 0.3s ease-in-out 0.1s;
  z-index: -1;
}
.single-footer-widget .service-links li:hover a:before {
  width: 100%;
}
.single-footer-widget .service-links li a:hover {
  color: #ffffff;
}

.single-footer-widget .subscribe-box {
  position: relative;
  display: block;
  padding-top: 3px;
}
.single-footer-widget .subscribe-box .text {
  position: relative;
  display: block;
  padding-bottom: 24px;
}
.single-footer-widget .subscribe-box .text p {
  color: #afafaf;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
}
.single-footer-widget .subscribe-form {
  position: relative;
  display: block;
  max-width: 270px;
  width: 100%;
}
.single-footer-widget .subscribe-form input[type="email"] {
  position: relative;
  display: block;
  background: #0a0a0a;
  border: 1px solid #242424;
  color: #7e7e7e;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  height: 50px;
  margin-bottom: 0px;
  padding: 0 20px;
  padding-right: 45px;
  transition: all 500ms ease;
}
.single-footer-widget .subscribe-form input::-webkit-input-placeholder {
  color: #7e7e7e;
}
.single-footer-widget .subscribe-form input:-moz-placeholder {
  color: #7e7e7e;
}
.single-footer-widget .subscribe-form input::-moz-placeholder {
  color: #7e7e7e;
}
.single-footer-widget .subscribe-form input:-ms-input-placeholder {
  color: #7e7e7e;
}
.single-footer-widget .subscribe-form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 50px;
  border: 1px solid #242424;
  border-left: none;
  display: block;
  background: #0a0a0a;
  color: #7d7d7d;
  font-size: 18px;
  line-height: 48px;
  font-weight: 500;
  transition: all 500ms ease;
}
.single-footer-widget .subscribe-form button:before {
  position: absolute;
  top: 10px;
  left: 0;
  bottom: 10px;
  width: 1px;
  background: #242424;
  content: "";
}
.single-footer-widget .subscribe-form input[type="email"]:focus {
  color: #ffffff;
  border: 1px solid #afafaf;
}
.single-footer-widget .subscribe-form input[type="email"]:focus + button,
.single-footer-widget .subscribe-form button:hover {
  color: #fff;
  border: 1px solid #afafaf;
  border-left: none;
  background: none !important;
}
.single-footer-widget .subscribe-box .footer-social-links {
  position: relative;
  display: block;
  padding-top: 20px;
}

.footer-bottom {
  position: relative;
  display: block;
  border-top: 1px solid #242424;
  margin-top: 78px;
}
.footer-bottom .footer-bottom-content {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding: 22px 0;
}
.footer-bottom .copyright-text p {
  color: #afafaf;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0;
}
.footer-bottom .copyright-text p a {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #ffffff;
  padding: 0 3px;
  color: #ffffff;
  transition: all 500ms ease;
}
.footer-bottom .copyright-text p a:hover {
  color: #0c5027;
}

.footer-menu-style1 {
  position: relative;
  display: block;
}
.footer-menu-style1 ul {
  display: block;
  overflow: hidden;
}
.footer-menu-style1 ul li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 9px;
  padding-right: 10px;
  z-index: 1;
}
.footer-menu-style1 ul li:last-child {
  margin: 0;
  padding: 0;
}
.footer-menu-style1 ul li:before {
  position: absolute;
  top: 8px;
  right: 0;
  bottom: 4px;
  width: 1px;
  background: #3a3939;
  content: "";
  z-index: -1;
}
.footer-menu-style1 ul li:last-child:before {
  display: none;
}
.footer-menu-style1 ul li a {
  position: relative;
  display: inline-block;
  color: #afafaf;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.footer-menu-style1 ul li a:hover {
  color: #ffffff;
}

/*** 
=============================================
    Main header Style2 style
=============================================
***/
.main-header.style2 {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  background: transparent;
  padding-bottom: 0px;
  z-index: 9999999;
  transition: all 300ms ease;
}
.main-header.style2.fixed-header {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 9999999;
  padding: 0;
  background: transparent;
  box-shadow: none;
  transition: none;
}
.main-header.style2.fixed-header .main-menu .navigation > li > a {
  padding: 35px 0px 35px;
}

.header-top-style2 {
  position: relative;
  display: block;
  padding: 10px 0;
  background: transparent;
}
.header-top-style2 .outer-box {
  position: relative;
  display: block;
}
.header-top-style2 .outer-box .top-left {
  position: relative;
  display: block;
  max-width: 535px;
  width: 100%;
}
.header-top-style2 .outer-box .top-left p {
  color: #1d1d1d;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  margin: 0;
}
.header-top-style2 .outer-box .top-left p span:before {
  position: relative;
  top: 7px;
  display: inline-block;
  padding-right: 10px;
  color: #ff8b00;
  font-size: 25px;
}
.header-top-style2 .outer-box .top-left p a {
  color: #24119e;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  border-bottom: 1px dashed #24119e;
}

.header-top-style2 .outer-box .top-right {
  position: relative;
  display: block;
  max-width: 585px;
  width: 100%;
}
.top-contact-info {
  position: relative;
  display: block;
  float: left;
}
.top-contact-info li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 30px;
  color: #d1bafb;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  font-family: "Muli", sans-serif;
}
.top-contact-info li:last-child {
  margin-right: 0;
}
.top-contact-info li i:before {
  position: relative;
  top: 2px;
  display: inline-block;
  padding-right: 10px;
  color: #ffffff;
  font-size: 16px;
}
.top-contact-info li span {
  color: #ffffff;
  font-weight: 500;
}

.header-top-style2 .outer-box .top-right .top-social-links {
  float: right;
}

.header-upper-style2 {
  position: relative;
  display: block;
  background: transparent;
  padding: 0;
}
.header-upper-style2 .outer-box {
  position: relative;
  display: block;
  min-height: 90px;
  background: transparent;
  z-index: 3;
}
.header-upper-style2 .outer-box:before {
  position: absolute;
  top: -19px;
  left: -20px;
  bottom: 0;
  max-width: 1138px;
  width: 100%;
  height: 128px;
  background: url(../images/shape/menu-bg.png);
  background-repeat: no-repeat;
  background-position: top left;
  content: "";
  z-index: -1;
}
.header-upper-style2 .outer-box:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 680px;
  width: 100%;
  height: 100px;
  background: url(../images/shape/menu-bg-2.png);
  background-repeat: no-repeat;
  background-position: top right;
  content: "";
  z-index: -2;
}

.header-upper-style2 .outer-box .header-upper-left {
  position: relative;
  display: block;
  padding-left: 40px;
}
.header-upper-style2 .outer-box .header-upper-left .logo {
  position: relative;
  display: block;
  padding: 22px 0 23px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.header-upper-style2 .outer-box .header-upper-left .logo a {
  position: relative;
  display: inline-block;
}

.header-upper-style2 .outer-box .header-upper-right {
  position: relative;
  display: block;
}
.header-upper-style2 .outer-box .header-upper-right .nav-outer {
  position: relative;
  display: block;
  float: left;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.navbar-header {
  display: none;
}
.main-menu.style2 .navigation > li {
  margin-right: 40px;
}
.main-menu.style2 .navigation > li:last-child {
  margin-right: 0px;
}
.main-menu.style2 .navigation > li > a {
  color: #1d1d1d;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 35px 0px 35px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.main-menu.style2 .navigation > li:hover > a,
.main-menu.style2 .navigation > li.current > a {
  color: #ea1c74;
}

.menu-right-content {
  position: relative;
  display: block;
  float: right;
}
.menu-right-content .cart-box {
  position: relative;
  display: inline-block;
  float: left;
  padding: 22px 0 23px;
  padding-right: 20px;
  margin-right: 20px;
  padding-left: 20px;
}
.menu-right-content .cart-box:before {
  position: absolute;
  top: 25px;
  right: 0;
  bottom: 25px;
  width: 1px;
  background: #eeeeee;
  content: "";
}

.menu-right-content .cart-box a {
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid transparent;
}
.menu-right-content .cart-box a span:before {
  position: relative;
  display: block;
  text-align: center;
  color: #1d1d1d;
  font-size: 20px;
  line-height: 43px;
  transition: all 500ms ease;
}
.menu-right-content .cart-box a:hover span:before {
  color: #e62c58;
}
.menu-right-content .cart-box a span.number {
  position: absolute;
  top: 0;
  right: 0px;
  width: 20px;
  height: 20px;
  background: #e62c58;
  border-radius: 50%;
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  display: block;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.menu-right-content .outer-search-box {
  position: relative;
  display: inline-block;
  float: right;
  transition: all 500ms ease 100ms;
  padding: 0px 0;
  margin-left: 0px;
}
.menu-right-content .outer-search-box .seach-toggle {
  position: relative;
  display: block;
  background: #24119e;
  color: #ffffff;
  font-size: 16px;
  line-height: 90px;
  cursor: pointer;
  text-align: center;
  height: 90px;
  width: 70px;
  border-radius: 0px;
  margin: 0;
  transition: all 500ms ease;
}
.menu-right-content .outer-search-box .seach-toggle:hover,
.menu-right-content .outer-search-box .seach-toggle.active {
  color: #e62c58;
}
.menu-right-content .search-box {
  position: absolute;
  top: 120%;
  right: 0%;
  background: #1d1d1d;
  opacity: 0;
  padding: 20px;
  transition: all 500ms ease 0s;
  visibility: hidden;
  z-index: 100;
  margin-left: 0;
}
.menu-right-content .search-box.now-visible {
  top: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.menu-right-content .search-box .form-group {
  position: relative;
  padding: 0px;
  margin: 0px;
  width: 100%;
  min-width: 250px;
}
.menu-right-content .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;
}
.menu-right-content .search-box .form-group input[type="search"]:focus {
  border-color: #f5f5f5;
}
.menu-right-content .search-box .form-group button,
.menu-right-content .search-box .form-group input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  cursor: pointer;
  background: #1f1f23;
  color: #fff;
  font-size: 13px;
  height: 45px;
  line-height: 45px;
  width: 45px;
  transition: all 500ms ease 0s;
}
.menu-right-content .search-box .form-group button:hover,
.menu-right-content .search-box .form-group input:focus + button {
  color: #222222;
  background: #f5f5f5;
}

.sticky-header {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 0px 0px;
  background: #ffffff;
  z-index: 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.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: 22px 0 23px;
}
.sticky-header .logo a {
  display: inline-block;
}

/*** 
=============================================
    Banner section Css
=============================================
***/
.banner-section {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 350px 0 201px;
  margin-top: -160px;
}
.banner-section:before {
  position: absolute;
  content: "";
  background: url(../images/slides/slide-v2-bg-1.jpg);
  width: 1025px;
  height: 950px;
  top: 0px;
  right: 0px;
  background-repeat: no-repeat;
}
.anim-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.anim-icon .icon {
  position: absolute;
  background-repeat: no-repeat;
}
.banner-section .anim-icon .icon-1 {
  background: url(../images/slides/shape/1.png);
  width: 250px;
  height: 250px;
  top: 0px;
  left: 0px;
}
.banner-section .anim-icon .icon-2 {
  background: url(../images/slides/shape/2.png);
  width: 145px;
  height: 160px;
  top: 410px;
  left: 130px;
  -webkit-animation: fa-spin 25s infinite alternate;
  -moz-animation: fa-spin 25s infinite alternate;
  -ms-animation: fa-spin 25s infinite alternate;
  -o-animation: fa-spin 25s infinite alternate;
  animation: fa-spin 25s infinite alternate;
}
.banner-section .anim-icon .icon-3 {
  background: url(../images/slides/shape/3.png);
  width: 277px;
  height: 322px;
  top: 270px;
  left: 600px;
}
.banner-section .anim-icon .icon-4 {
  background: url(../images/slides/shape/4.png);
  width: 150px;
  height: 172px;
  left: 560px;
  bottom: 100px;
}
.banner-section .anim-icon .icon-5 {
  background: url(../images/slides/shape/5.png);
  width: 89px;
  height: 90px;
  left: 0px;
  bottom: 150px;
  right: 0;
  margin: 0 auto;
}

.banner-carousel {
  position: relative;
  background: #ffffff;
  padding: 56px 50px 60px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 2px 7px 3px rgba(241, 241, 241, 0.8);
  box-shadow: 0px 2px 7px 3px rgba(241, 241, 241, 0.8);
  z-index: 2;
}
.banner-carousel:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 15px;
  right: 0;
  background: #ffffff;
  content: "";
  z-index: -1;
  border-radius: 15px;
  -webkit-box-shadow: 0px 2px 7px 3px rgba(241, 241, 241, 0.8);
  box-shadow: 0px 2px 7px 3px rgba(241, 241, 241, 0.8);
}
.banner-carousel .single-item {
  position: relative;
  display: block;
}
.banner-carousel .single-item .big-title {
  color: #1d1d1d;
  font-size: 72px;
  line-height: 60px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.banner-carousel .single-item h2 {
  color: #1d1d1d;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  margin: 17px 0 23px;
}
.banner-carousel .single-item p {
  color: #7e7e7e;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin: 0 0 32px;
}
.banner-carousel .single-item a {
}
.banner-carousel.owl-carousel .owl-stage-outer {
  padding-bottom: 0px;
}
.banner-carousel.owl-theme .owl-nav {
  position: absolute;
  bottom: -100px;
  margin: 0;
  right: -8px;
}
.banner-carousel.owl-carousel .owl-nav [class*="owl-"]:hover {
  color: #ffffff;
  border-color: #fb7418;
  background: #ff8b00;
  background: -moz-linear-gradient(left, #ff8b00 0%, #f66821 50%, #e62d57 100%);
  background: -webkit-linear-gradient(
    left,
    #ff8b00 0%,
    #f66821 50%,
    #e62d57 100%
  );
  background: linear-gradient(to right, #ff8b00 0%, #f66821 50%, #e62d57 100%);
}
.banner-carousel.owl-carousel .owl-nav [class*="owl-"]:hover span:before {
  color: #ffffff;
}

/*** 
=============================================
    Services Style1 Area Style      
=============================================
***/
.services-style1-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 150px 0 95px;
  z-index: 1;
}

.main-header .shape {
  position: absolute;
  top: 0px;
  left: -20px;
  background: url(../images/shape/banner-style6-title-box-shape.png);
  width: 629px;
  height: 412px;
  content: "";
}

/*
.services-style1-area:before {
    position: absolute;
    top: 0px;
    left: -225px;
    background-image: url(../images/shape/service-area-bg.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 700px;
    height: 700px;
    content: "";
    z-index: -1;
    -webkit-animation: fa-spin 25s infinite alternate;
    -moz-animation: fa-spin 25s infinite alternate;
    -ms-animation: fa-spin 25s infinite alternate;
    -o-animation: fa-spin 25s infinite alternate;
    animation: fa-spin 25s infinite alternate;
}
*/
.services-style1-area .shape {
  position: absolute;
  top: 145px;
  left: -20px;
  background: url(../images/shape/service-area-bg-2.png);
  width: 329px;
  height: 412px;
  content: "";
}

.single-service-style1 {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 42px 40px 44px;
  max-width: 370px;
  width: 100%;
  margin: 0 auto 50px;
  -webkit-box-shadow: 0px 3px 5px 2px rgba(237, 237, 237, 0.82);
  box-shadow: 0px 3px 5px 2px rgba(237, 237, 237, 0.82);
  border-radius: 15px 15px 0px 0;
  z-index: 1;
}
.single-service-style1:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../images/services/shape/single-service-style1-bg.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  z-index: -1;
}
.single-service-style1:after {
  position: absolute;
  left: 0;
  bottom: -5px;
  right: 0;
  height: 0px;
  content: "";
  background: #e62c58;
  border-radius: 30px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: -3;
}
.single-service-style1:hover:after {
  height: 10px;
}
.single-service-style1.style1:after {
  background: #24119e;
}
.single-service-style1.style3:after {
  background: #ff8b00;
}

.single-service-style1 .text-holder {
  position: relative;
  display: block;
}
.single-service-style1 .text-holder p {
  margin: 0 0 21px;
}

.single-service-style1 .text-holder a.thm-btn4 {
}
.single-service-style1.style1 .text-holder a.thm-btn4:before {
  background: #24119e;
}
.single-service-style1.style1 .text-holder a.thm-btn4:hover {
  color: #24119e;
}

.single-service-style1 .icon-holder {
  position: relative;
  display: block;
  width: 80px;
  height: 90px;
  margin: 33px auto 36px;
  text-align: center;
  border: 1px solid #ececec;
  border-radius: 40px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
}
.single-service-style1 .icon-holder:before {
  position: absolute;
  top: -1px;
  left: -30px;
  right: 0;
  background: url(../images/services/shape/icon-bg-1.png);
  width: 141px;
  height: 92px;
  background-repeat: no-repeat;
  content: "";
  z-index: -1;
}
.single-service-style1 .icon-holder:after {
  position: absolute;
  top: -1px;
  left: -30px;
  right: 0;
  background: url(../images/services/shape/icon-bg-1-overlay.png);
  width: 141px;
  height: 92px;
  background-repeat: no-repeat;
  content: "";
  z-index: -1;
  opacity: 0;
  transform: scale(0.9);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-service-style1:hover .icon-holder:after {
  opacity: 1;
  transform: scale(1);
}

.single-service-style1:hover .icon-holder {
  background: #24119e;
  border-color: #24119e;
}
.single-service-style1 .icon-holder span:before {
  position: relative;
  display: block;
  color: #27149f;
  font-size: 45px;
  line-height: 88px;
  transition: all 200ms linear;
  transition-delay: 0.2s;
}
.single-service-style1:hover .icon-holder span:before {
  color: #ffffff;
}

.single-service-style1 .title-holder {
  position: relative;
  display: block;
  text-align: right;
}
.single-service-style1 .title-holder h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.single-service-style1 .title-holder h3 a {
  color: #1b1b1b;
}

.single-service-style1.style2 .icon-holder:before {
  background: url(../images/services/shape/icon-bg-2.png);
}
.single-service-style1.style2 .icon-holder:after {
  background: url(../images/services/shape/icon-bg-2-overlay.png);
}
.single-service-style1.style2:hover .icon-holder:after {
  opacity: 1;
  transform: scale(1);
}
.single-service-style1.style2:hover .icon-holder {
  background: #e62c58;
  border-color: #e62c58;
}
.single-service-style1.style2 .icon-holder span:before {
  color: #e62d59;
}
.single-service-style1.style2:hover .icon-holder span:before {
  color: #ffffff;
}

.single-service-style1.style3 .icon-holder:before {
  background: url(../images/services/shape/icon-bg-3.png);
}
.single-service-style1.style3 .icon-holder:after {
  background: url(../images/services/shape/icon-bg-3-overlay.png);
}
.single-service-style1.style3:hover .icon-holder:after {
  opacity: 1;
  transform: scale(1);
}
.single-service-style1.style3:hover .icon-holder {
  background: #ff8b00;
  border-color: #ff8b00;
}
.single-service-style1.style3 .icon-holder span:before {
  color: #ff8b00;
}
.single-service-style1.style3:hover .icon-holder span:before {
  color: #ffffff;
}
.single-service-style1.style3 .text-holder a.thm-btn4:before {
  background: #ff8b00;
}
.single-service-style1.style3 .text-holder a.thm-btn4:hover {
  color: #ff8b00;
}

/*** 
=============================================
    About Style2 Area Style      
=============================================
***/
.about-style2-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding-top: 5px;
  padding-bottom: 150px;
}
.about-style2-area .pattern-layer {
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto;
  max-width: 880px;
  width: 100%;
  height: 754px;
}
.about-style2-area .shape {
  position: absolute;
  top: 90px;
  right: 100px;
}

.about-style2-area .sec-title-style2 {
  padding-bottom: 34px;
}
.about-style2-content {
  position: relative;
  display: block;
}
.about-style2-content .text {
  position: relative;
  display: block;
  padding-bottom: 33px;
}
.about-style2-content .text h3 {
  color: #e62c58;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin: 0 0 15px;
  font-family: "Poppins", sans-serif;
}
.about-style2-content .text p {
  margin: 0;
}

.accordion-holder {
  position: relative;
}
.accordion-holder .accordion {
  position: relative;
  margin-bottom: 20px;
}
.accordion-holder .accordion:last-child {
  margin-bottom: 0;
}
.accordion-holder .accordion .acc-btn {
  position: relative;
  display: block;
  background: #ffffff;
  padding-left: 110px;
  border: 1px solid #eeeeee;
  cursor: pointer;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
}
.accordion-holder .accordion .acc-btn.active {
  border-color: #24119e;
  background: #24119e;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.accordion-holder .accordion .acc-btn::after {
  position: absolute;
  top: 11px;
  right: 22px;
  font-family: "Flaticon";
  content: "\f105";
  display: block;
  width: 30px;
  height: 30px;
  color: #1b1b1b;
  font-size: 16px;
  line-height: 30px;
  font-weight: 800;
  text-align: center;
  border-radius: 0%;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.accordion-holder .accordion .acc-btn.active::after {
  color: #ffffff;
  content: "\f106";
}
.accordion-holder .accordion .acc-btn .year {
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  width: 110px;
  text-align: center;
  background: #ff8b00;
  background: -moz-linear-gradient(left, #ff8b00 0%, #f66821 50%, #e62d57 100%);
  background: -webkit-linear-gradient(
    left,
    #ff8b00 0%,
    #f66821 50%,
    #e62d57 100%
  );
  background: linear-gradient(to right, #ff8b00 0%, #f66821 50%, #e62d57 100%);
  color: #fff;
  font-size: 18px;
  line-height: 55px;
  font-weight: 600;
  text-transform: uppercase;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  font-family: "Poppins", sans-serif;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.accordion-holder .accordion .acc-btn.active .year {
  color: #ffffff;
  border-bottom-left-radius: 0px;
}
.accordion-holder .accordion .acc-btn h3 {
  color: #1b1b1b;
  font-size: 18px;
  line-height: 53px;
  font-weight: 600;
  padding-left: 25px;
  transition: all 700ms ease;
  font-family: "Poppins", sans-serif;
}
.accordion-holder .accordion .acc-btn.active h3 {
  color: #ffffff;
}
.accordion-holder .accordion .acc-content {
  position: relative;
  display: none;
  background: #ffffff;
  padding: 32px 30px 33px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  -webkit-box-shadow: 0px 4px 4px 2px rgba(243, 243, 243, 0.7);
  box-shadow: 0px 4px 4px 2px rgba(243, 243, 243, 0.7);
}
.accordion-holder .accordion .acc-content .inner {
  position: relative;
  display: block;
}
.accordion-holder .accordion .acc-content p {
  margin: 0;
}
.accordion-holder .accordion .acc-content.collapsed {
  display: block;
}

/*** 
=============================================
    Working style1 Area Css
=============================================
***/
.working-style1-area {
  position: relative;
  display: block;
  padding: 0px 0 150px;
  z-index: 1;
}
.working-style1-area .layer-outer {
  position: absolute;
  top: 0;
  bottom: 0px;
  right: 0;
  width: 100%;
  z-index: -1;
}
.working-style1-area .layer-shape1 {
  position: absolute;
  left: 0px;
  top: -145px;
  width: 483px;
  height: 1000px;
  background-image: url(../images/shape/working-style1-shape-bg.png);
  background-repeat: no-repeat;
  background-position: top left;
}

.single-working-box-style1 {
  position: relative;
  display: block;
  max-width: 370px;
  width: 100%;
  margin: 0 auto;
  background: transparent;
}
.single-working-box-style1 .img-holder {
  position: relative;
  display: block;
}
.single-working-box-style1 .img-holder img {
  border-radius: 15px;
  width: 100%;
  transition: all 300ms ease 100ms;
}
.single-working-box-style1:hover .img-holder img {
  opacity: 0;
}

.single-working-box-style1 .overlay {
  position: absolute;
  top: 20px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  opacity: 0;
  text-align: center;
  transition: all 500ms ease 300ms;
  z-index: 1;
}
.single-working-box-style1:hover .overlay {
  opacity: 1;
  top: 20px;
}
.single-working-box-style1 .overlay:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 0px;
  border-radius: 15px;
  background-color: #ffffff;
  transition: all 700ms linear;
  transition-delay: 0.2s;
  z-index: -1;
}
.single-working-box-style1:hover .overlay:before {
  height: 100%;
  -webkit-box-shadow: 0px 0px 10px 4px #f5f5f5;
  box-shadow: 0px 0px 10px 4px #f5f5f5;
}
.single-working-box-style1 .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}
.single-working-box-style1 .overlay .box .title {
  display: table-cell;
  vertical-align: bottom;
  padding-bottom: 23px;
  opacity: 1;
  transform: rotateY(90deg);
  transition: all 100ms ease 100ms;
}
.single-working-box-style1:hover .overlay .box .title {
  transform: rotateY(0deg);
  transition: all 700ms ease 900ms;
}
.single-working-box-style1 .overlay .box .title span {
  color: #e62c58;
  font-size: 16px;
  font-weight: 400;
}
.single-working-box-style1 .overlay .box .title h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin: 3px 0 0;
  font-family: "Poppins", sans-serif;
}
.single-working-box-style1 .overlay .box .title h3 a {
  color: #1b1b1b;
}

.single-working-box-style1 .overlay-image-box {
  position: absolute;
  top: 0px;
  left: 20px;
  bottom: 0px;
  right: 20px;
  height: 295px;
  border-radius: 15px;
  text-align: center;
  opacity: 0;
  transform: perspective(400px) rotateX(-90deg);
  transform-origin: top;
  transition: all 700ms ease 100ms;
  z-index: 2;
}
.single-working-box-style1:hover .overlay-image-box {
  opacity: 1;
  transform: perspective(400px) rotateX(0deg);
  transition: all 500ms linear;
  transition-delay: 0.2s;
}
.single-working-box-style1 .overlay-image-box:before {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0;
  width: 330px;
  height: 0px;
  border-radius: 15px;
  background-color: rgba(37, 16, 158, 0.9);
  content: "";
  transition: all 700ms ease 100ms;
  z-index: 1;
}
.single-working-box-style1:hover .overlay-image-box:before {
  height: 295px;
  transition: all 500ms linear;
  transition-delay: 0.2s;
}
.single-working-box-style1 .overlay-image-box img {
  border-radius: 15px;
}

.working-style1-carousel.owl-carousel .owl-stage-outer {
  padding-bottom: 20px;
  margin-right: -430px;
}
.working-style1-carousel.owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  left: -120px;
  margin: 0;
  margin-top: -85px;
}
.working-style1-carousel.owl-carousel.style1 .owl-nav [class*="owl-"] {
  display: block;
  color: #1b1b1b;
  font-size: 20px;
  line-height: 56px;
  margin: 10px 0;
  background: #ffffff;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0px 0px 12px 4px #f5f5f5;
  box-shadow: 0px 0px 12px 4px #f5f5f5;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.working-style1-carousel.owl-carousel.style1 .owl-nav [class*="owl-"]:hover {
  color: #ffffff;
  background: #ff8b00;
  background: -moz-linear-gradient(left, #ff8b00 0%, #f66821 50%, #e62d57 100%);
  background: -webkit-linear-gradient(
    left,
    #ff8b00 0%,
    #f66821 50%,
    #e62d57 100%
  );
  background: linear-gradient(to right, #ff8b00 0%, #f66821 50%, #e62d57 100%);
}
.working-style1-carousel.owl-theme .owl-nav .owl-prev {
}
.working-style1-carousel.owl-theme .owl-nav .owl-next {
}

.working-style1-area .bottom-text {
  position: relative;
  display: block;
  max-width: 800px;
  width: 100%;
  margin: 43px auto 0;
}
.working-style1-area .bottom-text p {
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 22px;
}
.working-style1-area .bottom-text a {
}

/*** 
=============================================
    Pricing Table Area Css
=============================================
***/
.pricing-table-area {
  position: relative;
  display: block;
  padding: 150px 0 120px;
  background-color: #ffffff;
  z-index: 1;
}
.pricing-table-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 855px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  z-index: -1;
  overflow: hidden;
}
.pricing-table-bg .inner-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  z-index: -2;
  opacity: 0.15 !important;
}
.pricing-table-area .sec-title-style2 {
}
.pricing-table-area .sec-title-style2 .icon {
  box-shadow: none;
}
.pricing-table-area .sec-title-style2 .title {
  color: #ffffff;
}
.pricing-tabs {
  position: relative;
}
.pricing-tabs .tab-buttons {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 50px;
  -webkit-box-shadow: 0px 0px 7px 3px #f3f3f3;
  box-shadow: 0px 0px 7px 3px #f3f3f3;
  margin-top: 134px;
}
.pricing-tabs .tab-buttons .tab-btn {
  position: relative;
  float: left;
  display: block;
  padding: 12px 25px 13px;
  cursor: pointer;
  color: #1b1b1b;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: "Muli", sans-serif;
}
.pricing-tabs .tab-buttons .tab-btn:hover,
.pricing-tabs .tab-buttons .tab-btn.active-btn {
  color: #ffffff;
  background: #ff8b00;
  background: -moz-linear-gradient(left, #ff8b00 0%, #f66821 50%, #e62d57 100%);
  background: -webkit-linear-gradient(
    left,
    #ff8b00 0%,
    #f66821 50%,
    #e62d57 100%
  );
  background: linear-gradient(to right, #ff8b00 0%, #f66821 50%, #e62d57 100%);
}

.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;
  overflow: hidden;
  background-color: #ffffff;
  padding: 60px 40px 60px;
  transition: all 300ms ease;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.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: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.single-price-box .inner-box .top .icon {
  position: relative;
  display: block;
}
.single-price-box .inner-box .top .icon span:before {
  color: #b7b7b7;
  font-size: 80px;
  line-height: 80px;
}
.single-price-box .inner-box .top .value {
  position: relative;
  display: block;
  height: 90px;
  width: 90px;
  background: #e62c58;
  border-radius: 50%;
  text-align: center;
  padding: 30px 0;
}
.single-price-box .inner-box .top .value h1 {
  color: #ffffff;
  font-size: 36px;
  line-height: 32px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.single-price-box .inner-box .top .value h1 sub {
  position: relative;
  top: -2px;
  font-size: 18px;
}

.single-price-box .inner-box .title-box {
  position: relative;
  display: block;
  padding-top: 20px;
  padding-bottom: 24px;
}
.single-price-box .inner-box .title-box h5 {
  color: #1b1b1b;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  margin: 0 0 3px;
}
.single-price-box .inner-box .title-box p {
  color: #e62c58;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-style: italic;
  margin: 0;
  font-family: "Playfair Display", serif;
}

.single-price-box .inner-box .price-list {
  position: relative;
}
.single-price-box .inner-box .price-list li {
  position: relative;
  display: block;
  padding-left: 50px;
  color: #1b1b1b;
  font-size: 16px;
  line-height: 55px;
  font-weight: 700;
  font-family: "Muli", sans-serif;
}
.single-price-box .inner-box .price-list li:last-child {
  margin-bottom: 20px;
}
.single-price-box .inner-box .price-list li.gray-bg {
  background: #f7f7f7;
}
.single-price-box .inner-box .price-list li:before {
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  font-family: FontAwesome;
  content: "\f00c";
  color: #24119e;
  font-size: 16px;
}

.single-price-box .inner-box .btn-box {
}
.single-price-box .inner-box .btn-box a {
  display: block;
  text-align: center;
  padding: 0;
}
.single-price-box:hover .inner-box .btn-box a {
  background: #ff8b00;
  background: -moz-linear-gradient(left, #ff8b00 0%, #f66821 50%, #e62d57 100%);
  background: -webkit-linear-gradient(
    left,
    #ff8b00 0%,
    #f66821 50%,
    #e62d57 100%
  );
  background: linear-gradient(to right, #ff8b00 0%, #f66821 50%, #e62d57 100%);
}

/*** 
=============================================
    Testimonial Style2 Area Css
=============================================
***/
.testimonial-style2-area {
  position: relative;
  display: block;
  padding: 0px 0 0px;
  z-index: 1;
}
.testimonial-style2-image-box {
  position: relative;
  display: block;
  max-width: 500px;
  width: 100%;
  z-index: 1;
}
.testimonial-style2-image-box:before {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: url(../images/testimonial/tes-v2-1-bg.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 500px;
  height: 547px;
  content: "";
  z-index: -1;
}

.single-testimonial-style2 {
  position: relative;
  display: block;
  padding: 42px 50px 44px;
}
.single-testimonial-style2 .text {
  position: relative;
  display: block;
  padding-bottom: 18px;
}
.single-testimonial-style2 .text p {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}
.single-testimonial-style2 .bottom {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.rating-box {
  position: relative;
  display: block;
}
.rating-box ul {
  overflow: hidden;
}
.rating-box ul li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 7px;
}
.rating-box ul li:last-child {
  margin-right: 0;
}
.rating-box ul li a {
  display: inline-block;
}
.rating-box ul li a span:before {
  font-size: 18px;
  line-height: 18px;
  background: -webkit-linear-gradient(#fe8604, #e83550);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.twitter-box {
  position: relative;
  display: block;
}
.twitter-box a {
  color: #e62c58;
  font-size: 16px;
  font-weight: 700;
}
.twitter-box a i {
  position: relative;
  display: inline-block;
  padding-right: 3px;
}

.single-vertical-carousel {
  position: relative;
  display: block;
  margin-top: -15px;
  margin-left: -15px;
  margin-right: -15px;
  z-index: 1;
}
.single-vertical-carousel .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.single-vertical-carousel.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
  opacity: 0.3;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 8px 3px #f3f3f3;
  box-shadow: 0px 0px 8px 3px #f3f3f3;
  margin: 15px 15px 25px;
}
.single-vertical-carousel .slide.slick-slide.slick-current.slick-active {
  opacity: 1;
}
.single-vertical-carousel .slick-dots {
  display: none !important;
}

.single-vertical-carousel .prev-btn {
  position: absolute;
  top: 40px;
  left: -175px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #202020;
  background: none;
  background-color: #ffffff;
  border: 0px solid #eeeeee;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  line-height: 56px;
  margin-top: 0px;
  -webkit-box-shadow: 0px 0px 7px 3px #f7f7f7;
  box-shadow: 0px 0px 7px 3px #f7f7f7;
  transition: all 0.3s ease;
  z-index: 10;
}
.single-vertical-carousel .next-btn {
  position: absolute;
  top: 115px;
  left: -175px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #202020;
  background: none;
  background-color: #ffffff;
  border: 0px solid #eeeeee;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  line-height: 56px;
  margin-bottom: 0;
  -webkit-box-shadow: 0px 0px 7px 3px #f7f7f7;
  box-shadow: 0px 0px 7px 3px #f7f7f7;
  transition: all 0.3s ease;
  z-index: 10;
}
.single-vertical-carousel .next-btn:hover,
.single-vertical-carousel .prev-btn:hover {
  color: #ffffff;
  border-color: #ff8b00;
  background: #ff8b00;
  background: -moz-linear-gradient(left, #ff8b00 0%, #f66821 50%, #e62d57 100%);
  background: -webkit-linear-gradient(
    left,
    #ff8b00 0%,
    #f66821 50%,
    #e62d57 100%
  );
  background: linear-gradient(to right, #ff8b00 0%, #f66821 50%, #e62d57 100%);
}

/*** 
=============================================
    Brand Style2 Area Css
=============================================
***/
.brand-style2-area {
  position: relative;
  display: block;
  padding-top: 145px;
  padding-bottom: 125px;
}
.brand-items-style2 {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.single-brand-item-style2 {
  position: relative;
  flex: 0 0 20%;
  max-width: 20%;
  width: 100%;
}
.single-brand-item-style2 a {
  position: relative;
  display: inline-block;
  width: 100%;
  background: #ffffff;
  text-align: center;
  z-index: 1;
  transition: all 700ms ease 200ms;
}
.single-brand-item-style2 a img {
  width: auto;
  transition: all 900ms ease 200ms;
  transform: perspective(1200px) rotateY(0deg) translateZ(0px);
}
.single-brand-item-style2 .overlay-content {
  position: absolute;
  left: 0px;
  right: 0;
  top: -35px;
  width: 145px;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  padding: 2px 0px 3px;
  text-align: center;
  background-color: #e62c58;
  border-radius: 5px;
  transition: all 300ms ease 100ms;
  z-index: 999;
}
.single-brand-item-style2:hover .overlay-content {
  top: -15px;
  visibility: visible;
  opacity: 1;
}
.single-brand-item-style2 .overlay-content:before {
  font-family: FontAwesome;
  content: "\f0dd";
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  text-align: center;
  color: #e9212e;
  font-size: 30px;
}
.single-brand-item-style2 .overlay-content p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

/*** 
=============================================
    Latest Blog Area Style2 style
=============================================
***/
.latest-blog-style2-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 150px 0 150px;
  z-index: 5;
}
.latest-blog-style2-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 405px;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1;
}

.single-blog-post-style2 {
  position: relative;
  display: block;
}
.single-blog-post-style2 .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.single-blog-post-style2 .img-holder img {
  width: 100%;
  transform: scale(1);
}
.single-blog-post-style2:hover .img-holder img {
  transform: scale(1.2) rotate(1deg);
}
.single-blog-post-style2 .overlay-style-one {
  z-index: 2;
}
.single-blog-post-style2:hover .overlay-style-one {
  opacity: 1;
}
.single-blog-post-style2
  .img-holder
  .overlay-style-one
  .box
  .inner
  a
  span:before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 30px;
  line-height: 30px;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.1s ease-in-out 0.9s;
}
.single-blog-post-style2:hover
  .img-holder
  .overlay-style-one
  .box
  .inner
  a
  span:before {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.5s ease-in-out 0.5s;
}
.single-blog-post-style2
  .img-holder
  .overlay-style-one
  .box
  .inner
  a:hover
  span:before {
  color: #0c5027;
}

.single-blog-post-style2 .text-holder {
  position: relative;
  display: block;
  padding: 25px 30px 20px;
  -webkit-box-shadow: 0px 3px 6px 2px #ebebeb;
  box-shadow: 0px 3px 6px 2px #ebebeb;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.single-blog-post-style2 .text-holder .date-box {
  position: relative;
  display: block;
  padding-bottom: 10px;
}
.single-blog-post-style2 .text-holder .date-box h3 {
  color: #e62c58;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  font-family: "Muli", sans-serif;
}
.single-blog-post-style2 .text-holder .blog-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.single-blog-post-style2 .text-holder .blog-title a {
  color: #1d1d1d;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-blog-post-style2 .text-holder .blog-title a:hover {
  color: #e62c58;
}

.single-blog-post-style2 .text-holder .bottom {
  position: relative;
  margin-top: 17px;
  padding-top: 20px;
  border-top: 1px solid #eeeeee;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.single-blog-post-style2 .text-holder .bottom .author-info {
  position: relative;
  display: block;
}
.single-blog-post-style2 .text-holder .bottom .author-info .img-box {
  width: 30px;
}
.single-blog-post-style2 .text-holder .bottom .author-info .img-box img {
  border-radius: 50%;
}
.single-blog-post-style2 .text-holder .bottom .author-info .img-box,
.single-blog-post-style2 .text-holder .bottom .author-info .title-box {
  display: table-cell;
  vertical-align: middle;
}
.single-blog-post-style2 .text-holder .bottom .author-info .title-box {
  position: relative;
  padding-left: 10px;
}
.single-blog-post-style2 .text-holder .bottom .author-info .title-box h6 {
  color: #1b1b1b;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.single-blog-post-style2 .text-holder .bottom .meta-box {
  position: relative;
  display: block;
}
.single-blog-post-style2 .text-holder .bottom .meta-box .meta-info {
  overflow: hidden;
}
.single-blog-post-style2 .text-holder .bottom .meta-box .meta-info li {
}
.single-blog-post-style2 .text-holder .bottom .meta-box .meta-info li a {
  color: #7e7e7e;
  font-size: 16px;
  font-weight: 500;
}
.single-blog-post-style2
  .text-holder
  .bottom
  .meta-box
  .meta-info
  li
  a
  span:before {
  position: relative;
  top: 3px;
  display: inline-block;
  padding-right: 3px;
}

.blog-carousel-one.owl-carousel .owl-stage-outer {
  padding: 0px 0px 20px;
}
.blog-carousel-one .owl-dots {
  position: relative;
  display: block !important;
  margin-top: 27px !important;
  line-height: 14px;
}
.blog-carousel-one .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: rgba(230, 50, 94, 0.3);
  border: 0px solid #4c4c4c;
  margin: 0px 5px;
  padding: 0px;
  border-radius: 50%;
  transition: all 500ms ease;
}
.blog-carousel-one .owl-dots .owl-dot span {
  display: none;
}
.blog-carousel-one .owl-dots .owl-dot.active {
  width: 40px;
  border-radius: 20px;
  background: rgba(230, 50, 94, 0.99);
}

/*** 
=============================================
    Footer Area Style2 Css
=============================================
***/
.footer-style2-area {
  position: relative;
  display: block;
  padding: 150px 0 86px;
  min-height: 1116px;
  z-index: 1;
}
.footer-style2-area-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1116px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  z-index: -1;
}
.footer-style2-area-bg .shape-one {
  position: absolute;
  left: -50px;
  top: 160px;
  bottom: 0;
  width: 500px;
  height: 900px;
  background-repeat: no-repeat;
  z-index: -1;
}
.footer-style2-area-bg .parallax-scene {
  top: 150px;
  left: -100px;
  bottom: 0;
  width: auto;
  height: auto;
  z-index: -1;
}
.footer-style2-area-bg .parallax-scene .shape-two {
  width: 355px;
  height: 660px;
  background: url(../images/footer/footer-style2-area-shape-2.png);
  background-repeat: no-repeat;
}

.footer-style2-area .martop {
  margin-top: 112px;
}

.footer-contact-form {
  position: relative;
  display: block;
}
.footer-contact-form .title {
  position: relative;
  display: block;
  padding-bottom: 42px;
}
.footer-contact-form .title h3 {
  color: #ffffff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.footer-contact-form .title p {
  color: #cfcdd9;
  font-size: 18px;
  line-height: 28px;
  margin: 15px 0 0;
}

.footer-contact-form form {
  position: relative;
  display: block;
}
.footer-contact-form form .input-box {
  position: relative;
  display: block;
}

.footer-contact-form form input[type="text"],
.footer-contact-form form input[type="email"],
.footer-contact-form form textarea {
  position: relative;
  display: block;
  background: #ffffff;
  border: 1px solid #eeeeee;
  width: 100%;
  height: 60px;
  font-size: 16px;
  padding-left: 19px;
  padding-right: 15px;
  border-radius: 7px;
  margin-bottom: 30px;
  transition: all 500ms ease;
}
.footer-contact-form form textarea {
  height: 120px;
  padding-left: 19px;
  padding-right: 15px;
  padding-top: 14px;
  padding-bottom: 15px;
}
.footer-contact-form form input[type="text"]:focus {
  color: #222222;
  border-color: #1b0a8a;
}
.footer-contact-form form input[type="email"]:focus {
  color: #222222;
  border-color: #1b0a8a;
}
.footer-contact-form form textarea:focus {
  color: #222222;
  border-color: #1b0a8a;
}
.footer-contact-form form input[type="text"]::-webkit-input-placeholder {
  color: #7e7e7e;
}
.footer-contact-form form input[type="text"]:-moz-placeholder {
  color: #7e7e7e;
}
.footer-contact-form form input[type="text"]::-moz-placeholder {
  color: #7e7e7e;
}
.footer-contact-form form input[type="text"]:-ms-input-placeholder {
  color: #7e7e7e;
}
.footer-contact-form form input[type="email"]::-webkit-input-placeholder {
  color: #7e7e7e;
}
.footer-contact-form form input[type="email"]:-moz-placeholder {
  color: #7e7e7e;
}
.footer-contact-form form input[type="email"]::-moz-placeholder {
  color: #7e7e7e;
}
.footer-contact-form form input[type="email"]:-ms-input-placeholder {
  color: #7e7e7e;
}
.footer-contact-form form button {
  position: relative;
  display: block;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  line-height: 60px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  border-radius: 30px;
  font-family: "Poppins", sans-serif;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  background: #ff8b00;
  background: -moz-linear-gradient(left, #ff8b00 0%, #f66821 50%, #e62d57 100%);
  background: -webkit-linear-gradient(
    left,
    #ff8b00 0%,
    #f66821 50%,
    #e62d57 100%
  );
  background: linear-gradient(to right, #ff8b00 0%, #f66821 50%, #e62d57 100%);
}
.footer-contact-form form button:hover {
  color: #1d1d1d;
}

#home-google-map {
  height: 682px;
  width: 100%;
  margin-top: -147px;
}

.single-footer-widget-style2 .title {
  position: relative;
  display: block;
  padding-bottom: 23px;
}
.single-footer-widget-style2 .title h3 {
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
}

.single-footer-widget-style2 {
  position: relative;
  display: block;
}
.single-footer-widget-style2 {
  position: relative;
  display: block;
}
.single-footer-widget-style2 .footer-company-info-text {
  position: relative;
  display: block;
  padding-top: 6px;
}
.single-footer-widget-style2 .footer-company-info-text p {
  color: #dcdbe1;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
.single-footer-widget-style2 .footer-company-info-text p.mar0 {
  margin: 0;
}

.single-footer-widget-style2 .info-links {
  position: relative;
  display: block;
}
.single-footer-widget-style2 .info-links li {
  position: relative;
  display: block;
  line-height: 38px;
}
.single-footer-widget-style2 .info-links li:before {
  position: absolute;
  top: 0px;
  left: 0;
  bottom: 0;
  margin: 19px 0;
  content: "";
  width: 0px;
  height: 2px;
  background: #e62c58;
  transform: scale(1);
  transition: all 0.3s ease-in-out 0.1s;
  z-index: -1;
}
.single-footer-widget-style2 .info-links li:hover:before {
  width: 15px;
}
.single-footer-widget-style2 .info-links li a {
  position: relative;
  display: block;
  color: #dcdbe1;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.3s ease-in-out 0.1s;
}
.single-footer-widget-style2 .info-links li a:hover {
  color: #e62c58;
  padding-left: 20px;
}

.single-footer-widget-style2 .services-links {
  position: relative;
  display: block;
}
.single-footer-widget-style2 .services-links li {
  position: relative;
  display: block;
  line-height: 38px;
}
.single-footer-widget-style2 .services-links li:before {
  position: absolute;
  top: 0px;
  left: 0;
  bottom: 0;
  margin: 19px 0;
  content: "";
  width: 0px;
  height: 2px;
  background: #e62c58;
  transform: scale(1);
  transition: all 0.3s ease-in-out 0.1s;
  z-index: -1;
}
.single-footer-widget-style2 .services-links li:hover:before {
  width: 15px;
}
.single-footer-widget-style2 .services-links li a {
  position: relative;
  display: block;
  color: #dcdbe1;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.3s ease-in-out 0.1s;
}
.single-footer-widget-style2 .services-links li a:hover {
  color: #e62c58;
  padding-left: 20px;
}

.single-footer-widget-style2 .subscribe-box {
  position: relative;
  display: block;
  padding-top: 6px;
}
.single-footer-widget-style2 .subscribe-box .text {
  position: relative;
  display: block;
  padding-bottom: 23px;
}
.single-footer-widget-style2 .subscribe-box .text p {
  color: #dcdbe1;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin: 0;
}
.single-footer-widget-style2 .subscribe-form {
  position: relative;
  display: block;
  max-width: 270px;
  width: 100%;
}
.single-footer-widget-style2 .subscribe-form input[type="email"] {
  position: relative;
  display: block;
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #7e7e7e;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  height: 50px;
  margin-bottom: 0px;
  padding: 0 20px;
  padding-right: 45px;
  transition: all 500ms ease;
}
.single-footer-widget-style2 .subscribe-form input::-webkit-input-placeholder {
  color: #7e7e7e;
}
.single-footer-widget-style2 .subscribe-form input:-moz-placeholder {
  color: #7e7e7e;
}
.single-footer-widget-style2 .subscribe-form input::-moz-placeholder {
  color: #7e7e7e;
}
.single-footer-widget-style2 .subscribe-form input:-ms-input-placeholder {
  color: #7e7e7e;
}
.single-footer-widget-style2 .subscribe-form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 50px;
  border: 1px solid #ffffff;
  border-left: none;
  display: block;
  background: #ffffff;
  color: #b7b7b7;
  font-size: 18px;
  line-height: 48px;
  font-weight: 500;
  transition: all 500ms ease;
}
.single-footer-widget-style2 .subscribe-form button:before {
  position: absolute;
  top: 10px;
  left: 0;
  bottom: 10px;
  width: 1px;
  background: #d9d9d9;
  content: "";
}
.single-footer-widget-style2 .subscribe-form input[type="email"]:focus {
  color: #000000;
  border: 1px solid #f86f1a;
}
.single-footer-widget-style2 .subscribe-form input[type="email"]:focus + button,
.single-footer-widget-style2 .subscribe-form button:hover {
  color: #f86f1a;
  border-color: #f86f1a;
}
.single-footer-widget-style2 .subscribe-box .footer-social-links {
  position: relative;
  display: block;
  padding-top: 22px;
}

/*** 
=============================================
    Footer Bottom Area Style2 Css
=============================================
***/
.footer-bottom-area-style2 {
  position: relative;
  display: block;
  padding: 22px 0;
  background: #200f8a;
  z-index: 5;
}
.footer-bottom-content-style2 {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.copyright-text-style2 {
  position: relative;
  display: block;
}
.copyright-text-style2 p {
  color: #dcdbe1;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  margin: 0;
}
.copyright-text-style2 p a {
  color: #dcdbe1;
  font-weight: 500;
  text-decoration: underline;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.copyright-text-style2 p a:hover {
  background: -webkit-linear-gradient(#fe8604, #e83550);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-menu-style1.home2 ul li a {
  color: #dcdbe1;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.footer-menu-style1.home2 ul li a:hover {
  color: #fe8604;
}

/*** 
=============================================
    Main Header Style3 Css
=============================================
***/
.boxed_wrapper.home3 {
  z-index: 1;
}
.boxed_wrapper.home3:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/pattern/home3-body-bg.jpg);
  background-attachment: fixed;
  background-repeat: repeat;
  background-position: center;
  content: "";
  z-index: -1;
}
.main-header.style3 {
  padding-bottom: 45px;
}
.main-header.style3 .outer-container .top-bar {
  padding-top: 45px;
}

.main-header.style3.fixed-header {
  padding-bottom: 24px;
  background: rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.main-header.style3.fixed-header .outer-container .top-bar {
  padding-top: 25px;
}

.navbar-btn-wrap.style2 {
  position: relative;
  margin: 6px 0;
}
.navbar-btn-wrap.style2 .anim-menu-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--anim-menu-btn-size);
  height: var(--anim-menu-btn-size);
  background: transparent;
  color: #fff;
  border-radius: 50%;
}
.navbar-btn-wrap.style2 .anim-menu-btn:before {
  display: none;
}
.navbar-btn-wrap.style2 .anim-menu-btn:after {
  display: none;
}

.navbar-btn-wrap.style2 .anim-menu-btn__icon {
  position: relative;
  display: block;
  font-size: var(--anim-menu-btn-icon-size);
  width: 1em;
  height: var(--anim-menu-btn-icon-stroke);
  color: var(--color-contrast-high);
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  transform: scale(1);
}
.navbar-btn-wrap.style2 .anim-menu-btn__icon--close {
  background-size: 100% 100%;
  will-change: transform, background-size;
  transition: transform 0.2s, background-size 0.2s;
}
.navbar-btn-wrap.style2 .anim-menu-btn--state-b .anim-menu-btn__icon--close {
  background-size: 0% 100%;
  background: transparent;
}

.navbar-btn-wrap.style2 .anim-menu-btn__icon::before,
.navbar-btn-wrap.style2 .anim-menu-btn__icon::after {
  position: absolute;
  top: 0;
  left: 9px;
  height: 100%;
  width: 69%;
  content: "";
  background-image: inherit;
  border-radius: inherit;
}
.navbar-btn-wrap.style2
  .anim-menu-btn--state-b
  .anim-menu-btn__icon--close::before {
  transform: translateY(0) rotate(45deg);
  background: #ffffff;
}
.navbar-btn-wrap.style2 .anim-menu-btn__icon--close::before,
.navbar-btn-wrap.style2 .anim-menu-btn__icon--close::after {
  will-change: inherit;
  transition: inherit;
}
.navbar-btn-wrap.style2 .anim-menu-btn__icon--close::before {
  transform: translateY(-0.25em) rotate(0);
}

.navbar-btn-wrap.style2
  .anim-menu-btn--state-b
  .anim-menu-btn__icon--close::after {
  transform: translateY(0) rotate(-45deg);
  background: #ffffff;
}
.navbar-btn-wrap.style2 .anim-menu-btn__icon--close::after {
  transform: translateY(0.25em) rotate(0);
}

.main-header.style3 .nav-outer {
  right: 100px;
  z-index: 99999;
}
.main-header.style3 .nav-outer .nav-inner {
  position: relative;
  display: block;
  padding: 0 40px;
  background-color: #000000;
  opacity: 0;
}
.main-header.style3 .outer-search-box {
  position: absolute;
  top: -6px;
  right: 50px;
  z-index: 999999;
  transition: all 500ms ease 100ms;
}
.main-header.style3 .outer-search-box .seach-toggle {
  position: relative;
  display: block;
  background: transparent;
  color: #ffffff;
  font-size: 16px;
  line-height: 50px;
  cursor: pointer;
  text-align: center;
  height: 50px;
  width: 50px;
  border-radius: 0px;
  margin: 0;
  transition: all 500ms ease;
}
.main-header.style3 .outer-search-box .seach-toggle:hover,
.main-header.style3 .outer-search-box .seach-toggle.active {
  color: #f0326e;
}
.main-header.style3 .search-box {
  position: absolute;
  top: 120%;
  right: 0%;
  background: #1d1d1d;
  opacity: 0;
  padding: 20px;
  transition: all 500ms ease 0s;
  visibility: hidden;
  z-index: 100;
  margin-top: 25px;
  margin-left: 0;
}
.main-header.style3 .search-box.now-visible {
  top: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.main-header.style3 .search-box .form-group {
  position: relative;
  padding: 0px;
  margin: 0px;
  width: 100%;
  min-width: 250px;
}
.main-header.style3 .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;
}
.main-header.style3 .search-box .form-group input[type="search"]:focus {
  border-color: #f5f5f5;
}
.main-header.style3 .search-box .form-group button,
.main-header.style3 .search-box .form-group input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  cursor: pointer;
  background: #1f1f23;
  color: #fff;
  font-size: 13px;
  height: 45px;
  line-height: 45px;
  width: 45px;
  transition: all 500ms ease 0s;
}
.main-header.style3 .search-box .form-group button:hover,
.main-header.style3 .search-box .form-group input:focus + button {
  color: #222222;
  background: #f5f5f5;
}

/*** 
=============================================
    Banner Style3 Section Css
=============================================
***/
.banner-style3-section {
  position: relative;
  display: block;
}
.banner-style3-section .banner-content {
  position: relative;
  display: block;
  padding: 238px 0 168px;
}
.banner-style3-section .banner-content .big-title {
  color: #ffffff;
  font-size: 80px;
  line-height: 100px;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
}
.banner-style3-section .banner-content .big-title span {
  color: #151414;
  text-shadow: -2px -2px 0 #f0326e, 2px -2px 0 #f0326e, -2px 2px 0 #f0326e,
    2px 2px 0 #f0326e;
}

.banner-social-links {
  position: absolute;
  top: 250px;
  left: 100px;
  width: 200px;
  padding-top: 100px;
  z-index: 10;
}
.banner-social-links:before {
  position: absolute;
  top: 0;
  left: 8px;
  width: 1px;
  height: 72px;
  background: rgba(255, 255, 255, 0.1);
  content: "";
}

.banner-social-links ul {
  position: relative;
  display: block;
  overflow: hidden;
}
.banner-social-links ul li {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.banner-social-links ul li:last-child {
  margin-bottom: 0;
}
.banner-social-links ul li a {
  position: relative;
  display: block;
  height: 30px;
  width: 30px;
  text-align: left;
}
.banner-social-links ul li a i {
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
  transform: scaleX(1);
}
.banner-social-links ul li a:hover i {
  transform: scaleX(0);
}
.banner-social-links ul li a .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  color: #f0326e;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  transition: all 0.2s ease-in-out;
  transform: scaleX(0);
}
.banner-social-links ul li a:hover .overlay {
  transform: scaleX(1);
}

.drop-line {
  position: absolute;
  top: 250px;
  right: 100px;
  width: 60px;
  padding-top: 100px;
  text-align: center;
}
.drop-line:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 1px;
  height: 72px;
  background: rgba(255, 255, 255, 0.1);
  content: "";
  margin: 0 auto;
}
.drop-line .text {
  position: absolute;
  top: 140px;
  right: -16px;
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  transform: rotate(-90deg);
  height: 12px;
  width: 90px;
  letter-spacing: 1px;
}
.drop-line .icon a span:before {
  position: absolute;
  bottom: -171px;
  right: 0;
  width: 60px;
  height: 60px;
  background: #f0326e;
  border-radius: 50%;
  color: #ffffff;
  font-size: 25px;
  line-height: 60px;
  text-align: center;
}

/*** 
========================================
	Banner Section
========================================
***/
.recent-portfolio-area {
  position: relative;
  display: block;
  background: transparent;
  padding: 0;
  margin: 0;
}
.recent-portfolio-area.full-height {
  height: 540px !important;
}
.swiper-container {
  max-width: 1720px;
}
.banner-slider {
  position: relative;
  height: 100% !important;
}
.recent-portfolio-area .swiper-slide {
  position: relative;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.recent-portfolio-area .content-outer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  max-width: 100%;
  width: 100%;
  display: table;
  vertical-align: middle;
}
.recent-portfolio-area .content-box {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.recent-portfolio-area .content-box .inner {
  position: relative;
  width: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
}
.recent-portfolio-area .swiper-slide-active .content-box .inner {
  opacity: 1;
  transition: all 500ms ease;
  transform: translateX(0px);
}
.recent-portfolio-area .big-title {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 72px;
  line-height: 1.4em;
  font-weight: 900;
  text-transform: capitalize;
  opacity: 0;
  transform: scaleY(0);
  transition: all 500ms ease;
  transition-delay: 1000ms;
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  -o-transform-origin: bottom;
  transform-origin: bottom;
  font-family: "Poppins", sans-serif;
}
.recent-portfolio-area .swiper-slide-active .big-title {
  opacity: 1;
  transition-delay: 1600ms;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.recent-portfolio-area .swiper-slide-active .big-title.style2 {
  color: #52c6c8;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
}
.recent-portfolio-area .big-title span {
  position: absolute;
  top: -15px;
  left: -40px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
}
.recent-portfolio-area .categories {
  position: absolute;
  top: -50px;
  right: 5px;
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  transform: rotate(90deg);
  opacity: 0;
  transition: all 500ms ease;
  transition-delay: 1000ms;
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  -o-transform-origin: bottom;
  transform-origin: bottom;
}
.recent-portfolio-area .categories:before {
  position: absolute;
  top: 0;
  left: -70px;
  bottom: 0;
  width: 50px;
  height: 1px;
  background: #ffffff;
  content: "";
  margin: 6px 0;
}
.recent-portfolio-area .swiper-slide-active .categories {
  opacity: 1;
  transform: rotate(450deg);
  transition-delay: 1600ms;
}

.banner-slider-control-wrap {
  position: absolute;
  left: 0;
  bottom: -112px;
  right: 0;
  max-width: 1720px;
  width: 100%;
  margin: 0 auto;
  z-index: 100;
}
.banner-slider-control-wrap .left-side {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.banner-slider-control-wrap .left-side .title {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.banner-slider-pagination {
  position: relative;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: inline-block;
  align-items: center;
  margin-right: 0;
  z-index: 999;
}
.banner-slider-pagination:before {
  position: absolute;
  left: 0;
  bottom: 2px;
  right: 0;
  height: 1px;
  background: #ffffff;
  content: "";
  z-index: -1;
}
.banner-slider-pagination .swiper-pagination-bullet {
  width: 60px;
  height: 5px;
  display: block;
  float: left;
  margin-bottom: 0;
  line-height: 5px;
  border-radius: 0;
  background: none;
  overflow: hidden;
  position: relative;
  opacity: 1;
}
.banner-slider-pagination .swiper-pagination-bullet:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 0;
  background: #ffffff;
  content: "";
  transition: all 900ms ease 600ms;
  opacity: 1;
}
.banner-slider-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active:before,
.banner-slider-pagination .swiper-pagination-bullet:hover:before {
  width: 60px;
}
.banner-slider-pagination .swiper-pagination-bullet:after {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  width: 0px;
  height: 5px;
  content: "";
  transform: scale(1);
  transition: all 900ms ease 600ms;
  border-radius: 0;
  background: #f2f2f2;
}
.banner-slider-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  width: 60px;
}

.swiper-counter {
  position: relative;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  width: 120px;
  text-align: center;
  bottom: 0;
  z-index: 9;
  background: transparent;
  line-height: 50px;
  display: inline-block;
  font-family: "Poppins", sans-serif;
}
.swiper-counter div {
  position: relative;
  display: inline-block;
  top: 0;
  width: 25px;
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.swiper-counter div#current {
  margin-right: 55px;
}
.swiper-counter div#total {
  right: 0px;
}
.swiper-counter div#total:before {
  position: absolute;
  top: 11px;
  left: -48px;
  width: 40px;
  height: 1px;
  content: "";
  background: #444343;
}

/*** 
=============================================
    Popular Portfolio Area style
=============================================
***/
.popular-portfolio-area {
  position: relative;
  display: block;
  background: transparent;
  padding: 281px 0 150px;
}
.popular-portfolio-area .auto-container {
  position: static;
  max-width: 1750px;
  padding: 0px 15px;
  margin: 0 auto;
}
.popular-portfolio-area .project-filter {
  position: relative;
  display: block;
  padding-bottom: 34px;
}
.popular-portfolio-area .project-filter li {
  position: relative;
  display: inline-block;
  float: left;
  padding-right: 75px;
  margin-right: 50px;
  margin-bottom: 18px;
}
.popular-portfolio-area .project-filter li + li {
  float: left;
}
.popular-portfolio-area .project-filter li:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 25px;
  height: 10px;
  background: #151414;
  border: 1px solid #ffffff;
  content: "";
  margin: 17px 0;
}
.popular-portfolio-area .project-filter li:nth-child(3):before {
  display: none;
}
.popular-portfolio-area .project-filter li:last-child:before {
  display: none;
}
.popular-portfolio-area .project-filter li .filter-text {
  position: relative;
  display: block;
  color: #151414;
  font-size: 48px;
  line-height: 46px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 0px 0px 12px;
  cursor: pointer;
  transition: all 0.4s ease;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  transition: all 500ms ease;
  font-family: "Poppins", sans-serif;
}
.popular-portfolio-area .project-filter li:hover .filter-text,
.popular-portfolio-area .project-filter li.active .filter-text {
  color: #ffffff;
}
.popular-portfolio-area .project-filter li .count {
  display: none;
}

.single-portfolio-style1 {
  position: relative;
  display: block;
  margin-bottom: 30px;
  z-index: 1;
}
.single-portfolio-style1:before {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: #f0326e;
  content: "";
  z-index: -1;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-portfolio-style1:hover:before {
  top: -10px;
  left: -10px;
  bottom: 10px;
  right: 10px;
}
.single-portfolio-style1 .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
}
.single-portfolio-style1 .img-holder img {
  width: 100%;
  transform: scale(1.01);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-property: all;
  transition-property: all;
}
.single-portfolio-style1:hover .img-holder img {
  transform: scale(1.2) rotate(0deg);
}
.single-portfolio-style1 .overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
  opacity: 1;
  z-index: 1;
}
.single-portfolio-style1 .overlay-content .title-box {
  position: absolute;
  left: 25px;
  bottom: 25px;
  right: 25px;
  background: #ffffff;
  text-align: center;
  display: block;
  padding: 10px 0 12px;
  opacity: 0;
  transform-style: preserve-3d;
  transform: perspective(1200px) rotateX(90deg) translateZ(-40px);
  transition: all 300ms ease 100ms;
}
.single-portfolio-style1:hover .overlay-content .title-box {
  opacity: 1;
  transform: perspective(1200px) rotateX(0deg) translateZ(0px);
  transition: all 900ms ease 300ms;
}
.single-portfolio-style1 .overlay-content .title-box span {
  color: #f0326e;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}
.single-portfolio-style1 .overlay-content .title-box h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0px 0 0;
  font-family: "Poppins", sans-serif;
}
.single-portfolio-style1 .overlay-content .title-box h3 a {
  color: #1d1d1d;
}

.loading-box {
  position: relative;
  display: block;
  padding-top: 40px;
  text-align: center;
}
.loading-box a {
  display: inline-block;
}

/*** 
=============================================
    Footer style3 Area Css
=============================================
***/
.footer-style3-area {
  position: relative;
  display: block;
  z-index: 3;
}
.footer-style3-area .auto-container {
  position: relative;
  max-width: 1750px;
  padding: 0px 15px;
  padding-top: 150px;
  padding-bottom: 150px;
  margin: 0 auto;
}
.footer-style3-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-position: center top;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-style3-bg:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(240, 53, 110, 0.95);
  content: "";
  z-index: -1;
}

.single-footer-widget-style3 {
  position: relative;
  display: block;
}

.single-footer-widget-style3 .title {
  position: relative;
  display: block;
  margin-top: -3px;
  padding-bottom: 28px;
}
.single-footer-widget-style3 .title h3 {
  color: #ffffff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

.single-footer-widget-style3 .project-content {
  position: relative;
  display: block;
}
.single-footer-widget-style3 .project-content h2 {
  color: #ffffff;
  font-size: 30px;
  line-height: 44px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.single-footer-widget-style3 .project-content h2 a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  z-index: 1;
}
.single-footer-widget-style3 .project-content h2 a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 2px;
  background: #ffffff;
  content: "";
  z-index: -1;
}
.single-footer-widget-style3 ul {
  position: relative;
  display: block;
  padding-top: 50px;
}
.single-footer-widget-style3 ul li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 20px;
}
.single-footer-widget-style3 ul li:last-child {
  margin-right: 0;
}
.single-footer-widget-style3 ul li .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
}
.single-footer-widget-style3 ul li .img-holder img {
  width: 100%;
  transform: scale(1.01);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-property: all;
  transition-property: all;
}
.single-footer-widget-style3 ul li:hover .img-holder img {
  transform: scale(1.2) rotate(0deg);
}

.single-footer-widget-style3 ul li .overlay-style-one {
  background: rgba(0, 0, 0, 0.8);
}
.single-footer-widget-style3 ul li:hover .overlay-style-one {
  opacity: 1;
}
.single-footer-widget-style3 ul li .overlay-style-one .inner a i {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #ffffff;
  border-radius: 50%;
  color: #f0326e;
  font-size: 25px;
  line-height: 50px;
  text-align: center;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.4s ease-in-out 0.3s;
}
.single-footer-widget-style3 ul li:hover .overlay-style-one .inner a i {
  opacity: 1;
  transform: translateY(0px);
}
.single-footer-widget-style3 ul li .overlay-style-one .inner a:hover i {
  color: #ffffff;
  background: #000000;
}

.single-footer-widget-style3 .subscribe-box {
  position: relative;
  display: block;
}
.single-footer-widget-style3 .subscribe-box .text {
  position: relative;
  display: block;
  padding-bottom: 18px;
}
.single-footer-widget-style3 .subscribe-box .text p {
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  margin: 0 0 5px;
}

.single-footer-widget-style3 .subscribe-form {
  position: relative;
  display: block;
  max-width: 370px;
  width: 100%;
}
.single-footer-widget-style3 .subscribe-form input[type="email"] {
  position: relative;
  display: block;
  background: rgba(255, 255, 255, 0.15);
  border: 0px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  height: 55px;
  margin-bottom: 20px;
  padding: 0 20px;
  transition: all 500ms ease;
  -webkit-box-shadow: 0px 3px 7px 3px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 3px 7px 3px rgba(0, 0, 0, 0.03);
}
.single-footer-widget-style3 .subscribe-form input::-webkit-input-placeholder {
  color: #ffffff;
}
.single-footer-widget-style3 .subscribe-form input:-moz-placeholder {
  color: #ffffff;
}
.single-footer-widget-style3 .subscribe-form input::-moz-placeholder {
  color: #ffffff;
}
.single-footer-widget-style3 .subscribe-form input:-ms-input-placeholder {
  color: #ffffff;
}
.single-footer-widget-style3 .subscribe-form button {
  position: relative;
  display: inline-block;
  padding: 0 40px;
  background: #ffffff;
  color: #f0326e;
  font-size: 14px;
  line-height: 55px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  transition: all 500ms ease;
}
.single-footer-widget-style3 .subscribe-form input[type="email"]:focus {
  color: #000000;
}
.single-footer-widget .subscribe-form input[type="email"]:focus + button,
.single-footer-widget-style3 .subscribe-form button:hover {
  color: #fff;
  background: #f0326e;
}

/*** 
=============================================
    Footer Bottom Style3 Area Css
=============================================
***/
.footer-bottom-style3-area {
  position: relative;
  display: block;
}
.footer-bottom-style3-content {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding: 22px 0;
}
.footer-bottom-style3-content .copyright-text p {
  color: #afafaf;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0;
}
.footer-bottom-style3-content .copyright-text p a {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #ffffff;
  padding: 0 3px;
  color: #ffffff;
  transition: all 500ms ease;
}
.footer-bottom-style3-content .copyright-text p a:hover {
  color: #f0326e;
}

.footer-menu-style2 {
  position: relative;
  display: block;
}
.footer-menu-style2 ul {
  display: block;
  overflow: hidden;
}
.footer-menu-style2 ul li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 20px;
  z-index: 1;
}
.footer-menu-style2 ul li:last-child {
  margin: 0;
}
.footer-menu-style2 ul li a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.footer-menu-style2 ul li a:hover {
  color: #f0326e;
}

/*** 
=============================================
    Main Header Style4 Css
=============================================
***/
.main-header.style4 {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  background: #0c5027;
  padding-bottom: 0px;
  z-index: 9999999;
  transition: all 300ms ease;
}
.main-header.style4.fixed-header {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 9999999;
  padding: 0;
  background: transparent;
  box-shadow: none;
  transition: none;
}
.main-header.style4.fixed-header .main-menu .navigation > li > a {
  padding: 60px 0px;
}
.sticky-header .main-menu.style3 .navigation > li > a {
  color: #1b1b1b;
  padding: 35px 0px;
}
.fixed-header .sticky-header .main-menu.style3 .navigation > li > a {
  color: #1b1b1b;
  padding: 35px 0px;
}
.fixed-header .sticky-header .main-menu.style3 .navigation > li:hover > a,
.fixed-header .sticky-header .main-menu.style3 .navigation > li.current > a {
  color: #9a2426;
}

.header-upper-style4 {
  position: relative;
  display: block;
  background: transparent;
  max-width: 1700px;
  padding: 0 10px;
  margin: 0 auto;
}
.header-upper-style4 .outer-container {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.header-upper-style4 .header-upper-left {
  position: relative;
  display: block;
  max-width: 220px;
  width: 100%;
}
.header-upper-style4 .header-upper-left .logo {
  position: relative;
  display: block;
}
.header-upper-style4 .header-upper-left .logo a {
  display: inline-block;
}

.header-upper-style4 .header-upper-middle {
  position: relative;
  display: block;
  /*max-width: 860px;
    width: 100%;*/
}
.header-upper-style4 .header-upper-middle .nav-outer {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.header-upper-style4 .nav-outer .main-menu.style3 {
  position: relative;
  display: inline-block;
  float: left;
}
.main-menu.style3 .navigation > li {
  position: relative;
  float: left;
  margin-right: 15px;
  transition: all 300ms ease;
}
.main-menu.style3 .navigation > li:last-child {
  margin-right: 0;
}
.main-menu.style3 .navigation > li > a {
  padding: 60px 0px;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0;
  font-family: "Poppins", sans-serif;
}
.main-menu.style3 .navigation > li:hover > a,
.main-menu.style3 .navigation > li.current > a {
  color: #f7941d;
  border-bottom: 5px solid #f7941d;
}

.header-upper-style4 .nav-outer .outer-search-box {
  position: relative;
  display: inline-block;
  float: left;
  transition: all 500ms ease 100ms;
  padding: 55px 0;
  margin-left: 40px;
}
.header-upper-style4 .nav-outer .outer-search-box .seach-toggle {
  position: relative;
  display: block;
  background: transparent;
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  cursor: pointer;
  text-align: center;
  height: 30px;
  width: 30px;
  border-radius: 0px;
  margin: 0;
  transition: all 500ms ease;
}
.header-upper-style4 .nav-outer .outer-search-box .seach-toggle:hover,
.header-upper-style4 .nav-outer .outer-search-box .seach-toggle.active {
  color: #9a2426;
}
.header-upper-style4 .nav-outer .outer-search-box .search-box {
  position: absolute;
  top: 120%;
  right: 0%;
  background: #1d1d1d;
  opacity: 0;
  padding: 20px;
  transition: all 500ms ease 0s;
  visibility: hidden;
  z-index: 100;
  margin-left: 0;
}
.header-upper-style4 .nav-outer .outer-search-box .search-box.now-visible {
  top: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.header-upper-style4 .nav-outer .outer-search-box .search-box .form-group {
  position: relative;
  padding: 0px;
  margin: 0px;
  width: 100%;
  min-width: 250px;
}
.header-upper-style4
  .nav-outer
  .outer-search-box
  .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;
}
.header-upper-style4
  .nav-outer
  .outer-search-box
  .search-box
  .form-group
  input[type="search"]:focus {
  border-color: #f5f5f5;
}
.header-upper-style4
  .nav-outer
  .outer-search-box
  .search-box
  .form-group
  button,
.header-upper-style4
  .nav-outer
  .outer-search-box
  .search-box
  .form-group
  input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  cursor: pointer;
  background: #1f1f23;
  color: #fff;
  font-size: 13px;
  height: 45px;
  line-height: 45px;
  width: 45px;
  transition: all 500ms ease 0s;
}
.header-upper-style4
  .nav-outer
  .outer-search-box
  .search-box
  .form-group
  button:hover,
.header-upper-style4
  .nav-outer
  .outer-search-box
  .search-box
  .form-group
  input:focus
  + button {
  color: #222222;
  background: #f5f5f5;
}

.header-upper-style4 .header-upper-right {
  position: relative;
  display: block;
  max-width: 500px;
  width: 100%;
}
.header-upper-style4 .header-upper-right .header-right-content {
  position: relative;
  display: block;
  float: right;
}
.header-upper-style4 .header-upper-right .header-right-content .phone-num {
  position: relative;
  display: block;
  width: 150px;
  float: right;
  text-align: right;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.header-upper-style4 .header-upper-right .header-right-content .phone-num a {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

/*** 
=============================================
    Banner Style4 Area Css
=============================================
***/
.banner-style4-area {
  position: relative;
  display: block;
  padding-top: 165px;
  padding-bottom: 310px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom;
  margin-top: -140px;
}
.banner-style4-area .outer-container {
  position: relative;
  display: block;
  max-width: 1700px;
  padding: 0 10px;
  margin: 0 auto;
}

.banner-style4-area .inner {
  position: relative;
  display: block;
  padding-top: 97px;
}
.banner-style4-area .big-title {
  position: relative;
  display: block;
  padding-bottom: 15px;
  color: #ffffff;
  font-size: 100px;
  line-height: 105px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.banner-style4-area .active .big-title {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1000ms;
}
.banner-style4-area .text {
  position: relative;
  display: block;
  padding-bottom: 20px;
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  font-family: "Muli", sans-serif;
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.banner-style4-area .active .text {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 2000ms;
}
.banner-style4-area .button {
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.banner-style4-area .active .button {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 2500ms;
}

.banner-style4-area .button a {
  position: relative;
  display: inline-block;
  color: #f4c433;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
}
.banner-style4-area .button a span:before {
  position: relative;
  display: inline-block;
  transform: rotate(180deg);
  padding-left: 10px;
  top: 1px;
}
.banner-style4-area .button a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  background: url(../images/icon/button-arrow.png);
  width: 164px;
  height: 6px;
}

.banner-style4-area .image-box {
  position: relative;
  display: block;
  width: 630px;
  height: auto;
  z-index: 1;
  opacity: 0;
  transition: all 1000ms ease;
  transform: translateX(50px);
  border-radius: 50%;
}
.banner-style4-area .active .image-box {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 3000ms;
}
.banner-style4-area .image-box:before {
  position: absolute;
  top: -45px;
  left: -45px;
  bottom: -45px;
  right: -45px;
  background: url(../images/slides/slide-round-image-bg.png);
  content: "";
  z-index: -1;
}
.banner-style4-area .image-box img {
  border-radius: 50%;
  width: auto;
}

.banner-style4-area .mouse-btn-down {
  position: absolute;
  left: 10px;
  bottom: -120px;
  cursor: pointer;
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  z-index: 20;
  font-family: "Poppins", sans-serif;
}
.banner-style4-area .mouse-btn-down i {
  position: relative;
  display: inline-block;
  background: #ffffff;
  width: 30px;
  height: 50px;
  color: #f7941d;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  border-radius: 20px;
  margin-right: 15px;
}

.banner-carousel-style4.owl-carousel .owl-stage-outer {
}
.banner-carousel-style4.owl-theme .owl-nav {
  position: absolute;
  top: 200px;
  right: 0px;
  bottom: 0px;
  margin: 0;
}
.banner-carousel-style4.owl-carousel .owl-nav [class*="owl-"] {
  position: relative;
  display: block;
  background: transparent;
  width: 60px;
  height: 60px;
  border: 0px solid #e8e8e8;
  line-height: 66px;
  margin: 10px 0;
  padding: 0;
  transition: all 700ms ease 100ms;
  border-radius: 50%;
  text-align: center;
}
.banner-carousel-style4.owl-carousel .owl-nav [class*="owl-"] i:before {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 25px;
  font-weight: 400;
  transition: all 700ms ease 200ms;
}
.banner-carousel-style4.owl-carousel .owl-nav [class*="owl-"]:hover i:before {
  color: #fbe033;
}
.banner-carousel-style4.owl-carousel .owl-nav [class*="owl-"]:hover {
  background: #f7941d;
}

/*** 
=============================================
    Brand Style3 Area Css
=============================================
***/
.brand-style3-area {
  position: relative;
  display: block;
}
.brand-items-style3 {
  display: block;
  padding-right: 130px;
  margin-top: -40px;
  background: #ffffff;
}
.single-brand-item-style3 {
  position: relative;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  /*border-right: 1px solid #eeeeee;*/
  background-color: #fafafa;
}
.single-brand-item-style3 a {
  position: relative;
  display: inline-block;
  width: 100%;
  background: #ffffff;
  text-align: center;
  z-index: 1;
  transition: all 700ms ease 200ms;
}
.single-brand-item-style3 a img {
  width: auto !important;
  filter: brightness(100%);
  margin: auto auto;
  transition: all 900ms ease 200ms;
  transform: perspective(1200px) rotateY(0deg) translateZ(0px);
  border: 1px solid #eeeeee;
}
.single-brand-item-style3:hover a img {
  filter: brightness(0%);
  transform: perspective(1200px) rotateY(0deg) translateZ(0px);
}

.brand-items-style3.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
  /*margin-left: -255px;*/
  margin-top: 30px;
  background: #ffffff;
}
.brand-items-style3.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  background: #fff;
}

.brand-items-style3.owl-carousel .owl-nav {
  position: absolute;
  top: 0px;
  right: 30px;
  bottom: 0px;
  margin: 0;
  padding: 38px 0;
}
.brand-items-style3.owl-carousel .owl-nav [class*="owl-"] {
  position: relative;
  display: inline-block;
  background: transparent;
  width: 30px;
  height: 30px;
  border: 0px solid #e8e8e8;
  line-height: 30px;
  margin: 0px 0px;
  padding: 0;
  transition: all 700ms ease 100ms;
  border-radius: 50%;
  text-align: center;
}
.brand-items-style3.owl-carousel .owl-nav [class*="owl-"] i:before {
  position: relative;
  display: block;
  color: #afadbc;
  font-size: 20px;
  font-weight: 400;
  transition: all 700ms ease 200ms;
}
.brand-items-style3.owl-carousel .owl-nav [class*="owl-"]:hover i:before {
  color: #ffffff;
}
.brand-items-style3.owl-carousel .owl-nav [class*="owl-"]:hover {
  background: #dc4933;
}

/*** 
=============================================
    About Style3 Area Css
=============================================
***/
ol.olClass {
  list-style-type: decimal;
  margin-left: 18px;
}
ol.olClass li {
  list-style-type: decimal;
  /*list-style-position: outside;*/
  padding-left: 15px;
}
.about-style3-area {
  position: relative;
  display: block;
  padding: 0px 0 120px;
}
.about-style3-image-box {
  position: relative;
  display: block;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: top right;
  max-width: 570px;
  width: 100%;
  min-height: 405px;
  margin-bottom: 160px;
}

.about-style3-area h3 {
  color: #fff;
  border-radius: 8px;
  /*border: 2px solid #f7941d;*/
  background-color: #0c5027;
  display: inline-block;
  line-height: 0.85;
  margin-bottom: 30px;
  padding: 18px;
}

.about-style3-area h4 {
  color: #fff;
  border-radius: 8px;
  /*border: 2px solid #f7941d;*/
  background-color: #0c5027;
  display: inline-block;
  line-height: 0.85;
  margin-bottom: 30px;
  padding: 18px;
}
.about-style3-area .big-title {
  margin-bottom: 25px;
}
.about-style3-area span {
  margin-bottom: 25px;
}

.about-style3-image-box .text {
  position: absolute;
  top: 85px;
  left: -55px;
  color: #f7941d;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Poppins", sans-serif;
  transform: rotate(-90deg);
  height: 75px;
}
.about-style3-image-box .text span {
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  padding: 0 35px;
}
.about-style3-image-box .image-box-one {
  position: absolute;
  left: 0;
  bottom: -160px;
  max-width: 320px;
  width: 100%;
}
.about-style3-image-box .image-box-one img {
  width: 100%;
}
.video-holder-box-style2 {
  position: absolute;
  right: 50px;
  bottom: -110px;
  max-width: 250px;
  width: 100%;
  z-index: 3;
}
.video-holder-box-style2 .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
}
.video-holder-box-style2 .img-holder img {
  width: 100%;
}
.video-holder-box-style2 .img-holder .icon-holder {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  content: "";
  background: rgba(255, 255, 255, 0.02);
  transition: all 900ms ease;
  opacity: 1;
  z-index: 3;
}
.video-holder-box-style2 .img-holder .icon-holder .icon {
  display: table;
  width: 100%;
  height: 100%;
}
.video-holder-box-style2 .img-holder .icon-holder .icon .inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.video-holder-box-style2 .img-holder .icon-holder .icon .inner a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  text-align: center;
  transition: all 500ms ease;
}
.video-holder-box-style2 .img-holder .icon-holder .icon .inner a span:before {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 65px;
  line-height: 65px;
}

.about-style3-title {
  position: relative;
  display: block;
  width: 70px;
  height: 565px;
}
.about-style3-title span {
  position: absolute;
  left: -255px;
  top: 244px;
  height: 50px;
  width: 550px;
  display: inline-block;
  color: #ebebea;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "Poppins", sans-serif;
  transform: rotate(-90deg);
}

.about-style3-content-box {
  position: relative;
  display: block;
}
.about-style3-content-box .inner-content {
  position: relative;
  display: block;
}
.about-style3-content-box .inner-content .logo {
  position: relative;
  display: block;
  padding-bottom: 32px;
}
.about-style3-content-box .inner-content .logo img {
  display: inline-block;
}
.about-style3-content-box .inner-content .title {
  position: relative;
  display: block;
  padding-bottom: 30px;
}
.about-style3-content-box .inner-content .title h1 {
  color: #1b1b1b;
  font-size: 36px;
  line-height: 48px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.about-style3-content-box .inner-content .text {
  position: relative;
  display: block;
}
.about-style3-content-box .inner-content .text p {
}

.about-style3-content-box .slick-dots {
  position: relative;
  display: inline-block;
  top: 0px;
  margin-top: 27px;
  margin-left: -30px;
}
.about-style3-content-box .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 30px;
}
.about-style3-content-box .slick-dots li:before {
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  right: 0px;
  width: 40px;
  height: 2px;
  background: #ededed;
  content: "";
  margin: 24px 0;
  margin-left: 10px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.about-style3-content-box .slick-dots li:last-child:before {
  display: none;
}
.about-style3-content-box .slick-dots li button {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  border: 2px solid #ededed;
  border-radius: 50%;
  background: transparent;
  color: #1b1b1b;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
  font-family: "Poppins", sans-serif;
}
.about-style3-content-box .slick-dots li.slick-active button {
  color: #f7941d;
  border-color: #f7941d;
}

/*** 
=============================================
    Services Style2 Area Css
=============================================
***/
.services-style2-area {
  position: relative;
  display: block;
  padding: 120px 0 113px;
  z-index: 1;
}
.services-style2-area-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 530px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1;
}
.services-style2-area-bg .book {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: url(../images/resources/book.png);
  background-repeat: no-repeat;
  width: 568px;
  height: 550px;
  z-index: -1;
}

.services-style2-area .inner-content {
  overflow: hidden;
}
.single-service-style2 {
  position: relative;
  display: block;
  background: #ffffff;
  border: 1px solid #ededed;
  padding: 56px 40px 52px;
  z-index: 1;
}
.single-service-style2:before {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  content: "";
  z-index: -2;
  transform-style: preserve-3d;
  transform: perspective(1200px) rotateX(90deg) scaleY(0.1);
  background: #f7941d;
  background: -moz-linear-gradient(top, #f7941d 0%, #da4732 50%, #f06735 100%);
  background: -webkit-linear-gradient(
    top,
    #f7941d 0%,
    #da4732 50%,
    #f06735 100%
  );
  background: linear-gradient(to bottom, #f7941d 0%, #da4732 50%, #f06735 100%);
  transition: all 900ms ease 100ms;
}
.single-service-style2:hover:before {
  transform: perspective(1200px) rotateX(0deg) scaleY(1);
  transition: all 500ms linear;
  transition-delay: 0.1s;
}

.single-service-style2 h3 {
  position: relative;
  display: inline-block;
  border-bottom: 3px solid #f7941d;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 45px;
  font-family: "Poppins", sans-serif;
  transition: all 700ms ease 300ms;
}
.single-service-style2:hover h3 {
  border-color: #ffffff;
  transition: all 700ms ease 800ms;
}
.single-service-style2 h3 a {
  color: #1d1d1d;
  transition: all 700ms ease 300ms;
}
.single-service-style2:hover h3 a {
  color: #ffffff;
  transition: all 700ms ease 800ms;
}
.single-service-style2 .icon-holder {
  position: relative;
  display: block;
  width: 85px;
  height: 85px;
  background: #ffffff;
  border-radius: 15px;
  text-align: center;
  margin-left: 8px;
}
.single-service-style2 .icon-holder:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  z-index: -2;
  border-radius: 15px;
  transform-style: preserve-3d;
  transform: perspective(1200px) rotate(20deg) scaleY(1);
  background: #c82b30;
  background: -moz-linear-gradient(top, #c82b30 0%, #d74232 50%, #ef6635 100%);
  background: -webkit-linear-gradient(
    top,
    #c82b30 0%,
    #d74232 50%,
    #ef6635 100%
  );
  background: linear-gradient(to bottom, #c82b30 0%, #d74232 50%, #ef6635 100%);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-service-style2:hover .icon-holder:before {
  transform: perspective(1200px) rotate(20deg) scaleY(0);
  transition: all 700ms ease 300ms;
}

.single-service-style2 .icon-holder:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  z-index: -2;
  border-radius: 15px;
  background: rgba(247, 247, 247, 0.3);
  transform-style: preserve-3d;
  transform: perspective(1200px) rotate(20deg) scaleY(0);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-service-style2:hover .icon-holder:after {
  transform: perspective(1200px) rotate(20deg) scaleY(1);
  transition: all 700ms ease 900ms;
}
.single-service-style2 .icon-holder span:before {
  position: relative;
  display: block;
  color: #b6b6b6;
  font-size: 55px;
  line-height: 85px;
  transition: all 700ms ease 300ms;
}
.single-service-style2:hover .icon-holder span:before {
  color: #f7941d;
  transition: all 700ms ease 900ms;
}

.single-service-style2 .text {
  position: relative;
  display: block;
  padding-top: 37px;
  padding-bottom: 36px;
  margin-right: -10px;
}
.single-service-style2 .text p {
  margin: 0;
  transition: all 700ms ease 300ms;
}
.single-service-style2:hover .text p {
  color: #ffffff;
  transition: all 700ms ease 600ms;
}
.single-service-style2 .read-more {
  position: relative;
  display: block;
  z-index: 1;
}
.single-service-style2 .read-more:before {
  position: absolute;
  top: 0;
  left: 95px;
  bottom: 0;
  right: 0;
  height: 1px;
  background: #ededed;
  content: "";
  margin: 13px 0;
  transition: all 700ms ease 300ms;
}
.single-service-style2:hover .read-more:before {
  background: #ffffff;
  transition: all 700ms ease 800ms;
}
.single-service-style2 .read-more:after {
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  content: "\f105";
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  margin: 3px 0;
  transition: all 700ms ease 300ms;
  transform-style: preserve-3d;
  transform: perspective(1200px) rotateY(90deg) scaleY(0.1);
}
.single-service-style2:hover .read-more:after {
  transition: all 700ms ease 800ms;
  transform: perspective(1200px) rotateY(0deg) scaleY(1);
}

.single-service-style2 .read-more a {
  color: #1d1d1d;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  transition: all 700ms ease 300ms;
}
.single-service-style2:hover .read-more a {
  color: #ffffff;
  transition: all 700ms ease 800ms;
}

.services-carousel .owl-dots {
  position: relative;
  display: block;
  margin-top: 0px !important;
}
.services-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: transparent;
  border: 2px solid #d1d1d1;
  margin: 0px 7.5px;
  padding: 0px;
  border-radius: 50%;
  transition: all 500ms ease;
}
.services-carousel .owl-dots .owl-dot span {
  display: none;
}
.services-carousel .owl-dots .owl-dot:before {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  content: "";
  background: #f7941d;
  border-radius: 50%;
  transform: scale(0);
  transition: all 500ms ease;
}
.services-carousel .owl-dots .owl-dot.active {
  border: 2px solid #f7941d;
}
.services-carousel .owl-dots .owl-dot.active:before {
  transform: scale(1);
}

.services-carousel.owl-carousel {
  display: block;
  max-width: 390px;
  width: 100%;
  margin: 0 auto;
}
.services-carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
  padding: 0px 0px 23px;
}
.services-carousel.owl-carousel
  .owl-stage-outer
  .owl-item.active
  .single-service-style2:before {
  transform: perspective(1200px) rotateX(0deg) scaleY(1);
  transition: all 500ms linear;
  transition-delay: 0.1s;
}
.services-carousel.owl-carousel
  .owl-stage-outer
  .owl-item.active
  .single-service-style2
  h3 {
  border-color: #ffffff;
  transition: all 700ms ease 800ms;
}
.services-carousel.owl-carousel
  .owl-stage-outer
  .owl-item.active
  .single-service-style2
  h3
  a {
  color: #ffffff;
  transition: all 700ms ease 800ms;
}
.services-carousel.owl-carousel
  .owl-stage-outer
  .owl-item.active
  .single-service-style2
  .icon-holder:before {
  transform: perspective(1200px) rotate(20deg) scaleY(0);
  transition: all 700ms ease 300ms;
}
.services-carousel.owl-carousel
  .owl-stage-outer
  .owl-item.active
  .single-service-style2
  .icon-holder:after {
  transform: perspective(1200px) rotate(20deg) scaleY(1);
  transition: all 700ms ease 900ms;
}
.services-carousel.owl-carousel
  .owl-stage-outer
  .owl-item.active
  .single-service-style2
  .icon-holder
  span:before {
  color: #f7941d;
  transition: all 700ms ease 900ms;
}
.services-carousel.owl-carousel
  .owl-stage-outer
  .owl-item.active
  .single-service-style2
  .text
  p {
  color: #ffffff;
  transition: all 700ms ease 600ms;
}
.services-carousel.owl-carousel
  .owl-stage-outer
  .owl-item.active
  .single-service-style2
  .read-more:before {
  background: #ffffff;
  transition: all 700ms ease 800ms;
}
.services-carousel.owl-carousel
  .owl-stage-outer
  .owl-item.active
  .single-service-style2
  .read-more:after {
  transition: all 700ms ease 800ms;
  transform: perspective(1200px) rotateY(0deg) scaleY(1);
}
.services-carousel.owl-carousel
  .owl-stage-outer
  .owl-item.active
  .single-service-style2
  .read-more
  a {
  color: #ffffff;
  transition: all 700ms ease 800ms;
}

/*** 
=============================================
    Latest Project Style2 Area Css
=============================================
***/
.latest-project-style2-area {
  position: relative;
  display: block;
  padding-bottom: 120px;
  z-index: 1;
}
.latest-project-style2-area .layer-outer {
  position: absolute;
  top: 0;
  bottom: 0px;
  right: 0;
  width: 100%;
  z-index: -1;
}
.latest-project-style2-area .layer-shape1 {
  position: absolute;
  left: 0px;
  top: 0;
  width: 486px;
  height: 857px;
  background-image: url(../images/shape/latest-project-style2-bg.png);
  background-repeat: no-repeat;
  background-position: top left;
}

.project-style2-carousel-outer-box .sec-title-style3 {
  position: absolute;
  top: -8px;
  left: 0;
  margin-top: 0px;
  padding-bottom: 0;
}
.project-style2-carousel-outer-box .sec-title-style3 .title {
  padding: 0px 0 13px;
}

.single-project-style2 {
  position: relative;
  display: block;
}
.single-project-style2 .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
}
.single-project-style2 .img-holder img {
  width: 100%;
  transform: scale(1.01);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-property: all;
  transition-property: all;
}
.single-project-style2:hover .img-holder img {
  transform: scale(1.2) rotate(0deg);
}
.single-project-style2 .img-holder .overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.single-project-style2 .img-holder .overlay-content .categories {
  position: absolute;
  top: 38px;
  right: 40px;
  opacity: 0;
  transition: all 0.4s ease-in-out 0.1s;
  transform: translateY(-50px);
}
.single-project-style2:hover .img-holder .overlay-content .categories {
  opacity: 1;
  transform: translateY(0px);
}
.single-project-style2 .img-holder .overlay-content .categories h5 {
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.single-project-style2 .img-holder .overlay-content .title {
  position: absolute;
  left: 40px;
  bottom: 40px;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.4s ease-in-out 0.3s;
}
.single-project-style2:hover .img-holder .overlay-content .title {
  opacity: 1;
  transform: translateY(0px);
}
.single-project-style2 .img-holder .overlay-content .title h1 {
  position: relative;
  display: inline-block;
  padding: 14px 40px 13px;
  background: #ffffff;
  font-size: 36px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.single-project-style2 .img-holder .overlay-content .title h1 a {
  color: #1b1b1b;
}

.project-style2-carousel-outer-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-right: -500px;
}
.project-style2-carousel.owl-carousel {
  display: block;
  max-width: 775px;
  width: 100%;
  margin: 0;
}
.project-style2-carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
  padding: 113px 0px 0px;
}
.project-style2-carousel.owl-carousel
  .owl-stage-outer
  .owl-item
  .single-project-style2 {
}
.project-style2-carousel.owl-carousel
  .owl-stage-outer
  .owl-item.active
  .single-project-style2
  .img-holder
  .overlay-content
  .categories {
  opacity: 1;
  transform: translateY(0px);
}
.project-style2-carousel.owl-carousel
  .owl-stage-outer
  .owl-item.active
  .single-project-style2
  .img-holder
  .overlay-content
  .title {
  opacity: 1;
  transform: translateY(0px);
}

.project-style2-carousel.owl-theme .owl-nav {
  position: absolute;
  top: 0px;
  right: -402px;
  margin: 0;
}
.project-style2-carousel.owl-theme .owl-nav [class*="owl-"] {
  color: #808080;
  font-size: 26px;
  line-height: 56px;
  border: 2px solid #ededed;
}
.project-style2-carousel.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #c82e34;
  border-color: #c82e34;
}
.project-style2-carousel.owl-theme .owl-nav .owl-prev {
}
.project-style2-carousel.owl-theme .owl-nav .owl-next {
}

/*** 
=============================================
    Testimonial Style3 Area Css
=============================================
***/
.testimonial-style3-area {
  position: relative;
  display: block;
  padding-bottom: 120px;
}
.testimonial-style3-area .sec-title-style3 {
  padding-bottom: 28px;
  z-index: 2;
}

.single-testimonial-style3 {
  position: relative;
  display: block;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 10px 4px #f2f2f2;
  box-shadow: 0px 2px 10px 4px #f2f2f2;
  padding: 50px 50px 28px;
  padding-right: 40px;
}
.single-testimonial-style3 .top {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: left;
}
.single-testimonial-style3 .top .image-box {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
}
.single-testimonial-style3 .top .image-box img {
  border-right: 50%;
  width: 100%;
}
.single-testimonial-style3 .top .title-box {
  position: relative;
  display: block;
  padding-left: 20px;
}
.single-testimonial-style3 .top .title-box h3 {
  color: #1b1b1b;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 1px;
  font-family: "Poppins", sans-serif;
}
.single-testimonial-style3 .top .title-box span {
  color: #f7941d;
}
.single-testimonial-style3 .text {
  position: relative;
  display: block;
  padding: 21px 0 4px;
}
.single-testimonial-style3 .text p {
  line-height: 28px;
  margin: 0;
}
.single-testimonial-style3 .bottom {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.single-testimonial-style3 .bottom .review-box {
}
.single-testimonial-style3 .bottom .quote-box {
}
.single-testimonial-style3 .bottom .quote-box span:before {
  color: #eaeaea;
  font-size: 60px;
}

.testimonial-style3-carousel.owl-carousel .owl-stage-outer {
  padding: 20px 0px 33px;
}

.testimonial-style3-carousel .owl-dots {
  position: relative;
  display: block;
  margin-top: 0px !important;
}
.testimonial-style3-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: transparent;
  border: 2px solid #d1d1d1;
  margin: 0px 7.5px;
  padding: 0px;
  border-radius: 50%;
  transition: all 500ms ease;
}
.testimonial-style3-carousel .owl-dots .owl-dot span {
  display: none;
}
.testimonial-style3-carousel .owl-dots .owl-dot:before {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  content: "";
  background: #f7941d;
  border-radius: 50%;
  transform: scale(0);
  transition: all 500ms ease;
}
.testimonial-style3-carousel .owl-dots .owl-dot.active {
  border: 2px solid #f7941d;
}
.testimonial-style3-carousel .owl-dots .owl-dot.active:before {
  transform: scale(1);
}

.more-reviews-button {
  position: relative;
  display: block;
  padding-top: 33px;
}
.more-reviews-button a {
  position: relative;
  display: inline-block;
  padding: 0 43px;
  color: #f7941d;
  font-size: 16px;
  line-height: 56px;
  font-weight: 600;
  text-transform: capitalize;
  border: 2px solid #f7941d;
  font-family: "Poppins", sans-serif;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.more-reviews-button a:hover {
  color: #ffffff;
  background: #f7941d;
}

/*** 
=============================================
    Team Style2 Area Css
=============================================
***/
.team-style2-area {
  position: relative;
  display: block;
  background: #000000;
  padding: 120px 0 113px;
}

.single-team-member-style2 {
  position: relative;
  display: block;
}
.single-team-member-style2 .img-holder {
  position: relative;
  display: block;
}
.single-team-member-style2 .img-holder .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 25px;
  padding-bottom: 25px;
  transition: all 700ms ease;
}
.single-team-member-style2:hover .img-holder .inner-box {
}
.single-team-member-style2 .img-holder img {
  width: 100%;
  transition: all 900ms ease 100ms;
}
.single-team-member-style2:hover .img-holder img {
  transform: scale(1.2, 1.2);
}
.single-team-member-style2 .overlay {
  position: absolute;
  top: 0px;
  left: 0;
  bottom: 0px;
  right: 0;
  background-color: rgba(212, 64, 53, 0.9);
  transition: all 900ms ease 100ms;
  opacity: 0;
  transform-style: preserve-3d;
  transform: perspective(1200px) rotate(0deg) scaleY(0);
  z-index: 1;
}
.single-team-member-style2:hover .overlay {
  opacity: 1;
  transform: perspective(1200px) rotate(0deg) scaleY(1);
  transition: all 500ms ease 100ms;
}
.single-team-member-style2 .overlay .box {
  display: table;
  height: 100%;
  width: 100%;
}
.single-team-member-style2 .overlay .box .inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.single-team-member-style2 .overlay .box .inner .sociallinks {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  text-align: center;
  transform: scale(0);
  transition: all 900ms ease 100ms;
  z-index: 2;
}
.single-team-member-style2:hover .overlay .box .inner .sociallinks {
  transform: scale(1);
  transition: all 900ms ease 500ms;
}

.single-team-member-style2 .overlay .box .inner .sociallinks li {
  position: relative;
  display: inline-block;
  margin: 0 5.5px;
}
.single-team-member-style2 .overlay .box .inner .sociallinks li a i {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ffffff;
  color: #7e7e7e;
  font-size: 14px;
  line-height: 50px;
  transition: all 500ms ease;
}
.single-team-member-style2 .overlay .box .inner .sociallinks li a:hover i {
  color: #f7941d;
}

.single-team-member-style2 .title-holder {
  position: relative;
  display: block;
  padding-top: 27px;
  text-align: center;
  transform: scaleY(0);
  transition: all 300ms ease 100ms;
}
.single-team-member-style2:hover .title-holder {
  transform: scaleY(1);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-team-member-style2 .title-holder h3 {
  color: #ffffff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.single-team-member-style2 .title-holder h3 span {
  color: #a6a6a6;
  font-size: 16px;
  font-weight: 400;
  font-family: "Muli", sans-serif;
}

.team-carousel.owl-carousel {
  display: block;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
.team-carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
  padding: 0px 0px 29px;
}
.team-carousel.owl-carousel .owl-stage-outer .owl-item.active {
}
.team-carousel.owl-carousel
  .owl-stage-outer
  .owl-item.active
  .single-team-member-style2
  .img-holder
  img {
  transform: scale(1.2, 1.2);
}
.team-carousel.owl-carousel
  .owl-stage-outer
  .owl-item.active
  .single-team-member-style2
  .overlay {
  opacity: 1;
  transform: perspective(1200px) rotate(0deg) scaleY(1);
  transition: all 500ms ease 100ms;
}
.team-carousel.owl-carousel
  .owl-stage-outer
  .owl-item.active
  .single-team-member-style2
  .overlay
  .box
  .inner
  .sociallinks {
  transform: scale(1);
  transition: all 900ms ease 500ms;
}
.team-carousel.owl-carousel
  .owl-stage-outer
  .owl-item.active
  .single-team-member-style2
  .title-holder {
  transform: scaleY(1);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.team-carousel .owl-dots {
  position: relative;
  display: block;
  margin-top: 0px !important;
}
.team-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 3px;
  background: #1a1a1a;
  border: none;
  margin: 0 1px;
  padding: 0px;
  border-radius: 0%;
  transition: all 500ms ease;
}
.team-carousel .owl-dots .owl-dot span {
  display: none;
}
.team-carousel .owl-dots .owl-dot.active {
  background: #f7941d;
}

/*** 
=============================================
    Latest Blog Style3 Area Css
=============================================
***/
.latest-blog-style3-area {
  position: relative;
  display: block;
  padding: 0px 0 120px;
}
.read-more-blog-button {
  position: relative;
  display: block;
  padding-top: 38px;
}
.read-more-blog-button a {
  position: relative;
  display: inline-block;
  padding: 0 48px;
  color: #f7941d;
  font-size: 16px;
  line-height: 56px;
  font-weight: 600;
  text-transform: capitalize;
  border: 2px solid #f7941d;
  font-family: "Poppins", sans-serif;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.read-more-blog-button a:hover {
  color: #ffffff;
  background: #f7941d;
}

.single-blog-post-style3 {
  position: relative;
  display: block;
}
.single-blog-post-style3 .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
}
.single-blog-post-style3 .img-holder img {
  width: 100%;
  transition: all 8s cubic-bezier(0, 0, 0.2, 1);
  transition-delay: 0.2s;
  transform: scale(1.05);
}
.single-blog-post-style3:hover .img-holder img {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

.single-blog-post-style3 .top-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 27px 30px 0;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.single-blog-post-style3 .top-overlay .date-box {
  position: relative;
  display: block;
}
.single-blog-post-style3 .top-overlay .date-box h3 {
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Muli", sans-serif;
}
.single-blog-post-style3 .top-overlay .date-box h3 span:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-size: 14px;
  padding-right: 9px;
}

.single-blog-post-style3 .top-overlay .meta-box {
  position: relative;
  display: block;
}
.single-blog-post-style3 .top-overlay .meta-box a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Muli", sans-serif;
}
.single-blog-post-style3 .top-overlay .meta-box a span:before {
  position: relative;
  top: 2px;
  display: inline-block;
  font-size: 14px;
  padding-right: 5px;
}

.single-blog-post-style3 .bottom-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}
.single-blog-post-style3 .bottom-overlay .static {
  position: relative;
  display: block;
  padding: 0px 30px 38px;
  visibility: visible;
  opacity: 1;
  transform-style: preserve-3d;
  transform: perspective(1200px) rotateX(0deg) translateZ(0px);
  transition: all 700ms ease 500ms;
}
.single-blog-post-style3:hover .bottom-overlay .static {
  visibility: hidden;
  transform: perspective(1200px) rotateX(90deg) translateZ(-40px);
  transition: all 700ms ease 300ms;
}
.single-blog-post-style3 .bottom-overlay .static h5 {
  position: relative;
  display: inline-block;
  border-bottom: 2px solid #f7941d;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.single-blog-post-style3 .bottom-overlay .static h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin: 20px 0 0;
  font-family: "Poppins", sans-serif;
}
.single-blog-post-style3 .bottom-overlay .static h3 a {
  color: #ffffff;
}
.single-blog-post-style3 .bottom-overlay .overlay {
  position: absolute;
  left: 40px;
  bottom: 45px;
  right: 40px;
  border-bottom: 3px solid #ffffff;
  visibility: hidden;
  transform-style: preserve-3d;
  transform: perspective(1200px) rotateX(90deg) translateZ(-40px);
  transition: all 300ms ease 100ms;
}
.single-blog-post-style3:hover .bottom-overlay .overlay {
  visibility: visible;
  transform: perspective(1200px) rotateX(0deg) translateZ(0px);
  transition: all 700ms ease 1200ms;
}
.single-blog-post-style3 .bottom-overlay .overlay a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 15px;
  font-family: "Poppins", sans-serif;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-blog-post-style3 .bottom-overlay .overlay a:hover {
  color: #f7941d;
}

.newsletter-subscription-box {
  position: relative;
  display: block;
  padding: 45px 40px 45px;
  background: #f7941d;
  background: -moz-linear-gradient(top, #f7941d 0%, #da4732 50%, #f06735 100%);
  background: -webkit-linear-gradient(
    top,
    #f7941d 0%,
    #da4732 50%,
    #f06735 100%
  );
  background: linear-gradient(to bottom, #f7941d 0%, #da4732 50%, #f06735 100%);
  transition: all 900ms ease 100ms;
}
.newsletter-subscription-box .top {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 32px;
  margin-bottom: 32px;
}
.newsletter-subscription-box .top .icon {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  background: #ffffff;
  border-radius: 50%;
  text-align: center;
}
.newsletter-subscription-box .top .icon span:before {
  display: block;
  color: #f7941d;
  font-size: 30px;
  line-height: 70px;
}
.newsletter-subscription-box .top .title {
  position: relative;
  display: block;
  padding-left: 20px;
}
.newsletter-subscription-box .top .title h3 {
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
}

.newsletter-subscription-box .text {
  position: relative;
  display: block;
  padding-bottom: 23px;
}
.newsletter-subscription-box .text p {
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
}
.newsletter-subscription-box .subscribe-form {
  position: relative;
  display: block;
  width: 100%;
}
.newsletter-subscription-box .subscribe-form input[type="email"] {
  position: relative;
  display: block;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  height: 55px;
  margin-bottom: 20px;
  padding: 0 20px;
  transition: all 500ms ease;
  -webkit-box-shadow: 0px 3px 7px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 3px 7px 3px rgba(0, 0, 0, 0.05);
}
.newsletter-subscription-box .subscribe-form input::-webkit-input-placeholder {
  color: #ffffff;
}
.newsletter-subscription-box .subscribe-form input:-moz-placeholder {
  color: #ffffff;
}
.newsletter-subscription-box .subscribe-form input::-moz-placeholder {
  color: #ffffff;
}
.newsletter-subscription-box .subscribe-form input:-ms-input-placeholder {
  color: #ffffff;
}
.newsletter-subscription-box .subscribe-form button {
  position: relative;
  display: block;
  width: 175px;
  height: 55px;
  border: 0px solid;
  background: #ffffff;
  color: #1d1d1d;
  font-size: 16px;
  line-height: 55px;
  font-weight: 600;
  text-align: center;
  transition: all 500ms ease;
  font-family: "Poppins", sans-serif;
}

.newsletter-subscription-box .subscribe-form input[type="email"]:focus {
  color: #000000;
  border: 1px solid #f86f1a;
}
.newsletter-subscription-box .subscribe-form input[type="email"]:focus + button,
.newsletter-subscription-box .subscribe-form button:hover {
  color: #f86f1a;
  border-color: #f86f1a;
}

/*** 
=============================================
    Home Google Map Area style2 Css
=============================================
***/
.home-gmap-style2-area {
  position: relative;
  display: block;
  background-attachment: fixed;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.google-map-box {
  position: relative;
  display: block;
}
#home-google-map-style2 {
  width: 100%;
  height: 580px;
}

/*** 
=============================================
    Footer Style4 Area Css
=============================================
***/
.footer-style4-area {
  position: relative;
  display: block;
  padding: 118px 0 90px;
  background: #0c5027;
}
.single-footer-widget-style4 {
  position: relative;
  display: block;
}
.single-footer-widget-style4.pdleft65 {
  padding-left: 65px;
}
.single-footer-widget-style4 .title {
  position: relative;
  display: block;
  padding-bottom: 32px;
}
.single-footer-widget-style4 .title h5 {
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.single-footer-widget-style4 .decor {
  position: relative;
  display: block;
  width: 40px;
  height: 2px;
  background: #f7941d;
  margin: 18px 0 0;
}

.single-footer-widget-style4 .footer-company-info-text {
  position: relative;
  display: block;
}
.single-footer-widget-style4 .footer-company-info-text p {
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin: 0 0 15px;
}
.single-footer-widget-style4 .footer-company-info-text p.mar0 {
  margin: 0;
}

.single-footer-widget-style4 .services-links {
  position: relative;
  display: block;
}
.single-footer-widget-style4 .services-links li {
  position: relative;
  display: block;
  line-height: 26px;
  margin-bottom: 10px;
}
.single-footer-widget-style4 .services-links li:last-child {
  margin-bottom: 0;
}
.single-footer-widget-style4 .services-links li a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-footer-widget-style4 .services-links li a:hover {
  color: #565656;
}

.single-footer-widget-style4 .trending-post {
  position: relative;
  display: block;
}
.single-footer-widget-style4 .trending-post li {
  position: relative;
  display: block;
  padding-left: 20px;
  margin-bottom: 17px;
  line-height: 24px;
}
.single-footer-widget-style4 .trending-post li:last-child {
  margin-bottom: 0;
}
.single-footer-widget-style4 .trending-post li:before {
  position: absolute;
  top: 8px;
  left: 0;
  bottom: 5px;
  width: 2px;
  background: #fff;
  content: "";
}
.single-footer-widget-style4 .trending-post li:after {
  position: absolute;
  top: 8px;
  left: 0;
  bottom: 5px;
  width: 0px;
  background: #f7941d;
  content: "";
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-footer-widget-style4 .trending-post li:hover:after {
  width: 5px;
}
.single-footer-widget-style4 .trending-post li span {
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.single-footer-widget-style4 .trending-post li h6 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin: 5px 0 0;
  font-family: "Poppins", sans-serif;
}
.single-footer-widget-style4 .trending-post li h6 a {
  color: #ffffff;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-footer-widget-style4 .trending-post li h6 a:hover {
  color: #f7941d;
}

.single-footer-widget-style4 .lat-projects {
  position: relative;
  display: block;
  padding-top: 8px;
  margin-left: -6px;
  margin-right: -6px;
}
.single-footer-widget-style4 .lat-projects li {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0 6px 12px;
}

.single-footer-widget-style4 .lat-projects li .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
}
.single-footer-widget-style4 .lat-projects li .img-holder img {
  width: 100%;
  transform: scale(1);
}
.single-footer-widget-style4 .lat-projects li:hover .img-holder img {
  transform: scale(1.2) rotate(1deg);
}
.single-footer-widget-style4 .lat-projects li .overlay-style-one {
  border: 2px solid #f7941d;
  z-index: 2;
}
.single-footer-widget-style4 .lat-projects li:hover .overlay-style-one {
  opacity: 1;
}
.single-footer-widget-style4
  .lat-projects
  li
  .img-holder
  .overlay-style-one
  .box
  .inner
  a
  span:before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.1s ease-in-out 0.9s;
}
.single-footer-widget-style4
  .lat-projects
  li:hover
  .img-holder
  .overlay-style-one
  .box
  .inner
  a
  span:before {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.5s ease-in-out 0.5s;
}
.single-footer-widget-style4
  .lat-projects
  li
  .img-holder
  .overlay-style-one
  .box
  .inner
  a:hover
  span:before {
  color: #f7941d;
}

/*** 
=============================================
    Footer Bottom Style4 Area Css
=============================================
***/
.footer-bottom-style4-area {
  position: relative;
  display: block;
  background: #f7941d;
}
.footer-bottom-style4-content {
  position: relative;
  border-top: 1px solid #292929;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding: 22px 0;
}
.footer-bottom-style4-content .copyright-text p {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0;
  font-family: "Poppins", sans-serif;
}
.footer-bottom-style4-content .copyright-text p a {
  color: #ffffff;
  font-weight: 500;
  transition: all 500ms ease;
}
.footer-bottom-style4-content .copyright-text p a:hover {
  color: #a6a6a6;
}

.footer-menu-style3 {
  position: relative;
  display: block;
}
.footer-menu-style3 ul {
  display: block;
  overflow: hidden;
}
.footer-menu-style3 ul li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 20px;
  z-index: 1;
}
.footer-menu-style3 ul li:last-child {
  margin: 0;
}
.footer-menu-style3 ul li a {
  position: relative;
  display: inline-block;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  font-family: "Poppins", sans-serif;
}
.footer-menu-style3 ul li a:hover {
  color: #ffffff;
}

/*** 
=============================================
    Main Header Style5 Css
=============================================
***/
.main-header.style5 {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  background: transparent;
  padding-bottom: 0px;
  z-index: 9999999;
  transition: all 300ms ease;
}
.main-header.style5.fixed-header {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 9999999;
  padding: 0;
  background: transparent;
  box-shadow: none;
  transition: none;
}
.main-header.style5.fixed-header .main-menu .navigation > li > a {
  padding: 60px 0px;
}
.main-header.style5 .sticky-header {
  background: #453188;
  background: -moz-linear-gradient(top, #453188 0%, #5b50b4 50%, #7675ea 100%);
  background: -webkit-linear-gradient(
    top,
    #453188 0%,
    #5b50b4 50%,
    #7675ea 100%
  );
  background: linear-gradient(to bottom, #453188 0%, #5b50b4 50%, #7675ea 100%);
}
.sticky-header .main-menu.style4 .navigation > li > a {
  color: #ffffff;
  padding: 35px 0px;
}
.fixed-header .sticky-header .main-menu.style4 .navigation > li > a {
  color: #ffffff;
  padding: 35px 0px;
}

.header-upper-style5 {
  position: relative;
  display: block;
  background: transparent;
  max-width: 1800px;
  padding: 0 20px;
  margin: 0 auto;
}
.header-upper-style5 .outer-container {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.header-upper-style5 .header-upper-left {
  position: relative;
  display: block;
  max-width: 550px;
  width: 100%;
}
.header-upper-style5 .header-upper-left .logo {
  position: relative;
  display: block;
}
.header-upper-style5 .header-upper-left .logo a {
  display: inline-block;
}

.header-upper-style5 .header-upper-middle {
  position: relative;
  display: block;
  max-width: 660px;
  width: 100%;
}
.header-upper-style5 .header-upper-middle .nav-outer {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.header-upper-style5 .nav-outer .main-menu.style4 {
  position: relative;
  display: inline-block;
  float: left;
}
.main-menu.style4 .navigation > li {
  position: relative;
  float: left;
  margin-right: 40px;
  transition: all 300ms ease;
}
.main-menu.style4 .navigation > li:last-child {
  margin-right: 0;
}
.main-menu.style4 .navigation > li > a {
  padding: 60px 0px;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0;
  font-family: "Poppins", sans-serif;
}
.main-menu.style4 .navigation > li:hover > a,
.main-menu.style4 .navigation > li.current > a {
  color: #fe9518;
}

.header-upper-style5 .header-upper-right {
  position: relative;
  display: block;
  max-width: 500px;
  width: 100%;
}
.header-upper-style5 .header-upper-right .header-right-content {
  position: relative;
  display: block;
  float: right;
}

.header-upper-style5 .outer-search-box {
  position: relative;
  display: inline-block;
  float: left;
  transition: all 500ms ease 100ms;
  padding: 55px 0;
  margin-left: 12px;
}
.header-upper-style5 .outer-search-box .seach-toggle {
  position: relative;
  display: block;
  background: transparent;
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  cursor: pointer;
  text-align: center;
  height: 30px;
  width: 30px;
  border-radius: 0px;
  margin: 0;
  transition: all 500ms ease;
}
.header-upper-style5 .outer-search-box .seach-toggle:hover,
.header-upper-style5 .outer-search-box .seach-toggle.active {
  color: #fe9518;
}
.header-upper-style5 .outer-search-box .search-box {
  position: absolute;
  top: 120%;
  right: 0%;
  background: #1d1d1d;
  opacity: 0;
  padding: 20px;
  transition: all 500ms ease 0s;
  visibility: hidden;
  z-index: 100;
  margin-left: 0;
}
.header-upper-style5 .outer-search-box .search-box.now-visible {
  top: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.header-upper-style5 .outer-search-box .search-box .form-group {
  position: relative;
  padding: 0px;
  margin: 0px;
  width: 100%;
  min-width: 250px;
}
.header-upper-style5
  .outer-search-box
  .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;
}
.header-upper-style5
  .outer-search-box
  .search-box
  .form-group
  input[type="search"]:focus {
  border-color: #f5f5f5;
}
.header-upper-style5 .outer-search-box .search-box .form-group button,
.header-upper-style5
  .outer-search-box
  .search-box
  .form-group
  input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  cursor: pointer;
  background: #1f1f23;
  color: #fff;
  font-size: 13px;
  height: 45px;
  line-height: 45px;
  width: 45px;
  transition: all 500ms ease 0s;
}
.header-upper-style5 .outer-search-box .search-box .form-group button:hover,
.header-upper-style5
  .outer-search-box
  .search-box
  .form-group
  input:focus
  + button {
  color: #222222;
  background: #f5f5f5;
}

.header-upper-style5 .cart-box {
  position: relative;
  display: inline-block;
  padding-left: 8px;
  padding-right: 20px;
  float: left;
  margin: 47px 0 48px;
}
.header-upper-style5 .cart-box:before {
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0px;
  width: 1px;
  background: rgba(238, 238, 238, 0.3);
  content: "";
}
.header-upper-style5 .cart-box:after {
  position: absolute;
  top: 0px;
  left: 0;
  bottom: 0px;
  width: 1px;
  background: rgba(238, 238, 238, 0.3);
  content: "";
}
.header-upper-style5 .cart-box a {
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid transparent;
}
.header-upper-style5 .cart-box a span:before {
  position: relative;
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  line-height: 43px;
  transition: all 500ms ease;
}
.header-upper-style5 .cart-box a:hover span:before {
  color: #fe9518;
}
.header-upper-style5 .cart-box a span.number {
  position: absolute;
  top: 0;
  right: 0px;
  width: 20px;
  height: 20px;
  background: #fe9518;
  border-radius: 50%;
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  display: block;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

/*** 
=============================================
    Banner Style5 Area Css
=============================================
***/
.banner-style5-area {
  position: relative;
  display: block;
  padding-top: 268px;
  padding-bottom: 300px;
  height: 1060px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  margin-top: -140px;
}
.banner-style5-area .inner {
  position: relative;
  display: block;
  z-index: 3;
}
.banner-style5-area .phone {
  position: absolute;
  bottom: 15px;
  right: 70px;
  background: url(../images/slides/mobile.png);
  background-repeat: no-repeat;
  width: 1082px;
  height: 771px;
  z-index: 2;
}
.banner-style5-area .round-box {
  position: absolute;
  top: 195px;
  right: 80px;
  background-image: url(../images/slides/round-box.png);
  background-repeat: no-repeat;
  width: 428px;
  height: 428px;
  content: "";
  z-index: 1;
  -webkit-animation: fa-spin 25s infinite alternate;
  -moz-animation: fa-spin 25s infinite alternate;
  -ms-animation: fa-spin 25s infinite alternate;
  -o-animation: fa-spin 25s infinite alternate;
  animation: fa-spin 25s infinite alternate;
}

.banner-style5-area .inner .big-title {
  position: relative;
  display: block;
  padding: 0 0 37px;
  color: #ffffff;
  font-size: 60px;
  line-height: 68px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.banner-style5-area .inner .button {
  position: relative;
  display: block;
  padding-bottom: 133px;
}
.banner-style5-area .inner .button a {
  position: relative;
  display: inline-block;
  padding: 0 40px;
  background: #fe9518;
  color: #ffffff;
  font-size: 16px;
  line-height: 60px;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 7px;
  font-family: "Poppins", sans-serif;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.banner-style5-area .inner .button a i {
  display: inline-block;
  padding-right: 10px;
}
.banner-style5-area .inner .button a:hover {
  background: #de7c07;
}

.banner-style5-area .inner .social-share-links {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: left;
}
.banner-style5-area .inner .social-share-links .title {
  position: relative;
  display: block;
  padding-right: 20px;
}
.banner-style5-area .inner .social-share-links .title h5 {
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.banner-style5-area .inner .social-share-links .social-links {
  position: relative;
  display: block;
}
.banner-style5-area .inner .social-share-links .social-links li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 25px;
  line-height: 30px;
}
.banner-style5-area .inner .social-share-links .social-links li:last-child {
  margin-right: 0;
}
.banner-style5-area .inner .social-share-links .social-links li a i {
  color: #ffffff;
  font-size: 16px;
}

/*** 
=============================================
    Features Area Css      
=============================================
***/
.features-area {
  position: relative;
  display: block;
  padding-top: 70px;
  padding-bottom: 105px;
}
.features-area .auto-container {
  position: relative;
  max-width: 1430px;
  margin: 0 auto;
  overflow: hidden;
}
.features-area .sec-title-style4.max-witdth {
  padding-bottom: 28px;
}

.single-feature-box {
  position: relative;
  display: block;
  background: transparent;
  padding: 57px 30px 63px;
  transform: perspective(1200px) rotateX(0deg) translateY(0px);
  transition: all 900ms ease 800ms;
}
.single-feature-box:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 52px;
  right: 0;
  background: #ffffff;
  content: "";
  z-index: -1;
  -webkit-box-shadow: 0px 4px 8px 3px #f6f6f6;
  box-shadow: 0px 4px 8px 3px #f6f6f6;
  opacity: 0;
  transform: perspective(1200px) rotateX(-90deg);
  transform-origin: top;
}

.single-feature-box:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 52px;
  right: 0;
  background: #ffffff;
  content: "";
  z-index: -1;
  -webkit-box-shadow: 0px 4px 8px 3px #f6f6f6;
  box-shadow: 0px 4px 8px 3px #f6f6f6;
  opacity: 1;
  transform: perspective(1200px) rotateX(0deg);
  transform-origin: top;
  transition: all 700ms ease 100ms;
}
.single-feature-box .count {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 80px;
  background: #f6f5fa;
  border-bottom-left-radius: 55px;
  border-bottom-right-radius: 0px;
  color: #fe9518;
  font-size: 24px;
  font-weight: 700;
  line-height: 80px;
  z-index: 2;
}
.single-feature-box .inner {
  position: relative;
  display: block;
}
.single-feature-box .icon {
  position: relative;
  display: block;
  padding-bottom: 24px;
}
.single-feature-box .icon img {
  width: auto;
  margin: 0 auto;
}
.single-feature-box .text {
  position: relative;
  display: block;
}
.single-feature-box .text h3 {
  color: #443087;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin: 0 0 16px;
  font-family: "Poppins", sans-serif;
}
.single-feature-box .text p {
  margin: 0;
}

.single-feature-box .button {
  position: relative;
  display: block;
  padding-top: 26px;
  opacity: 0;
  transform: perspective(1200px) rotateX(-90deg) translateZ(0px);
  transition: all 700ms ease 100ms;
}
.single-feature-box .button a {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  color: #443087;
  font-size: 16px;
  line-height: 12px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  transition: all 300ms ease 100ms;
}
.single-feature-box .button a:before {
  position: absolute;
  top: -1px;
  left: 0;
  bottom: 0;
  width: 4px;
  background: #fe9518;
  content: "";
}
.single-feature-box .button a:after {
  position: absolute;
  top: -1px;
  right: 0;
  bottom: 0;
  width: 4px;
  background: #fe9518;
  content: "";
}
.single-feature-box .button a:hover {
  color: #fe9518;
}

.feature-carousel-outer-box {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 1210px;
  margin: 0 auto;
  z-index: 10;
}
.feature-carousel.owl-carousel {
  position: relative;
  display: block;
  max-width: 370px;
  width: 100%;
  margin: 0 auto;
}
.feature-carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
  padding: 40px 0px 0px;
}
.feature-carousel.owl-carousel
  .owl-stage-outer
  .owl-item.active
  .single-feature-box {
  transform: translateY(-26px);
  transition: all 900ms ease 1200ms;
}
.feature-carousel.owl-carousel
  .owl-stage-outer
  .owl-item.active
  .single-feature-box
  .button {
  opacity: 1;
  transform: perspective(1200px) rotateX(0deg) translateZ(0px);
  transition: all 700ms ease 600ms;
}
.feature-carousel.owl-carousel
  .owl-stage-outer
  .owl-item.active
  .single-feature-box:before {
  bottom: 0;
  opacity: 1;
  transform: perspective(1200px) rotateX(0deg);
  transition: all 700ms ease 300ms;
}
.feature-carousel.owl-carousel
  .owl-stage-outer
  .owl-item.active
  .single-feature-box:after {
  opacity: 0;
  transform: perspective(1200px) rotateX(-90deg);
  transition: all 700ms ease 100ms;
}

.feature-carousel.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: -420px;
  right: -420px;
  text-align: center;
  margin-top: -51px;
  z-index: 10;
}
.feature-carousel.owl-carousel.style1 .owl-nav [class*="owl-"] {
  width: 50px;
  height: 50px;
  border: 1px solid #f2e9e7;
  color: #212121;
  font-size: 20px;
  line-height: 46px;
  margin: 0;
  padding: 0;
}
.feature-carousel.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: 0px;
}
.feature-carousel.owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: 0px;
}
.feature-carousel.owl-carousel.style1 .owl-nav [class*="owl-"]:hover {
  color: #fe9518;
  border-color: #fe9518;
}

/*** 
=============================================
    About Style4 Area Css
=============================================
***/
.about-style4-area {
  position: relative;
  display: block;
  padding: 70px 0 96px;
}
.about-style4-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 905px;
  height: 681px;
  background: url(../images/about/about-style4-bg.png);
  background-repeat: no-repeat;
  background-position: left top;
}
.about-style4-bg .shape1 {
  position: absolute;
  top: 145px;
  left: 45px;
  width: 80px;
  height: 80px;
  background: url(../images/about/round-box.png);
  background-repeat: no-repeat;
  background-position: left top;
}
.about-style4-bg .shape2 {
  position: absolute;
  top: 40px;
  left: 65px;
  max-width: 835px;
  width: 100%;
  height: auto;
  z-index: 3;
}
.about-style4-bg .shape3 {
  position: absolute;
  top: 145px;
  right: 40px;
  max-width: 311px;
  width: 100%;
  height: auto;
  z-index: 4;
}
.about-style4-bg .shape4 {
  position: absolute;
  left: 25px;
  bottom: -23px;
  max-width: 361px;
  width: 100%;
  height: auto;
  z-index: 2;
}

.about-style4-content {
  position: relative;
  display: block;
  background: #ffffff;
  z-index: 5;
  padding: 30px 30px 30px;
  border-radius: 10px;
}
.about-style4-content .sec-title-style4 {
  padding-bottom: 42px;
}
.about-style4-content .inner-content {
  position: relative;
  display: block;
}
.about-style4-content .inner-content .text {
}
.about-style4-content .inner-content .text p {
  margin: 0;
}
.about-style4-content .inner-content .content-box {
  position: relative;
  display: block;
  padding-top: 43px;
}
.about-style4-content .inner-content .content-box ul {
  display: block;
}
.about-style4-content .inner-content .content-box ul li {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 60px;
  padding-left: 60px;
  border: 1px solid #f6eeec;
  cursor: pointer;
  margin-bottom: 30px;
}
.about-style4-content .inner-content .content-box ul li:last-child {
  margin-bottom: 0;
}
.about-style4-content .inner-content .content-box ul li:before {
  position: absolute;
  content: "\f107";
  font-family: FontAwesome;
  color: #443087;
  font-size: 24px;
  top: 0px;
  right: 28px;
  bottom: 0;
  line-height: 58px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.about-style4-content .inner-content .content-box ul li:hover:before {
  color: #fe9518;
}
.about-style4-content .inner-content .content-box ul li .icon {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  width: 60px;
  text-align: center;
  background: #fe9518;
  background: -moz-linear-gradient(top, #fe9518 0%, #fe9f2e 50%, #ffbc6c 100%);
  background: -webkit-linear-gradient(
    top,
    #fe9518 0%,
    #fe9f2e 50%,
    #ffbc6c 100%
  );
  background: linear-gradient(to bottom, #fe9518 0%, #fe9f2e 50%, #ffbc6c 100%);
}
.about-style4-content .inner-content .content-box ul li.style2 .icon {
  background: #453188;
  background: -moz-linear-gradient(top, #453188 0%, #5b50b4 50%, #7675ea 100%);
  background: -webkit-linear-gradient(
    top,
    #453188 0%,
    #5b50b4 50%,
    #7675ea 100%
  );
  background: linear-gradient(to bottom, #453188 0%, #5b50b4 50%, #7675ea 100%);
}
.about-style4-content .inner-content .content-box ul li.style3 .icon {
  background: #d74c7b;
  background: -moz-linear-gradient(top, #d74c7b 0%, #e8638f 50%, #f677a2 100%);
  background: -webkit-linear-gradient(
    top,
    #d74c7b 0%,
    #e8638f 50%,
    #f677a2 100%
  );
  background: linear-gradient(to bottom, #d74c7b 0%, #e8638f 50%, #f677a2 100%);
}

.about-style4-content .inner-content .content-box ul li .icon span:before {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 30px;
  line-height: 60px;
}
.about-style4-content .inner-content .content-box ul li .title {
  position: relative;
  display: block;
  padding-left: 30px;
}
.about-style4-content .inner-content .content-box ul li .title h5 {
  color: #443087;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.about-style4-content .inner-content .content-box ul li:hover .title h5 {
  color: #fe9518;
}

.about-style4-content .inner-content .content-box ul li .overlay-text {
  position: absolute;
  left: 89px;
  bottom: 0;
  right: 29px;
  top: 120%;
  display: block;
  padding: 32px 40px 30px;
  background: #ffffff;
  min-height: 144px;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  -webkit-box-shadow: 0px 0px 5px 2px #edeef1;
  box-shadow: 0px 0px 5px 2px #edeef1;
}
.about-style4-content .inner-content .content-box ul li:hover .overlay-text {
  top: 95%;
  opacity: 1;
  visibility: visible;
}
.about-style4-content .inner-content .content-box ul li .overlay-text:before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 4px;
  content: "";
  background: #453188;
  background: -moz-linear-gradient(left, #453188 0%, #5b50b4 50%, #7675ea 100%);
  background: -webkit-linear-gradient(
    left,
    #453188 0%,
    #5b50b4 50%,
    #7675ea 100%
  );
  background: linear-gradient(to right, #453188 0%, #5b50b4 50%, #7675ea 100%);
}
.about-style4-content .inner-content .content-box ul li .overlay-text:after {
  font-family: FontAwesome;
  position: absolute;
  top: -21px;
  left: 30px;
  content: "\f0d8";
  color: #ffffff;
  font-size: 40px;
  text-shadow: -1px 0px 2px #f1f1f1;
  z-index: -1;
}
.about-style4-content .inner-content .content-box ul li .overlay-text p {
  margin: 0;
}

/*** 
=============================================
    Friendly Interface Area Css
=============================================
***/
.friendly-interface-area {
  position: relative;
  display: block;
  padding: 230px 0 150px;
}
.friendly-interface-area .outer-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.friendly-interface-area .layer-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/pattern/friendly-interface-bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: 1;
}
.friendly-interface-area .layer-image:before {
  position: absolute;
  top: 160px;
  right: 50px;
  background-image: url(../images/shape/decor.png);
  background-repeat: no-repeat;
  width: 620px;
  height: 633px;
  content: "";
  z-index: -1;
  -webkit-animation: fa-spin 25s infinite alternate;
  -moz-animation: fa-spin 25s infinite alternate;
  -ms-animation: fa-spin 25s infinite alternate;
  -o-animation: fa-spin 25s infinite alternate;
  animation: fa-spin 25s infinite alternate;
}

.friendly-interface-content {
  position: relative;
  display: block;
  padding-top: 150px;
  z-index: 2;
}
.friendly-interface-content .sec-title-style4 {
  padding-bottom: 42px;
}
.friendly-interface-content .inner-content {
  position: relative;
  display: block;
}
.friendly-interface-content .inner-content .text {
  position: relative;
  display: block;
  padding-bottom: 27px;
}
.friendly-interface-content .inner-content ul {
  position: relative;
  display: block;
  overflow: hidden;
}
.friendly-interface-content .inner-content ul li {
  position: relative;
  display: inline-block;
  float: left;
  width: 120px;
  text-align: center;
  margin-right: 30px;
  transform: translateY(0px);
  transition: all 300ms ease 200ms;
}
.friendly-interface-content .inner-content ul li:hover {
  transform: translateY(-5px);
}

.friendly-interface-content .inner-content ul li:last-child {
  margin-right: 0;
}
.friendly-interface-content .inner-content ul li .icon {
  position: relative;
  display: block;
  width: 120px;
  height: 120px;
  background: #ffffff;
  z-index: 1;
}
.friendly-interface-content .inner-content ul li .icon:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: #453188;
  background: -moz-linear-gradient(top, #453188 0%, #5b50b4 50%, #7675ea 100%);
  background: -webkit-linear-gradient(
    top,
    #453188 0%,
    #5b50b4 50%,
    #7675ea 100%
  );
  background: linear-gradient(to bottom, #453188 0%, #5b50b4 50%, #7675ea 100%);
  opacity: 0;
  transform-style: preserve-3d;
  transform: perspective(1200px) rotateX(90deg) translateZ(-40px);
  transition: all 300ms ease 200ms;
}
.friendly-interface-content .inner-content ul li:hover .icon:before {
  opacity: 1;
  transform: perspective(1200px) rotateX(0deg) translateZ(0px);
  transition: all 900ms ease 300ms;
}

.friendly-interface-content .inner-content ul li .icon span:before {
  display: block;
  color: #fe9518;
  font-size: 50px;
  line-height: 120px;
  transition: all 900ms ease 300ms;
}
.friendly-interface-content .inner-content ul li.style2 .icon span:before {
  color: #635bc4;
}
.friendly-interface-content .inner-content ul li.style3 .icon span:before {
  color: #d74c7a;
}
.friendly-interface-content .inner-content ul li.style4 .icon span:before {
  color: #0db257;
}

.friendly-interface-content .inner-content ul li:hover .icon span:before {
  color: #ffffff;
  transition: all 900ms ease 700ms;
}
.friendly-interface-content .inner-content ul li h5 {
  color: #443087;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin: 21px 0 0;
  font-family: "Poppins", sans-serif;
}

.friendly-interface-right-content {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.interface-box1 {
  position: absolute;
  left: 0;
  bottom: -16px;
  z-index: 1;
}
.interface-box2 {
  position: absolute;
  left: 250px;
  top: -130px;
  z-index: 3;
}
.interface-box3 {
  position: absolute;
  top: 0;
  right: -350px;
  z-index: 1;
}

/*** 
=============================================
    App Screenshot Area Css
=============================================
***/
.app-screenshot-area {
  position: relative;
  display: block;
  padding: 150px 0 100px;
}
.app-screenshot-area .sec-title-style4.max-witdth {
  padding-bottom: 20px;
}
.app-screenshot-area .outer-container {
  position: relative;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0px 80px;
}
.app-screenshot-area .outer-container .carousel-container {
  position: relative;
  display: block;
  overflow: hidden;
}
.screenshot-carousel .owl-stage .owl-item .single-item img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  border-radius: 30px;
}
.screenshot-carousel .owl-stage .owl-item.center .single-item {
}
.screenshot-carousel .owl-stage .owl-item.center .single-item img {
  -webkit-transform: scale(0.99);
  transform: scale(0.99);
}
.app-screenshot-area .carousel-outer {
  position: relative;
  max-width: 453px;
  height: 821px;
  width: 100%;
  margin: 0 auto;
  background: url(../images/pattern/screenshot-bg.png) center center no-repeat;
  padding: 53px 65px 50px;
  z-index: 9999;
}
.screenshot-carousel.owl-carousel {
  z-index: auto;
}
.screenshot-carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}
.screenshot-carousel.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: -700px;
  right: -700px;
  margin-top: 0px;
  text-align: center;
  margin-top: -35px;
}
.screenshot-carousel.owl-carousel.style1 .owl-nav [class*="owl-"] {
  width: 70px;
  height: 70px;
  border: 0px solid;
  color: #808080;
  font-size: 25px;
  line-height: 70px;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 0px 4px 8px 3px #f6f6f6;
  box-shadow: 0px 4px 8px 3px #f6f6f6;
}
.screenshot-carousel.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: 0px;
}
.screenshot-carousel.owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: 0px;
}
.screenshot-carousel.owl-carousel.style1 .owl-nav [class*="owl-"]:hover {
  color: #ffffff;
  background: #fe9518;
}

/*** 
=============================================
    App Setup Process Area Css
=============================================
***/
.app-setup-process-area {
  position: relative;
  display: block;
  padding: 150px 0 144px;
}
.app-setup-process-area .layer-outer {
  position: absolute;
  top: 0;
  bottom: 0px;
  right: 0;
  width: 100%;
}
.app-setup-process-area .layer-image {
  position: absolute;
  top: 0px;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/pattern/app-setup-process.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
.app-setup-process-area .sec-title-style4 {
}
.app-setup-process-area .sec-title-style4 .border-box {
  background: #fe9518;
  background: -moz-linear-gradient(left, #fe9518 0%, #fb9b29 50%, #f1af61 100%);
  background: -webkit-linear-gradient(
    left,
    #fe9518 0%,
    #fb9b29 50%,
    #f1af61 100%
  );
  background: linear-gradient(to right, #fe9518 0%, #fb9b29 50%, #f1af61 100%);
}
.app-setup-process-area .sec-title-style4 .text p {
  color: #baadc9;
}

.app-setup-process {
  position: relative;
  display: block;
  z-index: 1;
}
.app-setup-process:before {
  position: absolute;
  top: 73px;
  left: 0;
  right: 0;
  max-width: 825px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: url(../images/icon/app-setup-process-arrow.png);
  background-repeat: no-repeat;
  content: "";
  z-index: -1;
}
.single-app-setup-process {
  position: relative;
  display: block;
  width: 250px;
  margin: 0 auto;
  text-align: center;
}
.single-app-setup-process.martop80 {
  margin-top: 80px;
}
.single-app-setup-process .icon {
  position: relative;
  display: block;
  width: 160px;
  height: 160px;
  background: #ffffff;
  border-radius: 50%;
  margin: 0 auto;
}
.single-app-setup-process .icon {
  font-size: 70px;
  display: block;
  text-align: center;
  line-height: 160px;
}
.single-app-setup-process .icon .overlay-text {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  border-radius: 7px;
  display: flex;
  padding: 0px 10px 0px;
  align-items: center;
  opacity: 0;
  transform-style: preserve-3d;
  transform: perspective(1200px) rotateX(90deg) translateY(-160px);
  transition: all 1200ms ease 100ms;
}
.single-app-setup-process:hover .icon .overlay-text {
  opacity: 1;
  transform: perspective(1200px) rotateX(0deg) translateY(0px);
  transition: all 500ms linear;
  transition-delay: 0.1s;
}
.single-app-setup-process .icon .overlay-text p {
  color: #7e7e7e;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Muli", sans-serif;
  margin: 0;
}
.single-app-setup-process .count-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  background: #fe9518;
  border-radius: 50%;
  color: #ffffff;
  font-size: 16px;
  line-height: 35px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.single-app-setup-process h5 {
  color: #f6f5fa;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin: 26px 0 0;
  font-family: "Poppins", sans-serif;
}

/*** 
=============================================
    Testimonial Style4 Area Css
=============================================
***/
.testimonial-style4-area {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 150px 0 230px;
  z-index: 1;
}
.testimonial-style4-area .layer-outer {
  position: absolute;
  top: 0;
  bottom: 0px;
  right: 0;
  width: 100%;
  z-index: -1;
}
.testimonial-style4-area .layer-shape {
  position: absolute;
  top: -100px;
  left: 0;
  bottom: 0;
  right: -70px;
  background-image: url(../images/shape/testimonial-style4-shape.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto;
}

.testimonial-style4-content {
  position: relative;
  display: block;
  padding-top: 80px;
}
.testimonial-style4-content .sec-title-style4 {
  padding-bottom: 42px;
}
.testimonial-style4-content .inner-content {
  position: relative;
  display: block;
}
.testimonial-style4-content .inner-content .text {
  position: relative;
  display: block;
  padding-bottom: 27px;
}
.testimonial-style4-content .inner-content .button {
  position: relative;
  display: block;
}
.testimonial-style4-content .inner-content .button a {
  position: relative;
  display: inline-block;
  padding: 0 50px;
  background: #fe9518;
  color: #ffffff;
  font-size: 16px;
  line-height: 60px;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 7px;
  font-family: "Poppins", sans-serif;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.testimonial-style4-content .inner-content .button a:hover {
  background: #de7c07;
}

.single-testimonial-style4 {
  position: relative;
  display: block;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 10px 4px #f2f2f2;
  box-shadow: 0px 2px 10px 4px #f2f2f2;
  padding: 60px 50px 35px;
  padding-right: 40px;
  max-width: 370px;
  width: 100%;
  transition: all 8s cubic-bezier(0, 0, 0.2, 1);
  transition-delay: 0.2s;
}
.single-testimonial-style4 .top {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: left;
}
.single-testimonial-style4 .top .image-box {
  position: relative;
  display: block;
  width: 75px;
  height: 75px;
}
.single-testimonial-style4 .top .image-box img {
  width: 100%;
}
.single-testimonial-style4 .top .title-box {
  position: relative;
  display: block;
  padding-left: 20px;
}
.single-testimonial-style4 .top .title-box h3 {
  color: #443087;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  margin: 0 0 9px;
  font-family: "Poppins", sans-serif;
}
.single-testimonial-style4 .top .title-box span {
  display: block;
  color: #fe9518;
  line-height: 24px;
}
.single-testimonial-style4 .text {
  position: relative;
  display: block;
  padding: 30px 0 14px;
}
.single-testimonial-style4 .text p {
  line-height: 28px;
  margin: 0;
}
.single-testimonial-style4 .bottom {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.single-testimonial-style4 .bottom .review-box {
}
.single-testimonial-style4 .bottom .review-box ul li i {
  color: #d8d7dd;
}

.single-testimonial-style4 .bottom .quote-box {
}
.single-testimonial-style4 .bottom .quote-box span:before {
  color: #eaeaea;
  font-size: 60px;
}

.testimonial-style4-right-content {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.single-testimonial-style4.one {
  position: absolute;
  left: 0;
  bottom: -80px;
  width: 100%;
}
.single-testimonial-style4.one:hover {
  transform: scale(1.05);
  z-index: 3;
}

.single-testimonial-style4.two {
  position: absolute;
  top: 0;
  left: 200px;
  width: 100%;
  z-index: 2;
}
.single-testimonial-style4.three {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
}
.single-testimonial-style4.three:hover {
  transform: scale(1.05);
  z-index: 3;
}

/*** 
=============================================
    Brand Style4 Area style
=============================================
***/
.brand-style4-area {
  position: relative;
  display: block;
  background: #f6f5fa;
  padding: 105px 0 20px;
}

.single-brand-item-style4 {
  position: relative;
  display: block;
  width: 140px;
  background: #ffffff;
  margin-bottom: 70px;
}
.single-brand-item-style4.marleft70 {
  margin-left: 70px;
}
.single-brand-item-style4.marright70 {
  margin-right: 70px;
}
.single-brand-item-style4.margin0-auto {
  margin: 0 auto 70px;
}
.single-brand-item-style4.margintop-minus15 {
  margin-top: -15px;
}

.single-brand-item-style4 a {
  position: relative;
  display: inline-block;
}
.single-brand-item-style4 a img {
  width: auto;
  filter: brightness(100%);
  transition: all 900ms ease 200ms;
  transform: perspective(1200px) rotateY(0deg) translateZ(0px);
}
.single-brand-item-style4:hover a img {
  filter: brightness(0%);
  transform: perspective(1200px) rotateY(0deg) translateZ(0px);
}

.single-brand-item-style4 .overlay-content {
  position: absolute;
  left: 0px;
  right: 0;
  top: -55px;
  width: 140px;
  opacity: 0;
  visibility: hidden;
  padding: 2px 0px 2px;
  text-align: center;
  background-color: #fe9518;
  border-radius: 5px;
  transition: all 300ms ease 100ms;
  z-index: 999;
}
.single-brand-item-style4:hover .overlay-content {
  top: -45px;
  visibility: visible;
  opacity: 1;
}
.single-brand-item-style4 .overlay-content:before {
  font-family: FontAwesome;
  content: "\f0d7";
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  text-align: center;
  color: #fe9518;
  font-size: 30px;
}
.single-brand-item-style4 .overlay-content p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.brand-style4-title-box {
  position: relative;
  display: block;
}
.brand-style4-title-box h1 {
  position: relative;
  display: inline-block;
  color: #443087;
  font-size: 36px;
  line-height: 48px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin: 7px 0 18px;
}
.brand-style4-title-box .button {
  position: relative;
  display: block;
  padding-bottom: 59px;
}
.brand-style4-title-box .button a {
  position: relative;
  display: inline-block;
  padding: 0 50px;
  background: #fe9518;
  color: #ffffff;
  font-size: 16px;
  line-height: 60px;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 7px;
  font-family: "Poppins", sans-serif;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.brand-style4-title-box .button a:hover {
  background: #de7c07;
}

/*** 
=============================================
    Subscribe Area Style      
=============================================
***/
.subscribe-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding-top: 144px;
  padding-bottom: 340px;
  z-index: 1;
}
.subscribe-area .layer-outer {
  position: absolute;
  top: 0;
  bottom: 0px;
  right: 0;
  width: 100%;
  z-index: -1;
}
.subscribe-area .layer-shape1 {
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 475px;
  height: 250px;
  background-image: url(../images/shape/subscribe-area-shape-left.png);
  background-repeat: no-repeat;
  background-position: left bottom;
}
.subscribe-area .layer-shape2 {
  position: absolute;
  right: 0px;
  bottom: 0;
  width: 475px;
  height: 250px;
  background-image: url(../images/shape/subscribe-area-shape-right.png);
  background-repeat: no-repeat;
  background-position: left bottom;
}
.subscribe-area .title {
  position: relative;
  display: block;
  padding-bottom: 42px;
}
.subscribe-area .title h1 {
  color: #443087;
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  margin: 0 0 13px;
  font-family: "Poppins", sans-serif;
}
.subscribe-area .title p {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}
.subscribe-form-box {
  position: relative;
  display: block;
  width: 100%;
}
.subscribe-form-box input[type="email"],
.subscribe-form-box input[type="text"] {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  background: #f6f5fa;
  border: 1px solid #f6f5fa;
  color: #7e7e7e;
  font-size: 16px;
  font-weight: 400;
  padding: 0 40px;
  border-radius: 5px;
  transition: all 500ms ease;
}
.subscribe-form-box input[type="email"]:focus {
  border-color: #fe9518;
}
.subscribe-form-box input[type="text"]:focus {
  border-color: #fe9518;
}
.subscribe-form-box button {
  position: relative;
  display: block;
  width: 100%;
  background: #fe9518;
  color: #ffffff;
  font-size: 16px;
  line-height: 60px;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.subscribe-form-box button:hover {
  background: #de7c07;
}

/*** 
=============================================
    Footer Style5 Area Css
=============================================
***/
.footer-style5-area {
  position: relative;
  display: block;
  padding: 292px 0 0;
  background: #443087;
  background: -moz-linear-gradient(top, #443087 0%, #5b50b5 50%, #7675e9 100%);
  background: -webkit-linear-gradient(
    top,
    #443087 0%,
    #5b50b5 50%,
    #7675e9 100%
  );
  background: linear-gradient(to bottom, #443087 0%, #5b50b5 50%, #7675e9 100%);
}
.footer-style5-area .layer-outer {
  position: absolute;
  left: 0;
  top: -219px;
  right: 0;
  max-width: 821px;
  width: 100%;
  max-height: 453px;
  height: 100%;
  margin: 0 auto;
  background-attachment: scroll;
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 2;
}

.footer-style5-content {
  position: relative;
  display: block;
  padding-bottom: 100px;
}
.footer-style5-content h1 {
  color: #ffffff;
  font-size: 36px;
  line-height: 48px;
  font-weight: 600;
  margin: 0 0 21px;
  font-family: "Poppins", sans-serif;
}
.footer-style5-content p {
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}
.footer-style5-content .button {
  position: relative;
  display: block;
  padding-top: 42px;
}
.footer-style5-content .button a {
  position: relative;
  display: inline-block;
  padding: 0 40px;
  margin: 0 8px;
  background: #ffffff;
  color: #340f5c;
  font-size: 16px;
  line-height: 60px;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.footer-style5-content .button a:hover {
  background: #fe9518;
}
.footer-style5-content .button a span.icon-brand {
  position: relative;
  top: 4px;
  display: inline-block;
  padding-right: 10px;
  font-size: 24px;
}
.footer-style5-content .button a span.flaticon-apple-logo:before {
  position: relative;
  top: 2px;
  display: inline-block;
  padding-right: 5px;
  font-size: 24px;
  line-height: 24px;
}

.footer-style5-bottom-content {
  position: relative;
  display: block;
  padding-bottom: 43px;
  z-index: 1;
}
.footer-style5-bottom-content:before {
  position: absolute;
  top: 22px;
  left: 0;
  width: 40%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  content: "";
  z-index: -1;
}
.footer-style5-bottom-content:after {
  position: absolute;
  top: 22px;
  right: 0;
  width: 40%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  content: "";
  z-index: -1;
}

.footer-style5-bottom-content .footer-social-links {
}
.footer-style5-bottom-content .footer-social-links ul {
}
.footer-style5-bottom-content .footer-social-links ul li {
  float: none;
  margin: 0 5px;
}
.footer-style5-bottom-content .footer-social-links ul li a i {
  color: #7e7e7e;
  font-size: 14px;
  line-height: 45px;
  width: 45px;
  height: 45px;
}
.footer-style5-bottom-content .footer-social-links ul li a:hover i {
  color: #ffffff;
  background: #fe9518;
}
.footer-style5-bottom-content .copyright-text {
  position: relative;
  display: block;
  padding-top: 25px;
}
.footer-style5-bottom-content .copyright-text p {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin: 0;
  font-family: "Poppins", sans-serif;
}
.footer-style5-bottom-content .copyright-text p a {
  color: #ffffff;
  font-weight: 700;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.footer-style5-bottom-content .copyright-text p a:hover {
  color: #fe9518;
}

/*** 
=============================================
    Main Header Style6 Css
=============================================
***/
.main-header.style6 {
  padding: 45px 0;
}
.main-header.style6.fixed-header {
  padding: 25px 0;
  background: rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.main-header.style6 .header-upper-style6 {
  position: relative;
  display: block;
}
.main-header.style6.fixed-header .nav-outer {
  top: -24px;
}
.main-header.style6 .inner {
  position: relative;
}
.main-header.style6 .top-bar {
  position: relative;
  display: block;
}

.select-language-box {
  position: relative;
  display: block;
}
.select-language-box ul {
  display: block;
  overflow: hidden;
  background: #ffffffff;
  width: 90px;
  height: 50px;
  text-align: center;
  padding: 11px 0;
}
.select-language-box ul li {
  position: relative;
  display: inline-block;
  float: none;
  color: #1d1d1d;
  font-size: 14px;
  line-height: 14px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.select-language-box ul li:hover,
.select-language-box ul li.active {
  color: #f07f0d;
}

.main-header.style6 .top-bar .navbar-btn-wrap.style2 {
  position: relative;
  margin: 0px 0;
}
.main-header.style6 .top-bar .navbar-btn-wrap.style2 .anim-menu-btn {
  border-radius: 0;
  background: #f07f0d;
  width: 50px;
  height: 50px;
}
.main-header.style6 .nav-outer {
  position: absolute;
  top: -45px;
  right: 150px;
  z-index: 99999;
  transition: all 300ms ease;
}
.main-header.style6 .nav-outer .nav-inner {
  position: relative;
  display: block;
  padding: 0 40px;
  background-color: #000000;
  opacity: 0;
}

/*** 
=============================================
    Banner Style6 Section Css
=============================================
***/
.banner-style6-section {
  position: relative;
  display: block;
  padding-top: 275px;
  padding-bottom: 198px;
  background: #19026e;
  z-index: 1;
}
.banner-style6-section .layer-outer {
  position: absolute;
  top: 0;
  bottom: 0px;
  right: 0;
  width: 100%;
  z-index: -1;
}
.banner-style6-section .layer-image {
  position: absolute;
  top: 0px;
  right: 0;
  width: 730px;
  height: 100%;
  background-image: url(../images/slides/banner-style6-image.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: auto;
}

.banner-contact-details-box {
  position: relative;
  display: block;
  max-width: 370px;
  width: 100%;
  border: 4px solid #ffffff;
  padding: 42px 46px 46px;
  z-index: 1;
}
.banner-contact-details-box:before {
  position: absolute;
  top: -85px;
  left: -110px;
  bottom: 0;
  right: 0;
  content: "";
  background: url(../images/shape/banner-contact-details-box-bg.png);
  background-repeat: no-repeat;
  width: 580px;
  height: 489px;
  z-index: -2;
}
.banner-contact-details-box:after {
  position: absolute;
  top: -4px;
  left: -4px;
  bottom: -4px;
  right: -4px;
  content: "";
  border: 4px solid #ffffff;
  z-index: -1;
}
.banner-contact-details-box h3 {
  color: #ffffff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
}
.banner-contact-details-box ul {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 23px;
  padding-bottom: 23px;
}
.banner-contact-details-box ul li {
  position: relative;
  display: block;
  margin-bottom: 13px;
}
.banner-contact-details-box ul li:last-child {
  margin-bottom: 0;
}
.banner-contact-details-box ul li h6 {
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 800;
  margin: 0 0 4px;
  text-transform: uppercase;
}
.banner-contact-details-box ul li h5 {
  color: #ffffff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}
.banner-style6-social-links {
  position: relative;
  display: block;
}
.banner-style6-social-links ul {
  padding: 0;
}
.banner-style6-social-links ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  margin-right: 10px;
}
.banner-style6-social-links ul li a i {
  color: #1d1d1d;
  font-size: 16px;
  line-height: 50px;
  width: 50px;
  height: 50px;
}
.banner-style6-social-links ul li a:hover i {
  color: #f07f0d;
  background: #ffffff;
}

.banner-style6-title-box {
  position: relative;
  display: block;
  margin-top: -10px;
  z-index: 1;
}
.banner-style6-title-box .shape {
  position: absolute;
  top: -100px;
  left: -50px;
  bottom: 0;
  right: 0;
  content: "";
  background: url(../images/shape/banner-style6-title-box-shape.png);
  background-repeat: no-repeat;
  width: 702px;
  height: 675px;
  z-index: -1;
}

.banner-style6-title-box .big-title {
  color: #f8c823;
  font-size: 100px;
  line-height: 100px;
  font-weight: 900;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
.banner-style6-title-box p {
  color: #ffffff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin: 19px 0 0;
}
.banner-style6-title-box p a {
  color: #f8c823;
}

/*** 
=============================================
    About Style5 Area Css
=============================================
***/
.about-style5-area {
  position: relative;
  display: block;
  background: #130156;
  padding: 150px 0 172px;
  z-index: 1;
}
.about-style5-area .layer-outer {
  position: absolute;
  top: 0;
  bottom: 0px;
  right: 0;
  width: 100%;
  z-index: -1;
}
.about-style5-area .layer-shape1 {
  position: absolute;
  top: 100px;
  right: 130px;
  width: 145px;
  height: 140px;
  background-image: url(../images/shape/about-round-box-1.png);
  background-repeat: no-repeat;
  -webkit-animation: fa-spin 25s infinite alternate;
  -moz-animation: fa-spin 25s infinite alternate;
  -ms-animation: fa-spin 25s infinite alternate;
  -o-animation: fa-spin 25s infinite alternate;
  animation: fa-spin 25s infinite alternate;
}
.about-style5-area .layer-shape2 {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  right: 80px;
  width: 70px;
  height: 70px;
  background-image: url(../images/shape/about-round-box-2.png);
  background-repeat: no-repeat;
}
.about-style5-area .layer-shape3 {
  position: absolute;
  right: 220px;
  bottom: 220px;
  width: 70px;
  height: 70px;
  background-image: url(../images/shape/about-round-box-2.png);
  background-repeat: no-repeat;
}
.about-style5-area .layer-shape4 {
  position: absolute;
  right: 0px;
  bottom: 100px;
  width: 113px;
  height: 145px;
  background-image: url(../images/shape/about-round-box-3.png);
  background-repeat: no-repeat;
}

.about-style5-left-content {
  position: relative;
  display: block;
  padding-top: 120px;
  max-width: 606px;
  width: 100%;
  z-index: 1;
}
.about-style5-left-content:before {
  position: absolute;
  top: 0;
  left: 15px;
  bottom: 0;
  right: 0;
  width: 573px;
  height: 570px;
  background: url(../images/shape/mover.png);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  z-index: -1;
  -webkit-animation: fa-spin 25s infinite alternate;
  -moz-animation: fa-spin 25s infinite alternate;
  -ms-animation: fa-spin 25s infinite alternate;
  -o-animation: fa-spin 25s infinite alternate;
  animation: fa-spin 25s infinite alternate;
}
.about-style5-left-content img {
  width: 100%;
}

.about-style5-content {
  position: relative;
  display: block;
  padding-top: 30px;
}
.about-style5-content .sec-title-style5 {
  padding-bottom: 31px;
}
.about-style5-content .inner-content {
  position: relative;
  display: block;
}
.about-style5-content .inner-content .top {
  position: relative;
  display: block;
  padding-bottom: 24px;
}
.about-style5-content .inner-content .top p {
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin: 0;
}
.about-style5-content .inner-content .bottom {
  position: relative;
  display: block;
  padding-bottom: 43px;
}
.about-style5-content .inner-content .bottom p {
  color: #ffffff;
  margin: 0;
}
.about-style5-content .inner-content .signature {
  position: relative;
  display: block;
}

/*** 
=============================================
    Hihlights Area Css
=============================================
***/
.hihlights-area {
  position: relative;
  display: block;
}
.hihlights-area .outer-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.single-hihlights-box {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  width: 100%;
}
.single-hihlights-box {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 100px 40px 100px;
  text-align: center;
  z-index: 1;
}
.single-hihlights-box .layer-shape {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.single-hihlights-box.style1 {
  background: #513b9f;
}
.single-hihlights-box.style1 .shape1 {
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/shape/hihlight-shape-1.png);
  width: 190px;
  height: 140px;
}
.single-hihlights-box.style1 .shape2 {
  position: absolute;
  top: 40px;
  right: 40px;
  background: url(../images/shape/hihlight-shape-2.png);
  width: 78px;
  height: 55px;
}

.single-hihlights-box.style2 {
  background: #f07f0d;
}
.single-hihlights-box.style2 .shape1 {
  position: absolute;
  left: 40px;
  bottom: 40px;
  background: url(../images/shape/hihlight-shape-3.png);
  width: 77px;
  height: 56px;
}
.single-hihlights-box.style2 .shape2 {
  position: absolute;
  top: 40px;
  right: 40px;
  background: url(../images/shape/hihlight-shape-4.png);
  width: 79px;
  height: 134px;
}
.single-hihlights-box.style2 .count-box {
  color: #d16d08;
}

.single-hihlights-box.style3 {
  background: #f8c823;
}
.single-hihlights-box.style3 .shape1 {
  position: absolute;
  left: 40px;
  bottom: 40px;
  background: url(../images/shape/hihlight-shape-5.png);
  width: 93px;
  height: 99px;
  -webkit-animation: fa-spin 25s infinite alternate;
  -moz-animation: fa-spin 25s infinite alternate;
  -ms-animation: fa-spin 25s infinite alternate;
  -o-animation: fa-spin 25s infinite alternate;
  animation: fa-spin 25s infinite alternate;
}
.single-hihlights-box.style3 .shape2 {
  position: absolute;
  top: 0px;
  right: 0px;
  background: url(../images/shape/hihlight-shape-6.png);
  width: 180px;
  height: 125px;
}
.single-hihlights-box.style3 .count-box {
  color: #e1b417;
}

.single-hihlights-box .count-box {
  position: absolute;
  top: 35px;
  left: 39px;
  display: inline-block;
  color: #473292;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.single-hihlights-box .inner-content {
  position: relative;
  display: block;
  min-height: 180px;
}
.single-hihlights-box .icon-outer {
  display: inline-block;
}
.single-hihlights-box .icon-holder {
  position: relative;
  width: 180px;
  height: 180px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 50%;
  display: table-cell;
  vertical-align: middle;
  opacity: 1;
  transform-style: preserve-3d;
  transform: perspective(1200px) rotateX(0deg) translateZ(0px);
  transition: all 300ms ease 100ms;
}
.single-hihlights-box:hover .icon-holder {
  opacity: 0;
  transform: perspective(1200px) rotateX(90deg) translateZ(-40px);
  transition: all 900ms ease 300ms;
}
.single-hihlights-box .overlay-text {
  position: absolute;
  display: table;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: 370px;
  width: 100%;
  min-height: 180px;
  height: 100%;
  margin: 0 auto;
  opacity: 0;
  transform-style: preserve-3d;
  transform: perspective(1200px) rotateX(90deg) translateZ(-40px);
  transition: all 300ms ease 100ms;
}
.single-hihlights-box:hover .overlay-text {
  opacity: 1;
  transform: perspective(1200px) rotateX(0deg) translateZ(0px);
  transition: all 900ms ease 300ms;
}
.single-hihlights-box .overlay-text .text {
  display: table-cell;
  vertical-align: middle;
}
.single-hihlights-box .overlay-text .text p {
  color: #f3f3f3;
  margin: 0 0 13px;
}
.single-hihlights-box .overlay-text .text a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 13px;
  line-height: 12px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  border-bottom: 4px solid #f8c823;
}

.single-hihlights-box .title-holder {
  position: absolute;
  left: 40px;
  bottom: 32px;
  right: 40px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-hihlights-box .title-holder .static-title {
  position: relative;
  display: block;
  opacity: 1;
  transform-style: preserve-3d;
  transform: perspective(1200px) rotateX(0deg) translateZ(0px);
  transition: all 300ms ease 100ms;
}
.single-hihlights-box:hover .title-holder .static-title {
  opacity: 0;
  transform: perspective(1200px) rotateX(90deg) translateZ(-40px);
  transition: all 900ms ease 300ms;
}

.single-hihlights-box .title-holder h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-align: right;
}
.single-hihlights-box .title-holder h3 a {
  color: #ffffff;
}
.single-hihlights-box .title-holder .overlay-title {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  transform-style: preserve-3d;
  transform: perspective(1200px) rotateX(90deg) translateZ(-40px);
  transition: all 300ms ease 100ms;
}
.single-hihlights-box:hover .title-holder .overlay-title {
  opacity: 1;
  transform: perspective(1200px) rotateX(0deg) translateZ(0px);
  transition: all 900ms ease 300ms;
}
.single-hihlights-box .title-holder .overlay-title h3 {
  text-align: center;
}

/*** 
=============================================
    Skill Area Css
=============================================
***/
.skill-area {
  position: relative;
  display: block;
  background: #130156;
  padding: 150px 0 150px;
  z-index: 1;
}
.skill-area .layer-outer {
  position: absolute;
  top: 0;
  bottom: 0px;
  right: 0;
  width: 100%;
  z-index: -1;
}
.services-style1-area .layer-shape1 {
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/shape/skill-area-shape-1.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto;
}
.services-style1-area .layer-shape2 {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 379px;
  width: 100%;
  height: 100%;
  background-image: url(../images/shape/skill-area-shape-2.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto;
}
.skill-area .layer-shape1 {
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/shape/skill-area-shape-1.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto;
}
.skill-area .layer-shape2 {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 379px;
  width: 100%;
  height: 100%;
  background-image: url(../images/shape/skill-area-shape-2.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto;
}
.skill-image-box {
  position: relative;
  display: block;
  max-width: 770px;
  width: 100%;
  min-height: 550px;
  background: url(../images/pattern/skill-image-box-bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.skill-image-box .img-box {
  position: absolute;
  top: -55px;
  left: -80px;
  bottom: 0;
  right: 0;
}

.skill-content {
  position: relative;
  display: block;
  padding-top: 90px;
  margin-left: -200px;
}
.skill-content .sec-title-style5 {
  padding-bottom: 34px;
}
.progress-levels {
  position: relative;
  display: block;
}
.progress-levels .progress-box {
  position: relative;
  display: block;
  margin-bottom: 31px;
}
.progress-levels .progress-box .inner {
  position: relative;
  display: block;
}
.progress-levels .progress-box .inner .text {
  position: relative;
  color: #ffffff;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin: 0 0 17px;
  text-transform: uppercase;
  text-align: right;
  font-family: "Montserrat", sans-serif;
}
.progress-levels .progress-box .bar {
  position: relative;
  display: block;
}
.progress-levels .progress-box .bar .bar-innner {
  position: relative;
  width: 100%;
  height: 6px;
  background: #2b1a67;
  border-radius: 0px;
}
.progress-levels .progress-box .bar .bar-fill {
  position: absolute;
  top: 0%;
  left: 0px;
  bottom: 0%;
  width: 0px;
  height: 6px;
  border-radius: 0px;
  background: #f07f0d;
  transition: all 2000ms ease 300ms;
}
.progress-levels .progress-box .bar .bar-innner .skill-percent {
  position: absolute;
  top: -9px;
  left: 0;
  width: 40px;
  height: 25px;
  background: #f07f0d;
  border-radius: 0;
  display: block;
  text-align: center;
  padding: 0;
  z-index: 1;
}
.progress-levels .progress-box .inner .count-text {
  position: relative;
  top: -2px;
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  display: inline-block;
  float: none;
  font-family: "Montserrat", sans-serif;
}
.progress-levels .progress-box .inner .percent {
  position: relative;
  top: -2px;
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  display: inline-block;
  float: none;
  margin-left: -2px;
  font-family: "Montserrat", sans-serif;
}

/*** 
=============================================
    Portfolio Style2 Area Css
=============================================
***/
.portfolio-style2-area {
  position: relative;
  display: block;
  /*background: #0f0146;*/
  padding: 150px 0 0px;
  z-index: 2;
}
.portfolio-style2-area .layer-outer {
  position: absolute;
  top: 0;
  bottom: 0px;
  right: 0;
  width: 100%;
  z-index: -1;
}
.portfolio-style2-area .layer-shape1 {
  position: absolute;
  left: 0px;
  bottom: 0;
  background-image: url(../images/shape/portfolio-style2-area-shape-1.png);
  width: 477px;
  height: 646px;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
  z-index: 1;
}

.portfolio-style2-area .layer-shape2 {
  position: absolute;
  left: 0px;
  bottom: 0;
  background-image: url(../images/shape/portfolio-style2-area-shape-2.png);
  width: 972px;
  height: 844px;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
}

.portfolio-style2-area .top-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.portfolio-style2-area .top-box .button {
  padding-bottom: 50px;
}

.single-portfolio-style2 {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.single-portfolio-style2 .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
}
.single-portfolio-style2 .img-holder img {
  width: 100%;
  transform: scale(1.01);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-property: all;
  transition-property: all;
}
.single-portfolio-style2:hover .img-holder img {
  transform: scale(1.2) rotate(0deg);
}
.single-portfolio-style2 .overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
  opacity: 1;
  z-index: 1;
}
.single-portfolio-style2 .overlay-content .title-box {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 107px;
  background: url(../images/pattern/portfolio-title-box-bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  text-align: center;
  display: block;
  padding: 40px 0 12px;
  opacity: 0;
  transform-style: preserve-3d;
  transform: perspective(370px) rotateX(90deg) translateZ(-55px);
  transition: all 300ms ease 100ms;
}
.single-portfolio-style2:hover .overlay-content .title-box {
  opacity: 1;
  transform: perspective(370px) rotateX(0deg) translateZ(0px);
  transition: all 900ms ease 300ms;
}
.single-portfolio-style2 .overlay-content .title-box h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px 0 0px;
}
.single-portfolio-style2 .overlay-content .title-box h3 a {
  color: #ffffff;
}
.single-portfolio-style2 .overlay-content .title-box span {
  color: #f07f0d;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.testimonial-style5-outer-content {
  position: relative;
  display: block;
  padding-top: 200px;
}
.testimonial-style5-outer-box {
  position: relative;
  display: block;
  margin-top: -80px;
  max-width: 470px;
  width: 100%;
}
.testimonial-style5-content {
  position: relative;
  display: block;
  padding: 0px 100px 0px;
  margin-bottom: -200px;
  background: #513b9f;
  z-index: 3;
}
.single-testimonial-style5 {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 70px 50px 35px;
  padding-right: 40px;
  max-width: 370px;
  width: 100%;
  transition: all 8s cubic-bezier(0, 0, 0.2, 1);
  transition-delay: 0.2s;
}
.single-testimonial-style5 .top {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: left;
}
.single-testimonial-style5 .top .image-box {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
}
.single-testimonial-style5 .top .image-box img {
  width: 100%;
}
.single-testimonial-style5 .top .title-box {
  position: relative;
  display: block;
  padding-left: 20px;
}
.single-testimonial-style5 .top .title-box h3 {
  color: #1d1d1d;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin: 0 0 2px;
}
.single-testimonial-style5 .top .title-box span {
  display: block;
  color: #7e7e7e;
  line-height: 24px;
}
.single-testimonial-style5 .text {
  position: relative;
  display: block;
  padding: 21px 0 14px;
}
.single-testimonial-style5 .text p {
  line-height: 28px;
  margin: 0;
}
.single-testimonial-style5 .bottom {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.single-testimonial-style5 .bottom .review-box {
}
.single-testimonial-style5 .bottom .review-box ul li i {
  color: #f8c823;
}
.single-testimonial-style5 .bottom .quote-box {
}
.single-testimonial-style5 .bottom .quote-box span:before {
  color: #e4e4e4;
  font-size: 60px;
}

.testimonial-style5-title {
  position: relative;
  display: block;
  padding-top: 80px;
  padding-bottom: 90px;
}
.testimonial-style5-title .sec-title-style5 {
  position: relative;
  display: block;
  padding-bottom: 10px;
}
.testimonial-style5-title .text {
  position: relative;
  display: block;
}
.testimonial-style5-title .text p {
  color: #ffffff;
  margin: 0;
}
.testimonial-style5-title .text .button {
  position: relative;
  display: block;
  padding-top: 33px;
}
.testimonial-style5-title .text .button a {
  border-color: #ffffff;
}
.testimonial-style5-title .text .button a:hover {
  color: #f07f0d;
  background: #ffffff;
}

.testimonial-style5-carousel .owl-dots {
  position: absolute;
  right: 10px;
  bottom: 0;
  height: 180px;
  width: 60px;
  z-index: 9999;
  counter-reset: slides-num;
  background-color: transparent;
  font-family: "Muli", sans-serif;
  margin: 0 !important;
}
.testimonial-style5-carousel .owl-dot {
  display: block !important;
  counter-increment: slides-num;
}
.testimonial-style5-carousel .owl-dots::after {
  position: absolute;
  left: -35px;
  bottom: -40px;
  content: counter(slides-num);
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  color: #fff;
  transform: translate(-50%, -50%);
  font-family: "Muli", sans-serif;
}
.testimonial-style5-carousel .owl-dot.active::before {
  position: absolute;
  left: -70px;
  bottom: -50px;
  content: counter(slides-num) " /";
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  transform: translate(-50%, -50%);
}
.testimonial-style5-carousel.owl-theme .owl-dots .owl-dot span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 20px 0px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.testimonial-style5-carousel.owl-theme .owl-dots .owl-dot.active span,
.testimonial-style5-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background: rgba(255, 255, 255, 0.99);
}

/*** 
=============================================
    Latest Blog Style4 Area Css
=============================================
***/
.latest-blog-style4-area {
  position: relative;
  display: block;
  background: #130156;
  padding: 350px 0 143px;
}
.single-blog-post-style4 {
  position: relative;
  display: block;
  border: 2px solid #2b1b67;
}

.single-blog-post-style4 .top-box {
  position: relative;
  display: block;
  z-index: 1;
}
.single-blog-post-style4 .top-box .image-bg {
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: 0px;
  right: -2px;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  opacity: 0;
  transform-style: preserve-3d;
  transform: perspective(1200px) rotateX(90deg) translateZ(-55px);
  transition: all 300ms ease 100ms;
}
.single-blog-post-style4:hover .top-box .image-bg {
  opacity: 1;
  transform: perspective(1200px) rotateX(0deg) translateZ(0px);
  transition: all 900ms ease 300ms;
}
.single-blog-post-style4 .top-box .static {
  position: relative;
  display: block;
  padding: 33px 38px 23px;
}
.single-blog-post-style4 .top-box .static:before {
  position: absolute;
  left: 38px;
  bottom: 0;
  right: 38px;
  height: 1px;
  background: #2b1b67;
  content: "";
}
.single-blog-post-style4 .top-box .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 2;
  opacity: 0;
  transform-style: preserve-3d;
  transform: perspective(1200px) rotateY(0deg) scaleY(0);
  transition: all 300ms ease 100ms;
}
.single-blog-post-style4:hover .top-box .overlay {
  opacity: 1;
  transform: perspective(1200px) rotateY(0deg) scaleY(1);
  transition: all 900ms ease 600ms;
}
.single-blog-post-style4 .top-box .overlay .meta-box {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 20px 40px 15px;
}
.single-blog-post-style4 .top-box .overlay .meta-box ul {
  position: relative;
  display: block;
  overflow: hidden;
}
.single-blog-post-style4 .top-box .overlay .meta-box ul li {
  position: relative;
  display: inline-block;
  float: left;
  padding-right: 16px;
  margin-right: 15px;
}
.single-blog-post-style4 .top-box .overlay .meta-box ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.single-blog-post-style4 .top-box .overlay .meta-box ul li:before {
  position: absolute;
  top: 8px;
  right: 0;
  bottom: 5px;
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
  content: "";
}
.single-blog-post-style4 .top-box .overlay .meta-box ul li:last-child:before {
  display: none;
}
.single-blog-post-style4 .top-box .overlay .meta-box ul li a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
}
.single-blog-post-style4 .top-box .overlay .meta-box ul li a span:before {
  position: relative;
  display: inline-block;
  top: 1px;
  font-size: 13px;
  padding-right: 5px;
}

.single-blog-post-style4 .post-info {
  position: relative;
  display: block;
}
.single-blog-post-style4 .post-info p {
  color: #7c759f;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}
.single-blog-post-style4 h3 {
  position: relative;
  display: block;
  padding-top: 17px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-right: -15px;
}
.single-blog-post-style4 h3 a {
  color: #ffffff;
}

.single-blog-post-style4 .bottom-box {
  position: relative;
  display: block;
}
.single-blog-post-style4 .bottom-box .static {
  position: relative;
  display: block;
  padding-top: 20px;
  padding-left: 38px;
  padding-bottom: 20px;
  padding-right: 38px;
}
.single-blog-post-style4 .author-info {
  position: relative;
  display: block;
}
.single-blog-post-style4 .author-info .img-box {
  width: 35px;
}
.single-blog-post-style4 .author-info .img-box img {
  border-radius: 50%;
  transform: none;
}
.single-blog-post-style4 .author-info .img-box,
.single-blog-post-style4 .author-info .title-box {
  display: table-cell;
  vertical-align: middle;
}
.single-blog-post-style4 .author-info .title-box {
  padding-left: 10px;
}
.single-blog-post-style4 .author-info .title-box h6 {
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 800;
  text-transform: uppercase;
}
.single-blog-post-style4 .bottom-box .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: #ffffff;
  padding: 23px 0 23px;
  padding-left: 40px;
  opacity: 0;
  transform-style: preserve-3d;
  transform: perspective(1200px) rotateX(-90deg) translateZ(-35px);
  transition: all 300ms ease 100ms;
}
.single-blog-post-style4:hover .bottom-box .overlay {
  opacity: 1;
  transform: perspective(1200px) rotateX(0deg) translateZ(0px);
  transition: all 900ms ease 300ms;
}
.single-blog-post-style4 .bottom-box .overlay a {
  position: relative;
  display: inline-block;
  color: #1d1d1d;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-blog-post-style4 .bottom-box .overlay a:hover {
  color: #f07f0d;
}
.single-blog-post-style4 .bottom-box .overlay a i {
  position: relative;
  display: inline-block;
  font-size: 16px;
  padding-left: 10px;
}

.blog-style4-carousel .owl-dots {
  position: relative;
  display: block;
  margin-top: 28px !important;
}
.blog-style4-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
  background: rgba(255, 255, 255, 0.3);
  border: none;
  margin: 0px 7.5px;
  padding: 0px;
  border-radius: 50%;
  transition: all 500ms ease;
}
.blog-style4-carousel .owl-dots .owl-dot span {
  display: none;
}
.blog-style4-carousel .owl-dots .owl-dot.active {
  background: rgba(255, 255, 255, 0.99);
}

/*** 
=============================================
    Footer Style6 Area Css
=============================================
***/
.footer-style6-area {
  position: relative;
  display: block;
  background: #0f0146;
  padding: 120px 0 120px;
}

.footer-style6-box {
  position: relative;
  display: block;
  border: 2px solid #ffffff;
  padding-bottom: 51px;
}
.footer-style6-box .get-touch {
  position: absolute;
  left: 0;
  top: -15px;
  right: 0;
  text-align: center;
  height: 28px;
}
.footer-style6-box .get-touch h6 {
  position: relative;
  display: inline-block;
  background: #0f0146;
  padding: 0 35px;
  color: #f07f0d;
  font-size: 13px;
  line-height: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.footer-style6-contact-details {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 62px 0 0px;
}
.footer-style6-contact-details h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin: 0 0 46px;
}
.footer-style6-contact-details h2 a {
  color: #ffffff;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.footer-style6-contact-details h2 a:hover {
  color: #f07f0d;
}

.footer-style6-contact-details ul {
  position: relative;
  display: block;
  overflow: hidden;
}
.footer-style6-contact-details ul li {
  position: relative;
  display: inline-block;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.footer-style6-contact-details ul li.maxwidth270 {
  max-width: 270px;
}
.footer-style6-contact-details ul li.maxwidth626 {
  max-width: 626px;
}
.footer-style6-contact-details ul li h6 {
  color: #f07f0d;
  font-size: 13px;
  line-height: 16px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 9px;
}
.footer-style6-contact-details ul li p {
  color: #ffffff;
  font-size: 16px;
  margin: 0;
}

.footer-style6-menu-box {
  position: relative;
  display: block;
  padding-top: 33px;
}
.footer-style6-logo {
  position: relative;
  display: block;
  padding-bottom: 7px;
  z-index: 1;
}
.footer-style6-logo:before {
  position: absolute;
  top: 25px;
  left: 48px;
  right: 48px;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  content: "";
  z-index: -1;
}
.footer-style6-logo a {
  display: inline-block;
  z-index: 2;
}

.footer-style6-menu {
  position: relative;
  display: block;
}
.footer-style6-menu ul {
  position: relative;
  display: block;
  text-align: center;
}
.footer-style6-menu ul li {
  position: relative;
  display: inline-block;
  margin: 0 18px;
}
.footer-style6-menu ul li a {
  color: #ffffff;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.footer-style6-menu ul li a:hover {
  color: #f07f0d;
}

/*** 
=============================================
    Footer Bottom Area Style6 Css
=============================================
***/
.footer-bottom-area-style6 {
  position: relative;
  display: block;
  padding: 20px 0;
  background: #130156;
  z-index: 5;
}
.footer-bottom-content-style6 {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.copyright-text-style6 {
  position: relative;
  display: block;
}
.copyright-text-style6 p {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  margin: 0;
}
.copyright-text-style6 p a {
  color: #f07f0d;
  font-weight: 500;
  text-decoration: underline;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.copyright-text-style6 p a:hover {
  color: #ffffff;
}

.footer-social-links-style6 {
  position: relative;
  display: block;
}
.footer-social-links-style6 p {
  position: relative;
  display: inline-block;
  float: left;
  padding-right: 10px;
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}
.footer-social-links-style6 .sociallinks-style-two li a:hover i {
  color: #f07f0d;
}

/*** 
=============================================
    Main Header Style5withstyle6 Css
=============================================
***/
.main-header.style5.style5withstyle6 .sticky-header {
  background: #0a0a0a;
}
.header-upper-style5 .cart-box.style2 a span.number {
  background: #0c5027;
}
.header-upper-style5 .cart-box.style2 a:hover span:before {
  color: #0c5027;
}
.main-header.style5withstyle6
  .header-upper-style5
  .outer-search-box
  .seach-toggle:hover,
.main-header.style5withstyle6
  .header-upper-style5
  .outer-search-box
  .seach-toggle.active {
  color: #0c5027;
}
.main-header.style5withstyle6 .main-menu.style4 .navigation > li:hover > a,
.main-header.style5withstyle6 .main-menu.style4 .navigation > li.current > a {
  color: #0c5027;
}

.main-content .layer-shape1 {
  position: absolute;
  top: 100px;
  right: 130px;
  width: 145px;
  height: 140px;
  background-image: url(../images/shape/about-round-box-1.png);
  background-repeat: no-repeat;
  -webkit-animation: fa-spin 25s infinite alternate;
  -moz-animation: fa-spin 25s infinite alternate;
  -ms-animation: fa-spin 25s infinite alternate;
  -o-animation: fa-spin 25s infinite alternate;
  animation: fa-spin 25s infinite alternate;
}
.main-content .layer-shape5 {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  right: 80px;
  width: 70px;
  height: 70px;
  background-image: url(../images/shape/about-round-box-2.png);
  background-repeat: no-repeat;
}
.main-content .layer-shape3 {
  position: absolute;
  right: 220px;
  bottom: 220px;
  width: 70px;
  height: 70px;
  background-image: url(../images/shape/about-round-box-2.png);
  background-repeat: no-repeat;
}
.main-content .layer-shape4 {
  position: absolute;
  right: 0px;
  bottom: 100px;
  width: 113px;
  height: 145px;
  background-image: url(../images/shape/about-round-box-3.png);
  background-repeat: no-repeat;
}
.main-content .shape1 {
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/shape/hihlight-shape-1.png);
  width: 190px;
  height: 140px;
}
.main-content .shape2 {
  position: absolute;
  top: 40px;
  right: 40px;
  background: url(../images/shape/hihlight-shape-2.png);
  width: 78px;
  height: 55px;
}

/*** 
=============================================
    Breadcrumb area style
=============================================
***/
.breadcrumb-area {
  position: relative;
  display: block;
  background-attachment: scroll;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 337px 0 263px;
  margin-top: -140px;
  z-index: 1;
}
.breadcrumb-area::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../images/breadcrumb/breadcrumb-bg-overlay.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.2;
  content: "";
  z-index: -1;
}
.breadcrumb-area .inner-content {
  position: relative;
  display: block;
}
.breadcrumb-area .big-title {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 60px;
  line-height: 75px;
  font-weight: 700;
  text-transform: none;
  font-family: "Poppins", sans-serif;
}

/*** 
=============================================
    About Style3 Area About Page
=============================================
***/
.about-style3-area.about-page .about-style3-image-box .text {
  color: #0c5027;
}
.about-style3-area.about-page .about-style3-content-box .authorized-person {
  position: relative;
  display: block;
  padding-top: 22px;
}
.about-style3-area.about-page .about-style3-content-box .authorized-person h3 {
  color: #1b1b1b;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin: 0 0 1px;
}

/*** 
=============================================
    History Area Css
=============================================
***/
.history-area {
  position: relative;
  display: block;
  background: #f2f2f2;
  padding: 95px 0 43px;
  z-index: 1;
}
.history-area .layer-outer {
  position: absolute;
  top: 0;
  bottom: 0px;
  right: 0;
  width: 100%;
  z-index: -1;
}
.history-area .layer-shape1 {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url(../images/pattern/history-area-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.history-area .history-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  max-width: 575px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.history-area .history-bg:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  content: "";
}
.history-area .history-bg .inner {
  display: table;
  width: 100%;
  height: 100%;
}
.history-area .history-bg .inner .box {
  display: table-cell;
  vertical-align: middle;
}
.history-area .history-bg .inner .box .title {
  color: #ffffff;
  font-size: 72px;
  line-height: 100px;
  font-weight: 400;
  font-family: "Knewave", cursive;
  transform: rotate(-30deg) translate(0px, -80px);
  z-index: 3;
  margin-left: 100px;
}

.history-area .auto-container {
  position: relative;
  display: block;
  max-width: 1320px;
  width: 100%;
  margin: 0;
  margin-left: 400px;
  overflow: hidden;
  margin-right: 0px;
}
.single-history {
  position: relative;
  display: block;
  transition: all 900ms ease 100ms;
}
.single-history .inner-box {
  position: relative;
  display: block;
  min-height: 330px;
  border: 4px solid #ffffff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 900ms ease 200ms;
}
.single-history .inner-box .static-content {
  position: absolute;
  top: 31px;
  left: 31px;
  bottom: 31px;
  right: 31px;
  z-index: 1;
  transform-style: preserve-3d;
  transform: perspective(1200px) rotateX(0deg) translateZ(0px);
  transition: all 700ms ease 100ms;
}
.single-history:hover .inner-box .static-content {
  transform: perspective(1200px) rotateX(0deg) translateY(-70px);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-history .inner-box .date-box {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  background: #0c5027;
  border-radius: 50%;
  text-align: center;
  transition: all 700ms ease 100ms;
}
.single-history:hover .inner-box .date-box {
  background: #ffffff;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-history .inner-box .date-box h3 {
  color: #ffffff;
  font-size: 20px;
  line-height: 80px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  transition: all 700ms ease 100ms;
}
.single-history:hover .inner-box .date-box h3 {
  color: #0c5027;
  transition: all 200ms linear;
  transition-delay: 0.5s;
}

.single-history .inner-box .overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(22, 36, 217, 0.9);
  display: block;
  padding: 78px 35px 40px;
  opacity: 0;
  transform-style: preserve-3d;
  transform: perspective(1200px) rotateX(90deg) translateZ(0px);
  transition: all 700ms ease 100ms;
}
.single-history:hover .inner-box .overlay-content {
  opacity: 1;
  transform: perspective(1200px) rotateX(0deg) translateZ(0px);
  transition: all 300ms linear;
  transition-delay: 0.1s;
}
.single-history .inner-box .overlay-content p {
  color: #ffffff;
  font-size: 16px;
  margin: 0;
}
.single-history .inner-box .overlay-content .read-more-button {
  position: relative;
  display: block;
  margin-top: 93px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 13px;
}
.single-history .inner-box .overlay-content .read-more-button a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.single-history .title {
  position: relative;
  display: block;
  padding-top: 15px;
}
.single-history .title a {
  color: #1b1b1b;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  transition: all 500ms linear;
  transition-delay: 0.1s;
}
.single-history:hover .title a {
  color: #0c5027;
}
.single-history .title a span:before {
  position: relative;
  display: inline-block;
  font-size: 16px;
  transform: rotate(180deg);
  padding-left: 10px;
}

.history-carousel.owl-carousel {
  position: relative;
  display: block;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
.history-carousel.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: visible;
  padding: 35px 0px 100px;
}
.history-carousel.owl-carousel
  .owl-stage-outer
  .owl-item.active
  .single-history {
  transform: translateY(35px);
  transition: all 900ms ease 400ms;
}
.history-carousel.owl-carousel
  .owl-stage-outer
  .owl-item.active
  .single-history
  .inner-box
  .static-content {
  transform: perspective(1200px) rotateX(0deg) translateY(-70px);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.history-carousel.owl-carousel
  .owl-stage-outer
  .owl-item.active
  .single-history
  .inner-box
  .date-box {
  background: #ffffff;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.history-carousel.owl-carousel
  .owl-stage-outer
  .owl-item.active
  .single-history
  .inner-box
  .date-box
  h3 {
  color: #0c5027;
  transition: all 200ms linear;
  transition-delay: 0.5s;
}
.history-carousel.owl-carousel
  .owl-stage-outer
  .owl-item.active
  .single-history
  .inner-box
  .overlay-content {
  opacity: 1;
  transform: perspective(1200px) rotateX(0deg) translateZ(0px);
  transition: all 300ms linear;
  transition-delay: 0.1s;
}
.history-carousel.owl-carousel
  .owl-stage-outer
  .owl-item.active
  .single-history
  .title
  a {
  color: #0c5027;
}

.history-carousel.owl-carousel .owl-nav {
  position: absolute;
  left: -400px;
  bottom: 17px;
  width: 140px;
  height: 50px;
  text-align: center;
  margin: 0;
  z-index: 10;
}
.history-carousel.owl-carousel.style1 .owl-nav [class*="owl-"] {
  width: 50px;
  height: 50px;
  border: 1px solid #f2e9e7;
  color: #212121;
  font-size: 20px;
  line-height: 46px;
  margin: 0;
  padding: 0;
}
.history-carousel.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: 0px;
}
.history-carousel.owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: 0px;
}
.history-carousel.owl-carousel.style1 .owl-nav [class*="owl-"]:hover {
  color: #ffffff;
  background: #0c5027;
}

/*** 
=============================================
    Mission Vision Area style
=============================================
***/
.mission-vision-area {
  position: relative;
  display: block;
  padding: 125px 0 121px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.mission-vision-area .top-title {
  position: relative;
  display: block;
  padding-bottom: 50px;
}
.mission-vision-area .top-title h1 {
  color: #ffffff;
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.mission-vision-tabs {
  position: relative;
}
.mission-vision-tabs .tab-buttons {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.mission-vision-tabs .tab-buttons .tab-btn {
  position: relative;
  display: block;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  width: 100%;
  float: left;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.mission-vision-tabs .tab-buttons .tab-btn:hover,
.mission-vision-tabs .tab-buttons .tab-btn.active-btn {
  background: #ff8b00;
}

.mission-vision-tabs .tab-buttons .tab-btn .img-box {
  position: relative;
  display: block;
  overflow: hidden;
}
.mission-vision-tabs .tab-buttons .tab-btn .img-box img {
  width: 100%;
  transition: all 500ms linear;
  transition-delay: 0.1s;
}
.mission-vision-tabs .tab-buttons .tab-btn.active-btn .img-box img {
  transform: scale(1.2, 1.2);
}
.mission-vision-tabs .tab-buttons .tab-btn .img-box .overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  visibility: visible;
  opacity: 1;
  transform-style: preserve-3d;
  transform: perspective(1200px) rotateX(0deg) translateZ(0px);
  transition: all 700ms ease 100ms;
}
.mission-vision-tabs
  .tab-buttons
  .tab-btn.active-btn
  .img-box
  .overlay-content {
  visibility: hidden;
  transform: perspective(1200px) rotateX(90deg) translateZ(-40px);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.mission-vision-tabs .tab-buttons .tab-btn .img-box .overlay-content .inner {
  display: table;
  width: 100%;
  height: 100%;
}
.mission-vision-tabs
  .tab-buttons
  .tab-btn
  .img-box
  .overlay-content
  .inner
  .box {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.mission-vision-tabs
  .tab-buttons
  .tab-btn
  .img-box
  .overlay-content
  span:before {
  color: #ffffff;
  font-size: 65px;
  line-height: 65px;
}
.mission-vision-tabs .tab-buttons .tab-btn .img-box .overlay-content h3 {
  color: #ffffff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin: 23px 0 0px;
  font-family: "Poppins", sans-serif;
}
.mission-vision-tabs .tab-buttons .tab-btn .img-box .overlay-content span {
  color: #ffffff;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}

.mission-vision-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;
}
.mission-vision-tabs .tabs-content .tab.active-tab {
  display: block;
  margin-top: 0px;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.mission-vision-tabs .tabs-content {
  position: relative;
  display: block;
  padding-top: 49px;
}
.mission-vision-tabs .tabs-content .inner-box {
  position: relative;
  display: block;
}
.mission-vision-tabs .tabs-content .inner-box .title {
  position: relative;
  display: block;
  padding-bottom: 22px;
}
.mission-vision-tabs .tabs-content .inner-box .title h3 {
  color: #ffffff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin: 0 0 0px;
  font-family: "Poppins", sans-serif;
}
.mission-vision-tabs .tabs-content .inner-box .title span {
  color: #ffffff;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}
.mission-vision-tabs .tabs-content .inner-box .border-box {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin-bottom: 32px;
}
.mission-vision-tabs .tabs-content .inner-box .border-box:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 390px;
  background: #ffffff;
  margin: 0 auto;
  content: "";
}
.mission-vision-tabs .tabs-content .inner-box .text {
  position: relative;
  display: block;
  max-width: 950px;
  margin: 0 auto;
}
.mission-vision-tabs .tabs-content .inner-box .text p {
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  margin: 0;
}

/*** 
=============================================
    Featured Area Css
=============================================
***/
.featured-area {
  position: relative;
  display: block;
  padding: 130px 0 125px;
}
.featured-box {
  position: relative;
  display: block;
}
.single-featured-box {
  position: relative;
  display: block;
  padding-left: 20px;
  padding-bottom: 53px;
  padding-right: 20px;
  max-width: 330px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 60px;
  border-bottom: 1px solid #ededed;
}
.single-featured-box:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.single-featured-box .icon-holder {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  text-align: center;
  -webkit-box-shadow: 0px 0px 7px 2px #f3f3f3;
  box-shadow: 0px 0px 7px 2px #f3f3f3;
  z-index: 1;
}
.single-featured-box .icon-holder:before {
  position: absolute;
  top: -10px;
  left: 0;
  bottom: -10px;
  right: 0;
  background: #0c5027;
  content: "";
  z-index: -1;
  opacity: 0;
  transform-style: preserve-3d;
  transform: perspective(1200px) rotateX(90deg) scaleY(0.1);
  transition: all 900ms ease 100ms;
}
.single-featured-box:hover .icon-holder:before {
  opacity: 1;
  transform: perspective(1200px) rotateX(0deg) scaleY(1);
  transition: all 300ms linear;
  transition-delay: 0.1s;
}

.single-featured-box .icon-holder span:before {
  position: relative;
  display: block;
  color: #0c5027;
  font-size: 40px;
  line-height: 70px;
  transition: all 900ms ease 100ms;
}
.single-featured-box:hover .icon-holder span:before {
  color: #ffffff;
  transition: all 500ms linear;
  transition-delay: 0.3s;
}
.single-featured-box .text-holder {
  position: relative;
  display: block;
  padding-top: 31px;
}
.single-featured-box .text-holder span {
  color: #7e7e7e;
  font-size: 13px;
  text-transform: uppercase;
}
.single-featured-box .text-holder h3 {
  color: #1b1b1b;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin: 3px 0 16px;
  font-family: "Poppins", sans-serif;
}
.single-featured-box .text-holder p {
  margin: 0;
}

/*** 
=============================================
    Team Style3 Area Css
=============================================
***/
.team-style3-area {
  position: relative;
  display: block;
  padding: 125px 0 130px;
  background: #f2f2f2;
}
.team-style3-area .top-title {
  position: relative;
  display: block;
  padding-bottom: 50px;
}
.team-style3-area .top-title h1 {
  color: #1b1b1b;
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

.single-team-member-style3 {
  position: relative;
  display: block;
  margin-bottom: 43px;
}
.single-team-member-style3 .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
}
.single-team-member-style3 .img-holder .overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(../images/team/team-v3-1-overlay.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  opacity: 0;
  transform-style: preserve-3d;
  transform: perspective(370px) rotateX(-90deg);
  transform-origin: top;
  transition: all 700ms ease 100ms;
}
.single-team-member-style3:hover .img-holder .overlay-content {
  opacity: 1;
  transform: perspective(370px) rotateY(0deg);
}

.single-team-member-style3 .img-holder .overlay-content .sociallinks {
  position: absolute;
  top: 30px;
  left: 0px;
  display: inline-block;
  opacity: 0;
  transition: all 700ms ease 100ms;
}
.single-team-member-style3:hover .img-holder .overlay-content .sociallinks {
  left: 20px;
  opacity: 1;
  transition: all 300ms linear;
  transition-delay: 0.9s;
}
.single-team-member-style3 .img-holder .overlay-content .sociallinks li {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.single-team-member-style3
  .img-holder
  .overlay-content
  .sociallinks
  li:last-child {
  margin-bottom: 0;
}
.single-team-member-style3 .img-holder .overlay-content .sociallinks li a i {
  position: relative;
  display: block;
  text-align: center;
  width: 50px;
  height: 50px;
  background: #ffffff;
  border-radius: 50%;
  color: #7e7e7e;
  font-size: 14px;
  line-height: 50px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-team-member-style3
  .img-holder
  .overlay-content
  .sociallinks
  li
  a:hover
  i {
  color: #0c5027;
}
.single-team-member-style3 .img-holder img {
  transition: all 0.5s ease-in-out 0.6s;
  width: 100%;
}
.single-team-member-style3:hover .img-holder img {
  transform: scale(1.2, 1.2);
}
.single-team-member-style3 .title-holder {
  position: relative;
  display: block;
  padding-top: 25px;
}
.single-team-member-style3 .title-holder h3 {
  color: #1b1b1b;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.single-team-member-style3 .title-holder span {
}
.meet-all-member-button {
  position: relative;
  display: block;
}
.meet-all-member-button a {
  position: relative;
  display: inline-block;
  background: #0c5027;
  padding: 0 60px;
  color: #ffffff;
  font-size: 16px;
  line-height: 60px;
  font-weight: 600;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.meet-all-member-button a:hover {
  background: #3a45ed;
}

/*** 
=============================================
    Main Header Style5withstyle7 Css
=============================================
***/
.main-header.style5withstyle7 {
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.main-header.style5withstyle7 .main-menu.style4 .navigation > li > a {
  color: #1b1b1b;
  padding: 50px 0px;
}
.main-header.style5withstyle7 .main-menu.style4 .navigation > li:hover > a,
.main-header.style5withstyle7 .main-menu.style4 .navigation > li.current > a {
  color: #0c5027;
}
.main-header.style5withstyle7 .language-switcher.style4 {
  margin: 46px 0;
}
.main-header.style5withstyle7 #polyglotLanguageSwitcher ul.dropdown {
  top: 74px;
  background: #f9f9f9;
}
.main-header.style5withstyle7
  .language-switcher.style4
  #polyglotLanguageSwitcher
  a {
  color: #1b1b1b;
}
.main-header.style5withstyle7 .header-upper-style5 .cart-box {
  margin: 37px 0 38px;
}
.main-header.style5withstyle7 .header-upper-style5 .cart-box:before {
  background: #e2e2e2;
}
.main-header.style5withstyle7 .header-upper-style5 .cart-box:after {
  background: #e2e2e2;
}
.main-header.style5withstyle7 .header-upper-style5 .cart-box a span:before {
  color: #1b1b1b;
}
.main-header.style5withstyle7 .header-upper-style5 .outer-search-box {
  padding: 45px 0;
}
.main-header.style5withstyle7
  .header-upper-style5
  .outer-search-box
  .seach-toggle {
  color: #1b1b1b;
}
.main-header.style5withstyle7 .sticky-header {
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.main-header.style5withstyle7
  .sticky-header
  .main-menu.style4
  .navigation
  > li
  > a {
  color: #1b1b1b;
  padding: 40px 0px;
}
.main-header.style5withstyle7
  .sticky-header
  .main-menu.style4
  .navigation
  > li:hover
  > a,
.main-header.style5withstyle7
  .sticky-header
  .main-menu.style4
  .navigation
  > li.current
  > a {
  color: #0c5027;
}
.main-header.style5withstyle7 .sticky-header .logo {
  padding: 29px 0 30px;
}

/*** 
=============================================
    Breadcrumb Style2 Area Css
=============================================
***/
.breadcrumb-style2-area {
  position: relative;
  display: block;
  padding: 161px 0 0px;
}
.breadcrumb-style2-area .inner-content {
  position: relative;
  display: block;
}
.breadcrumb-style2-area .inner-content .big-title {
  position: relative;
  display: block;
  padding: 0 0 15px;
  color: #f7941d;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.breadcrumb-style2-area .inner-content span {
  color: #0c5027;
  font-size: 18px;
  font-weight: 700;
}

/*** 
=============================================
    Team Style4 Area Css
=============================================
***/
.team-style4-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 0 0 114px;
}
.team-carousel-style2.owl-carousel {
  position: relative;
  display: block;
  max-width: 370px;
  width: 100%;
  margin: 0 auto;
}
.team-carousel-style2.owl-carousel .owl-stage-outer {
  overflow: visible;
  padding: 0px 0px 29px;
}
.team-carousel-style2.owl-carousel .owl-stage-outer .owl-item.active {
}
.team-carousel-style2.owl-carousel
  .owl-stage-outer
  .owl-item.active
  .single-team-member-style3
  .img-holder
  .overlay-content {
  opacity: 1;
  transform: perspective(370px) rotateY(0deg);
}
.team-carousel-style2.owl-carousel
  .owl-stage-outer
  .owl-item.active
  .single-team-member-style3
  .img-holder
  .overlay-content
  .sociallinks {
  left: 20px;
  opacity: 1;
  transition: all 300ms linear;
  transition-delay: 0.9s;
}
.team-carousel-style2 .owl-dots {
  position: absolute;
  left: 0;
  bottom: 9px;
  right: 0;
  display: block;
  margin-top: 0 !important;
}
.team-carousel-style2 .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 3px;
  background: #ededed;
  border: none;
  margin: 0 0px;
  padding: 0px;
  border-radius: 0%;
  transition: all 500ms ease;
}
.team-carousel-style2 .owl-dots .owl-dot span {
  display: none;
}
.team-carousel-style2 .owl-dots .owl-dot.active {
  background: #0c5027;
}

/*** 
=============================================
    Team Area Team Page
=============================================
***/
.team-area.team-page {
  position: relative;
  display: block;
  padding-bottom: 80px;
  background-attachment: fixed;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 1;
}
.team-area.team-page .single-team-member {
  margin-bottom: 46px;
}
.team-area.team-page .single-team-member .name h3 {
  color: #ffffff;
}
.team-area.team-page .single-team-member .name p {
  color: #bebebe;
}

/*** 
=============================================
    Main Header Style5withstyle7 Css
=============================================
***/
.main-header.style5withstyle8 {
  background: transparent;
  box-shadow: none;
}
.main-header.style5withstyle8:before {
  position: absolute;
  left: 0;
  bottom: -1px;
  right: 0;
  height: 1px;
  width: 1760px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.15);
  content: "";
}
.main-header.style5withstyle8 .header-upper-style5 .header-upper-left .logo {
  position: relative;
  display: inline-block;
  float: left;
  margin: 29px 0 30px;
}
.main-header.style5withstyle8 .language-switcher.style4 {
  margin: 36px 0;
  margin-left: 30px;
  padding-left: 25px;
}
.main-header.style5withstyle8 .language-switcher.style4:before {
  position: absolute;
  top: -6px;
  left: 0;
  bottom: -6px;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
  content: "";
}
.main-header.style5withstyle8 .main-menu.style4 .navigation > li > a {
  color: #ffffff;
  padding: 40px 0px;
}
.main-header.style5withstyle8 .main-menu.style4 .navigation > li:hover > a,
.main-header.style5withstyle8 .main-menu.style4 .navigation > li.current > a {
  color: #0a0a0a;
}
.main-header.style5withstyle8 #polyglotLanguageSwitcher ul.dropdown {
  top: 64px;
  background: #0a0a0a;
}
.main-header.style5withstyle8
  .language-switcher.style4
  #polyglotLanguageSwitcher
  a {
  color: #ffffff;
}
.main-header.style5withstyle8 .header-upper-style5 .header-upper-right {
  max-width: 510px;
}
.main-header.style5withstyle8
  .header-upper-style5
  .header-upper-right
  .header-social-links {
  position: relative;
  display: inline-block;
  float: left;
  padding: 32px 0 33px;
}
.main-header.style5withstyle8
  .header-upper-style5
  .header-upper-right
  .header-social-links
  ul
  li
  a
  i {
  background: transparent;
  width: 35px;
  height: 35px;
  color: #ffffff;
  font-size: 14px;
  line-height: 35px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.main-header.style5withstyle8
  .header-upper-style5
  .header-upper-right
  .header-social-links
  ul
  li
  a:hover
  i {
  color: #0c5027;
  background: rgba(255, 255, 255, 0.99);
  border-color: rgba(255, 255, 255, 0.99);
}

.main-header.style5withstyle8 .header-upper-style5 .outer-search-box {
  padding: 35px 0;
  padding-left: 14px;
  margin-left: 20px;
  float: right;
}
.main-header.style5withstyle8 .header-upper-style5 .outer-search-box:before {
  position: absolute;
  top: 30px;
  left: 0;
  bottom: 30px;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
  content: "";
}
.main-header.style5withstyle8
  .header-upper-style5
  .outer-search-box
  .seach-toggle {
  color: #ffffff;
}
.main-header.style5withstyle8 .sticky-header {
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.main-header.style5withstyle8
  .sticky-header
  .main-menu.style4
  .navigation
  > li
  > a {
  color: #1b1b1b;
  padding: 40px 0px;
}
.main-header.style5withstyle8
  .sticky-header
  .main-menu.style4
  .navigation
  > li:hover
  > a,
.main-header.style5withstyle8
  .sticky-header
  .main-menu.style4
  .navigation
  > li.current
  > a {
  color: #0c5027;
}
.main-header.style5withstyle8 .sticky-header .logo {
  padding: 29px 0 30px;
}

/*** 
=============================================
    Breadcrumb Style3 Area Css
=============================================
***/
.breadcrumb-style3-area {
  position: relative;
  display: block;
  background-attachment: scroll;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  margin-top: -100px;
  padding: 101px 0 0px;
  z-index: 1;
}
.breadcrumb-style3-area .inner-content {
  position: relative;
  display: block;
  padding: 200px 0 198px;
}
.breadcrumb-style3-area .inner-content .big-title {
  position: relative;
  display: block;
  margin: 0 0 15px;
  color: #ffffff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.breadcrumb-style3-area .inner-content span {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}

/*** 
=============================================
    Whatwe Do Area Main Services Css
=============================================
***/
.whatwe-do-area.main-service {
  position: relative;
  display: block;
  padding-top: 122px;
}
.main-service {
  position: relative;
  display: block;
}
.main-service .top-box {
  position: relative;
  display: block;
  padding-bottom: 63px;
}
.main-service .top-box .title {
}
.main-service .top-box .title h1 {
  color: #1b1b1b;
  font-size: 36px;
  line-height: 50px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin: 0 0 29px;
}
.main-service .top-box .title p {
  margin: 0;
}
.main-service .top-box .text {
  position: relative;
  display: block;
}
.main-service .top-box .text p {
  margin: 0 0 36px;
}
.main-service .top-box .text a {
}

/*** 
=============================================
    Features Style2 Area Css
=============================================
***/
.features-style2-area {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 2;
}
.features-style2-area .outer-container {
  position: static;
}
.features-style2-area .width23percent {
  position: relative;
  display: block;
  float: left;
  width: 23%;
}
.features-style2-area .width54percent {
  position: relative;
  display: block;
  float: left;
  width: 54%;
}

.single-features-box-style2 {
  position: relative;
  display: block;
  overflow: hidden;
  background: #0c5027;
  min-height: 355px;
}
.single-features-box-style2 .count-box {
  position: absolute;
  top: 27px;
  left: 29px;
  color: #ffffff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  z-index: 1;
}
.single-features-box-style2 .outer-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-features-box-style2 .outer-box .shape-top {
  position: absolute;
  top: -65px;
  left: -65px;
  background: url(../images/shape/features-shape-top.png);
  background-repeat: no-repeat;
  width: 199px;
  height: 207px;
}
.single-features-box-style2 .outer-box .shape-bottom {
  position: absolute;
  right: -25px;
  bottom: -50px;
  background: url(../images/shape/features-shape-bottom.png);
  background-repeat: no-repeat;
  width: 150px;
  height: 189px;
}
.single-features-box-style2 .outer-box .inner {
  display: table;
  width: 100%;
  height: 100%;
  opacity: 1;
  transform: scale(1);
  transition: all 700ms ease 300ms;
}
.single-features-box-style2:hover .outer-box .inner {
  opacity: 0;
  transform: scale(0.7);
  transition: all 700ms ease 100ms;
}
.single-features-box-style2 .outer-box .inner .static-content {
  display: table-cell;
  vertical-align: middle;
}
.single-features-box-style2 .static-content .icon-holder {
  position: relative;
  display: block;
  width: 120px;
  height: 120px;
  background: #ffffff;
  border-radius: 50%;
  margin: 0 auto;
}
.single-features-box-style2 .static-content .icon-holder span:before {
  position: relative;
  display: block;
  color: #0c5027;
  font-size: 60px;
  line-height: 120px;
}
.single-features-box-style2 .static-content .text-holder {
  position: relative;
  display: block;
  padding-top: 21px;
}
.single-features-box-style2 .static-content .text-holder span {
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
}
.single-features-box-style2 .static-content .text-holder h3 {
  color: #ffffff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin: 2px 0 0;
}
.single-features-box-style2 .outer-box .overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  transform: translateY(100%);
  transition: all 700ms ease 100ms;
}
.single-features-box-style2:hover .outer-box .overlay-content {
  opacity: 1;
  transform: translateY(0%);
  transition: all 500ms linear;
  transition-delay: 0.2s;
}
.single-features-box-style2 .outer-box .overlay-content .inner-box {
  display: table;
  width: 100%;
  height: 100%;
}
.single-features-box-style2
  .outer-box
  .overlay-content
  .inner-box
  .content-box {
  display: table-cell;
  vertical-align: middle;
}
.single-features-box-style2
  .outer-box
  .overlay-content
  .inner-box
  .content-box
  .icon-holder {
  position: relative;
  display: block;
  width: 120px;
  height: 120px;
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 50%;
  margin: 0 auto;
}
.single-features-box-style2
  .outer-box
  .overlay-content
  .inner-box
  .content-box
  .icon-holder
  span:before {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 60px;
  line-height: 120px;
}
.single-features-box-style2
  .outer-box
  .overlay-content
  .inner-box
  .content-box
  .text-holder {
  position: relative;
  display: block;
  padding-top: 22px;
}
.single-features-box-style2
  .outer-box
  .overlay-content
  .inner-box
  .content-box
  .text-holder
  p {
  color: #ffffff;
  margin: 0 0 21px;
}
.single-features-box-style2
  .outer-box
  .overlay-content
  .inner-box
  .content-box
  .text-holder
  a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.single-features-box-style2.bg2 {
  background: #000000;
}
.single-features-box-style2.bg2 .static-content .icon-holder {
  background: #0c5027;
}
.single-features-box-style2.bg2 .static-content .icon-holder span:before {
  color: #ffffff;
}
.single-features-box-style2.bg2 .outer-box .shape-top {
  background: url(../images/shape/features-shape-top-bg2.png);
}
.single-features-box-style2.bg2 .outer-box .shape-bottom {
  background: url(../images/shape/features-shape-bottom-bg2.png);
}

.features-style2-area .single-box {
  position: relative;
  display: block;
  background-attachment: scroll;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 355px;
}
.features-style2-area .single-box .big-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.features-style2-area .single-box .big-title .inner {
  display: table;
  width: 100%;
  height: 100%;
}
.features-style2-area .single-box .big-title .inner .box {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.features-style2-area .single-box .big-title .inner .box h1 {
  color: #ffffff;
  font-size: 60px;
  line-height: 70px;
  font-family: "Knewave", cursive;
}

/*** 
=============================================
    Process Area Css
=============================================
***/
.process-area {
  position: relative;
  display: block;
  padding-top: 130px;
  padding-bottom: 122px;
}
.process-area .main-title {
  position: relative;
  display: block;
  text-align: center;
  padding-bottom: 48px;
  margin-top: -7px;
  z-index: 2;
}
.process-area .main-title h1 {
  color: #1b1b1b;
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.process-area .outer-container {
  position: relative;
}
.process-box {
  position: relative;
  display: block;
  width: 100%;
}
.process-box li {
  position: relative;
  display: block;
  width: 25%;
  float: left;
  text-align: center;
  margin-bottom: 83px;
  cursor: pointer;
  z-index: 1;
}
.process-box li .border-box {
  position: absolute;
  top: -120px;
  right: 0;
  width: 1px;
  height: 20px;
  background: #0c5027;
  transition: all 700ms ease 100ms;
}
.process-box li .border-box.style2 {
  position: absolute;
  top: 170px;
  right: 0;
  width: 1px;
  height: 20px;
  background: #0c5027;
}
.process-box li .border-box.style3 {
  position: absolute;
  top: 460px;
  right: 0;
  width: 1px;
  height: 20px;
  background: #0c5027;
}

.process-box li:before {
  position: absolute;
  top: -500px;
  right: 0;
  bottom: -500px;
  width: 1px;
  background: #ededed;
  content: "";
  z-index: -1;
}
.process-box li:last-child:before {
  display: none;
}
.process-box li .outer-box {
  position: relative;
  display: inline-block;
}
.process-box li .outer-box .count-boxs {
  position: relative;
  display: block;
  width: 110px;
  height: 110px;
  border: 1px solid #eeeeee;
  border-radius: 50%;
  margin: 0 auto;
  padding: 14px;
  transition: all 700ms ease 100ms;
}
.process-box li .outer-box .count-boxs .inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #eeeeee;
  border-radius: 50%;
  transition: all 700ms ease 100ms;
}
.process-box li .outer-box .count-boxs .inner h2 {
  color: #0c5027;
  font-size: 24px;
  line-height: 78px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  transition: all 700ms ease 100ms;
}
.process-box li .outer-box .title {
  position: relative;
  display: block;
  padding-top: 20px;
  opacity: 1;
  transform-style: preserve-3d;
  transform: perspective(370px) rotateX(0deg) translateZ(0px);
  transition: all 700ms ease 100ms;
}
.process-box li .outer-box .title h3 {
  color: #1b1b1b;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.process-tab-box .tab-buttons .tab-btn.active-btn {
}
.process-tab-box .tab-buttons .tab-btn.active-btn .outer-box .count-boxs {
  border-color: #0c5027;
  transform: translateY(33px);
  transition: all 700ms ease 100ms;
}
.process-tab-box
  .tab-buttons
  .tab-btn.active-btn
  .outer-box
  .count-boxs
  .inner {
  border: 1px solid #0c5027;
  background: #0c5027;
  transition: all 700ms ease 100ms;
}
.process-tab-box
  .tab-buttons
  .tab-btn.active-btn
  .outer-box
  .count-boxs
  .inner
  h2 {
  color: #ffffff;
  transition: all 700ms ease 300ms;
}
.process-tab-box .tab-buttons .tab-btn.active-btn .outer-box .title {
  opacity: 0;
  transform: perspective(370px) rotateX(-90deg) translateZ(0px);
  transition: all 700ms ease 300ms;
}

.process-tab-box .tabs-content {
  position: relative;
  display: block;
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.process-tab-box .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;
}
.process-tab-box .tabs-content .tab.active-tab {
  display: block;
  margin-top: 0px;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.process-tab-box .tabs-content .inner-content {
  position: relative;
  display: block;
}
.process-tab-box .tabs-content .inner-content .title {
  position: relative;
  display: block;
  padding-bottom: 22px;
}
.process-tab-box .tabs-content .inner-content .title .border-box {
  position: relative;
  display: block;
  width: 70px;
  height: 2px;
  background: #0c5027;
  margin: 0 auto;
}
.process-tab-box .tabs-content .inner-content .title h1 {
  color: #1b1b1b;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin: 34px 0 0px;
}
.process-tab-box .tabs-content .inner-content .text {
  position: relative;
  display: block;
}
.process-tab-box .tabs-content .inner-content .text p {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}

/*** 
=============================================
    Skill Style2 Area Css
=============================================
***/
.skill-style2-area {
  position: relative;
  display: block;
  overflow: hidden;
  background: #121212;
  padding: 121px 0 110px;
  z-index: 2;
}
.skill-style2-area .layer-outer {
  position: absolute;
  top: 0;
  bottom: 0px;
  right: 0;
  width: 100%;
  z-index: -1;
}
.skill-style2-area .layer-shape1 {
  position: absolute;
  top: -15px;
  right: 120px;
  width: 740px;
  height: 500px;
  background-image: url(../images/shape/mobile.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto;
}
.skill-style2-area .layer-shape2 {
  position: absolute;
  top: 0px;
  right: -30px;
  bottom: 0;
  width: 775px;
  background-image: url(../images/shape/tab.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
  z-index: -2;
}

.skill-style2-area .main-title {
  position: relative;
  display: block;
  padding-bottom: 39px;
}
.skill-style2-area .main-title h1 {
  color: #ffffff;
  font-size: 36px;
  line-height: 50px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.skill-style2-area .main-title h1 span {
  color: #0c5027;
  font-family: "Knewave", cursive;
}
.skill-style2-area .main-title p {
  color: #ffffff;
  font-size: 18px;
  margin: 21px 0 0;
}

.skill-content.style2 {
  padding: 0;
  margin: 0;
}
.progress-levels.style2 .progress-box .bar .bar-innner {
  background: transparent;
  border: 1px solid #fff;
}
.progress-levels.style2 .progress-box .bar .bar-innner .skill-percent {
  background: #ffffff;
  left: -1px;
}
.progress-levels.style2 .progress-box .inner .count-text {
  color: #1b1b1b;
}
.progress-levels.style2 .progress-box .inner .percent {
  color: #1b1b1b;
}
.progress-levels.style2 .progress-box .bar .bar-fill {
  height: 4px;
  background: #ffffff;
}

/*** 
=============================================
    testimonial style3 Area about Page
=============================================
***/
.testimonial-style3-area.about-page {
  padding-top: 130px;
  padding-bottom: 123px;
}
.testimonial-style3-area.about-page .main-title {
  position: relative;
  display: block;
  text-align: center;
  padding-bottom: 28px;
  margin-top: -7px;
  z-index: 2;
}
.testimonial-style3-area.about-page .main-title h1 {
  color: #1b1b1b;
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.testimonial-style3-area.about-page
  .single-testimonial-style3
  .top
  .title-box
  span {
  color: #0c5027;
}
.testimonial-style3-area.about-page
  .single-testimonial-style3
  .bottom
  .review-box
  ul
  li
  i {
  color: #0c5027;
}
.testimonial-style3-area.about-page
  .testimonial-style3-carousel
  .owl-dots
  .owl-dot:before {
  background: #0c5027;
}
.testimonial-style3-area.about-page
  .testimonial-style3-carousel
  .owl-dots
  .owl-dot.active {
  border: 2px solid #0c5027;
}

/*** 
=============================================
    Breadcrumb Style4 Area Css
=============================================
***/
.breadcrumb-style4-area {
  position: relative;
  display: block;
  background-attachment: scroll;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  margin-top: -100px;
  padding: 101px 0 0px;
  z-index: 1;
}
.breadcrumb-style4-area:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(22, 36, 217, 0.8);
  content: "";
  z-index: -1;
}
.breadcrumb-style4-area .inner-content {
  position: relative;
  display: block;
  padding: 167px 0 283px;
}
.breadcrumb-style4-area .inner-content .big-title {
  position: relative;
  display: block;
  margin: 0 0 15px;
  color: #ffffff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.breadcrumb-style4-area .inner-content span {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}

/*** 
=============================================
    Pricing Table Style2 Area Css
=============================================
***/
.pricing-table-style2-area {
  position: relative;
  display: block;
  padding: 0px 0 100px;
  margin-top: -240px;
  background-color: transparent;
  z-index: 2;
}

.pricing-tabs.style2 {
  position: relative;
}
.pricing-tabs.style2 .tab-buttons {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 50px;
  box-shadow: none;
  margin: 0;
  padding-bottom: 60px;
  background: transparent;
}
.pricing-tabs.style2 .tab-buttons .tab-btn {
  position: relative;
  float: none;
  display: inline-block;
  padding: 12px 0px 12px;
  cursor: pointer;
  color: #1b1b1b;
  font-size: 16px;
  font-weight: 700;
  transition: all 300ms ease;
  font-family: "Muli", sans-serif;
  width: 105px;
  background: #ffffff;
  margin: 0 -2px;
}
.pricing-tabs.style2 .tab-buttons .tab-btn:first-child {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.pricing-tabs.style2 .tab-buttons .tab-btn:last-child {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.pricing-tabs.style2 .tab-buttons .tab-btn:hover,
.pricing-tabs.style2 .tab-buttons .tab-btn.active-btn {
  color: #ffffff;
  background: #f7941d;
}

.single-price-box-style2 {
  position: relative;
  display: block;
  margin-bottom: 30px;
  z-index: 10;
}
.single-price-box-style2 .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #ffffff;
  padding: 56px 40px 40px;
  transition: all 300ms ease;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.single-price-box-style2 .inner-box:hover {
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}

.single-price-box-style2 .inner-box .top {
  position: relative;
  display: block;
  text-align: center;
  border-bottom: 1px solid #ededed;
  padding-bottom: 24px;
  margin-bottom: 28px;
}
.single-price-box-style2 .inner-box .top h4 {
  color: #1b1b1b;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 9px;
  font-family: "Poppins", sans-serif;
}
.single-price-box-style2 .inner-box .top p {
  line-height: 24px;
  margin: 0;
}
.single-price-box-style2 .inner-box .value {
  position: relative;
  display: block;
  text-align: center;
}
.single-price-box-style2 .inner-box .value h1 {
  color: #0c5027;
  font-size: 60px;
  line-height: 48px;
  font-weight: 400;
  margin: 0 0 4px;
  font-family: "Poppins", sans-serif;
}
.single-price-box-style2 .inner-box .value h1 sup {
  position: relative;
  font-size: 20px;
  top: -27px;
  display: inline;
  padding-right: 2px;
}
.single-price-box-style2 .inner-box .value span {
  font-weight: 700;
}
.single-price-box-style2 .inner-box .btn-box {
  position: relative;
  display: block;
  padding: 33px 0 24px;
}
.single-price-box-style2 .inner-box .btn-box a {
  position: relative;
  display: block;
  border: 1px solid #0c5027;
  color: #0c5027;
  font-size: 16px;
  line-height: 58px;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-price-box-style2:hover .inner-box .btn-box a {
  color: #ffffff;
  background: #0c5027;
}

.single-price-box-style2 .inner-box .price-list {
  position: relative;
}
.single-price-box-style2 .inner-box .price-list li {
  position: relative;
  display: block;
  padding-left: 30px;
  color: #1b1b1b;
  font-size: 16px;
  line-height: 53px;
  font-weight: 400;
  border-bottom: 1px solid #ededed;
  font-family: "Muli", sans-serif;
}
.single-price-box-style2 .inner-box .price-list li:last-child {
  border-bottom: none;
}
.single-price-box-style2 .inner-box .price-list li:before {
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0;
  font-family: FontAwesome;
  content: "\f00c";
  color: #0c5027;
  font-size: 16px;
}

/*** 
=============================================
    Creative portfolio Header Css
=============================================
***/
#creative-portfolio-header {
  background: transparent;
  box-shadow: none;
}

/*** 
=============================================
    Breadcrumb style5 Area Css
=============================================
***/
.breadcrumb-style5-area {
  position: relative;
  display: block;
  background-attachment: scroll;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 120px 0 0px;
  margin-top: -120px;
  z-index: 1;
}
.breadcrumb-style5-area .inner-content {
  position: relative;
  display: block;
  padding: 125px 0 265px;
}
.breadcrumb-style5-area .inner-content .big-title {
  position: relative;
  display: block;
  color: #1b1b1b;
  font-size: 60px;
  line-height: 76px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
}

/*** 
=============================================
    Breadcrumb style6 Area Css
=============================================
***/
.breadcrumb-style6-area {
  position: relative;
  display: block;
  background-attachment: scroll;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 140px 0 0px;
  z-index: 1;
}
.breadcrumb-style6-area .inner-content {
  position: relative;
  display: block;
  padding: 109px 0 0px;
}
.breadcrumb-style6-area .inner-content .big-title {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
}
.breadcrumb-style6-area .breadcrumb-menu {
  position: relative;
  display: block;
  padding-top: 130px;
  padding-bottom: 31px;
}
.breadcrumb-style6-area .breadcrumb-menu ul {
  position: relative;
  display: block;
}
.breadcrumb-style6-area .breadcrumb-menu ul li {
  position: relative;
  display: inline-block;
  float: left;
  padding-right: 12px;
  margin-right: 7px;
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  text-transform: capitalize;
  transition: all 500ms ease;
  font-family: "Muli", sans-serif;
}
.breadcrumb-style6-area .breadcrumb-menu ul li:before {
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0px;
  width: 5px;
  height: 1px;
  background: #ffffff;
  content: "";
  margin: 16px 0;
}
.breadcrumb-style6-area .breadcrumb-menu ul li:last-child:before {
  display: none;
}
.breadcrumb-style6-area .breadcrumb-menu ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.breadcrumb-style6-area .breadcrumb-menu ul li a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  transition: all 500ms ease;
}
.breadcrumb-style6-area .breadcrumb-menu ul li.active {
  font-weight: 700;
}
.breadcrumb-style6-area .breadcrumb-menu ul li a:hover {
  color: #0a0a0a;
}

/*** 
=============================================
    Portfolio Style3 Area Css   
=============================================
***/
.portfolio-style3-area {
  position: relative;
  display: block;
  padding: 168px 0 100px;
}
.portfolio-style3-title {
  position: relative;
  display: block;
  padding-bottom: 51px;
}
.portfolio-style3-title .title {
  color: #1b1b1b;
  font-size: 48px;
  line-height: 50px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

.project-filter-box {
  position: relative;
  display: block;
  width: 400px;
  padding-left: 220px;
}
.project-filter-box .view-project {
  position: absolute;
  top: 0;
  left: 0;
}
.project-filter-box .view-project h3 {
  color: #1b1b1b;
  font-size: 20px;
  line-height: 50px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.project-categories-box {
  position: relative;
  display: block;
  max-width: 180px;
}
.project-categories-box .bootstrap-select {
  position: relative;
  display: block;
  max-width: 180px;
}
.project-categories-box .bootstrap-select > .dropdown-toggle {
  position: relative;
  display: block;
  float: none;
  width: 100%;
  height: 50px;
  outline: none !important;
  border-radius: 0;
  border: 0px solid #eeeeee;
  background-color: transparent !important;
  padding: 0;
  padding-left: 0px;
  color: #0c5027;
  font-size: 20px;
  line-height: 50px;
  font-weight: 500;
  margin: 0;
  box-shadow: none !important;
  font-family: "Poppins", sans-serif;
}
.project-categories-box .bootstrap-select > .dropdown-toggle::after {
  position: absolute;
  top: 50%;
  right: 0px;
  width: auto;
  height: auto;
  font-family: "FontAwesome";
  content: "\f107";
  color: #1b1b1b;
  font-size: 20px;
  transform: translateY(-50%);
  margin: 0;
  border: none;
}
.project-categories-box .bootstrap-select .dropdown-menu {
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0px solid #ddd;
  background: #f9f9f9;
  font-size: 16px;
  color: #000000;
}
.project-categories-box .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: "Muli", sans-serif;
}
.project-categories-box .dropdown-item.active,
.project-categories-box .dropdown-item:active {
  color: #ffffff;
  background: #0c5027;
}
.project-categories-box .dropdown-item:hover {
  color: #ffffff;
  background: #0c5027;
}

.single-portfolio-style3 {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.single-portfolio-style3 .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
}
.single-portfolio-style3 .img-holder img {
  width: 100%;
  transform: scale(1);
}
.single-portfolio-style3:hover .img-holder img {
  transform: scale(1) rotate(0deg);
}

.single-portfolio-style3 .overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  border: 3px solid #0c5027;
  transition: all 700ms ease 100ms;
  transform: scaleY(0);
  z-index: 1;
}
.single-portfolio-style3:hover .overlay-content {
  transform: scaleY(1);
}
.single-portfolio-style3 .overlay-content .inner {
  display: table;
  width: 100%;
  height: 100%;
}
.single-portfolio-style3 .overlay-content .inner .box {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.single-portfolio-style3 .overlay-content .inner .box .link {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  opacity: 0;
  transition: all 0.4s ease-in-out 0.7s;
  transform: translateY(-50px);
}
.single-portfolio-style3:hover .overlay-content .inner .box .link {
  opacity: 1;
  transform: translateY(0px);
}
.single-portfolio-style3 .overlay-content .inner .box .link:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(22, 36, 217, 0.8);
  content: "";
  border-radius: 50%;
  z-index: -1;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-portfolio-style3 .overlay-content .inner .box .link:hover:before {
  background: rgba(22, 36, 217, 0.95);
}
.single-portfolio-style3 .overlay-content .inner .box .link a span:before {
  display: block;
  color: #ffffff;
  font-size: 30px;
  line-height: 120px;
}
.single-portfolio-style3 .overlay-content .inner .box h3 {
  color: #1b1b1b;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin: 25px 0 0;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.4s ease-in-out 0.9s;
}
.single-portfolio-style3:hover .overlay-content .inner .box h3 {
  opacity: 1;
  transform: translateY(0px);
}
.single-portfolio-style3 .overlay-content .inner .box .category {
  position: absolute;
  top: 26px;
  right: 26px;
  color: #0c5027;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.4s ease-in-out 0.9s;
  writing-mode: vertical-lr;
  opacity: 0;
  transform: rotate(90deg) translate(0px, -70px);
}
.single-portfolio-style3:hover .overlay-content .inner .box .category {
  opacity: 1;
  transform: rotate(0deg) translate(0px, 0px);
}

/*** 
=============================================
    Portfolio Style4 Area Css   
=============================================
***/
.portfolio-style4-area {
  position: relative;
  display: block;
  padding: 20px 0 115px;
}
.portfolio-style4-title {
  position: relative;
  display: block;
  padding-bottom: 16px;
}
.portfolio-style4-title .title {
  color: #1b1b1b;
  font-size: 48px;
  line-height: 50px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.single-portfolio-style4 {
  position: relative;
  display: block;
  margin-bottom: 15px;
  transform: translate(0px, 0px);
  transition: all 500ms ease 900ms;
  z-index: 1;
}
.single-portfolio-style4:hover {
  transform: translate(0px, 65px);
  transition: all 700ms ease 900ms;
}
.single-portfolio-style4:before {
  position: absolute;
  top: 65px;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  -webkit-box-shadow: 0px 0px 7px 4px #f3f3f3;
  box-shadow: 0px 0px 7px 4px #f3f3f3;
  transition: all 500ms ease 900ms;
  z-index: 1;
}
.single-portfolio-style4:hover:before {
  top: 0;
  bottom: 65px;
  transition: all 700ms ease 900ms;
}
.single-portfolio-style4 .img-holder {
  position: relative;
  display: block;
  padding: 35px 30px;
  transition: all 300ms ease 100ms;
}
.single-portfolio-style4 .img-holder .image-inner {
  position: relative;
  display: block;
  overflow: hidden;
  transform: translate(0px, 0px);
  z-index: 1;
}
.single-portfolio-style4 .img-holder .image-inner:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(12, 80, 39, 0.85);
  content: "";
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
  opacity: 0;
  z-index: 1;
}
.single-portfolio-style4:hover .img-holder .image-inner:before {
  opacity: 1;
}
.single-portfolio-style4 .img-holder img {
  width: 100%;
  transform: scale(1);
}
.single-portfolio-style4:hover .img-holder img {
  transform: scale(1.1) rotate(2deg);
}
.single-portfolio-style4 .overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all 700ms ease 100ms;
  transform: scaleY(0);
  z-index: 1;
}
.single-portfolio-style4:hover .overlay-content {
  transform: scaleY(1);
}
.single-portfolio-style4 .overlay-content .inner {
  display: table;
  width: 100%;
  height: 100%;
}
.single-portfolio-style4 .overlay-content .inner .box {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.single-portfolio-style4 .overlay-content .inner .box a span:before {
  color: #ffffff;
  font-size: 30px;
  line-height: 30px;
}

.single-portfolio-style4 .title-holder {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 0 30px 23px;
  margin-top: -8px;
  visibility: visible;
  transform-style: preserve-3d;
  transform: perspective(370px) rotateX(0deg) translate(0px, 0px);
  transition: all 900ms ease 1500ms;
}
.single-portfolio-style4:hover .title-holder {
  opacity: 0;
  transform: perspective(370px) rotateX(-45deg) translate(0px, 50px);
  transition: all 500ms ease 100ms;
}
.single-portfolio-style4 .title-holder h3 {
  color: #1b1b1b;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin: 0 0 2px;
}
.single-portfolio-style4 .title-holder span {
  color: #7e7e7e;
  font-size: 16px;
}

/*** 
=============================================
    Portfolio Style5 Area Css   
=============================================
***/
.portfolio-style5-area {
  position: relative;
  display: block;
  padding: 168px 0 100px;
}
.portfolio-style5-title {
  position: relative;
  display: block;
  padding-bottom: 51px;
}
.portfolio-style5-title .title {
  color: #1b1b1b;
  font-size: 48px;
  line-height: 50px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

.single-portfolio-style5 {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.single-portfolio-style5 .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
}
.single-portfolio-style5 .img-holder img {
  width: 100%;
  transform: scale(1);
}
.single-portfolio-style5:hover .img-holder img {
  transform: scale(1.2) rotate(1deg);
}
.single-portfolio-style5:hover .img-holder .overlay-style-one {
  opacity: 1;
}
.single-portfolio-style5
  .img-holder
  .overlay-style-one
  .box
  .inner
  .zoom-button {
  position: relative;
  display: inline-block;
  top: -57px;
}
.single-portfolio-style5.large-image
  .img-holder
  .overlay-style-one
  .box
  .inner
  .zoom-button {
  top: -62px;
}
.single-portfolio-style5
  .img-holder
  .overlay-style-one
  .box
  .inner
  .zoom-button
  a
  span:before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 30px;
  line-height: 30px;
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.1s ease-in-out 0.9s;
}
.single-portfolio-style5:hover
  .img-holder
  .overlay-style-one
  .box
  .inner
  .zoom-button
  a
  span:before {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.5s ease-in-out 0.5s;
}
.single-portfolio-style5
  .img-holder
  .overlay-style-one
  .box
  .inner
  .zoom-button
  a:hover
  span:before {
  color: #0c5027;
}

.single-portfolio-style5 .img-holder .overlay-style-one .box .inner .title {
  position: absolute;
  left: 30px;
  bottom: 30px;
  right: 30px;
  border: 0px solid #ddd;
  display: block;
  padding: 29px 0;
  opacity: 0;
  transform-style: preserve-3d;
  transform: perspective(370px) rotateX(90deg) translateZ(-55px);
  transition: all 300ms ease 100ms;
  z-index: 1;
}
.single-portfolio-style5.large-image
  .img-holder
  .overlay-style-one
  .box
  .inner
  .title {
  left: 40px;
  bottom: 40px;
  right: 40px;
}
.single-portfolio-style5:hover
  .img-holder
  .overlay-style-one
  .box
  .inner
  .title {
  opacity: 1;
  transform: perspective(370px) rotateX(0deg) translateZ(0px);
  transition: all 900ms ease 800ms;
}
.single-portfolio-style5
  .img-holder
  .overlay-style-one
  .box
  .inner
  .title:before {
  position: absolute;
  top: -1px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  content: "";
  z-index: -1;
}
.single-portfolio-style5
  .img-holder
  .overlay-style-one
  .box
  .inner
  .title:after {
  position: absolute;
  top: 10px;
  left: 0px;
  bottom: -1px;
  right: 0px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  content: "";
  z-index: -1;
}
.single-portfolio-style5 .img-holder .overlay-style-one .box .inner .title a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-portfolio-style5
  .img-holder
  .overlay-style-one
  .box
  .inner
  .title
  a:hover {
  color: #0a0a0a;
}

/*** 
=============================================
    Portfolio Style6 Area Css   
=============================================
***/
.portfolio-style6-area {
  position: relative;
  display: block;
  padding: 60px 0 10px;
}
.portfolio-style6-area .container-fluid {
  padding-right: 30px;
  padding-left: 30px;
}
.main-header .header-upper .logo-box.style10 {
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.main-header.fixed-header .header-upper .logo-box.style10 {
  margin-top: 10px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.project-filter {
  position: relative;
  display: block;
  padding-bottom: 29px;
}
.project-filter li {
  position: relative;
  display: inline-block;
  margin: 0 15px;
}
.project-filter li + li {
  float: none;
}
.project-filter li .filter-text {
  position: relative;
  display: block;
  color: #1b1b1b;
  font-size: 13px;
  line-height: 50px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.4s ease;
  font-family: "Poppins", sans-serif;
}
.project-filter li:hover .filter-text,
.project-filter li.active .filter-text {
  color: #0c5027;
}
.project-filter li .count {
  position: absolute;
  top: -9px;
  left: 0px;
  right: 0;
  width: 25px;
  height: 15px;
  color: #0c5027;
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  opacity: 0;
  transform: scaleX(0);
  transition: all 300ms ease 100ms;
  z-index: 10;
  margin: 0 auto;
  font-family: "Poppins", sans-serif;
}
.project-filter li:hover .count,
.project-filter li.active .count {
  opacity: 1;
  transform: scaleX(1);
  transition: all 700ms ease 400ms;
}
.project-filter li .count:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(../images/icon/filter-count-bg.png);
  content: "";
  z-index: -1;
}

.single-portfolio-style6 {
  position: relative;
  display: block;
  margin-bottom: 33px;
}
.single-portfolio-style6 .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
}
.single-portfolio-style6 .img-holder img {
  width: 100%;
  transform: scale(1);
}
.single-portfolio-style6:hover .img-holder img {
  transform: scale(1.2) rotate(1deg);
}
.single-portfolio-style6:hover .img-holder .overlay-style-one {
  opacity: 1;
}
.single-portfolio-style6
  .img-holder
  .overlay-style-one
  .box
  .inner
  .zoom-button {
  position: relative;
  display: inline-block;
}
.single-portfolio-style6
  .img-holder
  .overlay-style-one
  .box
  .inner
  .zoom-button
  a
  span:before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 30px;
  line-height: 30px;
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.1s ease-in-out 0.9s;
}
.single-portfolio-style6:hover
  .img-holder
  .overlay-style-one
  .box
  .inner
  .zoom-button
  a
  span:before {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.5s ease-in-out 0.5s;
}
.single-portfolio-style6
  .img-holder
  .overlay-style-one
  .box
  .inner
  .zoom-button
  a:hover
  span:before {
  color: #0c5027;
}

.single-portfolio-style6 .title-holder {
  position: relative;
  display: block;
  padding-top: 17px;
}
.single-portfolio-style6 .title-holder h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin: 0 0 2px;
}
.single-portfolio-style6 .title-holder h3 a {
  color: #1b1b1b;
}
.single-portfolio-style6 .title-holder span {
}

/*** 
=============================================
    Portfolio Style7 Area Css   
=============================================
***/
.portfolio-style7-area {
  position: relative;
  display: block;
  padding: 60px 0 0px;
}
.portfolio-style7-area .container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}
.portfolio-style7-area .row {
  margin-left: 0px;
  margin-right: 0px;
}
.portfolio-style7-area .row [class*="col-"] {
  padding-left: 0px;
  padding-right: 0px;
}

.single-portfolio-style7 {
  position: relative;
  display: block;
}
.single-portfolio-style7 .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
}
.single-portfolio-style7 .img-holder img {
  width: 100%;
  transform: scale(1);
}
.single-portfolio-style7:hover .img-holder img {
  transform: scale(1.2) rotate(1deg);
}
.single-portfolio-style7 .img-holder .title {
  position: absolute;
  left: 100px;
  bottom: 100px;
  background: #ffffff;
  padding: 22px 30px;
  opacity: 0;
  transform-style: preserve-3d;
  transform: perspective(1200px) rotateX(90deg) translateZ(-55px);
  transition: all 300ms ease 100ms;
}
.single-portfolio-style7:hover .img-holder .title {
  opacity: 1;
  transform: perspective(370px) rotateX(0deg) translateZ(0px);
  transition: all 900ms ease 800ms;
}
.single-portfolio-style7 .img-holder .title a {
  color: #1b1b1b;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

/*** 
=============================================
    Portfolio Style8 Area Css
=============================================
***/
.portfolio-style8-area {
  position: relative;
  display: block;
  background: #ebebeb;
  margin-top: -139px;
  padding-bottom: 130px;
}
.single-portfolio-style8 {
  position: relative;
  display: block;
  padding: 30px 30px;
}
.single-portfolio-style8 .count {
  position: absolute;
  top: -2px;
  right: 30px;
  color: #1b1b1b;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.single-portfolio-style8 .name {
  position: absolute;
  left: -75px;
  bottom: 101px;
  padding-left: 60px;
  color: #1b1b1b;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  transform: rotate(90deg);
}
.single-portfolio-style8 .name:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  background: #cacaca;
  content: "";
  margin: 7px 0;
}

.single-portfolio-style8 .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
}
.single-portfolio-style8 .img-holder img {
  width: 100%;
  transform: scale(1.01);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-property: all;
  transition-property: all;
}
.single-portfolio-style8:hover .img-holder img {
  transform: scale(1.2) rotate(0deg);
}
.single-portfolio-style8 .img-holder .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-portfolio-style8 .img-holder .overlay .inner {
  display: table;
  width: 100%;
  height: 100%;
}
.single-portfolio-style8 .img-holder .overlay .inner .big-title {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
  font-size: 90px;
  line-height: 80px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  transform: translate(0px, 30px);
  transition: all 700ms ease 100ms;
}
.single-portfolio-style8:hover .img-holder .overlay .inner .big-title {
  transform: translate(0px, 0px);
  transition: all 700ms ease 500ms;
}

.portfolio-style8-carousel.owl-carousel {
  position: relative;
  display: block;
  max-width: 830px;
  width: 100%;
  margin: 0 auto;
}
.portfolio-style8-carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
  padding: 0px 0px 0px;
}
.portfolio-style8-carousel.owl-carousel
  .owl-stage-outer
  .owl-item.active
  .single-portfolio-style8
  .img-holder
  img {
  transform: scale(1.2) rotate(0deg);
}
.portfolio-style8-carousel.owl-carousel
  .owl-stage-outer
  .owl-item.active
  .single-portfolio-style8
  .img-holder
  .overlay
  .inner
  .big-title {
  transform: translate(0px, 0px);
  transition: all 700ms ease 500ms;
}
.portfolio-style8-carousel.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: -205px;
  right: -205px;
  margin-top: 0px;
  text-align: center;
  margin-top: -35px;
}
.portfolio-style8-carousel.owl-carousel.style1 .owl-nav [class*="owl-"] {
  width: 70px;
  height: 70px;
  border: 0px solid;
  color: #808080;
  font-size: 25px;
  line-height: 70px;
  margin: 0;
  padding: 0;
}
.portfolio-style8-carousel.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: 0px;
}
.portfolio-style8-carousel.owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: 0px;
}
.portfolio-style8-carousel.owl-carousel.style1 .owl-nav [class*="owl-"]:hover {
  color: #ffffff;
  background: #0c5027;
}

.explore-box {
  position: relative;
  display: block;
}
.explore-box a {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  border: 2px solid #0c5027;
  border-radius: 50%;
  color: #0c5027;
  font-size: 12px;
  line-height: 66px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
}

/*** 
=============================================
    Portfolio Style9 Area Css
=============================================
***/
.portfolio-style9-area {
  position: relative;
  display: block;
  background-attachment: fixed;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  margin-top: -100px;
  padding: 100px 0 0px;
  z-index: 1;
}
.portfolio-style9-content {
  position: relative;
  display: block;
  padding: 130px 0;
}

.single-portfolio-style9 {
  position: relative;
  display: block;
}
.single-portfolio-style9 .name {
  position: absolute;
  left: -79px;
  top: 100%;
  margin-top: -289px;
  padding-left: 60px;
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  transform: rotate(90deg);
}

.single-portfolio-style9 .static-content {
  position: relative;
  display: block;
  z-index: 1;
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.5s ease-in-out 0.5s;
}
.single-portfolio-style9:hover .static-content {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.3s ease-in-out 0.4s;
}

.single-portfolio-style9 .static-content .img-holder {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.single-portfolio-style9 .static-content .img-holder img {
  width: 100%;
}
.single-portfolio-style9 .static-content .img-holder .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.single-portfolio-style9 .static-content .img-holder .overlay .big-title {
  position: absolute;
  left: 0;
  bottom: 140px;
  right: 0;
  text-align: center;
  color: #ffffff;
  font-size: 90px;
  line-height: 80px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

.single-portfolio-style9 .overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.3s ease-in-out 0.4s;
}
.single-portfolio-style9:hover .overlay-content {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.5s ease-in-out 0.5s;
}
.single-portfolio-style9 .overlay-content .img-holder {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.single-portfolio-style9 .overlay-content .img-holder img {
  width: 100%;
}
.single-portfolio-style9 .overlay-content .text-holder {
  position: relative;
  display: block;
  margin-top: ;
  max-width: 560px;
  margin: -46px auto 0;
}
.single-portfolio-style9 .overlay-content .text-holder .big-title {
  color: #0c5027;
  font-size: 90px;
  line-height: 80px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff,
    1px 1px 0 #ffffff;
}
.single-portfolio-style9 .overlay-content .text-holder p {
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  margin: 15px 0 33px;
}
.single-portfolio-style9 .overlay-content .text-holder a {
  position: relative;
  display: inline-block;
  padding: 0 58px;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 16px;
  line-height: 56px;
  font-weight: 600;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-portfolio-style9 .overlay-content .text-holder a:hover {
  color: #ffffff;
  background: #0c5027;
}

.portfolio-style9-carousel.owl-carousel .owl-stage-outer {
  padding: 0px 0px 14px;
}
.portfolio-style9-carousel.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: -205px;
  right: -205px;
  margin-top: 0px;
  text-align: center;
  margin-top: -35px;
}
.portfolio-style9-carousel.owl-carousel.style1 .owl-nav [class*="owl-"] {
  width: 70px;
  height: 70px;
  border: 0px solid;
  color: #ffffff;
  font-size: 25px;
  line-height: 70px;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.05);
}
.portfolio-style9-carousel.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: 0px;
}
.portfolio-style9-carousel.owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: 0px;
}
.portfolio-style9-carousel.owl-carousel.style1 .owl-nav [class*="owl-"]:hover {
  color: #fddb4e;
  background: #0c5027;
}

.portfolio-style9-carousel .owl-dots {
  position: absolute;
  right: -65px;
  top: -8px;
  height: 0px;
  width: 60px;
  z-index: 9999;
  counter-reset: slides-num;
  background-color: transparent;
  font-family: "Muli", sans-serif;
  margin: 0 !important;
}
.portfolio-style9-carousel .owl-dot {
  display: block !important;
  counter-increment: slides-num;
}
.portfolio-style9-carousel .owl-dots::after {
  position: absolute;
  left: -35px;
  bottom: -40px;
  content: counter(slides-num);
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  color: #fff;
  transform: translate(-50%, -50%);
  font-family: "Muli", sans-serif;
}
.portfolio-style9-carousel .owl-dot.active::before {
  position: absolute;
  left: -70px;
  bottom: -50px;
  content: counter(slides-num) " /";
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  transform: translate(-50%, -50%);
}
.portfolio-style9-carousel.owl-theme .owl-dots .owl-dot span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 20px 0px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;

  display: none;
}
.portfolio-style9-carousel.owl-theme .owl-dots .owl-dot.active span,
.portfolio-style9-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background: rgba(255, 255, 255, 0.99);
}

/*** 
=============================================
    Portfolio Single Style1 Area Css
=============================================
***/
.evday {
  margin-bottom: 20px;
}
.evday img {
  margin-top: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.evdate {
  color: white;
  background-color: #f7941d;
}
.evtitle {
  color: #000;
  background-color: #fff;
  padding: 0px 15px 0px 15px;
  text-align: center;
  
}
.evtitle strong{
font-size: 14px !important;
}
.eventcaption {
  padding-top: 10px;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  font-weight: bold;
}
.img-bordered {
  background-color: #fff;
  border: 1px solid #eeeeee !important;
  margin-left: 10px;
  padding: 5px;
}
.div_bordered {
  background-color: #fafafa;
  border: 1px solid #eeeeee !important;
  margin-bottom: 15px;
}
.topborder {
  min-height: 400px;
  border-top: 8px solid #f7941d !important;
  border-left: 2px solid #f7941d !important;
  padding-top: 20px;
}
.topborder p {
  text-align: justify;
}
.sm-link {
  text-decoration: underline;
  font-weight: normal;
}
.leadother i {
  color: #f7941d;
}
.leadother a,
.leadother a:hover,
.leadother a:active,
.leadother a:focus {
  color: #0000ee;
  text-decoration: underline;
  outline: none;
  border: none;
}

.portfolio-single-style1-area {
  position: relative;
  display: block;
  padding: 40px 0 130px;
}
.portfolio-info-content {
  position: relative;
  display: block;
  margin-top: -8px;
}
.portfolio-info-content h1 {
  color: #1b1b1b;
  font-size: 36px;
  line-height: 50px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.portfolio-info-content .text {
  position: relative;
  display: block;
  /*padding-top: 39px;*/
  padding-bottom: 23px;
}
.portfolio-info-content .text p {
}
.portfolio-info-content .project-info {
  position: relative;
  display: block;
}
.portfolio-info-content .project-info ul {
  position: relative;
  display: block;
}
.portfolio-info-content .project-info ul li {
  position: relative;
  display: block;
  padding-bottom: 13px;
  border-bottom: 1px solid #f7941d;
  margin-bottom: 15px;
}
.portfolio-info-content .project-info ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.portfolio-info-content .project-info ul li h5 {
  color: #1b1b1b;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin: 0 0 1px;
  font-family: "Poppins", sans-serif;
}
.portfolio-info-content .project-info ul li span {
}

.portfolio-info-content .project-info .bottom-box {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 56px;
}
.portfolio-info-content .project-info .bottom-box .button {
}
.portfolio-info-content .project-info .bottom-box .button a {
  position: relative;
  display: inline-block;
  padding: 0 40px;
  background: #0c5027;
  color: #ffffff;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  border-radius: 5px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.portfolio-info-content .project-info .bottom-box .button a:hover {
  background: #3a45ed;
}
.portfolio-info-content .project-info .bottom-box .share {
}
.portfolio-info-content .project-info .bottom-box .share a span:before {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  background: #ffffff;
  text-align: center;
  color: #2f2f2f;
  font-size: 20px;
  line-height: 50px;
  -webkit-box-shadow: 0px 0px 6px 2px rgba(243, 243, 243, 0.77);
  box-shadow: 0px 0px 6px 2px rgba(243, 243, 243, 0.77);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.portfolio-info-content .project-info .bottom-box .share a:hover span:before {
  color: #ffffff;
  background: #0c5027;
}

.project-info-image-box {
  position: relative;
  display: block;
  max-width: 520px;
  width: 100%;
  /*float: right;*/
}
.project-info-image-box .single-box {
  position: relative;
  display: block;
}
.project-info-image-box .single-box.marbtm30 {
  margin-bottom: 30px;
}
.project-info-image-box .single-box .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
}
.project-info-image-box .single-box .img-holder img {
  width: 100%;
  transform: scale(1);
}
.project-info-image-box .single-box:hover .img-holder img {
  transform: scale(1.2) rotate(2deg);
}

/*** 
=============================================
    Related Project Area Css
=============================================
***/
.related-project-area {
  position: relative;
  display: block;
  padding-bottom: 100px;
}
.related-project-area .title {
  position: relative;
  display: block;
  margin-top: -5px;
  padding-bottom: 32px;
}
.related-project-area .title h3 {
  color: #1b1b1b;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

/*** 
=============================================
    Project Pagination Area Css
=============================================
***/
.project-pagination-area {
  position: relative;
  display: block;
  background: #0c5027;
}
.project-pagination {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pagination-single {
  position: relative;
  display: block;
  max-width: 390px;
  width: 100%;
  padding: 28px 0 29px;
}
.pagination-single.middle {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.project-pagination a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.project-pagination a span:before {
  position: relative;
  top: 2px;
  display: inline-block;
  font-size: 25px;
  line-height: 30px;
}
.project-pagination a:hover {
  color: #0a0a0a;
}

/*** 
=============================================
    Portfolio Single Style2 Area Css
=============================================
***/
.portfolio-single-style2-area {
  position: relative;
  display: block;
  padding: 0px 0 0px;
}
.main-header.style5withstyle7.shadownone {
  box-shadow: none;
}

.portfolio-single-style2-area .auto-container {
  position: relative;
  display: block;
  background: transparent;
  max-width: 1800px;
  padding: 0 20px;
  margin: 0 auto;
}

.portfolio-info-content.style2 {
  max-width: 545px;
  padding-top: 60px;
}
.project-info-image-box-style2 {
  position: relative;
  display: block;
  margin-left: 48px;
}
.project-info-image-box-style2 img {
  max-width: none;
  float: left;
}

.portfolio-info-content .project-info .bottom-box .sociallinks {
  position: relative;
  display: block;
  overflow: hidden;
}
.portfolio-info-content .project-info .bottom-box .sociallinks li {
  position: relative;
  display: inline-block;
  float: left;
  padding: 0;
  margin: 0;
  border: none;
  margin-right: 10px;
}
.portfolio-info-content .project-info .bottom-box .sociallinks li:last-child {
  margin-right: 0px;
}
.portfolio-info-content .project-info .bottom-box .sociallinks li a i {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid #e7e7e7;
  text-align: center;
  color: #9c9c9c;
  font-size: 14px;
  line-height: 48px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.portfolio-info-content .project-info .bottom-box .sociallinks li a:hover i {
  color: #ffffff;
  background: #0c5027;
  border-color: #0c5027;
}

/*** 
=============================================
    Blog Classic Area Css
=============================================
***/
#blog-classic-area {
  padding: 60px 0;
}
#blog-classic-area .post-pagination {
  border-top: 1px solid #ededed;
  padding-top: 50px;
}

#blog-classic-area h4 {
  margin-top: 60px;
  margin-bottom: 60px;
}

/*** 
=============================================
    Blog Creative Area Css
=============================================
***/
#blog-creative-area {
  position: relative;
  display: block;
  padding-bottom: 0px;
  background: #ebebeb;
  z-index: 2;
}
#blog-header {
  background: transparent;
  box-shadow: none;
}
#blog-creative-area .outer-box {
  position: relative;
  background: transparent;
  top: -88px;
}
.single-blog-post-style2.blog-creative-view {
  position: relative;
  display: block;
  margin-right: 30px;
  margin-bottom: 80px;
}
.single-blog-post-style2.blog-creative-view .img-holder {
  border-radius: 0;
}
.single-blog-post-style2.blog-creative-view .img-holder:before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 3px;
  background: #0c5027;
  content: "";
  opacity: 0;
  transform: scaleX(0.1);
  transition: all 700ms linear;
  transition-delay: 0.1s;
  z-index: 5;
}
.single-blog-post-style2.blog-creative-view:hover .img-holder:before {
  opacity: 1;
  transform: scaleX(1);
}
.single-blog-post-style2.blog-creative-view
  .img-holder
  .overlay-style-one
  .box
  .inner
  a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.1s ease-in-out 0.9s;
  font-family: "Poppins", sans-serif;
}
.single-blog-post-style2.blog-creative-view:hover
  .img-holder
  .overlay-style-one
  .box
  .inner
  a {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.5s ease-in-out 0.5s;
}
.single-blog-post-style2.blog-creative-view
  .img-holder
  .overlay-style-one
  .box
  .inner
  a:hover {
  color: #0c5027;
}

.single-blog-post-style2.blog-creative-view .text-holder .date-box h3 {
  color: #0c5027;
}
.single-blog-post-style2.blog-creative-view .text-holder .blog-title a:hover {
  color: #0c5027;
}

.single-blog-post-style2.blog-creative-view .text-holder {
  background: #ffffff;
  padding: 25px 30px 20px;
  border-radius: 0;
  transition: all 200ms linear;
  transition-delay: 0.3s;
  transform: translateY(0px);
  -webkit-box-shadow: 0px 5px 9px 2px #dadada;
  box-shadow: 0px 5px 9px 2px #dadada;
}
.single-blog-post-style2.blog-creative-view:hover .text-holder {
  transform: translateY(10px);
}

/*** 
=============================================
    Blog List Area Css
=============================================
***/
#blog-list-area {
  position: relative;
  display: block;
  background: #ebebeb;
  padding-bottom: 130px;
}
.breadcrumb-style5-area .inner-content h3 {
  color: #7e7e7e;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  margin: 15px 0 0;
  font-family: "Muli", sans-serif;
}
#blog-list-area .blog-post {
  position: relative;
  display: block;
  margin-top: -142px;
  z-index: 1;
}
.single-blog-post-style5 {
  position: relative;
  display: block;
  margin-bottom: 60px;
}
.single-blog-post-style5 .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
}
.single-blog-post-style5 .img-holder img {
  width: 100%;
  transform: scale(1);
}
.single-blog-post-style5:hover .img-holder img {
  filter: blur(5px);
  -webkit-filter: blur(5px);
  transition: all 700ms linear;
  transition-delay: 0.1s;
}
.single-blog-post-style5 .text-holder {
  position: relative;
  display: block;
  padding: 46px 50px 70px;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 9px 2px #dedddd;
  box-shadow: 0px 4px 9px 2px #dedddd;
}
.single-blog-post-style5 .text-holder .categories {
  position: relative;
  display: block;
  padding-bottom: 12px;
}
.single-blog-post-style5 .text-holder .categories h6 {
  color: #0c5027;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.single-blog-post-style5 .text-holder .blog-title {
  font-size: 30px;
  line-height: 44px;
  font-weight: 600;
  margin: 0 0 18px;
  font-family: "Poppins", sans-serif;
}
.single-blog-post-style5 .text-holder .blog-title a {
  color: #1b1b1b;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-blog-post-style5 .text-holder .blog-title a:hover {
  color: #0c5027;
}

.single-blog-post-style5 .text-holder .meta-box {
  position: relative;
  display: block;
  overflow: hidden;
}
.single-blog-post-style5 .text-holder .meta-box .author-info {
  position: relative;
  display: inline-block;
  float: left;
}
.single-blog-post-style5 .text-holder .meta-box .author-info .img-box {
  width: 30px;
}
.single-blog-post-style5 .text-holder .meta-box .author-info .img-box,
.single-blog-post-style5 .text-holder .meta-box .author-info .title-box {
  display: table-cell;
  vertical-align: middle;
}

.single-blog-post-style5 .text-holder .meta-box .author-info .img-box img {
  border-radius: 50%;
}
.single-blog-post-style5 .text-holder .meta-box .author-info .title-box {
  position: relative;
  padding-left: 10px;
}
.single-blog-post-style5 .text-holder .meta-box .author-info .title-box h6 {
  color: #7e7e7e;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Muli", sans-serif;
}
.single-blog-post-style5 .text-holder .meta-box .meta-info {
  position: relative;
  display: inline-block;
  float: left;
  border-left: 1px solid #e1e1e1;
  padding-left: 20px;
  margin-left: 20px;
}
.single-blog-post-style5 .text-holder .meta-box .meta-info li {
  position: relative;
  display: inline-block;
  float: left;
  padding-right: 21px;
  margin-right: 20px;
  line-height: 30px;
}
.single-blog-post-style5 .text-holder .meta-box .meta-info li:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background: #e1e1e1;
  content: "";
  z-index: 1;
}
.single-blog-post-style5
  .text-holder
  .meta-box
  .meta-info
  li:last-child:before {
  display: none;
}
.single-blog-post-style5 .text-holder .meta-box .meta-info li:last-child {
  padding: 0;
  margin: 0;
}
.single-blog-post-style5 .text-holder .meta-box .meta-info li a {
  color: #7e7e7e;
  font-size: 16px;
  line-height: 20px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-blog-post-style5 .text-holder .meta-box .meta-info li a:hover {
  color: #0c5027;
}
.single-blog-post-style5 .text-holder .meta-box .meta-info li a span:before {
  position: relative;
  top: 2px;
  display: inline-block;
  padding-right: 8px;
  color: #a6a6a6;
  font-size: 16px;
}

.single-blog-post-style5 .text-holder .text {
  position: relative;
  display: block;
  padding-top: 32px;
  border-top: 1px solid #eeeeee;
  padding-bottom: 17px;
  margin-top: 30px;
}
.single-blog-post-style5 .text-holder .bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.single-blog-post-style5 .text-holder .bottom .reamore {
  position: relative;
  display: block;
}
.single-blog-post-style5 .text-holder .bottom .reamore a {
  position: relative;
  display: inline-block;
  padding: 0 50px;
  background: #0c5027;
  color: #ffffff;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-blog-post-style5 .text-holder .bottom .reamore a:hover {
  background: #141eb4;
}
.single-blog-post-style5 .text-holder .bottom .post-share {
  position: relative;
  display: block;
  overflow: hidden;
}
.single-blog-post-style5 .text-holder .bottom .post-share p {
  position: relative;
  display: inline-block;
  float: left;
  color: #1b1b1b;
  font-size: 16px;
  line-height: 45px;
  font-weight: 600;
  margin: 0;
  font-family: "Poppins", sans-serif;
}
.single-blog-post-style5 .text-holder .bottom .post-share p a span:before {
  position: relative;
  display: inline-block;
  margin-left: 12px;
  width: 50px;
  height: 50px;
  border: 1px solid #ededed;
  border-radius: 50%;
  text-align: center;
  color: #7e7e7e;
  font-size: 18px;
  line-height: 48px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-blog-post-style5
  .text-holder
  .bottom
  .post-share
  p
  a:hover
  span:before {
  color: #ffffff;
  border-color: #0c5027;
  background: #0c5027;
}

.blog-sidebar-wrapper {
  position: relative;
  display: block;
  max-width: 370px;
  margin-top: -142px;
  z-index: 2;
}
.blog-sidebar-wrapper .single-sidebar {
  position: relative;
  display: block;
  padding: 43px 40px 50px;
  background: #ffffff;
  margin-bottom: 60px;
}
.single-sidebar.margintop-minus40 {
  margin-top: -40px;
}
.single-sidebar.margintop-minus30 {
  margin-top: -30px;
}
.single-sidebar .title {
  padding-bottom: 27px;
}
.single-sidebar .title h3 {
  color: #1b1b1b;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.single-sidebar .search-form {
  position: relative;
  display: block;
  max-width: 100%;
}
.single-sidebar .search-form input[type="text"] {
  position: relative;
  display: block;
  background: #ffffff;
  border: 1px solid #ededed;
  color: #7e7e7e;
  font-size: 16px;
  font-weight: 400;
  height: 55px;
  width: 100%;
  padding-left: 20px;
  padding-right: 70px;
  border-radius: 0px;
  transition: all 500ms ease 0s;
  -webkit-box-shadow: inset 0px 4px 8px 0px #f7f7f7;
  box-shadow: inset 0px 4px 8px 0px #f7f7f7;
}
.single-sidebar .search-form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: transparent;
  color: #131313;
  font-size: 14px;
  height: 55px;
  width: 55px;
  border: 0px solid #e9212e;
  line-height: 55px;
  text-align: center;
  border-radius: 0%;
  margin: 0;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  transform: perspective(1200px) rotate(0deg) translateZ(0px);
}
.single-sidebar .search-form button i {
  font-size: 14px;
}
.single-sidebar .search-form input[type="text"]:focus {
  border: 1px solid #e8e6e6;
  background: #fff;
  color: #000000;
}
.single-sidebar .search-form input[type="text"]:focus + button,
.single-sidebar .search-form button:hover {
  color: #ffffff;
  background: #0c5027;
}

.single-sidebar .categories {
  position: relative;
  display: block;
}
.single-sidebar .categories li {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.single-sidebar .categories li:last-child {
  margin-bottom: 0;
}
.single-sidebar .categories li a {
  position: relative;
  display: block;
  padding-left: 20px;
  color: #7e7e7e;
  font-size: 16px;
  line-height: 53px;
  font-weight: 700;
  text-transform: capitalize;
  border: 1px solid transparent;
  font-family: "Muli", sans-serif;
  transition: all 700ms ease 100ms;
  z-index: 1;
}
.single-sidebar .categories li:hover a {
  color: #ffffff;
  transition: all 700ms ease 600ms;
}
.single-sidebar .categories li a:before {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: 14px;
  content: "";
  border: 1px solid #ededed;
  transform: translateY(1);
  transition: all 700ms ease 100ms;
}
.single-sidebar .categories li:hover a:before {
  right: 0;
  border-color: #0c5027;
  transform: translateY(1);
  transition: all 300ms linear;
  transition-delay: 0.2s;
}
.single-sidebar .categories li a:after {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  content: "";
  background: #0c5027;
  opacity: 0;
  transform: scaleX(0.5);
  transition: all 700ms ease 100ms;
  z-index: -1;
}
.single-sidebar .categories li:hover a:after {
  opacity: 1;
  transform: scaleX(1);
  transition: all 500ms linear;
  transition-delay: 0.1s;
}
.single-sidebar .categories li a span {
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  width: 28px;
  height: 28px;
  border: 1px solid #ededed;
  background: #ffffff;
  border-radius: 50%;
  color: #7e7e7e;
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
  transition: all 700ms ease 100ms;
  margin: 12px 0;
}
.single-sidebar .categories li:hover a span {
  right: 20px;
  color: #ffffff;
  border-color: #ffffff;
  background: #0c5027;
  transition: all 700ms ease 600ms;
}

.single-sidebar .trending-post {
  position: relative;
  display: block;
  overflow: hidden;
}
.single-sidebar .trending-post li {
  position: relative;
  display: block;
  padding-left: 90px;
  min-height: 90px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.single-sidebar .trending-post li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.single-sidebar .trending-post li .img-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
  overflow: hidden;
}
.single-sidebar .trending-post li .img-holder img {
  width: 100%;
  transform: scale(1.1, 1.1);
  transition: all 0.4s ease-in-out 0.5s;
}
.single-sidebar .trending-post li:hover .img-holder img {
  transition-delay: 0s;
  transform: scale(1.2, 1.2);
}
.single-sidebar .trending-post li .img-holder .overlay-style-one {
  background: rgba(0, 0, 0, 0.7);
}
.single-sidebar .trending-post li .img-holder .view-button {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}
.single-sidebar .trending-post li .img-holder .view-button a {
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
  background: #ffffff;
  border-radius: 50%;
  text-align: center;
  color: #0c5027;
}
.single-sidebar .trending-post li .img-holder .view-button a span:before {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 25px;
}
.single-sidebar .trending-post li .img-holder .view-button p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 50%;
  text-align: center;
  color: #1b1b1b;
  font-size: 14px;
  line-height: 25px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin: 0;
  transform: scale(0);
  transition: all 100ms linear;
  transition-delay: 0.1s;
}
.single-sidebar .trending-post li:hover .img-holder .view-button p {
  transform: scale(1);
  transition: all 300ms linear;
  transition-delay: 0.2s;
}
.single-sidebar
  .trending-post
  li
  .img-holder
  .overlay-style-one
  .box
  .content
  a {
  position: relative;
  display: inline-block;
  background: #ffffff;
  width: 25px;
  height: 25px;
  transition: all 0.3s ease-in-out 0.3s;
  z-index: 5;
}
.single-sidebar
  .trending-post
  li
  .img-holder
  .overlay-style-one
  .box
  .content
  a
  span:before {
  color: #0c5027;
  font-size: 20px;
  line-height: 20px;
  transition: all 500ms ease;
}
.single-sidebar .trending-post li:hover .img-holder .overlay-style-one {
  opacity: 1;
}
.single-sidebar .trending-post li .title-holder {
  position: relative;
  display: block;
  padding-left: 20px;
  min-height: 90px;
}
.single-sidebar .trending-post li .title-holder span {
  color: #7e7e7e;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.single-sidebar .trending-post li .title-holder .post-title {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-top: 6px;
  transition: all 500ms ease;
  font-family: "Poppins", sans-serif;
}
.single-sidebar .trending-post li .title-holder .post-title a {
  color: #1b1b1b;
  transition: all 500ms ease;
}
.single-sidebar .trending-post li .title-holder .post-title a:hover {
  color: #0c5027;
}

.blog-sidebar-wrapper .single-sidebar.pdbottom40 {
  padding-bottom: 40px;
}
.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;
  background: #ffffff;
  border: 1px solid #ededed;
  border-radius: 5px;
  padding: 4px 18px 5px;
  color: #7e7e7e;
  font-size: 14px;
  font-weight: 400;
  transition: all 500ms linear;
  transition-delay: 0.1s;
}
.single-sidebar .popular-tag li a:hover {
  color: #ffffff;
  border-color: #0c5027;
  background: #0c5027;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(23, 35, 217, 0.5);
  box-shadow: 0px 4px 8px 0px rgba(23, 35, 217, 0.5);
}

.single-sidebar .instagram {
  position: relative;
  display: block;
  overflow: hidden;
  margin-left: -5px;
  margin-right: -5px;
}
.single-sidebar .instagram li {
  position: relative;
  display: inline-block;
  float: left;
  width: 140px;
  margin: 0 5px 10px;
  transition: all 0.5s ease 0s;
}
.single-sidebar .instagram li .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
  transition: all 0.5s ease 0s;
  z-index: 5;
}
.single-sidebar .instagram li .img-holder img {
  transform: scale(1.1, 1.1);
  transition: all 0.5s ease 0s;
  width: 100%;
}
.single-sidebar .instagram li:hover .img-holder img {
  transform: scale(1, 1);
}
.single-sidebar .instagram li .img-holder .overlay-style-one {
  background: rgba(0, 0, 0, 0.8);
}
.single-sidebar .instagram li:hover .img-holder .overlay-style-one {
  filter: alpha(opacity=100);
  opacity: 1;
  transition-delay: 0s;
}
.single-sidebar .instagram li .img-holder .overlay-style-one .box .inner a {
  position: relative;
  display: inline-block;
  float: none;
  margin: 0 6px;
  color: #ffffff;
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  opacity: 0;
  transform: scale(3);
  transition: all 0.3s ease-in-out 0.3s;
  z-index: 5;
}
.single-sidebar
  .instagram
  li:hover
  .img-holder
  .overlay-style-one
  .box
  .inner
  a {
  filter: alpha(opacity=100);
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.1s;
}
.single-sidebar
  .instagram
  li
  .img-holder
  .overlay-style-one
  .box
  .inner
  a
  span:before {
  display: inline-block;
  padding-right: 5px;
  font-size: 12px;
  filter: alpha(opacity=0);
}
.single-sidebar
  .instagram
  li
  .img-holder
  .overlay-style-one
  .box
  .inner
  a:hover {
  color: #0c5027;
}

.follow-us-instagram {
  position: relative;
  display: block;
  padding-top: 9px;
}
.follow-us-instagram a {
  position: relative;
  display: inline-block;
  color: #1b1b1b;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
}
.follow-us-instagram a i {
  position: relative;
  display: inline-block;
  top: 1px;
  color: #0c5027;
  font-size: 20px;
  padding-right: 9px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.follow-us-instagram a:hover {
  color: #0c5027;
}

.newsletter-form {
  position: relative;
  display: block;
  width: 100%;
}
.newsletter-form input[type="email"] {
  position: relative;
  display: block;
  background: #ffffff;
  border: 1px solid #ededed;
  color: #7e7e7e;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  padding: 0 19px;
  height: 55px;
  width: 100%;
  border-radius: 5px;
  transition: all 500ms ease;
}
.newsletter-form input[type="email"]:focus {
  border-color: #0c5027;
}
.newsletter-form button {
  position: relative;
  display: block;
  width: 100%;
  background: #0c5027;
  color: #ffffff;
  font-size: 16px;
  line-height: 55px;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.newsletter-form button:hover {
  background: #333ff0;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(23, 35, 217, 0.5);
  box-shadow: 0px 4px 8px 0px rgba(23, 35, 217, 0.5);
}

/*** 
=============================================
    Blog Modern Page Css
=============================================
***/
.breadcrumb-style4-area.blog-modern-page {
}
.breadcrumb-style4-area.blog-modern-page:before {
  display: none;
}
.breadcrumb-style4-area.blog-modern-page .inner-content {
  position: relative;
  display: block;
  padding: 362px 0 142px;
  z-index: 2;
}
.breadcrumb-style4-area.blog-modern-page .inner-content .big-title {
  margin: 0 0 2px;
  font-size: 72px;
  line-height: 92px;
}
.breadcrumb-style4-area.blog-modern-page .inner-content span {
  display: block;
  font-weight: 400;
  line-height: 28px;
}
.breadcrumb-style4-area.blog-modern-page .inner-content .mobile {
  position: absolute;
  top: 40px;
  right: 0;
  z-index: -1;
}

/*** 
=============================================
    Blog Modern Area Css
=============================================
***/
#blog-modern-area {
  position: relative;
  display: block;
  background: #0c5027;
  padding: 0 0 130px;
}
#blog-modern-area .outer-container {
  position: relative;
  display: block;
  background: transparent;
  max-width: 1800px;
  margin: 0 auto;
}
#blog-modern-area .row {
  margin-left: -10px;
  margin-right: -10px;
}
#blog-modern-area .row [class*="col-"] {
  padding-left: 0px;
  padding-right: 0px;
}

.single-blog-post-style6 {
  position: relative;
  display: block;
}
.single-blog-post-style6 .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}
.single-blog-post-style6 .img-holder:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  background: rgb(19, 19, 19);
  background: linear-gradient(
    0deg,
    rgba(19, 19, 19, 0.5634628851540616) 0%,
    rgba(19, 19, 19, 1) 0%,
    rgba(19, 19, 19, 1) 0%,
    rgba(19, 19, 19, 1) 3%,
    rgba(19, 19, 19, 1) 3%,
    rgba(19, 19, 19, 0) 45%
  );
}
.single-blog-post-style6 .img-holder img {
  width: 100%;
  transform: scale(1);
}
.single-blog-post-style6:hover .img-holder img {
  filter: blur(3px);
  -webkit-filter: blur(3px);
  transition: all 700ms linear;
  transition-delay: 0.1s;
}

.single-blog-post-style6 .img-holder .title {
  position: absolute;
  left: 40px;
  bottom: 35px;
  right: 40px;
  z-index: 2;
}
.single-blog-post-style6 .img-holder .title .categories {
  position: relative;
  display: block;
  padding-bottom: 16px;
}
.single-blog-post-style6 .img-holder .title .categories h4 {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  border-bottom: 2px solid #f7941d;
  font-family: "Poppins", sans-serif;
}
.single-blog-post-style6 .img-holder .title h3 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.single-blog-post-style6 .img-holder .title h3 a {
  color: #ffffff;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-blog-post-style6 .img-holder .title h3 a:hover {
  color: #0c5027;
}

#blog-modern-area .button {
  position: relative;
  display: block;
  padding-top: 70px;
}
#blog-modern-area .button a {
  position: relative;
  display: inline-block;
  background: #ffffff;
  padding: 0 50px;
  color: #1b1b1b;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
#blog-modern-area .button a:hover {
  color: #ffffff;
  background: #212de4;
}

/*** 
=============================================
    Blog Single Area style
=============================================
***/
.breadcrumb-blog-single-area {
  position: relative;
  display: block;
  padding-bottom: 90px;
  z-index: 1;
}
.breadcrumb-blog-single-area .outer-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.breadcrumb-blog-single-area .layer-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  z-index: -1;
}

.breadcrumb-blog-single {
  position: relative;
  display: block;
}
.breadcrumb-blog-single .inner-box {
  position: relative;
  display: block;
  padding-top: 211px;
  padding-bottom: 100px;
}
.breadcrumb-blog-single .inner-box .meta-box {
  position: relative;
  display: block;
  padding-bottom: 14px;
}
.breadcrumb-blog-single .inner-box .meta-box li {
  position: relative;
  display: inline-block;
  margin: 0 8px;
}
.breadcrumb-blog-single .inner-box .meta-box li:before {
  position: absolute;
  top: 7px;
  right: -10px;
  bottom: 0;
  width: 1px;
  height: 10px;
  background: #ffffff;
  content: "";
}
.breadcrumb-blog-single .inner-box .meta-box li:last-child:before {
  display: none;
}
.breadcrumb-blog-single .inner-box .meta-box li a {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.breadcrumb-blog-single .inner-box .blog-single-title {
  color: #ffffff;
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.breadcrumb-blog-single .inner-box .post-author-info {
  position: relative;
  display: block;
  padding-top: 17px;
}
.breadcrumb-blog-single .inner-box .post-author-info .img-box {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  margin: 0 auto;
}
.breadcrumb-blog-single .inner-box .post-author-info .img-box img {
  border-radius: 50%;
  width: 100%;
}
.breadcrumb-blog-single .inner-box .post-author-info h5 {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin: 11px 0 0;
  font-family: "Poppins", sans-serif;
}

.blog-prev-next-option {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 150px;
  width: 100%;
}
.blog-prev-next-option:before {
  position: absolute;
  top: 8px;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 12px;
  background: rgba(255, 255, 255, 0.3);
  content: "";
}
.blog-prev-next-option .single {
  position: relative;
  display: inline-block;
}
.blog-prev-next-option .single .link {
  position: relative;
  display: block;
}
.blog-prev-next-option .single .link a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.blog-prev-next-option .single .link a:hover {
  color: #0c5027;
}
.blog-prev-next-option .single .link a i {
  position: relative;
  top: 1px;
  font-size: 20px;
}
.blog-prev-next-option .single.prev .link a i {
  padding-right: 9px;
}
.blog-prev-next-option .single.next .link a i {
  padding-left: 9px;
}

/*** 
=============================================
    Blog Single Area Css
=============================================
***/
#blog-single-area {
  position: relative;
  display: block;
  padding: 95px 0 130px;
}
#blog-single-area .blog-post {
  position: relative;
  display: block;
}
.single-blog-item {
  position: relative;
  display: block;
}
.single-blog-item .top-text-box {
  position: relative;
  display: block;
  padding-left: 100px;
  padding-bottom: 43px;
  text-align: justify;
}
.single-blog-item .top-text-box h3 {
  color: #1b1b1b;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin: 0 0 25px;
  font-family: "Poppins", sans-serif;
}
.single-blog-item .top-text-box p {
  margin: 0 0 20px;
}
.single-blog-item .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}
.single-blog-item .image-box img {
  width: 100%;
}
.single-blog-item .bottom-text-box {
  position: relative;
  display: block;
  padding-top: 63px;
  padding-left: 100px;
}
.single-blog-item .bottom-text-box h2 {
  color: #1b1b1b;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  margin: 0 0 22px;
  font-family: "Poppins", sans-serif;
}
.single-blog-item .bottom-text-box ul {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 7px;
  margin-bottom: 70px;
}
.single-blog-item .bottom-text-box ul li {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.single-blog-item .bottom-text-box ul li:last-child {
  margin-bottom: 0;
}
.single-blog-item .bottom-text-box ul li .count {
  width: 45px;
  color: #1b1b1b;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.single-blog-item .bottom-text-box ul li .count,
.single-blog-item .bottom-text-box ul li .text {
  display: table-cell;
  vertical-align: middle;
}
.single-blog-item .bottom-text-box ul li .text {
  position: relative;
  border-left: 1px solid #e1e1e1;
  padding-left: 25px;
}
.single-blog-item .bottom-text-box ul li .text p {
  margin: 0;
}

.blog-single-quote-area {
  position: relative;
  display: block;
  padding: 130px 0 120px;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  z-index: 1;
}
.blog-single-quote-area::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
  content: "";
  z-index: -1;
}
.blog-single-quote-area .icon-holder {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  background: #0c5027;
  border-radius: 50%;
  margin: 0 auto;
}
.blog-single-quote-area .icon-holder span:before {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 40px;
  line-height: 90px;
}
.blog-single-quote-area h2 {
  color: #ffffff;
  font-size: 32px;
  line-height: 46px;
  font-weight: 500;
  margin: 40px 0 0;
  font-family: "Poppins", sans-serif;
}

.single-blog-image-box {
  position: relative;
  display: block;
  padding: 0 100px;
  margin-top: 65px;
}
.single-blog-image-box h3 {
  color: #1b1b1b;
  font-size: 36px;
  line-height: 32px;
  font-weight: 600;
  margin: 0 0 24px;
  font-family: "Poppins", sans-serif;
}

.single-blog-image-box ul {
  position: relative;
  margin-top: 43px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.single-blog-image-box ul li {
  position: relative;
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  -ms-flex: 0 0 20;
  flex: 0 0 20%;
  max-width: 20%;
  margin-bottom: 10px;
}
.single-blog-image-box ul li .single-image-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 7px;
}
.single-blog-image-box ul li .single-image-box img {
  width: 100%;
  transform: scale(1);
  transition: all 300ms linear;
  transition-delay: 0.1s;
}
.single-blog-image-box ul li:hover .single-image-box img {
  filter: blur(3px);
  -webkit-filter: blur(3px);
}

.blog-single-tag-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-top: 1px solid #ededed;
  margin-top: 70px;
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 30px;
}
.blog-single-tag-box span {
  position: relative;
  display: inline-block;
  float: left;
  color: #1b1b1b;
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.blog-single-tag-box ul {
  position: relative;
  display: inline-block;
  float: left;
  padding-left: 10px;
}
.blog-single-tag-box ul li {
  position: relative;
  display: inline-block;
  float: left;
  line-height: 30px;
  margin-right: 5px;
}
.blog-single-tag-box ul li:last-child {
  margin-right: 0;
}
.blog-single-tag-box ul li a {
  color: #7e7e7e;
  font-size: 16px;
  font-weight: 700;
}

#blog-single-area .inner-comment-box {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 100px;
  margin-top: 70px;
}
.single-blog-title-box {
  position: relative;
  display: block;
  padding-bottom: 28px;
  margin-top: -7px;
}
.single-blog-title-box h2 {
  color: #1b1b1b;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
}
#blog-single-area .inner-comment-box .single-comment-outer-box {
  position: relative;
  display: block;
  border-bottom: 1px solid #ededed;
  padding-bottom: 32px;
  margin-bottom: 40px;
}
#blog-single-area .inner-comment-box .single-comment-outer-box.mar-left {
  margin-left: 100px;
}
#blog-single-area .inner-comment-box .single-comment-box {
  position: relative;
  display: block;
  padding-left: 70px;
}
#blog-single-area .inner-comment-box .single-comment-box .img-box {
  position: absolute;
  top: 4px;
  left: 0;
  width: 70px;
  height: 70px;
}
#blog-single-area .inner-comment-box .single-comment-box .img-box img {
  width: 100%;
}
#blog-single-area .inner-comment-box .single-comment-box .text-box {
  position: relative;
  display: block;
  padding-left: 130px;
}
#blog-single-area .inner-comment-box .single-comment-box .text-box:before {
  position: absolute;
  top: 39px;
  left: 30px;
  width: 70px;
  height: 1px;
  background: #0c5027;
  content: "";
}
#blog-single-area .inner-comment-box .single-comment-box .text-box .top {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 14px;
}
#blog-single-area .inner-comment-box .single-comment-box .text-box .top .name {
  position: relative;
  display: block;
}
#blog-single-area
  .inner-comment-box
  .single-comment-box
  .text-box
  .top
  .name
  h3 {
  color: #1b1b1b;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin: 0 0 0px;
  font-family: "Poppins", sans-serif;
}
#blog-single-area
  .inner-comment-box
  .single-comment-box
  .text-box
  .top
  .name
  h3
  span {
  color: #7e7e7e;
  font-size: 14px;
  font-weight: 400;
  font-family: "Nunito Sans", sans-serif;
}
#blog-single-area .inner-comment-box .single-comment-box .text-box .text {
}
#blog-single-area .inner-comment-box .single-comment-box .text-box .text p {
  margin: 0 0 16px;
}
#blog-single-area .inner-comment-box .single-comment-box .text-box .text a {
  color: #1b1b1b;
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
#blog-single-area
  .inner-comment-box
  .single-comment-box
  .text-box
  .text
  a:hover {
  color: #0c5027;
}

.add-comment-box {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 100px;
  margin-top: 40px;
}
.add-comment-box .single-blog-title-box {
  padding-bottom: 32px;
}
.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 #ededed;
  color: #7e7e7e;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  height: 60px;
  padding: 0 30px;
  border-radius: 0px;
  margin-bottom: 30px;
  transition: all 500ms ease;
}
.add-comment-box #add-comment-form textarea {
  height: 240px;
  padding: 13px 20px;
  margin-bottom: 30px;
}
.add-comment-box #add-comment-form input[type="text"]:focus {
  border-color: #0c5027;
}
.add-comment-box #add-comment-form input[type="email"]:focus {
  border-color: #0c5027;
}
.add-comment-box #add-comment-form textarea:focus {
  border-color: #0c5027;
}
.add-comment-box #add-comment-form .btnSubmitComment {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  background: #0c5027;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 60px;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.add-comment-box #add-comment-form button:hover {
  color: #ffffff;
  background: #0a15af;
}

/*** 
=============================================
    Coming Soon Content Area style
=============================================
***/
.coming-soon-content-area {
  position: relative;
  display: block;
  background-attachment: fixed;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 130px 0 130px;
  z-index: 1;
}
.coming-soon-content {
  position: relative;
  display: block;
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
}
.coming-soon-content .logo-box {
  position: relative;
  display: block;
  padding-bottom: 41px;
}
.coming-soon-content .logo-box a {
  display: inline-block;
}

.timer-box {
  position: relative;
  display: block;
  overflow: hidden;
}
.timer-box .big-title {
  color: #ffffff;
  font-size: 100px;
  line-height: 90px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 14px;
  font-family: "Poppins", sans-serif;
}
.timer-box span {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}

.countdown-timer {
  position: relative;
  display: block;
  margin-top: 53px;
}
.countdown-timer .default-coundown {
}
.countdown-timer .default-coundown .box {
  overflow: hidden;
}
.countdown-timer li {
  position: relative;
  display: inline-block;
  float: none;
  padding: 0;
  text-align: center;
  margin: 0 23px;
}
.countdown-timer li:first-child {
  margin-left: 0;
}
.countdown-timer li:last-child {
  margin-right: 0;
}

.countdown-timer li span.days,
.countdown-timer li span.hours,
.countdown-timer li span.minutes,
.countdown-timer li span.seconds {
  position: relative;
  display: block;
  background: #ffffff;
  width: 100px;
  height: 100px;
  color: #1b1b1b;
  font-size: 48px;
  line-height: 100px;
  font-weight: 600;
  text-align: center;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
}
.countdown-timer li span.hours {
}
.countdown-timer li span.minutes {
}
.countdown-timer li span.seconds {
}

.countdown-timer li span.timeRef {
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin-top: 17px;
  display: block;
  font-family: "Poppins", sans-serif;
}
.countdown-timer li span.timeRef.clr-1 {
}
.countdown-timer li span.timeRef.clr-2 {
}
.countdown-timer li span.timeRef.clr-3 {
}

.timer-box .subscribe-box {
  position: relative;
  display: block;
  margin-top: 86px;
}
.timer-box .subscribe-box .text {
  position: relative;
  display: block;
  padding-bottom: 23px;
}
.timer-box .subscribe-box .text p {
  color: #ffffff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

.timer-box .subscribe-box .subscribe-form {
  position: relative;
  display: block;
  width: 100%;
}
.timer-box .subscribe-box .subscribe-form input[type="email"] {
  position: relative;
  display: block;
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #7e7e7e;
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  height: 65px;
  margin-bottom: 0px;
  padding: 0 30px;
  padding-right: 140px;
  transition: all 500ms ease;
}
.timer-box .subscribe-box .subscribe-form input::-webkit-input-placeholder {
  color: #7e7e7e;
}
.timer-box .subscribe-box .subscribe-form input:-moz-placeholder {
  color: #7e7e7e;
}
.timer-box .subscribe-box .subscribe-form input::-moz-placeholder {
  color: #7e7e7e;
}
.timer-box .subscribe-box .subscribe-form input:-ms-input-placeholder {
  color: #7e7e7e;
}
.timer-box .subscribe-box .subscribe-form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 130px;
  color: #0c5027;
  font-size: 16px;
  line-height: 65px;
  font-weight: 600;
  text-transform: capitalize;
  background: #ffffff;
  font-family: "Poppins", sans-serif;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.timer-box .subscribe-box .subscribe-form button:before {
  position: absolute;
  top: 15px;
  left: 0;
  bottom: 15px;
  width: 1px;
  background: #e1e1e1;
  content: "";
}

.timer-box .subscribe-box .subscribe-form input[type="email"]:focus {
  color: #0a0a0a;
  border: 1px solid #0a0a0a;
}
.timer-box .subscribe-box .subscribe-form input[type="email"]:focus + button,
.timer-box .subscribe-box .subscribe-form button:hover {
  color: #fff;
  background: #0a0a0a;
}

.timer-box .subscribe-box .go-home {
  position: relative;
  display: block;
  padding-top: 32px;
}
.timer-box .subscribe-box .go-home a {
  position: relative;
  display: inline-block;
  color: #f4c433;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.timer-box .subscribe-box .go-home a span:before {
  color: #f4c433;
  font-size: 14px;
  display: inline-block;
  transform: rotate(180deg);
  padding-left: 10px;
}
.timer-box .subscribe-box .go-home a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 6px;
  content: "";
  background: url(../images/icon/go-home-btn-bg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
}

/*** 
=============================================
    Faq Breadcrumb Css
=============================================
***/
.breadcrumb-style4-area.faq-breadcrumb {
}
.breadcrumb-style4-area.faq-breadcrumb .inner-content {
  position: relative;
  display: block;
  padding: 142px 0 143px;
}

/*** 
=============================================
    Faq content Area Css
=============================================
***/
.faq-content-area {
  position: relative;
  display: block;
  /*padding: 130px 0 130px;*/
}
.faq-search-box {
  position: relative;
  display: block;
  padding-bottom: 53px;
}
.faq-search-box form.search-form {
  position: relative;
  display: block;
  max-width: 570px;
  width: 100%;
  margin: 0px auto 0px;
}
.faq-search-box .search-form input[type="search"] {
  position: relative;
  display: block;
  background: #fff;
  border: 1px solid #ededed;
  color: #7e7e7e;
  font-size: 16px;
  font-weight: 400;
  height: 60px;
  width: 100%;
  letter-spacing: 1px;
  padding-left: 20px;
  padding-right: 80px;
  border-radius: 0;
  transition: all 500ms ease 0s;
}
.faq-search-box .search-form button {
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  display: block;
  background: transparent;
  color: #0c5027;
  font-size: 14px;
  height: 60px;
  width: 70px;
  border: 0px solid;
  line-height: 60px;
  text-align: center;
  border-radius: 0%;
  transition: all 500ms ease 0s;
  margin: 0;
}
.faq-search-box .search-form button i {
  font-size: 14px;
}
.faq-search-box .search-form input[type="search"]:focus {
  color: #000000;
  border: 1px solid #0c5027;
  background: #fff;
}
.faq-search-box .search-form input[type="search"]:focus + button,
.faq-search-box .search-form button:hover {
  color: #fff;
  background: #0c5027;
}
.faq-search-box p {
  margin: 12px 0 0;
}
.faq-search-box p a {
  color: #f7941d;
  font-weight: 700;
}

.faq-content-box {
  position: relative;
  display: block;
}
.faq-content-box ul {
  display: block;
}
.faq-content-box ul li {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 60px;
  border: 1px solid #ededed;
  cursor: pointer;
  margin-bottom: 30px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.faq-content-box ul li:hover {
  border-color: #0c5027;
  background: #0c5027;
}
.faq-content-box ul li:last-child {
  margin-bottom: 0;
}
.faq-content-box ul li:before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0;
  content: "\f107";
  font-family: FontAwesome;
  color: #a6a6a6;
  font-size: 24px;
  line-height: 58px;
  width: 59px;
  border-left: 1px solid #ededed;
  text-align: center;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  transform: rotateX(0deg);
}
.faq-content-box ul li:hover:before {
  color: #ffffff;
  border-color: #454fe1;
  transform: rotateX(-180deg);
}

.faq-content-box ul li .title {
  position: relative;
  display: block;
  padding-left: 30px;
}
.faq-content-box ul li .title h5 {
  color: #1b1b1b;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.faq-content-box ul li:hover .title h5 {
  color: #ffffff;
}

.faq-content-box ul li .overlay-text {
  position: absolute;
  left: 30px;
  bottom: 0;
  right: 58px;
  top: 120%;
  display: block;
  padding: 32px 40px 30px;
  background: #ffffff;
  min-height: 144px;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  -webkit-box-shadow: 0px 4px 4px 1px rgba(241, 241, 241, 0.5);
  box-shadow: 0px 4px 4px 1px rgba(241, 241, 241, 0.5);
}
.faq-content-box ul li:hover .overlay-text {
  top: 95%;
  opacity: 1;
  visibility: visible;
}
.faq-content-box ul li .overlay-text:before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 4px;
  content: "";
  background: #0c5027;
}
.faq-content-box ul li .overlay-text:after {
  font-family: FontAwesome;
  position: absolute;
  top: -18px;
  left: 30px;
  content: "\f0d8";
  color: #ffffff;
  font-size: 40px;
  text-shadow: -1px 0px 2px #f1f1f1;
  z-index: -1;
}
.faq-content-box ul li .overlay-text p {
  margin: 0;
}

/*** 
=============================================
    Contact address Area style
=============================================
***/
.error-content-area {
  position: relative;
  display: block;
  padding: 240px 0;
  z-index: 1;
}
.error-content-area .outer-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.error-content-area .layer-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/shape/404-shape-top.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: auto;
}
.error-content-area .layer-image.two {
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  background-image: url(../images/shape/404-shape-bottom.png);
  background-position: bottom right;
}

.error-content {
  position: relative;
  display: block;
}
.error-content .image-box {
  position: relative;
  display: block;
}
.error-content .image-box img {
  width: auto;
}
.error-content .inner-content {
  position: relative;
  display: block;
  margin-top: -80px;
}
.error-content .inner-content h1 {
  color: #1b1b1b;
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  margin: 0 0 12px;
  font-family: "Poppins", sans-serif;
}
.error-content .inner-content span {
  position: relative;
  display: block;
  color: #7e7e7e;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
.error-content .inner-content a {
  position: relative;
  margin-top: 33px;
  display: inline-block;
  padding: 0 90px;
  color: #ffffff;
  font-size: 16px;
  line-height: 60px;
  font-weight: 600;
  background: #0c5027;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.error-content .inner-content a:hover {
  background: #4b55e9;
}

/*** 
=============================================
    Maintenance Content Area style
=============================================
***/
.maintenance-content-area {
  position: relative;
  display: block;
  background-attachment: fixed;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 154px 0 160px;
  z-index: 1;
}
.maintenance-content-area:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(22, 36, 217, 0.8);
  content: "";
  z-index: -1;
}
.maintenance-content {
  position: relative;
  display: block;
}
.maintenance-content .inner-content {
  position: relative;
  display: block;
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
}

.maintenance-content .inner-content span {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}
.maintenance-content .inner-content .big-title {
  position: relative;
  display: block;
  margin: 15px 0 46px;
  color: #ffffff;
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.maintenance-content .inner-content .subscribe-box {
  position: relative;
  display: block;
}
.maintenance-content .inner-content .subscribe-box .subscribe-form {
  position: relative;
  display: block;
  width: 100%;
}
.maintenance-content
  .inner-content
  .subscribe-box
  .subscribe-form
  input[type="email"] {
  position: relative;
  display: block;
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #7e7e7e;
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  height: 65px;
  margin-bottom: 0px;
  padding: 0 30px;
  padding-right: 140px;
  transition: all 500ms ease;
}
.maintenance-content
  .inner-content
  .subscribe-box
  .subscribe-form
  input::-webkit-input-placeholder {
  color: #7e7e7e;
}
.maintenance-content
  .inner-content
  .subscribe-box
  .subscribe-form
  input:-moz-placeholder {
  color: #7e7e7e;
}
.maintenance-content
  .inner-content
  .subscribe-box
  .subscribe-form
  input::-moz-placeholder {
  color: #7e7e7e;
}
.maintenance-content
  .inner-content
  .subscribe-box
  .subscribe-form
  input:-ms-input-placeholder {
  color: #7e7e7e;
}
.maintenance-content .inner-content .subscribe-box .subscribe-form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 130px;
  color: #0c5027;
  font-size: 16px;
  line-height: 65px;
  font-weight: 600;
  text-transform: capitalize;
  background: #ffffff;
  font-family: "Poppins", sans-serif;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.maintenance-content
  .inner-content
  .subscribe-box
  .subscribe-form
  button:before {
  position: absolute;
  top: 15px;
  left: 0;
  bottom: 15px;
  width: 1px;
  background: #e1e1e1;
  content: "";
}
.maintenance-content
  .inner-content
  .subscribe-box
  .subscribe-form
  input[type="email"]:focus {
  color: #0a0a0a;
  border: 1px solid #0a0a0a;
}
.maintenance-content
  .inner-content
  .subscribe-box
  .subscribe-form
  input[type="email"]:focus
  + button,
.maintenance-content
  .inner-content
  .subscribe-box
  .subscribe-form
  button:hover {
  color: #fff;
  background: #0a0a0a;
}
.maintenance-content .inner-content .subscribe-box .text {
  position: relative;
  display: block;
  padding-top: 22px;
}
.maintenance-content .inner-content .subscribe-box .text p {
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  margin: 0;
}

.maintenance-content .bottom-content {
  position: relative;
  padding-top: 108px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.maintenance-content .bottom-content .go-home a {
  position: relative;
  display: inline-block;
  padding: 0 35px;
  color: #1b1b1b;
  font-size: 16px;
  line-height: 52px;
  font-weight: 600;
  background: #ffffff;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.maintenance-content .bottom-content a:hover {
  color: #ffffff;
  background: #0c5027;
}
.maintenance-content .bottom-content .social-links {
}
.maintenance-content .bottom-content .social-links .social-links-style1 {
}
.maintenance-content .bottom-content .social-links .social-links-style1 li {
}
.maintenance-content .bottom-content .social-links .social-links-style1 li a {
}
.maintenance-content .bottom-content .social-links .social-links-style1 li a i {
  background: #ffffff;
  width: 52px;
  height: 52px;
  border-radius: 5px;
  color: #7e7e7e;
  font-size: 14px;
  line-height: 52px;
}
.maintenance-content
  .bottom-content
  .social-links
  .social-links-style1
  li
  a:hover
  i {
  color: #0c5027;
}

/*** 
=============================================
    Information Area Css
=============================================
***/
.information-area {
  position: relative;
  display: block;
  background-attachment: scroll;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 255px 0 200px;
  margin-top: -140px;
  z-index: 1;
}
.information-form {
  position: relative;
  display: block;
}
.information-form .input-box {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
.information-form .input-box label {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0;
  color: #ffffff;
  font-size: 30px;
  line-height: 48px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  padding-right: 10px;
}
.information-form .input-box input[type="text"],
.information-form .input-box input[type="email"] {
  position: relative;
  display: block;
  width: 300px;
  height: 34px;
  background: transparent;
  border: 0px solid #eeeeee;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 0px;
  transition: all 500ms ease;
}
.information-form .input-box input[type="text"]::-webkit-input-placeholder {
  color: #ffffff;
}
.information-form .input-box input[type="text"]:-moz-placeholder {
  color: #ffffff;
}
.information-form .input-box input[type="text"]::-moz-placeholder {
  color: #ffffff;
}
.information-form .input-box input[type="text"]:-ms-input-placeholder {
  color: #ffffff;
}
.information-form .input-box input[type="email"]::-webkit-input-placeholder {
  color: #ffffff;
}
.information-form .input-box input[type="email"]:-moz-placeholder {
  color: #ffffff;
}
.information-form .input-box input[type="email"]::-moz-placeholder {
  color: #ffffff;
}
.information-form .input-box input[type="email"]:-ms-input-placeholder {
  color: #ffffff;
}
.information-form .input-box input[type="text"]:focus {
  color: #ffffff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.7);
}
.information-form .input-box input[type="email"]:focus {
  color: #ffffff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.7);
}

.information-form .comma {
  color: #ffffff;
  font-size: 40px;
  line-height: normal;
  display: inline-block;
  position: relative;
  top: 7px;
  padding-left: 5px;
  padding-right: 15px;
}
.information-form .button-box {
  position: relative;
  display: block;
  padding-top: 16px;
}
.information-form .button-box button {
  position: relative;
  display: inline-block;
  padding: 0 65px;
  color: #1b1b1b;
  font-size: 16px;
  line-height: 55px;
  font-weight: 600;
  background: #ffffff;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.information-form .button-box button:hover {
  color: #ffffff;
  background: #1c28e6;
}

/*** 
=============================================
    Contact address Area style
=============================================
***/
.contact-address-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 123px 0 130px;
}
.contact-address-area .title {
  position: relative;
  display: block;
  padding-bottom: 65px;
}
.contact-address-area .title h2 {
  color: #1b1b1b;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-decoration: underline;
  text-decoration-color: #0c5027;
  text-decoration-line: underline;
}
.single-contact-address-box {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 40px 30px 43px;
  -webkit-box-shadow: 0px 6px 6px 2px rgba(243, 243, 243, 0.5);
  box-shadow: 0px 6px 6px 2px rgba(243, 243, 243, 0.5);
  transition: all 500ms ease 100ms;
}
.single-contact-address-box:hover {
  -webkit-box-shadow: 0px 0px 10px 3px #f3f3f3;
  box-shadow: 0px 0px 10px 3px #f3f3f3;
}
.single-contact-address-box.active {
  -webkit-box-shadow: 0px 0px 10px 3px #f3f3f3;
  box-shadow: 0px 0px 10px 3px #f3f3f3;
}
.single-contact-address-box .icon-holder {
  position: relative;
  display: block;
  padding-bottom: 25px;
}
.single-contact-address-box .icon-holder span:before {
  color: #0c5027;
  font-size: 50px;
}
.single-contact-address-box h3 {
  color: #1b1b1b;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin: 0px 0 15px;
  font-family: "Poppins", sans-serif;
}
.single-contact-address-box p {
  margin: 0;
}

/*** 
=============================================
    Contact Info Area style
=============================================
***/
.contact-form-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding-bottom: 130px;
}

.contact-social-links {
  position: relative;
  display: block;
  margin-right: -90px;
  margin-top: 60px;
  z-index: 3;
}
.contact-social-links .image-box {
  position: relative;
  display: block;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  max-width: 490px;
  width: 100%;
  min-height: 530px;
  margin-left: 70px;
}
.contact-social-links .image-box .big-title {
  display: table;
  width: 100%;
  height: 530px;
}
.contact-social-links .image-box .big-title .inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.contact-social-links .image-box .big-title .inner .title {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  font-family: "Knewave", cursive;
  text-align: center;
  transform: rotate(-30deg);
  z-index: 3;
}

.contact-social-links .social-links {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0;
  width: 70px;
  /*transform: rotate(-180deg);*/
}
.contact-social-links .social-links svg {
  width: 50px;
  /*transform: rotate(90deg);*/
}
.contact-social-links .social-links li {
  position: relative;
  left: 0px;
  writing-mode: vertical-lr;
  transform: translateY(0%);
  margin-bottom: 80px;
}
.contact-social-links .social-links li:last-child {
  margin: 0;
}
.contact-social-links .social-links li a {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.contact-social-links .social-links li a:hover {
  color: #0c5027;
}

.contact-form {
  position: relative;
  display: block;
}
.contact-form .inner-box {
  position: relative;
  display: block;
  border: 1px solid #ededed;
  padding: 59px 59px 59px;
  padding-left: 119px;
}
.contact-form form {
  position: relative;
  display: block;
}
.contact-form form .input-box {
  position: relative;
  display: block;
}
.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form textarea {
  position: relative;
  display: block;
  background: #ffffff;
  border: 1px solid #ededed;
  width: 100%;
  height: 55px;
  color: #7e7e7e;
  font-size: 16px;
  font-weight: 400;
  padding-left: 29px;
  padding-right: 20px;
  border-radius: 0px;
  margin-bottom: 15px;
  transition: all 500ms ease;
}
.contact-form form textarea {
  height: 110px;
  padding-left: 29px;
  padding-right: 20px;
  padding-top: 14px;
  padding-bottom: 15px;
}
.contact-form form input[type="text"]:focus {
  color: #222222;
  border-color: #d4d4d4;
}
.contact-form form input[type="email"]:focus {
  color: #222222;
  border-color: #d4d4d4;
}
.contact-form form textarea:focus {
  color: #222222;
  border-color: #d4d4d4;
}
.contact-form form input[type="text"]::-webkit-input-placeholder {
  color: #000;
}
.contact-form form input[type="text"]:-moz-placeholder {
  color: #000;
}
.contact-form form input[type="text"]::-moz-placeholder {
  color: #000;
}
.contact-form form input[type="text"]:-ms-input-placeholder {
  color: #000;
}
.contact-form form input[type="email"]::-webkit-input-placeholder {
  color: #000;
}
.contact-form form input[type="email"]:-moz-placeholder {
  color: #000;
}
.contact-form form input[type="email"]::-moz-placeholder {
  color: #000;
}
.contact-form form input[type="email"]:-ms-input-placeholder {
  color: #000;
}
.contact-form form button {
  position: relative;
  display: inline-block;
  padding: 0 65px;
  background: #0c5027;
  color: #ffffff;
  font-size: 16px;
  line-height: 55px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.contact-form form button:hover {
  color: #ffffff;
  background: #2e39ed;
}

/*** 
=============================================
    Google Map Area style
=============================================
***/
.google-map-area {
  position: relative;
  display: block;
}
#contact-google-map {
  height: 580px;
  width: 100%;
}

/*** 
=============================================
   Breadcrumb Style3 Area Shop Page Css
=============================================
***/
.breadcrumb-style3-area.shop-page {
  margin-top: -140px;
  padding: 140px 0 0px;
}
.breadcrumb-style3-area.shop-page .inner-content {
  padding: 195px 0 335px;
}
.breadcrumb-style3-area.shop-page .inner-content .big-title {
  color: #ffffff;
  font-size: 150px;
  line-height: 130px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
}

/*** 
=============================================
   Shop area  style
=============================================
***/
#shop-area {
  padding-top: 130px;
  padding-bottom: 130px;
}
.main-shop-area {
  position: relative;
  display: block;
  background: #ffffff;
}
#shop-area .shop-content {
  position: relative;
  display: block;
}
.showing-result-shorting {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 50px;
}
.showing-result-shorting .showing {
}
.showing-result-shorting .shorting {
}
.showing-result-shorting .showing p {
  color: #7e7e7e;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.single-product-item {
  position: relative;
  display: block;
  transition: all 500ms ease;
  margin-bottom: 50px;
}
.single-product-item .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
}
.single-product-item .img-holder::before {
  background: rgba(255, 255, 255, 0.2);
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  content: "";
  opacity: 0;
  position: absolute;
  z-index: 1;
  transition: all 0.4s ease-in-out 0s;
}
.single-product-item:hover .img-holder::before {
  opacity: 1;
}
.single-product-item .img-holder img {
  transform: scale(1);
  transition: all 0.7s ease 0s;
  width: 100%;
}
.single-product-item:hover .img-holder img {
  transform: scale(1.1);
}

.single-product-item .title-holder {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 22px 0 18px;
  -webkit-box-shadow: 0px 3px 8px 2px #f9f9f9;
  box-shadow: 0px 3px 8px 2px #f9f9f9;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: -30px;
  z-index: 10;
}
.single-product-item .title-holder .static-content {
  position: relative;
  display: block;
}
.single-product-item .title-holder .title {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  padding: 0 0 3px;
  font-family: "Poppins", sans-serif;
}
.single-product-item .title-holder .title a {
  color: #1b1b1b;
  transition: all 500ms ease;
}
.single-product-item .title-holder .static-content span {
  display: inline-block;
  padding-right: 10px;
  color: #7e7e7e;
}
.single-product-item .title-holder .static-content del {
  position: relative;
  display: inline-block;
  color: #c2c2c2;
  font-size: 16px;
  font-weight: 400;
}

.single-product-item .title-holder .overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  text-align: center;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transition: all 700ms ease 300ms;
}
.single-product-item:hover .title-holder .overlay-content {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transition: all 700ms ease 100ms;
}
.single-product-item .title-holder .overlay-content ul {
  position: relative;
  display: block;
  padding: 23px 0 23px;
  width: 153px;
  margin: 0 auto;
  transform: scale(0);
  transition: all 700ms ease 100ms;
}
.single-product-item:hover .title-holder .overlay-content ul {
  transform: scale(1);
  transition: all 700ms ease 600ms;
}
.single-product-item .title-holder .overlay-content ul li {
  position: relative;
  display: inline-block;
  float: left;
  width: 51px;
  text-align: center;
  border-right: 1px solid #ededed;
}
.single-product-item .title-holder .overlay-content ul li:last-child {
  border: none;
}
.single-product-item .title-holder .overlay-content ul li a {
  position: relative;
  display: block;
}
.single-product-item .title-holder .overlay-content ul li a span:before {
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  color: #b3b3b3;
  font-size: 18px;
  line-height: 45px;
  margin: 0;
  transition: all 500ms ease;
}
.single-product-item .title-holder .overlay-content ul li a:hover span:before {
  color: #ffffff;
  background: #0c5027;
}

.single-product-item .title-holder .overlay-content ul li a .toltip-content {
  position: absolute;
  left: -50%;
  right: 0;
  top: -25px;
  margin-left: -15px;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  text-align: center;
  background-color: #0a0a0a;
  transition: all 300ms ease 100ms;
  z-index: 999;
  min-width: 130px;
}
.single-product-item
  .title-holder
  .overlay-content
  ul
  li
  a
  .toltip-content:before {
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  bottom: -8px;
  right: 0;
  content: "\f0d7";
  color: #0a0a0a;
  font-size: 25px;
  text-align: center;
  line-height: 10px;
}
.single-product-item .title-holder .overlay-content ul li a .toltip-content p {
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
  margin: 0;
}
.single-product-item
  .title-holder
  .overlay-content
  ul
  li
  a:hover
  .toltip-content {
  top: -40px;
  visibility: visible;
  opacity: 1;
}

.shop-post-pagination {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 30px;
  border: 1px solid #ededed;
}
.shop-post-pagination li {
  position: relative;
  display: inline-block;
  float: left;
  max-width: 268px;
  width: 100%;
  border-right: 1px solid #ededed;
  padding: 19px 0;
}
.shop-post-pagination li:last-child {
  border-right: none;
}
.shop-post-pagination li.middle {
  max-width: 332px;
}
.shop-post-pagination li a {
  position: relative;
  display: inline-block;
  color: #1b1b1b;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.shop-post-pagination li a:hover {
  color: #0c5027;
}
.shop-post-pagination li.middle a {
  color: #a6a6a6;
  font-size: 18px;
  font-weight: 600;
  margin: 0 7px;
  font-family: "Poppins", sans-serif;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.shop-post-pagination li.middle a:hover,
.shop-post-pagination li.middle a.active {
  color: #0c5027;
}

.shop-sidebar-wrapper {
  position: relative;
  display: block;
  max-width: 270px;
  width: 100%;
}
.shop-sidebar-wrapper .single-sidebar-box {
  position: relative;
  display: block;
  overflow: hidden;
}
.single-sidebar-box.pdbtm {
  padding-bottom: 60px;
}

.shop-sidebar-wrapper .search-form {
  position: relative;
  display: block;
  max-width: 270px;
  width: 100%;
  margin-bottom: 60px;
}
.shop-sidebar-wrapper .search-form input[type="text"] {
  position: relative;
  display: block;
  background: #fff;
  border: 1px solid #ededed;
  color: #7e7e7e;
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  max-width: 270px;
  width: 100%;
  padding-left: 20px;
  padding-right: 60px;
  border-radius: 0px;
  transition: all 500ms ease 0s;
}
.shop-sidebar-wrapper .search-form button {
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  display: block;
  background: #0c5027;
  color: #ffffff;
  font-size: 14px;
  height: 50px;
  width: 50px;
  border: 0px solid #edf2f7;
  line-height: 48px;
  text-align: center;
  border-radius: 0px;
  transition: all 500ms ease 0s;
  margin: 0;
}
.shop-sidebar-wrapper .search-form button i {
  font-size: 14px;
}
.shop-sidebar-wrapper .search-form input[type="text"]:focus {
  color: #000000;
  border: 1px solid #444eed;
  background: #fff;
}
.shop-sidebar-wrapper .search-form input[type="text"]:focus + button,
.shop-sidebar-wrapper .search-form button:hover {
  color: #fff;
  background: #444eed;
}

.shop-sidebar-title {
  position: relative;
  display: block;
  padding-bottom: 25px;
  margin-top: -5px;
}
.shop-sidebar-title h3 {
  color: #1b1b1b;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

.single-sidebar-box .categories {
  position: relative;
  display: block;
  border: 1px solid #ededed;
  border-bottom: none;
}
.single-sidebar-box .categories li {
  position: relative;
  display: block;
}
.single-sidebar-box .categories li a {
  position: relative;
  display: block;
  padding-left: 20px;
  color: #7e7e7e;
  font-size: 16px;
  line-height: 53px;
  font-weight: 400;
  border-bottom: 1px solid #ededed;
  font-family: "Muli", sans-serif;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-sidebar-box .categories li:hover a {
  color: #0c5027;
}
.single-sidebar-box .categories li a:before {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  width: 0;
  background: #0c5027;
  content: "";
  transition: all 100ms linear;
  transition-delay: 0.1s;
}
.single-sidebar-box .categories li:hover a:before {
  width: 3px;
}

.shop-sidebar-wrapper .price-ranger {
  margin-top: 4px;
  margin-bottom: 0px;
}
.shop-sidebar-wrapper .price-ranger .ui-widget-content {
  background: #edf2f7;
  border: none;
  height: 2px;
}
.shop-sidebar-wrapper .price-ranger .ui-slider-handle {
  position: absolute;
  top: -4px;
  background: #ffffff;
  border: 1px solid #0c5027;
  border-radius: 50%;
  height: 10px;
  margin-left: -4px;
  outline: medium none;
  width: 10px !important;
  cursor: pointer;
  z-index: 2;
}
.shop-sidebar-wrapper .price-ranger .ui-slider-handle:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 4px;
  height: 4px;
  background: #0c5027;
  border-radius: 50%;
  content: "";
  margin: 2px;
}
.shop-sidebar-wrapper .price-ranger .ui-slider .ui-slider-range {
  background: #0c5027;
}
.shop-sidebar-wrapper .price-ranger #slider-range {
  margin-left: 4px;
  margin-right: 6px;
  margin-top: 0;
}
.shop-sidebar-wrapper .price-ranger .ranger-min-max-block {
  position: relative;
  display: block;
  margin-top: 30px;
}
.shop-sidebar-wrapper .price-ranger .ranger-min-max-block input {
  display: inline-block;
}
.shop-sidebar-wrapper .price-ranger .ranger-min-max-block input[type="submit"] {
  position: relative;
  display: inline-block;
  background: #0c5027;
  float: left;
  margin-right: 10px;
  padding: 6px 0 4px;
  text-align: center;
  width: 90px;
  border: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  margin-top: 0;
  border-radius: 0;
  text-transform: capitalize;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
}
.shop-sidebar-wrapper
  .price-ranger
  .ranger-min-max-block
  input[type="submit"]:hover {
}
.shop-sidebar-wrapper .price-ranger .ranger-min-max-block input[type="text"] {
  position: relative;
  display: inline-block;
  float: left;
  color: #7e7e7e;
  font-size: 16px;
  font-weight: 400;
  text-align: right;
  width: 40px;
  line-height: 35px;
  border: none;
  padding: 0;
  font-family: "Muli", sans-serif;
}
.shop-sidebar-wrapper
  .price-ranger
  .ranger-min-max-block
  input[type="text"].max {
}
.shop-sidebar-wrapper .price-ranger .ranger-min-max-block span {
  position: relative;
  display: inline-block;
  color: #7e7e7e;
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  float: left;
  font-family: "Muli", sans-serif;
}

.shop-sidebar-wrapper .products-post {
  position: relative;
  display: block;
  overflow: hidden;
}
.shop-sidebar-wrapper .products-post li {
  position: relative;
  display: block;
  border-bottom: 1px solid #ededed;
  min-height: 70px;
  padding-left: 70px;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.shop-sidebar-wrapper .products-post li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.shop-sidebar-wrapper .products-post li .img-holder {
  position: absolute;
  top: 0px;
  left: 0;
  width: 70px;
  height: 70px;
  display: block;
  overflow: hidden;
}
.shop-sidebar-wrapper .products-post li .img-holder img {
  transition: all 0.4s ease-in-out 0.5s;
  width: 100%;
  transform: scale(1.1, 1.1);
}
.shop-sidebar-wrapper .products-post li:hover .img-holder img {
  transition-delay: 0s;
  transform: scale(1.2, 1.2);
}
.shop-sidebar-wrapper .products-post li .img-holder .overlay-style-one {
}
.shop-sidebar-wrapper .products-post li:hover .img-holder .overlay-style-one {
  opacity: 1;
}
.shop-sidebar-wrapper
  .products-post
  li
  .img-holder
  .overlay-style-one
  .box
  .inner
  a {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  filter: alpha(opacity=0);
  transform: scale(3);
  transition: all 0.3s ease-in-out 0.3s;
  opacity: 0;
  z-index: 5;
}
.shop-sidebar-wrapper
  .products-post
  li:hover
  .img-holder
  .overlay-style-one
  .box
  .inner
  a {
  filter: alpha(opacity=100);
  transform: scale(1);
  transition-delay: 0.1s;
  opacity: 1;
}
.shop-sidebar-wrapper
  .products-post
  li
  .img-holder
  .overlay-style-one
  .box
  .inner
  a
  span:before {
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  transition: all 500ms ease;
}
.shop-sidebar-wrapper
  .products-post
  li
  .img-holder
  .overlay-style-one
  .box
  .inner
  a:hover
  span:before {
  color: #000000;
}

.shop-sidebar-wrapper .products-post li .title-holder {
  padding-left: 30px;
  min-height: 70px;
}
.shop-sidebar-wrapper .products-post li .title-holder .post-title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  margin: 0 0 9px;
  transition: all 500ms ease;
  font-family: "Poppins", sans-serif;
}
.shop-sidebar-wrapper .products-post li .title-holder .post-title a {
  color: #1b1b1b;
  transition: all 500ms ease;
}
.shop-sidebar-wrapper .products-post li .title-holder .post-title a:hover {
  color: #0c5027;
}
.shop-sidebar-wrapper .products-post li .title-holder span {
  display: block;
  line-height: 16px;
}

/*** 
=============================================
   Single Shop Area style
=============================================
***/
#shop-area.single-shop-area {
  padding-top: 130px;
  padding-bottom: 80px;
}
.single-product-image-holder {
  margin-right: 35px;
}
.single-product-image-holder img {
  width: auto;
}
.single-product-image-holder .single-item {
  position: relative;
  display: block;
}
.single-product-image-holder .single-item .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}
.single-product-image-holder .single-item .image-box img {
}
.single-product-image-holder .single-item .image-box .zoom-button {
  position: absolute;
  top: 20px;
  right: 20px;
  transform: translate(0px, -100px);
  transition: all 100ms ease 100ms;
}
.single-product-image-holder .single-item:hover .image-box .zoom-button {
}
.single-product-image-holder
  .single-item
  .image-box
  .zoom-button
  a
  span:before {
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  background: #ffffff;
  color: #1b1b1b;
  font-size: 16px;
  line-height: 45px;
  text-align: center;
  -webkit-box-shadow: 0px 4px 10px 2px #e7e7e7;
  box-shadow: 0px 4px 10px 2px #e7e7e7;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-product-image-holder
  .single-item
  .image-box
  .zoom-button
  a:hover
  span:before {
  color: #ffffff;
  background: #0c5027;
}

.single-product-carousel.owl-carousel .owl-stage-outer {
  padding: 0px;
}
.single-product-carousel.owl-carousel
  .owl-stage-outer
  .owl-item.active
  .single-item
  .image-box
  .zoom-button {
  transform: translate(0px, 0px);
  transition: all 700ms ease 1700ms;
}
.single-product-carousel.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: 0px;
  text-align: center;
  margin-top: -35px;
}
.single-product-carousel.owl-carousel .owl-nav [class*="owl-"] {
  width: 70px;
  height: 70px;
  border: 0px solid;
  color: #1b1b1b;
  font-size: 45px;
  line-height: 66px;
  font-weight: 300;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-product-carousel.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: 0px;
}
.single-product-carousel.owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: 0px;
}
.single-product-carousel.owl-carousel .owl-nav [class*="owl-"]:hover {
  color: #0c5027;
  background: rgba(255, 255, 255, 0.65);
}

.single-shop-content .content-box {
  position: relative;
  display: block;
}
.single-shop-content .content-box .top {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.single-shop-content .content-box .top .title-box {
  position: relative;
  display: block;
}
.single-shop-content .content-box .top .title-box h2 {
  color: #1b1b1b;
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  margin: 0 0 15px;
  font-family: "Poppins", sans-serif;
}
.single-shop-content .content-box .top .title-box .review-box {
  position: relative;
  display: block;
}
.single-shop-content .content-box .top .title-box .review-box ul {
  position: relative;
  display: inline-block;
  line-height: 20px;
  border-right: 1px solid #c2c2c2;
  padding-right: 15px;
  margin-right: 10px;
}
.single-shop-content .content-box .top .title-box .review-box ul li {
}
.single-shop-content .content-box .top .title-box .review-box ul li i {
  color: #0c5027;
  font-size: 14px;
}
.single-shop-content .content-box .top .title-box .review-box span {
  position: relative;
  top: -3px;
  display: inline-block;
  color: #888888;
  font-size: 14px;
  line-height: 20px;
}
.single-shop-content .content-box .top .price-box {
  position: relative;
  display: block;
}
.single-shop-content .content-box .top .price-box .price {
  color: #1b1b1b;
  font-size: 24px;
  font-weight: 700;
}
.single-shop-content .content-box .text {
  position: relative;
  display: block;
  overflow: hidden;
  border-top: 1px solid #ededed;
  margin-top: 25px;
  padding-top: 29px;
  margin-bottom: 18px;
}
.single-shop-content .content-box .text p {
  margin: 0;
}

.product-info {
  position: relative;
  display: block;
}
.product-info label {
  position: relative;
  display: block;
  color: #1b1b1b;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 5px;
  font-family: "Poppins", sans-serif;
}
.product-info .bootstrap-select {
  position: relative;
  display: block;
}
.product-info .bootstrap-select > .dropdown-toggle {
  position: relative;
  display: block;
  float: none;
  width: 100%;
  height: 50px;
  outline: none !important;
  border-radius: 0;
  border: 1px solid #ededed;
  background-color: transparent !important;
  padding: 0 20px;
  padding-right: 0px;
  color: #1b1b1b;
  font-size: 16px;
  line-height: 48px;
  font-weight: 400;
  margin: 0;
  box-shadow: none !important;
  font-family: "Muli", sans-serif;
}
.product-info .bootstrap-select > .dropdown-toggle::after {
  position: absolute;
  top: 50%;
  right: 19px;
  width: auto;
  height: auto;
  font-family: "FontAwesome";
  content: "\f107";
  color: #1b1b1b;
  font-size: 16px;
  transform: translateY(-50%);
  margin: 0;
  border: none;
}
.product-info .bootstrap-select .dropdown-menu {
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0px solid #ddd;
  background: #f9f9f9;
  font-size: 16px;
  color: #000000;
}
.product-info .bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
  padding: 0;
  border: none;
  margin: 0;
}
.product-info .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: "Muli", sans-serif;
}
.product-info .dropdown-item.active,
.product-info .dropdown-item:active {
  color: #ffffff;
  background: #0c5027;
}
.product-info .dropdown-item:hover {
  color: #ffffff;
  background: #0c5027;
}

.product-quantity-box {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin: 30px 0 30px;
}
.product-quantity-box .left {
  position: relative;
  display: block;
  padding-right: 10px;
}
.product-quantity-box .left h6 {
  color: #1b1b1b;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.product-quantity-box .right {
  position: relative;
  display: block;
  padding-left: 10px;
}
.product-quantity-box .right h6 {
  color: #1b1b1b;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.product-quantity-box .right h6 span {
  position: relative;
  display: inline-block;
  padding-left: 5px;
  color: #0c5027;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  font-family: "Muli", sans-serif;
}
.product-quantity-box .input-group.bootstrap-touchspin {
  position: relative;
  width: 110px;
  height: 50px;
}
.product-quantity-box input.quantity-spinner.form-control {
  position: relative;
  display: block;
  padding: 0;
  width: 50px;
  flex: none;
  height: 50px;
  color: #1b1b1b;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid #ededed;
  outline: none;
  margin: 0 auto;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.product-quantity-box .bootstrap-touchspin .input-group-btn-vertical {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}
.product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .btn {
  position: relative;
  display: block;
  margin-left: 0px;
  background: #ffffff;
  border: 1px solid #ededed;
  color: #1b1b1b;
  cursor: pointer;
  height: 50px;
  width: 30px;
  margin: 0;
  padding: 0;
}
.product-quantity-box
  .bootstrap-touchspin
  .input-group-btn-vertical
  .bootstrap-touchspin-up {
  border-radius: 0;
  float: right;
  border-left: none;
}
.product-quantity-box
  .bootstrap-touchspin
  .input-group-btn-vertical
  .bootstrap-touchspin-down {
  border-radius: 0;
  float: left;
  border-right: none;
}
.product-quantity-box
  .bootstrap-touchspin
  .input-group-btn-vertical
  .btn.bootstrap-touchspin-up:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  font-family: FontAwesome;
  content: "\f067";
  color: #1b1b1b;
  font-size: 12px;
  padding: 0;
  line-height: 50px;
}
.product-quantity-box
  .bootstrap-touchspin
  .input-group-btn-vertical
  .btn.bootstrap-touchspin-down:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  font-family: FontAwesome;
  content: "\f068";
  color: #1b1b1b;
  font-size: 12px;
  padding: 0;
  line-height: 50px;
}

.addto-cart-box {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.addto-cart-box .cart-box {
  position: relative;
  display: block;
}
.addto-cart-box .cart-box button.addtocart {
  position: relative;
  display: inline-block;
  padding: 0 45px;
  background: #0c5027;
  color: #ffffff;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  text-transform: capitalize;
  cursor: pointer;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.addto-cart-box .cart-box button.addtocart:hover {
  color: #ffffff;
  background: #0a0a0a;
}
.addto-cart-box .categories {
  position: relative;
  display: block;
  padding-left: 30px;
}
.addto-cart-box .categories h6 {
  color: #1b1b1b;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.addto-cart-box .categories h6 span {
  color: #7e7e7e;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  font-family: "Muli", sans-serif;
}

.share-products-socials {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 40px;
}
.share-products-socials h5 {
  position: relative;
  display: inline-block;
  float: left;
  color: #1b1b1b;
  font-size: 14px;
  line-height: 50px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.share-products-socials ul {
  position: relative;
  display: inline-block;
  float: left;
  margin-left: 10px;
}
.share-products-socials ul li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.share-products-socials ul li:last-child {
  margin-right: 0;
}
.share-products-socials ul li a i {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 0%;
  color: #9c9c9c;
  font-size: 14px;
  line-height: 48px;
  text-align: center;
  border: 1px solid #ededed;
  transition: all 500ms ease;
}
.share-products-socials ul li a:hover i {
  color: #ffffff;
  border-color: #0c5027;
  background: #0c5027;
}

.product-tab-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 80px;
}
.product-tab-box .tab-btns {
  position: relative;
  display: block;
  border-bottom: 1px solid #ededed;
  margin-bottom: 35px;
  z-index: 1;
}
.product-tab-box .tab-btns .tab-btn {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 35px;
}
.product-tab-box .tab-btns .tab-btn:last-child {
  margin-right: 0;
}
.product-tab-box .tab-btns .tab-btn span {
  position: relative;
  display: block;
  background: transparent;
  border-radius: 0;
  cursor: pointer;
  margin: 0;
  padding: 15px 0px 13px;
  color: #1b1b1b;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  transition: all 500ms ease;
  font-family: "Poppins", sans-serif;
}
.product-tab-box .tab-btns .tab-btn.active-btn span,
.product-tab-box .tab-btns .tab-btn:hover span {
  color: #0c5027;
}
.product-tab-box .tab-btns .tab-btn span:before {
  position: absolute;
  left: 0;
  bottom: -1px;
  right: 0;
  height: 1px;
  background: #0c5027;
  content: "";
  opacity: 0;
  transition: all 500ms ease;
  transition-delay: 0.1s;
}
.product-tab-box .tab-btns .tab-btn.active-btn span:before,
.product-tab-box .tab-btns .tab-btn:hover span:before {
  opacity: 1;
}

.product-tab-box .tabs-content {
  position: relative;
  display: block;
  padding: 0;
}
.product-tab-box .tabs-content .tab {
  position: relative;
  padding: 0px;
  display: none;
}
.product-tab-box .tabs-content .tab.active-tab {
  display: block;
}
.review-box-holder {
  position: relative;
  display: block;
}
.review-box-holder .single-review-outer-box {
  position: relative;
  display: block;
  padding: 34px 39px 32px;
  border: 1px solid #ededed;
}
.review-box-holder .single-review-box {
  position: relative;
  display: block;
  padding-left: 70px;
}
.review-box-holder .single-review-box .image-holder {
  position: absolute;
  left: 0;
  top: 5px;
}
.review-box-holder .single-review-box .image-holder img {
  width: 100%;
  border-radius: 50%;
}

.review-box-holder .single-review-box .text-holder {
  position: relative;
  display: block;
  padding-left: 25px;
}
.review-box-holder .single-review-box .text-holder .top {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 0 16px;
}
.review-box-holder .single-review-box .text-holder .top .name h3 {
  color: #1b1b1b;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 4px;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
}
.review-box-holder .single-review-box .text-holder .top .name h3 span {
  color: #7e7e7e;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  font-family: "Muli", sans-serif;
}
.review-box-holder .single-review-box .text-holder .top .review-box ul {
  position: relative;
  display: block;
  overflow: hidden;
}
.review-box-holder .single-review-box .text-holder .top .review-box ul li {
  display: inline-block;
  float: left;
  margin-right: 4px;
}
.review-box-holder
  .single-review-box
  .text-holder
  .top
  .review-box
  ul
  li:last-child {
  margin-right: 0;
}
.review-box-holder .single-review-box .text-holder .top .review-box ul li i {
  color: #0c5027;
  font-size: 14px;
}
.review-box-holder .single-review-box .text-holder .text p {
  margin: 0;
}

.shop-review-carousel.owl-carousel .owl-nav {
  position: absolute;
  top: -77px;
  right: 0;
  margin: 0px;
  text-align: right;
  width: 50px;
  height: 30px;
}
.shop-review-carousel.owl-carousel .owl-nav [class*="owl-"] {
  width: 20px;
  height: 30px;
  border: 0px solid;
  color: #a6a6a6;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.shop-review-carousel.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: 0px;
}
.shop-review-carousel.owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: 0px;
}
.shop-review-carousel.owl-carousel .owl-nav [class*="owl-"]:hover {
  color: #0c5027;
}

.product-tab-box .review-form {
  padding-top: 74px;
}
.product-tab-box .review-form .shop-page-title {
  padding-bottom: 29px;
}
.shop-page-title {
  position: relative;
  display: block;
}
.shop-page-title .title {
  color: #1b1b1b;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin: 0 0 4px;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
}
.shop-page-title .title span {
  font-weight: 400;
}
.shop-page-title p {
  margin: 0;
}
.shop-page-title p b {
  color: #0c5027;
  font-weight: 400;
}

.product-tab-box .review-form .add-rating-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
.product-tab-box .review-form .add-rating-box .add-rating-title {
  position: relative;
  display: inline-block;
  float: left;
}
.product-tab-box .review-form .add-rating-box .add-rating-title p {
  position: relative;
  display: inline-block;
  float: left;
  line-height: 20px;
  margin: 0;
  text-transform: capitalize;
}
.product-tab-box .review-form .add-rating-box .review-box {
  position: relative;
  display: inline-block;
  float: left;
  padding-left: 20px;
}
.product-tab-box .review-form .add-rating-box .review-box ul li {
  position: relative;
  display: inline-block;
  float: left;
  line-height: 20px;
  margin-right: 5px;
}
.product-tab-box .review-form .add-rating-box .review-box ul li:last-child {
  margin-right: 0px;
}
.product-tab-box .review-form .add-rating-box .review-box ul li i {
  color: #f7941d;
  font-size: 14px;
  line-height: 20px;
  opacity: 1;
  transition: all 500ms ease 0s;
}

.product-tab-box .review-form .input-box p {
  color: #7e7e7e;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  margin: 0 0 5px;
}
.product-tab-box .review-form .input-box p span {
  color: #0c5027;
}
.product-tab-box .review-form form input[type="text"],
.product-tab-box .review-form form input[type="email"],
.product-tab-box .review-form form textarea {
  position: relative;
  display: block;
  background: #ffffff;
  width: 100%;
  height: 60px;
  border: 1px solid #ededed;
  color: #252525;
  font-size: 15px;
  padding: 0 20px;
  margin-bottom: 30px;
  border-radius: 0px;
  transition: all 500ms ease;
}
.product-tab-box .review-form form textarea {
  height: 170px;
  padding: 10px 20px;
  margin-bottom: 40px;
}
.product-tab-box .review-form form button {
  position: relative;
  display: inline-block;
  padding: 0 60px;
  background: #0c5027;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 60px;
  text-transform: capitalize;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.product-tab-box .review-form form button:hover {
  color: #ffffff;
  background: #0a0a0a;
}
.product-tab-box .review-form form input[type="text"]:focus {
  border-color: #e1dddd;
}
.product-tab-box .review-form form input[type="email"]:focus {
  border-color: #e1dddd;
}
.product-tab-box .review-form form textarea:focus {
  border-color: #e1dddd;
}

.related-product {
  padding-top: 73px;
}
.related-product .shop-page-title {
  padding-bottom: 28px;
}
.related-product .single-product-item {
}
.single-product-item .img-holder .discount-box {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  padding: 0 10px;
  background: #f7941d;
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
}

/*** 
=============================================
   Cart area  style
=============================================
***/
.cart-area {
  padding-top: 124px;
  padding-bottom: 130px;
}
.cart-area .table-outer {
  position: relative;
  width: 100%;
  overflow-x: auto;
}
.cart-table-title {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 15px;
}
.cart-table-title .left-title {
  position: relative;
  display: block;
}
.cart-table-title .left-title h5 {
  color: #1b1b1b;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.cart-table-title .left-title h5 span {
  color: #7e7e7e;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  font-family: "Muli", sans-serif;
}
.cart-table-title .right-title {
  position: relative;
  display: block;
}
.cart-table-title .right-title h5 {
  color: #1b1b1b;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.cart-table-title .right-title h5 span {
  color: #7e7e7e;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  font-family: "Muli", sans-serif;
}

.cart-area .cart-table {
  min-width: 1024px;
  width: 100%;
}
.cart-area .cart-table .cart-header {
  position: relative;
  width: 100%;
}
.cart-area .cart-table thead tr {
  border: 1px solid #ededed;
  background: #ffffff;
}
.cart-area .cart-table thead tr th {
  color: #1b1b1b;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  min-width: 160px;
  padding: 22px 40px;
  border: 1px solid #ededed;
  font-family: "Poppins", sans-serif;
}
.cart-area .cart-table thead tr th.hide-me {
  display: table-column;
}

.cart-area .cart-table thead tr th.prod-column {
  position: relative;
}
.cart-area .cart-table thead tr th.prod-column:before {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  width: 10px;
  background: #ffffff;
  content: "";
  z-index: 3;
}
.cart-area .cart-table thead tr th.availability {
  padding: 0 40px;
}

.cart-area .cart-table tbody tr {
  border-bottom: 1px solid #ededed;
}
.cart-area .cart-table tbody tr td {
  min-width: 160px;
  padding: 25px 40px;
  border: 1px solid #ededed;
}
.cart-area .cart-table tbody tr .prod-column .column-box {
  position: relative;
  min-height: 100px;
}
.cart-area .cart-table tbody tr .prod-column .column-box .prod-thumb {
  width: 80px;
}
.cart-area .cart-table tbody tr .prod-column .column-box .prod-thumb a {
  position: relative;
  display: block;
  border-radius: 0px;
}
.cart-area .cart-table tbody tr .prod-column .column-box .prod-thumb a img {
  width: 100%;
}
.cart-area .cart-table tbody tr .prod-column .column-box .prod-thumb,
.cart-area .cart-table tbody tr .prod-column .column-box .title {
  display: table-cell;
  vertical-align: middle;
}
.cart-area .cart-table tbody tr .prod-column .column-box .title {
  padding-left: 30px;
}
.cart-area .cart-table tbody tr .prod-column .column-box .title h3 {
  color: #1b1b1b;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
}

.cart-area .cart-table tbody tr .qty {
}
.cart-area .cart-table tbody tr .qty .input-group.bootstrap-touchspin {
  float: none;
  width: 90px;
}

.cart-area .cart-table tbody tr td.price {
  color: #7e7e7e;
  font-size: 16px;
  font-weight: 400;
  font-family: "Muli", sans-serif;
}
.cart-area .cart-table tbody tr .sub-total {
  color: #0c5027;
  font-size: 16px;
  font-weight: 400;
  font-family: "Muli", sans-serif;
}
.cart-area .cart-table tbody tr td .remove {
  position: relative;
  display: inline-block;
}
.cart-area .cart-table tbody tr td .remove span:before {
  color: #b0b0b0;
  font-size: 35px;
  line-height: 35px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.cart-area .cart-table tbody tr td .remove:hover span:before {
  color: #0c5027;
}

.cart-button-box {
  padding-top: 30px;
}
.cart-button-box .apply-coupon {
  padding-left: 245px;
  position: relative;
}
.cart-button-box .apply-coupon input[type="text"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 225px;
  height: 60px;
  border: 1px solid #ededed;
  color: #7e7e7e;
  font-size: 16px;
  font-weight: 400;
  padding: 0 15px;
  text-transform: capitalize;
  transition: all 500ms ease 0s;
  border-radius: 5px;
}
.cart-button-box .apply-coupon input[type="text"]:focus {
  border: 1px solid #0c5027;
}
.cart-button-box .apply-coupon .apply-coupon-button button {
  color: #0c5027;
  line-height: 56px;
  background: transparent;
  border: 2px solid #0c5027;
  padding: 0 30px;
}
.cart-button-box .apply-coupon .apply-coupon-button button:hover {
  color: #ffffff;
  background: #0c5027;
}
.cart-button-box .update-cart button {
  color: #0c5027;
  line-height: 56px;
  background: transparent;
  border: 2px solid #0c5027;
  padding: 0 30px;
}
.cart-button-box .update-cart button:hover {
  color: #ffffff;
  background: #0c5027;
}
.cart-button-box button.checkout-btn {
  margin-left: 16px;
}
.cart-button-box button.checkout-btn:hover {
}

/*** 
=============================================
    Checkout Area style
=============================================
***/
.checkout-area {
  position: relative;
  display: block;
  padding-top: 126px;
  padding-bottom: 130px;
}

.checkout-area form .title {
  position: relative;
  display: block;
  padding-bottom: 24px;
}
.checkout-area form .title h5 {
  color: #1b1b1b;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.checkout-area form .contact-info {
  margin-bottom: 59px;
}
.checkout-area form .input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.checkout-area form .input-box input[type="text"],
.checkout-area form .input-box input[type="email"] {
  position: relative;
  display: block;
  border: 1px solid #ededed;
  color: #7e7e7e;
  font-size: 16px;
  font-weight: 400;
  height: 60px;
  padding: 0 25px;
  width: 100%;
  border-radius: 0px;
  transition: all 500ms ease;
}
.checkout-area form .input-box input[type="text"]:focus {
  border: 1px solid #0c5027;
}
.checkout-area form .input-box input[type="email"]:focus {
  border: 1px solid #0c5027;
}
.checkout-area .checkbox {
  margin: 1px 0 0;
}
.checkout-area .checkbox label {
  color: #1c1f26;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  cursor: pointer;
  font-family: "Muli", sans-serif;
}
.checkout-area .checkbox input[type="checkbox"] {
  position: relative;
  top: 0px;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
.checkout-area .checkbox label span {
  position: relative;
  top: 1px;
  display: inline-block;
}

.checkout-table {
  position: relative;
  width: 100%;
  overflow-x: auto;
  border: 1px solid #ededed;
  padding: 40px;
  padding-top: 10px;
  margin-top: 4px;
}

.checkout-table table {
  min-width: 450px;
  width: 100%;
}

.checkout-table table tbody tr {
  border-bottom: 1px solid #ededed;
}
.checkout-table table tbody tr td {
  vertical-align: middle;
}
.checkout-table table tbody tr td {
  min-width: 110px;
  padding: 30px 0px;
}
.checkout-table table tbody tr .product-column .column-box {
  min-height: 70px;
}
.checkout-table table tbody tr .product-column .column-box .prod-thumb {
  width: 70px;
}
.checkout-table table tbody tr .product-column .column-box .prod-thumb a {
  display: block;
}
.checkout-table table tbody tr .product-column .column-box .prod-thumb img {
  display: block;
  width: 100%;
}
.checkout-table table tbody tr .product-column .column-box .prod-thumb,
.checkout-table table tbody tr .product-column .column-box .product-title {
  display: table-cell;
  vertical-align: middle;
}
.checkout-table table tbody tr .product-column .column-box .product-title {
  padding-left: 30px;
}
.checkout-table table tbody tr .product-column .column-box .product-title h3 {
  color: #1b1b1b;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 0px;
  font-family: "Poppins", sans-serif;
}
.checkout-table table tbody tr .product-column .column-box .product-title span {
}
.checkout-table table tbody tr td.price {
  color: #1c1f26;
  font-size: 16px;
  font-weight: 500;
  text-align: right;
  font-family: "Muli", sans-serif;
}

.checkout-table ul {
  position: relative;
  display: block;
  padding-top: 47px;
}
.checkout-table ul li {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 23px;
  z-index: 1;
}
.checkout-table ul li:last-child {
  margin-bottom: 0;
}
.checkout-table ul li:before {
  position: absolute;
  left: 0;
  bottom: 10px;
  right: 0;
  height: 1px;
  border-bottom: 1px dashed #c2c2c2;
  content: "";
  z-index: -1;
}
.checkout-table ul li span {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  background: #ffffff;
  color: #1c1f26;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  float: left;
  text-align: left;
  font-family: "Poppins", sans-serif;
}
.checkout-table ul li b {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  background: #ffffff;
  color: #1c1f26;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  float: right;
  text-align: right;
  font-family: "Muli", sans-serif;
}

.checkout-table .total-price {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding-top: 20px;
  padding-bottom: 19px;
  margin-top: 45px;
  margin-bottom: 45px;
}
.checkout-table .total-price .left {
  position: relative;
  display: block;
}
.checkout-table .total-price .left h3 {
  color: #1c1f26;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.checkout-table .total-price .right {
  position: relative;
  display: block;
}
.checkout-table .total-price .right h3 {
  color: #0c5027;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.checkout-table .payment-button {
}
.checkout-table .payment-button button {
  padding: 0 30px;
}
.checkout-table .payment-button button:hover {
  background: #434ee8;
}

.payment-card-details-box {
  position: relative;
  display: block;
  padding: 65px 50px 70px;
  margin-top: 84px;
  -webkit-box-shadow: 0px 0px 10px 4px #f5f5f5;
  box-shadow: 0px 0px 10px 4px #f5f5f5;
}
.payment-card-details-box .title {
  position: relative;
  display: block;
  padding-bottom: 34px;
}
.payment-card-details-box .title h3 {
  color: #1b1b1b;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.payment-options {
  position: relative;
  display: block;
}
.payment-options .outer-box {
  position: relative;
  display: block;
  margin-top: -8px;
}
.payment-options .option-block {
  margin-bottom: 19px;
}
.payment-options .option-block .checkbox {
  margin: 0;
}
.payment-options .option-block .checkbox label {
  display: block;
  margin: 0;
}
.payment-options .option-block .checkbox label input {
  position: relative;
  top: 3px;
}
.payment-options .option-block .checkbox label span {
  color: #1b1b1b;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  padding-left: 10px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.payment-options .option-block .text {
  position: relative;
  display: block;
  padding-top: 10px;
}
.payment-options .option-block .text p {
  margin: 0;
}

.card-details-box {
  position: relative;
  display: block;
}
.card-details-box .outer-box {
}
.card-details-box form {
}
.card-details-box form .make-payment-button {
}
.card-details-box form .make-payment-button button {
  position: relative;
  display: block;
  padding: 0;
  width: 100%;
}
.card-details-box form .make-payment-button button:hover {
  background: #434ee8;
}

/*** 
=============================================
    Login Register Area style
=============================================
***/
.login-register-area {
  position: relative;
  display: block;
  padding-top: 123px;
  padding-bottom: 122px;
}
.login-register-area .form .shop-page-title {
  padding-bottom: 18px;
}
.login-register-area .form form {
  width: 100%;
}
.login-register-area .form .input-field {
  position: relative;
}
.login-register-area .form .input-field input[type="text"] {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #ededed;
  color: #7e7e7e;
  font-size: 16px;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 50px;
  transition: all 700ms ease 0s;
}
.login-register-area .form .input-field .icon-holder {
  position: absolute;
  top: 15px;
  right: 20px;
}
.login-register-area .form .input-field .icon-holder i {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}
.login-register-area .form button {
  line-height: 50px;
  padding: 0 40px;
}
.login-register-area .form button:hover {
  background: #0a0a0a;
}

.login-register-area .form .remember-text {
  margin-top: 19px;
}
.login-register-area .form .remember-text .checkbox label {
  margin: 0;
  cursor: pointer;
}
.login-register-area .form .remember-text .checkbox input {
  position: relative;
  top: 1px;
}
.login-register-area .form .remember-text .checkbox span {
  color: #1b1b1b;
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.login-register-area .form .social-icon {
  position: relative;
  float: right;
  margin-right: -8px;
}
.login-register-area .form .social-icon .login-with {
  position: absolute;
  left: -100px;
  top: 11px;
  margin: 0;
}
.login-register-area .form .social-icon li {
  display: inline-block;
  margin: 0 8px;
}
.login-register-area .form .social-icon li a i {
  position: relative;
  display: block;
  background: #ffffff;
  width: 50px;
  height: 50px;
  border: 1px solid #e7e7e7;
  color: #9c9c9c;
  font-size: 14px;
  line-height: 48px;
  text-align: center;
  transition: all 700ms ease 0s;
}
.login-register-area .form .social-icon li a:hover i {
  color: #ffffff;
  border-color: #0c5027;
  background: #0c5027;
}

.login-register-area .form .right-button {
  align-items: center;
}
.login-register-area .form .right {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: right;
}
.login-register-area .form .right h6 {
  color: #7e7e7e;
  font-size: 16px;
  font-weight: 400;
  font-family: "Muli", sans-serif;
}
.login-register-area .form .right h6 span {
  color: #0c5027;
}
.login-register-area .form .input-field input[type="text"]:focus {
  border: 1px solid #1d1d1d;
}

#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%;
}
.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;
}

.grid-container {
  display: grid; /* or inline-grid */

  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 1em;
}

/* stylistic properties only */
.grid-container {
  justify-content: center;
  margin: 1em;
}

.contactscontainer i {
  color: #0c5027;
}

.contactscontainer h5 {
  margin-bottom: 10px;
}

.contactscontainer span {
  font-size: 14px;
  margin-left: 1.5em;
}
