/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Style two / Style three / Style Four
5. Side Nav Bar 
6. Hidden Sidebar
7. Banner Section / Two / Three
8. Page Title
9. Section Title
10. About Section
11. Services Section
12. Service Detail
13. Specialize Section / Two
14. Process Section
15. Fun Fact Section
16. Fun Fact And Features
17. Projects Section / Two 
18. Product Details
19. Offer Section
20. Team Section
21. Testimonial Section / Two
22. Products Section
23. Video Section
24. FAQ Section
25. FAQ Form Section
26. App Section
27. News Section / Two / Three
28. Blog Section
29. Blog Detail / Style Two
30. Clients Section
31. Contact Section
32. Main Footer
33. Sidebar Page Container
34. Comment Area
35. Comment Form
36. Contact Page Section
37. Coming Soon
38. Login Section
39. Error Section
40. Right to Left Style
41. Box Layout
**********************************************/
@import url("flaticon.css");
@import url("font-awesome.css");
@import url("animate.css");
@import url("jquery.mCustomScrollbar.min.css");
@import url("owl.css");
@import url("jquery.bootstrap-touchspin.css");
@import url("jquery-ui.css");
@import url("jquery.fancybox.min.css");
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
}

body {
  font-size: 16px;
  color: #222222;
  line-height: 28px;
  font-weight: 400;
  background: #ffffff;
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: normal;
  margin: 0px;
  background: none;
  line-height: 1.2em;
}

textarea {
  overflow: hidden;
  resize: none;
}

button {
  outline: none !important;
  cursor: pointer;
}

p,
.text {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #2c2b2b;
  margin: 0;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
  z-index: 99;
}

.wp-block-separator, hr {
  border: none;
  border-top: 1px solid #ccc !important;
}

.sec-title {
  position: relative;
  margin-bottom: 50px;
}
.sec-title .float-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font-size: 72px;
  line-height: 1em;
  color: #ff8a00;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.1;
  font-family: "Arimo", sans-serif;
}
.sec-title h2 {
  position: relative;
  display: block;
  font-size: 2.5rem;
  color: #2c2b2b;
  font-weight: 600;
  padding: 16px 0;
}
.sec-title.text-center .float-text {
  right: 0;
  margin: 0 auto;
}
.sec-title .title h2::before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 45px;
  background-color: #ff8a00;
  content: "";
}

.popup-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  z-index: 9999;
}

.popup-modal.active {
  opacity: 1;
  visibility: visible;
}

.popup-content {
  background: #fff;
  padding: 15px;
  border-radius: 15px;
  text-align: center;
  max-width: 700px;
  width: 100%;
  position: relative;
  transform: scale(0.7);
  transition: all 0.4s ease;
}

.popup-modal.active .popup-content {
  transform: scale(1);
}

.popup-content h3 {
  margin-bottom: 10px;
  font-size: 24px;
}

.popup-content p {
  font-size: 16px;
  color: #555;
}

.close-btn {
  position: absolute;
  top: -18px;
  right: -11px;
  font-size: 22px;
  cursor: pointer;
  background: #ff8a00;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: end;
  justify-content: center;
  line-height: 50px;
  color: #fff;
  font-size: 2rem;
  border-radius: 50%;
}

.theme-btn {
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.centered {
  text-align: center !important;
}

/*Btn Style One*/
.btn-style-one {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  padding: 10px 40px;
  text-transform: capitalize;
  font-weight: 700;
  border-radius: 10px;
  background: #ff8a00;
}

.btn-style-one:hover {
  color: #ffffff;
  box-shadow: rgb(3, 31, 141) 0 0px 0px 40px inset;
}

.btn-style-one:before {
  position: absolute;
  top: -1px;
  right: -1px;
  left: -1px;
  bottom: -1px;
  content: "";
  border-radius: 10px;
  border: 2px solid #222222;
  transition: all 300ms ease;
  opacity: 0;
}

.btn-style-one:hover:before {
  opacity: 1;
}

/*Btn Style Two*/
.btn-style-two {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  color: #222222;
  padding: 13px 45px;
  text-transform: capitalize;
  font-weight: 400;
  border-radius: 50px;
  background-color: #ffffff;
  border: 2px solid #ff8a00;
  -webkit-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
  -moz-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
  -ms-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
  -o-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
  box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
}

.btn-style-two:hover {
  color: #ffffff;
  border: 2px solid #ff8a00;
  -webkit-box-shadow: rgb(255, 138, 0) 0 0px 0px 40px inset;
  -moz-box-shadow: rgb(255, 138, 0) 0 0px 0px 40px inset;
  -ms-box-shadow: rgb(255, 138, 0) 0 0px 0px 40px inset;
  -o-box-shadow: rgb(255, 138, 0) 0 0px 0px 40px inset;
  box-shadow: rgb(255, 138, 0) 0 0px 0px 40px inset;
}

/*Btn Style Three*/
.btn-style-three {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  padding: 13px 45px;
  text-transform: capitalize;
  font-weight: 400;
  border-radius: 50px;
  background-color: #222222;
  -webkit-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
  -moz-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
  -ms-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
  -o-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
  box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
}

.btn-style-three:hover {
  color: #ffffff;
  -webkit-box-shadow: rgb(255, 138, 0) 0 0px 0px 40px inset;
  -moz-box-shadow: rgb(255, 138, 0) 0 0px 0px 40px inset;
  -ms-box-shadow: rgb(255, 138, 0) 0 0px 0px 40px inset;
  -o-box-shadow: rgb(255, 138, 0) 0 0px 0px 40px inset;
  box-shadow: rgb(255, 138, 0) 0 0px 0px 40px inset;
}

/*Btn Style Four*/
.btn-style-four {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  padding: 13px 45px;
  text-transform: capitalize;
  font-weight: 400;
  border-radius: 50px;
  background-color: #222222;
  -webkit-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
  -moz-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
  -ms-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
  -o-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
  box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
}

.btn-style-four:hover {
  color: #ff8a00;
  -webkit-box-shadow: rgb(255, 255, 255) 0 0px 0px 40px inset;
  -moz-box-shadow: rgb(255, 255, 255) 0 0px 0px 40px inset;
  -ms-box-shadow: rgb(255, 255, 255) 0 0px 0px 40px inset;
  -o-box-shadow: rgb(255, 255, 255) 0 0px 0px 40px inset;
  box-shadow: rgb(255, 255, 255) 0 0px 0px 40px inset;
}

/*Btn Style Five*/
.btn-style-five {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  padding: 10px 45px;
  text-transform: capitalize;
  font-weight: 400;
  border-radius: 50px;
  background-color: #ff8a00;
}

.btn-style-five:hover {
  color: #ffffff;
  background-color: #222222;
}

/*Btn Style Six*/
.btn-style-six {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: #222222;
  padding: 10px 45px;
  text-transform: capitalize;
  font-weight: 400;
  border-radius: 50px;
  background-color: #ffffff;
}

.btn-style-six:hover {
  color: #ffffff;
  background-color: #ff8a00;
}

/*Btn Style Seven*/
.btn-style-seven {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: #222222;
  padding: 10px 45px;
  text-transform: capitalize;
  font-weight: 400;
  border-radius: 50px;
  background-color: #ffffff;
}

.btn-style-seven:hover {
  color: #ffffff;
  background-color: #222222;
}

/*Btn Style c*/
.btn-style-eight {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #ff8a00;
  padding: 10px 45px;
  text-transform: capitalize;
  font-weight: 400;
  border-radius: 50px;
  border: 2px solid #ff8a00;
  background-color: #ffffff;
}

.btn-style-eight:hover {
  color: #ffffff;
  background-color: #ff8a00;
}

/*=== List Style One ===*/
.list-style-one {
  position: relative;
}

.list-style-one li {
  position: relative;
  float: left;
  width: 50%;
  font-size: 1rem;
  line-height: 28px;
  color: #666666;
  font-weight: 400;
  padding-left: 35px;
}

.list-style-one li:before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1rem;
  line-height: 28px;
  color: #ff8a00;
  content: "\f00c";
  font-family: "FontAwesome";
}

/*=== List Style Two ===*/
.list-style-two {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.list-style-two li {
  position: relative;
  font-size: 1rem;
  line-height: 20px;
  color: #222222;
  font-weight: 500;
  padding-left: 35px;
  margin-bottom: 15px;
}

.list-style-two li:before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1rem;
  line-height: 20px;
  color: #ff8a00;
  font-weight: 900;
  font-family: "FontAwesome";
  content: "\f061";
}

.theme_color {
  color: #25262c;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/animated_flip.gif);
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/
.scroll-to-top {
  position: fixed;
  bottom: 80px;
  right: 20px;
  width: 50px;
  height: 50px;
  color: #ffffff;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  background: #222222;
  display: none;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.scroll-to-top:hover {
  background: #ff8a00;
  color: #222222;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/
.social-icon-one {
  position: relative;
}

.social-icon-one li {
  position: relative;
  float: left;
  margin-left: 22px;
}

.social-icon-one li a {
  position: relative;
  display: block;
  font-size: 13px;
  line-height: 30px;
  color: #222222;
  font-weight: 400;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-icon-one li a:hover {
  color: #ff8a00;
}

/*===================================
		Header Style One
===================================*/
.header-style-one {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

.header-style-one .header-lower {
  position: relative;
  background-color: rgba(0, 0, 0, 0.8);
  margin: 0 30px;
  padding: 0 40px;
}

.header-style-one .header-lower:before {
  position: absolute;
  top: 0;
  left: -30px;
  height: 0;
  width: 0;
  border-left: 30px solid transparent;
  border-top: 100px solid rgba(0, 0, 0, 0.8);
  content: "";
}

.header-style-one .header-lower:after {
  position: absolute;
  top: 0;
  right: -30px;
  height: 0;
  width: 0;
  border-right: 30px solid transparent;
  border-top: 100px solid rgba(0, 0, 0, 0.8);
  content: "";
}

.header-style-one .nav-outer {
  float: right;
}

.header-style-one .main-menu .navigation > li {
  margin-left: 35px;
}

.header-style-one .main-menu .navigation > li > a {
  color: #ffffff;
}

.header-style-one .main-menu .navigation > li > a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 0px;
  width: 2px;
  background-color: #ff8a00;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.header-style-one .main-menu .navigation > li.current > a:before,
.header-style-one .main-menu .navigation > li:hover > a:before {
  height: 30px;
}

.header-style-one .outer-box {
  padding: 32.5px 0;
  margin-left: 45px;
}

.header-style-one .search-box-btn:hover {
  color: #ffffff !important;
}

.header-style-one .search-box-outer .dropdown-menu {
  top: 20px !important;
}

/*search box btn*/
/*===================================
		Header Style Two
===================================*/
.header-style-two {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}

.header-style-two .header-lower {
  position: relative;
}

.header-style-two .header-lower .container {
  position: relative;
  max-width: 1170px;
}

.header-style-two .header-lower .main-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0 40px;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 0 0 15px 15px;
}

.header-style-two .nav-outer {
  float: right;
}

.header-style-two .main-menu .navigation > li {
  margin-left: 35px;
}

.header-style-two .main-menu .navigation > li > a {
  position: relative;
  color: #ffffff;
  font-weight: 500;
}

.header-style-two .main-menu .navigation > li > a:before {
  position: absolute;
  left: 50%;
  width: 0;
  height: 1px;
  bottom: 35px;
  content: "";
  background-color: #ffa900;
  transition: all 300ms ease;
}

.header-style-two .main-menu .navigation > li:hover > a:before,
.header-style-two .main-menu .navigation > li.current > a:before {
  left: 0%;
  width: 100%;
}

.header-style-two .outer-box {
  padding: 32.5px 0;
  margin-left: 45px;
}

.header-style-two .search-box-btn:hover {
  color: #ffffff !important;
}

.header-style-two .search-box-outer .dropdown-menu {
  top: 37px !important;
}

.header-style-two .search-box-outer {
  float: right;
  margin-left: 40px;
}

/*===================================
		Header Style Three
===================================*/
.header-style-three {
  position: relative;
  background-color: #333333;
}

.header-style-three .logo-box:before {
  position: absolute;
  top: 0;
  margin-right: -230px;
  right: 100%;
  height: 100%;
  width: 1000%;
  background-color: #ffffff;
  content: "";
  transform: skew(40deg);
}

.header-style-three .inner-container {
  position: relative;
}

.header-style-three .nav-outer {
  float: right;
}

.header-style-three .outer-box {
  position: relative;
  float: right;
  padding: 35px 0;
}

.header-style-three .main-menu .navigation > li > a {
  color: #ffffff;
}

.header-style-three .main-menu .navigation > li > a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 0px;
  width: 2px;
  background-color: #ff8a00;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.header-style-three .main-menu .navigation > li.current > a:before,
.header-style-three .main-menu .navigation > li:hover > a:before {
  height: 30px;
}

.header-style-three .outer-box {
  margin-left: 80px;
}

.header-style-three .nav-toggler {
  position: relative;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 1rem;
  color: #222222;
  font-weight: 400;
  background-color: #ffffff;
  border-radius: 5px;
  cursor: pointer;
  transition: all 300ms ease;
}

.header-style-three .nav-toggler:hover {
  background-color: #ffa500;
  color: #ffffff;
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a {
  color: #ff8a00;
}

.main-menu .navigation > li.current-menu-item > a,
.main-menu .navigation > li.current_page_item > a,
.main-menu .navigation > li:hover > a {
  color: #ff8a00;
}

/*===================================
		Header Style Five
===================================*/
.header-style-seven {
  position: relative;
}

.header-style-seven .inner-container {
  position: relative;
  padding-left: 100px;
  padding-right: 100px;
}

.header-style-seven .logo-box .logo {
  padding: 25px 0;
}

.header-style-seven .nav-outer {
  float: right;
}

.header-style-seven .main-menu .navigation > li {
  margin-left: 70px;
}

.header-style-seven .main-menu .navigation > li > a {
  font-size: 16px;
  font-weight: 500;
  padding: 45px 0;
}

.header-style-seven .outer-box {
  position: relative;
  float: right;
  padding: 45px 0;
  margin-left: 80px;
}

.nav-toggler {
  position: relative;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 1rem;
  color: #ffffff;
  font-weight: 400;
  background-color: #222222;
  cursor: pointer;
  transition: all 300ms ease;
}

.nav-toggler:hover {
  background-color: #ffa500;
  color: #000000;
}

.box-layout .header-style-seven .main-menu .navigation > li {
  margin-left: 40px;
}

.box-layout .header-style-seven .inner-container {
  padding: 0 15px;
}

/*** 

====================================================================
	Side Nav Bar
====================================================================

***/
.sidenav-bar {
  position: fixed;
  left: -350px;
  top: 0px;
  width: 350px;
  height: 100%;
  overflow-y: auto;
  background: #111111;
  z-index: 99999;
  transition: all 500ms ease;
}

.active-side-nav .sidenav-bar {
  left: 0;
}

.sidenav-bar .inner-box {
  position: relative;
  padding: 50px 30px;
}

.sidenav-bar:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/icons/icon-dots-dark.jpg);
  background-repeat: repeat;
  background-position: center;
  content: "";
}

.sidenav-bar .upper-box {
  position: relative;
  margin-bottom: 50px;
}

.sidenav-bar .upper-box .logo a {
  position: relative;
}

.sidenav-bar .cross-icon {
  position: absolute;
  right: 0;
  top: 15px;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #222222;
  font-weight: 400;
  background-color: #ffffff;
  cursor: pointer;
  transition: all 300ms ease;
}

.sidenav-bar .cross-icon:hover {
  background-color: #ffa500;
  color: #ffffff;
}

.sidenav-bar .side-nav {
  position: relative;
  margin-bottom: 50px;
}

.sidenav-bar .side-nav .navigatio {
  position: relative;
}

.sidenav-bar .side-nav .navigation > li,
.sidenav-bar .side-nav .navigation > li > ul > li {
  position: relative;
  display: block;
}

.sidenav-bar .side-nav .navigation > li > a {
  position: relative;
  display: block;
  line-height: 30px;
  padding: 10px 0px;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  transition: all 300ms ease;
}

.sidenav-bar .side-nav .navigation > li > ul > li > a,
.sidenav-bar .side-nav .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  line-height: 20px;
  padding: 10px 20px;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  transition: all 300ms ease;
}

.sidenav-bar .side-nav .navigation > li > ul > li,
.sidenav-bar .side-nav .navigation > li > ul > li > ul > li {
  margin-bottom: 0px;
}

.sidenav-bar .side-nav .navigation > li > ul > li:last-child,
.sidenav-bar .side-nav .navigation > li > ul > li > ul > li:last-child {
  margin: 0px;
}

.sidenav-bar .side-nav .navigation > li:hover > a,
.sidenav-bar .side-nav .navigation > li > ul > li:hover > a,
.sidenav-bar .side-nav .navigation > li.current > a,
.sidenav-bar .side-nav .navigation > li > ul > li.current > a {
  color: #ff8a00;
}

.sidenav-bar .side-nav .navigation > li.dropdown > a {
  padding-right: 30px;
}

.sidenav-bar .side-nav .navigation > li.dropdown > a:before {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  right: 0px;
  top: 10px;
  line-height: 30px;
  display: block;
  font-size: 16px;
  z-index: 5;
  font-weight: 300;
}

.sidenav-bar .side-nav .navigation > li.dropdown.active > a:before {
  content: "\f107";
}

.sidenav-bar .side-nav .navigation > li.dropdown > ul,
.sidenav-bar .side-nav .navigation > li.dropdown > ul > li.dropdown > ul {
  position: relative;
  display: block;
  left: 0%;
  top: 0px;
  width: 100%;
  z-index: 100;
  padding: 10px 0px;
}

.sidenav-bar .side-nav .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 0px;
  top: 10px;
  width: 34px;
  height: 30px;
  border: 1px solid #e0e0e0;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
  display: none;
}

.sidenav-bar .subscribe-form {
  position: relative;
}

.sidenav-bar .subscribe-form h5 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 25px;
}

.sidenav-bar .subscribe-form form {
  position: relative;
}

.sidenav-bar .subscribe-form input[type=text],
.sidenav-bar .subscribe-form input[type=email] {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1rem;
  line-height: 30px;
  color: #999999;
  font-weight: 400;
  padding: 10px 30px;
  background-color: #000000;
  border-radius: 30px;
  transition: all 300ms ease;
}

.sidenav-bar .subscribe-form button,
.sidenav-bar .subscribe-form input[type=submit] {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 10px;
  height: 50px;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  font-weight: 600;
  padding: 10px 30px;
  text-transform: uppercase;
}

.sidenav-bar .subscribe-form button:hover,
.sidenav-bar .subscribe-form input[type=submit]:hover {
  color: #ffffff;
}

.form-back-drop {
  position: fixed;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  z-index: 99999;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.active-side-nav .form-back-drop {
  opacity: 1;
  visibility: visible;
}

.mCSB_inside > .mCSB_container {
  margin-right: 0;
}

/***

====================================================================
	Hidden Sidebar style
====================================================================

***/
.hidden-bar {
  position: fixed;
  left: -500px;
  top: 0px;
  max-width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 99999;
  opacity: 0;
  background-color: #222222;
  visibility: hidden;
  -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;
}

.active-side-nav .hidden-bar {
  left: 0px;
  opacity: 1;
  visibility: visible;
}

.hidden-bar .inner-box {
  position: relative;
  background-color: #222222;
  padding: 55px 30px 50px;
}

.hidden-bar .inner-box .cross-icon {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
  color: #ffffff;
  font-size: 20px;
}

.hidden-bar .inner-box h2 {
  position: relative;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2em;
  color: #ffffff;
  margin-bottom: 20px;
}

/*Appointment Form*/
.hidden-bar .appointment-form {
  position: relative;
}

.hidden-bar .appointment-form .form-group {
  position: relative;
  margin-bottom: 15px;
}

.hidden-bar .appointment-form input[type=text],
.hidden-bar .appointment-form input[type=email],
.hidden-bar .appointment-form textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 23px;
  padding: 10px 25px;
  height: 45px;
  color: #ffffff;
  font-size: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: none;
  transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}

.hidden-bar .appointment-form input::placeholder,
.hidden-bar .appointment-form textarea::placeholder {
  color: #bdbdbd;
}

.hidden-bar .appointment-form input:focus,
.hidden-bar .appointment-form textarea:focus {
  border-color: #ffffff;
}

.hidden-bar .appointment-form textarea {
  height: 135px;
  resize: none;
}

.hidden-bar .appointment-form .form-group button {
  margin-top: 10px;
  display: block;
  width: 100%;
  border-radius: 0;
  font-weight: 700;
  background-color: #ffffff;
  color: #222222;
}

.hidden-bar .appointment-form .form-group button:hover {
  color: #ffffff;
}

.contact-info-box {
  position: relative;
  padding-top: 20px;
}

.contact-info-box .info-list {
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 25px;
}

.contact-info-box .info-list li {
  position: relative;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}

.contact-info-box .info-list:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 50px;
  height: 1px;
  background-color: #ffffff;
}

.contact-info-box .social-list {
  position: relative;
}

.contact-info-box .social-list li {
  position: relative;
  width: 50%;
  float: left;
  margin-bottom: 6px;
  display: inline-block;
}

