/***************************************************************************************************************
||||||||||||||||||||||||||||       MASTER STYLESHEET FOR FOSTER SKINS       ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||||              TABLE OF CONTENT                  ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************
1. extarnal styles
2. Global styles
3. Caption Effect styles
4. Accrodion styles
5. Top Bar styles
6. header styles
7. Header Menu styles
8. Header Two styles
9. Header Three styles
10. Banner styles
11. Welcome Section styles
12. Featured Services styles
13. Call To Action styles
14. FAQ styles
15. Contact From styles
16. Testimonials styles
17. Team Page styles
18. Fact Counter styles
19. Latest Blog styles
20. Client Carousel styles
21. Footer Top styles
22. Footer styles
23. Bottom Bar styles
24. Inner Banner styles
25. Services styles
26. About Info Box styles
27. Side Bar Widget styles
28. Fleet Gallery styles
29. Pricing styles
30. FAQ Page styles
31. Testimonial Page styles
32. Page Navigation styles
33. 404 Error styles
34. Single service page styles
35. FAQ Form styles
36. Career Page styles
37. Blog Page styles
38. Text Slider styles
39. Request Qoute New Style
40. Featured Services Style Two
41. Welcome Services Home one styles
42. Testimonials box with carousel styles
43. Track Your shipment styles
****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,800,700,900);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Alegreya:400,400italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Kreon:400,700,300);
@import url(https://fonts.googleapis.com/css?family=Great+Vibes);
@import url(gradient.css);

:root {
  --color-primary: #00447c;
  --color-primary-light: #1871b9;
  --color-secondary: #1ABEC9;
  --color-secondary-rgb: 26, 190, 201;
  --color-secondary-light: #4cd3dd;
  --color-gray-100: #f7f7f7;
  --color-gray-200: #e0e0e0;
  --color-gray-300: #b2b2b2;
  --color-gray-400: #6c6c6c;
  --color-gray-500: #343434;
  --color-gray-600: #222222;
  --color-gray-700: #111111;
  --color-gray-800: #000000;
  --color-gray-900: #000000;
}

/* ==============================
   Global styles
   ============================== */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: .02em;
}
img {
  max-width: 100%;
}
a,
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pl-30 {
  padding-left: 30px;
}
.p0 {
  padding: 0 !important;
}
.pt0 {
  padding-top: 0 !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.thm-container {
  max-width: 1170px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.animate-3 {
  transition: all 0.3s ease;
}
.animate-5 {
  transition: all 0.5s ease;
}
.animate-7 {
  transition: all 0.7s ease;
}
.animate-3-all * {
  transition: all 0.3s ease;
}
.animate-5-all * {
  transition: all 0.5s ease;
}
.animate-7-all * {
  transition: all 0.7s ease;
}
.sec-padding {
  padding: 100px 0;
}
.sec-padding.page-title {
  padding-bottom: 30px;
}
.sec-title {
  margin-bottom: 80px;
}
.sec-title .tagline {
  font-size: 18px;
  font-family: 'PT Serif', sans-serif;
  color: #7E7E7E;
  font-style: italic;
  display: inline-block;
  margin-bottom: 5px;
}
.sec-title h2 {
  font-size: 22px;
  text-transform: uppercase;
  color: #282828;
  font-weight: 800;
  line-height: 30px;
  margin: 0;
  font-family: 'Raleway', sans-serif;
  max-width: 770px;
  margin: 0 auto;
}
.sec-title .double-border {
  margin-top: 13px;
  display: inline-block;
}
.sec-title .double-border:before,
.sec-title .double-border:after {
  content: '';
  display: block;
  background: #B9B9B9;
  height: 1px;
}
.sec-title .double-border:before {
  width: 136px;
}
.sec-title .double-border:after {
  width: 72px;
  margin-top: 5px;
}
.sec-title.text-center .double-border:before,
.sec-title.text-center .double-border:after {
  margin-left: auto;
  margin-right: auto;
}
.sec-title p {
  color: #898989;
  font-size: 14px;
  line-height: 26px;
  margin-top: 35px;
}
.sec-title.style-two .border {
  margin-top: 13px;
  display: inline-block;
}
.sec-title.style-two .border:before,
.sec-title.style-two .border:after {
  content: '';
  display: block;
  background: #DBA532;
  height: 3px;
}
.sec-title.style-two .border:before {
  width: 90px;
}
.sec-title.style-two .border:after {
  display: none;
}
.sec-title.style-two.text-center .border:before,
.sec-title.style-two.text-center .border:after {
  margin-left: auto;
  margin-right: auto;
}
.white-bg {
  background: #fff !important;
}
.gray-bg {
  background: #F7F7F7 !important;
}
.home-page-3 {
  background: rgba(0, 0, 0, 0.85);
}
.home-page-4 {
  background: rgba(0, 0, 0, 0.85);
  margin: 15px;
  overflow: hidden;
}
.home-page-4 .page-wrapper {
  padding-left: 15px;
}
.main-wrapper.home-7 {
  padding: 0 30px 30px;
}
.list-item li {
  color: #898989;
  line-height: 34px;
}
.list-item li:before {
  content: '\f0a9';
  font-family: 'FontAwesome';
  color: #F6BA18;
  margin-right: 10px;
}
.thm-btn {
  border: none;
  outline: none;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  line-height: 36px;
  padding: 0 28px;
  background: #3EBDD0;
  display: inline-block;
  transition: all 0.5s ease;
}
.thm-btn:hover,
.thm-btn.inverse {
  background: #5D6063;
  color: #fff;
}
.thm-btn.inverse:hover {
  background: #3EBDD0;
}
.img-cap-effect:hover .img-box .img-caption {
  top: 0;
}
.img-cap-effect:hover .img-box .img-caption:before {
  bottom: 10px;
  opacity: 1;
}
.img-cap-effect:hover .img-box .img-caption .box-holder .box {
  transform: scale(1);
}
.img-cap-effect .img-box {
  position: relative;
  overflow: hidden;
}
.img-cap-effect .img-box .img-caption {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  transition: all 0.5s ease;
}
.img-cap-effect .img-box .img-caption:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 100%;
  opacity: 0;
  border: 0px solid rgba(var(--color-secondary-rgb), 0.75);
  background: rgba(var(--color-secondary-rgb), 0.75);
  border-bottom: 0;
  border-right: 0;
  transition: all .5s ease .5s;
}
.img-cap-effect .img-box .img-caption .box-holder {
  width: 100%;
  height: 100%;
  display: table;
}
.img-cap-effect .img-box .img-caption .box-holder .box {
  transform: scale(0);
  display: table-cell;
  vertical-align: middle;
  transition: all .5s ease 1s;
}
.img-cap-effect .img-box .img-caption .box-holder .box li {
  display: inline-block;
}
.img-cap-effect .img-box .img-caption .box-holder .box li a {
  display: block;
  width: 40px;
  height: 40px;
  background: #010101;
  font-size: 15px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  margin-right: 5px;
}
.accrodion {
  border: 1px solid #D7D7D7;
  background: #fff;
  margin-bottom: 10px;
}
.accrodion:last-child {
  margin-bottom: 0;
}
.accrodion.active .accrodion-title {
  background: #E0E0E0;
}
.accrodion.active .accrodion-title:after {
  content: '-';
  font-size: 40px;
  line-height: 38px;
}
.accrodion .accrodion-title {
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}
.accrodion .accrodion-title:after {
  content: '+';
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  color: #898989;
  font-size: 23px;
  position: absolute;
  top: 0;
  right: 20px;
  line-height: 46px;
}
.accrodion .accrodion-title h4 {
  color: #242424;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 46px;
  letter-spacing: .04em;
}
.accrodion .accrodion-content {
  padding-left: 30px;
  padding-top: 19px;
  padding-bottom: 30px;
}
.accrodion .accrodion-content p {
  font-size: 14px;
  color: #898989;
  line-height: 24px;
  margin: 0;
}
.accrodion .accrodion-content ul {
  margin-top: 19px;
}
.accrodion .accrodion-content ul li {
  font-size: 14px;
  line-height: 15px;
  color: #898989;
  margin-bottom: 8px;
}
.accrodion .accrodion-content ul li:last-child {
  margin-bottom: 0;
}
.accrodion .accrodion-content ul li:before {
  content: '\f105';
  font-family: 'FontAwesome';
  color: #898989;
  margin-right: 15px;
}
.accrodion .accrodion-content .img-caption .img-box,
.accrodion .accrodion-content .img-caption .content-box {
  display: table-cell;
  vertical-align: middle;
}
.accrodion .accrodion-content .img-caption .img-box {
  width: 143px;
}
.accrodion .accrodion-content .img-caption .content-box {
  padding-left: 25px;
}
.page-navigation {
  display: block;
}
.page-navigation li {
  display: inline-block;
}
.page-navigation li a,
.page-navigation li span {
  font-family: 'PT Serif', sans-serif;
  font-style: italic;
  color: #1F1F1F;
  font-size: 20px;
  display: inline-block;
  padding: 0 19px;
  transition: all .3s ease;
}
.page-navigation li span,
.page-navigation li a:hover {
  color: var(--color-secondary) ;
}
.page-navigation .prev a,
.page-navigation .next a {
  font-size: 18px;
  padding: 0;
}
.page-navigation .prev a i,
.page-navigation .next a i {
  font-size: 20px;
}
.page-navigation .prev a i {
  margin-right: 7px;
  display: inline-block;
}
.page-navigation .next a i {
  margin-left: 7px;
  display: inline-block;
}
.has-overlay {
  position: relative;
}
.has-overlay:before {
  content: '';
  opacity: .7;
  background: #30400B;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.has-overlay .thm-container {
  position: relative;
}
/* ==============================
   Top Bar styles
   ============================== */
#top-bar {
  background: var(--color-secondary);
}
#top-bar .social {
  padding-left: 3px;
}
#top-bar .social li {
  border-right: 0px solid #13a2a5;
  padding: 0;
  margin-left: -3px;
}
#top-bar .social li:first-child {
  border-left: 0px solid #13a2a5;
}
#top-bar .social li a {
  font-size: 18px;
  width: 44px;
  line-height: 50px;
  color: #fff;
  display: block;
  text-align: center;
}
#top-bar .top-bar-contact-info {
  padding-left: 3px;
}
#top-bar .top-bar-contact-info i {
  font-size: 20px;
  color: #fff;
}
#top-bar .top-bar-contact-info i.fa-envelope-o {
  font-size: 16px;
}
#top-bar .top-bar-contact-info li {
  border-right: 0px solid var(--color-primary);
  padding: 0;
  margin-left: -3px;
}
#top-bar .top-bar-contact-info li:first-child {
  border-left: 0px solid var(--color-primary);
}
#top-bar .top-bar-contact-info li a {
  font-size: 14px;
  color: #fff;
  line-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
#top-bar .top-bar-contact-info li a i {
  margin-right: 6px;
}
#top-bar.home-6 .social li {
  border-color: #373B40;
}
#top-bar.home-6 .social li a {
  color: #fff;
}
#top-bar.home-6 .top-bar-contact-info li a {
  color: #FFFFFF;
  font-family: 'PT Serif';
  font-size: 18px;
  font-style: italic;
}
#top-bar.home-6 .top-bar-contact-info li a i {
  color: #fff;
}
#top-bar.home-8 .social li {
  border-color: transparent;
}
#top-bar.home-8 .social li a {
  color: #BABCBD;
}
#top-bar.home-8 .top-bar-contact-info li {
  border-color: transparent;
}
#top-bar.home-8 .top-bar-contact-info li:first-child a {
  padding-left: 0;
}
#top-bar.home-8 .top-bar-contact-info li:last-child a {
  padding-right: 0;
}
#top-bar.home-8 .top-bar-contact-info li a {
  color: #BFBFBF;
  font-size: 14px;
}
#top-bar.home-8 .top-bar-contact-info li a i {
  color: #29B8BC;
  font-size: 16px;
}
#top-bar.home-8 .top-bar-contact-info li a i.fa-envelope {
  color: #29B8BC;
  font-size: 13px;
}
/* ==============================
   header styles
   ============================== */
#header {
  position: fixed;
  background-color: transparent;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  border-bottom: 1px solid #F7F7F7;
}
#header:after {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 0px;
  background: #C1C1C1;
}
#header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 319px;
  background: url(../images/bg-shadow.png) center top no-repeat;
  background-size: cover;
  z-index: -1;
}
#header .container-fluid {
  position: relative;
  z-index: 99;
}
#header .logo {
  padding: 26px 0;
}
#header.stricky-fixed {
  background: #1D1D1D;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  border: none;
}
#header.stricky-fixed:before,
#header.stricky-fixed:after {
  display: none;
}
#header.home-two {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}
#header.home-two:before,
#header.home-two:after {
  display: none;
}
#header.home-3 {
  background-color: #fff;
  position: relative;
  border: none;
}
#header.home-3 .logo {
  padding: 25px 0;
}
#header.home-3.stricky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}
#header.home-3 .nav-holder .nav-footer ul.nav > li > a {
  font-weight: bold;
  font-family: 'Raleway';
  padding: 0 17.5px;
}
#header.home-3 .nav-holder .nav-footer ul.nav > li:hover > a {
  color: var(--color-secondary);
}
#header.home-3 .nav-holder .nav-footer ul.nav > li:last-child > a {
  padding-right: 0;
}
#header.home-3 .nav-holder .nav-footer ul.nav > li > a,
#header.home-3 .nav-holder .nav-header button {
  color: #555;
}
#header.home-3 .nav-holder .nav-header button {
  border-color: #D3D3D3;
}
#header.home-7 .container-fluid {
  padding: 0;
}
#header.home-7 .nav-holder button {
  background: none;
  border: none;
  line-height: 104px;
  padding: 0;
  outline: none;
}
#header.home-7 .nav-holder button i {
  font-size: 35px;
  color: #1E1E1E;
}
#header.home-8 {
  background: #F0F0F0;
}
#header.home-8 .nav-holder .nav-footer ul.nav > li > a,
#header.home-8 .nav-holder .nav-header button {
  color: #242424;
}
#header.home-8 .nav-holder .nav-header > ul {
  border-color: #242424;
}
#header.home-9 .logo {
  padding: 24px 0;
}
/* ==============================
   Main Navigation styles
   ============================== */
.nav-holder {
  position: relative;
}
header.stricky-fixed .nav-holder {
  margin-top: 0 !important;
}
.nav-holder .nav-header {
  display: inline-block;
  line-height: 9px;
  padding: 39px 0;
  position: relative;
}
.nav-holder .nav-header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-holder .nav-header > ul {
  border-left: 1px solid #FFFFFF;
  padding-left: 7px;
  margin-left: 15px;
}
.nav-holder .nav-header > ul > li {
  display: inline-block;
}
.nav-holder .nav-header > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.nav-holder .nav-header > ul > li > ul > li {
  list-style: none;
  display: block;
}
.nav-holder .nav-header > ul > li > ul {
  position: absolute;
  top: 100%;
  right: 0;
  margin: 0;
  padding: 0;
  width: 350px;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 99999;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.nav-holder .nav-header > ul > li > ul.search-box {
  background: #2F2F2F;
  padding: 30px 30px;
}
.nav-holder .nav-header > ul > li > ul.search-box form {
  height: 45px;
  background: var(--color-primary);
}
.nav-holder .nav-header > ul > li > ul.search-box form input {
  width: calc(100% - 52px);
  height: 100%;
  border: none;
  outline: none;
  color: #fff;
  background-color: transparent;
  line-height: 15px;
  padding-left: 15px;
}
.nav-holder .nav-header > ul > li > ul.search-box form input::-webkit-input-placeholder {
  color: #fff;
  text-transform: capitalize;
}
.nav-holder .nav-header > ul > li > ul.search-box form input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  text-transform: capitalize;
}
.nav-holder .nav-header > ul > li > ul.search-box form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  text-transform: capitalize;
}
.nav-holder .nav-header > ul > li > ul.search-box form input:-ms-input-placeholder {
  color: #fff;
  text-transform: capitalize;
}
.nav-holder .nav-header > ul > li > ul.search-box form button {
  width: 40px;
  height: 100%;
  line-height: 45px;
  color: #fff;
  font-size: 15px;
  background-color: transparent;
  border: none;
  outline: none;
}
.nav-holder .nav-header > ul > li > ul.cart-box {
  background: #fff;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.11);
}
.nav-holder .nav-header > ul > li > ul.cart-box .cart-header h4 {
  text-transform: capitalize;
  color: #391F0A;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.nav-holder .nav-header > ul > li > ul.cart-box .cart-content {
  padding: 15px 0;
  border-top: 1px dashed #BEBEBE;
}
.nav-holder .nav-header > ul > li > ul.cart-box .cart-content .content,
.nav-holder .nav-header > ul > li > ul.cart-box .cart-content .img-box {
  display: table-cell;
  vertical-align: top;
}
.nav-holder .nav-header > ul > li > ul.cart-box .cart-content .img-box {
  width: 100px;
}
.nav-holder .nav-header > ul > li > ul.cart-box .cart-content .content {
  padding-left: 30px;
}
.nav-holder .nav-header > ul > li > ul.cart-box .cart-content .content h4 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: 'Open Sans';
  color: #7A7A7A;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 10px;
  transition: all .3s ease;
}
.nav-holder .nav-header > ul > li > ul.cart-box .cart-content .content i {
  color: var(--color-primary);
  cursor: pointer;
  font-size: 13px;
}
.nav-holder .nav-header > ul > li > ul.cart-box .cart-content .content ul.price {
  margin-top: 12px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 0;
}
.nav-holder .nav-header > ul > li > ul.cart-box .cart-content .content ul.price li {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 10px;
}
.nav-holder .nav-header > ul > li > ul.cart-box .cart-content .content ul.price li span.or-price {
  font-family: 'Open Sans';
  color: #898989;
  text-decoration: line-through;
  font-weight: normal;
}
.nav-holder .nav-header > ul > li > ul.cart-box .cart-content .content ul.price li span {
  color: #2d2d2d;
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  font-family: "PT Serif", serif;
}
.nav-holder .nav-header > ul > li > ul.cart-box .cart-footer {
  border-top: 1px dashed #BEBEBE;
}
.nav-holder .nav-header > ul > li > ul.cart-box .cart-footer .total-price {
  float: left;
}
.nav-holder .nav-header > ul > li > ul.cart-box .cart-footer .total-price h4 {
  color: #000;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 14px;
  margin: 10px 0;
}
.nav-holder .nav-header > ul > li > ul.cart-box .cart-footer {
  padding-top: 15px;
}
.nav-holder .nav-header > ul > li > ul.cart-box .cart-footer .checkout-box {
  float: right;
}
.nav-holder .nav-header > ul > li > ul.cart-box .cart-footer .checkout-box .cart-btn {
  font-size: 13px;
  letter-spacing: .1em;
  color: #4C4C4C;
  line-height: 32px;
  border: 1px solid #B9B9B9;
  padding: 0 18px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 0px;
  transition: all .3s ease;
}
.nav-holder .nav-header > ul > li > ul.cart-box .cart-footer .checkout-box .cart-btn i {
  font-size: 17px;
  margin-right: 7px;
}
.nav-holder .nav-header > ul > li > ul.cart-box .cart-footer .checkout-box .cart-btn:hover {
  background: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
}
.nav-holder .nav-header button {
  border: none;
  outline: none;
  color: #FFFFFF;
  background-color: transparent;
  font-size: 20px;
  margin-left: 7px;
}
.nav-holder .nav-header button i.icon {
  font-size: 16px;
}
.nav-holder .nav-footer {
  display: inline-block;
}
.nav-holder .nav-footer ul.nav > li {
  display: inline-block;
  line-height: 29px;
  padding: 34px 0;
  position: relative;
}
.nav-holder .nav-footer ul.nav > li:hover a,
.nav-holder .nav-footer ul.nav > li.active a {
  color: #3EBDD0;
  background-color: transparent;
}
.nav-holder .nav-footer ul.nav > li:last-child > a {
  border: none;
  padding-right: 0;
}
.nav-holder .nav-footer ul.nav > li > a {
  padding: 0 21px;
  display: block;
  font-size: 14px;
  color: #FFFFFF;
  background: none;
  text-transform: uppercase;
  font-weight: 600;
  transition: all .3s ease;
}
.nav-holder .nav-footer ul.nav > li > a > i[class*="flaticon"] {
  font-size: 30px;
  color: #BFBFBF;
  display: block;
  text-align: center;
  font-weight: normal;
  font-style: none;
}
.nav-holder .nav-footer ul.nav > li > ul.submenu {
  top: 100%;
  left: 0;
}
.nav-holder .nav-footer ul.nav > li > ul.submenu.align-right {
  right: 0;
  left: auto;
}
.nav-holder .nav-footer ul.nav > li:hover > ul.submenu {
  visibility: visible;
  opacity: 1;
}
.nav-holder .nav-footer ul.nav > li > ul.submenu > li {
  position: relative;
}
.nav-holder .nav-footer ul.nav > li > ul.submenu > li > ul.submenu {
  top: 0;
  left: 100%;
  padding-top: 0;
  padding-left: 10px;
}
.nav-holder .nav-footer ul.nav > li > ul.submenu > li > ul.submenu:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #282828;
  position: absolute;
  top: 17px;
  left: -10px;
}
.nav-holder .nav-footer ul.nav > li > ul.submenu > li > ul.submenu.align-right {
  right: 100%;
  left: auto;
}
.nav-holder .nav-footer ul.nav > li > ul.submenu > li:hover > ul.submenu {
  visibility: visible;
  opacity: 1;
}
.nav-holder .nav-footer ul.nav > li ul.submenu {
  position: absolute;
  min-width: 248px;
  opacity: 0;
  visibility: hidden;
  z-index: 99999;
  padding-top: 10px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
  left: 50%;
  transform: translateX(-50%);
  transition: all .3s ease;
}
.nav-holder .nav-footer ul.nav > li ul.submenu:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  filter: drop-shadow(0px 2px 3px rgba(0,0,0,0.2));
}
.nav-holder .nav-footer ul.nav > li ul.submenu li {
  display: block;
  padding: 0;
  background: #fff;
}
.nav-holder .nav-footer ul.nav > li ul.submenu li:last-child a {
  border-bottom: 0;
  color: #555;
  font-weight: bold;
  font-family: 'Raleway';
}
.nav-holder .nav-footer ul.nav > li ul.submenu li:last-child a:after {
  display: none;
}
.nav-holder .nav-footer ul.nav > li ul.submenu li:hover > a {
  background-color: rgba(0, 0, 0, 0.05);
}
.nav-holder .nav-footer ul.nav > li ul.submenu li a {
  color: #969696;
  font-family: 'Open Sans', sans-serif;
  padding: 8px 35px;
  text-transform: uppercase;
  border-bottom: 1px solid #323232;
  font-size: 13px;
  letter-spacing: .1em;
  position: relative;
  display: block;
  font-weight: 500;
  transition: all .3s ease;
}
.nav-holder .nav-footer ul.nav > li ul.submenu li a:before {
  content: '\f105';
  font-family: 'FontAwesome';
  margin-right: 10px;
}
.nav-footer ul.nav li.has-submenu > a > button {
  display: none;
}
/* fixing arrow after scroll styles */
.nav-holder .nav-footer ul.nav > li > ul.submenu {
  padding-top: 1px;
}
.nav-holder .nav-footer ul.nav > li > ul.submenu:before {
  top: -9px;
}
#header.stricky-fixed .nav-holder .nav-footer ul.nav > li > ul.submenu {
  padding-top: 0px;
}
#header.stricky-fixed .nav-holder .nav-footer ul.nav > li > ul.submenu:before {
  top: -10px;
}
#header.stricky-fixed .nav-holder .nav-footer ul.nav > li {
  padding: 23px 0;
}
#header.stricky-fixed .nav-holder .nav-header {padding: 25px 0 28px;}
#header.stricky-fixed .logo {padding: 15px 0;}
#header.home-3.stricky-fixed .logo {padding: 13px 0;}
#header.home-3.stricky-fixed .logo img {max-width: 150px;}

/* ==============================
   Thm Banner styles
   ============================== */
.text-rotator-banner {
  background-size: cover;
  background-position: center center;
  padding-top: 233px;
  height: 1080px;
}
.text-rotator-banner .caption-wrapper {
  padding-left: 65px;
}
.text-rotator-banner span.horiz-border {
  width: 120px;
  height: 2px;
  background: #FBB12F;
  display: inline-block;
  margin-top: 28px;
  margin-bottom: 20px;
}
.text-rotator-banner .caption-h1 {
  font-size: 80px;
  font-family: 'Raleway', sans-serif;
  color: #272727;
  font-weight: 800;
  line-height: 92px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.text-rotator-banner .caption-p {
  font-size: 25px;
  font-style: italic;
  line-height: 35px;
  font-family: 'PT Serif', sans-serif;
}
.text-rotator-banner .thm-btn {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .2em;
  color: #000;
  background-color: transparent;
  border: 1px solid #000;
  padding: 6px 36px;
  transition: all 0.5s ease;
  margin-top: 40px;
}
.text-rotator-banner .thm-btn:hover {
  background: #000;
  color: #fff;
}
.text-rotator-banner .typed-strings {
  display: none;
}
.text-rotator-banner .type-wrap {
  display: block;
}
.text-rotator-banner .typed-cursor {
  position: relative;
  bottom: 5px;
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.thm-banner-wrapper .banner-caption-h1 {
  font-size: 80px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  line-height: 90px;
}
.thm-banner-wrapper .banner-caption-h2 {
  font-size: 62px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  line-height: 70px;
}
.thm-banner-wrapper .double-border.text-center:before,
.thm-banner-wrapper .double-border.text-center:after {
  margin-left: auto;
  margin-right: auto;
}
.thm-banner-wrapper .double-border:before,
.thm-banner-wrapper .double-border:after {
  content: '';
  background: #fff;
  height: 1px;
  display: block;
}
.thm-banner-wrapper .double-border:before {
  width: 370px;
}
.thm-banner-wrapper .double-border:after {
  width: 185px;
  margin-top: 8px;
}
.thm-banner-wrapper .banner-caption-p {
  font-size: 25px;
  font-family: 'PT Serif';
  font-style: italic;
  line-height: 35px;
  color: #fff;
}
.thm-banner-wrapper .thm-btn {
  line-height: 50px;
  border: 1px solid #fff !important;
  color: #fff;
  font-size: 16px;
  letter-spacing: .2em;
  font-weight: bold;
  padding: 0 37px;
  background-color: transparent;
  transition: all .4s ease !important;
}
.thm-banner-wrapper .thm-btn:hover {
  background: #fff;
  color: #1D1D1D;
}
.thm-banner-wrapper .exbold {
  font-weight: 900 !important;
}
.thm-banner-wrapper .light {
  font-weight: 300 !important;
}
.thm-banner-wrapper .golden {
  color: #BCA46C !important;
}
#slider2 .banner-caption-h1 {
  font-size: 55px;
  font-weight: bold;
  line-height: 65px;
  text-transform: capitalize;
}
#slider2 .banner-caption-h1 b {
  font-size: 65px;
  font-weight: 900;
}
#slider2 .border-line {
  height: 4px;
  background: var(--color-primary);
  width: 125px;
  display: inline-block;
}
#slider2 .banner-caption-p {
  font-family: 'Open Sans';
  font-style: italic;
  color: #FFFFFF;
  font-size: 20px;
}
#slider2 .thm-btn {
  font-size: 16px;
  font-family: 'Roboto';
  font-weight: 400 !important;
  color: #FFFFFF;
  border-radius: 3px;
  border: none !important;
  line-height: 47px;
  padding: 0 28px;
  letter-spacing: .03em !important;
  transition: all .2s ease-in-out;
}
#slider2 .thm-btn i {
  font-size: 18px;
  margin-left: 12px;
}
.thm-btn.blue-bg {
  background: var(--color-secondary);
}
.thm-btn.blue-bg:hover {
  background: var(--color-secondary-light);
}
.thm-btn.golden-bg {
  background: var(--color-primary);
}
.thm-btn.golden-bg:hover {
  background: var(--color-primary-light);
}
#slider3 .name-box {
  background: #50C1C8;
  padding: 0 40px;
  padding-top: 33px;
  padding-bottom: 23px;
}
#slider3 .name-box h2 {
  font-size: 50px;
  color: #FFFFFF;
  font-weight: bold;
  font-family: 'Raleway';
}
#slider3 .name-box p {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 500;
  font-family: 'Raleway';
  letter-spacing: .98em !important;
  text-transform: uppercase;
}
#slider3 .banner-caption-h1 {
  font-size: 95px;
  color: #242424;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-transform: none;
}
#slider3 .banner-caption-tagline {
  font-size: 14px;
  color: #6B6B6B;
  font-weight: 500;
  font-family: 'Raleway';
  letter-spacing: .98em !important;
  text-transform: uppercase;
}
#slider3 .thm-btn.hire-me {
  border: none;
  font-family: 'Raleway';
  font-size: 20px;
  color: #444444;
  font-weight: bold;
  padding: 0 30px;
  line-height: 40px;
  background-color: #fff;
}
#slider3 .thm-btn.about-me {
  border: none;
  font-family: 'Raleway';
  font-size: 20px;
  color: #444444;
  font-weight: bold;
  padding: 0 25px;
  line-height: 40px;
  background-color: #fff;
  text-transform: capitalize;
}
#slider3 .border-line {
  width: 245px;
  height: 1px;
  background: #A2A4A0;
  display: block;
}
#slider3 .banner-caption-name-box {
  font-size: 100px;
  font-family: 'Raleway';
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
  line-height: 80px;
  border-left: 4px solid #2C9EA5;
  padding-left: 45px;
}
#slider3 .banner-caption-name-box span {
  color: #2FBEC7;
  font-weight: 700;
  display: block;
  margin-bottom: 30px;
}
/* processing boostrap sldier as fade  styles */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
/* minmal bootstrap carousel styles */
#minimal-bootstrap-carousel .carousel-caption {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  text-align: right;
  text-shadow: none;
}
#minimal-bootstrap-carousel .carousel-caption .thm-container {
  display: table;
  width: 100%;
  height: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#minimal-bootstrap-carousel .carousel-caption .thm-container .box {
  display: table-cell;
  text-align: left;
}
#minimal-bootstrap-carousel .carousel-caption .thm-container .box.valign-top {
  vertical-align: top;
}
#minimal-bootstrap-carousel .carousel-caption .thm-container .box.valign-bottom {
  vertical-align: bottom;
}
#minimal-bootstrap-carousel .carousel-caption .thm-container .box.valign-middle {
  vertical-align: middle;
}
#minimal-bootstrap-carousel .carousel-caption .thm-container .box .content {
  display: inline-block;
}
#minimal-bootstrap-carousel .carousel-inner .item {
  min-height: 625px;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-color: #1E1E1E;
}
#minimal-bootstrap-carousel .carousel-control {
  background: none;
  width: 40px;
  height: 40px;
  font-size: 15px;
  line-height: 40px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  visibility: visible !important;
  opacity: .65 ;
  margin-top: -20px;
  transition: all 0.5s ease;
  top: 50%;
  border-radius: 0;
  z-index: 999;
}
#minimal-bootstrap-carousel .carousel-control.left {
  left: 1%;
}
#minimal-bootstrap-carousel .carousel-control.right {
  right: 1%;
}
#minimal-bootstrap-carousel .carousel-control:hover {
  opacity: 1;
  background: #000;
}
.shop-banner-title {
  animation-delay: 1s;
}
.shop-banner-title h2 {
  margin: 0;
  font-size: 50px;
  line-height: 50px;
  font-family: 'PT Serif';
  font-style: italic;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.shop-banner-title .double-border:before,
.shop-banner-title .double-border:after {
  background: #C5C8CB;
  content: '';
  height: 1px;
  display: block;
}
.shop-banner-title .double-border:before {
  width: 127px;
}
.shop-banner-title .double-border:after {
  width: 54px;
  margin-top: 7px;
}
.slide-3 .shop-banner-title .double-border::before, 
.slide-3 .shop-banner-title .double-border::after {
  margin-left: auto;margin-right: auto;
}
.shop-banner-big-title {
  font-size: 75px;
  line-height: 75px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 800;
  font-family: 'Raleway';
  margin-top: 16px;
  animation-delay: 2s;
}
.shop-banner-p {
  font-size: 40px;
  font-style: italic;
  font-family: 'PT Serif';
  line-height: 50px;
  margin-top: 25px;
  animation-delay: 3s;
}
span.shop-banner-golden {
  color: #E29E16;
}
span.shop-banner-black {
  color: #000000;
}
span.shop-banner-golden b,
span.shop-banner-black b {
  font-weight: bold;
  font-size: 60px;
}
.shop-banner-btn {
  font-size: 16px;
  font-weight: bold;
  font-family: 'Open Sans';
  text-transform: uppercase;
  background-color: transparent;
  border: 2px solid #fff;
  line-height: 40px;
  padding: 0 23px;
  margin-top: 46px;
  animation-delay: 4s;
}
.shop-banner-btn i {
  font-size: 16px;
  margin-left: 13px;
}
#minimal-bootstrap-carousel.fitness-slider .carousel-inner .item {
  min-height: 880px;
}
#minimal-bootstrap-carousel.fitness-slider .fitness-banner-title {
  animation-delay: 1s;
}
#minimal-bootstrap-carousel.fitness-slider .fitness-banner-title h2 {
  font-size: 45px;
  line-height: 55px;
  color: #fff;
  font-weight: 800;
  font-family: 'Raleway';
  margin: 0;
  text-transform: uppercase;
}
#minimal-bootstrap-carousel.fitness-slider .fitness-banner-title span {
  color: #2BD0E8;
}
#minimal-bootstrap-carousel.fitness-slider .fitness-banner-title span.large {
  font-size: 55px;
}
#minimal-bootstrap-carousel.fitness-slider .fitness-banner-title.has-border-bottom {
  border-bottom: 1px solid #2D3D52;
  padding-bottom: 16px;
}
#minimal-bootstrap-carousel.fitness-slider .fitness-banner-p {
  font-family: 'Open Sans';
  color: #FFFFFF;
  font-size: 20px;
  font-style: italic;
  line-height: 35px;
  margin-top: 36px;
  animation-delay: 2s;
}
#minimal-bootstrap-carousel.fitness-slider .fitness-banner-btn {
  letter-spacing: .19em;
  line-height: 35px;
  padding: 8px 0;
  padding-left: 24px;
  padding-right: 17px;
  background: #DBA532;
  color: #111111;
  font-size: 14px;
  border-radius: 5px;
  margin-top: 48px;
  animation-delay: 3s;
}
#minimal-bootstrap-carousel.fitness-slider .fitness-banner-btn i {
  font-size: 18px;
  padding-left: 16px;
  border-left: 1px solid #69593D;
  line-height: 35px;
  margin-left: 10px;
}
#minimal-bootstrap-carousel.fitness-slider .fitness-banner-btn:hover {
  background: #111111;
  color: #fff;
}
#minimal-bootstrap-carousel.fitness-slider .fitness-banner-btn:hover i {
  color: var(--color-secondary) ;
}
#minimal-bootstrap-carousel.fitness-slider .slide-2 .fitness-banner-p {
  margin-top: 26px;
}
#minimal-bootstrap-carousel.fitness-slider .slide-2 .fitness-banner-btn {
  margin-top: 30px;
}
#minimal-bootstrap-carousel .slide-3 .carousel-caption .thm-container .box {
  text-align: center;
}
#minimal-bootstrap-carousel.fitness-slider .slide-3 .fitness-banner-title h2 {
  font-size: 55px;
  line-height: 63px;
}
#minimal-bootstrap-carousel.fitness-slider .slide-3 .fitness-banner-title span.large {
  font-size: 75px;
}
#minimal-bootstrap-carousel.fitness-slider .slide-3 .fitness-banner-p {
  margin-top: 26px;
}
#minimal-bootstrap-carousel.fitness-slider .slide-3 .fitness-banner-btn {
  margin-top: 30px;
}
/* ==============================
   welcome section styles
   ============================== */
.welcome-section {
  background: #F8F8F8;
}
.welcome-section [class*='col-md'],
.welcome-section [class^='col-md'] {
  padding: 0;
}
.welcome-section h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 48px;
  font-weight: bold;
  text-transform: capitalize;
  color: #242424;
  margin-bottom: 24px;
}
.welcome-section h4 {
  font-size: 20px;
  font-weight: normal;
  color: #191919;
  margin-bottom: 4px;
}
.welcome-section p {
  font-size: 16px;
  color: #898989;
  font-style: italic;
  margin: 0;
  margin-bottom: 27px;
}
.welcome-section .box {
  border-top: 1px solid #DCDCDC;
  padding-top: 47px;
}
.welcome-section .box p {
  font-size: 14px;
  color: #666666;
  margin: 0;
}
.welcome-section .img-box {
  position: relative;
  display: inline-block;
}
.welcome-section .img-box:before {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  content: '';
  border: 2px solid #fff;
}
.welcome-section .right-text {
  margin-left: 0px;
  padding-right: 0px;
}
.welcome-section .right-text .thm-btn {
  margin-top: 35px;
}
.welcome-section.style-two [class*='col-md'],
.welcome-section.style-two .welcome-section [class^='col-md'] {
  padding: 0 15px;
}
.welcome-section.style-two .sec-title {
  margin-bottom: 70px;
}
.welcome-section.style-two .sec-title p {
  margin-top: 13px;
}
.welcome-section.style-two .img-box {
  position: relative;
  display: inline-table;
  width: 100%;
  height: 100%;
}
.welcome-section.style-two .img-box img {
  max-width: none;
}
.welcome-section.style-two .right-text {
  margin: 0;
  padding-left: 30px;
  padding-right: 0;
}
.welcome-section.style-two .right-text .sec-title {
  margin: 0;
  margin-bottom: 16px;
}
.welcome-section.style-two .right-text .sec-title + p {
  margin-bottom: 22px;
}
.welcome-section.style-two .right-text p {
  font-size: 14px;
  color: #898989;
  line-height: 26px;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
}
.welcome-section.style-two .right-text ul {
  margin-top: 14px;
}
.welcome-section.style-two .right-text ul li {
  color: var(--color-secondary) ;
  font-size: 14px;
  line-height: 35px;
}
.welcome-section.style-two .right-text ul li i {
  margin-right: 8px;
}
.welcome-section.home-two .right-text {
  padding: 0;
}
.welcome-section.home-two .img-caption-box {
  border-top: 1px solid #D6D6D6;
  padding-top: 33px;
  margin-top: 45px;
}
.welcome-section.home-two .img-caption-box .caption-box-image,
.welcome-section.home-two .img-caption-box .caption-content-box {
  display: table-cell;
  vertical-align: middle;
}
.welcome-section.home-two .img-caption-box .caption-box-image .caption-img-box {
  border-radius: 50%;
  border: 6px solid #E9E9E9;
  width: 127px;
  overflow: hidden;
}
.welcome-section.home-two .img-caption-box .caption-box-image img {
  width: 100%;
}
.welcome-section.home-two .img-caption-box .caption-content-box {
  padding-left: 40px;
  padding-top: 25px;
}
.welcome-section.home-two .img-caption-box .caption-content-box h4 {
  font-size: 18px;
  color: #191919;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 11px;
}
.welcome-section.home-two .img-caption-box .caption-content-box p {
  color: #666666;
  font-size: 14px;
  line-height: 26px;
  font-style: italic;
}
.welcome-section.style-two.home-6 {
  position: relative;
}
.welcome-section.style-two.home-6:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 59%;
  width: 100%;
  background: #E8E8E8;
}
.welcome-section.style-two.home-6 .thm-container {
  position: relative;
  z-index: 99;
}
.welcome-section.style-two.home-6 .img-box {
  width: auto;
  height: auto;
}
.welcome-section.style-two.home-6 .right-text {
  padding-left: 100px;
}
.welcome-section.style-two.home-6 .skill-names {
  margin-top: 152px;
}
/* ==============================
   Awesome service styles
   ============================== */