.contact-info-box .social-list li a {
  position: relative;
  font-size: 1rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.contact-info-box .social-list li a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.mCSB_inside > .mCSB_container {
  margin-right: 0;
}

/*===================================
		Header Style Three
===================================*/
header-style-seven {
  position: relative;
  background-color: #333333;
}

header-style-seven .logo-box:before {
  position: absolute;
  top: 0;
  margin-right: -230px;
  right: 100%;
  height: 100%;
  width: 1000%;
  background-color: #ffffff;
  content: "";
  transform: skew(40deg);
}

header-style-seven .inner-container {
  position: relative;
}

header-style-seven .nav-outer {
  float: right;
}

header-style-seven .outer-box {
  position: relative;
  float: right;
  padding: 35px 0;
}

header-style-seven .main-menu .navigation > li > a {
  color: #ffffff;
}

header-style-seven .outer-box {
  margin-left: 80px;
}

header-style-seven .nav-toggler {
  position: relative;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 1rem;
  color: #222222;
  font-weight: 400;
  background-color: #ffffff;
  border-radius: 5px;
  cursor: pointer;
  transition: all 300ms ease;
}

header-style-seven .nav-toggler:hover {
  background-color: #ffa500;
  color: #ffffff;
}

/************************ Mega Menu ***************************/
.main-menu .navigation > li.has-mega-menu {
  position: static;
}

.main-menu .navigation > li > .mega-menu {
  position: absolute;
  left: 0px;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 1170px;
  background: rgba(47, 46, 50, 0.9);
  padding: 45px 40px 30px 45px;
  top: 100%;
  z-index: 100;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation > li:hover > .mega-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}

.main-menu .navigation > li > .mega-menu .mega-menu-bar {
  position: relative;
}

.main-menu .navigation > li .mega-menu-bar h3 {
  position: relative;
  color: #f1f1f1;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-menu .navigation > li .mega-menu-bar > ul {
  position: relative;
}

.main-menu .navigation > li .mega-menu-bar .column > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-transform: capitalize;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation > li .mega-menu-bar .column {
  position: relative;
  margin-bottom: 10px;
}

.main-menu .navigation > li .mega-menu-bar .column > ul > li:last-child {
  border: none;
}

.main-menu .navigation > li .mega-menu-bar .column > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 1rem;
  color: #ffffff;
  text-align: left;
  text-transform: capitalize;
  border-left: 4px solid transparent;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation > li .mega-menu-bar .column > ul > li > a:hover {
  border-left: 4px solid #ff8a00;
  background: #222222;
}

/*** 

====================================================================
		Banner Section
====================================================================

***/
.banner-section {
  position: relative;
}

.banner-carousel .slide-item {
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 350px 0 155px;
  overflow: hidden;
}

.banner-section:before {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 540px;
  background-image: url(../images/icons/shap-1.png);
  background-repeat: no-repeat;
  background-position: right top;
  content: "";
  z-index: 9;
}

.banner-carousel .content-box {
  position: relative;
}

.banner-carousel h2 {
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 72px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 30px;
  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-carousel .active h2 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}

.banner-carousel .content-box .text {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 55px;
  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(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
}

.banner-carousel .active .text {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

.banner-carousel .link-box {
  position: relative;
  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-carousel .active .link-box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.banner-carousel .link-box a {
  position: relative;
  display: inline-block;
  padding: 13px 45px;
  font-weight: 700;
}

.banner-carousel .owl-nav {
  position: absolute;
  right: 30%;
  bottom: -80px;
  z-index: 99;
}

.banner-carousel .owl-next,
.banner-carousel .owl-prev {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  font-size: 1rem;
  color: #bbbbbb;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 30px;
  padding-top: 6px;
  background-color: #222222;
  z-index: 9;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.banner-carousel .owl-next:hover,
.banner-carousel .owl-prev:hover {
  color: #ff8a00;
}

.banner-carousel .owl-next:before,
.banner-carousel .owl-prev:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  width: 60px;
  border: 2px solid #bbbbbb;
  border-right: 0;
  content: "";
  z-index: -1;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.banner-carousel .owl-next:hover:before,
.banner-carousel .owl-prev:hover:before {
  border-color: #ff8a00;
}

.banner-carousel .owl-next:before {
  left: auto;
  right: -25px;
  border: 2px solid #bbbbbb;
  border-left: 0;
}

.banner-carousel .owl-next span {
  margin-left: 5px;
}

.banner-carousel .owl-prev span {
  margin-right: 5px;
}

.banner-section .bottom-box {
  position: relative;
  padding: 35px 0;
  background-color: #222222;
}

.banner-section .bottom-box .contact-info {
  position: relative;
  float: left;
  padding: 10px 0;
}

.banner-section .bottom-box .contact-info li {
  position: relative;
  float: left;
  font-size: 1rem;
  line-height: 30px;
  color: #ffffff;
  margin-right: 30px;
}

.banner-section .bottom-box .contact-info li a {
  color: #ffffff;
}

.banner-section .bottom-box .contact-info li span {
  color: #ffae00;
  text-transform: uppercase;
}

.banner-section .bottom-box .contact-info li a:hover {
  text-decoration: underline;
}

/*** 

====================================================================
		Banner Section Two
====================================================================

***/
.full-screen .banner-carousel {
  position: relative;
  height: 100%;
}

.full-screen .owl-item,
.full-screen .owl-stage,
.full-screen .owl-wrapper,
.full-screen .owl-stage-outer,
.full-screen .owl-wrapper-outer {
  height: 100% !important;
}

.social-icon-three {
  position: relative;
}

.social-icon-three li {
  position: relative;
  display: block;
  margin-bottom: 25px;
}

/*** 

====================================================================
		Banner Section Three
====================================================================

***/
/*** 

====================================================================
			Banner Section Four
====================================================================

***/
/*** 

====================================================================
		Banner Section Five
====================================================================

***/
.full-screen .banner-carousel {
  position: relative;
  height: 100%;
}

.full-screen .owl-item,
.full-screen .owl-stage,
.full-screen .owl-wrapper,
.full-screen .owl-stage-outer,
.full-screen .owl-wrapper-outer {
  height: 100% !important;
}

.social-icon-three {
  position: relative;
}

.social-icon-three li {
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.social-icon-three li a {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  transition: all 300ms ease;
}

.social-icon-three li a:hover {
  color: #ff8a00;
}

/*** 

====================================================================
		Banner Section Six
====================================================================

***/
/*** 

====================================================================
			Page Title
====================================================================

***/
.page-title {
  position: relative;
  padding: 8rem 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.page-title .inner-container {
  position: relative;
  text-align: center;
}
.page-title .inner-container .title-box {
  position: relative;
  float: inherit;
}
.page-title .inner-container .title-box h1 {
  position: relative;
  display: block;
  font-size: 4rem;
  color: #ffffff;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 35px;
  font-family: "Bubblegum Sans", sans-serif;
}
.page-title .inner-container.breadcrum ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-title .inner-container.breadcrum ul li {
  margin-left: 20px;
}
.page-title .inner-container.breadcrum ul li a {
  color: white;
  font-size: 1rem;
}
.page-title .inner-container.breadcrum ul li.current a {
  color: #ff8a00;
  font-style: italic;
}
.page-title .inner-container.breadcrum ul li.current {
  color: #ff8a00;
  font-style: italic;
}
.page-title .title {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 40px;
  color: #ffffff;
  font-weight: 400;
}
.page-title .bread-crumb {
  position: relative;
  float: right;
  padding-top: 95px;
}
.page-title .bread-crumb li {
  position: relative;
  float: left;
  font-size: 18px;
  line-height: 30px;
  color: #ff8a00;
  font-weight: 700;
  text-transform: capitalize;
  cursor: default;
  padding-right: 10px;
  margin-right: 10px;
}
.page-title .bread-crumb li::before {
  position: absolute;
  right: -2px;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  content: "-";
}
.page-title .bread-crumb li:last-child::before {
  display: none;
}
.page-title .bread-crumb li a {
  color: #ffffff;
  transition: all 300ms ease;
}
.page-title .bread-crumb li a:hover {
  color: #ff8a00;
}
.page-title::before {
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.7;
  position: absolute;
}

/*** 

====================================================================
	Section Title
====================================================================

***/
/*** 

====================================================================
			About Section
====================================================================

***/
.about-section {
  position: relative;
  background-repeat: no-repeat;
  background-position: center left;
  padding: 4rem 0;
}

.about-section .image-column {
  position: relative;
}

.about-section .image-column .inner-column {
  position: relative;
}

.about-section .image-column .title-box {
  position: absolute;
  left: 95px;
  bottom: 75px;
  width: 100%;
  text-align: left;
  z-index: 9;
}

.about-section .image-column .title-box h2 {
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 78px;
  color: #f2f2f2;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 0 0 10px #000;
  font-family: "Rubik", sans-serif;
}

.about-section .image-column .image-box {
  position: relative;
  z-index: 1;
}
.about-section .image-column .image-box::before {
  position: absolute;
  left: -50px;
  height: 320px;
  width: 520px;
  bottom: -55px;
  background-image: url(../images/icons/icon-lines.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

.about-section .image-column .image-box .image {
  position: relative;
  margin-bottom: 0;
}
.about-section .image-column .image-box .image .image-1, .about-section .image-column .image-box .image .image-2 {
  border: 1rem solid #fff;
}
.about-section .image-column .image-box .image .image-2 {
  width: 50%;
  position: absolute;
  left: 280px;
  bottom: -155px;
}

.about-section .image-column .image-box .alphabet-img {
  position: absolute;
  left: 0;
  top: 0;
}

.about-section .image-column .image-box .alphabet-img img {
  max-width: 100%;
  height: auto;
}

.about-section .image-column .image img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  border-radius: 30px;
}

.about-section .content-column .inner-column {
  position: relative;
}
.about-section .content-column .inner-column .content-box {
  padding-left: 50px;
}

.about-section .content-column .content-box .title {
  position: relative;
  margin-bottom: 35px;
}

.about-section .content-column .content-box .title h2:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 45px;
  background-color: #ff8a00;
  content: "";
}

.about-section .content-column .content-box .text {
  position: relative;
  display: block;
  font-size: 1rem;
  line-height: 28px;
  color: #222222;
  margin-bottom: 15px;
}

.about-section .content-column .content-box .text p {
  padding-bottom: 15px;
}

.about-section .content-column .content-box .link-box {
  position: relative;
}

.about-section .content-column .content-box .link-box a {
  font-weight: 700;
}

/*** 

====================================================================
			Services Section
====================================================================

***/
.services-section {
  position: relative;
}

.services-section .upper-box {
  position: relative;
  padding: 85px 0 270px;
}

.services-section .upper-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  opacity: 0.85;
}

.services-carousel {
  position: relative;
  padding-bottom: 75px;
}

.service-block {
  position: relative;
  padding: 0 15px 26px;
}

.service-block .inner-box {
  position: relative;
  border: 1px solid #ff8a00;
  border-radius: 20px;
  transition: all 500ms ease;
}
.service-block .inner-box::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.79);
  border-radius: 20px;
}
.service-block .inner-box:hover {
  transform: scale(1.1);
}
.service-block .inner-box:hover .lower-content .link-box {
  display: block;
  position: relative;
}
.service-block .inner-box:hover .lower-content::after {
  height: 100%;
  opacity: 1;
}
.service-block.computer-courses .inner-box .lower-content h3 {
  font-weight: 600;
}
.service-block.computer-courses .inner-box::after {
  background-color: rgba(0, 0, 0, 0.79);
}

.service-block .image-box {
  position: relative;
}

.service-block .image-box .image {
  position: relative;
  background-color: #222222;
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 20px;
}

.service-block .lower-content {
  position: absolute;
  padding: 25px;
  text-align: center;
  transition: all 300ms ease;
  z-index: 99;
  top: 50%;
  left: 50%;
  bottom: 0;
  right: 0;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.service-block .lower-content h3 {
  position: relative;
  display: block;
  font-size: 2rem;
  line-height: 2.5rem;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0px;
  z-index: 9;
}
.service-block .lower-content h3 a {
  color: #fff;
  display: inline-block;
  transition: all 300ms ease;
}
.service-block .lower-content .link-box {
  position: relative;
  display: none;
  color: white;
  font-size: 1.2rem;
  margin-top: 50px;
  opacity: 1;
  z-index: 99;
}
.service-block .lower-content::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 138, 0, 0.6196078431) padding-box content-box;
  content: "";
  padding: 15px;
  opacity: 0;
  transition: all 300ms linear;
  border-radius: 30px;
}

.service-block .inner-box:hover .lower-content {
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.service-block .lower-content .text {
  position: relative;
  display: block;
  font-size: 1rem;
  line-height: 30px;
  color: #222222;
  font-weight: 400;
  margin-bottom: 27px;
}

.service-block .lower-content .link-box a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 1.2em;
  color: #ff8a00;
  font-weight: 500;
  font-family: "Rubik", 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;
}

.service-block .lower-content .link-box a i {
  margin-left: 5px;
}

.service-block .lower-content .link-box a:hover {
  color: #ffad00;
}

.service-block .image-box .image img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 300ms ease;
  border-radius: 20px;
}
.service-block .image-box .image img:hover .image-box .image img {
  opacity: 0.7;
  transform: scale(1.2) rotate(-5deg);
}

.services-carousel .owl-nav {
  display: none;
}

.services-carousel .owl-dots {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.services-carousel .owl-dot {
  position: relative;
  display: inline-block;
  height: 16px;
  width: 4px;
  margin: 0 5px;
  background-color: #b6b6b6;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-bottom: 7px;
}

.services-carousel .owl-dot:hover,
.services-carousel .owl-dot.active {
  height: 30px;
  margin-bottom: 0;
  background-color: #ff8a00;
}

/*** 

====================================================================
			Service Detail
====================================================================

***/
/*** 

====================================================================
	Product Tabs Style
====================================================================

***/
.service-detail .prod-tabs {
  position: relative;
}

.tabs-box {
  position: relative;
}

.tabs-box .tab {
  display: none;
}

.tabs-box .tab.active-tab {
  display: block;
}

.service-detail .prod-tabs .tab-btns {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #dddddd;
}

.service-detail .prod-tabs .tab-btns .tab-btn {
  position: relative;
  top: 1px;
  display: block;
  float: left;
  margin-right: 5px;
  font-size: 16px;
  background: #f3f3f3;
  color: #222222;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 27px;
  cursor: pointer;
  border: 1px solid transparent;
  padding: 10px 25px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-family: "Rubik", sans-serif;
}

.service-detail .prod-tabs .tab-btns .tab-btn:hover:after,
.service-detail .prod-tabs .tab-btns .tab-btn.active-btn:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: -3px;
  width: 100%;
  height: 5px;
  background-color: #ffffff;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.service-detail .prod-tabs .tab-btns .tab-btn:hover,
.service-detail .prod-tabs .tab-btns .tab-btn.active-btn {
  color: #ff8a00;
  border-color: #e2e2e2;
  background: #ffffff;
}

.service-detail .prod-tabs .tabs-content {
  position: relative;
  padding: 22px 22px 22px;
  border: 1px solid #dddddd;
  border-top: 0px;
}

.service-detail .prod-tabs .tabs-content .tab {
  position: relative;
  display: none;
  border-top: 0px;
}

.service-detail .prod-tabs .tabs-content .tab.active-tab {
  display: block;
}

.service-detail .prod-tabs .tabs-content .tab .content {
  position: relative;
}

.service-detail .prod-tabs .tabs-content .tab .content p {
  position: relative;
  font-size: 1rem;
  line-height: 30px;
  color: #222222;
  margin-bottom: 0px;
}

/*** 

====================================================================
			Specialize Section
====================================================================

***/
.specialize-section {
  position: relative;
  padding: 100px 0;
}

.specialize-section .sec-title {
  margin-bottom: 60px;
}

.services-carousel-two {
  position: relative;
  padding-bottom: 80px;
}

.service-block-two {
  position: relative;
}

.service-block-two .inner-box {
  position: relative;
  display: block;
}

.service-block-two .image-box {
  position: relative;
}

.service-block-two .image-box .image {
  position: relative;
  margin-bottom: 0;
  background-color: #222222;
  overflow: hidden;
}

.service-block-two .image-box .image img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 500ms ease;
  border: 1px solid #ff8a00;
}

.service-block-two .image-box:hover .image img {
  opacity: 0.7;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.service-block-two .caption-box {
  position: relative;
  padding: 25px 0px;
}

.service-block-two .caption-box h3 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 1.3em;
  color: #222222;
  font-weight: 400;
  margin-bottom: 5px;
}

.service-block-two .caption-box h3 a {
  color: #222222;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-two .caption-box h3 a:hover {
  color: #ff8a00;
}

.service-block-two .link-box a {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  line-height: 20px;
  color: #ff8a00;
  font-weight: 400;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block-two .link-box a:hover {
  color: #222222;
}

.services-carousel-two .owl-nav {
  display: none;
}

.services-carousel-two .owl-dots {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.services-carousel-two .owl-dot {
  position: relative;
  display: inline-block;
  height: 16px;
  width: 4px;
  margin: 0 5px;
  background-color: #b6b6b6;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-bottom: 7px;
}

.services-carousel-two .owl-dot:hover,
.services-carousel-two .owl-dot.active {
  height: 30px;
  margin-bottom: 0;
  background-color: #ff8a00;
}

/*** 

====================================================================
			Specialize Section Two
====================================================================

***/
.specialize-section-two {
  position: relative;
  padding: 100px 0;
}
.specialize-section-two.alternate .carousel-column .inner-column .carousel-outer .image-carousel .owl-stage-outer .slide-items .sec-title {
  margin-bottom: 25px;
}
.specialize-section-two.alternate .carousel-column .inner-column .carousel-outer .image-carousel .owl-stage-outer .slide-items .text-box p {
  margin-bottom: 15px;
}

.specialize-section-two .title-column {
  position: relative;
}

.specialize-section-two .title-column .sec-title {
  margin-bottom: 50px;
}

.specialize-section-two .title-column .text-box {
  position: relative;
}

.specialize-section-two .title-column .text-box h4 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1.2em;
  color: #ffac00;
  font-weight: 500;
  margin-bottom: 30px;
}

.specialize-section-two .title-column .text-box p {
  position: relative;
  display: block;
  font-size: 1rem;
  line-height: 30px;
  color: #222222;
  font-weight: 400;
  margin-bottom: 30px;
}

.specialize-section-two .title-column .link-box {
  position: relative;
}

.specialize-section-two .title-column .link-box a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  color: #222222;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
}

.specialize-section-two .carousel-column {
  position: relative;
}

.specialize-section-two .carousel-column .inner-column {
  position: relative;
  padding-left: 40px;
}

.specialize-section-two .carousel-column .carousel-outer {
  position: relative;
  padding-left: 160px;
}

.specialize-section-two .thumbs-carousel {
  position: absolute;
  left: 75px;
  top: -64px;
  transform: rotate(90deg);
  transform-origin: left;
  max-width: 590px;
  margin: 0 auto;
}

.specialize-section-two .thumbs-carousel .thumb-box {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.specialize-section-two .thumbs-carousel .thumb-box figure {
  position: relative;
  margin-bottom: 0;
}

.specialize-section-two .thumbs-carousel .thumb-box .overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.specialize-section-two .thumbs-carousel .thumb-box .overlay:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #ff9f14;
  opacity: 0.7;
  content: "";
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.specialize-section-two .thumbs-carousel .thumb-box:hover .overlay:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.specialize-section-two .thumbs-carousel .thumb-box .overlay .icon {
  position: absolute;
  height: 40px;
  width: 40px;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  text-align: center;
  line-height: 40px;
  font-size: 30px;
  color: #222222;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.specialize-section-two .thumbs-carousel .thumb-box:hover .overlay .icon {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition-delay: 300ms;
}

.specialize-section-two .carousel-outer .thumbs-carousel img {
  transform: rotate(-90deg);
  width: 130px;
  height: 130px;
}

.carousel-outer .thumbs-carousel .owl-nav {
  position: absolute;
  left: 96%;
  bottom: -442%;
  transform: rotate(-90deg);
  transform-origin: left;
  min-width: 300px;
}

.carousel-outer .thumbs-carousel .owl-next,
.carousel-outer .thumbs-carousel .owl-prev {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  font-size: 1rem;
  color: #bbbbbb;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 30px;
  padding-top: 6px;
  background-color: #ffffff;
  z-index: 9;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.carousel-outer .thumbs-carousel .owl-next:hover,
.carousel-outer .thumbs-carousel .owl-prev:hover {
  color: #ff8a00;
}

.carousel-outer .thumbs-carousel .owl-next:before,
.carousel-outer .thumbs-carousel .owl-prev:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  width: 60px;
  border: 2px solid #bbbbbb;
  border-right: 0;
  content: "";
  z-index: -1;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.carousel-outer .thumbs-carousel .owl-next:hover:before,
.carousel-outer .thumbs-carousel .owl-prev:hover:before {
  border-color: #ff8a00;
}

.carousel-outer .thumbs-carousel .owl-next:before {
  left: auto;
  right: -25px;
  border: 2px solid #bbbbbb;
  border-left: 0;
}

.carousel-outer .thumbs-carousel .owl-next span {
  margin-left: 5px;
}

.carousel-outer .thumbs-carousel .owl-prev span {
  margin-right: 5px;
}

.specialize-section-two.alternate .title-column {
  order: 12;
}

.specialize-section-two.alternate .carousel-outer .thumbs-carousel .owl-nav {
  position: absolute;
  left: 93%;
  bottom: auto;
  top: -442%;
  transform: rotate(-90deg);
}

.specialize-section-two.alternate .carousel-column .inner-column {
  padding-left: 0;
  padding-right: 40px;
}

/*** 

====================================================================
			Process Section
====================================================================

***/
/***

====================================================================
			Fun Fact Section
====================================================================

***/
.fun-fact-section {
  position: relative;
}

.fun-fact-section .outer-box {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  max-width: 1400px;
  margin: 0 auto;
  padding: 100px 0 100px;
}
.fun-fact-section .outer-box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.51);
}

/***

====================================================================
			Fun Fact And Features
====================================================================

***/
.feature-block {
  position: relative;
}

.feature-block .inner-box {
  position: relative;
  background-color: #ffffff;
  padding: 35px 35px 30px;
  -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 32px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 32px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 32px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-block .inner-box:hover {
  background-color: #ff8a00;
}

.feature-block .icon-box {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.feature-block .icon-box .icon {
  position: relative;
  display: inline-block;
  font-size: 52px;
  line-height: 52px;
  color: #222222;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-block .inner-box:hover .icon-box .icon {
  color: #ffffff;
}

.feature-block h3 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #222222;
  font-weight: 500;
  padding-bottom: 12px;
  margin-bottom: 30px;
}

.feature-block h3 a {
  position: relative;
  display: inline-block;
  color: #222222;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-block .inner-box:hover h3 a {
  color: #ffffff;
}

.feature-block h3:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 40px;
  background-color: #222222;
  content: "";
}

.feature-block .text {
  position: relative;
  display: block;
  font-size: 1rem;
  line-height: 24px;
  color: #222222;
  font-weight: 400;
  margin-bottom: 28px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-block .inner-box:hover .text {
  color: #ffffff;
}

.feature-block .link-box {
  position: relative;
}

.feature-block .link-box a {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  line-height: 24px;
  color: #ff8a00;
  font-weight: 700;
  font-family: "Arimo", 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;
}

.feature-block .inner-box:hover .link-box a {
  color: #222222;
}

/***

====================================================================
			Projects Section
====================================================================

***/
.projects-section {
  position: relative;
  padding: 100px 0 0;
}

.projects-section .inner-container {
  position: relative;
}

.project-block {
  position: relative;
  padding: 10px;
  padding-top: 0;
}

.project-block .image-box {
  position: relative;
  height: 400px;
  max-height: 400px;
  overflow: hidden;
}

.project-block .image-box .image {
  position: relative;
  margin-bottom: 0;
}

.project-block .image-box .image img {
  display: block;
  width: 100%;
  height: 400px;
  border-radius: 20px;
  text-align: center;
  object-fit: cover;
  text-align: center;
  position: absolute;
}

.project-block .overlay-box {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.project-block .overlay-box h4 {
  top: 30px;
  text-align: center;
  opacity: 0;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.project-block .overlay-box h4 a {
  color: #ffffff;
  text-align: center;
}

.project-block .image-box:hover .overlay-box h4 {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}

.project-block .overlay-box:before {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 0%;
  width: 0%;
  opacity: 0;
  overflow: hidden;
  content: "";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.project-block .image-box:hover .overlay-box:before {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  visibility: visible;
  border-radius: 20px;
}

.project-block .overlay-box .btn-box {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  opacity: 0;
  margin-top: -15px;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.project-block .overlay-box .btn-box a {
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  margin: 0 6px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.project-block .overlay-box .btn-box a:hover {
  color: #ff8a00;
}

.project-block .image-box:hover .overlay-box .btn-box {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
}

.project-block .overlay-box .tag {
  position: absolute;
  left: 30px;
  bottom: 30px;
  text-align: right;
  opacity: 0;
  font-size: 1rem;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.project-block .image-box:hover .overlay-box .tag {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.projects-carousel {
  position: relative;
}

.projects-carousel .owl-nav {
  position: absolute;
  left: 50%;
  bottom: -70px;
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
  transform: translate(-50%, -50%);
}

.projects-carousel .owl-next,
.projects-carousel .owl-prev {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  font-size: 1rem;
  color: #bbbbbb;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 30px;
  padding-top: 6px;
  background-color: #ffffff;
  z-index: 9;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.projects-carousel .owl-next:hover,
.projects-carousel .owl-prev:hover {
  color: #ff8a00;
}

.projects-carousel .owl-next:before,
.projects-carousel .owl-prev:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  width: 60px;
  border: 2px solid #bbbbbb;
  border-right: 0;
  content: "";
  z-index: -1;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.projects-carousel .owl-next:hover:before,
.projects-carousel .owl-prev:hover:before {
  border-color: #ff8a00;
}

.projects-carousel .owl-next:before {
  left: auto;
  right: -25px;
  border: 2px solid #bbbbbb;
  border-left: 0;
}

.projects-carousel .owl-next span {
  margin-left: 5px;
}

.projects-carousel .owl-prev span {
  margin-right: 5px;
}

/*=== Projects Section Alternate ===*/
.projects-section.alternate {
  position: relative;
  padding: 100px 0;
}

.mixitup-gallery .filters {
  margin-bottom: 50px;
  text-align: center;
}

.mixitup-gallery .filters .filter-tabs {
  position: relative;
  display: inline-block;
  border-bottom: 2px solid #222222;
}

.mixitup-gallery .filters li {
  position: relative;
  float: left;
  font-size: 16px;
  line-height: 30px;
  color: #222222;
  font-weight: 500;
  cursor: pointer;
  text-transform: uppercase;
  padding: 0 5px 10px;
  margin-right: 30px;
  margin-bottom: -2px;
  border-bottom: 2px solid transparent;
  font-family: "Rubik", 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;
}

.mixitup-gallery .filters li:last-child {
  margin-right: 0;
}

.mixitup-gallery .filters li.active,
.mixitup-gallery .filters li:hover {
  border-bottom: 4px solid #ff8a00;
}

.project-block.mix {
  display: none;
  margin-bottom: 10px;
}

.projects-section.alternate .styled-pagination {
  margin-top: 50px;
}

/*** 

====================================================================
		Projects Section Two
====================================================================

***/
.projects-section-two {
  position: relative;
  padding: 100px 0;
}

.projects-section-two .upper-box {
  position: relative;
}

.projects-section-two .upper-box .sec-title {
  float: left;
  margin-bottom: 50px;
}

.projects-section-two .upper-box .link-box {
  position: relative;
  float: right;
  margin-top: 25px;
}

.projects-section-two .upper-box .link-box a {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #ff8a00;
  font-weight: 700;
  font-family: "Arimo", 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;
}

.projects-section-two .upper-box .link-box a:hover {
  color: #222222;
}

.projects-carousel-two {
  position: relative;
}

.project-block-two {
  position: relative;
  padding-left: 200px;
  transition: all 300ms ease;
}

.project-block-two .image-box {
  position: relative;
}

.project-block-two .image-box .image {
  position: relative;
  margin-bottom: 0;
}

.project-block-two .image-box .image img {
  display: block;
  width: 100%;
  height: auto;
}

.project-block-two .info-box {
  position: absolute;
  left: 200px;
  top: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.projects-carousel-two .active .project-block-two .info-box {
  left: 18px;
  opacity: 1;
  visibility: visible;
  transition-delay: 500ms;
}

.project-block-two .info-box .inner-box {
  position: relative;
  background: #ffffff;
  max-width: 600px;
  width: 100%;
  padding: 35px 30px 20px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.18);
}

.project-block-two .info-box .title {
  position: relative;
  display: block;
  font-size: 1rem;
  line-height: 1.2em;
  color: #222222;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.project-block-two .info-box h3 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 500;
  margin-bottom: 25px;
  font-family: "Bubblegum Sans", sans-serif;
}

.project-block-two .info-box .text {
  position: relative;
  display: block;
  font-size: 1rem;
  line-height: 30px;
  color: #222222;
  font-weight: 400;
  margin-bottom: 65px;
}

.project-block-two .info-box .link-box {
  position: relative;
}

.project-block-two .info-box .link-box a {
  position: relative;
  display: block;
  font-size: 1rem;
  line-height: 30px;
  color: #ff8a00;
  font-weight: 700;
  font-family: "Arimo", 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;
}

.project-block-two .info-box .link-box a:hover {
  color: #222222;
}

.projects-carousel-two .owl-nav {
  position: absolute;
  left: 15px;
  bottom: 0;
  width: 60px;
  height: 30px;
  opacity: 0;
}

.projects-carousel-two .owl-next,
.projects-carousel-two .owl-prev {
  position: absolute;
  left: 15px;
  bottom: 0;
  font-size: 12px;
  line-height: 30px;
  color: #222222;
  font-weight: 400;
  transition: all 300ms ease;
  z-index: 9;
}

.projects-carousel-two .owl-next {
  left: auto;
  right: -15px;
}

.projects-carousel-two .owl-next:hover,
.projects-carousel-two .owl-prev:hover {
  color: #ff8a00;
}

.projects-carousel-two .owl-dots {
  position: absolute;
  left: 15px;
  bottom: 0;
  height: 30px;
  width: 60px;
  z-index: 0;
  counter-reset: slides-num;
  opacity: 0;
}

.projects-carousel-two .owl-dots:after {
  position: absolute;
  left: 52px;
  content: counter(slides-num);
  display: inline-block;
  line-height: 30px;
  font-size: 16px;
  font-weight: 700;
  color: #222222;
}

.projects-carousel-two .owl-dot {
  display: inline-block;
  counter-increment: slides-num;
}

.projects-carousel-two .owl-dot span {
  display: none;
}

.projects-carousel-two .owl-dot.active:before {
  position: absolute;
  content: counter(slides-num) " /";
  line-height: 30px;
  font-size: 16px;
  font-weight: 700;
  color: #222222;
  left: 30px;
  top: 0;
}

/*** 

====================================================================
	Product Detail
====================================================================

***/
.project-details-section {
  position: relative;
  padding: 100px 0 60px;
}

.project-detail .upper-box {
  position: relative;
}

.project-detail .project-tabs {
  position: relative;
}

.project-detail .project-tabs .tab-btns {
  position: relative;
  float: left;
  margin-right: 30px;
  width: 170px;
}

.project-detail .project-tabs .tab-btn {
  position: relative;
  display: block;
  cursor: pointer;
  margin-bottom: 25px;
}

.project-detail .project-tabs .tab-btn img {
  display: block;
  width: 100%;
  height: auto;
}

.project-detail .tabs-content {
  position: relative;
  float: right;
}

.project-detail .tabs-content .image {
  position: relative;
}

.project-detail .tabs-content .image img {
  display: block;
  width: 100%;
  height: auto;
}

.project-detail .lower-content {
  position: relative;
  padding-top: 50px;
}

.project-detail .lower-content .content-column {
  position: relative;
}

.project-detail .lower-content h2 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 500;
  margin-bottom: 20px;
}

.project-detail .lower-content h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 500;
  margin-bottom: 27px;
}

.project-detail .lower-content h4 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 500;
  margin-bottom: 20px;
}

.project-detail .lower-content p {
  position: relative;
  display: block;
  font-size: 1rem;
  line-height: 28px;
  color: #666666;
  font-weight: 400;
  margin-bottom: 30px;
}

.project-detail .list-style-one {
  position: relative;
  margin-bottom: 30px;
}

.project-detail .list-style-one:after {
  display: table;
  clear: both;
  content: "";
}

.project-detail .info-column {
  position: relative;
  margin-bottom: 40px;
}

.project-detail .info-list {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.project-detail .info-list li {
  position: relative;
  font-size: 1rem;
  line-height: 28px;
  color: #666666;
  font-weight: 400;
}

.project-detail .info-list li strong {
  position: relative;
  float: left;
  color: #222222;
  font-weight: 700;
  width: 180px;
}

/*Help Box Two*/
.help-box-two {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/icons/help-bg.jpg);
}

.help-box-two .inner {
  position: relative;
  border: 1px solid #dddddd;
  padding: 35px 40px;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 0 0 16px rgba(0, 0, 0, 0.07);
  -o-box-shadow: 0 0 16px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.07);
}

.help-box-two .inner .title {
  position: relative;
  display: block;
  font-size: 1rem;
  line-height: 24px;
  color: #ffb902;
  font-weight: 700;
  margin-bottom: 10px;
}

.help-box-two .inner h2 {
  position: relative;
  color: #222222;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.help-box-two .inner .text {
  position: relative;
  color: #222222;
  font-size: 1rem;
  line-height: 28px;
  margin-bottom: 30px;
}

.help-box-two .inner .theme-btn {
  background-color: transparent;
  border: 1px solid #222222;
  padding: 10px 35px;
  line-height: 20px;
  color: #ffb902;
}

.help-box-two .inner .theme-btn:hover {
  color: #ffffff;
}

/*** 

====================================================================
			Styled Pagination
====================================================================

***/
.styled-pagination {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 50px;
}
.styled-pagination .pagination-container {
  text-align: center;
}
.styled-pagination .pagination-container .navigation .page-numbers {
  padding: 10px 15px;
  border: 1px solid;
}

.styled-pagination ul {
  position: relative;
  width: 100%;
  text-align: center;
}

.styled-pagination li {
  position: relative;
  display: inline-block;
  margin: 0 5px 8px;
}

.styled-pagination li a {
  position: relative;
  display: block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 36px;
  font-weight: 400;
  font-size: 1rem;
  background: #ffffff;
  color: #bbbbbb;
  border: 2px solid #bbbbbb;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.styled-pagination li a:hover,
.styled-pagination li.active a {
  color: #222222;
  border-color: #222222;
}

.styled-pagination li.next-post a,
.styled-pagination li.prev-post a {
  width: auto;
  padding: 0 20px;
}

.styled-pagination li.next-post a:hover,
.styled-pagination li.prev-post a:hover {
  color: #ff8a00;
  border-color: #ff8a00;
}

/*** 

====================================================================
		Offer Section
====================================================================

***/
.offer-section {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0 0px;
}

.offer-section:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 200px;
  width: 100%;
  background-color: #ffffff;
  content: "";
}

.offer-section .content-column {
  position: relative;
  margin-bottom: 50px;
}

.offer-section .content-column .title {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 1.2em;
  color: #ff8a00;
  font-weight: 600;
  margin-bottom: 20px;
}

.offer-section .content-column h2 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 1.2em;
  color: #f2f2f2;
  font-weight: 700;
  font-family: "Arimo", sans-serif;
  margin-bottom: 30px;
}

.offer-section .content-column h2 span {
  text-transform: uppercase;
}

.offer-section .content-column .discount {
  position: relative;
  display: block;
  font-size: 84px;
  line-height: 1em;
  color: #ff8a00;
  font-weight: 800;
  font-style: italic;
  margin-bottom: 40px;
}

.offer-section .content-column .text {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #f2f2f2;
  font-weight: 400;
}

.offer-section .form-column {
  position: relative;
  z-index: 9;
}

.offer-section .form-column .inner-column {
  position: relative;
  margin-left: -15px;
}

.discount-form {
  position: relative;
  background-color: #f7f7f7;
  padding: 55px 50px 35px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.discount-form .form-group {
  position: relative;
  margin-bottom: 20px;
}

.discount-form .form-group input[type=text],
.discount-form .form-group input[type=email],
.discount-form .form-group input[type=url],
.discount-form .form-group textarea,
.discount-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1rem;
  color: #222222;
  line-height: 30px;
  padding: 14px 25px;
  background-color: #ffffff;
  height: 60px;
  border: 1px solid #bbbbbb;
  font-weight: 400;
  border-radius: 10px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.discount-form .form-group input:focus,
.discount-form .form-group select:focus,
.discount-form .form-group textarea:focus {
  border-color: #ff8a00;
}

.discount-form .form-group textarea {
  height: 220px;
  resize: none;
  margin-bottom: 10px;
}

.discount-form .form-group button {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 45px;
  line-height: 30px;
}

/*** 

====================================================================
			Team Section
====================================================================

***/
.team-section {
  position: relative;
  padding: 100px 0 40px;
}

.team-block {
  position: relative;
  margin-bottom: 60px;
}

.team-block .inner-box {
  position: relative;
  padding-right: 50px;
}

.team-block .image-box {
  position: relative;
  margin-bottom: 15px;
}

.team-block .image-box .image {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
  z-index: 9;
}

.team-block .image-box img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 500ms ease;
  border-radius: 20px;
}

.team-block .inner-box:hover .image-box img {
  opacity: 0.8;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.team-block .image-box .social-links {
  position: absolute;
  right: 0;
  top: 0;
}

.team-block .image-box .social-links li {
  position: relative;
  display: block;
  right: 0;
  opacity: 0;
  visibility: hidden;
}

.team-block .image-box .social-links li a {
  display: block;
  text-align: center;
  font-size: 19px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  color: #222222;
  font-weight: 400;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.team-block .image-box .social-links li a:hover {
  color: #fbb216;
}

.team-block .inner-box:hover .image-box .social-links li:nth-child(2) {
  transition-delay: 100ms;
}

.team-block .inner-box:hover .image-box .social-links li:nth-child(3) {
  transition-delay: 200ms;
}

.team-block .inner-box:hover .image-box .social-links li:nth-child(4) {
  transition-delay: 300ms;
}

.team-block .inner-box:hover .image-box .social-links li:nth-child(5) {
  transition-delay: 400ms;
}

.team-block .inner-box:hover .image-box .social-links li:nth-child(6) {
  transition-delay: 500ms;
}

.team-block .inner-box:hover .image-box .social-links li:nth-child(7) {
  transition-delay: 600ms;
}

.team-block .inner-box:hover .image-box .social-links li:nth-child(8) {
  transition-delay: 700ms;
}

.team-block .inner-box:hover .image-box .social-links li:nth-child(9) {
  transition-delay: 800ms;
}

.team-block .inner-box:hover .image-box .social-links li:nth-child(10) {
  transition-delay: 900ms;
}

.team-block .inner-box:hover .image-box .social-links li {
  right: -50px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.team-block .image-box .name {
  position: absolute;
  right: -40px;
  bottom: 40px;
  min-width: 170px;
  text-align: center;
  background-color: #222222;
  z-index: 9;
  transition: all 200ms linear;
  border-radius: 20px;
}

.team-block .image-box .name a {
  position: relative;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 27px;
  color: #ffffff;
  font-weight: 500;
  padding: 10px 20px;
  min-width: 170px;
}

.team-block .inner-box:hover .image-box .name {
  background-color: #ff8a00;
}

.team-block .inner-box .designation {
  position: relative;
  display: block;
  width: 100%;
  text-align: right;
  font-size: 1rem;
  line-height: 1.2em;
  color: #222222;
  font-weight: 500;
}

/*** 

====================================================================
		Testimonial Section
====================================================================

***/
.testimonial-section {
  position: relative;
}

.testimonial-section .outer-container {
  position: relative;
}

.testimonial-section .title-column {
  position: relative;
  float: right;
  width: 100%;
  max-width: 35%;
}

.testimonial-section .title-column .inner-column {
  position: relative;
  padding: 100px 15px 0;
  max-width: 500px;
  text-align: right;
  margin: 0 auto;
}

.testimonial-section .title-column .sec-title {
  margin-bottom: 60px;
}

.testimonial-section .title-column .text {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #222222;
  font-weight: 400;
}

.testimonial-section .testimonial-column {
  position: relative;
  float: right;
  width: 100%;
  max-width: 65%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 0 40px 40px 0;
  overflow: hidden;
}

.testimonial-section .testimonial-column .inner-column {
  position: static;
  float: right;
  max-width: 870px;
  width: 100%;
  padding: 100px 120px 100px 60px;
}

.testimonial-section .testimonial-column .inner-column:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  content: "";
  opacity: 0.9;
}

.testimonial-carousel {
  position: relative;
}

.testimonial-block {
  position: relative;
  padding-right: 30px;
  padding-bottom: 40px;
}

.testimonial-block:before {
  position: absolute;
  right: 30px;
  top: 40px;
  height: 150px;
  width: 150px;
  background-color: #ebebeb;
  content: "";
  opacity: 0;
  transition: all 300ms ease;
  transition-delay: 500ms;
}

.testimonial-carousel .active .testimonial-block:before {
  opacity: 0.2;
  right: 0px;
  bottom: 0px;
}

.testimonial-block .inner-box {
  position: relative;
  min-height: 210px;
  padding-right: 220px;
  text-align: right;
}

.testimonial-block .image-box {
  position: absolute;
  right: 0;
  top: 0;
  height: 210px;
  width: 150px;
}

.testimonial-block .image-box .image {
  position: relative;
}

.testimonial-block .image-box .image img {
  display: block;
  width: 100%;
  height: auto;
}

.testimonial-block .text {
  position: relative;
  display: block;
  font-size: 1rem;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 40px;
}

.testimonial-block .info-box {
  position: relative;
}

.testimonial-block .info-box .name {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 500;
}

.testimonial-block .info-box .designation {
  position: relative;
  display: block;
  font-size: 1rem;
  line-height: 30px;
  color: #ff8a00;
  font-weight: 400;
}

.testimonial-carousel .owl-nav {
  position: absolute;
  left: 0;
  bottom: 0;
}

.testimonial-carousel .owl-next,
.testimonial-carousel .owl-prev {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  margin-right: 15px;
  padding-right: 15px;
  transition: all 300ms ease;
}

.testimonial-carousel .owl-next {
  margin-right: 0;
  padding-right: 0;
}

.testimonial-carousel .owl-prev:before {
  position: absolute;
  right: -2px;
  top: 0;
  font-size: 16px;
  line-height: 30px;
  color: #555555;
  font-weight: 400;
  content: "|";
}

.testimonial-carousel .owl-next:hover,
.testimonial-carousel .owl-prev:hover {
  color: #ff8a00;
}

/*** 

====================================================================
		Testimonial Section Two
====================================================================

***/
.testimonial-section {
  padding: 100px 0;
}

.testimonial-carousel-two {
  position: relative;
}

/*** 

====================================================================
		Products Section
====================================================================

***/
.products-section {
  position: relative;
  padding: 100px 0 80px;
}

.products-section .sec-title {
  margin-bottom: 0;
}

.products-section .title-column {
  position: relative;
  margin-bottom: 40px;
}

.products-section .title-column .inner-column {
  position: relative;
  padding-top: 55px;
}

.products-section .title-column h4 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #222222;
  font-weight: 500;
  margin-bottom: 26px;
}

.products-section .title-column .text {
  position: relative;
  display: block;
  font-size: 1rem;
  line-height: 30px;
  color: #222222;
  font-weight: 400;
  margin-bottom: 30px;
}

.products-section .title-column .btn-box a {
  padding: 15px 38px;
  line-height: 20px;
}

.products-section .products-column {
  padding: 0;
}

.products-carousel {
  position: relative;
}

.products-carousel .product-block {
  padding: 15px;
  padding-top: 65px;
  transition: all 400ms ease;
}

.products-carousel .center .product-block {
  padding-top: 15px;
}

.products-carousel .center .product-block .inner-box {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.product-block {
  position: relative;
}

.product-block .inner-box {
  position: relative;
  border: 1px solid #e1e1e1;
  transition: all 400ms ease;
}

.product-block .info-box {
  position: relative;
  padding: 25px 28px;
  text-align: right;
}

.product-block .info-box .name {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #222222;
}

.product-block .info-box .price {
  position: relative;
  display: block;
  font-size: 1rem;
  line-height: 24px;
  color: #ffad00;
}

.products-carousel .owl-nav {
  position: absolute;
  left: -32%;
  bottom: 15px;
}

.products-carousel .owl-next,
.products-carousel .owl-prev {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  font-size: 1rem;
  color: #bbbbbb;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 30px;
  padding-top: 6px;
  background-color: #ffffff;
  z-index: 9;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.products-carousel .owl-next:hover,
.products-carousel .owl-prev:hover {
  color: #ff8a00;
}

.products-carousel .owl-next:before,
.products-carousel .owl-prev:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  width: 60px;
  border: 2px solid #bbbbbb;
  border-right: 0;
  content: "";
  z-index: -1;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.products-carousel .owl-next:hover:before,
.products-carousel .owl-prev:hover:before {
  border-color: #ff8a00;
}

.products-carousel .owl-next:before {
  left: auto;
  right: -25px;
  border: 2px solid #bbbbbb;
  border-left: 0;
}

.products-carousel .owl-next span {
  margin-left: 5px;
}

.products-carousel .owl-prev span {
  margin-right: 5px;
}

/***

====================================================================
		Video Section
====================================================================

***/
.fancybox-slide--iframe .fancybox-content {
  width: 25% !important;
}

/*** 

====================================================================
			FAQ Section
====================================================================

***/
.faq-section {
  position: relative;
  padding: 100px 0 35px;
}

.faq-section:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 38%;
  background-image: url(../images/icons/icon-dot.png);
  background-repeat: repeat;
  background-position: center;
  content: "";
}

.faq-section:after {
  position: absolute;
  right: 15px;
  bottom: 125px;
  height: 488px;
  width: 320px;
  background-image: url(../images/icons/icon-flower.png);
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  z-index: -1;
}

.faq-section .image-column {
  position: relative;
  margin-bottom: 50px;
}

.faq-section .image-column .inner-column {
  position: relative;
}

.faq-section .image-column .image-box {
  position: relative;
}

.faq-section .image-column .image {
  position: relative;
  margin-bottom: 0;
  text-align: center;
}
.faq-section .image-column .image img {
  border-radius: 20px;
}

.faq-section .title-column .image img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.faq-section .accordion-column {
  position: relative;
}

.faq-section .accordion-column .inner-column {
  position: relative;
  padding-left: 30px;
}

.faq-section .accordion-column .sec-title {
  margin-bottom: 35px;
}

.faq-section .accordion-box {
  position: relative;
}

.accordion-box .block {
  position: relative;
  list-style: inherit;
  font-size: 1.1rem;
  font-family: "Bubblegum Sans", sans-serif;
  color: #2c2b2b;
}

.accordion-box .block .acc-btn {
  position: relative;
  font-size: 1.2rem;
  line-height: 28px;
  color: #2c2b2b;
  font-weight: 500;
  cursor: pointer;
  padding: 15px 25px 15px;
  padding-right: 50px;
  margin-bottom: 5px;
}

.accordion-box .block .acc-btn.active {
  color: #ff8a00;
  margin-bottom: 0px;
}

.accordion-box .block .icon {
  position: absolute;
  right: 15px;
  top: 15px;
  height: 30px;
  width: 30px;
  font-size: 18px;
  line-height: 30px;
  color: #2c2b2b;
  text-align: center;
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active .icon:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 30px;
  width: 30px;
  line-height: 30px;
  opacity: 1;
  z-index: 1;
  color: #ff8a00;
  font-size: 18px;
  content: "\f146";
  font-family: "FontAwesome";
  text-align: center;
  transition: all 500ms ease;
}

.accordion-box .block .acc-content {
  position: relative;
  display: none;
  background-color: #ffffff;
}

.accordion-box .block .content {
  position: relative;
  padding: 0px 25px 15px;
  margin-bottom: 0;
}

.accordion-box .block .acc-content.current {
  display: block;
}

.accordion-box .block .content .text {
  display: block;
  font-size: 1rem;
  line-height: 30px;
  color: #222222;
}

/*** 

====================================================================
			FAQ Form Section
====================================================================

***/
.faq-form-section {
  position: relative;
  padding: 100px 0 70px;
  background-color: #f9f9f9;
}

.faq-form-section .sec-title {
  position: relative;
  margin-bottom: 15px;
}

.faq-form-section .faq-form {
  position: relative;
}

.faq-form .form-group {
  position: relative;
  margin-bottom: 30px;
}

.faq-form .form-group input[type=text],
.faq-form .form-group input[type=email],
.faq-form .form-group input[type=url],
.faq-form .form-group textarea,
.faq-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  font-size: 13px;
  color: #222222;
  line-height: 19px;
  padding: 10px 0px;
  background-color: transparent;
  font-weight: 400;
  height: 40px;
  border-bottom: 1px solid #e1e1e1;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.faq-form .form-group input:focus,
.faq-form .form-group select:focus,
.faq-form .form-group textarea:focus {
  border-color: #ff8a00;
}

.faq-form .form-group textarea {
  height: 150px;
  resize: none;
}

.faq-form .form-group button {
  padding: 15px 50px;
  line-height: 20px;
}

/*** 

====================================================================
		App Section
====================================================================

***/
.app-section {
  position: relative;
  padding-top: 100px;
}

.app-section .outer-box {
  position: relative;
  background-repeat: repeat;
  background-position: center;
  background-image: url(../images/icons/icon-lines-dark.jpg);
  padding: 135px 0;
}

.app-section .outer-box:after,
.app-section .outer-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 135px;
  width: 100%;
  background-color: #ffffff;
  content: "";
}

.app-section .outer-box:after {
  top: auto;
  bottom: 0;
}

.app-section .title-column {
  position: relative;
}

.app-section .title-column .inner-column {
  position: relative;
  padding-top: 85px;
}

.app-section .title-column h1 {
  position: relative;
  display: block;
  font-size: 84px;
  line-height: 72px;
  color: #ffffff;
  font-weight: 900;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}

.app-section .image-column {
  position: relative;
}

.app-section .image-column .inner-column {
  position: relative;
  margin-top: -135px;
  margin-bottom: -155px;
  z-index: 99;
  margin-left: -30px;
  margin-right: -30px;
}

.app-section .content-column {
  position: relative;
}

.app-section .content-column .inner-column {
  position: relative;
  padding-top: 85px;
}

.app-section .content-column h3 {
  position: relative;
  display: block;
  font-size: 30px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 15px;
}

.app-section .content-column .text {
  position: relative;
  display: block;
  font-size: 1rem;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
}

/*** 

====================================================================
				News Section
====================================================================

***/
.news-section {
  position: relative;
  padding: 100px 0 70px;
}

.news-section:before {
  position: absolute;
  right: 0;
  top: 140px;
  height: 347px;
  width: 157px;
  background-image: url(../images/icons/icon-dots.png);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}

.news-section:after {
  position: absolute;
  left: 0;
  top: 55px;
  height: 576px;
  width: 238px;
  background-image: url(../images/icons/pentagon.png);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  z-index: 0;
}

.news-section .sec-title {
  position: relative;
  margin-bottom: 45px;
  z-index: 1;
}

.news-block {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}

.news-block .inner-box {
  position: relative;
}

.news-block .image-box {
  position: relative;
  margin-right: 40px;
}

.news-block .image-box .image {
  position: relative;
  margin-bottom: 0;
}

.news-block .image-box .image img {
  display: block;
  width: 100%;
  height: auto;
}

.news-block .image-box .overlay-box {
  position: absolute;
  left: 0;
  top: 0;
  height: 0%;
  width: 100%;
  background: #ff8a00 padding-box content-box;
  content: "";
  padding: 15px;
  opacity: 0;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.news-block .inner-box:hover .overlay-box {
  height: 80%;
  opacity: 0.7;
}

.news-block .overlay-box a {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 40px;
  width: 40px;
  margin-left: -20px;
  margin-top: -20px;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  color: #000000;
  font-weight: 400;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.news-block .inner-box:hover .overlay-box a {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

.news-block .overlay-box a i {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block .overlay-box a:hover i {
  color: #ffffff;
}

.news-block .caption-box {
  position: relative;
  margin-top: -50px;
  margin-left: 40px;
  padding: 28px 35px 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0 0 21px rgba(0, 0, 0, 0.21);
  -ms-box-shadow: 0 0 21px rgba(0, 0, 0, 0.21);
  -o-box-shadow: 0 0 21px rgba(0, 0, 0, 0.21);
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.21);
}

.news-block .caption-box h3 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #2f2f2f;
  font-weight: 500;
  margin-bottom: 10px;
}

.news-block .caption-box h3 a {
  color: #2f2f2f;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block .inner-box:hover .caption-box h3 a {
  color: #ff8a00;
}

.news-block .caption-box .info {
  position: relative;
  display: block;
}

.news-block .caption-box .info li {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  line-height: 24px;
  color: #222222;
  font-weight: 400;
  margin-right: 10px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block .inner-box:hover .caption-box .info li {
  color: #222222;
}

.news-block .caption-box .info li a {
  color: #222222;
}

/* News Block Two */
.news-section.alternate {
  padding: 100px 0 40px;
}

.news-block-two {
  position: relative;
  margin-bottom: 60px;
  z-index: 1;
}

.news-block-two .inner-box {
  position: relative;
}

.news-block-two .image-box {
  position: relative;
}

.news-block-two .image-box .image {
  position: relative;
  margin-bottom: 0;
}

.news-block-two .image-box .image img {
  display: block;
  width: 100%;
  height: auto;
}

.news-block-two .image-box .overlay-box {
  position: absolute;
  left: 0;
  top: 0;
  height: 0%;
  width: 100%;
  background: #ff8a00 padding-box content-box;
  content: "";
  padding: 15px;
  opacity: 0;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.news-block-two .inner-box:hover .overlay-box {
  height: 100%;
  opacity: 0.7;
}

.news-block-two .overlay-box a {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 40px;
  width: 40px;
  margin-left: -20px;
  margin-top: -20px;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  color: #000000;
  font-weight: 400;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.news-block-two .inner-box:hover .overlay-box a {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

.news-block-two .overlay-box a i {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block-two .overlay-box a:hover i {
  color: #ffffff;
}

.news-block-two .caption-box {
  position: relative;
  margin-top: -25px;
  padding: 0 20px;
}

.news-block-two .caption-box .inner {
  position: relative;
  padding: 25px 30px 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0 0 21px rgba(0, 0, 0, 0.21);
  -ms-box-shadow: 0 0 21px rgba(0, 0, 0, 0.21);
  -o-box-shadow: 0 0 21px rgba(0, 0, 0, 0.21);
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.21);
}

.news-block-two .caption-box h3 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #2f2f2f;
  font-weight: 500;
  margin-bottom: 10px;
}

.news-block-two .caption-box h3 a {
  color: #2f2f2f;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block-two .inner-box:hover .caption-box h3 a {
  color: #ff8a00;
}

.news-block-two .caption-box .info {
  position: relative;
  display: block;
}

.news-block-two .caption-box .info li {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  line-height: 24px;
  color: #222222;
  font-weight: 400;
  margin-right: 10px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block-two .inner-box:hover .caption-box .info li {
  color: #222222;
}

.news-block-two .caption-box .info li a {
  color: #222222;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block-two .caption-box .info li a:hover {
  color: #ff8a00;
}

.news-block-two .caption-box .text {
  position: relative;
  display: block;
  font-size: 1rem;
  line-height: 30px;
  color: #222222;
  font-weight: 400;
  margin-top: 10px;
}

/***

====================================================================
		News Section Three
====================================================================

***/
.news-section-two {
  position: relative;
  padding: 50px 0 50px;
}

.news-section-two .sec-title {
  margin-bottom: 30px;
}

.news-section-two .column {
  position: relative;
}

.news-section-two .column .inner-column {
  padding-right: 35px;
}

/*News Block Three*/
.news-block-three {
  position: relative;
  margin-bottom: 50px;
}

.news-block-three .inner-box {
  position: relative;
}

.news-block-three .image-box {
  position: relative;
}

.news-block-three .image-box .image {
  position: relative;
  margin-bottom: 0;
}

.news-block-three .image-box .image img {
  display: block;
  width: 100%;
  height: auto;
}

.news-block-three .image-box .overlay-box {
  position: absolute;
  left: 0;
  top: 0;
  height: 0%;
  width: 100%;
  background: #ff8a00;
  content: "";
  opacity: 0;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.news-block-three .inner-box:hover .overlay-box {
  height: 100%;
  opacity: 0.7;
}

.news-block-three .overlay-box a {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 40px;
  width: 40px;
  margin-left: -20px;
  margin-top: -20px;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  color: #000000;
  font-weight: 400;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.news-block-three .inner-box:hover .overlay-box a {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

.news-block-three .overlay-box a i {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block-three .overlay-box a:hover i {
  color: #ffffff;
}

.news-block-three .content-box {
  position: relative;
  padding: 35px 0 0;
}

.news-block-three .content-box h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 34px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 12px;
}

.news-block-three .content-box h3 a {
  color: #2f2f2f;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block-three .inner-box:hover .content-box h3 a {
  color: #ff8a00;
}

.news-block-three .content-box .info {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.news-block-three .content-box .info li {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  line-height: 24px;
  color: #222222;
  font-weight: 400;
  margin-right: 10px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block-three .inner-box:hover .content-box .info li {
  color: #222222;
}

.news-block-three .content-box .info li a {
  color: #222222;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block-three .content-box .info li a:hover {
  color: #ff8a00;
}

.news-block-three .content-box .text {
  position: relative;
  display: block;
  font-size: 1rem;
  line-height: 30px;
  color: #222222;
  font-weight: 400;
}

/*News Block Four*/
.news-block-four {
  position: relative;
  margin-bottom: 50px;
}

.news-block-four .inner-box {
  position: relative;
  padding-left: 300px;
  min-height: 200px;
}

.news-block-four .image-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 270px;
  height: auto;
}

.news-block-four .image-box .image {
  position: relative;
  margin-bottom: 0;
}

.news-block-four .image-box .image img {
  display: block;
  width: 100%;
  height: auto;
}

.news-block-four .image-box .overlay-box {
  position: absolute;
  left: 0;
  top: 0;
  height: 0%;
  width: 100%;
  background: #ff8a00;
  content: "";
  opacity: 0;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.news-block-four .inner-box:hover .overlay-box {
  height: 100%;
  opacity: 0.7;
}

.news-block-four .overlay-box a {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 40px;
  width: 40px;
  margin-left: -20px;
  margin-top: -20px;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  color: #000000;
  font-weight: 400;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.news-block-four .inner-box:hover .overlay-box a {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

.news-block-four .overlay-box a i {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block-four .overlay-box a:hover i {
  color: #ffffff;
}

.news-block-four .content-box {
  position: relative;
  padding: 20px 0 0;
}

.news-block-four .content-box h3 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #2f2f2f;
  font-weight: 500;
  margin-bottom: 12px;
}

.news-block-four .content-box h3 a {
  color: #2f2f2f;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block-four .inner-box:hover .content-box h3 a {
  color: #ff8a00;
}

.news-block-four .content-box .info {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.news-block-four .content-box .info li {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  line-height: 24px;
  color: #222222;
  font-weight: 400;
  margin-right: 10px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block-four .inner-box:hover .content-box .info li {
  color: #222222;
}

.news-block-four .content-box .info li a {
  color: #222222;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block-four .content-box .info li a:hover {
  color: #ff8a00;
}

.news-block-four .content-box .text {
  position: relative;
  display: block;
  font-size: 1rem;
  line-height: 30px;
  color: #222222;
  font-weight: 400;
}

/*** 

====================================================================
		Blog Section
====================================================================

***/
.blog-section {
  position: relative;
  padding: 100px 0;
}

.blog-section .styled-pagination {
  margin-top: 20px;
}

.blog-classic .news-block-two .caption-box .inner {
  padding: 30px 35px 30px;
  z-index: 99;
}

.blog-classic .news-block-two .caption-box h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

.blog-classic .news-block-two .caption-box .text {
  margin-top: 15px;
}

.news-block-two .single-item-carousel {
  position: relative;
}

.news-block-two .image-box .owl-nav {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  margin-top: -60px;
}

.news-block-two .image-box .owl-nav .owl-next,
.news-block-two .image-box .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 120px;
  text-align: center;
  line-height: 120px;
  font-size: 22px;
  color: #000000;
  font-weight: 400;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block-two .image-box .owl-nav .owl-next {
  left: auto;
  right: 0;
}

.news-block-two .image-box .owl-nav .owl-next:hover,
.news-block-two .image-box .owl-nav .owl-prev:hover {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
}

.news-block-two .blockquote {
  position: relative;
  display: block;
  border: 1px solid #d7d7d7;
  padding: 85px 50px 110px;
  margin-top: 100px;
  margin-bottom: 0;
}

.news-block-two .blockquote:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  opacity: 0.8;
  content: "";
}

.news-block-two .blockquote .icon {
  position: absolute;
  left: 70px;
  top: -42px;
  height: 84px;
  width: 84px;
  background-color: #ffffff;
  line-height: 84px;
  text-align: center;
  font-size: 48px;
  color: #bbbbbb;
  font-weight: 400;
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 13px rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0 0 13px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 0 13px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.09);
}

.news-block-two .blockquote h2 {
  position: relative;
  display: block;
  font-size: 50px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 400;
  letter-spacing: -0.04em;
  font-family: "BenchNine", sans-serif;
}

.news-block-two .blockquote h2 span {
  color: #ff8a00;
  text-transform: uppercase;
}

.news-block-two .blockquote .author {
  position: absolute;
  right: 0px;
  bottom: 70px;
  line-height: 25px;
  color: #ffffff;
  font-size: 1rem;
  background-color: #222222;
  padding: 0 15px;
}

.news-block-two .image-box .link {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block-two .image-box .link:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.news-block-two .image-box .link .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 60px;
  width: 60px;
  background-color: rgba(0, 0, 0, 0.65);
  padding-left: 4px;
  font-size: 18px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  margin-top: -30px;
  margin-left: -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;
}

.news-block-two .image-box .link:hover .icon {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

/*** 

====================================================================
		Blog Detail
====================================================================

***/
.blog-detail .news-block-two .caption-box .inner {
  padding: 35px 40px 5px;
}

.blog-detail .news-block-two .caption-box .info {
  margin-bottom: 15px;
}

.blog-detail .news-block-two .caption-box h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

.blog-detail .news-block-two .caption-box p {
  position: relative;
  font-size: 1rem;
  line-height: 30px;
  color: #222222;
  font-weight: 400;
  margin-bottom: 30px;
}

.blog-detail .news-block-two .caption-box blockquote {
  position: relative;
  display: block;
  padding-left: 40px;
  font-size: 16px;
  line-height: 30px;
  color: #252525;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 30px;
  padding-top: 15px;
}

.blog-detail .news-block-two .caption-box blockquote .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  line-height: 30px;
  color: #d7a449;
  font-weight: 400;
}

.blog-detail .tags {
  position: relative;
  margin-bottom: 30px;
}

.blog-detail .tags .title {
  position: relative;
  float: left;
  margin-right: 23px;
  font-size: 1rem;
  line-height: 25px;
  color: #222222;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  padding: 5px 0;
  margin-bottom: 10px;
}

.blog-detail .tags ul li {
  position: relative;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.blog-detail .tags ul li a {
  position: relative;
  display: block;
  font-size: 1rem;
  line-height: 25px;
  color: #939292;
  font-weight: 400;
  padding: 5px 25px;
  border: 1px solid #e1e1e1;
  border-radius: 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;
}

.blog-detail .tags ul li a:hover {
  background-color: #222222;
  color: #ffffff;
}

.blog-detail .share-option {
  position: relative;
  margin-bottom: 60px;
}

.blog-detail .share-option .title {
  position: relative;
  display: block;
  margin-right: 23px;
  font-size: 1rem;
  line-height: 25px;
  color: #222222;
  font-weight: 500;
  padding: 5px 0;
  margin-bottom: 10px;
  font-family: "Rubik", sans-serif;
}

.social-icon-colored {
  position: relative;
}

.social-icon-colored li {
  position: relative;
  float: left;
  margin-right: 6px;
  margin-bottom: 10px;
}

.social-icon-colored li a {
  position: relative;
  display: block;
  font-size: 1rem;
  line-height: 25px;
  color: #ffffff;
  font-weight: 500;
  padding: 5px 15px;
  background-color: #222222;
  border-radius: 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;
}

.social-icon-colored li a i {
  margin-right: 10px;
}

.social-icon-colored li.facebook a {
  background-color: #3b5998;
}

.social-icon-colored li.twitter a {
  background-color: #1da1f2;
}

.social-icon-colored li.google-plus a {
  background-color: #d73d32;
}

.social-icon-colored li.pinterest a {
  background-color: #bd081c;
}

.social-icon-colored li.mail a {
  background-color: #7b8285;
}

.social-icon-colored li a:hover {
  background-color: #222222;
  color: #ffffff;
}

/*** 

====================================================================
		Blog Detail Style Two
====================================================================

***/
.blog-detail.style-two {
  position: relative;
  padding: 100px 0 30px;
}

.blog-detail.style-two .inner-container {
  position: relative;
  max-width: 1000px;
  padding: 0 15px;
  margin: 0 auto;
}

.blog-detail.style-two .news-block-two .caption-box {
  margin-top: 0;
  padding: 0;
}

.blog-detail.style-two .news-block-two .caption-box .inner {
  padding: 35px 35px;
}

.blog-detail.style-two .news-block-two .caption-box blockquote {
  padding-left: 25px;
  padding-top: 0;
  margin-bottom: 50px;
}

.blog-detail.style-two .news-block-two .caption-box blockquote .icon {
  position: relative;
  display: block;
  top: 0;
  font-size: 30px;
  margin-bottom: 10px;
}

.blog-detail.style-two .comments-area .comment-box {
  margin-bottom: 40px;
}

.blog-detail.style-two .comments-area .comment {
  padding-top: 0;
  padding-left: 110px;
}

.blog-detail.style-two .comments-area .comment-box .author-thumb {
  height: 80px;
  width: 80px;
  border-radius: 15px;
}

.blog-detail.style-two .group-title h2 {
  font-size: 24px;
}

.blog-detail.style-two .comment-form {
  margin-bottom: 40px;
}

.blog-detail.style-two .comment-form .form-group textarea {
  height: 230px;
  margin-bottom: 40px;
}

/***

====================================================================
		Clients Section
====================================================================

***/
.clients-section {
  position: relative;
  z-index: 9;
}

.clients-section:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 50%;
  width: 100%;
  background-color: #ffffff;
  content: "";
}

.clients-section .inner-container {
  position: relative;
  max-width: 1430px;
  margin: 0 auto;
  background-color: #ffffff;
}

.clients-section .sponsors-outer {
  position: relative;
  padding: 50px 55px;
  -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 21px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 21px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 21px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.3);
}

.clients-section .slide-item {
  position: relative;
}

.clients-section .image-box {
  position: relative;
  margin: 0;
  text-align: center;
}

.clients-section .image-box img {
  display: inline-block;
  max-width: 100%;
  width: auto;
  height: auto;
}

.clients-section .sponsors-carousel .owl-dots,
.clients-section .sponsors-carousel .owl-nav {
  display: none;
}

.clients-section.style-two:before {
  display: none;
}

.clients-section.style-two .sponsors-outer {
  padding: 50px 0;
  box-shadow: none;
}

/***

==================================================================
		Contact Section
==================================================================

***/
.contact-section {
  position: relative;
  padding: 100px 0;
  background-color: #f9f9f9;
}

.contact-section .sec-title {
  margin-bottom: 40px;
}

.contact-section .inner-container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}

.contact-section .info-column {
  position: relative;
}

.contact-section .info-column .inner-column {
  position: relative;
}

.contact-section .info-column h4 {
  position: relative;
  font-size: 20px;
  line-height: 1.2em;
  color: #2f2f2f;
  font-weight: 500;
  margin-bottom: 25px;
}

.contact-section .info-column .contact-info {
  position: relative;
}

.contact-section .info-column .contact-info li {
  position: relative;
  display: block;
  font-size: 1rem;
  line-height: 28px;
  color: #222222;
  font-weight: 400;
  margin-bottom: 28px;
}

.contact-section .info-column .contact-info li a {
  display: inline-block;
  color: #222222;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contact-section .info-column .contact-info li a:hover {
  color: #ff8a00;
}

.contact-section .form-column {
  position: relative;
}

.contact-section .form-column .inner-column {
  margin-top: -20px;
}

.contact-seciton {
  padding: 2rem 0 4rem;
}
.contact-seciton .contact-form {
  position: relative;
}
.contact-seciton .contact-form .wpforms-container {
  margin: 0 !important;
}
.contact-seciton .contact-form .wpforms-container form .wpforms-field-container input {
  min-height: 55px;
}
.contact-seciton .contact-form .form-group {
  position: relative;
  margin-bottom: 30px;
}

.contact-form .form-group input[type=text],
.contact-form .form-group input[type=email],
.contact-form .form-group input[type=url],
.contact-form .form-group input[type=tel],
.contact-form .form-group textarea,
.contact-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1rem;
  color: #222222;
  line-height: 19px;
  padding: 10px 0px;
  background-color: transparent;
  font-weight: 400;
  height: 40px;
  border-bottom: 1px solid #e1e1e1;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contact-form .form-group input:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
  border-color: #ff8a00;
}

.contact-form .form-group textarea {
  height: 90px;
  resize: none;
}

.contact-form .form-group button {
  padding: 15px 50px;
  line-height: 20px;
  text-transform: uppercase;
}

.contact-form .form-group label.error {
  color: #ff0000;
}

#enquiryForm .modal-dialog .modal-content {
  background-color: #ff8a00;
  border-radius: 10px;
}
#enquiryForm .modal-dialog .modal-header .modal-title {
  color: white;
}
#enquiryForm .modal-dialog .modal-header .close {
  opacity: 1;
  position: absolute;
  right: 0;
  top: -5px;
  width: 35px;
  height: 35px;
  padding: 0;
  background: #031f8d;
  color: #fff;
}
#enquiryForm .modal-dialog .modal-header .close::before {
  opacity: 1;
  top: 0;
  right: 0;
  left: 0;
  border: 1px solid white;
}
#enquiryForm .modal-dialog .modal-body .form-group textarea {
  height: 80px;
}
#enquiryForm .modal-dialog .modal-body .wpforms-container {
  margin: 0;
}
#enquiryForm .modal-dialog .modal-body .wpforms-container .wpforms-field {
  padding: 10px 0;
}
#enquiryForm .modal-dialog .modal-body .wpforms-container .wpforms-field textarea {
  height: 100px;
}
#enquiryForm .modal-dialog .modal-body .wpforms-container button {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  padding: 4px 40px;
  text-transform: capitalize;
  font-weight: 400;
  border-radius: 50px;
  border: 1px solid;
  background: #aa8837;
  float: right;
}
#enquiryForm .modal-dialog .modal-body .wpforms-container button:hover {
  color: #ffffff;
  -webkit-box-shadow: rgb(34, 34, 34) 0 0px 0px 40px inset;
  -moz-box-shadow: rgb(34, 34, 34) 0 0px 0px 40px inset;
  -ms-box-shadow: rgb(34, 34, 34) 0 0px 0px 40px inset;
  -o-box-shadow: rgb(34, 34, 34) 0 0px 0px 40px inset;
  box-shadow: rgb(34, 34, 34) 0 0px 0px 40px inset;
}
#enquiryForm .modal-dialog .modal-body .wpforms-container button:focus {
  outline: none;
}
#enquiryForm .modal-dialog .modal-footer p {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
#enquiryForm .modal-dialog .modal-footer p br {
  display: none;
}
#enquiryForm .modal-dialog .modal-footer p input {
  margin-right: 15px;
}

/***

==================================================================
		Main Footer
==================================================================

***/
/*Recent Posts*/
.recent-posts {
  position: relative;
}

.recent-posts .post {
  position: relative;
  min-height: 70px;
  padding-left: 105px;
  margin-bottom: 30px;
}

.recent-posts .post .thumb {
  position: absolute;
  left: 0;
  top: 0;
  height: 70px;
  width: 80px;
  overflow: hidden;
}

.recent-posts .post .thumb a {
  display: block;
}

.recent-posts .post .thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.recent-posts .post h4 {
  position: relative;
  font-size: 18px;
  color: #f4f4f4;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 3px;
}

.recent-posts .post h4 a {
  color: #f4f4f4;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.recent-posts .post h4 a:hover {
  color: #ff8a00;
}

.recent-posts .post .info {
  position: relative;
  display: block;
}

.recent-posts .post .info li {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  color: #f4f4f4;
  font-weight: 400;
  padding-right: 3px;
  margin-right: 3px;
}

.recent-posts .post .info li:before {
  position: absolute;
  right: -4px;
  top: 0;
  font-size: 12px;
  line-height: 20px;
  color: #f4f4f4;
  font-weight: 400;
  content: "/";
}

.recent-posts .post .info li:last-child:before {
  display: none;
}

/*=== links Widget ===*/
/***

==================================================================
			Sidebar Page Container
==================================================================

***/
.sidebar-page-container {
  position: relative;
  overflow: hidden;
  padding: 100px 0 50px;
}

.sidebar-page-container .sidebar-side,
.sidebar-page-container .content-side {
  position: relative;
  margin-bottom: 50px;
}

.sidebar-widget {
  position: relative;
  margin-bottom: 55px;
}

.sidebar-side .sidebar-widget:last-child {
  margin-bottom: 0;
}

.sidebar-page-container .sidebar-title {
  position: relative;
  margin-bottom: 25px;
}

.sidebar-page-container .sidebar-title h3 {
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 500;
  text-transform: capitalize;
}

/*Search Box Widget*/
.sidebar .search-box {
  position: relative;
}

.sidebar .search-box .form-group {
  position: relative;
  margin: 0px;
}

.sidebar .search-box .form-group input[type=text],
.sidebar .search-box .form-group input[type=search] {
  position: relative;
  display: block;
  font-size: 1rem;
  color: #222222;
  line-height: 28px;
  padding: 15px 25px;
  height: 60px;
  width: 100%;
  border: 1px solid #e1e1e1;
  background-color: #ffffff;
  border-radius: 60px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sidebar .search-box .form-group input:focus {
  border-color: #ff8a00;
}

.sidebar .search-box .form-group input[type=submit],
.sidebar .search-box .form-group button {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: block;
  font-size: 18px;
  background-color: #222222;
  color: #ffffff;
  font-weight: normal;
  border-radius: 0 30px 30px 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.sidebar .search-box .form-group input[type=submit]:hover,
.sidebar .search-box .form-group button:hover {
  background-color: #ff8a00;
  color: #222222;
}

/*=== Categories ===*/
.cat-list {
  position: relative;
  border: 1px solid #e1e1e1;
}

.cat-list li {
  position: relative;
  margin-left: -1px;
  font-family: "Rubik", sans-serif;
  border-left: 7px solid transparent;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.cat-list li:hover,
.cat-list li.active {
  border-left: 7px solid #ff8a00;
}

.cat-list li a {
  position: relative;
  font-size: 1rem;
  color: #252525;
  line-height: 20px;
  font-weight: 500;
  padding: 20px 40px;
  display: block;
  border-bottom: 1px solid #e1e1e1;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.cat-list li a span {
  float: right;
  font-size: 16px;
  line-height: 20px;
  font-family: "Arimo", sans-serif;
}

.cat-list li:last-child a {
  border-bottom: 0;
}

.cat-list li.active a,
.cat-list li:hover a {
  color: #ff8a00;
}

.cat-list li.active a span,
.cat-list li:hover a span {
  color: #ff8a00;
}

/*=== Latest News ===*/
.latest-news .post {
  position: relative;
  padding-left: 130px;
  margin-bottom: 40px;
  min-height: 90px;
}

.latest-news .post-thumb {
  position: absolute;
  left: 0;
  top: 0;
  height: 90px;
  width: 90px;
  margin-bottom: 20px;
}

.latest-news .post-thumb img {
  position: relative;
  display: block;
  width: 100%;
}

.latest-news .post h3 {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  color: #222222;
  font-weight: 500;
  margin-bottom: 10px;
}

.latest-news .post h3 a {
  color: #222222;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.latest-news .post:hover h3 a {
  color: #ff8a00;
}

.latest-news .post .post-info {
  position: relative;
  font-size: 1rem;
  line-height: 24px;
  color: #bbbbbb;
  font-weight: 400;
  font-style: italic;
}

/*=== Tags ===*/
.tag-list {
  position: relative;
  display: block;
}

.tag-list li {
  position: relative;
  float: left;
  margin-bottom: 13px;
  margin-right: 10px;
}

.tag-list li a {
  position: relative;
  display: block;
  font-size: 1rem;
  color: #222222;
  line-height: 25px;
  padding: 10px 35px;
  font-weight: 400;
  text-align: center;
  border-radius: 50px;
  text-transform: uppercase;
  border: 1px solid #dddddd;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.tag-list li a:hover {
  background-color: #222222;
  color: #ffffff;
}

/**
====================================================================
		Custome Single PAge
====================================================================
**/
.custome-single-page {
  position: relative;
  overflow: hidden;
  padding: 100px 0 50px;
}
.custome-single-page .wp-block-image {
  padding: 15px 0;
}

.custome-single-page .sidebar-side,
.custome-single-page .content-side {
  position: relative;
  margin-bottom: 50px;
}

.sidebar-widget {
  position: relative;
  margin-bottom: 55px;
}

.sidebar-side .sidebar-widget:last-child {
  margin-bottom: 0;
}

.custome-single-page .sidebar-title {
  position: relative;
  margin-bottom: 25px;
}

.custome-single-page .sidebar-title h3 {
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 500;
  text-transform: capitalize;
}

/**

====================================================================
		Comment Area
====================================================================

 ***/
.group-title {
  position: relative;
  margin-bottom: 45px;
}

.group-title h2 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 500;
}

.comments-area {
  position: relative;
  margin-bottom: 70px;
}

.comments-area .comment-box {
  position: relative;
  margin-bottom: 56px;
}

.comments-area .comment-box.reply-comment {
  margin-left: 100px;
}

.comments-area .comment-box.reply-comment.reply {
  margin-left: 200px;
}

.comments-area .comment-box:last-child {
  margin-bottom: 0;
}

.comments-area .comment {
  position: relative;
  min-height: 80px;
  padding-top: 10px;
  padding-left: 100px;
}

.comments-area .comment-box .author-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 75px;
  width: 75px;
  overflow: hidden;
  border-radius: 50%;
}

.comments-area .comment-box .author-thumb img {
  width: 100%;
  display: block;
}

.comments-area .comment-info {
  position: relative;
  display: block;
}

.comments-area .comment-box .name {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 500;
  color: #222222;
  font-family: "Rubik", sans-serif;
  margin-bottom: 7px;
}

.comments-area .comment-box .date {
  position: relative;
  display: block;
  font-size: 1rem;
  line-height: 24px;
  color: #bbbbbb;
  font-weight: 400;
}

.comments-area .comment-box .text {
  font-size: 1rem;
  line-height: 28px;
  color: #222222;
  font-weight: 400;
}

.comments-area .comment-box .rating {
  position: relative;
  display: block;
  font-size: 1rem;
  color: #ff8a00;
  line-height: 20px;
}

.comments-area .comment-box .reply-btn {
  position: absolute;
  right: 0;
  top: 8px;
  font-size: 1rem;
  line-height: 25px;
  color: #ff8a00;
  font-weight: 500;
  font-family: "Rubik", 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;
}

.comments-area .comment-box .reply-btn:hover {
  color: #222222;
}

/*** 

====================================================================
		Comment Form
====================================================================

 ***/
.comment-form {
  position: relative;
}

.comment-form .group-title {
  margin-bottom: 30px;
}

.comment-form .form-group {
  position: relative;
  margin-bottom: 20px;
}

.comment-form .form-group:last-child {
  margin-bottom: 0;
}

.comment-form .form-group input[type=text],
.comment-form .form-group input[type=email],
.comment-form .form-group textarea,
.comment-form .form-group select {
  position: relative;
  display: block;
  height: 50px;
  width: 100%;
  font-size: 1rem;
  color: #999999;
  line-height: 20px;
  font-weight: 400;
  padding: 14px 22px;
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.comment-form .form-group input:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
  border-color: #ff8a00;
}

.comment-form .form-group textarea {
  height: 120px;
  resize: none;
}

/*** 

====================================================================
		Contact Page Section
====================================================================

***/
.contact-page-section {
  position: relative;
  padding: 100px 0 0;
}
.contact-page-section .sec-title {
  margin-bottom: 20px;
}
.contact-page-section .form-column {
  position: relative;
}
.contact-page-section .form-column .inner-column {
  position: relative;
}
.contact-page-section .form-column .inner-column .contact-form .form-group .form-submit-btn {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  padding: 13px 45px;
  text-transform: capitalize;
  font-weight: 400;
  border-radius: 50px;
  background-color: #222222;
  -webkit-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
  -moz-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
  -ms-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
  -o-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
  box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
  padding: 15px 50px;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
}
.contact-page-section .form-column .inner-column .contact-form .form-group .form-submit-btn:hover {
  box-shadow: #ff8a00 0 0px 0px 40px inset;
}

.contact-page-section .contact-form {
  width: 90%;
}
.contact-page-section .contact-form .wpforms-container .wpforms-submit-container button.wpforms-submit {
  position: relative;
  font-size: 1rem;
  line-height: 31px;
  color: #ffffff;
  padding: 10px 40px;
  text-transform: capitalize;
  font-weight: 700;
  border-radius: 15px;
  border: 1px solid;
  background: #ff8a00;
  height: 50px;
}
.contact-page-section .contact-form .wpforms-container .wpforms-submit-container button.wpforms-submit:hover {
  color: #ffffff;
  -webkit-box-shadow: rgb(34, 34, 34) 0 0px 0px 40px inset;
  -moz-box-shadow: rgb(34, 34, 34) 0 0px 0px 40px inset;
  -ms-box-shadow: rgb(34, 34, 34) 0 0px 0px 40px inset;
  -o-box-shadow: rgb(34, 34, 34) 0 0px 0px 40px inset;
  box-shadow: rgb(34, 34, 34) 0 0px 0px 40px inset;
}
.contact-page-section .contact-form .wpforms-container .wpforms-submit-container button.wpforms-submit:focus {
  outline: none;
}

.contact-page-section .contact-info {
  position: relative;
}
.contact-page-section .contact-info .inner-contact {
  background: #ff8a00;
  padding: 1.5rem 2rem;
  border-radius: 20px;
}
.contact-page-section .contact-info .inner-contact .inner-box {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 45px;
}
.contact-page-section .contact-info .inner-contact .inner-box .info-icon {
  max-width: 60px;
}
.contact-page-section .contact-info .inner-contact .inner-box .info-icon img {
  max-width: 50px;
  filter: invert(1);
}
.contact-page-section .contact-info .inner-contact .inner-box .info-icon span {
  font-size: 4rem;
  color: white;
}
.contact-page-section .contact-info .inner-contact .inner-box .info-content {
  color: white;
  font-size: 1rem;
  font-weight: 700;
}
.contact-page-section .contact-info .inner-contact .inner-box .info-content a {
  color: white;
}
.contact-page-section .contact-info .inner-contact .inner-box .info-content p {
  font-size: 14px;
  color: white;
}
.contact-page-section .contact-info .inner-contact .inner-box:last-child {
  margin-bottom: 0;
}

.contact-page-section .contact-info .info-block {
  position: relative;
  display: block;
  margin: 20px 0;
}

.contact-page-section .contact-info .info-block .inner {
  position: relative;
}

.contact-page-section .contact-info .info-block h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 1.2em;
  color: #2f2f2f;
  font-weight: 500;
  margin-bottom: 15px;
}

.contact-page-section .contact-info .info-block p {
  position: relative;
  display: block;
  font-size: 1rem;
  line-height: 28px;
  color: #222222;
  font-weight: 400;
}

.contact-page-section .contact-info .info-block p a {
  color: #222222;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contact-page-section .contact-info .info-block p a:hover {
  color: #ff8a00;
}

/*== Map Column ===*/
.contact-page-section .map-column .inner-column {
  position: relative;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.contact-page-section .map-column .map-outer {
  position: relative;
  height: 100%;
  width: 100%;
}

.contact-page-section .map-column .map-canvas {
  position: absolute;
  height: 100%;
  width: 100%;
}

/*** 

====================================================================
	Services Sidebar
====================================================================

***/
.services-sidebar {
  position: relative;
}

.services-sidebar .sidebar-widget {
  margin-bottom: 50px;
}

.services-sidebar .sidebar-title {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 500;
  margin-bottom: 30px;
}

/*Blog Category*/
.blog-cat {
  position: relative;
  border: 1px solid #e1e1e1;
}

.blog-cat li {
  position: relative;
}

.blog-cat li:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 100%;
  border-bottom: 4px solid transparent;
}

.blog-cat li a {
  position: relative;
  font-size: 1rem;
  font-weight: 500;
  line-height: 30px;
  color: #222222;
  display: block;
  border-bottom: 1px solid #acacac;
  border-left: 5px solid transparent;
  padding: 20px 40px 19px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  font-family: "Rubik", sans-serif;
  text-transform: uppercase;
}

.blog-cat li a:before {
  position: absolute;
  content: "\f105";
  right: 33px;
  top: 20px;
  color: #222222;
  font-size: 18px;
  line-height: 30px;
  font-family: "FontAwesome";
}

.blog-cat li.active a,
.blog-cat li a:hover {
  color: #ffffff;
  background-color: #ff8a00;
  border-left: 5px solid #222222;
}

/*Brochure Box*/
.brochure-box {
  position: relative;
  padding: 13px 25px;
  border: 1px solid #dddddd;
  background-color: #f3f3f3;
  margin-bottom: 15px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.brochure-box .inner {
  position: relative;
  padding-left: 45px;
}

.brochure-box .overlay-link {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
}

.brochure-box .inner .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  color: #222222;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  transition: all 300ms ease;
}

.brochure-box .inner .text {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #222222;
  font-family: "Rubik", sans-serif;
  transition: all 300ms ease;
}

.brochure-box:hover {
  border-color: #ff8a00;
  background-color: #ff8a00;
}

.brochure-box:hover .inner .icon,
.brochure-box:hover .inner .text {
  color: #ffffff;
}

/*Help Box*/
.help-box {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.help-box:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #222222;
  opacity: 0.9;
}

.help-box .inner {
  position: relative;
  padding: 45px 45px;
}

.help-box .inner .title {
  position: relative;
  display: block;
  font-size: 1rem;
  line-height: 24px;
  color: #ffb902;
  font-weight: 400;
  margin-bottom: 20px;
}

.help-box .inner h2 {
  position: relative;
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.help-box .inner .text {
  position: relative;
  color: #bbbbbb;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 45px;
}

.help-box .inner .theme-btn {
  background-color: transparent;
  border: 1px solid #ffffff;
  padding: 10px 35px;
  line-height: 20px;
  color: #ffffff;
}

/*** 

====================================================================
			Coming Soon
====================================================================

***/
.coming-soon {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  overflow-y: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.coming-soon .content {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  text-align: center;
  vertical-align: middle;
}

.coming-soon .content .content-inner {
  position: relative;
  padding: 100px 15px;
  display: table-cell;
  vertical-align: middle;
}

.coming-soon .content .content-inner .logo {
  position: relative;
  margin-bottom: 30px;
}

.coming-soon .content .content-inner h2 {
  position: relative;
  color: #ffffff;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.coming-soon .content .content-inner .text {
  position: relative;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6em;
  margin-top: 0px;
  margin-bottom: 60px;
}

.time-counter {
  position: relative;
}

.time-counter .time-countdown {
  position: relative;
}

.time-counter .time-countdown .counter-column {
  position: relative;
  margin: 0px 15px 0px;
  width: 140px;
  height: 120px;
  text-align: center;
  display: inline-block;
  color: #ff8a00;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  border-radius: 50%;
  font-weight: 700;
  margin-bottom: 60px;
}

.time-counter .time-countdown .counter-column .count {
  position: relative;
  display: block;
  font-size: 80px;
  line-height: 40px;
  padding: 40px 0px 30px;
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: 700;
}

.coming-soon .emailed-form .form-group {
  position: relative;
  display: block;
  max-width: 770px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 20px;
}

.coming-soon .emailed-form .form-group input[type=text],
.coming-soon .emailed-form .form-group input[type=tel],
.coming-soon .emailed-form .form-group input[type=email],
.coming-soon .emailed-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 20px;
  height: 60px;
  font-size: 18px;
  color: #222222;
  overflow: hidden;
  padding: 20px 50px 20px 50px;
  background: #ffffff;
  border-radius: 50px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.coming-soon .emailed-form .form-group input[type=submit],
.coming-soon .emailed-form button {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 195px;
  height: 60px;
  line-height: 40px;
  padding: 10px 50px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0px 50px 50px 0px;
}

/*Sidebar Range slider */
.range-slider-one {
  position: relative;
  min-height: 48px;
  padding-top: 10px;
  overflow: hidden;
  margin-top: -20px;
}

.range-slider-one .title {
  position: relative;
  float: left;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  margin-top: 8px;
}

.range-slider-one .title:before {
  position: absolute;
  content: "$";
  right: -14px;
  top: 0px;
  color: #848484;
  font-size: 16px;
  font-weight: 300;
}

.range-slider-one .input {
  float: right;
  left: 8px;
  max-width: 75px;
  padding-left: 8px;
  margin-top: 8px;
  position: relative;
}

.range-slider-one .input input {
  background: none;
  color: #222222;
  font-size: 16px;
  font-weight: 300;
  width: auto;
  text-align: left;
}

.range-slider-one .ui-widget.ui-widget-content {
  height: 3px;
  border: none;
  margin-bottom: 35px;
  background: #eeeeee;
}

.range-slider-one .ui-slider .ui-slider-range {
  top: 0px;
  height: 3px;
  background: #333333;
}

.range-slider-one .ui-state-default,
.range-slider-one .ui-widget-content .ui-state-default {
  top: -3px;
  width: 10px;
  height: 10px;
  background: #ff8a00;
  cursor: pointer;
  border-radius: 0px;
  border-color: #ff8a00;
}

.range-slider-one .theme-btn {
  padding: 8px 35px;
  border-radius: 0px;
}

.range-slider-one .theme-btn:before {
  display: none;
}

/*Sidebar Realated Posts */
.sidebar .related-posts .post {
  position: relative;
  padding: 0px 0px;
  padding-left: 90px;
  margin-bottom: 20px;
}

.sidebar .related-posts .post:last-child {
  margin-bottom: 0px;
  border: 0px;
  min-height: inherit;
}

.sidebar .related-posts .post .post-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70px;
}

.sidebar .related-posts .post .post-thumb img {
  display: block;
  width: 100%;
}

.sidebar .related-posts .post h4 {
  top: -2px;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 1.2em;
  text-transform: capitalize;
}

.sidebar .related-posts .post h4 a {
  color: #333333;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.sidebar .related-posts .post a,
.sidebar .related-posts .post a:hover {
  color: #ff8a00;
}

.sidebar .related-posts .post .price {
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 400;
  color: #222222;
}

.sidebar .related-posts .post .rating {
  margin-bottom: 1px;
  line-height: 1em;
}

.sidebar .related-posts .post .rating .fa {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #ff8a00;
}

.our-shop .styled-pagination {
  margin-top: 40px;
}

/*Shop Item*/
.shop-item {
  position: relative;
  margin-bottom: 60px;
}

.shop-item .inner-box {
  position: relative;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.shop-item .inner-box:hover .image .overlay-box {
  opacity: 1;
}

.shop-item .inner-box .image {
  position: relative;
  z-index: 11;
  text-align: center;
  background-color: #f8f8f8;
}

.shop-item .inner-box .image .overlay-box {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  text-align: center;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.shop-item .inner-box .image .overlay-box .cart-option {
  position: relative;
  top: 50%;
  margin-top: -25px;
}

.shop-item .inner-box .image .overlay-box .cart-option li {
  position: relative;
  margin: 0px 3px;
  color: #ff8a00;
  display: inline-block;
}

.shop-item .inner-box .image .overlay-box .cart-option li a {
  position: relative;
  width: 64px;
  height: 64px;
  color: #ffffff;
  font-size: 18px;
  display: block;
  line-height: 64px;
  text-align: center;
  border-radius: 50%;
  background-color: #ff8a00;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

/*.shop-item .inner-box .image .overlay-box .cart-option li a .fa{
	display:block;
	font-size:20px;
	margin-bottom:8px;
}*/
.shop-item .inner-box .image .overlay-box .cart-option li a:hover {
  color: #ffffff;
}

.shop-item .inner-box .image img {
  width: 100%;
  display: inline-block;
}

.shop-item .inner-box .lower-content {
  position: relative;
  z-index: 11;
  padding: 20px 0px 0px;
}

.shop-item .inner-box .lower-content h3 {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 9px;
  text-transform: capitalize;
}

.shop-item .inner-box .lower-content h3 a {
  color: #222222;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.shop-item .inner-box .lower-content h3 a:hover {
  color: #ff8a00;
}

.shop-item .inner-box .lower-content .add-cart {
  position: relative;
  color: #666666;
  font-weight: 700;
  font-size: 18px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-family: "Arimo", sans-serif;
}

.shop-item .inner-box .lower-content .add-cart .fa {
  margin-right: 5px;
}

.shop-item .inner-box .lower-content .add-cart:hover {
  color: #ff8a00;
}

.shop-item .inner-box .lower-content .price {
  position: relative;
  color: #ff8a00;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.shop-item .inner-box .lower-content .price .discount {
  position: relative;
  color: #222222;
  margin-right: 8px;
  text-decoration: line-through;
}

.shop-item .inner-box .lower-content .rating .fa {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #ff8a00;
}

.product-details .basic-details {
  position: relative;
  margin-bottom: 50px;
}

.product-details .image-column,
.product-details .info-column {
  margin-bottom: 20px;
}

.product-details .image-column .image-box img {
  position: relative;
  display: block;
  width: 100%;
  background-color: #f7f7f7;
}

.product-details .basic-details .details-header {
  position: relative;
  margin-bottom: 16px;
}

.product-details .basic-details .details-header h4 {
  font-size: 24px;
  font-weight: 700;
  margin: 5px 0px 20px;
  line-height: 1.4em;
  color: #222222;
}

.product-details .basic-details .details-header h4 a {
  color: #333333;
}

.product-details .basic-details .details-header .rating {
  font-size: 18px;
  color: #ff8a00;
  margin-bottom: 15px;
  display: inline-block;
}

.product-details .basic-details .details-header .reviews {
  position: relative;
  display: inline-block;
  color: #222222;
  font-weight: 400;
  margin-left: 15px;
}

.product-details .basic-details .details-header .rating .fa {
  display: inline-block;
}

.product-details .basic-details .details-header .rating .txt {
  font-size: 1rem;
  padding-left: 10px;
  color: #222222;
}

.product-details .basic-details .details-header .item-price {
  font-size: 22px;
  font-weight: 700;
  color: #ff8a00;
  line-height: 24px;
}

.product-details .basic-details .prod-info {
  margin-bottom: 15px;
  line-height: 1.6em;
  font-size: 13px;
}

.product-details .basic-details .prod-info strong {
  font-weight: 700;
  color: #111111;
}

.product-details .basic-details .text {
  margin-bottom: 25px;
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
}

.product-details .basic-details .item-quantity .field-label {
  float: left;
  font-weight: 700;
  font-size: 1rem;
  line-height: 32px;
  display: inline-block;
  padding-right: 20px;
}

.product-details .basic-details .quantity-spinner,
.cart-section input.quantity-spinner {
  line-height: 24px;
  padding: 10px 15px !important;
  height: 46px !important;
  box-shadow: none !important;
}

.cart-section .bootstrap-touchspin .input-group-btn-vertical {
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 99;
}

.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical > .btn,
.cart-section .bootstrap-touchspin .input-group-btn-vertical > .btn {
  padding: 11px 10px;
  background: #f4f5f6;
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-section .bootstrap-touchspin .input-group-btn-vertical i {
  top: 6px;
}

.product-details .basic-details .item-quantity {
  position: relative;
  float: left;
  width: 85px;
  margin-bottom: 25px;
  margin-right: 25px;
}

.product-details .basic-details .item-quantity .field-label {
  float: left;
  font-weight: 700;
  font-size: 1rem;
  line-height: 32px;
  display: inline-block;
  padding-right: 20px;
}

.product-details .basic-details .quantity-spinner,
.cart-table input.quantity-spinner {
  font-size: 18px;
  line-height: 24px;
  padding: 10px 15px !important;
  height: 50px !important;
  box-shadow: none !important;
}

.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical > .btn,
.cart-table .bootstrap-touchspin .input-group-btn-vertical > .btn {
  padding: 12px 10px;
  background: #f4f5f6;
  border-radius: 0px;
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-table .bootstrap-touchspin .input-group-btn-vertical i {
  top: 8px;
}

.product-details .basic-details .add-to-cart {
  padding: 11px 30px;
  font-weight: 600;
  font-size: 16px;
  border-radius: 50px;
  text-transform: uppercase;
  margin-left: 20px;
}

/*** 

====================================================================
	Product Tabs Style
====================================================================

***/
.shop-single .product-details .prod-tabs {
  position: relative;
}

.shop-single .product-details .prod-tabs .tab-btns {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn {
  position: relative;
  top: 1px;
  display: block;
  float: left;
  margin-right: 10px;
  font-size: 16px;
  background: #eeeeee;
  color: #000000;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 24px;
  cursor: pointer;
  border-radius: 50px;
  padding: 18px 43px 18px;
  transition: all 500ms ease;
  font-family: "Montserrat", sans-serif;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn:hover,
.shop-single .product-details .prod-tabs .tab-btns .tab-btn.active-btn {
  color: #000000;
  background: #ff8a00;
}

.shop-single .product-details .prod-tabs .tabs-content {
  position: relative;
}

.shop-single .product-details .prod-tabs .tabs-content .tab {
  position: relative;
  display: none;
  border-top: 0px;
}

.shop-single .product-details .prod-tabs .tabs-content .tab.active-tab {
  display: block;
}

.shop-single .product-details .prod-tabs .tabs-content .tab .content {
  position: relative;
}

.shop-single .product-details .prod-tabs .tabs-content .tab .content p {
  position: relative;
  font-size: 16px;
  line-height: 1.7em;
  margin-bottom: 25px;
  color: #797979;
}

.shop-single .product-details .prod-tabs .tabs-content .tab .content p:last-child {
  margin-bottom: 0px;
}

.prod-tabs .tabs-content .tab .title {
  position: relative;
  color: #222222;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  font-family: "Montserrat", sans-serif;
}

/*Comment Form*/
.shop-comment-form {
  position: relative;
  margin-top: 50px;
}

.shop-comment-form h2 {
  position: relative;
  color: #333333;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}

.shop-comment-form .mail-text {
  position: relative;
  color: #222222;
  font-size: 16px;
  margin-bottom: 15px;
}

.shop-comment-form .group-title {
  margin-bottom: 20px;
}

.shop-comment-form .rating-box {
  position: relative;
  margin-bottom: 20px;
}

.shop-comment-form .rating-box .text {
  position: relative;
  font-size: 16px;
  color: #333333;
  margin-bottom: 15px;
}

.shop-comment-form .rating-box .rating {
  position: relative;
  margin-right: 10px;
  display: inline-block;
}

.shop-comment-form .rating-box .rating .fa {
  position: relative;
  margin-right: 5px;
  display: inline-block;
}

.shop-comment-form .rating-box .rating a {
  position: relative;
  color: #cccccc;
  font-size: 1rem;
  display: inline-block;
}

.shop-comment-form .rating-box .rating a:hover {
  color: #ff8a00;
}

.shop-comment-form .form-group {
  position: relative;
  margin-bottom: 20px;
}

.shop-comment-form .form-group label {
  position: relative;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
}

.shop-comment-form .form-group:last-child {
  margin-bottom: 0px;
}

.shop-comment-form .form-group input[type=text],
.shop-comment-form .form-group input[type=password],
.shop-comment-form .form-group input[type=tel],
.shop-comment-form .form-group input[type=email],
.shop-comment-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 28px;
  padding: 10px 15px;
  border: 1px solid #dddddd;
  height: 50px;
  color: #848484;
  font-weight: 300;
  background: #ffffff;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.shop-comment-form .form-group input[type=text]:focus,
.shop-comment-form .form-group input[type=password]:focus,
.shop-comment-form .form-group input[type=tel]:focus,
.shop-comment-form .form-group input[type=email]:focus,
.shop-comment-form .form-group select:focus,
.shop-comment-form .form-group textarea:focus {
  border-color: #ff8a00;
}

.shop-comment-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 26px;
  padding: 10px 15px;
  color: #848484;
  border: 1px solid #dddddd;
  height: 120px;
  font-weight: 300;
  background: #ffffff;
  resize: none;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.shop-comment-form button {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  padding: 10px 32px;
  margin-top: 10px;
  text-transform: uppercase;
}

.shop-comment-form input:focus,
.shop-comment-form select:focus,
.shop-comment-form textarea:focus {
  border-color: #f06529;
}

/*** 

====================================================================
	Cart Section style
====================================================================

***/
.cart-section {
  position: relative;
  padding: 100px 0px 60px;
}

.cart-outer {
  position: relative;
}

.checkout-page .cart-outer {
  margin-bottom: 40px;
}

.cart-outer .table-outer {
  position: relative;
  width: 100%;
  overflow-x: auto;
}

.cart-outer .cart-table {
  width: 100%;
  min-width: 900px;
}

.cart-table .cart-header {
  position: relative;
  width: 100%;
  text-transform: uppercase;
  font-size: 13px;
  background: #222222;
  color: #ffffff;
  border: 1px solid #ebebeb;
}

.cart-table thead tr th {
  line-height: 24px;
  padding: 15px 25px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  border-right: 1px solid #ffffff;
  font-family: "Arimo", sans-serif;
}

.cart-table thead tr th .fa {
  font-size: 18px;
}

.cart-table tbody tr td {
  line-height: 24px;
  padding: 30px 25px 30px;
}

.cart-table tbody tr .qty {
  width: 200px;
}

.cart-table tbody tr .qty .item-quantity {
  max-width: 100px;
  margin: 0 auto;
}

.cart-table tbody tr .qty .quantity-spinner {
  background: #ffffff;
}

.cart-table tbody tr .prod-column .column-box {
  position: relative;
  min-height: 110px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
  position: relative;
  width: 140px;
  margin: 0 auto;
  text-align: center;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img {
  display: inline-block;
  max-width: 100%;
}

.cart-table tbody tr .prod-column .column-box h4 {
  font-size: 1rem;
  color: #444444;
  font-weight: 400;
  line-height: 90px;
}

.cart-table tbody tr .prod-column .author {
  font-size: 13px;
  color: #333333;
  margin-bottom: 0px;
}

.cart-table tbody tr .sub-total {
  font-weight: 400;
  color: #222222;
  font-size: 16px;
}

.cart-table tbody tr .remove-btn {
  position: relative;
  font-size: 1rem;
  color: #ff8a00;
  line-height: 30px;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.cart-table tbody tr .remove-btn .fa {
  position: relative;
  font-size: 18px;
  line-height: 30px;
}

.cart-table tbody tr .remove-btn:hover {
  color: #444444;
}

.cart-table tbody tr {
  border-bottom: 1px solid #cccccc;
}

.cart-table tbody tr td {
  vertical-align: middle;
  color: #797979;
  font-size: 17px;
  text-align: center;
  border-left: 1px solid #cccccc;
}

.cart-table tbody tr td.prod-column {
  padding-left: 48px;
}

.cart-table tbody tr td.total {
  font-size: 18px;
  color: #333333;
}

.cart-table tbody tr td:last-child {
  border-right: 1px solid #ebebeb;
  text-align: center;
}

.cart-table tbody tr td .prod-title {
  position: relative;
  font-size: 16px;
  color: #222222;
  font-weight: 400;
  font-family: "Arimo", sans-serif;
}

.cart-table tbody tr td .quantity-spinner {
  padding: 5px 0px 5px 20px;
  line-height: 24px;
  height: 34px;
  display: block;
  width: 100%;
  position: relative;
}

.cart-table tbody .available-info {
  position: relative;
  padding-left: 50px;
}

.cart-table tbody .available-info .icon {
  position: absolute;
  left: 0px;
  top: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  background: #223555;
  border-radius: 50%;
}

.cart-section .cart-options {
  position: relative;
  padding: 40px 0px 10px;
  margin-bottom: 30px;
  border-top: 0px;
}

.cart-section .apply-coupon {
  position: relative;
}

.cart-section .cart-options .cart-btn {
  padding: 13px 36px;
  line-height: 24px;
  font-size: 1rem;
  color: #ffffff;
  font-weight: 700;
  border-radius: 50px;
  text-transform: capitalize;
  background-color: #ff8a00;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.cart-section .cart-options .cart-btn:hover {
  background-color: #222222;
}

.cart-section .apply-coupon .form-group {
  position: relative;
  float: left;
  margin-right: 30px;
}

.cart-section .apply-coupon .form-group input[type=text] {
  display: block;
  line-height: 28px;
  padding: 10px 25px;
  border: 1px solid #cccccc;
  width: 225px;
  height: 50px;
  background: #ffffff;
  border-radius: 50px;
}

.cart-section .coupon-btn {
  padding: 13px 29px;
  line-height: 24px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  border-radius: 50px;
  text-transform: capitalize;
  background-color: #ff8a00;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.cart-section .coupon-btn:hover {
  background-color: #222222;
}

.cart-section .cart-options .btn-style-one {
  top: -7px;
  padding-left: 32px;
  padding-right: 32px;
}

.cart-section .totals-table {
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #cccccc;
}

.cart-section .totals-table li {
  line-height: 24px;
  padding: 18px 30px;
  border-bottom: 1px solid #cccccc;
}

.cart-section .totals-table li:first-child {
  background-color: #dddddd;
}

.cart-section .totals-table li h3 {
  position: relative;
  font-weight: 700;
  color: #333333;
  font-size: 18px;
  font-family: "Arimo", sans-serif;
}

.cart-section .totals-table li:last-child {
  border-bottom: none;
  padding: 40px 20px 50px;
}

.cart-section .totals-table .col {
  position: relative;
  display: block;
  float: left;
  line-height: 24px;
  width: 50%;
  color: #222222;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Arimo", sans-serif;
}

.cart-section .totals-table li .col:last-child {
  text-align: right;
}

.cart-section .totals-table .total .price {
  color: #ff8a00;
  font-weight: 400;
}

.cart-section .totals-table .proceed-btn {
  padding: 13px 33px;
  line-height: 24px;
  font-size: 1rem;
  color: #ffffff;
  font-weight: 700;
  border-radius: 50px;
  text-transform: capitalize;
  background-color: #ff8a00;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.cart-section .totals-table .proceed-btn:hover {
  background-color: #222222;
}

.shipping-block {
  position: relative;
  margin-bottom: 60px;
}

.shipping-block .inner-box {
  position: relative;
  padding: 20px 25px 10px;
  border: 1px solid #cccccc;
}

.shipping-block .inner-box h3 {
  position: relative;
  color: #333333;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 4px;
  text-transform: capitalize;
}

.shipping-block .inner-box h4 {
  position: relative;
  color: #222222;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 22px;
  text-transform: capitalize;
}

.shipping-form {
  position: relative;
}

.shipping-form .row {
  position: relative;
  margin: 0px -10px;
}

.shipping-form .form-group {
  position: relative;
  margin-bottom: 20px;
  padding: 0px 10px;
}

.shipping-form .form-group input[type=text],
.shipping-form .form-group input[type=password],
.shipping-form .form-group input[type=tel],
.shipping-form .form-group input[type=email] {
  position: relative;
  display: block;
  width: 100%;
  line-height: 23px;
  padding: 10px 20px;
  height: 45px;
  font-size: 1rem;
  border: 1px solid #cccccc;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.shipping-form .form-group input[type=text]:focus,
.shipping-form .form-group input[type=password]:focus,
.shipping-form .form-group input[type=tel]:focus,
.shipping-form .form-group input[type=email]:focus,
.shipping-form .form-group select:focus,
.shipping-form .form-group textarea:focus {
  border-color: #ff8a00;
}

.shipping-form button {
  padding: 13px 33px;
  line-height: 24px;
  font-size: 1rem;
  color: #ffffff;
  font-weight: 700;
  margin-top: 6px;
  border-radius: 50px;
  text-transform: capitalize;
  background-color: #ff8a00;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.shipping-form button:hover {
  background-color: #222222;
}

/*====================================================================
				CheckOut Section
====================================================================*/
.checkout-page {
  position: relative;
  padding: 100px 0px 50px;
}

.checkout-page .default-links {
  position: relative;
  margin-bottom: 50px;
}

.checkout-page .default-links li {
  line-height: 25px;
  padding: 25px 25px;
  font-size: 16px;
  font-weight: 500;
  color: #666666;
  background-color: #eeeeee;
  margin-bottom: 40px;
}

.checkout-page .default-links li .fa {
  position: relative;
  font-size: 24px;
  line-height: 25px;
  color: #ff9f14;
  margin-right: 20px;
}

.checkout-page .default-links li a {
  color: #666666;
  font-size: 16px;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.checkout-page .default-links li a:hover {
  color: #ff9f14;
}

.checkout-page .sec-title {
  margin-bottom: 20px;
}

.checkout-page .sec-title h3 {
  font-size: 30px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 500;
}

.checkout-form {
  position: relative;
  margin-bottom: 50px;
}

.checkout-form .column {
  position: relative;
}

.checkout-form .form-group {
  position: relative;
  margin-bottom: 15px;
}

.checkout-form .form-group .field-label {
  display: block;
  line-height: 24px;
  text-transform: capitalize;
  color: #222222;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.checkout-form .form-group .field-label span {
  position: relative;
  font-size: 16px;
  color: #222222;
  display: block;
  font-weight: 600;
}

.checkout-form .form-group .field-label sup {
  top: -1px;
  font-size: 1rem;
  color: #009fe9;
}

.checkout-form .form-group .text {
  position: relative;
  color: #222222;
  font-size: 1rem;
  line-height: 24px;
}

.checkout-form input[type=text],
.checkout-form input[type=email],
.checkout-form input[type=password],
.checkout-form input[type=tel],
.checkout-form input[type=number],
.checkout-form input[type=url],
.checkout-form select,
.checkout-form textarea {
  position: relative;
  display: block;
  width: 100%;
  background: #ffffff;
  font-size: 16px;
  line-height: 26px;
  color: #222222;
  padding: 12px 22px;
  height: 50px;
  border: 1px solid #e0e0e0;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.checkout-form select {
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  background: #ffffff url(../images/icons/icon-select.png) right center no-repeat;
}

.checkout-form textarea {
  resize: none;
  height: 60px !important;
  padding-left: 30px;
}

.checkout-form input:focus,
.checkout-form select:focus,
.checkout-form textarea:focus {
  border-color: #ff9f14;
}

.checkout-page .check-box {
  line-height: 24px;
  font-size: 1rem;
  font-weight: normal;
  padding-top: 5px;
}

.checkout-page .check-box label {
  position: relative;
  top: -1px;
  font-weight: normal;
  padding: 0px;
  font-size: 16px;
  cursor: pointer;
  color: #333333;
}

.checkout-page .lower-content {
  margin-top: 30px;
}

.checkout-page .lower-content .order-column {
  margin-bottom: 40px;
}

.checkout-page .lower-content .column h2 {
  position: relative;
  color: #222222;
  font-size: 24px;
  margin-bottom: 30px;
  padding-bottom: 12px;
}

.checkout-page .lower-content .column h2:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 40px;
  height: 2px;
  background-color: #fa9928;
}

/*Coupon Box*/
.coupon-box {
  position: relative;
  padding: 25px 25px;
  margin-bottom: 25px;
  background-color: #f5f5f5;
}

.coupon-form {
  position: relative;
}

.coupon-form .form-group {
  position: relative;
  margin-bottom: 0px;
}

.coupon-form .form-group input[type=text] {
  position: relative;
  display: block;
  width: 100%;
  line-height: 28px;
  padding: 10px 20px;
  height: 44px;
  font-size: 1rem;
  border: 1px solid #cccccc;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.coupon-form .form-group input[type=text]:focus {
  border-color: #ff9f14;
}

.coupon-form button {
  margin-top: 0px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  padding: 8px 26px;
  text-transform: capitalize;
}

.order-box {
  position: relative;
  margin-bottom: 50px;
}

.order-box .sec-title {
  margin-bottom: 25px;
}

.order-box .sec-title h2 {
  font-size: 28px;
  padding-bottom: 0;
}

.order-box .sec-title h2:before {
  display: none;
}

.order-box .title-box {
  position: relative;
  padding: 15px 30px;
  font-weight: 500;
  color: #ffffff;
  background-color: #222222;
}

.order-box .title-box .col {
  position: relative;
  width: 50%;
  float: left;
  color: #ffffff;
  font-size: 16px;
  line-height: 25px;
}

.order-box ul {
  position: relative;
}

.order-box ul li {
  position: relative;
  padding: 25px 30px;
  font-size: 16px;
  font-weight: 500;
  color: #222222;
  line-height: 30px;
  border-bottom: 1px solid #cccccc;
}

.order-box ul li strong {
  color: #222222;
  font-weight: 500;
  font-size: 16px;
}

.order-box ul li span {
  width: 50%;
  float: right;
  color: #ff9f14;
  font-size: 16px;
}

.order-box ul li span.free {
  color: #222222;
}

.order-box ul li:last-child {
  border-bottom: 0;
}

.payment-box {
  position: relative;
  margin-bottom: 50px;
}

.payment-box .upper-box {
  position: relative;
  padding: 15px 35px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #b7b7b7;
}

.payment-options {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}

.payment-box .payment-options li {
  position: relative;
  margin-bottom: 15px;
}

.payment-box .payment-options li .radio-option {
  position: relative;
}

.payment-box .payment-options li .radio-option label {
  position: relative;
  display: block;
  padding-left: 30px;
  font-weight: 500;
  text-transform: capitalize;
  color: #222222;
  cursor: pointer;
  font-size: 16px;
}

.payment-box .payment-options li .radio-option label strong {
  font-weight: 400;
}

.payment-box .payment-options li .radio-option input[type=radio] {
  position: absolute;
  left: 0px;
  top: 3px;
}

.payment-box .payment-options li .radio-option label .small-text {
  position: relative;
  display: none;
  letter-spacing: 0px;
  text-transform: none;
  font-weight: normal;
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.8em;
  padding: 15px 20px;
  margin-top: 20px;
  background-color: #ff9f14;
}

.payment-box .payment-options li .radio-option input:checked + label .small-text {
  display: block;
}

.payment-box .payment-options li .radio-option label .small-text:before {
  position: absolute;
  content: "";
  left: 30px;
  top: -8px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 8px solid #ff9f14;
}

.payment-box .payment-options li .radio-option label img {
  position: relative;
  display: block;
  max-width: 100%;
  padding-left: 30px;
  margin-top: 20px;
}

.payment-box .payment-options li .radio-option .what-paypall {
  position: relative;
  display: block;
  color: #222222;
  font-size: 16px;
  font-weight: 700;
  margin-left: 120px;
  margin-top: 10px;
}

.payment-box .lower-box {
  position: relative;
  background-color: #f5f5f5;
  padding: 30px 35px;
}

.payment-box .lower-box .theme-btn {
  padding: 13px 32px;
  font-weight: 400;
  margin-right: 0;
}

/*** 

====================================================================
	Login Section
====================================================================

***/
.login-section {
  position: relative;
  padding: 120px 0px 90px;
}

.login-form.register-form {
  padding-bottom: 47px;
}

.login-section h2 {
  position: relative;
  color: #222222;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2em;
  margin-bottom: 25px;
}

.login-form {
  position: relative;
  margin-bottom: 40px;
  padding: 30px 40px 25px;
  background-color: #f9f9f9;
}

.login-form .form-group {
  position: relative;
  margin-bottom: 16px;
}

.login-form .form-group.check-box {
  margin-bottom: 0px;
}

.login-form .form-group:nth-child(2) {
  margin-bottom: 25px;
}

.login-section.style-two .login-form .form-group:nth-child(2) {
  margin-bottom: 15px;
}

.login-form .form-group label {
  position: relative;
  top: -1px;
  color: #666666;
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 12px;
}

.login-form .form-group.no-margin {
  margin-bottom: 0px;
}

.login-form .form-group input[type=text],
.login-form .form-group input[type=password],
.login-form .form-group input[type=tel],
.login-form .form-group input[type=email] {
  position: relative;
  display: block;
  width: 100%;
  line-height: 28px;
  padding: 10px 20px;
  height: 50px;
  color: #666666;
  font-size: 1rem;
  border: 1px solid #e0e0e0;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.login-form .form-group input[type=text]:focus,
.login-form .form-group input[type=password]:focus,
.login-form .form-group input[type=tel]:focus,
.login-form .form-group input[type=email]:focus,
.login-form .form-group select:focus,
.login-form .form-group textarea:focus {
  border-color: #ff8a00;
}

.login-form button {
  top: 0px;
  margin-top: 0px;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 36px;
  line-height: 25px;
  color: #ffffff;
  text-transform: uppercase;
}

.login-form .psw {
  position: relative;
  color: #666666;
  font-size: 16px;
}

.login-form .psw:hover {
  text-decoration: underline;
}

/*** 

====================================================================
	Error Section
====================================================================

***/
.error-section {
  position: relative;
  text-align: center;
  padding: 170px 0px 170px;
}

.error-section .error-title {
  position: relative;
  color: #222222;
  font-size: 200px;
  font-weight: 800;
  line-height: 1em;
}

.error-section .error-title span {
  color: #ff8a00;
}

.error-section h4 {
  color: #333333;
  font-size: 40px;
  font-weight: 500;
  text-transform: capitalize;
}

.error-section .text {
  color: #666666;
  font-size: 24px;
  margin-top: 18px;
  margin-bottom: 45px;
}

.error-section .theme-btn {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.box-layout .page-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  border: 15px solid #ffffff;
  overflow: hidden;
  background-color: #ffffff;
}

.box-layout {
  background-image: url(../images/background/3.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}

.box-layout .header-style-one .inner-container {
  padding: 0 30px;
}

.box-layout .banner-section {
  padding-left: 0;
}

.box-layout .header-style-one .outer-box .contact-info {
  padding-left: 0;
  margin-left: 35px;
  display: none;
}

.box-layout .header-style-one {
  top: 15px;
}

.box-layout .banner-carousel-two .owl-nav {
  right: 45px;
}

.box-layout .header-style-three .inner-container {
  padding: 0 15px;
}

.box-layout .coming-soon {
  position: relative;
}

.box-layout .coming-soon .content {
  position: relative;
}

/*====================================================================
				CheckOut Section
====================================================================*/
.our-services .services-block .inner-box {
  margin-right: 0;
  max-height: 300px;
  height: 300px;
  overflow: hidden;
  position: relative;
  border: 1px solid #ff8a00;
  pointer-events: auto;
  cursor: pointer;
}
.our-services .services-block .inner-box .image-box {
  margin: 0;
}
.our-services .services-block .inner-box .image-box .image {
  max-height: 300px;
  overflow: hidden;
}
.our-services .services-block .inner-box .image-box .image img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.our-services .services-block .inner-box .overlay-box {
  pointer-events: auto;
}
.our-services .services-block .inner-box:hover .overlay-box {
  cursor: pointer;
  pointer-events: auto;
}
.our-services .services-block .caption-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  display: flex;
  align-items: end;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.our-services .services-block .caption-box h3 {
  background: rgba(170, 136, 55, 0.68);
  padding: inherit;
  color: inherit;
  margin: 0;
  width: 100%;
}
.our-services .services-block .caption-box h3 a {
  padding: 15px;
  width: 100%;
  text-align: center;
  color: black !important;
  opacity: 1;
  text-shadow: 0 0 black;
}

.whatsapp-chat-box {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999999;
}
.whatsapp-chat-box img {
  width: 50px;
  height: 50px;
}

.owl-carousel.owl-drag .owl-stage-outer .owl-item li .slide-items {
  display: flex;
  max-height: 590px;
}
.owl-carousel.owl-drag .owl-stage-outer .owl-item li .slide-items div.img-sec, .owl-carousel.owl-drag .owl-stage-outer .owl-item li .slide-items div.content-sec {
  width: 100%;
}
.owl-carousel.owl-drag .owl-stage-outer .owl-item li .slide-items div.content-sec {
  padding-left: 50px;
}
.owl-carousel.owl-drag .owl-stage-outer .owl-item li .slide-items div.content-sec .text-box h4 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1.2em;
  color: #ff8a00;
  font-weight: 500;
  margin-bottom: 30px;
}
.owl-carousel.owl-drag .owl-stage-outer .owl-item li .slide-items div.content-sec .link-box {
  margin-top: 30px;
}
.owl-carousel.owl-drag .owl-stage-outer .owl-item li .slide-items div.content-sec .link-box a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  color: #222222;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
}

figure {
  margin: 0;
}

.card {
  animation: fadeUp 1s ease;
}

/* Animations */
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.main-header .header-top {
  position: relative;
  background-color: #ff8a00;
}
.main-header .header-top .inner-container .top-left {
  position: relative;
  float: left;
}
.main-header .header-top .inner-container .top-left .contact-list {
  position: relative;
  padding: 5px 0;
}
.main-header .header-top .inner-container .top-left .contact-list li {
  position: relative;
  float: left;
  line-height: 30px;
  color: white;
  font-weight: 500;
  margin-right: 25px;
}
.main-header .header-top .inner-container .top-left .contact-list li a {
  color: white;
}
.main-header .header-top .inner-container .top-left .contact-list li i {
  float: left;
  font-size: 16px;
  line-height: 30px;
  margin-right: 10px;
  color: #ffffff;
}
.main-header .header-top .inner-container .top-left .contact-list li i a {
  color: white;
  display: inline-block;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.main-header .header-top .inner-container .top-left .contact-list li i a:hover {
  color: #ffffff;
}
.main-header .header-top .inner-container .top-left .contact-list > li:last-child {
  margin-right: 0;
}
.main-header .header-top .inner-container .top-right {
  position: relative;
  float: right;
  padding: 5px 0;
}
.main-header .header-top .inner-container .top-right .social-icon-four {
  position: relative;
}
.main-header .header-top .inner-container .top-right .social-icon-four li {
  position: relative;
  float: left;
  margin-left: 20px;
}
.main-header .header-top .inner-container .top-right .social-icon-four li a {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: white;
  transition: all 300ms ease;
}
.main-header .header-top .inner-container .top-right .social-icon-four li a:hover {
  color: #031f8d;
}
.main-header .header-top .inner-container .top-right .social-icon-four li:first-child {
  margin-left: 0;
}
.main-header .top-navigation {
  padding: 0;
}
.main-header .top-navigation .navbar-brand {
  padding: 0;
}
.main-header .top-navigation .navbar-brand img.logo-image {
  max-height: 90px;
  padding: 5px 0;
  max-width: auto;
}
.main-header .top-navigation .navbar-collapse {
  justify-content: flex-end;
}
.main-header .top-navigation .navbar-collapse ul.navbar-nav {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  position: relative;
  transition: all 0.3s ease;
}
.main-header .top-navigation .navbar-collapse ul.navbar-nav li {
  position: relative;
}
.main-header .top-navigation .navbar-collapse ul.navbar-nav li a {
  font-size: 1rem;
  font-weight: 600;
  color: #222;
  text-align: left;
  text-transform: uppercase;
  transition: all 300ms ease;
  padding-right: 0;
  padding-left: 0;
  padding: 0.5rem 1.4rem;
}
.main-header .top-navigation .navbar-collapse ul.navbar-nav li a:hover {
  color: #ff8a00;
}
.main-header .top-navigation .navbar-collapse ul.navbar-nav li:last-child {
  margin-right: 0;
}
.main-header .top-navigation .navbar-collapse ul.navbar-nav li:last-child a {
  background: #2c2b2b;
  border-radius: 15px;
  color: white;
}
.main-header .top-navigation .navbar-collapse ul.navbar-nav li ul.sub-menu {
  position: absolute;
  background: #ff8a00;
  z-index: 999;
  border-radius: 10px;
  margin-top: 20px;
  min-width: fit-content;
  display: none;
  transition: all 0.3s ease;
}
.main-header .top-navigation .navbar-collapse ul.navbar-nav li ul.sub-menu li {
  padding: 5px 15px;
  min-width: max-content;
  border-bottom: 1px solid #ffc5c7;
}
.main-header .top-navigation .navbar-collapse ul.navbar-nav li ul.sub-menu li a {
  color: white;
  padding: 5px 0;
  width: 100%;
  font-size: 0.8rem;
  line-height: 20px;
  display: block;
}
.main-header .top-navigation .navbar-collapse ul.navbar-nav li ul.sub-menu li a:hover {
  color: #031f8d;
}
.main-header .top-navigation .navbar-collapse ul.navbar-nav li ul.sub-menu li a::after {
  content: none I !important;
}
.main-header .top-navigation .navbar-collapse ul.navbar-nav li ul.sub-menu li:hover {
  background-color: #fff;
}
.main-header .top-navigation .navbar-collapse ul.navbar-nav li ul.sub-menu li:hover a {
  color: #ff8a00;
}
.main-header .top-navigation .navbar-collapse ul.navbar-nav li ul.sub-menu li:last-child {
  margin-right: 0;
  min-width: inherit;
  border-bottom: none;
}
.main-header .top-navigation .navbar-collapse ul.navbar-nav li ul.sub-menu li:last-child:hover {
  border-radius: 0 0 10px 10px;
}
.main-header .top-navigation .navbar-collapse ul.navbar-nav li ul.sub-menu li:last-child a {
  background: inherit;
  border-radius: inherit;
}
.main-header .top-navigation .navbar-collapse ul.navbar-nav li.dropdown a {
  position: relative;
}
.main-header .top-navigation .navbar-collapse ul.navbar-nav li.dropdown a::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.main-header .top-navigation .navbar-collapse ul.navbar-nav li.dropdown ul.sub-menu.show {
  display: block;
}
.main-header .top-navigation .navbar-collapse ul.navbar-nav li.dropdown ul.sub-menu.show li a::after {
  content: none;
}
.main-header .top-navigation .navbar-collapse button.btn {
  background: #031f8d;
  border-radius: 15px;
  padding: 10px 15px;
}
.main-header .top-navigation .navbar-collapse button.btn a {
  font-size: 1rem;
  font-weight: 500;
  color: white;
  text-align: center;
  text-transform: uppercase;
  transition: all 300ms ease;
  font-family: "Bubblegum Sans", sans-serif;
}
.navbar-nav li {
  position: relative;
  overflow: visible;
}
.navbar-nav ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
}
.navbar-nav ul ul.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media (max-width: 991.98px) {
  .container {
    width: 100%;
    max-width: 930px;
  }
  .main-header .top-navigation .navbar-brand {
    width: 100%;
    margin-right: 0;
    display: flex;
    align-items: center;
  }
  .main-header .top-navigation .navbar-brand img.logo-image {
    max-width: 250px;
  }
  .main-header .top-navigation .collapse.navbar-collapse ul.navbar-nav {
    background: #ff8a00;
    border-radius: 20px;
  }
  .main-header .top-navigation .collapse.navbar-collapse ul.navbar-nav li a {
    color: white;
    text-align: left;
  }
  .main-header .top-navigation .collapse.navbar-collapse ul.navbar-nav li a:hover {
    color: #031f8d;
  }
}
.main-footer {
  background: #ffe2c1;
  padding: 4rem 0 0;
  margin-top: 4rem;
}
.main-footer p, .main-footer text, .main-footer a {
  color: #2c2b2b;
  font-size: 1rem;
}
.main-footer .footer-column .footer-logo img {
  max-width: 125px;
  margin-bottom: 5px;
}
.main-footer .footer-column .text {
  color: #2c2b2b;
}
.main-footer .footer-column h2.widget-title {
  font-size: 1.2rem;
  margin-bottom: 20px;
  color: #2c2b2b;
  font-weight: 600;
}
.main-footer .footer-column ul li.menu-item {
  position: relative;
  display: block;
  padding-left: 30px;
  margin-bottom: 16px;
}
.main-footer .footer-column ul li.menu-item::before {
  position: absolute;
  left: 5px;
  top: 0px;
  height: 20px;
  font-size: 1rem;
  line-height: 20px;
  color: #2c2b2b;
  font-weight: 400;
  content: "\f22b";
  font-family: FontAwesome;
}
.main-footer .footer-column ul li.menu-item a {
  display: block;
  line-height: 20px;
  font-size: 1rem;
  color: #2c2b2b;
  font-weight: 400;
  text-align: left;
  transition: all 200ms ease;
}
.main-footer .footer-column ul li.menu-item:hover::before {
  color: #ff8a00;
}
.main-footer .footer-column ul li.menu-item:hover a {
  color: #ff8a00;
}
.main-footer .footer-column .social-links {
  margin: 20px 0;
  float: left;
}
.main-footer .footer-column .social-links h2 {
  font-size: 1rem;
  margin-bottom: 10px;
  font-weight: 600;
}
.main-footer .footer-column .social-links .social-icon-two li {
  position: relative;
  float: left;
  margin-right: 26px;
}
.main-footer .footer-column .social-links .social-icon-two li a i {
  color: #ff8a00;
  font-size: 1.5rem;
}
.main-footer .footer-column .footer-contact ul li {
  margin-bottom: 5px;
}
.main-footer .footer-column .footer-contact ul li .icon {
  color: #2c2b2b;
  font-weight: 600;
}
.main-footer {
  /* Gallery Widget */
}
.main-footer .gallery-widget {
  position: relative;
}
.main-footer .gallery-widget .outer {
  position: relative;
  margin: 0 -7px 0;
}
.main-footer .gallery-widget .outer .image {
  float: left;
  width: 33.3333%;
  padding: 0 7px;
  margin-bottom: 14px;
}
.main-footer .gallery-widget .outer .image img {
  display: block;
  width: 100%;
}
.main-footer .gallery-widget .outer .image a {
  display: block;
  position: relative;
}
.main-footer .gallery-widget .outer .image a::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #ff8a00 padding-box content-box;
  padding: 5px;
  opacity: 0.8;
  content: "";
  transform: scale(0);
  transition: all 300ms ease;
}
.main-footer .gallery-widget .outer .image a::after {
  position: absolute;
  height: 20px;
  width: 20px;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
  content: "\f0b2";
  text-align: center;
  line-height: 20px;
  font-size: 1rem;
  color: #000;
  font-family: "FontAwesome";
  transform: scale(0);
  transition: all 300ms ease;
}
.main-footer .gallery-widget .outer .image a:hover::before, .main-footer .gallery-widget .outer .image a:hover::after {
  transform: scale(1);
}
.main-footer {
  /* Footer Bottom */
}
.main-footer .footer-bottom {
  position: relative;
  border-top: 1px solid #ff8a00;
  background-color: #ff8a00;
}
.main-footer .footer-bottom .inner-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-footer .footer-bottom .inner-container::before {
  position: absolute;
  right: 100%;
  top: 0;
  height: 100%;
  width: 1000%;
  background-color: #ff8a00;
  content: "";
}
.main-footer .footer-bottom .copyright-text {
  position: relative;
  float: left;
  padding: 20px 0;
  padding-right: 40px;
  background-color: #ff8a00;
  color: white;
  max-width: 400px;
  width: 100%;
  text-align: left;
}
.main-footer .footer-bottom .copyright-text::before {
  position: absolute;
  left: 100%;
  top: 0;
  border-right: 40px solid transparent;
  border-bottom: 70px solid #ff8a00;
  content: "";
}
.main-footer .footer-bottom .copyright-text p {
  line-height: 30px;
  font-size: 16px;
  color: white;
  font-weight: 700;
}
.main-footer .footer-bottom .copyright-text a {
  color: white;
  transition: all 300ms ease;
}
.main-footer .footer-bottom .copyright-text a:hover {
  text-decoration: underline;
}
.main-footer .footer-bottom .aksofttech-brand {
  float: right;
  width: 100%;
  text-align: right;
  color: white;
}
.main-footer .footer-bottom .aksofttech-brand a {
  color: white;
}
.main-footer .footer-bottom .social-links {
  position: relative;
  float: right;
  padding: 20px 0;
}

.banner-section {
  position: relative;
  z-index: 99;
}
.banner-section .banner-carousel-two .slide-item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 6rem 0 10rem;
  position: relative;
}
.banner-section .banner-carousel-two .slide-item::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 55, 109, 0.63);
  content: "";
}
.banner-section .banner-carousel-two .slide-item .content-box {
  position: relative;
}
.banner-section .banner-carousel-two .slide-item .content-box .inner-box {
  position: relative;
  max-width: 60%;
  background-color: rgba(0, 0, 0, 0.46);
  padding: 30px;
  border-radius: 20px;
}
.banner-section .banner-carousel-two .slide-item .content-box .inner-box p {
  font-weight: 400;
  font-size: 1.4rem;
  color: white;
}
.banner-section .banner-carousel-two .slide-item .content-box .inner-box h1.title {
  font-size: 3rem;
  color: white;
  font-weight: 800;
  margin-bottom: 22px;
  opacity: 0;
  transition: all 1000ms ease;
  transform: translateY(-100px);
}
.banner-section .banner-carousel-two .slide-item .content-box .inner-box .text {
  position: relative;
  display: block;
  font-size: 1rem;
  line-height: 26px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 20px;
  opacity: 0;
  transition: all 1000ms ease;
  transform: translateY(-100px);
}
.banner-section .banner-carousel-two .slide-item .content-box .inner-box .link-box {
  position: relative;
  opacity: 0;
  transition: all 1000ms ease;
  transform: translateY(50px);
}
.banner-section .banner-carousel-two .slide-item .content-box .inner-box .link-box button.btn-style-one {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  padding: 10px 40px;
  text-transform: capitalize;
  font-weight: 700;
  border-radius: 10px;
  background: #ff8a00;
  display: inline-block;
  text-align: center;
  transition: all 0.3s linear;
}
.banner-section .banner-carousel-two .active .slide-item .content-box .inner-box h1.title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1000ms;
}
.banner-section .banner-carousel-two .active .slide-item .content-box .inner-box .text {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 300ms;
}
.banner-section .banner-carousel-two .active .slide-item .content-box .inner-box .link-box {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1500ms;
}
.banner-section .banner-carousel-two .owl-nav {
  position: absolute;
  max-width: 1170px;
  padding: 0 20px;
  width: 180%;
  text-align: right;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  height: 0;
}
.banner-section .banner-carousel-two .owl-nav .owl-prev, .banner-section .banner-carousel-two .owl-nav .owl-next {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  font-size: 1rem;
  color: #bbbbbb;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 30px;
  padding-top: 6px;
  background-color: transparent;
  z-index: 9;
  transition: all 200ms ease;
}
.banner-section .banner-carousel-two .owl-nav .owl-prev::before, .banner-section .banner-carousel-two .owl-nav .owl-next::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  width: 60px;
  border: 2px solid #bbbbbb;
  border-right: 0;
  content: "";
  z-index: -1;
  transition: all 200ms ease;
}
.banner-section .banner-carousel-two .owl-nav .owl-prev span, .banner-section .banner-carousel-two .owl-nav .owl-next span {
  margin-right: 5px;
}
.banner-section .banner-carousel-two .owl-nav .owl-prev:hover, .banner-section .banner-carousel-two .owl-nav .owl-next:hover {
  color: #ff8a00;
}
.banner-section .banner-carousel-two .owl-nav .owl-prev:hover::before, .banner-section .banner-carousel-two .owl-nav .owl-next:hover::before {
  border-color: #ff8a00;
}
.banner-section .banner-carousel-two .owl-nav .owl-next::before {
  left: auto;
  right: -25px;
  border: 2px solid #bbbbbb;
  border-left: 0;
}

.about-section.about-page {
  padding: 4rem 0;
}

.vision-mission-section {
  position: relative;
}
.vision-mission-section .vision-secion,
.vision-mission-section .mission-secion {
  display: flex;
  align-items: center;
}
.vision-mission-section .vision-secion img,
.vision-mission-section .mission-secion img {
  border-radius: 20px;
}
.vision-mission-section .vision-secion .content-box {
  padding-right: 50px;
}
.vision-mission-section .vision-secion .image-box .image {
  padding-left: 50px;
}
.vision-mission-section .mission-secion {
  padding: 4rem 0;
}
.vision-mission-section .mission-secion .content-box {
  padding-left: 50px;
}
.vision-mission-section .mission-secion .image-box .image {
  padding-right: 50px;
}

.help-children-secion {
  padding: 4rem 0 0;
}
.help-children-secion ul.how-help-list {
  padding: 0;
  margin: 0;
  margin-top: 50px;
}
.help-children-secion ul.how-help-list li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  width: 50%;
  float: left;
}
.help-children-secion ul.how-help-list li .image-icon {
  margin-right: 1.2rem;
}
.help-children-secion ul.how-help-list li .image-icon img {
  max-width: 75px;
}
.help-children-secion ul.how-help-list li .text-icons {
  font-size: 1.2rem;
  font-weight: 600;
}
.help-children-secion .image-box .image {
  padding-left: 50px;
}
.help-children-secion .image-box .image img {
  border-radius: 20px;
}

.about-abacus {
  padding: 4rem 0 8rem;
}

.working-section {
  position: relative;
}
.working-section .working-block {
  position: relative;
  padding: 0 15px 26px;
}
.working-section .working-block .inner-box {
  position: relative;
  border: 1px solid #ff8a00;
  border-radius: 20px;
  transition: all 500ms ease;
}
.working-section .working-block .inner-box::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 55, 109, 0.73);
  border-radius: 20px;
}
.working-section .working-block .inner-box .image-box {
  position: relative;
}
.working-section .working-block .inner-box .image-box .image {
  position: relative;
  background-color: #222222;
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 20px;
}
.working-section .working-block .inner-box .image-box .image img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 300ms ease;
  border-radius: 20px;
  max-height: 210px;
}
.working-section .working-block .inner-box .lower-content {
  position: absolute;
  padding: 25px;
  text-align: center;
  transition: all 300ms ease;
  z-index: 99;
  top: 50%;
  left: 50%;
  bottom: 0;
  right: 0;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.working-section .working-block .inner-box .lower-content::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 42, 0, 0.62) padding-box content-box;
  content: "";
  padding: 15px;
  opacity: 0;
  transition: all 300ms linear;
  border-radius: 30px;
}
.working-section .working-block .inner-box .lower-content h3 {
  position: relative;
  display: block;
  font-size: 2rem;
  line-height: 2.5rem;
  padding: 0 1rem;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0px;
  z-index: 9;
  font-family: "Bubblegum Sans", sans-serif;
}
.working-section .working-block .inner-box .lower-content .link-box {
  position: relative;
  display: none;
  color: white;
  font-size: 1.2rem;
  margin-top: 30px;
  opacity: 1;
  z-index: 99;
}
.working-section .working-block .inner-box .lower-content .link-box a {
  color: white;
  font-size: 1.2rem;
}
.working-section .working-block .inner-box:hover {
  transform: scale(1.1);
}
.working-section .working-block .inner-box:hover .lower-content {
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}
.working-section .working-block .inner-box:hover .lower-content::after {
  height: 100%;
  opacity: 1;
}
.working-section .working-block .inner-box:hover .lower-content .link-box {
  display: block;
  position: relative;
}

.working-section .upper-box {
  position: relative;
  padding: 85px 0 270px;
}

.working-section .upper-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  opacity: 0.85;
}

.benefits-section {
  padding: 4rem 0 6rem;
}
.benefits-section .card {
  display: grid;
  gap: 10px;
  border: 0;
}
.benefits-section .card .cord-container {
  position: relative;
  border-radius: 20px;
  transition: all 500ms ease;
}
.benefits-section .card .cord-container .image-icon {
  position: relative;
  text-align: center;
  top: -40px;
  margin: auto;
}
.benefits-section .card .cord-container .image-icon img {
  max-width: 80px;
  background: #ffffff;
  padding: 5px;
  border-radius: 10px;
}
.benefits-section .card .cord-container .card-body {
  position: relative;
  text-align: center;
  padding-top: 0;
}
.benefits-section .card .cord-container .card-body h3, .benefits-section .card .cord-container .card-body p {
  color: white;
}
.benefits-section .card .cord-container .card-body h3 {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Bubblegum Sans", sans-serif;
}
.benefits-section .card .cord-container .blank {
  margin: 5px;
  position: relative;
  height: 42px;
}
.benefits-section .card .cord-container .card-footer {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.benefits-section .card .cord-container .card-footer a {
  color: white;
  font-size: 1rem;
  border: 0;
  text-align: center;
  margin: auto;
}
.benefits-section .card .cord-container:hover {
  transform: scale(1.1);
}
.benefits-section .card-section {
  margin-top: 30px;
}
.benefits-section .card-section .card:nth-child(1) .cord-container {
  background: #ce45b0;
}
.benefits-section .card-section .card:nth-child(2) .cord-container {
  background: #0499ff;
}
.benefits-section .card-section .card:nth-child(3) .cord-container {
  background: #396f39;
}
.benefits-section .card-section .card:nth-child(4) .cord-container {
  background: #d9aa00;
}

.counter-section {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  padding: 5rem 0 0;
  width: 100%;
  margin: 5rem 0;
}
.counter-section::before {
  height: 100%;
}
.counter-section::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 55, 109, 0.83);
  content: "";
}
.counter-section .coutent-content-list .content-sec .sec-title .sec-sub-head, .counter-section .coutent-content-list .content-sec .sec-title .sec-head, .counter-section .coutent-content-list .content-sec .sec-title p {
  color: white;
}
.counter-section .coutent-content-list .content-sec p {
  font-size: 1.2rem;
  color: white;
}
.counter-section .coutent-content-list .content-sec .list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.counter-section .coutent-content-list .content-sec .list-group li {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 34px;
  color: #bfbfbf;
  margin-bottom: 15px;
  padding-left: 28px;
  margin-bottom: 6px;
}
.counter-section .coutent-content-list .content-sec .list-group li::before {
  position: absolute;
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 18px;
  left: 0px;
  top: 0px;
  font-weight: 700;
  color: #ff8a00;
}
.counter-section .fact-counter {
  position: relative;
  padding-top: 8rem;
  background: #fff;
  border-top: 10px solid red;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  bottom: -5rem;
  background-color: #ff8a00;
}
.counter-section .fact-counter .counter-column {
  position: relative;
}
.counter-section .fact-counter .counter-column:last-child .count-box {
  border-right: none;
}
.counter-section .fact-counter .count-box {
  position: relative;
  display: block;
  text-align: center;
  margin: auto;
  padding: 0;
  color: #fff;
  font-weight: 700;
  border-right: 1px solid white;
}
.counter-section .fact-counter .count-box:hover::before {
  box-shadow: #ff8a00 0 0 0 40px inset;
}
.counter-section .fact-counter .count-box .count {
  position: relative;
  margin-right: 15px;
  font-family: "Bubblegum Sans", sans-serif;
}
.counter-section .fact-counter .count-box .count::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  border: 2px solid #ff8a00;
  border-radius: 20px;
  transform: translate(-50%, -50%);
  transition: all 200ms linear;
  background: rgba(255, 138, 0, 0.45);
}
.counter-section .fact-counter .count-box .count-text {
  position: relative;
  display: inline-block;
  font-size: 3rem;
  line-height: 1em;
  color: #fff;
  font-weight: 700;
}
.counter-section .fact-counter .count-box .counter-title {
  position: relative;
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
  font-family: "Bubblegum Sans", sans-serif;
  margin-top: 68px;
}
.counter-section .fact-counter.style-one {
  padding: 4rem 0;
  bottom: -5rem;
  border-top: 10px solid white;
}
.counter-section .fact-counter.style-one .count-box .count::before {
  content: none;
}
.counter-section .fact-counter.style-one .count-box .count-text, .counter-section .fact-counter.style-one .count-box .counter-title {
  color: white;
}
.counter-section .fact-counter.style-one .count-box .counter-title {
  margin-top: 15px;
}
.counter-section.abacus-counter-section {
  padding: 10rem 0 6rem;
}
.counter-section.abacus-counter-section .fact-counter {
  background-color: transparent;
  padding-top: inherit;
  bottom: inherit;
  border-top: inherit;
}
.counter-section.abacus-counter-section .fact-counter .count-box {
  border-right: 0px solid white;
}

.video-section {
  position: relative;
  max-width: 1720px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 6rem 0;
}
.video-section::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 138, 0, 0.81);
  opacity: 0.9;
  content: "";
}
.video-section .content-column {
  position: relative;
  order: 12;
}
.video-section .content-column .inner-column {
  position: relative;
  padding: 35px 35px 0px 40px;
}
.video-section .content-column .inner-column .sec-title {
  margin-bottom: 22px;
}
.video-section .content-column .inner-column .sec-title h2 {
  color: white;
}
.video-section .content-column .inner-column .title {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 25px;
  color: #ff8a00;
  font-weight: 400;
  margin-bottom: 30px;
}
.video-section .content-column .inner-column .text {
  position: relative;
  display: block;
  font-size: 1rem;
  line-height: 28px;
  color: #ffffff;
  font-weight: 400;
  padding-bottom: 20px;
}
.video-section .content-column .inner-column .text p {
  color: white;
}
.video-section .content-column .inner-column .link-box {
  position: relative;
}
.video-section .content-column .inner-column .link-box a {
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  color: white;
}
.video-section .video-column .inner-column {
  position: relative;
  padding-left: 50px;
}
.video-section .video-column .inner-column .video-box {
  position: relative;
}
.video-section .video-column .inner-column .video-box .image {
  position: relative;
  margin-bottom: 0;
}
.video-section .video-column .inner-column .video-box .image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.video-section .video-column .inner-column .video-box .link {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  transition: all 300ms ease;
}
.video-section .video-column .inner-column .video-box .link .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 60px;
  width: 60px;
  background-color: #333333;
  padding-left: 4px;
  font-size: 18px;
  color: #ff8a00;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  margin-top: -30px;
  margin-left: -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;
}
.video-section .video-column .inner-column .video-box .link:hover {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
}
.video-section .video-column .inner-column .video-box .link:hover .icon {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.video-section .video-column .inner-column .video-box button.link {
  background: transparent;
}
.video-section .video-column .inner-column .video-box::before {
  position: absolute;
  left: -50px;
  bottom: -50px;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/icons/icon-lines.jpg);
  background-repeat: no-repeat;
  content: "";
  filter: opacity(0.5);
  background-position: center center;
  border-radius: 30px;
}
.video-section.video-page::before {
  content: none;
}
.video-section.video-page .content-column .inner-column .text h4 {
  color: #031f8d;
  font-size: 18px;
  padding-top: 10px;
}
.video-section.video-page .content-column .inner-column .text p {
  color: #031f8d;
}
.video-section.video-gallery::before {
  content: none;
}
.video-section.video-gallery .video-column .inner-column {
  padding-left: 0;
  margin-bottom: 30px;
}
.video-section.video-gallery .video-column .inner-column .video-box {
  position: relative;
  max-height: 340px;
  height: 340px;
  overflow: hidden;
}
.video-section.video-gallery .video-column .inner-column .video-box::before {
  content: none;
}
.video-section.video-gallery .video-column .inner-column .text-box h4 {
  color: #031f8d;
  font-size: 20px;
  padding-top: 10px;
}
.video-section.video-gallery .video-column .inner-column .text-box p {
  color: #031f8d;
}