.awesome-service .single-awesome-service .icon-box,
.awesome-service .single-awesome-service .text-box {
  display: table-cell;
  vertical-align: top;
}
.awesome-service .single-awesome-service .icon-box i {
  font-size: 48px;
  color: var(--color-secondary) ;
  line-height: 48px;
  position: relative;
  top: 10px;
}
.awesome-service .single-awesome-service .icon-box i.icon-basket {
  font-size: 38px;
  top: 3px;
}
.awesome-service .single-awesome-service .text-box {
  padding-left: 20px;
}
.awesome-service .single-awesome-service .text-box h3 {
  text-transform: uppercase;
  font-weight: 800;
  color: #3E3E3E;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  line-height: 26px;
  margin: 0;
  margin-bottom: 5px;
}
.awesome-service .single-awesome-service .text-box p {
  color: #898989;
  line-height: 26px;
  font-size: 14px;
  margin: 0;
}
.awesome-service .single-awesome-service.has-divider {
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 45px;
  margin-bottom: 43px;
}
.awesome-service.style-two .icon-box .box {
  width: 70px;
  height: 70px;
  background: var(--color-secondary) ;
  border-radius: 50px;
  text-align: center;
}
.awesome-service.style-two .icon-box .box i {
  color: #fff;
  font-size: 35px;
  line-height: 50px;
}
.awesome-service.style-two .icon-box .box .fa-desktop,
.awesome-service.style-two .icon-box .box .fa-line-chart {
  font-size: 30px;
}
.awesome-service.style-two .icon-box .box .fa-paper-hand-o {
  font-size: 32px;
}
.awesome-service.style-two .icon-box .box .fa-user,
.awesome-service.style-two .icon-box .box .fa-paint-brush,
.awesome-service.style-two .icon-box .box .fa-paint-brush {
  font-size: 34px;
}
.awesome-service.style-two .single-awesome-service.has-divider {
  border: none;
  padding-bottom: 39px;
  margin-bottom: 36px;
}
.awesome-service.about-3 {
  background: #151618;
}
.awesome-service.about-3 .sec-title {
  margin-top: 100px;
}
.awesome-service.about-3 .sec-title h2 {
  color: #fff;
}
.awesome-service.about-3 .single-awesome-service .text-box h3 {
  color: #C8C8C8;
}
.awesome-service.about-3 .single-awesome-service.has-divider {
  border-color: #29292b;
}
.awesome-service.about-3 .full-img img {
  width: auto;
  max-width: none;
  float: right;
}
.awesome-service.home-two {
  overflow: hidden;
  background: #FFFFFF;
}
.awesome-service.home-two .sec-title .tagline {
  color: #7E7E7E;
}
.awesome-service.home-two .sec-title h2 {
  color: #282828;
}
.awesome-service.home-two .sec-title .double-border:before,
.awesome-service.home-two .sec-title .double-border:after {
  background: #B9B9B9;
}
.awesome-service.home-two .single-awesome-service .icon-box i {
  color: #242424;
}
.awesome-service.home-two .single-awesome-service .text-box h3 {
  color: #3E3E3E;
}
.awesome-service.home-two .single-awesome-service.has-divider {
  border-color: #EAEAEA;
}
/* .single-service-two {
  text-align: center;
}
.single-service-two .icon-box {
  background: var(--color-secondary) ;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.single-service-two .icon-box i {
  color: #fff;
  line-height: 100px;
  font-size: 30px;
} */
.single-service-two h3 {
  font-size: 14px;
  color: #3D3D3D;
  letter-spacing: .1em;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 15px;
}
.single-service-two p {
  color: #898989;
  font-size: 14px;
  line-height: 26px;
  margin: 0;
}
.featured-service {
  padding-bottom: 50px;
}
.single-featured-services {
  margin-bottom: 50px;
}
.single-featured-services .text-box,
.single-featured-services .img-box {
  display: table-cell;
  vertical-align: middle;
}
.single-featured-services .img-box {
  width: 269px;
}
.single-featured-services .text-box {
  padding-right: 37px;
}
.single-featured-services .text-box h3 {
  font-size: 16px;
  color: #3D3D3D;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin: 0;
  font-weight: bold;
}
.single-featured-services .text-box .featured-service-title .double-border {
  margin-top: 13px;
  display: inline-block;
}
.single-featured-services .text-box .featured-service-title .double-border:before,
.single-featured-services .text-box .featured-service-title .double-border:after {
  content: '';
  display: block;
  background: #B6B6B6;
  height: 1px;
}
.single-featured-services .text-box .featured-service-title .double-border:before {
  width: 100px;
}
.single-featured-services .text-box .featured-service-title .double-border:after {
  width: 50px;
  margin-top: 5px;
}
.single-featured-services .text-box .featured-service-title.text-center .double-border:before,
.single-featured-services .text-box .featured-service-title.text-center .double-border:after {
  margin-left: auto;
  margin-right: auto;
}
.single-featured-services .text-box p {
  font-size: 14px;
  color: #898989;
  line-height: 26px;
  margin: 0;
  margin-top: 17px;
}
.single-featured-services .img-box + .text-box {
  padding-left: 37px;
  padding-right: 0;
}
.service-carousel {
  background: #262626;
}
.service-carousel .full-img img {
  width: auto;
  max-width: none;
  float: right;
}
.single-service-carousel-box {
  padding-top: 95px;
  padding-left: 60px;
}
.single-service-carousel-box.owl-theme .owl-dots {
  margin-top: 37px;
  text-align: left;
  padding-left: 90px;
}
.single-service-carousel-box.owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  border: 2px solid #6F6F6F;
  background: transparent;
}
.single-service-carousel-box.owl-theme .owl-dots .owl-dot.active span {
  border-color: #40BACA;
}
.single-service-carousel .number-box,
.single-service-carousel .text-box {
  display: table-cell;
  vertical-align: top;
}
.single-service-carousel .number-box span {
  color: #FFFFFF;
  font-size: 55px;
  font-family: 'PT Serif', sans-serif;
  font-style: italic;
  margin-top: 27px;
  display: block;
}
.single-service-carousel .text-box {
  padding-left: 37px;
}
.single-service-carousel .text-box .sec-title {
  margin-bottom: 25px;
}
.single-service-carousel .text-box .sec-title .tagline {
  color: #7E7E7E;
}
.single-service-carousel .text-box .sec-title h2 {
  color: #fff;
}
.single-service-carousel .text-box .sec-title .double-border:before,
.single-service-carousel .text-box .sec-title .double-border:after {
  background: #575757;
}
.single-service-carousel .text-box p {
  color: #848484;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}
.single-service-tab-box ul li {
  margin-bottom: 10px;
}
.single-service-tab-box ul li:hover a,
.single-service-tab-box ul li.active a {
  background: var(--color-secondary) ;
  border-color: var(--color-secondary) ;
  color: #FFFFFF;
}
.single-service-tab-box ul li:hover a:before,
.single-service-tab-box ul li.active a:before {
  color: #fff;
}
.single-service-tab-box ul li a {
  display: block;
  color: #494949;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  line-height: 55px;
  background: #F7F7F7;
  border: 1px solid #EFEFEF;
  padding: 0 15px;
  text-transform: uppercase;
  transition: all .3s ease;
}
.single-service-tab-box ul li a:before {
  content: '\f105';
  font-family: 'FontAwesome';
  color: #7D7D7D;
  font-size: 14px;
  line-height: 55px;
  margin-right: 10px;
  transition: all .3s ease;
}
.single-service-content-box {
  padding-left: 40px;
}
.single-service-content-box .sec-title {
  margin-bottom: 23px;
}
.single-service-content-box p {
  color: #898989;
  font-size: 15px;
  font-style: italic;
  line-height: 26px;
  margin-bottom: 20px;
}
.single-service-content-box .service-list-item li {
  color: var(--color-secondary) ;
  font-weight: 600;
  font-size: 13px;
  line-height: 40px;
  text-transform: uppercase;
}
.single-service-content-box .service-list-item li:before {
  content: '\f178';
  font-family: 'FontAwesome';
  margin-right: 10px;
}
.single-service-content-box .caption-image-box {
  margin-top: 36px;
  margin-bottom: 44px;
}
.single-service-content-box .caption-image-box .text-box,
.single-service-content-box .caption-image-box .img-box {
  display: table-cell;
  vertical-align: top;
}
.single-service-content-box .caption-image-box .img-box {
  width: 200px;
}
.single-service-content-box .caption-image-box .text-box {
  padding-right: 40px;
}
.single-service-content-box .caption-image-box .text-box h3 {
  font-size: 18px;
  color: #242424;
  text-transform: uppercase;
  margin: 0;
  font-weight: 800;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 10px;
}
.single-service-content-box .caption-image-box .text-box p {
  font-size: 14px;
  color: #898989;
  line-height: 26px;
  margin: 0;
  font-style: normal;
  margin-bottom: 36px;
}
.single-service-content-box .caption-image-box .text-box p:last-child {
  margin-bottom: 0;
}
.single-service-content-box .highlighted-box {
  background: #F3F3F3;
  padding: 40px;
}
.single-service-content-box .highlighted-box .sec-title {
  margin: 0;
}
.single-service-content-box .highlighted-box .sec-title h2 {
  color: #242424;
  font-size: 16px;
  line-height: 15px;
}
.single-service-content-box .highlighted-box .sec-title .double-border {
  margin-top: 21px;
}
.single-service-content-box .highlighted-box p {
  color: #898989;
  font-size: 14px;
  line-height: 26px;
  margin: 0;
  margin-top: 14px;
  font-style: normal;
}
.single-serivce-with-img .text-box {
  margin-top: 27px;
}
.single-serivce-with-img .text-box .title {
  margin-bottom: 20px;
}
.single-serivce-with-img .text-box .title h3 {
  margin: 0;
  font-size: 16px;
  color: #242424;
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
}
.single-serivce-with-img .text-box .title:after {
  content: '';
  width: 35px;
  background: var(--color-secondary) ;
  height: 2px;
  display: block;
  margin-top: 15px;
}
.single-serivce-with-img .text-box p {
  color: #818181;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}
.service-section-with-full-img {
  background: #32353F;
  overflow: hidden;
}
.service-section-with-full-img .left-box {
  padding-top: 80px;
}
.service-section-with-full-img .single-service-full-img {
  margin-bottom: 35px;
}
.service-section-with-full-img .single-service-full-img:last-child {
  margin-bottom: 0;
}
.service-section-with-full-img .single-service-full-img .icon-box,
.service-section-with-full-img .single-service-full-img .text-box {
  display: table-cell;
  vertical-align: middle;
}
.service-section-with-full-img .single-service-full-img .icon-box {
  width: 55px;
}
.service-section-with-full-img .single-service-full-img .icon-box i {
  font-size: 55px;
  color: var(--color-secondary) ;
}
.service-section-with-full-img .single-service-full-img .text-box {
  padding-right: 20px;
  padding-left: 45px;
}
.service-section-with-full-img .single-service-full-img .text-box h3 {
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 10px;
  color: #fff;
  font-weight: bold;
}
.service-section-with-full-img .single-service-full-img .text-box p {
  color: #A2A3A7;
  font-size: 14px;
  line-height: 25px;
}
.service-section-with-full-img .full-img-right {
  position: relative;
}
.service-section-with-full-img .full-img-right img {
  width: auto;
  max-width: none;
  float: left;
}
.service-section-with-full-img .full-img-right .strip {
  background: var(--color-primary);
  position: absolute;
  bottom: 70px;
  left: 0;
}
.service-section-with-full-img .full-img-right .strip span {
  font-family: 'PT Serif', sans-serif;
  font-size: 22px;
  font-style: italic;
  line-height: 50px;
  padding-left: 45px;
  padding-right: 45px;
  color: #fff;
}
.full-width-service-carousel .thm-container {
  width: 100%;
  max-width: 100%;
}
.full-width-service-carousel .owl-carousel .owl-item:nth-child(even) .single-full-width-service-carousel {
  background: #FAFAFA;
  border: 1px solid #EFF0F0;
}
.full-width-service-carousel .single-full-width-service-carousel {
  text-align: center;
  padding: 50px 30px;
  border-top: 1px solid #EFF0F0;
  border-bottom: 1px solid #EFF0F0;
}
.full-width-service-carousel .single-full-width-service-carousel i.icon {
  color: var(--color-secondary) ;
  font-size: 45px;
  margin-bottom: 30px;
  display: block;
}
.full-width-service-carousel .single-full-width-service-carousel h3 {
  color: #3E3E3E;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  margin-bottom: 10px;
  letter-spacing: .1em;
}
.full-width-service-carousel .single-full-width-service-carousel p {
  color: #898989;
  font-size: 14px;
  line-height: 26px;
  margin: 0;
  margin-bottom: 7px;
}
.full-width-service-carousel .single-full-width-service-carousel a {
  color: #E0AB3A;
  font-size: 12px;
}
.service-style-two.home-4 .sec-title p {
  font-size: 16px;
  font-style: italic;
  margin-top: 25px;
  color: #898989;
}
/* .service-style-two.home-4 .single-service-two {
  width: 100%;
  background: #F5F5F5;
  margin-top: 47.5px;
  padding: 0 40px;
  padding-bottom: 43px;
  transition: all .4s ease;
}
.service-style-two.home-4 .single-service-two:hover {
  background: var(--color-primary);
}
.service-style-two.home-4 .single-service-two:hover .icon-box {
  border-color: #F3F3F3;
}
.service-style-two.home-4 .single-service-two:hover h3 {
  color: #FFFFFF;
}
.service-style-two.home-4 .single-service-two:hover p {
  color: #FFFFFF;
}
.service-style-two.home-4 .single-service-two .icon-box {
  margin: 0;
  width: 95px;
  background: #26262A;
  border: 5px solid #F2F2F2;
  margin-left: auto;
  margin-right: auto;
  height: 95px;
  position: relative;
  bottom: 47.5px;
  transition: all .4s ease;
}
.service-style-two.home-4 .single-service-two .icon-box i {
  font-size: 40px;
  line-height: 85px;
  color: #fff;
  transition: all .4s ease;
}
.service-style-two.home-4 .single-service-two h3 {
  color: #000000;
  font-size: 16px;
  font-weight: normal;
  font-family: 'Open Sans';
  text-transform: uppercase;
  margin: 0;
  margin-top: -16px;
  margin-bottom: 8px;
  transition: all .4s ease;
}
.service-style-two.home-4 .single-service-two p {
  color: #898989;
  transition: all .4s ease;
}
.service-style-two.home-5 {
  background: #FCFCFC;
}
.service-style-two.home-5 .sec-title p {
  font-size: 16px;
  font-style: italic;
  margin-top: 25px;
  color: #898989;
}
.service-style-two.home-5 .single-service-two .icon-box {
  box-shadow: 0 0 0 5px #EFEFEF;
  border: 1px solid #fff;
} */
/* ==============================
   Latest Work styles
   ============================== */
.latest-work {
  background: #F7F7F7;
  padding-bottom: 0;
}
.latest-work .filter-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.latest-work .gallery-filter {
  border: none;
  margin: 0;
  padding: 4px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}
.latest-work .gallery-filter li:first-child span:before {
  display: none;
}
.latest-work .gallery-filter li:hover span,
.latest-work .gallery-filter li.active span {
  border: 0;
  background-color: #fff;
  border-radius: 4px;
  color: inherit;
}
.latest-work .gallery-filter li:hover span:before,
.latest-work .gallery-filter li.active span:before,
.latest-work .gallery-filter li:hover span:after,
.latest-work .gallery-filter li.active span:after {
  opacity: 0;
}
.latest-work .gallery-filter li:hover + li span:before,
.latest-work .gallery-filter li.active + li span:before,
.latest-work .gallery-filter li:hover + li span:after,
.latest-work .gallery-filter li.active + li span:after {
  opacity: 0;
}
.latest-work .gallery-filter li span {
  font-size: 13px;
  color: #242424;
  letter-spacing: .2em;
  border: none;
  position: relative;
  transition: all .3s ease;
  border: 0;
}
.latest-work .gallery-filter li span:before,
.latest-work .gallery-filter li span:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -6px;
  width: 1px;
  height: 13px;
  opacity: 1;
  transition: all .3s ease;
}
.latest-work .gallery-filter li span:before {
  left: 0;
  background: #242424;
}
.latest-work .gallery-filter li span:after {
  left: 1px;
  background: #E8E8E8;
}
.full-width-gallery {
  margin: 0;
  padding: 0;
}
.full-width-gallery [class*="col-md-"],
.full-width-gallery [class^="col-md-"] {
  padding: 0;
}
.single-portfolio-item .img-box {
  display: block;
  position: relative;
}
.single-portfolio-item .img-box img {
  width: 100%;
}
.single-portfolio-item.img-cap-effect .img-box .img-caption .box-holder .box {
  vertical-align: bottom;
  padding-bottom: 30px;
  padding-left: 30px;
  text-align: left;
}
.single-portfolio-item.img-cap-effect .img-box .img-caption .box-holder .box ul {
  margin-bottom: 10px;
}
.single-portfolio-item.img-cap-effect .img-box .img-caption .box-holder .box h3 {
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 14px;
  line-height: 26px;
  font-family: 'Raleway', sans-serif;
  margin: 0;
}
.single-portfolio-item.img-cap-effect .img-box .img-caption .box-holder .box span {
  font-size: 13px;
  color: #fff;
  text-align: left;
  display: block;
}
.single-portfolio-item.img-cap-effect .img-box .img-caption .box-holder .box span i {
  font-size: 20px;
  color: #3E3E3E;
  position: relative;
  top: 5px;
  margin-right: 5px;
}
.latest-work.home-3 {
  background: #2C2C2C;
}
.latest-work.home-3 .sec-title h2 {
  color: #fff;
}
.latest-work.home-3 .gallery-filter {
  padding-top: 0;
  padding-bottom: 40px;
}
.latest-work.home-3 .gallery-filter li span {
  color: #FFFFFF;
}
.latest-work.home-3 .gallery-filter li:first-child span:before,
.latest-work.home-3 .gallery-filter li:first-child span:after {
  opacity: 0;
}
.latest-work.home-3 .portfolio-gallery {
  margin-left: -5px;
  margin-right: -5px;
}
.latest-work.home-3 .single-portfolio-item {
  padding: 0 5px;
  margin-top: 10px;
}
.latest-work.home-4 {
  padding-bottom: 100px;
}
.latest-work.home-4 .sec-title {
  margin-bottom: 8px;
}
.latest-work.home-4 .gallery-filter {
  margin-bottom: 50px;
}
.latest-work.home-4 .masonary-gallery {
  margin-left: -3px;
  margin-right: -3px;
  margin-top: -3px;
}
.latest-work.home-4 .masonary-item {
  padding: 0 3px;
  margin-top: 6px;
}
.latest-work.home-7 {
  background: #2C2C2C;
  padding-top: 90px;
}
.latest-work.home-7 .gallery-filter {
  padding-bottom: 55px;
}
.latest-work.home-7 .gallery-filter li span {
  color: #FFFFFF;
}
.latest-work.home-7 .gallery-filter li:first-child span:before,
.latest-work.home-7 .gallery-filter li:first-child span:after {
  opacity: 0;
}
.latest-work.home-7 .masonary-gallery {
  margin-left: -3px;
  margin-right: -3px;
  margin-top: -3px;
  background: #fff;
  margin-bottom: 5px;
}
.latest-work.home-7 .masonary-item {
  padding: 0 3px;
  margin-top: 6px;
}
.latest-work.home-7 h2 {
  font-size: 40px;
  color: #FFFFFF;
  font-family: 'Raleway';
  margin-bottom: 10px;
}
.latest-work.home-7 h2 .bolder {
  font-size: 50px;
  font-weight: 800;
}
.latest-work.home-7 h2 .bold {
  font-size: 50px;
}
.latest-work.home-7 p {
  font-size: 20px;
  color: #ADADAD;
  font-style: italic;
  font-family: 'PT Serif';
  margin-bottom: 20px;
}
/* ==============================
   Latest Work styles
   ============================== */
.fact-counter {
  position: relative;
  background: #2B2B2B;
  padding: 50px 0;
}
.fact-counter:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/texture-1.jpg) center center repeat;
  opacity: 70%;
}
.fact-counter .container-fluid {
  position: relative;
}
.fact-counter .single-fact-counter {
  text-align: center;
  border-right: 1px solid #3F3F3F;
  position: relative;
}
.fact-counter .single-fact-counter.bdn {
  border: none;
}
.fact-counter .single-fact-counter.bdn:before {
  display: none;
}
.fact-counter .single-fact-counter:before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0px;
  background: #000000;
}
.fact-counter .single-fact-counter .box {
  text-align: left;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
}
.fact-counter .single-fact-counter .box:before {
  content: '';
  width: 42px;
  height: 4px;
  background: var(--color-primary);
  display: block;
  margin-bottom: 12px;
}
.fact-counter .single-fact-counter .box h3 {
  font-size: 50px;
  color: #FFFFFF;
  font-family: 'PT Serif', sans-serif;
  font-weight: bold;
  margin: 0;
}
.fact-counter .single-fact-counter .box span {
  font-size: 14px;
  color: #FFFFFF;
  display: block;
  text-transform: uppercase;
}
.fact-counter-two {
  background: var(--color-secondary) ;
  padding: 50px 0;
}
.fact-counter-two .single-fact-counter-two i {
  font-size: 42px;
  color: #fff;
}
.fact-counter-two .single-fact-counter-two h3 {
  font-family: 'PT Serif', sans-serif;
  color: #FFFFFF;
  font-size: 38px;
  font-weight: bold;
  font-style: italic;
  margin: 0;
  margin-top: 9px;
  margin-bottom: 3px;
}
.fact-counter-two .single-fact-counter-two p {
  margin: 0;
  color: #FFFFFF;
  text-transform: uppercase;
}
.fact-counter.about-3 {
  margin-bottom: 0;
}
.fact-counter.home-3 {
  margin-bottom: 0;
}
.fact-counter.home-3 .container-fluid {
  width: 100%;
  max-width: 1170px;
}
/* ==============================
   Team Section styles
   ============================== */
.team-section {
  background: #F7F7F7;
}
.team-section.about-page {
  background: #fff;
}
.team-section.about-page .single-team-member {
  border: 1px solid #EAEAEA;
}
.team-section.about-page .single-team-member ul.social {
  margin-left: 0;
  margin-right: 0;
}
.single-team-member {
  background: #fff;
  padding: 0 20px;
  text-align: center;
}
.single-team-member .img-box {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 23px;
}
.single-team-member .img-box a {
  outline: none;
}
.single-team-member h3 {
  color: #242424;
  font-size: 16px;
}
.single-team-member span {
  text-transform: uppercase;
  font-size: 11px;
  color: #8C8C8C;
}
.single-team-member ul.social {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #E3E3E3;
  margin-top: 13px;
  padding-top: 10px;
  padding-bottom: 6px;
  margin-left: -16px;
  margin-right: -16px;
}
.single-team-member ul.social li {
  display: inline-block;
  list-style: none;
  margin-left: -5px;
}
.single-team-member ul.social li a {
  display: block;
  font-size: 16px;
  color: #B7B7B7;
  padding: 0 16px;
  transition: all 0.5s ease;
}
.single-team-member ul.social li a:hover {
  color: #3EBDD0;
}
.team-page {
  padding-bottom: 70px;
}
.team-page .single-team-member {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #contact-agent-modal .modal-dialog {
    width: 900px;
    margin: 30px auto;
  }
}
#contact-agent-modal {
  z-index: 999999;
}
#contact-agent-modal .modal-dialog .modal-header {
  background: var(--color-secondary) ;
  padding: 19px 0;
  position: relative;
}
#contact-agent-modal .modal-dialog .modal-header .close {
  position: absolute;
  right: 40px;
  top: 18px;
  line-height: 32px;
  color: #000000;
  width: 32px;
  height: 32px;
  background: white;
  opacity: 1;
  border-radius: 50%;
  margin: 0;
  z-index: 9999999;
  text-indent: 1px;
}
#contact-agent-modal .modal-dialog .modal-header h4 {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}
#contact-agent-modal .modal-dialog .modal-body {
  padding: 0;
}
#contact-agent-modal .modal-dialog .modal-content {
  border-radius: 0;
}
#contact-agent-modal .modal-agent-info-box {
  padding: 0 40px;
  margin-top: -40px;
}
#contact-agent-modal .modal-agent-info-box .img-holder,
#contact-agent-modal .modal-agent-info-box .content {
  display: table-cell;
  vertical-align: middle;
}
#contact-agent-modal .modal-agent-info-box .img-holder {
  width: 141px;
  border-radius: 50%;
}
#contact-agent-modal .modal-agent-info-box .content {
  padding-left: 30px;
}
#contact-agent-modal .modal-agent-info-box .content h3 {
  margin-top: 52px;
  margin-bottom: 11px;
}
#contact-agent-modal .modal-agent-info-box .content .name {
  font-size: 18px;
  font-weight: bold;
  font-family: 'PT Serif', sans-serif;
  text-transform: uppercase;
  font-style: italic;
  color: #444444;
}
#contact-agent-modal .modal-agent-info-box .content .position {
  font-size: 15px;
  font-family: 'PT Serif', sans-serif;
  font-style: italic;
  color: #7E7E7E;
}
#contact-agent-modal .modal-agent-info-box .content p {
  font-size: 18px;
  font-family: 'PT Serif', sans-serif;
  font-style: italic;
  color: #7E7E7E;
  font-weight: 300;
}
#contact-agent-modal .modal-contact-form {
  padding: 30px 40px 44px;
}
#contact-agent-modal .modal-contact-form .row {
  margin-left: -10px;
  margin-right: -10px;
}
#contact-agent-modal .modal-contact-form .row [class^="col-"],
#contact-agent-modal .modal-contact-form .row [class*="col-"] {
  padding: 0 10px;
}
#contact-agent-modal .modal-contact-form .contact-form-wrap input {
  height: 40px;
}
#contact-agent-modal .modal-contact-form .contact-form-wrap textarea {
  height: 90px;
  margin-bottom: 0;
}
#contact-agent-modal .modal-contact-form .contact-form-wrap button {
  margin-top: 0;
  width: 100%;
  text-align: center;
  background: #282828;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  padding: 7px 0;
  text-transform: uppercase;
  border: none;
  outline: none;
  margin-top: -10px;
}
.team-section.fitness {
  background: #ffffff url(../images/fitness-team-bg.jpg) bottom left no-repeat;
  background-size: cover;
}
.team-section.fitness .single-team-member {
  background: #DBA532;
  padding-bottom: 17px;
}
.team-section.fitness .single-team-member h3 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Open Sans';
  color: #fff;
}
.team-section.fitness .single-team-member span {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}
/* ==============================
   Skill Section styles
   ============================== */
.skill-section {
  background: #F7F7F7;
}
.skill-section .skill-text {
  padding-right: 50px;
}
.skill-section .skill-text h3 {
  margin: 0;
  color: #242424;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  letter-spacing: .1em;
  margin-bottom: 20px;
}
.skill-section .skill-text p {
  margin: 0;
  color: #898989;
  line-height: 26px;
  font-size: 14px;
}
.skill-section .skill-names li {
  margin-bottom: 25px;
}
.skill-section .skill-names li:last-child {
  margin-bottom: 0;
}
.skill-section .skill-names h4 {
  margin: 0;
  font-size: 12px;
  color: #1F1F1F;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  margin-bottom: 7px;
}
.skill-section .skill-names .progress-box {
  width: 100%;
  background: #DCDCDC;
  height: 4px;
  position: relative;
}
.skill-section .skill-names .progress-box .progress-content {
  background: var(--color-primary);
  width: 60%;
  height: 100%;
  position: relative;
}
.skill-section .skill-names .progress-box .progress-content .count {
  font-family: 'PT Serif', sans-serif;
  font-style: italic;
  font-size: 16px;
  position: absolute;
  top: -29px;
  right: 0;
}
.skill-section.about-3 .img-box {
  margin-bottom: 50px;
}
.skill-section.about-3 .img-box img:first-child {
  float: left;
}
.skill-section.about-3 .img-box img:last-child {
  float: right;
}
.skill-section.about-3 .skill-text h3 {
  font-size: 16px;
  font-weight: bold;
  color: #1A2329;
  letter-spacing: .1em;
  margin-bottom: 20px;
}
.skill-section.about-3 .skill-names h4 {
  font-family: 'PT Serif', sans-serif;
  font-size: 18px;
  font-style: italic;
  color: #3B3B3B;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.skill-section.about-3 .skill-names .progress-box .progress-content {
  background: #2FBEC7;
}
.skill-section.about-3 .skill-names .progress-box {
  height: 11px;
}
.skill-section.about-3 .skill-names .progress-box .progress-content .count {
  background: #3B3B3B;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 10px;
  font-family: 'Open Sans';
  font-style: normal;
  line-height: 20px;
  padding: 0 10px;
  right: -40px;
}
.skill-section.about-3 .skill-names .progress-box .progress-content .count:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #3B3B3B;
  position: absolute;
  bottom: -2px;
  left: -3px;
  transform: rotate(-90deg);
}
/* ==============================
   Testimonial Section styles
   ============================== */