#abacusVideo .modal-content {
  background-color: #000000;
  border-radius: 20px;
}
#abacusVideo .modal-content button {
  position: absolute;
  background: #ff8a00;
  right: 0;
  width: 50px;
  height: 50px;
  top: -20px;
  right: -20px;
  opacity: 1;
  cursor: pointer;
}
#abacusVideo .modal-content .modal-body {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
#abacusVideo .modal-content .modal-body .banner-video {
  display: flex;
  align-items: center;
}

.why-chose-us {
  padding: 4rem 0;
}
.why-chose-us .content-column ul.why-chose-list {
  padding: 0;
  margin: 0;
}
.why-chose-us .content-column ul.why-chose-list li {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.why-chose-us .content-column ul.why-chose-list li .image-icon {
  margin-right: 1.2rem;
}
.why-chose-us .content-column ul.why-chose-list li .image-icon img {
  max-width: 70px;
}
.why-chose-us .content-column ul.why-chose-list li .text-icons {
  font-size: 1.2rem;
  font-weight: 600;
}
.why-chose-us .content-column.right .why-chose-list li {
  flex-direction: row-reverse;
}
.why-chose-us .content-column.right .why-chose-list li .image-icon {
  margin-left: 1.2rem;
}
.why-chose-us .content-column.right .why-chose-list li .text-icons {
  text-align: right;
}

.process-section {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 4rem 0;
}
.process-section::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(34, 34, 34, 0.35);
  opacity: 0.85;
  content: "";
}
.process-section .sec-title {
  margin-bottom: 90px;
}
.process-section .sec-title h2 {
  color: white;
}
.process-section .process-block {
  position: relative;
  margin-bottom: 80px;
}
.process-section .process-block .inner-box {
  position: relative;
  padding: 75px 30px 30px;
  background-color: rgba(255, 138, 0, 0.67);
  border: 1px dashed #bbbbbb;
  border-radius: 0 0 0 20px;
  transition: all 300ms ease;
}
.process-section .process-block .inner-box .count {
  position: absolute;
  right: 40px;
  top: -40px;
  height: 80px;
  width: 80px;
  background-color: rgb(255, 138, 0);
  border-radius: 0 10px 0 0;
  font-size: 30px;
  line-height: 80px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  transition: all 300ms ease;
}
.process-section .process-block .inner-box:hover {
  border-color: #ff8a00;
}
.process-section .process-block .inner-box:hover .count {
  background-color: #ff8a00;
}
.process-section .process-block h4 {
  display: block;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.process-section .process-block h4 a {
  color: #ffffff;
  display: inline-block;
  transition: all 300ms ease;
}
.process-section .process-block h4 a:hover {
  color: #ff8a00;
}
.process-section .process-block .text {
  display: block;
  font-size: 1rem;
  line-height: 24px;
  color: white;
  font-weight: 400;
  margin-bottom: 15px;
}
.process-section .process-block .link-box {
  position: relative;
}
.process-section .process-block .link-box a {
  display: inline-block;
  font-size: 1rem;
  line-height: 20px;
  color: #ff8a00;
  font-weight: 700;
  transition: all 300ms ease;
}
.process-section .process-block .link-box a:hover {
  color: #ffffff;
}

.projects-section-two {
  position: relative;
  padding: 100px 0;
}

.projects-section-two .upper-box {
  position: relative;
}

.projects-section-two .upper-box .sec-title {
  float: left;
  margin-bottom: 50px;
}

.projects-section-two .upper-box .link-box {
  position: relative;
  float: right;
  margin-top: 25px;
}

.projects-section-two .upper-box .link-box a {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #ff8a00;
  font-weight: 700;
  font-family: "Arimo", 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;
}

.projects-section-two .upper-box .link-box a:hover {
  color: #222222;
}

.projects-carousel-two {
  position: relative;
}

.projects-carousel-two .active .project-block-two .info-box {
  left: 18px;
  opacity: 1;
  visibility: visible;
  transition-delay: 500ms;
}

.projects-carousel-two .owl-nav {
  position: absolute;
  left: 15px;
  bottom: 0;
  width: 60px;
  height: 30px;
  opacity: 0;
}

.projects-carousel-two .owl-next,
.projects-carousel-two .owl-prev {
  position: absolute;
  left: 15px;
  bottom: 0;
  font-size: 12px;
  line-height: 30px;
  color: #222222;
  font-weight: 400;
  transition: all 300ms ease;
  z-index: 9;
}

.projects-carousel-two .owl-next {
  left: auto;
  right: -15px;
}

.projects-carousel-two .owl-next:hover,
.projects-carousel-two .owl-prev:hover {
  color: #ff8a00;
}

.projects-carousel-two .owl-dots {
  position: absolute;
  left: 15px;
  bottom: 0;
  height: 30px;
  width: 60px;
  z-index: 0;
  counter-reset: slides-num;
  opacity: 0;
}

.projects-carousel-two .owl-dots:after {
  position: absolute;
  left: 52px;
  content: counter(slides-num);
  display: inline-block;
  line-height: 30px;
  font-size: 16px;
  font-weight: 700;
  color: #222222;
}

.projects-carousel-two .owl-dot {
  display: inline-block;
  counter-increment: slides-num;
}

.projects-carousel-two .owl-dot span {
  display: none;
}

.projects-carousel-two .owl-dot.active:before {
  position: absolute;
  content: counter(slides-num) " /";
  line-height: 30px;
  font-size: 16px;
  font-weight: 700;
  color: #222222;
  left: 30px;
  top: 0;
}

.testimonial-section-two {
  position: relative;
  padding: 100px 0;
}
.testimonial-section-two .testimonial-carousel-two .owl-nav {
  position: absolute;
  left: 50%;
  bottom: -80px;
  transform-origin: left bottom;
  background-color: transparent;
  transform: translate(-50%, -50%);
}
.testimonial-section-two .testimonial-carousel-two .owl-next,
.testimonial-section-two .testimonial-carousel-two .owl-prev {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  padding-top: 6px;
  font-size: 1rem;
  color: #bbb;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 30px;
  z-index: 9;
  transition: all 200ms ease;
}
.testimonial-section-two .testimonial-carousel-two .owl-next::before,
.testimonial-section-two .testimonial-carousel-two .owl-prev::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  width: 60px;
  border: 2px solid #bbb;
  border-right: 0;
  content: "";
  z-index: -1;
  transition: all 200ms ease;
}
.testimonial-section-two .testimonial-carousel-two .owl-next:hover,
.testimonial-section-two .testimonial-carousel-two .owl-prev:hover {
  color: #ff8a00;
}
.testimonial-section-two .testimonial-carousel-two .owl-next:hover::before,
.testimonial-section-two .testimonial-carousel-two .owl-prev:hover::before {
  border-color: #ff8a00;
}
.testimonial-section-two .testimonial-carousel-two .owl-next::before {
  left: auto;
  right: -25px;
  border: 2px solid #bbb;
  border-left: 0;
}
.testimonial-section-two .testimonial-carousel-two .owl-next span {
  margin-left: 5px;
}
.testimonial-section-two .testimonial-carousel-two .owl-prev span {
  margin-right: 5px;
}
.testimonial-section-two .testimonial-carousel-two .testimonial-block-two {
  position: relative;
}
.testimonial-section-two .testimonial-carousel-two .testimonial-block-two .inner-box {
  padding: 40px 40px 0;
  border: 3px dashed #2c2b2b;
  background-color: rgb(255, 244, 231);
  border-radius: 20px;
}
.testimonial-section-two .testimonial-carousel-two .testimonial-block-two .inner-box .text {
  font-size: 1.1rem;
  line-height: 30px;
  color: #222;
  margin-bottom: 20px;
}
.testimonial-section-two .testimonial-carousel-two .testimonial-block-two .info-box {
  position: relative;
  padding: 0;
  min-height: 90px;
  text-align: left;
  padding-left: 60px;
}
.testimonial-section-two .testimonial-carousel-two .testimonial-block-two .info-box::before {
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 48px;
  line-height: 50px;
  color: #ff8a00;
  content: "\f10d";
  font-family: "FontAwesome";
}
.testimonial-section-two .testimonial-carousel-two .testimonial-block-two .info-box::after {
  position: absolute;
  right: -20px;
  bottom: -20px;
  height: 100px;
  width: 100px;
  background-color: #ff8a00;
  content: "";
  opacity: 0.5;
  z-index: 9;
  transition: all 300ms ease;
  transition-delay: 500ms;
  display: none;
}
.testimonial-section-two .testimonial-carousel-two .testimonial-block-two .info-box .thumb {
  position: absolute;
  right: 0;
  top: 0;
  width: 90px;
  height: 90px;
  border: 1px solid #ff8a00;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.testimonial-section-two .testimonial-carousel-two .testimonial-block-two .info-box .thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.testimonial-section-two .testimonial-carousel-two .testimonial-block-two .info-box .name {
  font-size: 1.3rem;
  line-height: 25px;
  color: #ff8a00;
  position: relative;
  top: 13px;
  left: 19px;
  font-style: italic;
}
.testimonial-section-two .testimonial-carousel-two .testimonial-block-two .info-box .designation {
  font-style: italic;
}
.testimonial-section-two .testimonial-carousel-two .testimonial-block-two .info-box .date {
  font-size: 12px;
  line-height: 25px;
  color: #222;
}