.testimonial-section .single-testimonial-item {
  text-align: center;
}
.testimonial-section .single-testimonial-item .img-box {
  margin-bottom: 23px;
}
.testimonial-section .single-testimonial-item .img-box img {
  border-radius: 50%;
  width: 100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.testimonial-section .single-testimonial-item p {
  margin: 0;
  color: #969595;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 20px;
}
.testimonial-section .single-testimonial-item span {
  color: #4E4E4E;
  font-style: italic;
}
.testimonial-carousel {
  padding: 80px 0 70px;
}
.testimonial-carousel .single-testimonial-carousel {
  text-align: center;
}
.testimonial-carousel .single-testimonial-carousel .img-box {
  margin-bottom: 17px;
}
.testimonial-carousel .single-testimonial-carousel .img-box img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border: 3px solid #4C4C4C;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.testimonial-carousel .single-testimonial-carousel p {
  margin: 0;
  color: #898989;
  font-size: 15px;
  line-height: 26px;
}
.testimonial-carousel .single-testimonial-carousel p:before {
  content: '“';
  vertical-align: middle;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #282828;
  font-size: 66px;
  font-weight: bold;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  top: 10px;
}
.testimonial-carousel .single-testimonial-carousel p span.name {
  font-style: italic;
  color: #898989;
}
.testimonial-carousel .owl-theme .owl-dots {
  margin-top: 28px;
}
.testimonial-carousel .owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  border: 2px solid #898989;
  background: #FFFFFF;
}
.testimonial-carousel .owl-theme .owl-dots .owl-dot.active span {
  border-color: var(--color-secondary) ;
}
.testimonial-project-v4 {
  position: relative;
  background: url(../images/testimonial-project-v4-bg.jpg) no-repeat center center;
  background-size: cover;
}
.testimonial-project-v4:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.85);
}
.testimonial-project-v4 .thm-container {
  position: relative;
}
.testimonial-project-v4 .single-testimonial-three-box .top-box {
  background: #fff;
}
.testimonial-project-v4 .single-testimonial-three-box .top-box .img-box,
.testimonial-project-v4 .single-testimonial-three-box .top-box .text-box {
  display: table-cell;
  vertical-align: middle;
}
.testimonial-project-v4 .single-testimonial-three-box .top-box .img-box {
  width: 109px;
  position: relative;
}
.testimonial-project-v4 .single-testimonial-three-box .top-box .img-box:before {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -7px;
  width: 0;
  height: 0;
  border-left: 7.5px solid transparent;
  border-right: 7.5px solid transparent;
  border-top: 7.5px solid #362F34;
}
.testimonial-project-v4 .single-testimonial-three-box .top-box .text-box {
  padding-left: 27px;
  padding-right: 30px;
}
.testimonial-project-v4 .single-testimonial-three-box .top-box .text-box p {
  margin: 0;
  color: #969595;
  font-size: 14px;
  line-height: 26px;
}
.testimonial-project-v4 .single-testimonial-three-box > span {
  font-size: 14px;
  color: #242424;
  font-style: italic;
  margin-top: 20px;
  display: inline-block;
}
.testimonial-project-v4 .owl-theme .owl-dots {
  margin-top: 40px;
}
.testimonial-project-v4 .owl-theme .owl-dots .owl-dot span {
  background-color: transparent;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid #232833;
}
.testimonial-project-v4 .owl-theme .owl-dots .owl-dot.active span {
  background: #232833;
}
.testimonials-page {
  padding-bottom: 0;
}
.testimonials-page .single-testimonial-box {
  margin-bottom: 105px;
}
.testimonials-page .single-testimonial-box.has-divider {
  border-right: 1px solid #E3E3E3;
}
.testimonials-page .single-testimonial-box .icon-box,
.testimonials-page .single-testimonial-box .info-box {
  display: table-cell;
  vertical-align: top;
}
.testimonials-page .single-testimonial-box .icon-box {
  width: 170px;
  text-align: center;
}
.testimonials-page .single-testimonial-box .icon-box img {
  width: 130px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 19px;
}
.testimonials-page .single-testimonial-box .icon-box h3 {
  font-size: 14px;
  color: #242424;
  text-transform: uppercase;
  margin: 0;
  font-family: 'Open Sans';
}
.testimonials-page .single-testimonial-box .icon-box .stars {
  margin-top: 10px;
}
.testimonials-page .single-testimonial-box .icon-box .stars li {
  padding: 0 1.5px;
}
.testimonials-page .single-testimonial-box .icon-box .stars .fa {
  font-size: 14px;
  color: var(--color-primary);
}
.testimonials-page .single-testimonial-box .info-box {
  padding-left: 20px;
  padding-right: 30px;
}
.testimonials-page .single-testimonial-box .info-box p {
  color: #898989;
  font-size: 14px;
  line-height: 26px;
  margin: 0;
}
.testimonials-style-two {
  background: url(../images/testimonails-style-two-bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  padding: 60px 0;
}
.testimonials-style-two:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(20, 27, 33, 0.75);
}
.testimonials-style-two .thm-container {
  position: relative;
}
.single-testimonial-two .qoute-icon-box {
  background: rgba(255, 255, 255, 0.1);
  width: 79px;
  height: 79px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  font-size: 152px;
  line-height: 79px;
  font-family: "Arial", sans-serif;
  color: #4E9EF3;
  line-height: 154px;
  margin-bottom: 15px;
}
.single-testimonial-two {
  padding: 0 137px;
}
.single-testimonial-two p {
  font-size: 18px;
  line-height: 32px;
  color: #FFFFFF;
  margin: 0;
  font-style: italic;
  margin-bottom: 24px;
}
.single-testimonial-two .client-info {
  color: #4E9EF3;
  font-weight: 300;
  font-style: italic;
  font-size: 18px;
}
.testimonials-style-two .owl-theme .owl-nav [class*=owl-] {
  width: 55px;
  height: 55px;
  border: none;
  outline: none;
  line-height: 53px;
  background-color: transparent;
  padding: 0;
  margin: 0;
  color: #FFFFFF;
  font-size: 34px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -27.5px;
  transition: all .3s ease;
  text-align: center;
}
.testimonials-style-two .owl-theme .owl-nav [class*=owl-]:hover {
  background: #4E9EF3;
  border-color: #4E9EF3;
}
.testimonials-style-two .owl-theme .owl-nav .owl-prev {
  left: 0;
}
.testimonials-style-two .owl-theme .owl-nav .owl-next {
  right: 0;
}
.testimonial-style-three {
  padding: 77px 0;
  background: #7f7f87 url(../images/testimonails-style-three-bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.testimonial-style-three .owl-theme .owl-dots {
  margin-top: 5px;
}
.testimonial-style-three .owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  border: 2px solid #FFFFFF;
  background: transparent;
}
.testimonial-style-three .owl-theme .owl-dots .owl-dot.active span {
  border-color: #282828;
}
.testimonial-style-three:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #7f7f87;
  opacity: .8;
}
.testimonial-style-three .thm-container {
  position: relative;
  padding: 0 95px;
}
.single-testimonial-style-three .img-box {
  width: 102px;
  border: 2px solid #0C2E5C;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.single-testimonial-style-three .img-box img {
  width: 100%;
  border-radius: 50%;
}
.single-testimonial-style-three p {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 32px;
}
.single-testimonial-style-three p span.name {
  font-style: italic;
}
.single-testimonial-style-three p:before {
  content: ' “ ';
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 66px;
  display: inline-block;
  vertical-align: middle;
  color: #282828;
  line-height: 10px;
  position: relative;
  top: 11px;
  margin-right: 10px;
}
.single-testimonial-home-3 .top-box {
  background: #fff;
  border: 1px solid #E7E7E7;
  padding: 30px;
  position: relative;
}
.single-testimonial-home-3 .top-box p {
  margin: 0;
  color: #969595;
  font-size: 14px;
  line-height: 26px;
  font-family: 'Open Sans';
}
.single-testimonial-home-3 .top-box p:before {
  content: '“';
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #1CBAC8;
  font-size: 65px;
  line-height: 10px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 6px;
  position: relative;
  top: 7px;
}
.single-testimonial-home-3 .top-box:after {
  content: '\f0d7';
  font-family: 'FontAwesome';
  font-size: 27px;
  color: #fff;
  font-weight: normal;
  position: absolute;
  bottom: -8px;
  left: 30px;
  line-height: 9px;
}
.single-testimonial-home-3 .bottom-box {
  margin-top: 25px;
}
.single-testimonial-home-3 .bottom-box .img-box,
.single-testimonial-home-3 .bottom-box .name-box {
  display: table-cell;
  vertical-align: middle;
}
.single-testimonial-home-3 .bottom-box .img-box {
  width: 70px;
}
.single-testimonial-home-3 .bottom-box .img-box img {
  width: 100%;
  border-radius: 50%;
}
.single-testimonial-home-3 .bottom-box .name-box {
  padding-left: 20px;
}
.single-testimonial-home-3 .bottom-box .name-box h3 {
  text-transform: uppercase;
  font-size: 13px;
  color: #676767;
  font-family: 'Open Sans';
  letter-spacing: .1em;
}
.single-testimonial-home-3 .bottom-box .name-box p {
  font-size: 13px;
  color: #676767;
  font-family: 'Open Sans';
  font-style: italic;
  margin: 0;
}
.testimonial-home-3 .owl-theme .owl-dots {
  margin-top: 40px;
}
.testimonial-home-3 .owl-theme .owl-dots .owl-dot span {
  background-color: transparent;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid #232833;
}
.testimonial-home-3 .owl-theme .owl-dots .owl-dot.active span {
  background: #232833;
}
.testimonial-carousel.home-4 .owl-controls {
  display: none;
}
.testimonial-carousel.home-4 .single-testimonial-home-3 .top-box {
  background: #ffffff url(../images/testi-bg-home-4.png) 0 0 no-repeat;
  background-size: 100% 100%;
  border: none;
}
.testimonial-carousel.home-4 .single-testimonial-home-3 .top-box:before {
  display: none;
}
.testimonial-carousel.home-4 .single-testimonial-home-3 .bottom-box {
  float: right;
}
.testimonial-carousel.home-4 .single-testimonial-home-3 .bottom-box .name-box {
  padding-left: 0;
  padding-right: 20px;
}
.testimonial-home-6 {
  padding: 90px 0;
  background: #f7f7f7 url(../images/testi-home-6-bg.jpg) bottom left no-repeat;
}
.testimonial-home-6 .testimonial-home-6-wrapper {
  background: #fff;
  bordr: 1px solid #EEEEEE;
  padding: 50px;
}
.testimonial-home-6 .owl-controls {
  display: none !important;
}
.testimonial-home-6 .single-testimonial-home-6 .img-box,
.testimonial-home-6 .single-testimonial-home-6 .content-box {
  display: table-cell;
  vertical-align: middle;
}
.testimonial-home-6 .single-testimonial-home-6 .img-box {
  width: 137px;
}
.testimonial-home-6 .single-testimonial-home-6 .content-box {
  padding-left: 45px;
  padding-bottom: 10px;
}
.testimonial-home-6 .single-testimonial-home-6 .content-box p {
  font-size: 16px;
  font-style: italic;
  color: #646363;
  font-family: 'PT Serif';
  margin: 0;
}
.testimonial-home-6 .single-testimonial-home-6 .content-box p:before {
  content: '“';
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #A1915D;
  font-size: 65px;
  line-height: 10px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
  position: relative;
  top: 7px;
  left: -7px;
}
.testimonial-home-6 .single-testimonial-home-6 .content-box .name {
  font-size: 30px;
  font-family: 'Great Vibes';
  color: #A1915D;
  display: block;
  margin-top: 20px;
}
.testimonial-carousel.fitness {
  margin-top: -10px;
  background: #ffffff url(../images/fitness-testimonial-bg.jpg) center bottom no-repeat fixed;
  background-size: cover;
  position: relative;
}
.testimonial-carousel.fitness:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #114B7C;
  opacity: .80;
}
.testimonial-carousel.fitness .single-testimonial-carousel p {
  font-size: 16px;
  font-family: 'Raleway';
  color: #FFFFFF;
}
.testimonial-carousel.fitness .single-testimonial-carousel p:before {
  color: #289FB1;
}
.testimonial-carousel.fitness .owl-theme .owl-dots .owl-dot span {
  background-color: transparent;
  border-color: #ffffff;
}
.testimonial-carousel.fitness .owl-theme .owl-dots .owl-dot.active span {
  border-color: #ffa10d;
}
/* ==============================
   Call to action Section styles
   ============================== */
.call-to-action .container-fluid {
  padding: 0;
}
.call-to-action [class*="col-md"],
.call-to-action [class^="col-md"] {
  padding: 0;
}
.call-to-action .single-call-to-action {
  padding-left: 77px;
  padding-right: 100px;
  padding-bottom: 72px;
  padding-top: 52px;
}
.call-to-action .single-call-to-action .icon-box i {
  font-size: 48px;
  color: #fff;
}
.call-to-action .single-call-to-action .title {
  margin-top: 7px;
  margin-bottom: 10px;
}
.call-to-action .single-call-to-action .title h3 {
  font-size: 15px;
  margin: 0;
  text-transform: uppercase;
  color: #fff;
  line-height: 26px;
  letter-spacing: .15em;
}
.call-to-action .single-call-to-action .title .double-line {
  margin-top: -5px;
  display: inline-block;
}
.call-to-action .single-call-to-action .title .double-line:before,
.call-to-action .single-call-to-action .title .double-line:after {
  content: '';
  display: block;
  background: #fff;
  height: 1px;
}
.call-to-action .single-call-to-action .title .double-line:before {
  width: 84px;
}
.call-to-action .single-call-to-action .title .double-line:after {
  width: 49px;
  margin-top: 5px;
}
.call-to-action .single-call-to-action p {
  color: #fff;
  font-size: 14px;
  line-height: 26px;
}
.call-to-action .single-call-to-action.design {
  background: #4C535B;
}
.call-to-action .single-call-to-action.branding {
  background: var(--color-secondary);
}
.call-to-action .single-call-to-action.development {
  background: #2E4460;
}
/* ==============================
   Our client Section styles
   ============================== */
.our-client .item img {
  border: 1px solid #F0F0F0;
  opacity: .7 !important;
  transition: all .5s ease;
}
.our-client .item:hover img {
  opacity: 1 !important;
}
.client-home-2 {
  background: #131313 url(../images/home-2-client-bg.jpg) center right no-repeat fixed;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.client-home-2:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #131313;
  opacity: .88;
}
.client-home-2 .thm-container {
  position: relative;
}
.client-home-2 .sec-title {
  margin-bottom: 36px;
}
.client-home-2 .short-about-content {
  padding-bottom: 115px;
  position: relative;
  z-index: 99;
  padding-right: 75px;
}
.client-home-2 .short-about-content:before {
  content: '';
  width: 10000px;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  background: #E1E1E5;
  z-index: -1;
}
.client-home-2 .short-about-content p {
  font-size: 14px;
  color: #898989;
  line-height: 26px;
  font-family: 'Open Sans';
}
.client-home-2 .short-about-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 5px;
}
.client-home-2 .short-about-content ul li {
  font-size: 13px;
  font-weight: 600;
  color: #2B2B2B;
  line-height: 40px;
  list-style: none;
  text-transform: uppercase;
}
.client-home-2 .short-about-content ul li:before {
  content: '\f178 ';
  font-family: 'FontAwesome';
  color: #EB9500;
  margin-right: 8px;
}
.client-home-2 .short-about-content .thm-btn {
  background: none;
  border: 1px solid #5F5F5F;
  color: #4C4C4C;
  margin-top: 35px;
}
.client-home-2 .short-about-content .thm-btn i {
  margin-left: 6px;
}
.client-home-2 .client-section {
  padding-left: 65px;
}
.client-home-2 .client-section .sec-title h2 {
  color: #FFFFFF;
}
.client-home-2 .client-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.client-home-2 .client-section ul li {
  display: inline-block;
  width: 33.3%;
  text-align: center;
  list-style: none;
  line-height: 160px;
  border-bottom: 1px solid #393A3D;
  margin-left: -5px;
}
.client-home-2 .client-section ul li:nth-child(2n),
.client-home-2 .client-section ul li:nth-child(5n) {
  border: 1px solid #393A3D;
  border-top: 0;
}
.client-home-2 .client-section ul li:nth-child(5n) {
  border-bottom: 0;
}
.client-home-2 .client-section ul li:nth-child(4n),
.client-home-2 .client-section ul li:nth-child(6n),
.client-home-2 .client-section ul li:nth-child(4n) {
  border: none;
}
.client-box-h4 {
  margin-bottom: -30px;
  padding-top: 35px;
}
.client-box-h4 img {
  margin-bottom: 30px;
}
/* ==============================
   Footer  Top CTA styles
   ============================== */
.footer-top-cta {
  background: var(--color-secondary) ;
  padding: 29px 0;
}
.footer-top-cta .thm-container {
  padding: 0 48px;
}
.footer-top-cta h3 {
  margin: 0;
  font-size: 22px;
  font-family: 'Open Sans';
  color: #fff;
  line-height: 42px;
  font-weight: bold;
  text-transform: uppercase;
}
.footer-top-cta .thm-btn,
.thm-btn-2 {
  font-size: 16px;
  color: var(--color-primary) !important;
  font-weight: bold;
  padding: 2px 33px;
  border: 0;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  letter-spacing: .1em;
  transition: all .2s ease-in-out;
}
.thm-btn-2 {
  line-height: 24px;
  padding: 12px 33px;
  margin-top: 20px;
  box-shadow: none;
  background-color: var(--color-secondary) !important;
  color: #fff !important;
}
.thm-btn-2 span {
  display: inline-block;
  color: inherit !important;
}
.footer-top-cta .thm-btn:hover {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}
/* ==============================
   Why Choose Us Section styles
   ============================== */
.why-choose-us {
  background: #F7F7F7;
}
.why-choose-us .img-box img:first-child {
  margin-right: 26px;
}
.why-choose-us h3 {
  font-size: 16px;
  text-transform: uppercase;
  color: #1A2329;
  letter-spacing: .1em;
  font-weight: bold;
  margin: 0;
  margin-top: 50px;
}
.why-choose-us p {
  font-size: 14px;
  line-height: 26px;
  margin: 0;
  color: #898989;
  margin-top: 10px;
}
/* ==============================
   About me Info Section styles
   ============================== */
.about-me-info .img-box {
  display: inline-block;
  position: relative;
  margin-bottom: 43px;
}
.about-me-info .img-box .decor-left,
.about-me-info .img-box .decor-right {
  position: absolute;
  top: 50%;
  margin-top: -3.5px;
}
.about-me-info .img-box .decor-left:before,
.about-me-info .img-box .decor-right:before {
  content: '';
  width: 135px;
  background: #B9B9B9;
  height: 1px;
  display: block;
  margin-bottom: 5px;
}
.about-me-info .img-box .decor-left:after,
.about-me-info .img-box .decor-right:after {
  content: '';
  width: 72px;
  background: #B9B9B9;
  height: 1px;
  display: block;
}
.about-me-info .img-box .decor-left {
  left: -155px;
}
.about-me-info .img-box .decor-left:after {
  float: right;
}
.about-me-info .img-box .decor-right {
  right: -155px;
}
.about-me-info .sec-title {
  margin: 0;
}
.about-me-info .sec-title p {
  font-size: 18px;
  font-style: italic;
  font-family: 'PT Serif', sans-serif;
  line-height: 30px;
  margin-top: 25px;
}
/* ==============================
   My latest work Section styles
   ============================== */
.my-latest-work .thm-container {
  width: 100%;
  max-width: 100%;
}
.my-latest-work .owl-theme .owl-dots {
  margin-top: 40px;
}
.my-latest-work .owl-theme .owl-dots .owl-dot span {
  background-color: transparent;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid #232833;
}
.my-latest-work .owl-theme .owl-dots .owl-dot.active span {
  background: #232833;
}
.my-latest-work.fitness .owl-theme .owl-dots {
  display: none !important;
}
/* ==============================
   Project Section styles
   ============================== */