.service-detail {
  position: relative;
}
.service-detail .inner-box {
  position: relative;
  display: block;
}
.service-detail .inner-box .image-box + h2 {
  padding-bottom: 15px;
}
.service-detail .inner-box .image {
  position: relative;
  max-height: 450px;
}
.service-detail .inner-box .image img {
  width: 100%;
  display: block;
}
.service-detail .inner-box .text {
  position: relative;
}
.service-detail .inner-box .text p {
  font-size: 1rem;
  line-height: 30px;
  color: #222;
  margin-bottom: 15px;
}
.service-detail .inner-box .text h2 {
  font-size: 0.2 0.5rem;
  font-weight: 600;
  color: #222;
  line-height: 1.2em;
  margin-bottom: 20px;
  font-family: "Bubblegum Sans", sans-serif;
}
.service-detail .inner-box .text h3 {
  font-size: 2rem;
  font-weight: 500;
  color: #222;
  line-height: 1.2em;
  margin-bottom: 1rem;
}
.service-detail .inner-box .text h3 strong {
  font-size: 1.4rem;
}
.service-detail .inner-box .text .two-column {
  margin: 40px 0 30px;
}
.service-detail .inner-box .text ul {
  margin-bottom: 25px;
}
.service-detail .inner-box ul li {
  position: relative;
  font-size: 1rem;
  line-height: 26px;
  color: #222;
  padding-left: 25px;
  margin-bottom: 10px;
}
.service-detail .inner-box ul li::before {
  content: "\f05d";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "FontAwesome";
  font-size: 1rem;
  color: #ff8a00;
}
.service-detail .image-box {
  position: relative;
  margin-bottom: 35px;
}
.service-detail .image-box .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -20px;
}
.service-detail .image-box .owl-prev,
.service-detail .image-box .owl-next {
  position: absolute;
  top: 0;
  left: 40px;
  width: 40px;
  height: 40px;
  background: #333;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  transition: all 300ms ease;
}
.service-detail .image-box .owl-prev:hover,
.service-detail .image-box .owl-next:hover {
  background: #ff8a00;
}
.service-detail .image-box .owl-next {
  left: auto;
  right: 40px;
}
.service-detail {
  /* ===== BLOCKQUOTE ===== */
}
.service-detail blockquote {
  background: #f5f5f5;
  padding: 40px 40px 25px 50px;
  font-size: 1rem;
  line-height: 28px;
  color: #666;
  font-style: italic;
  margin-bottom: 60px;
}
.service-detail blockquote cite {
  display: block;
  text-align: right;
  font-size: 1rem;
  line-height: 30px;
  color: #222;
  margin-top: 20px;
  font-style: normal;
}