.masonary-item.span-8 {
  width: 66.66666667%;
}
.masonary-item.span-6 {
  width: 50%;
}
.masonary-item.span-4 {
  width: 33.33333333%;
}
.masonary-item.span-3 {
  width: 25%;
}
.project-v2 .project-gallery-filter li:after {
  margin: 0 8px;
}
.project-v2 .project-gallery-filter li:last-child:after {
  display: none;
}
.project-v2 .single-portfolio-item {
  padding: 0 .5px;
}
.project-v2 .single-portfolio-item .caption-box {
  background: #FFFFFF;
  border-bottom: 1px solid #D7D7D7;
  padding: 20px 0;
}
.project-v2 .single-portfolio-item .caption-box h3 {
  font-size: 14px;
  font-weight: normal;
  color: #2C2C2C;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  margin: 0;
}
.project-v2 .single-portfolio-item .caption-box span {
  font-size: 14px;
  color: #747474;
}
.project-v3 {
  padding-bottom: 70px;
}
.project-v3 .single-portfolio-item {
  padding: 0 0px;
  margin-bottom: 30px;
}
.project-v4 .owl-theme {
  position: relative;
}
.project-v4 .owl-theme .owl-dots {
  margin-top: 40px;
}
.project-v4 .owl-theme .owl-dots .owl-dot span {
  background-color: transparent;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid #232833;
}
.project-v4 .owl-theme .owl-dots .owl-dot.active span {
  background: #232833;
}
.project-v4 .owl-theme .owl-nav {
  margin: 0;
}
.project-v4 .owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top: 50%;
  background: #212121;
  width: 40px;
  height: 46px;
  font-size: 20px;
  color: var(--color-secondary) ;
  margin: 0;
  padding: 0;
  line-height: 46px;
  margin-top: -46px;
  border-radius: 0;
}
.project-v4 .owl-theme .owl-nav .owl-prev {
  left: 0px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.project-v4 .owl-theme .owl-nav .owl-next {
  right: 0px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.project-v4 .img-cap-effect .img-box .img-caption {
  background: rgba(var(--color-secondary-rgb), 0.75);
}
.project-v4 .single-portfolio-item.img-cap-effect .img-box .img-caption .box-holder .box h3 {
  color: #fff;
}
.project-v4 .single-portfolio-item.img-cap-effect .img-box .img-caption .box-holder .box span {
  color: #fff;
}
.project-v5 .masonary-item {
  padding: 0 15px;
  margin-bottom: 30px;
}
.project-details .thm-container {
  padding: 0 105px;
}
.project-details .project-details-carousel.owl-theme .owl-nav {
  margin: 0;
}
.project-details .project-details-carousel.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top: 50%;
  background: #FFFFFF;
  width: 40px;
  height: 46px;
  font-size: 30px;
  color: #A2A2A2;
  margin: 0;
  padding: 0;
  line-height: 46px;
  margin-top: -46px;
  border-radius: 0;
}
.project-details .project-details-carousel.owl-theme .owl-nav .owl-prev {
  left: 0px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.project-details .project-details-carousel.owl-theme .owl-nav .owl-next {
  right: 0px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.project-details .project-text p {
  font-size: 14px;
  color: #898989;
  line-height: 26px;
  margin-bottom: 24px;
}
.project-details .project-text .thm-btn {
  background: #fff;
  border: 1px solid #B9B9B9;
  color: #4C4C4C;
  line-height: 32px;
  letter-spacing: .1em;
}
.project-details .project-text .thm-btn .fa {
  margin-left: 7px;
}
.project-details .project-text .thm-btn:hover {
  background: #00ACD9;
  border-color: #00ACD9;
  color: #fff;
}
.project-details .project-text,
.project-details .project-info {
  padding-top: 60px;
}
.project-details .project-text .sec-title {
  margin-bottom: 24px !important;
}
.project-details .project-info > li {
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.project-details .project-info li:last-child {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.project-details .project-info li h4 {
  color: #242424;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
  margin: 0;
  margin-bottom: 4px;
}
.project-details .project-info li span {
  font-size: 14px;
  color: #8D8D8D;
  font-family: 'Open Sans';
}
.related-work {
  background: #000000 url(../images/related-work-bg.jpg) 0 0 no-repeat;
  background-size: cover;
}
.related-work .sec-title .tagline {
  color: #C2C2C2;
}
.related-work .sec-title h2 {
  color: #FFFFFF;
}
.related-work .sec-title .double-border:before,
.related-work .sec-title .double-border:after {
  background: #606060;
}
.related-work .owl-theme .owl-dots {
  margin-top: 40px;
}
.related-work .owl-theme .owl-dots .owl-dot span {
  background-color: transparent;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid #BDBDBD;
}
.related-work .owl-theme .owl-dots .owl-dot.active span {
  background: var(--color-secondary) ;
}
.fitness-gallery .thm-container {
  width: 100%;
  max-width: 100%;
}
/* ==============================
   Price Section styles
   ============================== */
.single-price-box {
  text-align: center;
}
.single-price-box .top-box {
  background: var(--color-secondary) ;
  padding-bottom: 15px;
  padding-top: 22px;
}
.single-price-box .top-box h3 {
  font-size: 60px;
  color: #fff;
  font-style: italic;
  font-weight: bold;
  font-family: 'PT Serif', sans-serif;
  margin: 0;
}
.single-price-box .top-box h3 span {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  bottom: 7px;
  margin-right: 5px;
}
.single-price-box .top-box p {
  font-size: 12px;
  letter-spacing: .2em;
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 0;
  margin-top: 5px;
}
.single-price-box .plan-name {
  background: #242424;
}
.single-price-box .plan-name span {
  font-size: 15px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: 'Raleway', sans-serif;
  letter-spacing: .04em;
  font-weight: bold;
  display: block;
  line-height: 38px;
}
.single-price-box .features {
  background: #fff;
  border: 1px solid #DADADA;
  padding-top: 20px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
.single-price-box .features ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-price-box .features ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  font-size: 14px;
  color: #898989;
  line-height: 44px;
  border-bottom: 1px solid #ECECEC;
}
.single-price-box .features ul li:last-child {
  border: none;
}
.single-price-box .thm-btn {
  background: #fff;
  border: 1px solid #B9B9B9;
  color: #4C4C4C;
  line-height: 32px;
  letter-spacing: .1em;
  padding: 0 20px;
  margin-top: 26px;
}
.single-price-box .thm-btn .fa {
  margin-left: 7px;
}
.single-price-box .thm-btn:hover {
  background: #00ACD9;
  border-color: #00ACD9;
  color: #fff;
}
.signle-price-faq-box {
  margin-bottom: 31px;
}
.signle-price-faq-box:last-child {
  margin-bottom: 0;
}
.signle-price-faq-box h3,
.signle-price-faq-box p {
  margin: 0;
  padding: 0;
}
.signle-price-faq-box h3 {
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  color: #242424;
  font-family: 'Open Sans';
  margin-bottom: 5px;
}
.signle-price-faq-box p {
  font-size: 14px;
  color: #898989;
  font-family: 'Open Sans';
}
.price-wrapper.fitness {
  background: #000000 url(../images/fitness-price-bg.jpg) top center no-repeat fixed;
  background-size: cover;
  position: relative;
}
.price-wrapper.fitness:before {
  content: '';
  background: #151515;
  opacity: .8;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.price-wrapper.fitness .thm-container {
  position: relative;
}
.price-wrapper.fitness .sec-title span.tagline {
  color: #A2A2A2;
}
.price-wrapper.fitness .sec-title h2 {
  color: #fff;
}
/* ==============================
   Partner Section styles
   ============================== */
.single-partner-info {
  margin-bottom: 50px;
  background: #fff;
}
.single-partner-info:last-child {
  margin-bottom: 0;
  border: 1px solid #E5E5E5;
}
.single-partner-info .img-box,
.single-partner-info .text-box {
  display: table-cell;
  vertical-align: middle;
}
.single-partner-info .img-box {
  width: 224px;
  position: relative;
  background: #fff;
  padding: 20px;
}
.single-partner-info .img-box img {
  position: relative;
  z-index: 2;
  text-align: center;
}
.single-partner-info .img-box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: var(--color-secondary) ;
  z-index: 1;
}
.single-partner-info .text-box {
  padding-left: 50px;
  padding-right: 70px;
}
.single-partner-info .text-box h3 {
  font-size: 16px;
  text-transform: uppercase;
  color: #242424;
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
  margin: 0;
  margin-bottom: 20px;
}
.single-partner-info .text-box p {
  font-size: 14px;
  color: #898989;
  margin: 0;
}
/* ==============================
   Award Page styles
   ============================== */
.single-award {
  border: 1px solid #E9E9E9;
  padding: 10px;
  margin-bottom: 30px;
}
.single-award .icon-box,
.single-award .text-box {
  display: table-cell;
  vertical-align: middle;
}
.single-award .icon-box {
  width: 111px;
  background: #F5F5F5;
  text-align: center;
}
.single-award .icon-box i {
  font-size: 70px;
  color: var(--color-secondary) ;
  line-height: 140px;
}
.single-award .text-box {
  padding-left: 30px;
}
.single-award .text-box h3 {
  font-size: 14px;
  color: #242424;
  text-transform: uppercase;
  margin: 0;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 7px;
}
.single-award .text-box p {
  font-style: normal;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}
.award-page .single-service-content-box > .sec-title {
  margin-bottom: 43px;
}
.award-page .single-service-content-box > .sec-title > p {
  margin-top: 15px;
  font-size: 14px;
  font-style: normal;
  color: #535353;
}
.award-page .highlighted-box {
  margin-top: 20px;
}
.award-page .single-service-tab-box ul li {
  background: none;
  border: none;
  margin-bottom: 0;
}
.award-page .single-service-tab-box ul li a {
  position: relative;
  background: none;
  border: none;
  border-bottom: 1px solid #DEDEDE;
  color: #494949;
}
.award-page .single-service-tab-box ul li:first-child a {
  border-top: 1px solid #DEDEDE;
}
.award-page .single-service-tab-box ul li:hover a,
.award-page .single-service-tab-box ul li.active a {
  color: var(--color-secondary) ;
}
.award-page .single-service-tab-box ul li a:before {
  position: absolute;
  top: 0;
  right: -10px;
  font-size: 18px;
  color: #494949;
}
.award-page .single-service-tab-box ul li:hover a:before,
.award-page .single-service-tab-box ul li.active a:before {
  color: var(--color-secondary) ;
}
/* ==============================
   Comming Soon Page styles
   ============================== */
.comming-soon {
  padding-top: 212px;
  padding-bottom: 306px;
  background: url(../images/comming-soon-bg.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
.comming-soon:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: .55;
}
.comming-soon .container {
  position: relative;
  max-width: 745px;
  z-index: 9;
  padding: 0;
}
.comming-soon h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 60px;
  color: #E1BA60;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  margin: 0;
  font-weight: 600;
}
.comming-soon h2 span {
  font-weight: 200;
}
.comming-soon .double-border {
  margin-top: 13px;
  display: block;
}
.comming-soon .double-border:before,
.comming-soon .double-border:after {
  content: '';
  display: block;
  background: #81673E;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}
.comming-soon .double-border:before {
  width: 136px;
}
.comming-soon .double-border:after {
  width: 72px;
  margin-top: 5px;
}
.comming-soon.text-center .double-border:before,
.comming-soon.text-center .double-border:after {
  margin-left: auto;
  margin-right: auto;
}
.comming-soon .countdown-box {
  margin: 0;
  padding: 0;
  margin-top: 63px;
}
.comming-soon .countdown-box li {
  display: inline-block;
  width: 160px;
  border: 1px solid #E1BA60;
  text-align: center;
  margin-right: 31px;
  list-style: none;
}
.comming-soon .countdown-box li:last-child {
  margin-right: 0;
}
.comming-soon .countdown-box li .box {
  padding-top: 24px;
  padding-bottom: 28px;
}
.comming-soon .countdown-box li h4 {
  font-family: 'PT Serif', sans-serif;
  font-style: italic;
  color: #E1BA60;
  font-size: 60px;
  margin: 0;
  margin-bottom: 38px;
}
.comming-soon .countdown-box li span {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #E1BA60;
  font-size: 20px;
  text-transform: uppercase;
}
.comming-soon p {
  font-size: 20px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  margin-top: 49px;
  font-weight: normal;
}
.comming-soon form {
  margin-top: 30px;
}
.comming-soon form input {
  font-size: 18px;
  font-family: 'PT Serif';
  font-style: italic;
  line-height: 49px;
  margin: 0;
  padding-left: 25px;
  margin-right: 20px;
  width: 67%;
  border: none;
  outline: none;
}
.comming-soon form button {
  background: #191919;
  line-height: 51px;
  border: none;
  outline: none;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: .15em;
  margin: 0;
  padding: 0 55px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  transition: all .3s ease;
}
.comming-soon form button:hover {
  background: #9B7B45;
}
.short-about-our-company {
  padding-bottom: 68px;
}
.short-about-our-company h3 {
  font-size: 22px;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  color: #242424;
  letter-spacing: .03em;
  margin: 0;
  margin-top: 27px;
  margin-bottom: 22px;
}
.short-about-our-company p {
  color: #898989;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 26px;
  margin-bottom: 30px;
}
.short-about-our-company .left-text {
  margin-right: -30px;
}
.short-about-our-company .thm-container {
  padding: 0 15px;
}
.short-about-our-company .right-img {
  width: 170px;
  float: right;
}
.short-about-our-company .left-img {
  float: left;
  width: 300px;
}
.short-about-our-company img {
  margin-bottom: 20px;
}
.short-about-our-company .right-img-box {
  padding-left: 70px;
}
/* ==============================
   Career Page styles
   ============================== */
.career-page .thm-container {
  overflow: hidden;
}
.career-sidebar {
  background: #F1F1F1;
}
.career-sidebar .title {
  background: #1D1D1D;
  padding-left: 30px;
  padding-top: 18px;
  padding-bottom: 17px;
}
.career-sidebar .title .sec-title {
  margin: 0;
}
.career-sidebar .title .sec-title h2 {
  font-size: 22px;
  color: #FFFFFF;
}
.career-sidebar .title .sec-title .double-border:before,
.career-sidebar .title .sec-title .double-border:after {
  background: #535353;
}
.career-sidebar .process {
  padding-top: 50px;
  padding-left: 30px;
  padding-right: 20px;
}
.career-sidebar .process h3 {
  margin: 0;
  font-size: 18px;
  text-transform: capitalize;
  color: #000000;
  font-family: 'Open Sans';
  font-weight: bold;
  margin-bottom: 12px;
}
.career-sidebar .process p {
  color: #898989;
  font-size: 14px;
  margin: 0;
}
.career-sidebar .process .thm-btn {
  padding: 0 22px;
  line-height: 34px;
  color: #FFFFFF;
  font-size: 13px;
  letter-spacing: .1em;
  border-radius: 0;
  margin-top: 25px;
}
.career-sidebar .process .thm-btn .fa {
  font-size: 13px;
  color: #fff;
  margin-left: 7px;
}
.career-sidebar .process .thm-btn .fa-pencil-square-o {
  font-size: 16px;
}
.career-content {
  padding-left: 40px;
}
.career-content .sec-title {
  margin: 0;
  margin-bottom: 30px;
}
.career-content .career-text h3 {
  color: #242424;
  font-size: 18px;
  margin: 0;
  margin-bottom: 11px;
}
.career-content .career-text p {
  color: #898989;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 23px;
}
.career-content .career-text ul.bulleted-list li {
  font-size: 14px;
  color: #1CBAC8;
  line-height: 34px;
}
.career-content .career-text ul.bulleted-list li:before {
  content: '\f046';
  font-family: 'FontAwesome';
  color: #242424;
  margin-right: 10px;
}
.career-page .accrodion {
  margin-bottom: 20px;
}
.career-page .accrodion:last-child {
  margin-bottom: 0px;
}
.career-page .accrodion .accrodion-title h4 {
  font-size: 14px;
  color: #242424;
  line-height: 50px;
  font-weight: 600;
}
.career-page .accrodion .accrodion-title:after {
  font-size: 12px;
  line-height: 21px;
  border: 1px solid #A9A9A9;
  width: 23px;
  height: 23px;
  text-align: center;
  top: 50%;
  margin-top: -12.5px;
}
.career-page .accrodion.active .accrodion-title:after {
  font-size: 21px;
  line-height: 17px;
}
.career-page .accrodion.active .accrodion-title {
  background: #F1F1F1;
}
.career-page .accrodion .accrodion-content {
  padding-right: 30px;
}
.career-page .accrodion .accrodion-content h3 {
  font-size: 26px;
  color: #000000;
  font-weight: 300;
  margin: 0;
  margin-bottom: 16px;
}
.career-page .accrodion .accrodion-content p {
  font-size: 14px;
  margin: 0;
  line-height: 26px;
  margin-bottom: 20px;
}
.career-accrodion {
  margin-top: 30px;
}
.career-accrodion .sec-title {
  margin-bottom: 30px;
}
/* ==============================
   Faq  styles
   ============================== */
.faq-page .sec-title p {
  margin-top: 20px;
}
.faq-form {
  background: #F9F9F9;
  padding: 20px 30px;
  border: 1px solid #EAEAEA;
  margin-bottom: 50px;
}
.faq-form input {
  height: 44px;
  border: 1px solid #E9E9E9;
  outline: none;
  padding-left: 25px;
  width: 83%;
  position: relative;
  top: 1px;
}
.faq-form .thm-btn {
  padding: 0px 41px;
  line-height: 44px;
  border-radius: 0;
  margin-left: -4px;
  border: none;
  position: relative;
  top: 1px;
}
.faq-page .accrodion .accrodion-title h4 {
  text-transform: none;
  font-weight: normal;
  color: #8E8D8D;
}
.faq-page .accrodion.active .accrodion-title {
  background: var(--color-secondary) ;
}
.faq-page .accrodion.active .accrodion-title h4 {
  color: #fff;
}
.faq-page .accrodion.active .accrodion-title h4 {
  color: #fff;
}
.faq-page .accrodion.active .accrodion-title:after {
  border-color: #fff;
  color: #fff;
}
.faq-question-one .single-faq {
  margin-bottom: 28px;
}
.faq-question-one .single-faq:last-child {
  margin-bottom: 0;
}
.faq-question-one .single-faq h3 {
  font-size: 16px;
  line-height: 33px;
  font-weight: bold;
  color: #242424;
  font-family: 'Open Sans', sans-serif;
}
.faq-question-one .single-faq p {
  color: #898989;
  margin-top: 4px;
}
/* ==============================
   Blog  styles
   ============================== */
.single-blog-post .img-box {
  margin-bottom: 10px;
  position: relative;
}
.single-blog-post:hover .img-box .overlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.single-blog-post .img-box .overlay {
  background: rgba(var(--color-secondary-rgb), 0.65);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  text-align: center;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  transition: all .5s ease;
}
.single-blog-post .img-box .overlay a {
  display: table;
  width: 100%;
  height: 100%;
  color: #fff;
}
.single-blog-post .img-box .overlay a .fa {
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
}

.single-blog-post.img-cap-effect:hover .img-box .img-caption .box-holder ul {
  opacity: 1;
}
.single-blog-post.img-cap-effect .img-box .img-caption .box-holder ul {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 9;
  opacity: 0;
  transition: all .5s ease .5s;
}
.single-blog-post.img-cap-effect .img-box .img-caption .box-holder ul li {
  display: inline-block;
  padding: 0 5px;
}
.single-blog-post.img-cap-effect .img-box .img-caption .box-holder ul li a {
  color: #fff;
  background: #2B2B2B;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  line-height: 40px;
}
.single-blog-post .date-box {
  width: 60px;
  height: 65px;
  font-size: 14px;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  background: var(--color-secondary);
  border-radius: 3px;
  text-transform: uppercase;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7px;
  margin-top: -43px;
  position: relative;
  z-index: 2;
}
.single-blog-post .date-box span {
  font-size: 22px;
  display: block;
}
.single-blog-post .content-box {
  background: #fff;
  text-align: center;
  padding: 0 25px;
  padding-top: 25px;
  padding-bottom: 40px;
  margin-top: -20px;
  border: 1px solid #F2F2F2;
}
.single-blog-post .content-box ul {
  margin-left: -15px;
  margin-bottom: 21px;
}
.single-blog-post .content-box ul li {
  display: inline-block;
  padding: 0 15px;
}
.single-blog-post .content-box ul li a {
  display: block;
  color: #959595;
  font-size: 15px;
  font-family: 'PT Serif', sans-serif;
  font-style: italic;
}
.single-blog-post .content-box ul li a i {
  color: var(--color-secondary);
  margin-right: 6px;
}
.single-blog-post .content-box ul li a i.fa-user {
  font-size: 16px;
}
.single-blog-post .content-box h3 {
  color: #242424;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
}
.single-blog-post .content-box p {
  margin: 0;
  margin-top: 14px;
  color: #8E8D8D;
  font-size: 14px;
}
.blog-page .single-blog-post {
  border-bottom: 4px solid #E3E3E3;
  margin-bottom: 50px;
}
.blog-page .single-blog-post .content-box {
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 47px;
}
.blog-page .single-blog-post .content-box ul {
  margin-bottom: 11px;
}
.blog-page .single-blog-post .sec-title {
  margin-bottom: 13px;
}
.blog-page .single-blog-post .date-box {
  font-size: 18px;
  height: 95px;
  width: 90px;
  border: 5px solid #fff;
  margin-top: -65px;
}
.blog-page .single-blog-post .date-box span {
  font-size: 35px;
  margin-bottom: 10px;
  margin-top: 7px;
}
.blog-page .single-blog-post .content-box p {
  color: #898989;
}
.blog-page .single-blog-post .thm-btn {
  border: 1px solid #B9B9B9;
  background-color: transparent;
  color: #4C4C4C;
  line-height: 32px;
  letter-spacing: .1em;
  padding: 0 20px;
  margin-top: 27px;
}
.blog-page .single-blog-post .thm-btn .fa {
  margin-left: 10px;
}
.blog-page .single-blog-post .thm-btn:hover {
  background: var(--color-secondary);
  border-color: var(--color-secondary);
  color: #fff;
}
.single-post-page .single-blog-post {
  border: none;
}
.single-post-page .single-blog-post .content-box ul.post-links {
  text-align: center;
}
.single-post-page.blog-page .single-blog-post .content-box {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  border: none;
}
.single-post-page h2 {
  color: #242424;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.single-post-page .qoute-box {
  background: #1F1F1F;
  font-family: 'PT Serif', sans-serif;
  font-style: italic;
  padding: 30px 30px;
  padding-left: 17px;
  margin-top: 15px;
  margin-bottom: 50px;
}
.single-post-page .qoute-box .qoute-icon,
.single-post-page .qoute-box .qoute-text {
  display: table-cell;
  vertical-align: middle;
}
.single-post-page .qoute-box .qoute-icon {
  padding-right: 30px;
}
.single-post-page .qoute-box .qoute-icon i {
  color: var(--color-secondary) ;
  font-size: 103px;
  vertical-align: top;
  position: relative;
  bottom: 15px;
}
.single-post-page .qoute-box .qoute-text p {
  font-size: 16px;
  color: #656565;
  margin: 0;
}
.single-post-page .qoute-box .qoute-text .name {
  text-align: right;
  color: var(--color-secondary) ;
  display: block;
}
.single-post-page .sec-title.box {
  margin-bottom: 30px;
}
.single-post-page .sec-title.box h2 {
  font-size: 16px;
}
.single-post-page .sec-title.box .double-border:before {
  width: 140px;
}
.single-post-page .sec-title.box .double-border:after {
  width: 35px;
}
.single-post-page .tag-social-box {
  border-bottom: 1px solid #EEEEEE;
  padding: 9px 0;
  margin-bottom: 50px;
}
.single-post-page .tag-social-box .tag-box {
  color: #A3A3A3;
}
.single-post-page .tag-social-box .social-box ul li {
  display: inline-block;
}
.single-post-page .tag-social-box .social-box ul li a {
  color: #010101;
  font-size: 16px;
  margin-left: 16px;
}
.single-post-page .admin-info-box {
  background: #FCFCFC;
  border: 1px solid #EEEEEE;
  padding: 20px 25px;
}
.single-post-page .admin-info-box .img-box,
.single-post-page .admin-info-box .text-box {
  display: table-cell;
  vertical-align: middle;
}
.single-post-page .admin-info-box .img-box {
  width: 114px;
}
.single-post-page .admin-info-box .text-box {
  padding-left: 30px;
}
.single-post-page .admin-info-box .text-box p {
  color: #A3A3A3;
}
.single-post-page .admin-info-box .text-box h3 {
  font-size: 16px;
  color: #1F1F1F;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  margin-bottom: 0;
  margin-bottom: 10px;
}
.single-post-page .comments-box {
  margin-top: 60px;
}
.single-post-page .comments-box .single-comment {
  margin-bottom: 30px;
}
.single-post-page .comments-box .single-comment .comment-img,
.single-post-page .comments-box .single-comment .comment-text {
  display: table-cell;
  vertical-align: top;
}
.single-post-page .comments-box .single-comment .comment-img {
  width: 70px;
}
.single-post-page .comments-box .single-comment .comment-text {
  padding-left: 30px;
}
.single-post-page .comments-box .single-comment .comment-text h3 {
  font-size: 13px;
  letter-spacing: .200em;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 10px;
}
.single-post-page .comments-box .single-comment .comment-text h3 span {
  color: #FF8C04;
  font-style: italic;
}
.single-post-page .comments-box .single-comment .comment-text p {
  margin: 0;
  color: #999999;
}
.single-post-page .comments-box .single-comment .comment-text .inner {
  border: 1px solid #EFEFEF;
  padding: 26px 30px;
}
.single-post-page .comments-box .single-comment .comment-text a.reply-button {
  text-transform: uppercase;
  color: #64CB31;
  font-size: 12px;
  font-weight: 600;
}
.single-post-page .comments-box .load-more-comment {
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  color: #343434;
  font-weight: bold;
  display: block;
}
.single-post-page .comment-form {
  margin-top: 60px;
}
.single-post-page .comment-form input,
.single-post-page .comment-form textarea {
  width: 100%;
  display: block;
  background: #FCFCFC;
  border: 1px solid #F2F2F2;
  outline: none;
  height: 50px;
  padding: 0 22px;
  color: #959595;
}
.single-post-page .comment-form textarea {
  margin-top: 25px;
  height: 230px;
  padding-top: 15px;
  margin-bottom: 25px;
}
.single-post-page .comment-form button {
  border: 1px solid #B9B9B9;
  background-color: transparent;
  color: #4C4C4C;
  line-height: 32px;
  letter-spacing: .1em;
  padding: 0 20px;
  margin-top: 27px;
}
.single-post-page .comment-form button .fa {
  margin-left: 10px;
}
.single-post-page .comment-form button:hover {
  background: var(--color-secondary);
  border-color: var(--color-secondary);
  color: #fff;
}
.blog-2-col .single-blog-post .content-box {
  padding-left: 41px;
  padding-right: 41px;
}
.blog-2-col .single-blog-post .content-box .sec-title h2 {
  font-size: 20px;
}
.home-two .single-blog-post .date-box {
  background: #2E2E2E;
}
.home-two .single-blog-post .content-box h3 {
  font-size: 16px;
  text-transform: capitalize;
  color: #242424;
}
.home-two .single-blog-post .content-box p {
  color: #898989;
}
.latest-blog.home-3 .sec-title {
  margin-bottom: 13px;
}
.latest-blog.home-3 .single-blog-post {
  border: 1px solid #E6E6E6;
  background: #F8F8F8;
  margin-top: 30px;
}
.latest-blog.home-3 .single-blog-post .img-box,
.latest-blog.home-3 .single-blog-post .content-box {
  display: table-cell;
  vertical-align: middle;
}
.latest-blog.home-3 .single-blog-post .img-box {
  width: 170px;
}
.latest-blog.home-3 .single-blog-post .content-box {
  padding: 0;
  margin: 0;
  padding-left: 30px;
  text-align: left;
  background-color: transparent;
}
.latest-blog.home-3 .single-blog-post .content-box h3 {
  text-transform: capitalize;
}
.latest-blog.home-3 .single-blog-post .content-box ul {
  margin-bottom: 0;
  margin-top: 3px;
}
.latest-blog.home-3 .single-blog-post .content-box p {
  margin-top: 13px;
}
.latest-blog.home-4 .single-blog-post .date-box {
  background: var(--color-primary);
  border: 0;
}
.latest-blog.home-4 .single-blog-post .content-box ul li a i {
  color: var(--color-primary);
}
.latest-blog.home-4 .single-blog-post .content-box h3 {
  font-size: 16px;
  text-transform: capitalize;
  color: #242424;
}
.latest-blog.home-4 .single-blog-post .content-box p {
  color: #898989;
}
.single-blog-post-fitness:hover .img-holder .overlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.single-blog-post-fitness:hover h2.title {
  color: #FFAE00;
}
.single-blog-post-fitness .img-holder {
  position: relative;
}
.single-blog-post-fitness .img-holder img {
  width: 100%;
}
.single-blog-post-fitness .img-holder .date {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  background: #FFAE00;
  color: #2A2D34;
  font-size: 14px;
  line-height: 21px;
  padding-top: 15px;
  padding-bottom: 43px;
  padding-right: 15px;
  padding-left: 20px;
  z-index: 9;
}
.single-blog-post-fitness .img-holder .date b {
  font-size: 25px;
  font-weight: bold;
  display: block;
}
.single-blog-post-fitness .img-holder .overlay {
  background: rgba(255, 174, 0, 0.65);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  text-align: center;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.single-blog-post-fitness .img-holder .overlay a {
  display: table;
  width: 100%;
  height: 100%;
  color: #fff;
}
.single-blog-post-fitness .img-holder .overlay a .fa {
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
}
.single-blog-post-fitness ul {
  padding: 19px 0 26px;
}
.single-blog-post-fitness ul li {
  display: inline;
}
.single-blog-post-fitness ul li a,
.single-blog-post-fitness ul li span {
  display: inline-block;
  font-family: 'PT Serif', sans-serif;
  font-style: italic;
  color: #B5B5B5;
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
}
.single-blog-post-fitness ul li span:after {
  content: '|';
  color: #B5B5B5;
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
  margin-left: 15px;
  margin-right: 10px;
}
.single-blog-post-fitness h2.title {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 15px;
  font-family: 'Raleway';
}
.single-blog-post-fitness p {
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  color: #8E8D8D;
  margin: 0;
  margin-bottom: 13px;
}
.single-blog-post-fitness > a {
  font-size: 13px;
  color: #242424;
  text-transform: uppercase;
  font-weight: normal;
}
.single-blog-post-fitness a:hover {
  color: #FFAE00;
}
/* ==============================
   Footer  styles
   ============================== */
#footer {
  background: #1D1D1D;
  padding: 60px 0;
}
.footer-widget .title h3 {
  margin: 0;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
  letter-spacing: .1em;
  line-height: 26px;
}
.footer-widget.about-widget .title {
  margin-bottom: 16px;
}
.footer-widget.about-widget p {
  color: #919CA9;
  margin-bottom: 5px;
}
.footer-widget.about-widget .phone-box {
  margin-top: 16px;
}
.footer-widget.about-widget .phone-box .icon-box,
.footer-widget.about-widget .phone-box .text-box {
  display: table-cell;
  vertical-align: top;
}
.footer-widget.about-widget .phone-box .icon-box i {
  font-size: 20px;
  color: var(--color-secondary);
  position: relative;
  top: 5px;
  margin-right: 10px;
}
.footer-widget.about-widget .phone-box .text-box h3 {
  font-size: 20px;
  font-weight: 600;
  color: var(--color-secondary);
  letter-spacing: .04em;
}
.footer-widget.about-widget .phone-box .text-box p {
  color: var(--color-secondary);
  font-size: 14px;
  margin: 0;
  font-style: italic;
}
.footer-widget.about-widget .social {
  margin-top: 30px;
}
.footer-widget .social ul > li {
  display: inline-block;
}
.footer-widget .social ul > li a {
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #6B6B6B;
  color: #6B6B6B;
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
  line-height: 28px;
  margin-right: 6px;
  transition: all 0.5s ease;
}
.footer-widget .social ul > li a:hover {
  color: #00ACD9;
  border-color: #00ACD9;
}
.footer-widget.post-link .title {
  margin-bottom: 15px;
}
.footer-widget.post-link ul > li {
  margin-bottom: 10px;
}
.footer-widget.post-link ul > li a {
  display: block;
  color: #919CA9;
  font-size: 14px;
  transition: all 0.5s ease;
}
.footer-widget.post-link ul > li a:before {
  content: '\f105 ';
  font-family: 'FontAwesome';
  font-size: 14px;
  margin-right: 6px;
}
.footer-widget.post-link ul > li a:hover {
  color: #00ACD9;
}
.footer-widget.twitter-widget {
  padding-left: 25px;
}
.footer-widget.twitter-widget .title {
  margin-bottom: 16px;
  padding-left: 25px;
}
.footer-widget.twitter-widget ul > li {
  margin-bottom: 20px;
}
.footer-widget.twitter-widget ul > li:last-child {
  margin-bottom: 0;
}
.footer-widget.twitter-widget ul > li .icon-box,
.footer-widget.twitter-widget ul > li .text-box {
  display: table-cell;
  vertical-align: top;
}
.footer-widget.twitter-widget ul > li .icon-box i {
  color: var(--color-secondary);
  font-size: 20px;
  margin-right: 7px;
  position: relative;
  top: 3px;
}
.footer-widget.twitter-widget ul > li .text-box h5 {
  color: #919CA9;
  margin: 0;
  font-size: 14px;
  line-height: 22px;
}
.footer-widget.twitter-widget ul > li .text-box a {
  color: var(--color-secondary) ;
  font-size: 12px;
}
.footer-widget.twitter-widget ul > li .text-box p,
.footer-widget.twitter-widget ul > li .text-box a.themex_twt_date {
  font-size: 12px;
  color: #919CA9;
}
.footer-widget.twitter-widget .bx-wrapper .bx-viewport {
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.footer-widget.flickr-widget {
  padding-left: 70px;
}
.footer-widget.flickr-widget .title {
  margin-bottom: 22px;
}
.footer-widget.flickr-widget ul {
  margin-right: -3px;
}
.footer-widget.flickr-widget ul > li {
  display: inline-block;
}
.footer-widget.flickr-widget ul > li a {
  display: block;
  margin-bottom: 5px;
  margin-right: 2px;
}
.bottom-bar {
  background: #fff;
}
.bottom-bar .thm-container {
  border: 0;
  padding: 26px 10px;
}
.bottom-bar p {
  margin: 0;
  color: #868686;
}
.bottom-bar p span {
  color: #3B3A3A;
}
footer.style-two {
  background: #1E1E1E;
  padding-top: 45px;
}
footer.style-two ul.social {
  margin-top: 30px;
  margin-bottom: 30px;
}
footer.style-two ul.social li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  display: block;
  border-radius: 50%;
}
footer.style-two ul.social li a.facebook {
  background: #3B5999;
}
footer.style-two ul.social li a.twitter {
  background: #00ACEE;
}
footer.style-two ul.social li a.gplus {
  background: #DE4B3B;
}
footer.style-two ul.social li a.linkedin {
  background: #0379B7;
}
footer.style-two p {
  color: #9A9A9A;
  font-size: 15px;
  font-family: 'Open Sans';
  line-height: 75px;
  margin: 0;
  border-top: 1px solid #272C30;
  display: inline-block;
}
footer.style-two.home-5 {
  margin-top: 15px;
}
/* ==============================
   Miscelnious  styles
   ============================== */
.inner-banner {
  padding: 219px 0 140px;
  background-color: #1E1E1E;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.inner-banner h2 {
  font-family: 'PT Serif', sans-serif;
  font-size: 40px;
  line-height: 50px;
  text-transform: capitalize;
  color: #fff;
  font-style: italic;
}
.inner-banner .decor-border:before,
.inner-banner .decor-border:after {
  content: '';
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  background: #C0C0C0;
}
.inner-banner .decor-border:before {
  width: 130px;
  margin-top: 10px;
}
.inner-banner .decor-border:after {
  width: 53px;
  margin-top: 7px;
}
.inner-banner ul.breadcumb {
  padding: 20px 0 0;
}
.inner-banner ul.breadcumb li {
  display: inline-block;
  margin-right: 6px;
}
.inner-banner ul.breadcumb li:last-child a:after,
.inner-banner ul.breadcumb li:last-child span:after {
  display: none;
}
.inner-banner ul.breadcumb li a,
.inner-banner ul.breadcumb li span {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  text-transform: capitalize;
  display: block;
}
.inner-banner ul.breadcumb li a:after,
.inner-banner ul.breadcumb li span:after {
  content: '\f105';
  display: inline-block;
  font-family: 'FontAwesome';
  color: #fff;
  font-size: 13px;
  margin-left: 7px;
}
.inner-banner.has-overlay {
  position: relative;
}
.inner-banner.has-overlay:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: #000;
  opacity: .80;
}
.inner-banner.has-overlay.blue:before {
  background: #0D8695;
}
.single-pricing-box {
  text-align: center;
}
.single-pricing-box .pricing-top-bar {
  background: var(--color-secondary) ;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  padding: 6px 0;
}
.single-pricing-box .price-box {
  background: #13314C;
  font-size: 18px;
  color: #fff;
  vertical-align: bottom;
  padding: 26px 0;
}
.single-pricing-box .price-box span.amount {
  font-weight: bold;
  font-size: 55px;
  line-height: 55px;
}
.single-pricing-box .price-box span.currency {
  font-size: 37px;
  vertical-align: top;
}
.single-pricing-box .feature-list {
  border: 1px solid #E9E9E9;
  border-top: 0;
  border-bottom: 0;
}
.single-pricing-box .feature-list ul li {
  background: #FFFFFF;
  color: #898989;
  text-transform: uppercase;
  line-height: 58px;
}
.single-pricing-box .feature-list ul li:nth-child(even) {
  background: #F9F9F9;
}
.single-pricing-box .btn-wrap {
  border: 1px solid #E9E9E9;
  border-top: 0;
}
.single-pricing-box .btn-wrap .thm-btn {
  padding: 8px 42px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.single-service-page .image-box,
.single-post-page .image-box {
  margin-bottom: 50px;
}
.single-service-page .image-caption-box,
.single-post-page .image-caption-box {
  margin-bottom: 50px;
}
.single-service-page .image-caption-box .text-box,
.single-post-page .image-caption-box .text-box,
.single-service-page .image-caption-box .caption-box-img,
.single-post-page .image-caption-box .caption-box-img {
  display: table-cell;
  vertical-align: middle;
}
.single-service-page .image-caption-box .text-box,
.single-post-page .image-caption-box .text-box {
  padding-right: 46px;
}
.single-service-page .image-caption-box .text-box h2,
.single-post-page .image-caption-box .text-box h2 {
  color: #242424;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.single-service-page .image-caption-box .text-box p,
.single-post-page .image-caption-box .text-box p {
  color: #898989;
}
.single-service-page .image-caption-box .caption-box-img,
.single-post-page .image-caption-box .caption-box-img {
  width: 248px;
}
.page-cpation-box {
  padding-bottom: 75px;
}
.project-gallery-filter {
  border-top: 1px solid  #898989;
  border-bottom: 1px solid  #898989;
  margin-bottom: 60px;
  display: inline-block;
}
.project-gallery-filter li {
  display: inline;
}
.project-gallery-filter li:after {
  content: '/';
  display: inline-block;
  color: #242424;
  margin: 0 10px;
}
.project-gallery-filter li:last-child:after {
  content: '';
}
.project-gallery-filter li.active span,
.project-gallery-filter li:hover span {
  color: var(--color-secondary) ;
}
.project-gallery-filter li.active span:after,
.project-gallery-filter li:hover span:after,
.project-gallery-filter li.active span:before,
.project-gallery-filter li:hover span:before {
  width: 100%;
}
.project-gallery-filter li span {
  display: inline-block;
  font-size: 13px;
  line-height: 51px;
  color: #242424;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0 10px;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.project-gallery-filter li span:after {
  content: ' ';
  width: 0%;
  height: 1px;
  background: var(--color-secondary) ;
  position: absolute;
  top: -1px;
  left: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.project-gallery-filter li span:before {
  content: ' ';
  width: 0%;
  height: 1px;
  background: var(--color-secondary) ;
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.has-full-height-bg {
  position: relative;
}
.has-full-height-bg:before {
  content: '';
  width: 100%;
  height: 10000px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #F1F1F1;
  z-index: -1;
}
/* ==============================
   Sidebar  styles
   ============================== */
.sidebar-page-content {
  padding-left: 40px;
}
.pull-left .sidebar-page-content {
  padding-left: 0px;
  padding-right: 40px;
}
.single-sidebar-widget {
  margin-bottom: 42px;
}
.single-sidebar-widget:last-child {
  margin-bottom: 0;
}
.single-sidebar-widget .sec-title {
  margin-bottom: 30px;
}
.single-sidebar-widget .sec-title h2 {
  font-size: 16px;
  letter-spacing: .1em;
  color: #242424;
}
.single-sidebar-widget .sec-title .double-border {
  display: block;
}
.single-sidebar-widget .sec-title .double-border:before {
  width: 100%;
  background: #B9B9B9;
}
.single-sidebar-widget .sec-title .double-border:after {
  width: 50px;
  background: #B9B9B9;
}
.single-sidebar-widget .contact-form input,
.single-sidebar-widget .contact-form .select-menu + .ui-selectmenu-button {
  height: 40px;
}
.single-sidebar-widget .contact-form .select-menu + .ui-selectmenu-button {
  margin-bottom: 2px;
}
.single-sidebar-widget .contact-form .select-menu + .ui-selectmenu-button .ui-selectmenu-text {
  line-height: 40px;
}
.single-sidebar-widget .dwnld-broucher a {
  text-transform: uppercase;
  color: #08ADD0;
  font-weight: 600;
  margin-top: 30px;
  font-size: 12px;
  display: inline-block;
}
.single-sidebar-widget .special-links li:last-child {
  margin-bottom: 0;
}
.single-sidebar-widget .special-links li a {
  background: #EFEFEF;
  color: #242424;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
  line-height: 50px;
  position: relative;
  padding: 0 20px;
  transition: all .3s ease;
}
.single-sidebar-widget .special-links li a:hover,
.single-sidebar-widget .special-links li a.active {
  background: var(--color-secondary) ;
  color: #fff;
}
.single-sidebar-widget .special-links li a:hover:before,
.single-sidebar-widget .special-links li a.active:before {
  opacity: 1;
}
.single-sidebar-widget .special-links li a:hover:after,
.single-sidebar-widget .special-links li a.active:after {
  color: inherit;
}
.single-sidebar-widget .special-links li a:after {
  content: '\f101';
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  right: 20px;
  line-height: 50px;
  color: #6A6969;
  font-weight: normal;
}
.single-sidebar-widget .special-links li a:before {
  content: '\f0da';
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  left: -1px;
  color: #FFFFFF;
  font-size: 19px;
  line-height: 50px;
  opacity: 0;
  transition: all .3s ease;
}
.single-sidebar-widget .search-box form {
  background: #2B2B2B;
  width: 100%;
  height: 48px;
  border: 1px solid #2B2B2B;
  position: relative;
}
.single-sidebar-widget .search-box form input {
  padding-left: 30px;
  border: none;
  outline: none;
  height: 100%;
  color: #B7B7B7;
  display: block;
  width: calc(100% - 55px);
  background-color: transparent;
}
.single-sidebar-widget .search-box form input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #B7B7B7;
  opacity: 1;
}
.single-sidebar-widget .search-box form input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #B7B7B7;
  opacity: 1;
}
.single-sidebar-widget .search-box form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #B7B7B7;
  opacity: 1;
}
.single-sidebar-widget .search-box form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #B7B7B7;
}
.single-sidebar-widget .search-box form input:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #B7B7B7;
}
.single-sidebar-widget .search-box form button {
  width: 50px;
  color: #B7B7B7;
  background-color: transparent;
  font-size: 16px;
  padding: 11px 0px;
  border: none;
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
  transition: all .3s ease;
}
.single-sidebar-widget .search-box form button:hover i {
  color: #B7B7B7;
}
.single-sidebar-widget .search-box form button i {
  position: relative;
  z-index: 2;
  transition: all .3s ease;
}
.single-sidebar-widget .categories {
  margin-top: -10px;
  margin-bottom: -13px;
}
.single-sidebar-widget .categories ul li:last-child a {
  border: none;
}
.single-sidebar-widget .categories ul li a {
  color: #A3A3A3;
  text-transform: capitalize;
  line-height: 37px;
  display: block;
  position: relative;
  transition: all .3s ease;
}
.single-sidebar-widget .categories ul li a:before {
  content: '\f105';
  font-family: 'FontAwesome';
  margin-right: 12px;
}
.single-sidebar-widget .categories ul li a:hover {
  color: var(--color-secondary) ;
}
.single-sidebar-widget .popular-post li {
  margin-bottom: 30px;
}
.single-sidebar-widget .popular-post li:last-child {
  margin-bottom: 0;
}
.single-sidebar-widget .popular-post .img-box,
.single-sidebar-widget .popular-post .content {
  display: table-cell;
  vertical-align: top;
}
.single-sidebar-widget .popular-post .img-cap-effect .img-box .img-caption {
  text-align: center;
}
.single-sidebar-widget .popular-post .img-cap-effect .img-box .img-caption:before {
  background: rgba(var(--color-secondary-rgb), 0.75);
}
.single-sidebar-widget .popular-post .img-cap-effect .img-box .img-caption .box-holder ul {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 9;
}
.single-sidebar-widget .popular-post .img-cap-effect .img-box .img-caption .box-holder ul li a {
  color: #fff;
}
.single-sidebar-widget .popular-post .img-box {
  width: 110px;
}
.single-sidebar-widget .popular-post .content {
  padding-left: 30px;
}
.single-sidebar-widget .popular-post .content a h4 {
  font-family: 'Open Sans';
  color: #242424;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 7px;
  transition: all .3s ease;
}
.single-sidebar-widget .popular-post .content a h4:hover {
  color: var(--color-secondary) ;
}
.single-sidebar-widget .popular-post .content a.read-more {
  font-size: 13px;
  color: var(--color-secondary) ;
}
.single-sidebar-widget .text-box {
  margin-top: -10px;
}
.single-sidebar-widget .text-box p {
  color: #898989;
  margin: 0;
  margin-bottom: -15px;
}
.single-sidebar-widget .tag-cloud {
  font-size: 0;
  margin-bottom: -10px;
  margin-left: -5px;
  margin-right: -5px;
}
.single-sidebar-widget .tag-cloud li {
  display: inline-block;
}
.single-sidebar-widget .tag-cloud li a {
  display: block;
  color: #A3A3A3;
  text-transform: none;
  padding: 7px 17px;
  font-size: 15px;
  margin: 0 5px;
  margin-bottom: 10px;
  background: #F2F2F2;
  transition: all .3s ease;
}
.single-sidebar-widget .tag-cloud li a:hover {
  background: #1F1F1F;
  color: var(--color-primary);
}
.single-sidebar-widget .image-gallery .owl-theme .owl-dots {
  margin-top: 20px;
}
.single-sidebar-widget .image-gallery .owl-theme .owl-dots .owl-dot span {
  background-color: transparent;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 1px solid #8D8D8D;
}
.single-sidebar-widget .image-gallery .owl-theme .owl-dots .owl-dot.active span {
  border-color: #DEC186;
}
.single-sidebar-widget .popular-product li {
  margin-bottom: 30px;
}
.single-sidebar-widget .popular-product li:last-child {
  margin-bottom: 0;
}
.single-sidebar-widget .popular-product .img-box,
.single-sidebar-widget .popular-product .content {
  display: table-cell;
  vertical-align: top;
}
.single-sidebar-widget .popular-product .img-cap-effect .img-box .img-caption {
  text-align: center;
}
.single-sidebar-widget .popular-product .img-cap-effect .img-box .img-caption:before {
  background: rgba(var(--color-secondary-rgb), 0.75);
}
.single-sidebar-widget .popular-product .img-cap-effect .img-box .img-caption .box-holder ul {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 9;
}
.single-sidebar-widget .popular-product .img-cap-effect .img-box .img-caption .box-holder ul li a {
  color: #fff;
}
.single-sidebar-widget .popular-product .img-box {
  width: 110px;
}
.single-sidebar-widget .popular-product .content {
  padding-left: 30px;
}
.single-sidebar-widget .popular-product .content a h4 {
  font-family: 'Open Sans';
  color: #7A7A7A;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 0px;
  transition: all .3s ease;
}
.single-sidebar-widget .popular-product .content a h4:hover {
  color: var(--color-secondary) ;
}
.single-sidebar-widget .popular-product .content span.price {
  font-family: 'PT Serif', sans-serif;
  color: #242424;
  font-size: 14px;
  font-style: italic;
  display: block;
}
.single-sidebar-widget .popular-product .content a.read-more {
  font-size: 11px;
  color: var(--color-secondary) ;
  text-transform: uppercase;
}
.single-sidebar-widget .popular-product .content a.read-more .fa {
  font-size: 12px;
  margin-right: 5px;
}
.sidebar-download-broucher {
  background: #282828;
  padding-top: 30px;
  padding-left: 30px;
  margin-top: 50px;
}
.sidebar-download-broucher .title {
  margin-bottom: 5px;
}
.sidebar-download-broucher .title h3 {
  text-transform: uppercase;
  font-family: 'Raleway';
  color: #FFFFFF;
  font-size: 16px;
  margin: 0;
  letter-spacing: .1em;
  font-weight: bold;
}
.sidebar-download-broucher .title:after {
  content: '';
  width: 44px;
  background: #5B5B5B;
  height: 1px;
  display: block;
  margin-top: 15px;
}
.sidebar-download-broucher ul li {
  margin-left: -30px;
  padding-left: 30px;
  border-bottom: 1px solid #3B3B3B;
  padding-bottom: 23px;
  padding-top: 23px;
}
.sidebar-download-broucher ul li a {
  color: #C7C7C7;
  font-size: 14px;
  text-transform: uppercase;
}
.sidebar-download-broucher ul li a .fa {
  font-size: 20px;
  color: var(--color-secondary) ;
  margin-right: 5px;
}
.sidebar-call-to-action-service {
  margin-top: 50px;
}
.sidebar-call-to-action-service .box {
  background: #0A4147;
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.sidebar-call-to-action-service .box h3 {
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'Raleway';
  font-weight: bold;
  margin: 0;
  color: #fff;
}
.sidebar-call-to-action-service .box p {
  color: #FFFFFF;
  margin: 0;
  font-size: 16px;
  font-style: italic;
}
.sidebar-call-to-action-service .box p a {
  color: #fff;
}
/* ==============================
   About  styles
   ============================== */
.about-info-box .sec-title {
  margin-bottom: 96px;
}
.single-about-info-box .icon-box,
.single-about-info-box .text-box {
  display: table-cell;
  vertical-align: top;
}
.single-about-info-box .icon-box {
  width: 40px;
}
.single-about-info-box .icon-box i {
  font-size: 40px;
  color: #242424;
}
.single-about-info-box .text-box {
  padding-left: 30px;
  padding-right: 10px;
}
.single-about-info-box .text-box h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #242424;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 19px;
}
.single-about-info-box .text-box p {
  font-size: 14px;
  color: #989898;
  line-height: 24px;
  margin: 0;
}
.about-full-section {
  background: #F3F3F3;
}
.about-full-section .full-image img {
  max-width: none;
  float: right;
}
.about-full-section .about-full-text-box {
  padding-left: 70px;
  padding-top: 96px;
}
.about-full-section .about-full-text-box .sec-title {
  margin: 0;
}
.about-full-section .about-full-text-box .sec-title p {
  font-style: italic;
  color: #898989;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  margin-top: 15px;
}
.about-full-section .about-full-text-box .text-box {
  border-top: 1px solid #C3C3C3;
  padding-top: 25px;
  margin-top: 30px;
}
.about-full-section .about-full-text-box .text-box h3 {
  margin: 0;
  padding: 0;
  color: #242424;
  font-size: 16px;
  line-height: 32px;
}
.about-full-section .about-full-text-box .text-box p {
  font-size: 14px;
  color: #898989;
  line-height: 32px;
}
.about-full-section .about-full-text-box .box {
  background: #fff;
  padding: 30px;
  margin-top: 32px;
}
.about-full-section .about-full-text-box .box .img-box,
.about-full-section .about-full-text-box .box .content-box {
  display: table-cell;
  vertical-align: middle;
}
.about-full-section .about-full-text-box .box .img-box {
  width: 100px;
}
.about-full-section .about-full-text-box .box .content-box {
  padding-left: 34px;
}
.about-full-section .about-full-text-box .box .content-box p {
  font-size: 14px;
  line-height: 26px;
  color: #898989;
  margin: 0;
}
/* ==============================
   Contact  styles
   ============================== */
.contact-form.contact-page input {
  height: 50px;
  background: #FFFFFF;
}
.contact-form.contact-page textarea {
  height: 220px;
  background: #FFFFFF;
}
.contact-form.contact-page p {
  margin-bottom: 30px;
}
.contact-form.contact-page button {
  margin-top: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}
.contact-form .form-grp-box {
  margin-left: -15px;
  margin-right: -15px;
}
.contact-form .form-grp {
  margin-bottom: 15px;
}
.contact-form .form-grp.half {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.contact-form label.error {
  display: none !important;
}
.contact-form input {
  width: 100%;
  border: 1px solid #E1E1E1;
  outline: none;
  height: 47px;
  padding: 0 20px;
  color: #959595;
  font-size: 16px;
  font-family: 'PT Serif', sans-serif;
  font-style: italic;
}
.contact-form input:focus {
  border-color: #00ACD9;
  box-shadow: 0 0 7px #00ACD9;
}
.contact-form input.error {
  border-color: rgba(255, 0, 0, 0.5);
  box-shadow: 0 0 7px rgba(255, 0, 0, 0.5);
}
.contact-form input::-webkit-input-placeholder {
  /* Safari, Chrome and Opera */
  color: #959595;
}
.contact-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #959595;
}
.contact-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #959595;
}
.contact-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #959595;
}
.contact-form input::-ms-input-placeholder {
  /* Edge */
  color: #959595;
}
.contact-form input:placeholder-shown {
  /* Standard one last! */
  color: #959595;
}
.contact-form textarea {
  width: 100%;
  height: 125px;
  padding: 10px 20px;
  border: 1px solid #E1E1E1;
  outline: none;
  color: #959595;
  font-size: 16px;
  font-family: 'PT Serif', sans-serif;
  font-style: italic;
}
.contact-form textarea:focus {
  border-color: #00ACD9;
  box-shadow: 0 0	7px #00ACD9;
}
.contact-form textarea.error {
  border-color: rgba(255, 0, 0, 0.5);
  box-shadow: 0 0 7px rgba(255, 0, 0, 0.5);
}
.contact-form textarea::-webkit-input-placeholder {
  /* Safari, Chrome and Opera */
  color: #959595;
}
.contact-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #959595;
}
.contact-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #959595;
}
.contact-form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #959595;
}
.contact-form textarea::-ms-input-placeholder {
  /* Edge */
  color: #959595;
}
.contact-form textarea:placeholder-shown {
  /* Standard one last! */
  color: #959595;
}
.contact-form button {
  margin-top: 5px;
}
.contact-form .select-menu + .ui-selectmenu-button {
  width: 100% !important;
  border-radius: 0;
  padding: 0px 20px;
  border: 1px solid #E1E1E1;
  height: 50px;
  background: #fff;
  outline: none;
  color: #959595;
  margin-bottom: 20px;
}
.contact-form .select-menu + .ui-selectmenu-button .ui-selectmenu-text {
  padding: 0;
  font-weight: normal;
  font-family: 'PT Serif', sans-serif;
  font-style: italic;
  line-height: 47px;
  text-transform: capitalize;
  font-size: 16px;
}
.contact-form .select-menu + .ui-selectmenu-button .ui-icon.ui-icon-triangle-1-s {
  background: url(../images/select-menu-arrow.png) 0 0 no-repeat;
  width: 12px;
  height: 7px;
  margin-top: -3px;
  margin-right: 8px;
}
.ui-selectmenu-menu .ui-menu {
  background: #fff;
}
.ui-selectmenu-menu .ui-menu-item {
  font-size: 16px;
  font-family: 'PT Serif', sans-serif;
  font-style: italic;
  padding: 5px 20px;
  border-bottom: 1px solid #E1E1E1;
  text-transform: capitalize;
}
.ui-selectmenu-menu .ui-menu-item.ui-state-focus {
  background: #00ACD9;
  border-color: #00ACD9;
  color: #fff;
  font-weight: normal;
}
#contact-page-google-map {
  height: 400px;
  padding: 6px;
  width: 100%;
  background: #fff;
  border: 1px solid #F0F0F0;
}
.contact-page-content .sec-title p {
  margin-top: 20px;
}
.contact-page-content .contact-form.contact-page button {
  border-radius: 3px;
  padding: 10px 30px;
  font-weight: bold;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: .1em;
  min-width: 200px;
  transtion: all .3s ease;
}
.contact-page-content .contact-form.contact-page button i {
  margin-left: 9px;
}
.contact-page-content .contact-form.contact-page button:hover {
  background: #1D1D1D;
  color: #fff;
  border-color: #1D1D1D;
}
ul.special-checkbox li {
  display: inline-block;
  color: #898989;
  font-size: 14px;
  line-height: 18px;
  margin-right: 25px;
  cursor: pointer;
  font-weight: normal;
  border: 1px solid transparent;
  padding: 0px 0px 0 0;
  margin-bottom: 20px;
}
ul.special-checkbox li.active {
  color: #63B40D;
}
ul.special-checkbox li.active .input-checker {
  border-color: transparent;
  background: #63B40D;
}
ul.special-checkbox li.active .input-checker:before {
  color: #fff;
}
ul.special-checkbox li .input-checker {
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #E2E2E2;
  margin-right: 18px;
  display: inline-block;
  vertical-align: bottom;
}
ul.special-checkbox li .input-checker:before {
  content: '\f14a';
  font-family: 'FontAwesome';
  font-size: 23px;
  color: transparent;
  position: relative;
  top: -1px;
  right: 2px;
}
ul.special-checkbox li .input-checker input[type='checkbox'] {
  display: none;
}
.contact-info {
  background: #F1F1F1;
  padding: 50px 0;
}
.single-contact-info .icon-box,
.single-service-two .icon-box,
.single-contact-info .text-box,
.single-service-two .text-box {
  display: table-cell;
  vertical-align: middle;
}
.single-contact-info .icon-box .box,
.single-service-two .icon-box .box {
  width: 70px;
  height: 70px;
  border: 1px solid #434343;
  text-align: center;
}
.single-contact-info .icon-box .box i,
.single-service-two .icon-box .box i {
  color: #000000;
  line-height: 68px;
  font-size: 46px;
}
.single-contact-info .icon-box .box i.fa-envelope,
.single-service-two .icon-box .box i.fa-envelope {
  font-size: 40px;
}
.single-contact-info .text-box,
.single-service-two .text-box {
  padding-left: 35px;
}
.single-contact-info .text-box p,
.single-service-two .text-box p {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
}
.contact-page-content.contact-2 .contact-info {
  background: #fff;
  padding: 0;
  padding-bottom: 80px;
}
.contact-page-content.contact-2 .contact-info .thm-container {
  padding-left: 30px;
  padding-right: 30px;
}
.contact-page-content.contact-2 .single-contact-info,
.single-service-two {
  width: 100%;
  padding: 40px;
  border: 0;
  min-height: 194px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--color-gray-100);
  border-radius: 15px;
  text-align: center;
  max-width: 450px;
	margin: 0 auto;
  transition: all .2s ease-in-out;
}
.single-service-two {
  padding-top: 70px;
}
.contact-page-content.contact-2 .single-contact-info *,
.single-service-two * {
  color: #3a3a3a;
  transition: all .2s ease-in-out;
}
.contact-page-content.contact-2 .single-contact-info p,
.single-service-two p {
  color: rgba(0, 0, 0, 0.7) !important;
  transition: all .2s ease-in-out;
}
.contact-page-content.contact-2 .single-contact-info .text-box,
.single-service-two .text-box {
  padding-left: 0px;
}
.contact-page-content.contact-2 .single-contact-info .text-box p,
.single-service-two .text-box p {
  font-size: 15px;
  color: #898989;
  line-height: 22px;
}
.contact-page-content.contact-2 .single-contact-info .icon-box,
.single-service-two .icon-box {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}
.contact-page-content.contact-2 .single-contact-info .icon-box .box,
.single-service-two .icon-box .box {
  background-color: #fff;
  border: 0;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}
.single-service-two .icon-box .box {
  width: 80px;
  height: 80px;
}
.contact-page-content.contact-2 .single-contact-info .icon-box .box i,
.single-service-two .icon-box .box i {
  font-size: 40px;
  color: var(--color-secondary);
  line-height: 48px;
}
.contact-page-content.contact-2 .single-contact-info .icon-box .box i.fa-envelope-o,
.single-service-two .icon-box .box i.fa-envelope-o {
  font-size: 23px;
}
.contact-page-content.contact-2 .single-contact-info .icon-box .box svg,
.single-service-two .icon-box .box svg {
  width: 35px;
  height: 35px;
}
.contact-page-content.contact-2 .single-contact-info .icon-box .box svg *,
.single-service-two .icon-box .box svg * {
  fill: var(--color-secondary) !important;
}
.contact-page-content.contact-2 .single-contact-info:hover,
.single-service-two:hover {
  background-color: var(--color-primary);
}
.contact-page-content.contact-2 .single-contact-info:hover *,
.single-service-two:hover * {
  color: #fff;
}
.contact-page-content.contact-2 .single-contact-info:hover p,
.single-service-two:hover p {
  color: rgba(255, 255, 255, 0.7) !important;
}
.contact-page-content.contact-2 .contact-form p {
  margin-bottom: 20px;
}
.contact-page-content.contact-2 .contact-form .select-menu + .ui-selectmenu-button {
  margin-bottom: 12px;
}
.contact-page-content.contact-2 #contact-page-google-map {
  height: 570px;
}
.contact-page-content.contact-3 .contact-form p {
  margin-bottom: 20px;
}
.contact-page-content.contact-3 .contact-form.contact-page textarea {
  height: 196px;
}
.contact-page-content.contact-3 .contact-form .select-menu + .ui-selectmenu-button {
  margin-bottom: 12px;
}
.contact-page-content.contact-3 .single-person-info {
  background: #F1F1F1;
  position: relative;
}
.contact-page-content.contact-3 .single-person-info:before {
  content: '';
  border: 1px solid #FFFFFF;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  top: 10px;
}
.contact-page-content.contact-3 .single-person-info .box {
  position: relative;
  padding-top: 35px;
  padding-bottom: 40px;
}
.contact-page-content.contact-3 .single-person-info .box h4 {
  font-size: 18px;
  color: #444444;
  font-weight: bold;
  font-style: italic;
  font-family: 'PT Serif', sans-serif;
  text-transform: uppercase;
  margin-bottom: 4px;
  margin-top: 30px;
}
.contact-page-content.contact-3 .single-person-info .box p {
  margin: 0;
  font-size: 16px;
  color: #7E7E7E;
  text-transform: capitalize;
  font-family: 'PT Serif', sans-serif;
  font-style: italic;
  margin-bottom: 4px;
}
.contact-page-content.contact-3 .single-person-info .box p.position {
  margin-bottom: 6px;
}
.contact-page-content.contact-3 .single-person-info .box ul.list-inline {
  margin-left: -16px;
  margin-top: 22px;
}
.contact-page-content.contact-3 .single-person-info .box ul.list-inline li {
  padding: 0 16px;
}
.contact-page-content.contact-3 .single-person-info .box ul.list-inline li a {
  font-size: 16px;
  color: #2A2A2A;
}
.contact-home-3 {
  background: #131313 url(../images/contact-home-3-bg.jpg) center left no-repeat fixed;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.contact-home-3:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #000000;
  opacity: .70;
}
.contact-home-3 .thm-container {
  position: relative;
}
.contact-home-3 .contact-infos {
  padding-top: 80px;
}
.contact-home-3 .contact-infos .sec-title {
  margin-bottom: 23px;
}
.contact-home-3 .contact-infos .sec-title h2 {
  color: #FFFFFF;
}
.contact-home-3 .contact-infos p {
  font-size: 18px;
  font-family: 'PT Serif';
  font-style: italic;
  line-height: 30px;
  margin: 0;
  color: #FFFFFF;
  display: inline-block;
}
.contact-home-3 .contact-infos .border {
  height: 1px;
  background: #6A6668;
  display: block;
  width: 100%;
  margin-top: 23px;
  margin-bottom: 23px;
}
.contact-home-3 .contact-box {
  padding-left: 30px;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  z-index: 99;
}
.contact-home-3 .contact-box:before {
  content: '';
  width: 10000px;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: #F2F2F2;
  z-index: -1;
}
.contact-home-3 .contact-box .contact-form.contact-page p {
  margin-bottom: 20px;
}
.contact-home-3 .contact-box .contact-form.contact-page button {
  margin-top: 0;
  line-height: 30px;
}
.contact-home-3.home-6 {
  background: #131313 url(../images/contact-home-6-bg.jpg) center left no-repeat fixed;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.contact-home-3.home-6:before {
  display: none;
}
.contact-home-3.home-6 .sec-title .tagline {
  color: #FFFFFF;
}
.contact-home-3.home-6 .contact-box {
  padding-left: 80px;
}
.contact-home-3.home-6 .contact-box:before {
  display: none;
}
.contact-home-3.home-6 .contact-box input,
.contact-home-3.home-6 .contact-box textarea {
  background-color: transparent;
  border: 1px solid #6c6f73;
}
.contact-home-3.home-6 .contact-box input::-webkit-input-placeholder,
.contact-home-3.home-6 .contact-box textarea::-webkit-input-placeholder {
  /* Safari, Chrome and Opera */
  color: #fff;
}
.contact-home-3.home-6 .contact-box input:-moz-placeholder,
.contact-home-3.home-6 .contact-box textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.contact-home-3.home-6 .contact-box input::-moz-placeholder,
.contact-home-3.home-6 .contact-box textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.contact-home-3.home-6 .contact-box input:-ms-input-placeholder,
.contact-home-3.home-6 .contact-box textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.contact-home-3.home-6 .contact-box input::-ms-input-placeholder,
.contact-home-3.home-6 .contact-box textarea::-ms-input-placeholder {
  /* Edge */
  color: #fff;
}
.contact-home-3.home-6 .contact-box input:placeholder-shown,
.contact-home-3.home-6 .contact-box textarea:placeholder-shown {
  /* Standard one last! */
  color: #fff;
}
.contact-home-3.home-6 .contact-box .contact-form.contact-page button {
  border: 1px solid #fff;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 44px;
  padding-left: 30px;
  padding-right: 30px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.contact-home-3.home-6 .contact-box .contact-form.contact-page button:hover {
  background: var(--color-secondary);
  border-color: var(--color-secondary);
}
.contact-page-content.fitness .contact-info {
  padding-left: 48px;
}
.contact-page-content.fitness .contact-info li {
  margin-bottom: 28px;
}
.contact-page-content.fitness .contact-info li:last-child {
  margin-bottom: 0;
}
.contact-page-content.fitness .single-contact-info {
  margin: 0;
  padding: 0;
  border: 1px solid #E8E7EB;
  background: #FAFAFD;
}
.contact-page-content.fitness .single-contact-info .icon-box .box {
  width: 95px;
  background: var(--color-secondary) ;
  height: auto;
  border-radius: 0;
  border: none;
}
.contact-page-content.fitness .single-contact-info .icon-box .box i {
  color: #fff;
  font-size: 55px;
  line-height: 95px;
}
.contact-page-content.fitness .contact-form.contact-page button {
  letter-spacing: .19em;
  line-height: 35px;
  padding: 8px 0;
  padding-left: 24px;
  padding-right: 17px;
  background: #DBA532;
  color: #111111;
  font-size: 14px;
  border-radius: 5px;
  border: none;
}
.contact-page-content.fitness .contact-form.contact-page button i {
  font-size: 18px;
  padding-left: 16px;
  border-left: 1px solid #69593D;
  line-height: 35px;
  margin-left: 10px;
}
.contact-page-content.fitness .contact-form.contact-page button:hover {
  background: #111111;
  color: #fff;
}
.contact-page-content.fitness .contact-form.contact-page button:hover i {
  color: var(--color-secondary) ;
}
/* ==============================
   Shop  styles
   ============================== */
.single-shop-item {
  margin-bottom: 30px;
}
.single-shop-item .content-box {
  padding-top: 27px;
  padding-bottom: 30px;
  text-align: center;
  border: 1px solid #E7E7E7;
  margin-top: 10px;
}
.single-shop-item .content-box h3 {
  text-transform: uppercase;
  margin: 0;
  color: #242424;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Open Sans';
  margin-bottom: 11px;
}
.single-shop-item .content-box ul.list-inline.price {
  margin-bottom: 10px;
}
.single-shop-item .content-box .past-price {
  font-size: 16px;
  color: #898989;
  text-decoration: line-through;
}
.single-shop-item .content-box .current-price {
  font-size: 20px;
  color: #2D2D2D;
  font-style: italic;
  font-family: 'PT Serif', sans-serif;
}
.single-shop-item .content-box .review-box i {
  font-size: 15px;
  color: var(--color-primary);
  margin-right: 4px;
}
.single-shop-item .content-box .cart-btn {
  font-size: 13px;
  letter-spacing: .1em;
  color: #4C4C4C;
  line-height: 32px;
  border: 1px solid #B9B9B9;
  padding: 0 18px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 13px;
  transition: all .3s ease;
}
.single-shop-item .content-box .cart-btn i {
  font-size: 17px;
  margin-right: 7px;
}
.single-shop-item .content-box .cart-btn:hover {
  background: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
}
.shop-section .page-navigation {
  margin-top: 50px;
}
.shop-section .related-product-wrapper .sec-title {
  margin-bottom: 43px;
}
.product-details-content {
  margin-bottom: 80px;
}
.product-details-content .img-box,
.product-details-content .content-box {
  display: table-cell;
  vertical-align: top;
}
.product-details-content .img-box {
  width: 395px;
}
.product-details-content .content-box {
  padding-left: 65px;
}
.product-details-content .content-box .title h3 {
  font-size: 20px;
  color: #242424;
  text-transform: uppercase;
  font-weight: 800;
  font-family: 'Raleway';
}
.product-details-content .content-box p {
  font-size: 14px;
  color: #959595;
  line-height: 26px;
}
.product-details-content .content-box .content-text {
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  margin-top: 20px;
  padding-top: 19px;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.product-details-content .content-box .cart-btn {
  font-size: 15px;
  line-height: 54px;
  background: var(--color-secondary) ;
  padding: 0 33px;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  margin-top: 34px;
}
.product-details-content .content-box .cart-btn i {
  font-size: 25px;
  margin-right: 20px;
}
.product-details-content .content-box .price,
.product-details-content .content-box .quantity {
  font-size: 16px;
  color: #1F1F1F;
}
.product-details-content .content-box .price span {
  font-size: 24px;
  color: #242424;
  margin-left: 20px;
}
.product-details-content .content-box .quantity {
  margin-top: 20px;
}
.product-details-content .content-box .quantity input {
  width: 40px;
  height: 35px;
  border: 1px solid #D9D9D9;
  text-align: center;
  line-height: 33px;
  padding-left: 10px;
  margin-left: 20px;
}
.product-tab-box {
  margin-bottom: 80px;
}
.product-tab-box .tab-title-box ul {
  margin: 0;
  padding: 0;
}
.product-tab-box .tab-title-box ul li {
  list-style: none;
  display: inline-block;
  margin-right: 6px;
}
.product-tab-box .tab-title-box ul li.active a {
  background: #FFFFFF;
  border-bottom-color: #fff;
  border-top: 3px solid var(--color-secondary) ;
  line-height: 44px;
}
.product-tab-box .tab-title-box ul li a {
  display: block;
  font-size: 13px;
  line-height: 44px;
  border: 1px solid #E2E2E2;
  text-transform: uppercase;
  background: #F7F7F7;
  color: #242424;
  padding: 0 29px;
}
.product-tab-box .tab-content {
  margin-top: -1px;
  border: 1px solid #E2E2E2;
  padding-top: 50px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 65px;
}
.product-tab-box .tab-content h3 {
  margin: 0;
  font-size: 18px;
  margin-bottom: 12px;
}
.product-tab-box .tab-content p {
  color: #898989;
  font-size: 14px;
  margin-top: 15px;
}
.product-tab-box .tab-content p:first-child {
  margin-top: 0;
}
.cart-page {
  padding: 80px 0px;
}
.cart-page .table {
  margin: 0;
}
.cart-page table > tbody > tr > td,
.cart-page .table > thead > tr > th {
  border: none;
}
.cart-page .table thead {
  background: #F9F9F9;
}
.cart-page .table > thead > tr > th {
  font-weight: normal;
  color: #000000;
  font-size: 13px;
  line-height: 60px;
  padding: 0 40px;
  font-weight: 500;
  border: 1px solid #EBEBEB;
  border-bottom: 0;
  text-transform: uppercase;
  text-align: center;
}
.cart-page .table > thead > tr > th.close {
  color: transparent;
}
.cart-page .table > tbody > tr > td.preview {
  padding: 25px 50px;
}
.cart-page .table > tbody > tr > td {
  border: 1px solid #ebebeb;
  color: #898989;
  font-size: 14px;
  font-weight: 500;
  line-height: 42px;
  padding: 60px 25px;
}
.cart-page .table > tbody > tr > td.price {
  font-size: 16px;
}
.cart-page .table > tbody > tr > td.del-item {
  text-align: center;
}
.cart-page .table > tbody > tr > td.total {
  font-size: 16px;
}
.cart-page .table > tbody > tr > td .select-box select:focus {
  outline: none;
}
.cart-page .table > tbody > tr > td.del-item {
  color: #c56e21;
  font-size: 18px;
  font-weight: normal;
}
.cart-page .bottom-box {
  background: #f9f9f9 none repeat scroll 0 0;
  margin: 0 0 50px;
  padding: 30px 25px;
  border-left: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}
.cart-page .bottom-box .cupon-box input {
  border: 1px solid #eeeeee;
  color: #8e8d8d;
  line-height: 36px;
  margin-right: 10px;
  outline: medium none;
  padding: 0 20px;
  width: 130px;
}
.cart-page .bottom-box .cupon-box button {
  padding: 0 20px;
  color: #fff;
  background: #E3E3E3;
  text-transform: capitalize;
  border: none;
  outline: none;
  font-weight: normal;
  line-height: 36px;
  color: #000000;
}
.cart-page .add-to-cart-wrap {
  text-align: right;
}
.cart-page .add-to-cart-wrap a .cart-button {
  background: #252525 none repeat scroll 0 0;
  border-radius: 5px;
  display: inline-block;
}
.cart-page .add-to-cart-wrap a .cart-button p {
  color: #ffffff;
  display: inline-block;
  float: left;
  font-size: 12px;
  line-height: 35px;
  margin: 0;
  padding-left: 21px;
  padding-right: 17px;
  text-transform: uppercase;
  border-right: 1px solid #000000;
}
.cart-page .add-to-cart-wrap a .cart-button i {
  border-left: 1px solid #404040;
  color: #98bc24;
  display: inline-block;
  float: left;
  font-size: 17px;
  line-height: 35px;
  padding-left: 14px;
  padding-right: 15px;
}
.cart-page .add-to-cart-wrap a:before {
  background: #98BC24;
}
.cart-page .cart-total-box li {
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  font-weight: 500;
  line-height: 58px;
  padding: 0 25px;
  color: #000000;
  font-size: 13px;
  text-transform: uppercase;
}
.cart-page .cart-total-box li:first-child {
  border-top: 1px solid #EBEBEB;
}
.cart-page .cart-total-box li span {
  color: #898989;
  margin-left: 50px;
}
.cart-page .cart-total-box .cart-total {
  background: #F9F9F9;
}
.cart-page .cart-total-box .proceed-to-checkout {
  text-align: right;
  border: none;
}
.cart-page .cart-total-box .proceed-to-checkout a {
  line-height: 30px;
  font-size: 14px;
}
.cart-page .cart-total-box .proceed-to-checkout a .cart-button {
  background: #252525 none repeat scroll 0 0;
  border-radius: 5px;
  display: inline-block;
  margin-top: 24px;
}
.cart-page .cart-total-box .proceed-to-checkout a .cart-button p {
  border-right: 1px solid #000000;
  color: #ffffff;
  display: inline-block;
  float: left;
  font-size: 12px;
  line-height: 40px;
  margin: 0;
  padding-left: 21px;
  padding-right: 17px;
  text-transform: uppercase;
}
.cart-page .cart-total-box .proceed-to-checkout {
  padding-right: 0;
  padding-top: 30px;
}
.cart-page .cart-total-box .proceed-to-checkout .cart-btn {
  font-size: 13px;
  letter-spacing: .1em;
  color: #4C4C4C;
  line-height: 36px;
  border: 1px solid #B9B9B9;
  padding: 0 18px;
  text-transform: uppercase;
  display: inline-block;
  transition: all .3s ease;
}
.cart-page .cart-total-box .proceed-to-checkout .cart-btn i {
  font-size: 17px;
  margin-right: 7px;
}
.cart-page .cart-total-box .proceed-to-checkout .cart-btn:hover {
  background: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
}
.cart-page .cart-total-box .proceed-to-checkout a .cart-button i {
  border-left: 1px solid #404040;
  color: #98bc24;
  display: inline-block;
  float: left;
  font-size: 17px;
  line-height: 40px;
  padding-left: 14px;
  padding-right: 15px;
}
.cart-page .cart-total-box .proceed-to-checkout a:before {
  background: #98BC24;
}
.cart-page .select-box {
  width: 100px;
}
.cart-page .select-menu + .ui-selectmenu-button .ui-selectmenu-text {
  border-right: 1px solid #E5E5E5;
}
.cart-page .select-menu + .ui-selectmenu-button {
  width: 100% !important;
  border-radius: 0;
  padding: 0px 40px 0 20px;
  border: 1px solid #E5E5E5;
  height: 42px;
  background: #fff;
  outline: none;
  color: #898989;
}
.cart-page .thm-btn {
  font-size: 14px;
  padding: 7px 23px;
}
.cart-page .select-menu + .ui-selectmenu-button .ui-selectmenu-text {
  padding: 0;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  line-height: 42px;
}
.cart-page .select-menu + .ui-selectmenu-button .ui-icon.ui-icon-triangle-1-s {
  background: url(../images/select-menu-arrow.png) 0 0 no-repeat;
  width: 16px;
  height: 6px;
  margin-top: -3px;
  margin-right: 4px;
}
.cart-page .bottom-box .cart-btn {
  font-size: 13px;
  letter-spacing: .1em;
  color: #4C4C4C;
  line-height: 36px;
  border: 1px solid #B9B9B9;
  padding: 0 18px;
  text-transform: uppercase;
  display: inline-block;
  transition: all .3s ease;
}
.cart-page .bottom-box .cart-btn i {
  font-size: 17px;
  margin-right: 7px;
}
.cart-page .bottom-box .cart-btn:hover {
  background: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
}
#checkout-content .return-customer {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  margin-bottom: 45px;
  padding: 21px 30px;
}
#checkout-content .return-customer p {
  color: #898989;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}
#checkout-content .return-customer a {
  color: #11A9E0;
}
#checkout-content label,
#checkout-content input[type="text"] {
  display: block;
}
#checkout-content label {
  color: #8e8d8d;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 4px;
}
#checkout-content input[type="text"] {
  border: 1px solid #e2e2e2;
  color: #c6c6c6;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  outline: medium none;
  padding: 0 20px;
  width: 100%;
}
.left-checkout .section-title2.ship-to-different {
  margin-bottom: 39px;
  margin-top: 68px;
}
#checkout-content input[type="text"]:last-child {
  margin-bottom: 0;
}
#checkout-content .left-checkout > .row {
  margin-bottom: 23px;
}
#checkout-content .row span b {
  color: #8e8d8d;
  font-size: 14px;
  font-weight: 500;
}
#checkout-content input[type="checkbox"] {
  display: inline-block;
  margin: 0 15px 0 0;
  vertical-align: middle;
  float: left;
  margin-top: 8px;
}
#checkout-content textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #E2E2E2;
  padding: 10px 20px;
  outline: none;
}
#checkout-content .ship-different {
  margin-top: 80px;
}
#checkout-content .order-box {
  border: 1px solid #D9D9D9;
  padding: 30px;
}
#checkout-content .order-box ul li {
  color: #8e8d8d;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 45px;
}
#checkout-content .order-box ul li.total {
  border-bottom: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
  color: #242424;
}
#checkout-content .order-box ul li span {
  color: #898989;
  display: inline-block;
  float: right;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}