.why-section {
  padding: 4rem 0;
}

.two-block-seciton .image-column img {
  border-radius: 20px;
}
.two-block-seciton .image-column.left .inner-column .image-box {
  padding-right: 50px;
}
.two-block-seciton .image-column.left .inner-column .image-box .image img {
  float: left;
}
.two-block-seciton .image-column.right .inner-column .image-box {
  padding-left: 50px;
}
.two-block-seciton .image-column.right .inner-column .image-box .image img {
  float: right;
}
.two-block-seciton .content-column.right .inner-column .content-box {
  padding-left: 50px;
}
.two-block-seciton .content-column.left .inner-column .content-box {
  padding-right: 50px;
}
.two-block-seciton .content-column .inner-column .content-box .list-group {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.two-block-seciton .content-column .inner-column .content-box .list-group .list-item {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 15px;
  padding-left: 28px;
  margin-bottom: 6px;
}
.two-block-seciton .content-column .inner-column .content-box .list-group .list-item::before {
  position: absolute;
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 1rem;
  left: 0px;
  top: 0px;
  font-weight: 700;
  color: #2c2b2b;
}

.accordion-section {
  padding: 0 0 4rem;
}
.accordion-section p {
  color: #2c2b2b;
  padding-bottom: 15px;
}
.accordion-section .image-column img {
  border-radius: 20px;
}
.accordion-section .image-column.left .inner-column .image-box {
  padding-right: 50px;
}
.accordion-section .image-column.left .inner-column .image-box .image img {
  float: left;
}
.accordion-section .image-column.right .inner-column .image-box {
  padding-left: 50px;
}
.accordion-section .image-column.right .inner-column .image-box .image img {
  float: right;
}
.accordion-section .accordion-box .block .acc-btn {
  padding: 10px 0;
}
.accordion-section .accordion-box .block .acc-btn.active {
  color: #2c2b2b;
}
.accordion-section .accordion-box .block .icon, .accordion-section .accordion-box .block .acc-btn.active .icon:before {
  position: inherit;
  top: inherit;
  right: inherit;
  color: inherit;
}
.accordion-section .accordion .acc-content .content {
  padding: 0px 25px 15px 34px;
}
.accordion-section .accordion .acc-content .content .text ul {
  padding-left: 15px;
}
.accordion-section .accordion .acc-content .content .text ul li {
  list-style: disc;
}
.accordion-section .accordion-column .inner-column {
  padding-left: 40px;
}

.callto-action-section {
  padding: 8rem 0 0;
}
.callto-action-section .calltoaction {
  background-image: linear-gradient(0deg, #ffd6a6 0%, #fff3de 100%);
  padding: 50px;
  border-radius: 20px;
}
.callto-action-section .calltoaction h3 {
  margin: 0;
  color: #2c2b2b;
  font-size: 2.5rem;
}
.callto-action-section .calltoaction h3 strong {
  font-weight: bold;
}
.callto-action-section .calltoaction .link-box {
  float: right;
}

.our-approach-section {
  background: rgba(255, 108, 0, 0.1294117647);
  padding: 4rem 0;
}

.photo-gallery-block {
  position: relative;
  padding: 10px;
  padding-top: 0;
}

.photo-gallery-block .image-box {
  position: relative;
  width: 100%;
  height: 450px;
}

.photo-gallery-block .image-box .image {
  position: relative;
  margin-bottom: 0;
  height: 100%;
}

.photo-gallery-block .image-box .image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  height: 100%;
  object-fit: cover;
}

.photo-gallery-block .overlay-box {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.photo-gallery-block .overlay-box h4 {
  top: 30px;
  text-align: center;
  opacity: 0;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.photo-gallery-block .overlay-box h4 a {
  color: #ffffff;
  text-align: center;
}

.photo-gallery-block .image-box:hover .overlay-box h4 {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}

.photo-gallery-block .overlay-box:before {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 0%;
  width: 0%;
  opacity: 0;
  overflow: hidden;
  content: "";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.9);
}

.photo-gallery-block .image-box:hover .overlay-box:before {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  visibility: visible;
  border-radius: 0%;
  border-radius: 20px;
}

.photo-gallery-block .overlay-box .btn-box {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  opacity: 0;
  margin-top: -15px;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.photo-gallery-block .overlay-box .btn-box a {
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  margin: 0 6px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.photo-gallery-block .overlay-box .btn-box a:hover {
  color: #ff8a00;
}

.photo-gallery-block .image-box:hover .overlay-box .btn-box {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
}

.photo-gallery-block .overlay-box .tag {
  position: absolute;
  left: 30px;
  bottom: 30px;
  text-align: right;
  opacity: 0;
  font-size: 1rem;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.photo-gallery-block .image-box:hover .overlay-box .tag {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.photo-gallery-block.mix {
  display: none;
  margin-bottom: 10px;
}

.office-location {
  padding: 4rem 0;
  background-color: rgba(255, 108, 0, 0.1294117647);
}
.office-location .card {
  text-align: center;
  padding: 15px;
  border-radius: 15px;
  box-shadow: 1px 3px 5px 0px #c3c3c3;
}
.office-location .card .icon {
  display: block;
  margin: auto;
}
.office-location .card .icon i {
  font-size: 3rem;
  color: #ff8a00;
}

.donation-page .donation-section {
  padding: 20px;
  border-radius: 15px;
  background-color: rgba(255, 108, 0, 0.1294117647);
}
.donation-page .bank-details-seciton {
  background: rgba(255, 108, 0, 0.1294117647);
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 50px;
}
.donation-page .bank-details-seciton h5 {
  margin-bottom: 20px;
}
.donation-page .bank-details-seciton p {
  margin-bottom: 15px;
  font-weight: 600;
}
.donation-page .bank-details-seciton span {
  font-weight: 500;
}

/*# sourceMappingURL=style.css.map */