#checkout-content .order-box ul li span.bold {
  color: #242424;
  font-size: 18px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
}
#checkout-content .order-box ul li a span {
  color: #11A9E0;
  font-size: 13px;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
}
#checkout-content .order-box ul li.place-order-button {
  padding-top: 30px;
  line-height: 30px;
}
#checkout-content .order-box ul li input[type="radio"] {
  margin-right: 10px;
}
#checkout-content .order-box ul li .note {
  background: #ECECEC;
  padding: 25px;
  color: #8E8D8D;
  line-height: 24px;
  font-size: 14px;
  font-weight: normal;
  position: relative;
}
#checkout-content .order-box ul li .note .fa {
  font-size: 35px;
  position: absolute;
  top: -22px;
  left: 25px;
  color: #ECECEC;
}
#checkout-content .order-box ul li a.place-order {
  background: #FD9C1E;
  text-transform: uppercase;
  display: inline-block;
  line-height: 36px;
  font-weight: 700;
  color: #fff;
  padding: 0 40px;
  margin-top: 30px;
}
#checkout-content .select-menu + .ui-selectmenu-button .ui-selectmenu-text {
  padding: 0;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  line-height: 42px;
  color: #898989;
  text-transform: capitalize;
}
#checkout-content .select-menu + .ui-selectmenu-button .ui-icon.ui-icon-triangle-1-s {
  background: url(../images/select-menu-arrow.png) 0 0 no-repeat;
  width: 14px;
  height: 6px;
  margin-top: -3px;
  margin-right: 8px;
}
#checkout-content .select-menu + .ui-selectmenu-button {
  width: 100% !important;
  border-radius: 0;
  padding: 0px 20px;
  border: 1px solid #E5E5E5;
  height: 42px;
  background: #fff;
  outline: none;
  color: #898989;
}
#checkout-content .thm-btn {
  font-size: 13px;
  letter-spacing: .1em;
  color: #4C4C4C;
  line-height: 36px;
  border: 1px solid #B9B9B9;
  padding: 0 18px;
  text-transform: uppercase;
  display: inline-block;
  transition: all .3s ease;
  background-color: transparent;
  float: right;
}
#checkout-content .thm-btn i {
  font-size: 17px;
  margin-left: 7px;
}
#checkout-content .thm-btn:hover {
  background: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
}
.shop-home .shop-filter {
  margin-bottom: 32px;
}
.shop-home .shop-filter li span {
  display: block;
  color: #242424;
  font-size: 18px;
  font-family: 'Raleway';
  font-weight: bold;
  text-transform: uppercase;
  transtion: all .3s ease;
  cursor: pointer;
  line-height: 50px;
}
.shop-home .shop-filter li.active span,
.shop-home .shop-filter li:hover span {
  color: #19BCC9;
  text-transform: uppercase;
}
.shop-home .shop-filter li span:after {
  content: '/';
  margin-left: 22px;
  margin-right: 8px;
  color: #242424 !important;
}
.shop-home .shop-filter li:last-child span:after {
  display: none;
}
.shop-home .single-shop-item .content-box {
  background: #FFFFFF;
  border-color: #E7E7E7;
}
.shop-widget {
  padding-bottom: 70px;
}
.shop-widget .title {
  margin-bottom: 32px;
}
.shop-widget .title h3 {
  font-size: 16px;
  color: #242424;
  text-transform: uppercase;
  font-family: 'Raleway';
  font-weight: bold;
  margin: 0;
}
.shop-widget .title span.double-border {
  margin-top: 20px;
  display: block;
}
.shop-widget .title span.double-border:before,
.shop-widget .title span.double-border:after {
  background: #B9B9B9;
  content: '';
  height: 1px;
  display: block;
}
.shop-widget .title span.double-border:before {
  width: 85px;
  margin-bottom: 5px;
}
.shop-widget .title span.double-border:after {
  width: 50px;
}
.shop-widget .single-home-shop-widget .img-box,
.shop-widget .single-home-shop-widget .content-box {
  display: table-cell;
  vertical-align: top;
}
.shop-widget .single-home-shop-widget .img-box img {
  width: 140px;
}
.shop-widget .single-home-shop-widget .content-box {
  margin-top: 0;
  padding: 0;
  padding-left: 30px;
  border: none;
  text-align: left;
}
.shop-widget .single-home-shop-widget .content-box h3 {
  font-size: 14px;
  color: #242424;
  font-weight: 600;
  margin-bottom: 6px;
}
.shop-widget .single-home-shop-widget .content-box .past-price {
  font-size: 14px;
}
.shop-widget .single-home-shop-widget .content-box .current-price {
  font-size: 16px;
}
.shop-widget .single-home-shop-widget .content-box ul.list-inline.price {
  margin-bottom: 0;
  margin-top: 3px;
}
.single-home-feature-box {
  padding: 16px 0;
  position: relative;
}
.single-home-feature-box:before {
  content: '';
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  border: 1px solid #ABABAB;
}
.single-home-feature-box.light-bg {
  background: #3AACAE;
}
.single-home-feature-box.medium-bg {
  background: #287D95;
}
.single-home-feature-box.dark-bg {
  background: #085469;
}
.single-home-feature-box .icon-box,
.single-home-feature-box .content-box {
  display: table-cell;
  vertical-align: middle;
}
.single-home-feature-box .icon-box {
  width: 32px;
  padding-left: 25px;
}
.single-home-feature-box .icon-box i {
  color: #fff;
  font-size: 32px;
}
.single-home-feature-box .content-box {
  padding-left: 20px;
}
.single-home-feature-box .content-box p {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
}
.single-cta-box {
  position: relative;
  margin-top: 30px;
}
.single-cta-box h3 {
  font-family: 'PT Serif';
  font-style: italic;
  color: #FFFFFF;
  margin: 0;
  font-size: 34px;
}
.single-cta-box .double-border {
  display: block;
  margin-top: 20px;
}
.single-cta-box .double-border:before,
.single-cta-box .double-border:after {
  content: '';
  background: #E0DCE1;
  height: 1px;
  display: block;
}
.single-cta-box .double-border:before {
  width: 136px;
}
.single-cta-box .double-border:after {
  width: 72px;
  margin-top: 5px;
}
.single-cta-box h4 {
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Raleway';
  font-weight: 800;
  margin: 0;
  margin-top: 27px;
}
.single-cta-box p {
  margin: 0;
  font-weight: 300;
  font-family: 'Raleway';
  font-size: 35px;
  text-transform: uppercase;
  color: var(--color-secondary) ;
  line-height: 40px;
  margin-top: 15px;
}
.single-cta-box .content-box,
.single-cta-box .img-box {
  display: table-cell;
  vertical-align: middle;
}
.single-cta-box .img-box {
  width: 270px;
}
.single-cta-box .content-box {
  padding-left: 0px;
  padding-right: 76px;
  position: relative;
}
.single-cta-box .content-box h3 {
  color: #242424;
}
.single-cta-box .content-box .double-border {
  margin-top: 0;
}
.single-cta-box .content-box .double-border:before,
.single-cta-box .content-box .double-border:after {
  background: #000000;
}
.single-cta-box .content-box .double-border:before {
  width: 85px;
}
.single-cta-box .content-box .double-border:after {
  width: 50px;
}
.single-cta-box .content-box .double-border.align-left {
  position: absolute;
  top: 48px;
  left: -30px;
}
.single-cta-box .content-box .double-border.align-right {
  position: absolute;
  top: 48px;
  right: -30px;
}
.single-cta-box .content-box .double-border.align-right:before,
.single-cta-box .content-box .double-border.align-right:after {
  float: right;
}
.single-cta-box .img-box + .content-box {
  padding-left: 76px;
  padding-right: 0;
}
.single-cta-box > .caption-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.single-cta-box > .caption-box .box {
  display: table;
  width: 100%;
  height: 100%;
}
.single-cta-box > .caption-box .box .content {
  display: table-cell;
  padding-left: 20px;
  padding-top: 20px;
}
.single-cta-box > .caption-box .box .content.pl50 {
  padding-left: 50px;
}
.single-cta-box > .caption-box .box .content.top {
  vertical-align: top;
}
.single-cta-box > .caption-box .box .content.middle {
  vertical-align: middle;
}
.single-cta-box > .caption-box .box .content.bottom {
  vertical-align: bottom;
}
/* ==============================
   vintage Portfolio  styles
   ============================== */
.vintage-portfolio {
  padding: 150px 0;
  background: #000000 url(../images/vintage-bg.jpg) center center no-repeat fixed;
  background-size: cover;
}
.vintage-portfolio .vintage-masonary-wrapper {
  margin-left: -5px;
  margin-right: -5px;
}
.vintage-portfolio .single-vintage {
  padding: 5px;
  float: left;
}
.vintage-portfolio .single-vintage.span-6 {
  width: 50%;
}
.vintage-portfolio .single-vintage.span-3 {
  width: 25%;
}
.vintage-portfolio .single-vintage.height-1 {
  height: 278px;
}
.vintage-portfolio .single-vintage.op0 {
  opacity: 0;
}
.vintage-portfolio .single-vintage.text-box {
  color: #fff;
}
.vintage-portfolio .single-vintage.text-box .box {
  display: table;
  width: 100%;
  height: 100%;
}
.vintage-portfolio .single-vintage.text-box .box .content-box {
  display: table-cell;
  vertical-align: middle;
}
.vintage-portfolio .single-vintage.text-box .box .content-box h2 {
  font-size: 30px;
  font-family: 'Raleway';
  font-weight: 300;
}
.vintage-portfolio .single-vintage.text-box .box .content-box h2 b {
  text-transform: uppercase;
}
.vintage-portfolio .single-vintage.text-box .box .content-box p {
  font-size: 17px;
  letter-spacing: 1.99em;
  text-transform: uppercase;
  margin-right: -1.99em;
  margin-top: 10px;
}
/* ==============================
   Side Menu  styles
   ============================== */
.side-menu-wrapper {
  display: table;
  width: 17%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}
.side-menu-wrapper .side-menu-top {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.side-menu-wrapper .side-menu ul,
.side-menu-wrapper .side-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.side-menu-wrapper .side-menu ul.nav {
  display: block;
}
.side-menu-wrapper .side-menu ul.nav > li {
  position: relative;
  display: block;
}
.side-menu-wrapper .side-menu ul.nav > li > a {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #D6D6D6;
  letter-spacing: .1em;
  line-height: 48px;
  border-top: 1px solid rgba(153, 153, 153, 0.19);
  border-bottom: 1px solid rgba(153, 153, 153, 0.19);
  padding: 0 40px;
  background-color: transparent;
  position: relative;
}
.side-menu-wrapper .side-menu ul.nav > li > a:hover {
  color: #BCA46C;
}
.side-menu-wrapper .side-menu ul.nav > li > a:after {
  content: '\f105';
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  right: 40px;
  line-height: 48px;
}
.side-menu-wrapper .side-menu ul.nav > li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.side-menu-wrapper .side-menu ul.nav > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.side-menu-wrapper .side-menu ul.nav > li ul {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 240px;
  background: #fff;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}
.side-menu-wrapper .side-menu ul.nav > li ul.from-bottom {
  top: auto;
  bottom: 0;
}
.side-menu-wrapper .side-menu ul.nav > li ul > li {
  display: block;
}
.side-menu-wrapper .side-menu ul.nav > li ul > li > a {
  color: #242424;
  font-family: 'Open Sans', sans-serif;
  padding: 0px 26px;
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  font-size: 14px;
  line-height: 48px;
  position: relative;
  display: block;
  font-weight: 400;
  transition: all .3s ease;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.side-menu-wrapper .side-menu ul.nav > li ul > li > a:hover {
  color: #BCA46C;
}
.page-wrapper {
  width: calc(100% - 17%);
  background: #fff;
}
.page-wrapper .thm-container {
  padding: 0 15px;
}
.home-page-4 .side-menu-wrapper {
  left: 15px;
  top: 15px;
}
.side-menu-wrapper.home-7 {
  width: 300px;
  position: fixed;
  top: 0;
  right: 0;
}
.side-menu-wrapper.home-7 {
  width: 300px;
  background: #262626;
  transition: all .5s ease;
}
.side-menu-wrapper.home-7 button.expander {
  width: 40px;
  height: 40px;
  border-radius: 0px;
  font-size: 20px;
  background: #BCA46C;
  color: #fff;
  font-size: 13px;
  position: absolute;
  top: 40px;
  right: -80px;
  border: none;
  outline: none;
  transition: all .3s ease;
  z-index: 99999;
}
.side-menu-wrapper.home-7 button.expander i {
  font-size: 18px;
  line-height: 40px;
}
.side-menu-wrapper.home-7 {
  left: auto;
  right: 0;
}
.side-menu-wrapper.closed.home-7 {
  margin: 0;
  margin-right: -300px;
}
.side-menu-wrapper.opened.home-7 {
  margin: 0;
  margin-right: 0;
}
.side-menu-wrapper.opened.home-7 button.expander {
  left: -40px;
  right: auto;
  opacity: 1;
  visibility: visible;
}
.side-menu-wrapper.home-7 button.expander {
  right: auto;
  left: -80px;
  opacity: 0;
  visibility: hidden;
  display: block;
}
.side-menu-wrapper.home-7 .side-menu {
  max-height: calc(60vh);
}
.side-menu-wrapper.home-7 .side-menu ul.nav li a:after {
  display: none;
}
.side-menu-wrapper.home-7 .side-menu ul.nav > li ul {
  position: static;
  opacity: 1;
  visibility: visible;
  display: none;
  transition: none !important;
}
.side-menu-wrapper.home-7 .side-menu ul.nav li.has-submenu > a > button {
  display: block;
  position: absolute;
  top: 0px;
  right: 30px;
  background-color: transparent;
  outline: none;
  border: none;
  color: #818181;
  font-size: 16px;
}
/* ==============================
   agency cta  styles
   ============================== */
.agency-cta {
  /*background: #000000 url(../images/agency-cta-bg.jpg) center center no-repeat;*/
  background: #01457c center center no-repeat;
  background-size: cover;
  padding-top: 112px;
  padding-bottom: 100px;
  letter-spacing: 0;
}
.agency-cta h2 {
  margin: 0;
  font-size: 40px;
  color: #FFFFFF;
  font-family: 'PT Serif';
  font-style: italic;
  line-height: 55px;
}
/* ==============================
   Fitness top cta  styles
   ============================== */
.fitness-top-cta {
  background: var(--color-secondary) ;
  padding: 29px 0;
}
.fitness-top-cta p {
  font-family: 'PT Serif';
  font-style: italic;
  font-size: 36px;
  color: #fff;
  line-height: 51px;
  letter-spacing: 0;
  margin-bottom: 0;
}
.fitness-top-cta .thm-btn {
  letter-spacing: .19em;
  line-height: 35px;
  padding: 8px 0;
  padding-left: 24px;
  padding-right: 17px;
  font-size: 14px;
  border-radius: 5px;
  animation-delay: 3s;
  background: #111111;
  color: #fff;
}
.fitness-top-cta .thm-btn i {
  font-size: 18px;
  padding-left: 16px;
  border-left: 1px solid #4A4A4A;
  line-height: 35px;
  margin-left: 10px;
  color: var(--color-secondary) ;
}
.fitness-top-cta .thm-btn:hover {
  background: #DBA532;
  color: #111111;
}
.fitness-top-cta .thm-btn:hover i {
  color: #111;
  border-color: #69593D;
}
/* ==============================
   Fitness Welcome  styles
   ============================== */
.fitness-welcome-section {
  background: #edebf0 url(../images/fitness-welcome-texture.jpg) no-repeat left top;
  background-size: cover;
}
.fitness-welcome-section .sec-title {
  margin-bottom: 35px;
}
.fitness-welcome-section p {
  font-size: 16px;
  color: #5C5C5C;
  font-style: italic;
  line-height: 26px;
  margin: 0;
}
.fitness-welcome-section hr {
  border-top-color: #A9A8AA;
  margin: 40px 0;
}
.fitness-welcome-section p.normal {
  font-size: 14px;
  color: #7A7A7A;
  font-style: normal;
}
.fitness-welcome-section .right-text {
  padding-left: 70px;
}
/* ==============================
   Fitness Featured class  styles
   ============================== */
.single-fitness-featured-class .img-box {
  position: relative;
}
.single-fitness-featured-class .img-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.single-fitness-featured-class .img-box .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}
.single-fitness-featured-class .img-box .overlay .box .content {
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
}
.single-fitness-featured-class .img-box .overlay .box .content h3 {
  display: inline-block;
  background: var(--color-secondary) ;
  font-size: 20px;
  font-family: 'Open Sans';
  color: #fff;
  text-transform: uppercase;
  line-height: 37px;
  padding-left: 46px;
  padding-right: 46px;
  font-weight: bold;
}
.single-fitness-featured-class .info-box {
  border: 1px solid #D8D7DA;
  border-right: 0;
  border-left: 0;
  margin-top: 10px;
}
.single-fitness-featured-class .info-box p {
  font-size: 16px;
  color: #343434;
  font-style: italic;
  font-family: 'PT Serif';
  margin: 0;
  line-height: 45px;
}
.single-fitness-featured-class .info-box p span {
  font-size: 22px;
}
.fitness-featured-classes.with-carousel .owl-theme .owl-dots {
  margin-top: 40px;
}
.fitness-featured-classes.with-carousel .owl-theme .owl-dots .owl-dot span {
  background-color: transparent;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid #232833;
}
.fitness-featured-classes.with-carousel .owl-theme .owl-dots .owl-dot.active span {
  background: #232833;
}
/* ==============================
   Fitness Subscribe  styles
   ============================== */
.fitness-subscribe {
  background: #071f22 url(../images/fitness-subcribe-bg.jpg) center center no-repeat fixed;
  background-size: cover;
  position: relative;
  padding-top: 110px;
  padding-bottom: 120px;
}
.fitness-subscribe:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #071F22;
  opacity: .8;
}
.fitness-subscribe .thm-container {
  position: relative;
}
.fitness-subscribe .title h3 {
  font-size: 29px;
  color: #fff;
  font-weight: 300;
  font-family: 'Open Sans';
  text-transform: uppercase;
  letter-spacing: 0;
}
.fitness-subscribe .title h3 span {
  font-size: 35px;
  font-weight: bold;
}
.fitness-subscribe form {
  margin-top: 28px;
}
.fitness-subscribe input {
  height: 43px;
  border: 1px solid #6D6D6D;
  padding-left: 20px;
  color: #C0C0C0;
  font-size: 16px;
  font-style: italic;
  background-color: transparent;
  margin-right: 26px;
  width: 35%;
  font-family: 'PT Serif';
  outline: none;
}
.fitness-subscribe button {
  letter-spacing: .19em;
  line-height: 27px;
  padding: 8px 0;
  padding-left: 24px;
  padding-right: 17px;
  background: #DBA532;
  color: #111111;
  font-size: 14px;
  border-radius: 5px;
  border: none;
}
.fitness-subscribe button i {
  font-size: 18px;
  padding-left: 16px;
  border-left: 1px solid #69593D;
  line-height: 27px;
  margin-left: 10px;
}
.fitness-subscribe button:hover {
  background: var(--color-secondary) ;
  color: #fff;
}
.fitness-subscribe button:hover i {
  color: #fff;
  border-color: #fff;
}
/* ==============================
   Fitness Promo  styles
   ============================== */
.fitness-promo-section {
  background: #191B28;
  overflow: hidden;
}
.fitness-promo-section .fitness-promo-content {
  min-height: 554px;
  position: relative;
  margin-right: -231px;
  padding-top: 120px;
}
.fitness-promo-section .fitness-promo-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color-secondary) ;
  transform: skew(-40deg);
  z-index: 1;
}
.fitness-promo-section .fitness-promo-content:after {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  right: 17px;
  bottom: 0;
  background: #191B28;
  transform: skew(-42deg);
  z-index: 1;
}
.fitness-promo-section .fitness-promo-content .inner-content {
  position: relative;
  z-index: 99;
}
.fitness-promo-section .full-img-right {
  position: relative;
  z-index: 0;
}
.fitness-promo-section .full-img-right img {
  width: auto;
  max-width: none;
  float: left;
}
.fitness-promo-section .title h3 {
  font-size: 35px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: 'Open Sans';
  margin-bottom: 21px;
}
.fitness-promo-section .title h4 {
  font-size: 35px;
  text-transform: capitalize;
  color: #FFFFFF;
  font-family: 'PT Serif';
  font-style: italic;
  font-size: 40px;
  margin-bottom: 18px;
}
.fitness-promo-section .title h4 span {
  color: #DBA633;
  font-size: 50px;
  font-weight: bold;
}
.fitness-promo-section p {
  font-size: 20px;
  color: #B4B4B7;
  font-style: italic;
  line-height: 34px;
}
.fitness-promo-section .thm-btn {
  letter-spacing: .19em;
  line-height: 35px;
  padding: 8px 0;
  padding-left: 24px;
  padding-right: 17px;
  background: #DBA532;
  color: #111111;
  font-size: 14px;
  border-radius: 5px;
  margin-top: 20px;
  animation-delay: 3s;
}
.fitness-promo-section .thm-btn i {
  font-size: 18px;
  padding-left: 16px;
  border-left: 1px solid #69593D;
  line-height: 35px;
  margin-left: 10px;
}
.fitness-promo-section .thm-btn:hover {
  background: #111111;
  color: #fff;
}
.fitness-promo-section .thm-btn:hover i {
  color: var(--color-secondary) ;
}
/* ==============================
   404  styles
   ============================== */
.error-404 {
  background: #ffffff url(../images/404-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 235px 0;
  margin-bottom: 100px;
}
.error-404 .thm-container {
  max-width: 1030px;
}
.error-404 .box {
  border: 1px solid var(--color-primary);
  padding: 20px;
}
.error-404 .box .inner-box {
  padding: 55px 85px;
  background: url(../images/404-shadow-bg.png) center bottom no-repeat;
}
.error-404 h2 {
  font-size: 150px;
  font-family: 'PT Serif';
  color: var(--color-primary);
  font-weight: bold;
  font-style: italic;
  margin: 0;
  margin-bottom: 25px;
}
.error-404 h3 {
  font-size: 50px;
  font-family: 'Open Sans';
  font-weight: bold;
  color: #fff;
  margin: 0;
  margin-bottom: 29px;
}
.error-404 p {
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  font-family: 'Open Sans';
  font-style: italic;
  margin: 0;
  border: 1px solid #6A6A6A;
  border-left: 0;
  border-right: 0;
  padding-top: 14px;
  padding-bottom: 31px;
  margin-bottom: 36px;
}
.error-404 a.thm-btn {
  font-size: 16px;
  color: #000000;
  font-family: 'Open Sans';
  text-transform: uppercase;
  padding: 0;
  background: var(--color-primary);
  font-weight: bold;
  padding: 6px 135px;
  border-radius: 5px;
}
/* ==============================
   Gallery  styles
   ============================== */
.fleet-gallery {
  overflow: hidden;
}
.fleet-gallery .mix {
  display: none;
}
.fleet-gallery.gray-bg {
  background: #F3F5F7;
}
.gallery-filter {
  margin-bottom: 35px;
  border-bottom: 1px solid #E2E2E2;
}
.gallery-filter li {
  display: inline-block;
}
.gallery-filter li span {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  color: #2A2A2A;
  padding: 1px 28px;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  position: relative;
  top: 0;
}
.gallery-filter li.active span,
.gallery-filter li:hover span {
  color: #6EB80A;
  border-color: #6EB80A;
}
.single-fleet-gallery-wrapper {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.single-fleet-gallery {
  margin-left: -7.5px;
  margin-right: -7.5px;
  margin-top: 15px;
}
.single-fleet-gallery.img-cap-effect .img-box .img-caption {
  background: rgba(33, 185, 186, 0.8);
}
.single-fleet-gallery.img-cap-effect .img-box .img-caption .box-holder ul {
  display: block;
  margin-top: 10px;
}
.single-fleet-gallery.img-cap-effect .img-box .img-caption .box-holder ul li a {
  width: 40px;
  height: 40px;
  font-size: 17px;
  line-height: 40px;
}
.single-fleet-gallery.img-cap-effect .img-box .img-caption .box-holder .box-caption {
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
  padding-right: 30px;
}
.single-fleet-gallery.img-cap-effect .img-box .img-caption .box-holder .caption-text {
  display: block;
}
.single-fleet-gallery.img-cap-effect .img-box .img-caption .box-holder .caption-text h3 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.single-fleet-gallery.img-cap-effect .img-box .img-caption .box-holder .caption-text p {
  color: #fff;
  margin: 0;
}
.single-fleet-gallery-wrapper.style-two {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.single-fleet-gallery-wrapper.style-two .single-fleet-gallery {
  margin: 0;
  padding: 0 7.5px;
  width: 20%;
  float: left;
  margin-top: 15px;
}

div.success{
  background: rgba(0, 128, 0, 0.4);
  padding:15px;
  margin-top:15px;
  color: #008000;
  border: solid 2px #008000;
}

div.error{
  background: rgba(204, 0, 0, 0.4);
  padding:15px;
  margin-top:15px;
  color: #c00;
  border: solid 2px #c00;
}

.tp-leftarrow.tparrows, .tp-rightarrow.tparrows{
  display:none !important;
}

.footer_link {
    color: #000;
}

.footer_link_contributi{
  color: #868686;
}

.img-box.fixed-height-news{
  height:240px;
}
.img-box.fixed-height-news.big-height{
  height:340px;
}
.img-box.fixed-height-news img{
  max-height:100%;
  display:block;
  margin:0px auto;
}
.background-blue{
  background: #00447b;
  text-align: center;
}
.img-box.fixed-height-news.background-blue img{
  display:inline-block;
  vertical-align:middle;
}
.background-blue:before{
  height:100%;
  content:'';
  display:inline-block;
  vertical-align:middle;
}
.mt-btn-prod{
  margin-bottom: 20px;
  margin-top: 40px;
}